igniteui-webcomponents-inputs 7.0.1 → 7.1.0-alpha.0

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.
Files changed (36) hide show
  1. package/bundles/igniteui-webcomponents-inputs.umd.js +3539 -3868
  2. package/bundles/igniteui-webcomponents-inputs.umd.min.js +1 -1
  3. package/esm2015/lib/ButtonGroupView_combined.js +628 -642
  4. package/esm2015/lib/ButtonView_combined.js +1743 -2036
  5. package/esm2015/lib/CalendarView_combined.js +157 -157
  6. package/esm2015/lib/CheckboxView_combined.js +39 -39
  7. package/esm2015/lib/DatePickerView_combined.js +4 -4
  8. package/esm2015/lib/InputGroupView_combined.js +209 -209
  9. package/esm2015/lib/NativeUIXInputsFactory_combined.js +35 -35
  10. package/esm2015/lib/RippleView_combined.js +2 -2
  11. package/esm2015/lib/ThemeResolver.js +22 -38
  12. package/esm2015/lib/XButtonBridge.js +45 -53
  13. package/esm2015/lib/XButtonGroupBridge.js +9 -13
  14. package/esm2015/lib/XIconButtonBridge.js +2 -2
  15. package/esm2015/lib/igc-x-button-component.js +567 -567
  16. package/esm2015/lib/igc-x-button-group-component.js +184 -184
  17. package/esm5/lib/ButtonGroupView_combined.js +606 -620
  18. package/esm5/lib/ButtonView_combined.js +1656 -1949
  19. package/esm5/lib/CalendarView_combined.js +157 -157
  20. package/esm5/lib/CheckboxView_combined.js +39 -39
  21. package/esm5/lib/DatePickerView_combined.js +4 -4
  22. package/esm5/lib/InputGroupView_combined.js +209 -209
  23. package/esm5/lib/NativeUIXInputsFactory_combined.js +35 -35
  24. package/esm5/lib/RippleView_combined.js +2 -2
  25. package/esm5/lib/ThemeResolver.js +22 -38
  26. package/esm5/lib/XButtonBridge.js +45 -53
  27. package/esm5/lib/XButtonGroupBridge.js +9 -13
  28. package/esm5/lib/XIconButtonBridge.js +2 -2
  29. package/esm5/lib/igc-x-button-component.js +567 -567
  30. package/esm5/lib/igc-x-button-group-component.js +184 -184
  31. package/fesm2015/igniteui-webcomponents-inputs.js +3642 -3971
  32. package/fesm5/igniteui-webcomponents-inputs.js +3540 -3869
  33. package/lib/ButtonGroupView_combined.d.ts +179 -181
  34. package/lib/ButtonView_combined.d.ts +481 -482
  35. package/lib/ThemeResolver.d.ts +15 -18
  36. package/package.json +2 -2
@@ -6,22 +6,18 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
6
6
  */
7
7
  import { Base, Delegate_$type, fromEnum, runOn, markType, INotifyPropertyChanged_$type, PropertyChangedEventArgs, delegateCombine, enumGetBox, delegateRemove, fromEn } from "igniteui-webcomponents-core";
8
8
  import { List$1 } from "igniteui-webcomponents-core";
9
- import { XButton } from "./XButton";
10
9
  import { ButtonGroupOrientation_$type } from "./ButtonGroupOrientation";
11
10
  import { ButtonGroupDisplayStyle_$type } from "./ButtonGroupDisplayStyle";
12
11
  import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
13
12
  import { ControlDisplayDensity_$type } from "igniteui-webcomponents-core";
14
13
  import { XButtonGroupButtonCollection } from "./XButtonGroupButtonCollection";
15
14
  import { ThemeResolver } from "./ThemeResolver";
16
- import { ButtonDisplayStyle_$type } from "./ButtonDisplayStyle";
17
- import { CornerRadius } from "igniteui-webcomponents-core";
18
15
  import { ButtonGroupSelectionChangedEventArgs } from "./ButtonGroupSelectionChangedEventArgs";
16
+ import { CornerRadius } from "igniteui-webcomponents-core";
19
17
  import { ButtonGroupVisualModelExport } from "./ButtonGroupVisualModelExport";
20
18
  import { AppearanceHelper } from "igniteui-webcomponents-core";
21
19
  import { ButtonVisualModelExport } from "./ButtonVisualModelExport";
22
20
  import { BrushUtil } from "igniteui-webcomponents-core";
23
- import { Dictionary$2 } from "igniteui-webcomponents-core";
24
- import { Theme } from "./Theme";
25
21
  import { isNaN_ } from "igniteui-webcomponents-core";
