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