26
22
  let ButtonGroupView = /*@__PURE__*/ (() => {
27
23
  class ButtonGroupView extends Base {
@@ -91,7 +87,7 @@ let ButtonGroupView = /*@__PURE__*/ (() => {
91
87
  comp_.flexDirection = 'column';
92
88
  }
93
89
  }, true);
94
- this.a.dc();
90
+ this.a.db();
95
91
  }
96
92
  z(a) {
97
93
  if (this.m != a) {
@@ -139,14 +135,14 @@ let ButtonGroupView = /*@__PURE__*/ (() => {
139
135
  }
140
136
  x(a) {
141
137
  if (this.a.k == 0) {
142
- a.f1 = "flex";
143
- a.g5 = "row";
144
- a.fc = "center";
138
+ a.f0 = "flex";
139
+ a.g4 = "row";
140
+ a.fb = "center";
145
141
  }
146
142
  else {
147
- a.f1 = "flex";
148
- a.g5 = "column";
149
- a.fc = "stretch";
143
+ a.f0 = "flex";
144
+ a.g4 = "column";
145
+ a.fb = "stretch";
150
146
  }
151
147
  }
152
148
  o(a) {
@@ -162,101 +158,101 @@ let XButtonGroup = /*@__PURE__*/ (() => {
162
158
  constructor() {
163
159
  super();
164
160
  this.h = 1;
165
- this.o = 0;
166
- this.s = 1;
161
+ this.n = 0;
167
162
  this.r = 1;
163
+ this.q = 1;
168
164
  this.a = new Array(0);
169
- this.v = false;
165
+ this.u = false;
170
166
  this._view = null;
171
- this.ay = XButtonGroup.n.y(XButtonGroup.p, 1, enumGetBox(ButtonDisplayStyle_$type, 2), "CornerRadius").d;
172
- this.g0 = XButtonGroup.n.af(XButtonGroup.p, enumGetBox(ButtonDisplayStyle_$type, 2), "BackgroundColor");
173
- this.g2 = XButtonGroup.n.af(XButtonGroup.p, enumGetBox(ButtonDisplayStyle_$type, 2), "DisabledBackgroundColor");
174
- this.g1 = XButtonGroup.n.af(XButtonGroup.p, enumGetBox(ButtonDisplayStyle_$type, 2), "BorderColor");
175
- this.g3 = XButtonGroup.n.af(XButtonGroup.p, enumGetBox(ButtonDisplayStyle_$type, 2), "DisabledBorderColor");
176
- this.ax = XButtonGroup.n.i(XButtonGroup.p, enumGetBox(ButtonDisplayStyle_$type, 2), "BorderWidth");
177
- this.g7 = XButtonGroup.n.af(XButtonGroup.p, enumGetBox(ButtonDisplayStyle_$type, 2), "TextColor");
178
- this.g4 = XButtonGroup.n.af(XButtonGroup.p, enumGetBox(ButtonDisplayStyle_$type, 2), "DisabledTextColor");
179
- this.g8 = XButtonGroup.n.af(XButtonGroup.p, enumGetBox(ButtonDisplayStyle_$type, 2), "SelectedBackgroundColor");
180
- this.hb = XButtonGroup.n.af(XButtonGroup.p, enumGetBox(ButtonDisplayStyle_$type, 2), "SelectedTextColor");
181
- this.g5 = XButtonGroup.n.af(XButtonGroup.p, enumGetBox(ButtonDisplayStyle_$type, 2), "HoverBackgroundColor");
182
- this.g6 = XButtonGroup.n.af(XButtonGroup.p, enumGetBox(ButtonDisplayStyle_$type, 2), "HoverTextColor");
183
- this.g9 = XButtonGroup.n.af(XButtonGroup.p, enumGetBox(ButtonDisplayStyle_$type, 2), "HoverSelectedBackgroundColor");
184
- this.ha = XButtonGroup.n.af(XButtonGroup.p, enumGetBox(ButtonDisplayStyle_$type, 2), "HoverSelectedTextColor");
185
- this.as = XButtonGroup.n.y(XButtonGroup.p, 1, enumGetBox(ButtonDisplayStyle_$type, 1), "CornerRadius").d;
186
- this.f0 = XButtonGroup.n.af(XButtonGroup.p, enumGetBox(ButtonDisplayStyle_$type, 1), "BackgroundColor");
187
- this.f2 = XButtonGroup.n.af(XButtonGroup.p, enumGetBox(ButtonDisplayStyle_$type, 1), "DisabledBackgroundColor");
188
- this.f1 = XButtonGroup.n.af(XButtonGroup.p, enumGetBox(ButtonDisplayStyle_$type, 1), "BorderColor");
189
- this.f3 = XButtonGroup.n.af(XButtonGroup.p, enumGetBox(ButtonDisplayStyle_$type, 1), "DisabledBorderColor");
190
- this.ar = XButtonGroup.n.i(XButtonGroup.p, enumGetBox(ButtonDisplayStyle_$type, 1), "BorderWidth");
191
- this.f7 = XButtonGroup.n.af(XButtonGroup.p, enumGetBox(ButtonDisplayStyle_$type, 1), "TextColor");
192
- this.f4 = XButtonGroup.n.af(XButtonGroup.p, enumGetBox(ButtonDisplayStyle_$type, 1), "DisabledTextColor");
193
- this.f8 = XButtonGroup.n.af(XButtonGroup.p, enumGetBox(ButtonDisplayStyle_$type, 1), "SelectedBackgroundColor");
194
- this.gb = XButtonGroup.n.af(XButtonGroup.p, enumGetBox(ButtonDisplayStyle_$type, 1), "SelectedTextColor");
195
- this.f5 = XButtonGroup.n.af(XButtonGroup.p, enumGetBox(ButtonDisplayStyle_$type, 1), "HoverBackgroundColor");
196
- this.f6 = XButtonGroup.n.af(XButtonGroup.p, enumGetBox(ButtonDisplayStyle_$type, 1), "HoverTextColor");
197
- this.f9 = XButtonGroup.n.af(XButtonGroup.p, enumGetBox(ButtonDisplayStyle_$type, 1), "HoverSelectedBackgroundColor");
198
- this.ga = XButtonGroup.n.af(XButtonGroup.p, enumGetBox(ButtonDisplayStyle_$type, 1), "HoverSelectedTextColor");
199
- this.ae = ThemeResolver.m(XButtonGroup.p, XButtonGroup.aw, XButtonGroup.aq);
200
- this.dn = ThemeResolver.aj(XButtonGroup.p, XButtonGroup.go, XButtonGroup.fo);
201
- this.dq = ThemeResolver.aj(XButtonGroup.p, XButtonGroup.gq, XButtonGroup.fq);
202
- this.dv = ThemeResolver.aj(XButtonGroup.p, XButtonGroup.gv, XButtonGroup.fv);
203
- this.ds = ThemeResolver.aj(XButtonGroup.p, XButtonGroup.gs, XButtonGroup.fs);
204
- this.dp = ThemeResolver.aj(XButtonGroup.p, XButtonGroup.gp, XButtonGroup.fp);
205
- this.dr = ThemeResolver.aj(XButtonGroup.p, XButtonGroup.gr, XButtonGroup.fr);
206
- this.ad = ThemeResolver.m(XButtonGroup.p, XButtonGroup.av, XButtonGroup.ap);
207
- this.dw = ThemeResolver.aj(XButtonGroup.p, XButtonGroup.gw, XButtonGroup.fw);
208
- this.dz = ThemeResolver.aj(XButtonGroup.p, XButtonGroup.gz, XButtonGroup.fz);
209
- this.dt = ThemeResolver.aj(XButtonGroup.p, XButtonGroup.gt, XButtonGroup.ft);
210
- this.du = ThemeResolver.aj(XButtonGroup.p, XButtonGroup.gu, XButtonGroup.fu);
211
- this.dx = ThemeResolver.aj(XButtonGroup.p, XButtonGroup.gx, XButtonGroup.fx);
212
- this.dy = ThemeResolver.aj(XButtonGroup.p, XButtonGroup.gy, XButtonGroup.fy);
213
- this.ai = NaN;
167
+ this.ax = ThemeResolver.m(XButtonGroup.o, XButtonGroup.av, XButtonGroup.ap);
168
+ this.gz = ThemeResolver.ah(XButtonGroup.o, XButtonGroup.gn, XButtonGroup.fn);
169
+ this.g1 = ThemeResolver.ah(XButtonGroup.o, XButtonGroup.gp, XButtonGroup.fp);
170
+ this.g0 = ThemeResolver.ah(XButtonGroup.o, XButtonGroup.go, XButtonGroup.fo);
171
+ this.g2 = ThemeResolver.ah(XButtonGroup.o, XButtonGroup.gq, XButtonGroup.fq);
172
+ this.aw = ThemeResolver.m(XButtonGroup.o, XButtonGroup.au, XButtonGroup.ao);
173
+ this.g6 = ThemeResolver.ah(XButtonGroup.o, XButtonGroup.gu, XButtonGroup.fu);
174
+ this.g3 = ThemeResolver.ah(XButtonGroup.o, XButtonGroup.gr, XButtonGroup.fr);
175
+ this.g7 = ThemeResolver.ah(XButtonGroup.o, XButtonGroup.gv, XButtonGroup.fv);
176
+ this.ha = ThemeResolver.ah(XButtonGroup.o, XButtonGroup.gy, XButtonGroup.fy);
177
+ this.g4 = ThemeResolver.ah(XButtonGroup.o, XButtonGroup.gs, XButtonGroup.fs);
178
+ this.g5 = ThemeResolver.ah(XButtonGroup.o, XButtonGroup.gt, XButtonGroup.ft);
179
+ this.g8 = ThemeResolver.ah(XButtonGroup.o, XButtonGroup.gw, XButtonGroup.fw);
180
+ this.g9 = ThemeResolver.ah(XButtonGroup.o, XButtonGroup.gx, XButtonGroup.fx);
181
+ this.ar = ThemeResolver.m(XButtonGroup.o, XButtonGroup.at, XButtonGroup.an);
182
+ this.fz = ThemeResolver.ah(XButtonGroup.o, XButtonGroup.gb, XButtonGroup.fb);
183
+ this.f1 = ThemeResolver.ah(XButtonGroup.o, XButtonGroup.gd, XButtonGroup.fd);
184
+ this.f0 = ThemeResolver.ah(XButtonGroup.o, XButtonGroup.gc, XButtonGroup.fc);
185
+ this.f2 = ThemeResolver.ah(XButtonGroup.o, XButtonGroup.ge, XButtonGroup.fe);
186
+ this.aq = ThemeResolver.m(XButtonGroup.o, XButtonGroup.as, XButtonGroup.am);
187
+ this.f6 = ThemeResolver.ah(XButtonGroup.o, XButtonGroup.gi, XButtonGroup.fi);
188
+ this.f3 = ThemeResolver.ah(XButtonGroup.o, XButtonGroup.gf, XButtonGroup.ff);
189
+ this.f7 = ThemeResolver.ah(XButtonGroup.o, XButtonGroup.gj, XButtonGroup.fj);
190
+ this.ga = ThemeResolver.ah(XButtonGroup.o, XButtonGroup.gm, XButtonGroup.fm);
191
+ this.f4 = ThemeResolver.ah(XButtonGroup.o, XButtonGroup.gg, XButtonGroup.fg);
192
+ this.f5 = ThemeResolver.ah(XButtonGroup.o, XButtonGroup.gh, XButtonGroup.fh);
193
+ this.f8 = ThemeResolver.ah(XButtonGroup.o, XButtonGroup.gk, XButtonGroup.fk);
194
+ this.f9 = ThemeResolver.ah(XButtonGroup.o, XButtonGroup.gl, XButtonGroup.fl);
195
+ this.ad = ThemeResolver.m(XButtonGroup.o, XButtonGroup.av, XButtonGroup.ap);
196
+ this.dm = ThemeResolver.ah(XButtonGroup.o, XButtonGroup.gn, XButtonGroup.fn);
197
+ this.dp = ThemeResolver.ah(XButtonGroup.o, XButtonGroup.gp, XButtonGroup.fp);
198
+ this.du = ThemeResolver.ah(XButtonGroup.o, XButtonGroup.gu, XButtonGroup.fu);
199
+ this.dr = ThemeResolver.ah(XButtonGroup.o, XButtonGroup.gr, XButtonGroup.fr);
200
+ this.dn = ThemeResolver.ah(XButtonGroup.o, XButtonGroup.go, XButtonGroup.fo);
201
+ this.dq = ThemeResolver.ah(XButtonGroup.o, XButtonGroup.gq, XButtonGroup.fq);
202
+ this.ac = ThemeResolver.m(XButtonGroup.o, XButtonGroup.au, XButtonGroup.ao);
203
+ this.dv = ThemeResolver.ah(XButtonGroup.o, XButtonGroup.gv, XButtonGroup.fv);
204
+ this.dy = ThemeResolver.ah(XButtonGroup.o, XButtonGroup.gy, XButtonGroup.fy);
205
+ this.ds = ThemeResolver.ah(XButtonGroup.o, XButtonGroup.gs, XButtonGroup.fs);
206
+ this.dt = ThemeResolver.ah(XButtonGroup.o, XButtonGroup.gt, XButtonGroup.ft);
207
+ this.dw = ThemeResolver.ah(XButtonGroup.o, XButtonGroup.gw, XButtonGroup.fw);
208
+ this.dx = ThemeResolver.ah(XButtonGroup.o, XButtonGroup.gx, XButtonGroup.fx);
209
+ this.ah = NaN;
210
+ this.d7 = null;
211
+ this.d9 = null;
212
+ this.ee = null;
213
+ this.eb = null;
214
+ this.ec = null;
214
215
  this.d8 = null;
215
216
  this.ea = null;
216
- this.ef = null;
217
- this.ec = null;
217
+ this.ag = NaN;
218
218
  this.ed = null;
219
- this.d9 = null;
220
- this.eb = null;
221
- this.ah = NaN;
222
- this.ee = null;
219
+ this.ev = null;
220
+ this.ey = null;
223
221
  this.ew = null;
224
- this.ez = null;
225
222
  this.ex = null;
226
- this.ey = null;
227
- this.ak = NaN;
223
+ this.aj = NaN;
224
+ this.ef = null;
225
+ this.eh = null;
226
+ this.em = null;
227
+ this.ej = null;
228
+ this.ek = null;
228
229
  this.eg = null;
229
230
  this.ei = null;
230
- this.en = null;
231
- this.ek = null;
231
+ this.ai = NaN;
232
232
  this.el = null;
233
- this.eh = null;
234
- this.ej = null;
235
- this.aj = NaN;
236
- this.em = null;
233
+ this.er = null;
234
+ this.eu = null;
237
235
  this.es = null;
238
- this.ev = null;
239
236
  this.et = null;
240
- this.eu = null;
241
- this.ag = NaN;
237
+ this.af = NaN;
238
+ this.dz = null;
239
+ this.d1 = null;
240
+ this.d6 = null;
241
+ this.d3 = null;
242
+ this.d4 = null;
242
243
  this.d0 = null;
243
244
  this.d2 = null;
244
- this.d7 = null;
245
- this.d4 = null;
245
+ this.ae = NaN;
246
246
  this.d5 = null;
247
- this.d1 = null;
248
- this.d3 = null;
249
- this.af = NaN;
250
- this.d6 = null;
247
+ this.en = null;
248
+ this.eq = null;
251
249
  this.eo = null;
252
- this.er = null;
253
250
  this.ep = null;
254
- this.eq = null;
255
251
  this.j = 0;
256
- this.a7 = "ig-buttongroup-" + XButtonGroup.a5++;
257
- this.x = false;
252
+ this.a6 = "ig-buttongroup-" + XButtonGroup.a4++;
258
253
  this.w = false;
259
- this.y = false;
254
+ this.v = false;
255
+ this.x = false;
260
256
  this.propertyChanged = null;
261
257
  this.f = new XButtonGroupButtonCollection();
262
258
  this.selectionChanged = null;
@@ -265,9 +261,9 @@ let XButtonGroup = /*@__PURE__*/ (() => {
265
261
  this.view = a;
266
262
  this.view.v();
267
263
  let b = this.f;
268
- b.collectionChanged = delegateCombine(b.collectionChanged, runOn(this, this.c4));
264
+ b.collectionChanged = delegateCombine(b.collectionChanged, runOn(this, this.c3));
269
265
  let c = this.f;
270
- c.collectionResetting = delegateCombine(c.collectionResetting, runOn(this, this.c5));
266
+ c.collectionResetting = delegateCombine(c.collectionResetting, runOn(this, this.c4));
271
267
  }
272
268
  get i() {
273
269
  return this.h;
@@ -276,35 +272,35 @@ let XButtonGroup = /*@__PURE__*/ (() => {
276
272
  let b = this.h;
277
273
  this.h = a;
278
274
  if (b != this.h) {
279
- this.db("DisplayType", enumGetBox(ButtonGroupDisplayStyle_$type, b), enumGetBox(ButtonGroupDisplayStyle_$type, a));
275
+ this.da("DisplayType", enumGetBox(ButtonGroupDisplayStyle_$type, b), enumGetBox(ButtonGroupDisplayStyle_$type, a));
280
276
  }
281
277
  }
282
- get q() {
283
- return this.o;
278
+ get p() {
279
+ return this.n;
284
280
  }
285
- set q(a) {
286
- let b = this.o;
287
- this.o = a;
288
- if (b != this.o) {
289
- this.db("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, a));
281
+ set p(a) {
282
+ let b = this.n;
283
+ this.n = a;
284
+ if (b != this.n) {
285
+ this.da("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, a));
290
286
  }
291
287
  }
292
- c5(a, b) {
288
+ c4(a, b) {
293
289
  for (let c of fromEnum(this.buttons)) {
294
- c.clicked = delegateRemove(c.clicked, runOn(this, this.c7));
290
+ c.clicked = delegateRemove(c.clicked, runOn(this, this.c6));
295
291
  }
296
- this.dg();
292
+ this.df();
297
293
  this.view.q();
298
294
  }
299
295
  appendContentChild(a) {
300
296
  this.view.o(a);
301
297
  }
302
- c4(a, b) {
298
+ c3(a, b) {
303
299
  if (b.oldItems != null) {
304
300
  for (let c of fromEn(b.oldItems)) {
305
301
  let d = c;
306
302
  if (d != null) {
307
- d.clicked = delegateRemove(d.clicked, runOn(this, this.c7));
303
+ d.clicked = delegateRemove(d.clicked, runOn(this, this.c6));
308
304
  }
309
305
  this.view.r(d);
310
306
  }
@@ -313,27 +309,17 @@ let XButtonGroup = /*@__PURE__*/ (() => {
313
309
  for (let e of fromEn(b.newItems)) {
314
310
  let f = e;
315
311
  if (f != null) {
316
- f.clicked = delegateCombine(f.clicked, runOn(this, this.c7));
312
+ f.clicked = delegateCombine(f.clicked, runOn(this, this.c6));
317
313
  }
318
314
  this.view.p(f);
319
315
  }
320
316
  }
321
- this.dg();
317
+ this.df();
322
318
  }
323
- c7(a, b) {
319
+ c6(a, b) {
324
320
  let c = a;
325
321
  let d = this.buttons.indexOf(c);
326
- this.df(c, d);
327
- }
328
- get u() {
329
- return this.s;
330
- }
331
- set u(a) {
332
- let b = this.s;
333
- this.s = a;
334
- if (b != this.s) {
335
- this.db("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, a));
336
- }
322
+ this.de(c, d);
337
323
  }
338
324
  get t() {
339
325
  return this.r;
@@ -342,7 +328,17 @@ let XButtonGroup = /*@__PURE__*/ (() => {
342
328
  let b = this.r;
343
329
  this.r = a;
344
330
  if (b != this.r) {
345
- this.db("ActualDensity", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, a));
331
+ this.da("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, a));
332
+ }
333
+ }
334
+ get s() {
335
+ return this.q;
336
+ }
337
+ set s(a) {
338
+ let b = this.q;
339
+ this.q = a;
340
+ if (b != this.q) {
341
+ this.da("ActualDensity", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, a));
346
342
  }
347
343
  }
348
344
  get d() {
@@ -352,22 +348,22 @@ let XButtonGroup = /*@__PURE__*/ (() => {
352
348
  let b = this.a;
353
349
  this.a = a;
354
350
  if (b != this.a) {
355
- this.db("SelectedIndices", b, a);
351
+ this.da("SelectedIndices", b, a);
356
352
  }
357
353
  }
358
- df(a, b) {
359
- this.v = true;
360
- if (this.ab(a)) {
354
+ de(a, b) {
355
+ this.u = true;
356
+ if (this.aa(a)) {
361
357
  this.d = this.b(this.d, a, b);
362
358
  }
363
359
  else {
364
- if (!this.aa) {
360
+ if (!this.z) {
365
361
  this.d = new Array(0);
366
362
  }
367
363
  this.d = this.c(this.d, a, b);
368
364
  }
369
- this.dg();
370
- this.v = false;
365
+ this.df();
366
+ this.u = false;
371
367
  if (this.selectionChanged != null) {
372
368
  this.selectionChanged(this, new ButtonGroupSelectionChangedEventArgs());
373
369
  }
@@ -404,17 +400,17 @@ let XButtonGroup = /*@__PURE__*/ (() => {
404
400
  destroy() {
405
401
  this.provideContainer(null);
406
402
  }
407
- db(a, b, c) {
403
+ da(a, b, c) {
408
404
  if (this.propertyChanged != null) {
409
405
  this.propertyChanged(this, new PropertyChangedEventArgs(a));
410
406
  }
411
- this.dd(a, b, c);
407
+ this.dc(a, b, c);
412
408
  }
413
- dd(a, b, c) {
409
+ dc(a, b, c) {
414
410
  switch (a) {
415
411
  case "BaseTheme":
416
- this.di(this.q);
417
- this.dh();
412
+ this.dh(this.p);
413
+ this.dg();
418
414
  break;
419
415
  case "DisplayType":
420
416
  case "ItemBorderColor":
@@ -438,7 +434,7 @@ let XButtonGroup = /*@__PURE__*/ (() => {
438
434
  case "OutlinedItemDisabledTextColor":
439
435
  case "OutlinedSelectedItemTextColor":
440
436
  case "OutlinedItemHoverBackgroundColor":
441
- case XButtonGroup.cw:
437
+ case XButtonGroup.cv:
442
438
  case "OutlinedItemHoverTextColor":
443
439
  case "OutlinedSelectedItemHoverTextColor":
444
440
  case "FlatItemBorderColor":
@@ -453,7 +449,7 @@ let XButtonGroup = /*@__PURE__*/ (() => {
453
449
  case "FlatSelectedItemHoverBackgroundColor":
454
450
  case "FlatItemHoverTextColor":
455
451
  case "FlatSelectedItemHoverTextColor":
456
- this.dh();
452
+ this.dg();
457
453
  break;
458
454
  case "ActualItemBorderColor":
459
455
  case "ActualItemDisabledBorderColor":
@@ -463,18 +459,18 @@ let XButtonGroup = /*@__PURE__*/ (() => {
463
459
  case "ActualItemDisabledTextColor":
464
460
  case "ActualSelectedItemTextColor":
465
461
  case "ActualSelectedItemBackgroundColor":
466
- this.dg();
462
+ this.df();
467
463
  break;
468
464
  case "Orientation":
469
465
  this.view.y();
470
- this.dg();
466
+ this.df();
471
467
  break;
472
468
  case "Density":
473
- this.t = this.u == 0 ? 1 : this.u;
469
+ this.s = this.t == 0 ? 1 : this.t;
474
470
  break;
475
471
  case "ActualDensity":
476
472
  for (let d = 0; d < this.buttons.count; d++) {
477
- this.buttons._inner[d].s = this.t;
473
+ this.buttons._inner[d].r = this.s;
478
474
  }
479
475
  break;
480
476
  case "IsDisabled":
@@ -483,90 +479,90 @@ let XButtonGroup = /*@__PURE__*/ (() => {
483
479
  }
484
480
  break;
485
481
  case "SelectedIndices":
486
- if (!this.v) {
487
- this.dg();
482
+ if (!this.u) {
483
+ this.df();
488
484
  }
489
485
  break;
490
486
  }
491
487
  }
492
- dm(a, b) {
488
+ dl(a, b) {
493
489
  return new CornerRadius(1, !isNaN_(a.d) ? a.d : b.d, !isNaN_(a.e) ? a.e : b.e, !isNaN_(a.c) ? a.c : b.c, !isNaN_(a.b) ? a.b : b.b);
494
490
  }
495
- dh() {
491
+ dg() {
496
492
  switch (this.i) {
497
493
  case 1:
498
- this.am = !isNaN_(this.a2) ? this.a2 : this.ay;
494
+ this.al = !isNaN_(this.a1) ? this.a1 : this.ax;
495
+ this.ez = this.hn != null ? this.hn : this.gz;
496
+ this.e1 = this.hp != null ? this.hp : this.g1;
497
+ this.e6 = this.hu != null ? this.hu : this.g6;
498
+ this.e3 = this.hr != null ? this.hr : this.g3;
499
499
  this.e0 = this.ho != null ? this.ho : this.g0;
500
500
  this.e2 = this.hq != null ? this.hq : this.g2;
501
- this.e7 = this.hv != null ? this.hv : this.g7;
501
+ this.ak = !isNaN_(this.a0) ? this.a0 : this.aw;
502
+ this.e7 = this.h7 != null ? this.h7 : this.g7;
503
+ this.fa = this.ia != null ? this.ia : this.ha;
502
504
  this.e4 = this.hs != null ? this.hs : this.g4;
503
- this.e1 = this.hp != null ? this.hp : this.g1;
504
- this.e3 = this.hr != null ? this.hr : this.g3;
505
- this.al = !isNaN_(this.a1) ? this.a1 : this.ax;
506
- this.e8 = this.h8 != null ? this.h8 : this.g8;
507
- this.fb = this.ib != null ? this.ib : this.hb;
508
505
  this.e5 = this.ht != null ? this.ht : this.g5;
509
- this.e6 = this.hu != null ? this.hu : this.g6;
506
+ this.e8 = this.h8 != null ? this.h8 : this.g8;
510
507
  this.e9 = this.h9 != null ? this.h9 : this.g9;
511
- this.fa = this.ia != null ? this.ia : this.ha;
512
508
  break;
513
509
  case 0:
514
- this.am = !isNaN_(this.a2) ? this.a2 : this.as;
510
+ this.al = !isNaN_(this.a1) ? this.a1 : this.ar;
511
+ this.ez = this.hn != null ? this.hn : this.fz;
512
+ this.e1 = this.hp != null ? this.hp : this.f1;
513
+ this.e6 = this.hu != null ? this.hu : this.f6;
514
+ this.e3 = this.hr != null ? this.hr : this.f3;
515
515
  this.e0 = this.ho != null ? this.ho : this.f0;
516
516
  this.e2 = this.hq != null ? this.hq : this.f2;
517
- this.e7 = this.hv != null ? this.hv : this.f7;
517
+ this.ak = !isNaN_(this.a0) ? this.a0 : this.aq;
518
+ this.e7 = this.h7 != null ? this.h7 : this.f7;
519
+ this.fa = this.ia != null ? this.ia : this.ga;
518
520
  this.e4 = this.hs != null ? this.hs : this.f4;
519
- this.e1 = this.hp != null ? this.hp : this.f1;
520
- this.e3 = this.hr != null ? this.hr : this.f3;
521
- this.al = !isNaN_(this.a1) ? this.a1 : this.ar;
522
- this.e8 = this.h8 != null ? this.h8 : this.f8;
523
- this.fb = this.ib != null ? this.ib : this.gb;
524
521
  this.e5 = this.ht != null ? this.ht : this.f5;
525
- this.e6 = this.hu != null ? this.hu : this.f6;
522
+ this.e8 = this.h8 != null ? this.h8 : this.f8;
526
523
  this.e9 = this.h9 != null ? this.h9 : this.f9;
527
- this.fa = this.ia != null ? this.ia : this.ga;
528
524
  break;
529
525
  }
530
526
  }
531
- dg() {
527
+ df() {
532
528
  for (let a = 0; a < this.buttons.count; a++) {
533
529
  let b = this.buttons._inner[a];
534
- b.s = this.t;
530
+ b.r = this.s;
535
531
  if (a == 0) {
536
- this.dj(b);
532
+ this.di(b);
537
533
  }
538
534
  else if (a == this.buttons.count - 1) {
539
- this.dk(b);
535
+ this.dj(b);
540
536
  }
541
537
  else {
542
- this.dl(b);
538
+ this.dk(b);
543
539
  }
544
540
  b.e = 1;
545
- b.a3 = false;
546
- if (this.w) {
541
+ b.a2 = false;
542
+ if (this.v) {
547
543
  b.disabled = this.disabled;
548
544
  }
549
- b.n7 = this.e1;
550
- b.bl = this.al;
551
- b.pv = this.e3;
552
- b.pu = this.e2;
553
- b.pw = this.e4;
545
+ b.n2 = this.e0;
546
+ b.bk = this.ak;
547
+ b.pq = this.e2;
548
+ b.pp = this.e1;
549
+ b.pr = this.e3;
554
550
  this.view.x(b);
555
- if (this.ab(b)) {
556
- b.n6 = this.e8;
557
- b.rl = this.fb;
558
- b.ql = this.e9;
559
- b.qm = this.fa;
551
+ if (this.aa(b)) {
552
+ b.n1 = this.e7;
553
+ b.rg = this.fa;
554
+ b.qg = this.e8;
555
+ b.qh = this.e9;
560
556
  }
561
557
  else {
562
- b.n6 = this.e0;
563
- b.rl = this.e7;
564
- b.ql = this.e5;
565
- b.qm = this.e6;
558
+ b.n1 = this.ez;
559
+ b.rg = this.e6;
560
+ b.qg = this.e4;
561
+ b.qh = this.e5;
566
562
  }
567
563
  }
568
564
  }
569
- ab(a) {
565
+ aa(a) {
570
566
  let b = this.buttons.indexOf(a);
571
567
  for (let c = 0; c < this.d.length; c++) {
572
568
  if (this.d[c] == b) {
@@ -575,63 +571,103 @@ let XButtonGroup = /*@__PURE__*/ (() => {
575
571
  }
576
572
  return false;
577
573
  }
578
- dl(a) {
579
- a.k6 = new CornerRadius(1, 0, 0, 0, 0);
580
- }
581
574
  dk(a) {
575
+ a.k1 = new CornerRadius(1, 0, 0, 0, 0);
576
+ }
577
+ dj(a) {
582
578
  if (this.k == 1) {
583
- a.k6 = new CornerRadius(1, 0, 0, this.am, this.am);
579
+ a.k1 = new CornerRadius(1, 0, 0, this.al, this.al);
584
580
  }
585
581
  else {
586
- a.k6 = new CornerRadius(1, 0, this.am, this.am, 0);
582
+ a.k1 = new CornerRadius(1, 0, this.al, this.al, 0);
587
583
  }
588
584
  }
589
- dj(a) {
585
+ di(a) {
590
586
  if (this.k == 1) {
591
- a.k6 = new CornerRadius(1, this.am, this.am, 0, 0);
587
+ a.k1 = new CornerRadius(1, this.al, this.al, 0, 0);
592
588
  }
593
589
  else {
594
- a.k6 = new CornerRadius(1, this.am, 0, 0, this.am);
590
+ a.k1 = new CornerRadius(1, this.al, 0, 0, this.al);
591
+ }
592
+ }
593
+ dh(a) {
594
+ this.ax = ThemeResolver.m(a, XButtonGroup.av, XButtonGroup.ap);
595
+ this.gz = ThemeResolver.ah(a, XButtonGroup.gn, XButtonGroup.fn);
596
+ this.g1 = ThemeResolver.ah(a, XButtonGroup.gp, XButtonGroup.fp);
597
+ this.g0 = ThemeResolver.ah(a, XButtonGroup.go, XButtonGroup.fo);
598
+ this.g2 = ThemeResolver.ah(a, XButtonGroup.gq, XButtonGroup.fq);
599
+ this.aw = ThemeResolver.m(a, XButtonGroup.au, XButtonGroup.ao);
600
+ this.g6 = ThemeResolver.ah(a, XButtonGroup.gu, XButtonGroup.fu);
601
+ this.g3 = ThemeResolver.ah(a, XButtonGroup.gr, XButtonGroup.fr);
602
+ this.g7 = ThemeResolver.ah(a, XButtonGroup.gv, XButtonGroup.fv);
603
+ this.ha = ThemeResolver.ah(a, XButtonGroup.gy, XButtonGroup.fy);
604
+ this.g4 = ThemeResolver.ah(a, XButtonGroup.gs, XButtonGroup.fs);
605
+ this.g5 = ThemeResolver.ah(a, XButtonGroup.gt, XButtonGroup.ft);
606
+ this.g8 = ThemeResolver.ah(a, XButtonGroup.gw, XButtonGroup.fw);
607
+ this.g9 = ThemeResolver.ah(a, XButtonGroup.gx, XButtonGroup.fx);
608
+ this.ar = ThemeResolver.m(a, XButtonGroup.at, XButtonGroup.an);
609
+ this.fz = ThemeResolver.ah(a, XButtonGroup.gb, XButtonGroup.fb);
610
+ this.f1 = ThemeResolver.ah(a, XButtonGroup.gd, XButtonGroup.fd);
611
+ this.f0 = ThemeResolver.ah(a, XButtonGroup.gc, XButtonGroup.fc);
612
+ this.f2 = ThemeResolver.ah(a, XButtonGroup.ge, XButtonGroup.fe);
613
+ this.aq = ThemeResolver.m(a, XButtonGroup.as, XButtonGroup.am);
614
+ this.f6 = ThemeResolver.ah(a, XButtonGroup.gi, XButtonGroup.fi);
615
+ this.f3 = ThemeResolver.ah(a, XButtonGroup.gf, XButtonGroup.ff);
616
+ this.f7 = ThemeResolver.ah(a, XButtonGroup.gj, XButtonGroup.fj);
617
+ this.ga = ThemeResolver.ah(a, XButtonGroup.gm, XButtonGroup.fm);
618
+ this.f4 = ThemeResolver.ah(a, XButtonGroup.gg, XButtonGroup.fg);
619
+ this.f5 = ThemeResolver.ah(a, XButtonGroup.gh, XButtonGroup.fh);
620
+ this.f8 = ThemeResolver.ah(a, XButtonGroup.gk, XButtonGroup.fk);
621
+ this.f9 = ThemeResolver.ah(a, XButtonGroup.gl, XButtonGroup.fl);
622
+ }
623
+ get al() {
624
+ return this.ad;
625
+ }
626
+ set al(a) {
627
+ let b = this.ad;
628
+ this.ad = a;
629
+ if (b != this.ad) {
630
+ this.da("ActualItemCornerRadius", b, a);
595
631
  }
596
632
  }
597
- di(a) {
598
- this.ay = XButtonGroup.n.y(a, this.r, enumGetBox(ButtonDisplayStyle_$type, 2), "CornerRadius").d;
599
- this.g0 = XButtonGroup.n.af(a, enumGetBox(ButtonDisplayStyle_$type, 2), "BackgroundColor");
600
- this.g2 = XButtonGroup.n.af(a, enumGetBox(ButtonDisplayStyle_$type, 2), "DisabledBackgroundColor");
601
- this.g1 = XButtonGroup.n.af(a, enumGetBox(ButtonDisplayStyle_$type, 2), "BorderColor");
602
- this.g3 = XButtonGroup.n.af(a, enumGetBox(ButtonDisplayStyle_$type, 2), "DisabledBorderColor");
603
- this.ax = XButtonGroup.n.i(a, enumGetBox(ButtonDisplayStyle_$type, 2), "BorderWidth");
604
- this.g7 = XButtonGroup.n.af(a, enumGetBox(ButtonDisplayStyle_$type, 2), "TextColor");
605
- this.g4 = XButtonGroup.n.af(a, enumGetBox(ButtonDisplayStyle_$type, 2), "DisabledTextColor");
606
- this.g8 = XButtonGroup.n.af(a, enumGetBox(ButtonDisplayStyle_$type, 2), "SelectedBackgroundColor");
607
- this.hb = XButtonGroup.n.af(a, enumGetBox(ButtonDisplayStyle_$type, 2), "SelectedTextColor");
608
- this.g5 = XButtonGroup.n.af(a, enumGetBox(ButtonDisplayStyle_$type, 2), "HoverBackgroundColor");
609
- this.g6 = XButtonGroup.n.af(a, enumGetBox(ButtonDisplayStyle_$type, 2), "HoverTextColor");
610
- this.g9 = XButtonGroup.n.af(a, enumGetBox(ButtonDisplayStyle_$type, 2), "HoverSelectedBackgroundColor");
611
- this.ha = XButtonGroup.n.af(a, enumGetBox(ButtonDisplayStyle_$type, 2), "HoverSelectedTextColor");
612
- this.as = XButtonGroup.n.y(a, this.r, enumGetBox(ButtonDisplayStyle_$type, 1), "CornerRadius").d;
613
- this.f0 = XButtonGroup.n.af(a, enumGetBox(ButtonDisplayStyle_$type, 1), "BackgroundColor");
614
- this.f2 = XButtonGroup.n.af(a, enumGetBox(ButtonDisplayStyle_$type, 1), "DisabledBackgroundColor");
615
- this.f1 = XButtonGroup.n.af(a, enumGetBox(ButtonDisplayStyle_$type, 1), "BorderColor");
616
- this.f3 = XButtonGroup.n.af(a, enumGetBox(ButtonDisplayStyle_$type, 1), "DisabledBorderColor");
617
- this.ar = XButtonGroup.n.i(a, enumGetBox(ButtonDisplayStyle_$type, 1), "BorderWidth");
618
- this.f7 = XButtonGroup.n.af(a, enumGetBox(ButtonDisplayStyle_$type, 1), "TextColor");
619
- this.f4 = XButtonGroup.n.af(a, enumGetBox(ButtonDisplayStyle_$type, 1), "DisabledTextColor");
620
- this.f8 = XButtonGroup.n.af(a, enumGetBox(ButtonDisplayStyle_$type, 1), "SelectedBackgroundColor");
621
- this.gb = XButtonGroup.n.af(a, enumGetBox(ButtonDisplayStyle_$type, 1), "SelectedTextColor");
622
- this.f5 = XButtonGroup.n.af(a, enumGetBox(ButtonDisplayStyle_$type, 1), "HoverBackgroundColor");
623
- this.f6 = XButtonGroup.n.af(a, enumGetBox(ButtonDisplayStyle_$type, 1), "HoverTextColor");
624
- this.f9 = XButtonGroup.n.af(a, enumGetBox(ButtonDisplayStyle_$type, 1), "HoverSelectedBackgroundColor");
625
- this.ga = XButtonGroup.n.af(a, enumGetBox(ButtonDisplayStyle_$type, 1), "HoverSelectedTextColor");
626
- }
627
- get am() {
628
- return this.ae;
633
+ get ez() {
634
+ return this.dm;
629
635
  }
630
- set am(a) {
631
- let b = this.ae;
632
- this.ae = a;
633
- if (b != this.ae) {
634
- this.db("ActualItemCornerRadius", b, a);
636
+ set ez(a) {
637
+ let b = this.dm;
638
+ this.dm = a;
639
+ if (b != this.dm) {
640
+ this.da("ActualItemBackgroundColor", b, a);
641
+ }
642
+ }
643
+ get e1() {
644
+ return this.dp;
645
+ }
646
+ set e1(a) {
647
+ let b = this.dp;
648
+ this.dp = a;
649
+ if (b != this.dp) {
650
+ this.da("ActualItemDisabledBackgroundColor", b, a);
651
+ }
652
+ }
653
+ get e6() {
654
+ return this.du;
655
+ }
656
+ set e6(a) {
657
+ let b = this.du;
658
+ this.du = a;
659
+ if (b != this.du) {
660
+ this.da("ActualItemTextColor", b, a);
661
+ }
662
+ }
663
+ get e3() {
664
+ return this.dr;
665
+ }
666
+ set e3(a) {
667
+ let b = this.dr;
668
+ this.dr = a;
669
+ if (b != this.dr) {
670
+ this.da("ActualItemDisabledTextColor", b, a);
635
671
  }
636
672
  }
637
673
  get e0() {
@@ -641,7 +677,7 @@ let XButtonGroup = /*@__PURE__*/ (() => {
641
677
  let b = this.dn;
642
678
  this.dn = a;
643
679
  if (b != this.dn) {
644
- this.db("ActualItemBackgroundColor", b, a);
680
+ this.da("ActualItemBorderColor", b, a);
645
681
  }
646
682
  }
647
683
  get e2() {
@@ -651,7 +687,17 @@ let XButtonGroup = /*@__PURE__*/ (() => {
651
687
  let b = this.dq;
652
688
  this.dq = a;
653
689
  if (b != this.dq) {
654
- this.db("ActualItemDisabledBackgroundColor", b, a);
690
+ this.da("ActualItemDisabledBorderColor", b, a);
691
+ }
692
+ }
693
+ get ak() {
694
+ return this.ac;
695
+ }
696
+ set ak(a) {
697
+ let b = this.ac;
698
+ this.ac = a;
699
+ if (b != this.ac) {
700
+ this.da("ActualItemBorderWidth", b, a);
655
701
  }
656
702
  }
657
703
  get e7() {
@@ -661,7 +707,17 @@ let XButtonGroup = /*@__PURE__*/ (() => {
661
707
  let b = this.dv;
662
708
  this.dv = a;
663
709
  if (b != this.dv) {
664
- this.db("ActualItemTextColor", b, a);
710
+ this.da("ActualSelectedItemBackgroundColor", b, a);
711
+ }
712
+ }
713
+ get fa() {
714
+ return this.dy;
715
+ }
716
+ set fa(a) {
717
+ let b = this.dy;
718
+ this.dy = a;
719
+ if (b != this.dy) {
720
+ this.da("ActualSelectedItemTextColor", b, a);
665
721
  }
666
722
  }
667
723
  get e4() {
@@ -671,57 +727,7 @@ let XButtonGroup = /*@__PURE__*/ (() => {
671
727
  let b = this.ds;
672
728
  this.ds = a;
673
729
  if (b != this.ds) {
674
- this.db("ActualItemDisabledTextColor", b, a);
675
- }
676
- }
677
- get e1() {
678
- return this.dp;
679
- }
680
- set e1(a) {
681
- let b = this.dp;
682
- this.dp = a;
683
- if (b != this.dp) {
684
- this.db("ActualItemBorderColor", b, a);
685
- }
686
- }
687
- get e3() {
688
- return this.dr;
689
- }
690
- set e3(a) {
691
- let b = this.dr;
692
- this.dr = a;
693
- if (b != this.dr) {
694
- this.db("ActualItemDisabledBorderColor", b, a);
695
- }
696
- }
697
- get al() {
698
- return this.ad;
699
- }
700
- set al(a) {
701
- let b = this.ad;
702
- this.ad = a;
703
- if (b != this.ad) {
704
- this.db("ActualItemBorderWidth", b, a);
705
- }
706
- }
707
- get e8() {
708
- return this.dw;
709
- }
710
- set e8(a) {
711
- let b = this.dw;
712
- this.dw = a;
713
- if (b != this.dw) {
714
- this.db("ActualSelectedItemBackgroundColor", b, a);
715
- }
716
- }
717
- get fb() {
718
- return this.dz;
719
- }
720
- set fb(a) {
721
- let b = this.dz;
722
- this.dz = a;
723
- if (b != this.dz) {
724
- this.db("ActualSelectedItemTextColor", b, a);
730
+ this.da("ActualItemHoverBackgroundColor", b, a);
725
731
  }
726
732
  }
727
733
  get e5() {
@@ -731,17 +737,17 @@ let XButtonGroup = /*@__PURE__*/ (() => {
731
737
  let b = this.dt;
732
738
  this.dt = a;
733
739
  if (b != this.dt) {
734
- this.db("ActualItemHoverBackgroundColor", b, a);
740
+ this.da("ActualItemHoverTextColor", b, a);
735
741
  }
736
742
  }
737
- get e6() {
738
- return this.du;
743
+ get e8() {
744
+ return this.dw;
739
745
  }
740
- set e6(a) {
741
- let b = this.du;
742
- this.du = a;
743
- if (b != this.du) {
744
- this.db("ActualItemHoverTextColor", b, a);
746
+ set e8(a) {
747
+ let b = this.dw;
748
+ this.dw = a;
749
+ if (b != this.dw) {
750
+ this.da("ActualSelectedItemHoverBackgroundColor", b, a);
745
751
  }
746
752
  }
747
753
  get e9() {
@@ -751,57 +757,57 @@ let XButtonGroup = /*@__PURE__*/ (() => {
751
757
  let b = this.dx;
752
758
  this.dx = a;
753
759
  if (b != this.dx) {
754
- this.db("ActualSelectedItemHoverBackgroundColor", b, a);
760
+ this.da("ActualSelectedItemHoverTextColor", b, a);
755
761
  }
756
762
  }
757
- get fa() {
758
- return this.dy;
763
+ get a1() {
764
+ return this.ah;
759
765
  }
760
- set fa(a) {
761
- let b = this.dy;
762
- this.dy = a;
763
- if (b != this.dy) {
764
- this.db("ActualSelectedItemHoverTextColor", b, a);
766
+ set a1(a) {
767
+ let b = this.ah;
768
+ this.ah = a;
769
+ if (b != this.ah) {
770
+ this.da("ItemCornerRadius", b, a);
765
771
  }
766
772
  }
767
- get a2() {
768
- return this.ai;
773
+ get hn() {
774
+ return this.d7;
769
775
  }
770
- set a2(a) {
771
- let b = this.ai;
772
- this.ai = a;
773
- if (b != this.ai) {
774
- this.db("ItemCornerRadius", b, a);
776
+ set hn(a) {
777
+ let b = this.d7;
778
+ this.d7 = a;
779
+ if (b != this.d7) {
780
+ this.da("ItemBackgroundColor", b, a);
775
781
  }
776
782
  }
777
- get ho() {
778
- return this.d8;
783
+ get hp() {
784
+ return this.d9;
779
785
  }
780
- set ho(a) {
781
- let b = this.d8;
782
- this.d8 = a;
783
- if (b != this.d8) {
784
- this.db("ItemBackgroundColor", b, a);
786
+ set hp(a) {
787
+ let b = this.d9;
788
+ this.d9 = a;
789
+ if (b != this.d9) {
790
+ this.da("ItemDisabledBackgroundColor", b, a);
785
791
  }
786
792
  }
787
- get hq() {
788
- return this.ea;
793
+ get hu() {
794
+ return this.ee;
789
795
  }
790
- set hq(a) {
791
- let b = this.ea;
792
- this.ea = a;
793
- if (b != this.ea) {
794
- this.db("ItemDisabledBackgroundColor", b, a);
796
+ set hu(a) {
797
+ let b = this.ee;
798
+ this.ee = a;
799
+ if (b != this.ee) {
800
+ this.da("ItemTextColor", b, a);
795
801
  }
796
802
  }
797
- get hv() {
798
- return this.ef;
803
+ get hr() {
804
+ return this.eb;
799
805
  }
800
- set hv(a) {
801
- let b = this.ef;
802
- this.ef = a;
803
- if (b != this.ef) {
804
- this.db("ItemTextColor", b, a);
806
+ set hr(a) {
807
+ let b = this.eb;
808
+ this.eb = a;
809
+ if (b != this.eb) {
810
+ this.da("ItemDisabledTextColor", b, a);
805
811
  }
806
812
  }
807
813
  get hs() {
@@ -811,57 +817,67 @@ let XButtonGroup = /*@__PURE__*/ (() => {
811
817
  let b = this.ec;
812
818
  this.ec = a;
813
819
  if (b != this.ec) {
814
- this.db("ItemDisabledTextColor", b, a);
820
+ this.da("ItemHoverBackgroundColor", b, a);
815
821
  }
816
822
  }
817
- get ht() {
818
- return this.ed;
823
+ get ho() {
824
+ return this.d8;
819
825
  }
820
- set ht(a) {
821
- let b = this.ed;
822
- this.ed = a;
823
- if (b != this.ed) {
824
- this.db("ItemHoverBackgroundColor", b, a);
826
+ set ho(a) {
827
+ let b = this.d8;
828
+ this.d8 = a;
829
+ if (b != this.d8) {
830
+ this.da("ItemBorderColor", b, a);
825
831
  }
826
832
  }
827
- get hp() {
828
- return this.d9;
833
+ get hq() {
834
+ return this.ea;
829
835
  }
830
- set hp(a) {
831
- let b = this.d9;
832
- this.d9 = a;
833
- if (b != this.d9) {
834
- this.db("ItemBorderColor", b, a);
836
+ set hq(a) {
837
+ let b = this.ea;
838
+ this.ea = a;
839
+ if (b != this.ea) {
840
+ this.da("ItemDisabledBorderColor", b, a);
835
841
  }
836
842
  }
837
- get hr() {
838
- return this.eb;
843
+ get a0() {
844
+ return this.ag;
839
845
  }
840
- set hr(a) {
841
- let b = this.eb;
842
- this.eb = a;
843
- if (b != this.eb) {
844
- this.db("ItemDisabledBorderColor", b, a);
846
+ set a0(a) {
847
+ let b = this.ag;
848
+ this.ag = a;
849
+ if (b != this.ag) {
850
+ this.da("ItemBorderWidth", b, a);
845
851
  }
846
852
  }
847
- get a1() {
848
- return this.ah;
853
+ get ht() {
854
+ return this.ed;
849
855
  }
850
- set a1(a) {
851
- let b = this.ah;
852
- this.ah = a;
853
- if (b != this.ah) {
854
- this.db("ItemBorderWidth", b, a);
856
+ set ht(a) {
857
+ let b = this.ed;
858
+ this.ed = a;
859
+ if (b != this.ed) {
860
+ this.da("ItemHoverTextColor", b, a);
855
861
  }
856
862
  }
857
- get hu() {
858
- return this.ee;
863
+ get h7() {
864
+ return this.ev;
859
865
  }
860
- set hu(a) {
861
- let b = this.ee;
862
- this.ee = a;
863
- if (b != this.ee) {
864
- this.db("ItemHoverTextColor", b, a);
866
+ set h7(a) {
867
+ let b = this.ev;
868
+ this.ev = a;
869
+ if (b != this.ev) {
870
+ this.da("SelectedItemBackgroundColor", b, a);
871
+ }
872
+ }
873
+ get ia() {
874
+ return this.ey;
875
+ }
876
+ set ia(a) {
877
+ let b = this.ey;
878
+ this.ey = a;
879
+ if (b != this.ey) {
880
+ this.da("SelectedItemTextColor", b, a);
865
881
  }
866
882
  }
867
883
  get h8() {
@@ -871,17 +887,7 @@ let XButtonGroup = /*@__PURE__*/ (() => {
871
887
  let b = this.ew;
872
888
  this.ew = a;
873
889
  if (b != this.ew) {
874
- this.db("SelectedItemBackgroundColor", b, a);
875
- }
876
- }
877
- get ib() {
878
- return this.ez;
879
- }
880
- set ib(a) {
881
- let b = this.ez;
882
- this.ez = a;
883
- if (b != this.ez) {
884
- this.db("SelectedItemTextColor", b, a);
890
+ this.da("SelectedItemHoverBackgroundColor", b, a);
885
891
  }
886
892
  }
887
893
  get h9() {
@@ -891,27 +897,67 @@ let XButtonGroup = /*@__PURE__*/ (() => {
891
897
  let b = this.ex;
892
898
  this.ex = a;
893
899
  if (b != this.ex) {
894
- this.db("SelectedItemHoverBackgroundColor", b, a);
900
+ this.da("SelectedItemHoverTextColor", b, a);
895
901
  }
896
902
  }
897
- get ia() {
898
- return this.ey;
903
+ get a3() {
904
+ return this.aj;
899
905
  }
900
- set ia(a) {
901
- let b = this.ey;
902
- this.ey = a;
903
- if (b != this.ey) {
904
- this.db("SelectedItemHoverTextColor", b, a);
906
+ set a3(a) {
907
+ let b = this.aj;
908
+ this.aj = a;
909
+ if (b != this.aj) {
910
+ this.da("OutlinedItemCornerRadius", b, a);
911
+ }
912
+ }
913
+ get hv() {
914
+ return this.ef;
915
+ }
916
+ set hv(a) {
917
+ let b = this.ef;
918
+ this.ef = a;
919
+ if (b != this.ef) {
920
+ this.da("OutlinedItemBackgroundColor", b, a);
921
+ }
922
+ }
923
+ get hx() {
924
+ return this.eh;
925
+ }
926
+ set hx(a) {
927
+ let b = this.eh;
928
+ this.eh = a;
929
+ if (b != this.eh) {
930
+ this.da("OutlinedItemDisabledBackgroundColor", b, a);
931
+ }
932
+ }
933
+ get h2() {
934
+ return this.em;
935
+ }
936
+ set h2(a) {
937
+ let b = this.em;
938
+ this.em = a;
939
+ if (b != this.em) {
940
+ this.da("OutlinedItemTextColor", b, a);
941
+ }
942
+ }
943
+ get hz() {
944
+ return this.ej;
945
+ }
946
+ set hz(a) {
947
+ let b = this.ej;
948
+ this.ej = a;
949
+ if (b != this.ej) {
950
+ this.da("OutlinedItemDisabledTextColor", b, a);
905
951
  }
906
952
  }
907
- get a4() {
908
- return this.ak;
953
+ get h0() {
954
+ return this.ek;
909
955
  }
910
- set a4(a) {
911
- let b = this.ak;
912
- this.ak = a;
913
- if (b != this.ak) {
914
- this.db("OutlinedItemCornerRadius", b, a);
956
+ set h0(a) {
957
+ let b = this.ek;
958
+ this.ek = a;
959
+ if (b != this.ek) {
960
+ this.da("OutlinedItemHoverBackgroundColor", b, a);
915
961
  }
916
962
  }
917
963
  get hw() {
@@ -921,7 +967,7 @@ let XButtonGroup = /*@__PURE__*/ (() => {
921
967
  let b = this.eg;
922
968
  this.eg = a;
923
969
  if (b != this.eg) {
924
- this.db("OutlinedItemBackgroundColor", b, a);
970
+ this.da("OutlinedItemBorderColor", b, a);
925
971
  }
926
972
  }
927
973
  get hy() {
@@ -931,27 +977,17 @@ let XButtonGroup = /*@__PURE__*/ (() => {
931
977
  let b = this.ei;
932
978
  this.ei = a;
933
979
  if (b != this.ei) {
934
- this.db("OutlinedItemDisabledBackgroundColor", b, a);
980
+ this.da("OutlinedItemDisabledBorderColor", b, a);
935
981
  }
936
982
  }
937
- get h3() {
938
- return this.en;
939
- }
940
- set h3(a) {
941
- let b = this.en;
942
- this.en = a;
943
- if (b != this.en) {
944
- this.db("OutlinedItemTextColor", b, a);
945
- }
946
- }
947
- get h0() {
948
- return this.ek;
983
+ get a2() {
984
+ return this.ai;
949
985
  }
950
- set h0(a) {
951
- let b = this.ek;
952
- this.ek = a;
953
- if (b != this.ek) {
954
- this.db("OutlinedItemDisabledTextColor", b, a);
986
+ set a2(a) {
987
+ let b = this.ai;
988
+ this.ai = a;
989
+ if (b != this.ai) {
990
+ this.da("OutlinedItemBorderWidth", b, a);
955
991
  }
956
992
  }
957
993
  get h1() {
@@ -961,47 +997,27 @@ let XButtonGroup = /*@__PURE__*/ (() => {
961
997
  let b = this.el;
962
998
  this.el = a;
963
999
  if (b != this.el) {
964
- this.db("OutlinedItemHoverBackgroundColor", b, a);
965
- }
966
- }
967
- get hx() {
968
- return this.eh;
969
- }
970
- set hx(a) {
971
- let b = this.eh;
972
- this.eh = a;
973
- if (b != this.eh) {
974
- this.db("OutlinedItemBorderColor", b, a);
1000
+ this.da("OutlinedItemHoverTextColor", b, a);
975
1001
  }
976
1002
  }
977
- get hz() {
978
- return this.ej;
979
- }
980
- set hz(a) {
981
- let b = this.ej;
982
- this.ej = a;
983
- if (b != this.ej) {
984
- this.db("OutlinedItemDisabledBorderColor", b, a);
985
- }
986
- }
987
- get a3() {
988
- return this.aj;
1003
+ get h3() {
1004
+ return this.er;
989
1005
  }
990
- set a3(a) {
991
- let b = this.aj;
992
- this.aj = a;
993
- if (b != this.aj) {
994
- this.db("OutlinedItemBorderWidth", b, a);
1006
+ set h3(a) {
1007
+ let b = this.er;
1008
+ this.er = a;
1009
+ if (b != this.er) {
1010
+ this.da("OutlinedSelectedItemBackgroundColor", b, a);
995
1011
  }
996
1012
  }
997
- get h2() {
998
- return this.em;
1013
+ get h6() {
1014
+ return this.eu;
999
1015
  }
1000
- set h2(a) {
1001
- let b = this.em;
1002
- this.em = a;
1003
- if (b != this.em) {
1004
- this.db("OutlinedItemHoverTextColor", b, a);
1016
+ set h6(a) {
1017
+ let b = this.eu;
1018
+ this.eu = a;
1019
+ if (b != this.eu) {
1020
+ this.da("OutlinedSelectedItemTextColor", b, a);
1005
1021
  }
1006
1022
  }
1007
1023
  get h4() {
@@ -1011,17 +1027,7 @@ let XButtonGroup = /*@__PURE__*/ (() => {
1011
1027
  let b = this.es;
1012
1028
  this.es = a;
1013
1029
  if (b != this.es) {
1014
- this.db("OutlinedSelectedItemBackgroundColor", b, a);
1015
- }
1016
- }
1017
- get h7() {
1018
- return this.ev;
1019
- }
1020
- set h7(a) {
1021
- let b = this.ev;
1022
- this.ev = a;
1023
- if (b != this.ev) {
1024
- this.db("OutlinedSelectedItemTextColor", b, a);
1030
+ this.da(XButtonGroup.cv, b, a);
1025
1031
  }
1026
1032
  }
1027
1033
  get h5() {
@@ -1031,27 +1037,67 @@ let XButtonGroup = /*@__PURE__*/ (() => {
1031
1037
  let b = this.et;
1032
1038
  this.et = a;
1033
1039
  if (b != this.et) {
1034
- this.db(XButtonGroup.cw, b, a);
1040
+ this.da("OutlinedSelectedItemHoverTextColor", b, a);
1035
1041
  }
1036
1042
  }
1037
- get h6() {
1038
- return this.eu;
1043
+ get az() {
1044
+ return this.af;
1039
1045
  }
1040
- set h6(a) {
1041
- let b = this.eu;
1042
- this.eu = a;
1043
- if (b != this.eu) {
1044
- this.db("OutlinedSelectedItemHoverTextColor", b, a);
1046
+ set az(a) {
1047
+ let b = this.af;
1048
+ this.af = a;
1049
+ if (b != this.af) {
1050
+ this.da("FlatItemCornerRadius", b, a);
1045
1051
  }
1046
1052
  }
1047
- get a0() {
1048
- return this.ag;
1053
+ get hb() {
1054
+ return this.dz;
1049
1055
  }
1050
- set a0(a) {
1051
- let b = this.ag;
1052
- this.ag = a;
1053
- if (b != this.ag) {
1054
- this.db("FlatItemCornerRadius", b, a);
1056
+ set hb(a) {
1057
+ let b = this.dz;
1058
+ this.dz = a;
1059
+ if (b != this.dz) {
1060
+ this.da("FlatItemBackgroundColor", b, a);
1061
+ }
1062
+ }
1063
+ get hd() {
1064
+ return this.d1;
1065
+ }
1066
+ set hd(a) {
1067
+ let b = this.d1;
1068
+ this.d1 = a;
1069
+ if (b != this.d1) {
1070
+ this.da("FlatItemDisabledBackgroundColor", b, a);
1071
+ }
1072
+ }
1073
+ get hi() {
1074
+ return this.d6;
1075
+ }
1076
+ set hi(a) {
1077
+ let b = this.d6;
1078
+ this.d6 = a;
1079
+ if (b != this.d6) {
1080
+ this.da("FlatItemTextColor", b, a);
1081
+ }
1082
+ }
1083
+ get hf() {
1084
+ return this.d3;
1085
+ }
1086
+ set hf(a) {
1087
+ let b = this.d3;
1088
+ this.d3 = a;
1089
+ if (b != this.d3) {
1090
+ this.da("FlatItemDisabledTextColor", b, a);
1091
+ }
1092
+ }
1093
+ get hg() {
1094
+ return this.d4;
1095
+ }
1096
+ set hg(a) {
1097
+ let b = this.d4;
1098
+ this.d4 = a;
1099
+ if (b != this.d4) {
1100
+ this.da("FlatItemHoverBackgroundColor", b, a);
1055
1101
  }
1056
1102
  }
1057
1103
  get hc() {
@@ -1061,7 +1107,7 @@ let XButtonGroup = /*@__PURE__*/ (() => {
1061
1107
  let b = this.d0;
1062
1108
  this.d0 = a;
1063
1109
  if (b != this.d0) {
1064
- this.db("FlatItemBackgroundColor", b, a);
1110
+ this.da("FlatItemBorderColor", b, a);
1065
1111
  }
1066
1112
  }
1067
1113
  get he() {
@@ -1071,27 +1117,17 @@ let XButtonGroup = /*@__PURE__*/ (() => {
1071
1117
  let b = this.d2;
1072
1118
  this.d2 = a;
1073
1119
  if (b != this.d2) {
1074
- this.db("FlatItemDisabledBackgroundColor", b, a);
1075
- }
1076
- }
1077
- get hj() {
1078
- return this.d7;
1079
- }
1080
- set hj(a) {
1081
- let b = this.d7;
1082
- this.d7 = a;
1083
- if (b != this.d7) {
1084
- this.db("FlatItemTextColor", b, a);
1120
+ this.da("FlatItemDisabledBorderColor", b, a);
1085
1121
  }
1086
1122
  }
1087
- get hg() {
1088
- return this.d4;
1123
+ get ay() {
1124
+ return this.ae;
1089
1125
  }
1090
- set hg(a) {
1091
- let b = this.d4;
1092
- this.d4 = a;
1093
- if (b != this.d4) {
1094
- this.db("FlatItemDisabledTextColor", b, a);
1126
+ set ay(a) {
1127
+ let b = this.ae;
1128
+ this.ae = a;
1129
+ if (b != this.ae) {
1130
+ this.da("FlatItemBorderWidth", b, a);
1095
1131
  }
1096
1132
  }
1097
1133
  get hh() {
@@ -1101,47 +1137,27 @@ let XButtonGroup = /*@__PURE__*/ (() => {
1101
1137
  let b = this.d5;
1102
1138
  this.d5 = a;
1103
1139
  if (b != this.d5) {
1104
- this.db("FlatItemHoverBackgroundColor", b, a);
1140
+ this.da("FlatItemHoverTextColor", b, a);
1105
1141
  }
1106
1142
  }
1107
- get hd() {
1108
- return this.d1;
1109
- }
1110
- set hd(a) {
1111
- let b = this.d1;
1112
- this.d1 = a;
1113
- if (b != this.d1) {
1114
- this.db("FlatItemBorderColor", b, a);
1115
- }
1116
- }
1117
- get hf() {
1118
- return this.d3;
1119
- }
1120
- set hf(a) {
1121
- let b = this.d3;
1122
- this.d3 = a;
1123
- if (b != this.d3) {
1124
- this.db("FlatItemDisabledBorderColor", b, a);
1125
- }
1126
- }
1127
- get az() {
1128
- return this.af;
1143
+ get hj() {
1144
+ return this.en;
1129
1145
  }
1130
- set az(a) {
1131
- let b = this.af;
1132
- this.af = a;
1133
- if (b != this.af) {
1134
- this.db("FlatItemBorderWidth", b, a);
1146
+ set hj(a) {
1147
+ let b = this.en;
1148
+ this.en = a;
1149
+ if (b != this.en) {
1150
+ this.da("FlatSelectedItemBackgroundColor", b, a);
1135
1151
  }
1136
1152
  }
1137
- get hi() {
1138
- return this.d6;
1153
+ get hm() {
1154
+ return this.eq;
1139
1155
  }
1140
- set hi(a) {
1141
- let b = this.d6;
1142
- this.d6 = a;
1143
- if (b != this.d6) {
1144
- this.db("FlatItemHoverTextColor", b, a);
1156
+ set hm(a) {
1157
+ let b = this.eq;
1158
+ this.eq = a;
1159
+ if (b != this.eq) {
1160
+ this.da("FlatSelectedItemTextColor", b, a);
1145
1161
  }
1146
1162
  }
1147
1163
  get hk() {
@@ -1151,17 +1167,7 @@ let XButtonGroup = /*@__PURE__*/ (() => {
1151
1167
  let b = this.eo;
1152
1168
  this.eo = a;
1153
1169
  if (b != this.eo) {
1154
- this.db("FlatSelectedItemBackgroundColor", b, a);
1155
- }
1156
- }
1157
- get hn() {
1158
- return this.er;
1159
- }
1160
- set hn(a) {
1161
- let b = this.er;
1162
- this.er = a;
1163
- if (b != this.er) {
1164
- this.db("FlatSelectedItemTextColor", b, a);
1170
+ this.da("FlatSelectedItemHoverBackgroundColor", b, a);
1165
1171
  }
1166
1172
  }
1167
1173
  get hl() {
@@ -1171,17 +1177,7 @@ let XButtonGroup = /*@__PURE__*/ (() => {
1171
1177
  let b = this.ep;
1172
1178
  this.ep = a;
1173
1179
  if (b != this.ep) {
1174
- this.db("FlatSelectedItemHoverBackgroundColor", b, a);
1175
- }
1176
- }
1177
- get hm() {
1178
- return this.eq;
1179
- }
1180
- set hm(a) {
1181
- let b = this.eq;
1182
- this.eq = a;
1183
- if (b != this.eq) {
1184
- this.db("FlatSelectedItemHoverTextColor", b, a);
1180
+ this.da("FlatSelectedItemHoverTextColor", b, a);
1185
1181
  }
1186
1182
  }
1187
1183
  get k() {
@@ -1191,41 +1187,41 @@ let XButtonGroup = /*@__PURE__*/ (() => {
1191
1187
  let b = this.j;
1192
1188
  this.j = a;
1193
1189
  if (b != this.j) {
1194
- this.db("Orientation", enumGetBox(ButtonGroupOrientation_$type, b), enumGetBox(ButtonGroupOrientation_$type, a));
1190
+ this.da("Orientation", enumGetBox(ButtonGroupOrientation_$type, b), enumGetBox(ButtonGroupOrientation_$type, a));
1195
1191
  }
1196
1192
  }
1197
- get b6() {
1198
- return this.a7;
1193
+ get b5() {
1194
+ return this.a6;
1199
1195
  }
1200
- set b6(a) {
1201
- let b = this.a7;
1202
- this.a7 = a;
1203
- if (b != this.a7) {
1204
- this.db("Id", b, a);
1196
+ set b5(a) {
1197
+ let b = this.a6;
1198
+ this.a6 = a;
1199
+ if (b != this.a6) {
1200
+ this.da("Id", b, a);
1205
1201
  }
1206
1202
  }
1207
1203
  get disabled() {
1208
- return this.x;
1204
+ return this.w;
1209
1205
  }
1210
1206
  set disabled(a) {
1211
- let b = this.x;
1212
- this.x = a;
1213
- this.w = true;
1214
- if (b != this.x) {
1215
- this.db("IsDisabled", b, a);
1207
+ let b = this.w;
1208
+ this.w = a;
1209
+ this.v = true;
1210
+ if (b != this.w) {
1211
+ this.da("IsDisabled", b, a);
1216
1212
  }
1217
1213
  }
1218
- get aa() {
1219
- return this.y;
1214
+ get z() {
1215
+ return this.x;
1220
1216
  }
1221
- set aa(a) {
1222
- let b = this.y;
1223
- this.y = a;
1224
- if (b != this.y) {
1225
- this.db("IsMultiSelect", b, a);
1217
+ set z(a) {
1218
+ let b = this.x;
1219
+ this.x = a;
1220
+ if (b != this.x) {
1221
+ this.da("IsMultiSelect", b, a);
1226
1222
  }
1227
1223
  }
1228
- dc() {
1224
+ db() {
1229
1225
  }
1230
1226
  onDetachedFromUI() {
1231
1227
  this.view.u();
@@ -1233,31 +1229,31 @@ let XButtonGroup = /*@__PURE__*/ (() => {
1233
1229
  onAttachedToUI() {
1234
1230
  this.view.s();
1235
1231
  }
1236
- ac() {
1232
+ ab() {
1237
1233
  return this.view.d();
1238
1234
  }
1239
- a6() {
1235
+ a5() {
1240
1236
  return this.e();
1241
1237
  }
1242
- br() {
1238
+ bq() {
1243
1239
  let a = this.e();
1244
1240
  return a.p();
1245
1241
  }
1246
1242
  e() {
1247
1243
  let a = new ButtonGroupVisualModelExport();
1248
- a.e = this.q;
1249
- a.f = this.t;
1244
+ a.e = this.p;
1245
+ a.f = this.s;
1250
1246
  a.a = this.d;
1251
- a.k = this.am;
1252
- a.b = AppearanceHelper.a(this.e0);
1253
- a.d = AppearanceHelper.a(this.e7);
1254
- a.c = AppearanceHelper.a(this.e1);
1255
- a.j = this.al;
1247
+ a.k = this.al;
1248
+ a.b = AppearanceHelper.a(this.ez);
1249
+ a.d = AppearanceHelper.a(this.e6);
1250
+ a.c = AppearanceHelper.a(this.e0);
1251
+ a.j = this.ak;
1256
1252
  a.g = this.disabled;
1257
- a.h = this.aa;
1253
+ a.h = this.z;
1258
1254
  a.i = new List$1(ButtonVisualModelExport.$, 0);
1259
1255
  for (let b = 0; b < this.buttons.count; b++) {
1260
- a.i.add1(this.buttons._inner[b].ec());
1256
+ a.i.add1(this.buttons._inner[b].eb());
1261
1257
  }
1262
1258
  return a;
1263
1259
  }
@@ -1269,75 +1265,65 @@ let XButtonGroup = /*@__PURE__*/ (() => {
1269
1265
  }
1270
1266
  }
1271
1267
  XButtonGroup.$t = /*@__PURE__*/ markType(XButtonGroup, 'XButtonGroup', Base.$, [INotifyPropertyChanged_$type]);
1272
- XButtonGroup.p = 2;
1273
- XButtonGroup.aw = 4;
1274
- XButtonGroup.go = /*@__PURE__*/ BrushUtil.l(255, 255, 255, 255);
1275
- XButtonGroup.gq = /*@__PURE__*/ BrushUtil.l(10, 0, 0, 0);
1276
- XButtonGroup.gp = /*@__PURE__*/ BrushUtil.l(255, 199, 199, 199);
1277
- XButtonGroup.gr = /*@__PURE__*/ BrushUtil.l(255, 199, 199, 199);
1278
- XButtonGroup.av = 1;
1279
- XButtonGroup.gv = /*@__PURE__*/ BrushUtil.l(255, 0, 0, 0);
1280
- XButtonGroup.gs = /*@__PURE__*/ BrushUtil.l(66, 0, 0, 0);
1281
- XButtonGroup.gw = /*@__PURE__*/ BrushUtil.l(60, 0, 0, 0);
1282
- XButtonGroup.gz = /*@__PURE__*/ BrushUtil.l(255, 0, 0, 0);
1283
- XButtonGroup.gt = /*@__PURE__*/ BrushUtil.l(30, 0, 0, 0);
1284
- XButtonGroup.gu = /*@__PURE__*/ BrushUtil.l(255, 0, 0, 0);
1285
- XButtonGroup.gx = /*@__PURE__*/ BrushUtil.l(96, 0, 0, 0);
1286
- XButtonGroup.gy = /*@__PURE__*/ BrushUtil.l(255, 0, 0, 0);
1287
- XButtonGroup.aq = 3;
1288
- XButtonGroup.fo = /*@__PURE__*/ BrushUtil.l(0, 255, 255, 255);
1289
- XButtonGroup.fq = /*@__PURE__*/ BrushUtil.l(10, 0, 0, 0);
1290
- XButtonGroup.fp = /*@__PURE__*/ BrushUtil.l(255, 33, 150, 243);
1291
- XButtonGroup.fr = /*@__PURE__*/ BrushUtil.l(255, 199, 199, 199);
1292
- XButtonGroup.ap = 1;
1293
- XButtonGroup.fv = /*@__PURE__*/ BrushUtil.l(255, 33, 150, 243);
1294
- XButtonGroup.fs = /*@__PURE__*/ BrushUtil.l(66, 0, 0, 0);
1295
- XButtonGroup.fw = /*@__PURE__*/ BrushUtil.l(255, 33, 150, 243);
1296
- XButtonGroup.fz = /*@__PURE__*/ BrushUtil.l(255, 255, 255, 255);
1297
- XButtonGroup.ft = /*@__PURE__*/ BrushUtil.l(26, 33, 150, 243);
1298
- XButtonGroup.fu = /*@__PURE__*/ BrushUtil.l(255, 33, 150, 243);
1299
- XButtonGroup.fx = /*@__PURE__*/ BrushUtil.l(255, 33, 150, 243);
1300
- XButtonGroup.fy = /*@__PURE__*/ BrushUtil.l(255, 255, 255, 255);
1301
- XButtonGroup.au = 4;
1302
- XButtonGroup.gc = /*@__PURE__*/ BrushUtil.l(0, 255, 255, 255);
1303
- XButtonGroup.ge = /*@__PURE__*/ BrushUtil.l(10, 0, 0, 0);
1304
- XButtonGroup.gd = /*@__PURE__*/ BrushUtil.l(0, 0, 0, 0);
1305
- XButtonGroup.gf = /*@__PURE__*/ BrushUtil.l(255, 199, 199, 199);
1306
- XButtonGroup.at = 0;
1307
- XButtonGroup.gj = /*@__PURE__*/ BrushUtil.l(255, 228, 28, 119);
1308
- XButtonGroup.gg = /*@__PURE__*/ BrushUtil.l(66, 0, 0, 0);
1309
- XButtonGroup.gk = /*@__PURE__*/ BrushUtil.l(30, 228, 28, 119);
1310
- XButtonGroup.gn = /*@__PURE__*/ BrushUtil.l(255, 228, 28, 119);
1311
- XButtonGroup.gh = /*@__PURE__*/ BrushUtil.l(13, 228, 28, 119);
1312
- XButtonGroup.gi = /*@__PURE__*/ BrushUtil.l(255, 228, 28, 119);
1313
- XButtonGroup.gl = /*@__PURE__*/ BrushUtil.l(30, 228, 28, 119);
1314
- XButtonGroup.gm = /*@__PURE__*/ BrushUtil.l(255, 228, 28, 119);
1315
- XButtonGroup.ao = 0;
1316
- XButtonGroup.fc = /*@__PURE__*/ BrushUtil.l(0, 255, 255, 255);
1317
- XButtonGroup.fe = /*@__PURE__*/ BrushUtil.l(10, 0, 0, 0);
1318
- XButtonGroup.fd = /*@__PURE__*/ BrushUtil.l(0, 0, 0, 0);
1319
- XButtonGroup.ff = /*@__PURE__*/ BrushUtil.l(0, 0, 0, 0);
1268
+ XButtonGroup.o = 2;
1269
+ XButtonGroup.av = 4;
1270
+ XButtonGroup.gn = /*@__PURE__*/ BrushUtil.j(255, 255, 255, 255);
1271
+ XButtonGroup.gp = /*@__PURE__*/ BrushUtil.j(10, 0, 0, 0);
1272
+ XButtonGroup.go = /*@__PURE__*/ BrushUtil.j(255, 199, 199, 199);
1273
+ XButtonGroup.gq = /*@__PURE__*/ BrushUtil.j(255, 199, 199, 199);
1274
+ XButtonGroup.au = 1;
1275
+ XButtonGroup.gu = /*@__PURE__*/ BrushUtil.j(255, 0, 0, 0);
1276
+ XButtonGroup.gr = /*@__PURE__*/ BrushUtil.j(66, 0, 0, 0);
1277
+ XButtonGroup.gv = /*@__PURE__*/ BrushUtil.j(60, 0, 0, 0);
1278
+ XButtonGroup.gy = /*@__PURE__*/ BrushUtil.j(255, 0, 0, 0);
1279
+ XButtonGroup.gs = /*@__PURE__*/ BrushUtil.j(30, 0, 0, 0);
1280
+ XButtonGroup.gt = /*@__PURE__*/ BrushUtil.j(255, 0, 0, 0);
1281
+ XButtonGroup.gw = /*@__PURE__*/ BrushUtil.j(96, 0, 0, 0);
1282
+ XButtonGroup.gx = /*@__PURE__*/ BrushUtil.j(255, 0, 0, 0);
1283
+ XButtonGroup.ap = 3;
1284
+ XButtonGroup.fn = /*@__PURE__*/ BrushUtil.j(0, 255, 255, 255);
1285
+ XButtonGroup.fp = /*@__PURE__*/ BrushUtil.j(10, 0, 0, 0);
1286
+ XButtonGroup.fo = /*@__PURE__*/ BrushUtil.j(255, 33, 150, 243);
1287
+ XButtonGroup.fq = /*@__PURE__*/ BrushUtil.j(255, 199, 199, 199);
1288
+ XButtonGroup.ao = 1;
1289
+ XButtonGroup.fu = /*@__PURE__*/ BrushUtil.j(255, 33, 150, 243);
1290
+ XButtonGroup.fr = /*@__PURE__*/ BrushUtil.j(66, 0, 0, 0);
1291
+ XButtonGroup.fv = /*@__PURE__*/ BrushUtil.j(255, 33, 150, 243);
1292
+ XButtonGroup.fy = /*@__PURE__*/ BrushUtil.j(255, 255, 255, 255);
1293
+ XButtonGroup.fs = /*@__PURE__*/ BrushUtil.j(26, 33, 150, 243);
1294
+ XButtonGroup.ft = /*@__PURE__*/ BrushUtil.j(255, 33, 150, 243);
1295
+ XButtonGroup.fw = /*@__PURE__*/ BrushUtil.j(255, 33, 150, 243);
1296
+ XButtonGroup.fx = /*@__PURE__*/ BrushUtil.j(255, 255, 255, 255);
1297
+ XButtonGroup.at = 4;
1298
+ XButtonGroup.gb = /*@__PURE__*/ BrushUtil.j(0, 255, 255, 255);
1299
+ XButtonGroup.gd = /*@__PURE__*/ BrushUtil.j(10, 0, 0, 0);
1300
+ XButtonGroup.gc = /*@__PURE__*/ BrushUtil.j(0, 0, 0, 0);
1301
+ XButtonGroup.ge = /*@__PURE__*/ BrushUtil.j(255, 199, 199, 199);
1302
+ XButtonGroup.as = 0;
1303
+ XButtonGroup.gi = /*@__PURE__*/ BrushUtil.j(255, 228, 28, 119);
1304
+ XButtonGroup.gf = /*@__PURE__*/ BrushUtil.j(66, 0, 0, 0);
1305
+ XButtonGroup.gj = /*@__PURE__*/ BrushUtil.j(30, 228, 28, 119);
1306
+ XButtonGroup.gm = /*@__PURE__*/ BrushUtil.j(255, 228, 28, 119);
1307
+ XButtonGroup.gg = /*@__PURE__*/ BrushUtil.j(13, 228, 28, 119);
1308
+ XButtonGroup.gh = /*@__PURE__*/ BrushUtil.j(255, 228, 28, 119);
1309
+ XButtonGroup.gk = /*@__PURE__*/ BrushUtil.j(30, 228, 28, 119);
1310
+ XButtonGroup.gl = /*@__PURE__*/ BrushUtil.j(255, 228, 28, 119);
1320
1311
  XButtonGroup.an = 0;
1321
- XButtonGroup.fj = /*@__PURE__*/ BrushUtil.l(255, 119, 119, 119);
1322
- XButtonGroup.fg = /*@__PURE__*/ BrushUtil.l(66, 0, 0, 0);
1323
- XButtonGroup.fk = /*@__PURE__*/ BrushUtil.l(26, 33, 150, 243);
1324
- XButtonGroup.fn = /*@__PURE__*/ BrushUtil.l(255, 33, 150, 243);
1325
- XButtonGroup.fh = /*@__PURE__*/ BrushUtil.l(10, 33, 150, 243);
1326
- XButtonGroup.fi = /*@__PURE__*/ BrushUtil.l(255, 119, 119, 119);
1327
- XButtonGroup.fl = /*@__PURE__*/ BrushUtil.l(26, 33, 150, 243);
1328
- XButtonGroup.fm = /*@__PURE__*/ BrushUtil.l(255, 33, 150, 243);
1329
- XButtonGroup.cw = "OutlinedSelectedItemHoverBackgroundColor";
1330
- XButtonGroup.a5 = 0;
1331
- XButtonGroup.n = /*@__PURE__*/ new ThemeResolver(1, /*@__PURE__*/ ((() => {
1332
- let $ret = new Dictionary$2(BaseControlTheme_$type, Theme.$, 0);
1333
- $ret.addItem(2, XButton.i);
1334
- $ret.addItem(1, XButton.h);
1335
- $ret.addItem(3, XButton.k);
1336
- $ret.addItem(4, XButton.j);
1337
- $ret.addItem(5, XButton.k);
1338
- $ret.addItem(6, XButton.j);
1339
- return $ret;
1340
- })()), 2);
1312
+ XButtonGroup.fb = /*@__PURE__*/ BrushUtil.j(0, 255, 255, 255);
1313
+ XButtonGroup.fd = /*@__PURE__*/ BrushUtil.j(10, 0, 0, 0);
1314
+ XButtonGroup.fc = /*@__PURE__*/ BrushUtil.j(0, 0, 0, 0);
1315
+ XButtonGroup.fe = /*@__PURE__*/ BrushUtil.j(0, 0, 0, 0);
1316
+ XButtonGroup.am = 0;
1317
+ XButtonGroup.fi = /*@__PURE__*/ BrushUtil.j(255, 119, 119, 119);
1318
+ XButtonGroup.ff = /*@__PURE__*/ BrushUtil.j(66, 0, 0, 0);
1319
+ XButtonGroup.fj = /*@__PURE__*/ BrushUtil.j(26, 33, 150, 243);
1320
+ XButtonGroup.fm = /*@__PURE__*/ BrushUtil.j(255, 33, 150, 243);
1321
+ XButtonGroup.fg = /*@__PURE__*/ BrushUtil.j(10, 33, 150, 243);
1322
+ XButtonGroup.fh = /*@__PURE__*/ BrushUtil.j(255, 119, 119, 119);
1323
+ XButtonGroup.fk = /*@__PURE__*/ BrushUtil.j(26, 33, 150, 243);
1324
+ XButtonGroup.fl = /*@__PURE__*/ BrushUtil.j(255, 33, 150, 243);
1325
+ XButtonGroup.cv = "OutlinedSelectedItemHoverBackgroundColor";
1326
+ XButtonGroup.a4 = 0;
1341
1327
  return XButtonGroup;
1342
1328
  })();
1343
1329
  export { XButtonGroup };