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.
- package/bundles/igniteui-webcomponents-inputs.umd.js +3539 -3868
- package/bundles/igniteui-webcomponents-inputs.umd.min.js +1 -1
- package/esm2015/lib/ButtonGroupView_combined.js +628 -642
- package/esm2015/lib/ButtonView_combined.js +1743 -2036
- package/esm2015/lib/CalendarView_combined.js +157 -157
- package/esm2015/lib/CheckboxView_combined.js +39 -39
- package/esm2015/lib/DatePickerView_combined.js +4 -4
- package/esm2015/lib/InputGroupView_combined.js +209 -209
- package/esm2015/lib/NativeUIXInputsFactory_combined.js +35 -35
- package/esm2015/lib/RippleView_combined.js +2 -2
- package/esm2015/lib/ThemeResolver.js +22 -38
- package/esm2015/lib/XButtonBridge.js +45 -53
- package/esm2015/lib/XButtonGroupBridge.js +9 -13
- package/esm2015/lib/XIconButtonBridge.js +2 -2
- package/esm2015/lib/igc-x-button-component.js +567 -567
- package/esm2015/lib/igc-x-button-group-component.js +184 -184
- package/esm5/lib/ButtonGroupView_combined.js +606 -620
- package/esm5/lib/ButtonView_combined.js +1656 -1949
- package/esm5/lib/CalendarView_combined.js +157 -157
- package/esm5/lib/CheckboxView_combined.js +39 -39
- package/esm5/lib/DatePickerView_combined.js +4 -4
- package/esm5/lib/InputGroupView_combined.js +209 -209
- package/esm5/lib/NativeUIXInputsFactory_combined.js +35 -35
- package/esm5/lib/RippleView_combined.js +2 -2
- package/esm5/lib/ThemeResolver.js +22 -38
- package/esm5/lib/XButtonBridge.js +45 -53
- package/esm5/lib/XButtonGroupBridge.js +9 -13
- package/esm5/lib/XIconButtonBridge.js +2 -2
- package/esm5/lib/igc-x-button-component.js +567 -567
- package/esm5/lib/igc-x-button-group-component.js +184 -184
- package/fesm2015/igniteui-webcomponents-inputs.js +3642 -3971
- package/fesm5/igniteui-webcomponents-inputs.js +3540 -3869
- package/lib/ButtonGroupView_combined.d.ts +179 -181
- package/lib/ButtonView_combined.d.ts +481 -482
- package/lib/ThemeResolver.d.ts +15 -18
- package/package.json +2 -2
|
@@ -7,22 +7,18 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
7
7
|
import { __extends, __values } from "tslib";
|
|
8
8
|
import { Base, Delegate_$type, fromEnum, runOn, markType, INotifyPropertyChanged_$type, PropertyChangedEventArgs, delegateCombine, enumGetBox, delegateRemove, fromEn } from "igniteui-webcomponents-core";
|
|
9
9
|
import { List$1 } from "igniteui-webcomponents-core";
|
|
10
|
-
import { XButton } from "./XButton";
|
|
11
10
|
import { ButtonGroupOrientation_$type } from "./ButtonGroupOrientation";
|
|
12
11
|
import { ButtonGroupDisplayStyle_$type } from "./ButtonGroupDisplayStyle";
|
|
13
12
|
import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
|
|
14
13
|
import { ControlDisplayDensity_$type } from "igniteui-webcomponents-core";
|
|
15
14
|
import { XButtonGroupButtonCollection } from "./XButtonGroupButtonCollection";
|
|
16
15
|
import { ThemeResolver } from "./ThemeResolver";
|
|
17
|
-
import { ButtonDisplayStyle_$type } from "./ButtonDisplayStyle";
|
|
18
|
-
import { CornerRadius } from "igniteui-webcomponents-core";
|
|
19
16
|
import { ButtonGroupSelectionChangedEventArgs } from "./ButtonGroupSelectionChangedEventArgs";
|
|
17
|
+
import { CornerRadius } from "igniteui-webcomponents-core";
|
|
20
18
|
import { ButtonGroupVisualModelExport } from "./ButtonGroupVisualModelExport";
|
|
21
19
|
import { AppearanceHelper } from "igniteui-webcomponents-core";
|
|
22
20
|
import { ButtonVisualModelExport } from "./ButtonVisualModelExport";
|
|
23
21
|
import { BrushUtil } from "igniteui-webcomponents-core";
|
|
24
|
-
import { Dictionary$2 } from "igniteui-webcomponents-core";
|
|
25
|
-
import { Theme } from "./Theme";
|
|
26
22
|
import { isNaN_ } from "igniteui-webcomponents-core";
|
|
27
23
|
/**
|
|
28
24
|
* @hidden
|
|
@@ -126,7 +122,7 @@ export var ButtonGroupView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
126
122
|
comp_.flexDirection = 'column';
|
|
127
123
|
}
|
|
128
124
|
}, true);
|
|
129
|
-
this.a.
|
|
125
|
+
this.a.db();
|
|
130
126
|
};
|
|
131
127
|
ButtonGroupView.prototype.z = function (a) {
|
|
132
128
|
if (this.m != a) {
|
|
@@ -191,14 +187,14 @@ export var ButtonGroupView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
191
187
|
};
|
|
192
188
|
ButtonGroupView.prototype.x = function (a) {
|
|
193
189
|
if (this.a.k == 0) {
|
|
194
|
-
a.
|
|
195
|
-
a.
|
|
196
|
-
a.
|
|
190
|
+
a.f0 = "flex";
|
|
191
|
+
a.g4 = "row";
|
|
192
|
+
a.fb = "center";
|
|
197
193
|
}
|
|
198
194
|
else {
|
|
199
|
-
a.
|
|
200
|
-
a.
|
|
201
|
-
a.
|
|
195
|
+
a.f0 = "flex";
|
|
196
|
+
a.g4 = "column";
|
|
197
|
+
a.fb = "stretch";
|
|
202
198
|
}
|
|
203
199
|
};
|
|
204
200
|
ButtonGroupView.prototype.o = function (a) {
|
|
@@ -215,101 +211,101 @@ export var XButtonGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
215
211
|
function XButtonGroup() {
|
|
216
212
|
var _this = _super.call(this) || this;
|
|
217
213
|
_this.h = 1;
|
|
218
|
-
_this.
|
|
219
|
-
_this.s = 1;
|
|
214
|
+
_this.n = 0;
|
|
220
215
|
_this.r = 1;
|
|
216
|
+
_this.q = 1;
|
|
221
217
|
_this.a = new Array(0);
|
|
222
|
-
_this.
|
|
218
|
+
_this.u = false;
|
|
223
219
|
_this._view = null;
|
|
224
|
-
_this.
|
|
225
|
-
_this.
|
|
226
|
-
_this.
|
|
227
|
-
_this.
|
|
228
|
-
_this.
|
|
229
|
-
_this.
|
|
230
|
-
_this.
|
|
231
|
-
_this.
|
|
232
|
-
_this.
|
|
233
|
-
_this.
|
|
234
|
-
_this.
|
|
235
|
-
_this.
|
|
236
|
-
_this.
|
|
237
|
-
_this.
|
|
238
|
-
_this.
|
|
239
|
-
_this.
|
|
240
|
-
_this.
|
|
241
|
-
_this.
|
|
242
|
-
_this.
|
|
243
|
-
_this.
|
|
244
|
-
_this.
|
|
245
|
-
_this.
|
|
246
|
-
_this.
|
|
247
|
-
_this.
|
|
248
|
-
_this.
|
|
249
|
-
_this.
|
|
250
|
-
_this.
|
|
251
|
-
_this.
|
|
252
|
-
_this.
|
|
253
|
-
_this.
|
|
254
|
-
_this.
|
|
255
|
-
_this.
|
|
256
|
-
_this.
|
|
257
|
-
_this.
|
|
258
|
-
_this.
|
|
259
|
-
_this.
|
|
260
|
-
_this.
|
|
261
|
-
_this.
|
|
262
|
-
_this.
|
|
263
|
-
_this.
|
|
264
|
-
_this.
|
|
265
|
-
_this.
|
|
266
|
-
_this.
|
|
220
|
+
_this.ax = ThemeResolver.m(XButtonGroup.o, XButtonGroup.av, XButtonGroup.ap);
|
|
221
|
+
_this.gz = ThemeResolver.ah(XButtonGroup.o, XButtonGroup.gn, XButtonGroup.fn);
|
|
222
|
+
_this.g1 = ThemeResolver.ah(XButtonGroup.o, XButtonGroup.gp, XButtonGroup.fp);
|
|
223
|
+
_this.g0 = ThemeResolver.ah(XButtonGroup.o, XButtonGroup.go, XButtonGroup.fo);
|
|
224
|
+
_this.g2 = ThemeResolver.ah(XButtonGroup.o, XButtonGroup.gq, XButtonGroup.fq);
|
|
225
|
+
_this.aw = ThemeResolver.m(XButtonGroup.o, XButtonGroup.au, XButtonGroup.ao);
|
|
226
|
+
_this.g6 = ThemeResolver.ah(XButtonGroup.o, XButtonGroup.gu, XButtonGroup.fu);
|
|
227
|
+
_this.g3 = ThemeResolver.ah(XButtonGroup.o, XButtonGroup.gr, XButtonGroup.fr);
|
|
228
|
+
_this.g7 = ThemeResolver.ah(XButtonGroup.o, XButtonGroup.gv, XButtonGroup.fv);
|
|
229
|
+
_this.ha = ThemeResolver.ah(XButtonGroup.o, XButtonGroup.gy, XButtonGroup.fy);
|
|
230
|
+
_this.g4 = ThemeResolver.ah(XButtonGroup.o, XButtonGroup.gs, XButtonGroup.fs);
|
|
231
|
+
_this.g5 = ThemeResolver.ah(XButtonGroup.o, XButtonGroup.gt, XButtonGroup.ft);
|
|
232
|
+
_this.g8 = ThemeResolver.ah(XButtonGroup.o, XButtonGroup.gw, XButtonGroup.fw);
|
|
233
|
+
_this.g9 = ThemeResolver.ah(XButtonGroup.o, XButtonGroup.gx, XButtonGroup.fx);
|
|
234
|
+
_this.ar = ThemeResolver.m(XButtonGroup.o, XButtonGroup.at, XButtonGroup.an);
|
|
235
|
+
_this.fz = ThemeResolver.ah(XButtonGroup.o, XButtonGroup.gb, XButtonGroup.fb);
|
|
236
|
+
_this.f1 = ThemeResolver.ah(XButtonGroup.o, XButtonGroup.gd, XButtonGroup.fd);
|
|
237
|
+
_this.f0 = ThemeResolver.ah(XButtonGroup.o, XButtonGroup.gc, XButtonGroup.fc);
|
|
238
|
+
_this.f2 = ThemeResolver.ah(XButtonGroup.o, XButtonGroup.ge, XButtonGroup.fe);
|
|
239
|
+
_this.aq = ThemeResolver.m(XButtonGroup.o, XButtonGroup.as, XButtonGroup.am);
|
|
240
|
+
_this.f6 = ThemeResolver.ah(XButtonGroup.o, XButtonGroup.gi, XButtonGroup.fi);
|
|
241
|
+
_this.f3 = ThemeResolver.ah(XButtonGroup.o, XButtonGroup.gf, XButtonGroup.ff);
|
|
242
|
+
_this.f7 = ThemeResolver.ah(XButtonGroup.o, XButtonGroup.gj, XButtonGroup.fj);
|
|
243
|
+
_this.ga = ThemeResolver.ah(XButtonGroup.o, XButtonGroup.gm, XButtonGroup.fm);
|
|
244
|
+
_this.f4 = ThemeResolver.ah(XButtonGroup.o, XButtonGroup.gg, XButtonGroup.fg);
|
|
245
|
+
_this.f5 = ThemeResolver.ah(XButtonGroup.o, XButtonGroup.gh, XButtonGroup.fh);
|
|
246
|
+
_this.f8 = ThemeResolver.ah(XButtonGroup.o, XButtonGroup.gk, XButtonGroup.fk);
|
|
247
|
+
_this.f9 = ThemeResolver.ah(XButtonGroup.o, XButtonGroup.gl, XButtonGroup.fl);
|
|
248
|
+
_this.ad = ThemeResolver.m(XButtonGroup.o, XButtonGroup.av, XButtonGroup.ap);
|
|
249
|
+
_this.dm = ThemeResolver.ah(XButtonGroup.o, XButtonGroup.gn, XButtonGroup.fn);
|
|
250
|
+
_this.dp = ThemeResolver.ah(XButtonGroup.o, XButtonGroup.gp, XButtonGroup.fp);
|
|
251
|
+
_this.du = ThemeResolver.ah(XButtonGroup.o, XButtonGroup.gu, XButtonGroup.fu);
|
|
252
|
+
_this.dr = ThemeResolver.ah(XButtonGroup.o, XButtonGroup.gr, XButtonGroup.fr);
|
|
253
|
+
_this.dn = ThemeResolver.ah(XButtonGroup.o, XButtonGroup.go, XButtonGroup.fo);
|
|
254
|
+
_this.dq = ThemeResolver.ah(XButtonGroup.o, XButtonGroup.gq, XButtonGroup.fq);
|
|
255
|
+
_this.ac = ThemeResolver.m(XButtonGroup.o, XButtonGroup.au, XButtonGroup.ao);
|
|
256
|
+
_this.dv = ThemeResolver.ah(XButtonGroup.o, XButtonGroup.gv, XButtonGroup.fv);
|
|
257
|
+
_this.dy = ThemeResolver.ah(XButtonGroup.o, XButtonGroup.gy, XButtonGroup.fy);
|
|
258
|
+
_this.ds = ThemeResolver.ah(XButtonGroup.o, XButtonGroup.gs, XButtonGroup.fs);
|
|
259
|
+
_this.dt = ThemeResolver.ah(XButtonGroup.o, XButtonGroup.gt, XButtonGroup.ft);
|
|
260
|
+
_this.dw = ThemeResolver.ah(XButtonGroup.o, XButtonGroup.gw, XButtonGroup.fw);
|
|
261
|
+
_this.dx = ThemeResolver.ah(XButtonGroup.o, XButtonGroup.gx, XButtonGroup.fx);
|
|
262
|
+
_this.ah = NaN;
|
|
263
|
+
_this.d7 = null;
|
|
264
|
+
_this.d9 = null;
|
|
265
|
+
_this.ee = null;
|
|
266
|
+
_this.eb = null;
|
|
267
|
+
_this.ec = null;
|
|
267
268
|
_this.d8 = null;
|
|
268
269
|
_this.ea = null;
|
|
269
|
-
_this.
|
|
270
|
-
_this.ec = null;
|
|
270
|
+
_this.ag = NaN;
|
|
271
271
|
_this.ed = null;
|
|
272
|
-
_this.
|
|
273
|
-
_this.
|
|
274
|
-
_this.ah = NaN;
|
|
275
|
-
_this.ee = null;
|
|
272
|
+
_this.ev = null;
|
|
273
|
+
_this.ey = null;
|
|
276
274
|
_this.ew = null;
|
|
277
|
-
_this.ez = null;
|
|
278
275
|
_this.ex = null;
|
|
279
|
-
_this.
|
|
280
|
-
_this.
|
|
276
|
+
_this.aj = NaN;
|
|
277
|
+
_this.ef = null;
|
|
278
|
+
_this.eh = null;
|
|
279
|
+
_this.em = null;
|
|
280
|
+
_this.ej = null;
|
|
281
|
+
_this.ek = null;
|
|
281
282
|
_this.eg = null;
|
|
282
283
|
_this.ei = null;
|
|
283
|
-
_this.
|
|
284
|
-
_this.ek = null;
|
|
284
|
+
_this.ai = NaN;
|
|
285
285
|
_this.el = null;
|
|
286
|
-
_this.
|
|
287
|
-
_this.
|
|
288
|
-
_this.aj = NaN;
|
|
289
|
-
_this.em = null;
|
|
286
|
+
_this.er = null;
|
|
287
|
+
_this.eu = null;
|
|
290
288
|
_this.es = null;
|
|
291
|
-
_this.ev = null;
|
|
292
289
|
_this.et = null;
|
|
293
|
-
_this.
|
|
294
|
-
_this.
|
|
290
|
+
_this.af = NaN;
|
|
291
|
+
_this.dz = null;
|
|
292
|
+
_this.d1 = null;
|
|
293
|
+
_this.d6 = null;
|
|
294
|
+
_this.d3 = null;
|
|
295
|
+
_this.d4 = null;
|
|
295
296
|
_this.d0 = null;
|
|
296
297
|
_this.d2 = null;
|
|
297
|
-
_this.
|
|
298
|
-
_this.d4 = null;
|
|
298
|
+
_this.ae = NaN;
|
|
299
299
|
_this.d5 = null;
|
|
300
|
-
_this.
|
|
301
|
-
_this.
|
|
302
|
-
_this.af = NaN;
|
|
303
|
-
_this.d6 = null;
|
|
300
|
+
_this.en = null;
|
|
301
|
+
_this.eq = null;
|
|
304
302
|
_this.eo = null;
|
|
305
|
-
_this.er = null;
|
|
306
303
|
_this.ep = null;
|
|
307
|
-
_this.eq = null;
|
|
308
304
|
_this.j = 0;
|
|
309
|
-
_this.
|
|
310
|
-
_this.x = false;
|
|
305
|
+
_this.a6 = "ig-buttongroup-" + XButtonGroup.a4++;
|
|
311
306
|
_this.w = false;
|
|
312
|
-
_this.
|
|
307
|
+
_this.v = false;
|
|
308
|
+
_this.x = false;
|
|
313
309
|
_this.propertyChanged = null;
|
|
314
310
|
_this.f = new XButtonGroupButtonCollection();
|
|
315
311
|
_this.selectionChanged = null;
|
|
@@ -318,9 +314,9 @@ export var XButtonGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
318
314
|
_this.view = a;
|
|
319
315
|
_this.view.v();
|
|
320
316
|
var b = _this.f;
|
|
321
|
-
b.collectionChanged = delegateCombine(b.collectionChanged, runOn(_this, _this.
|
|
317
|
+
b.collectionChanged = delegateCombine(b.collectionChanged, runOn(_this, _this.c3));
|
|
322
318
|
var c = _this.f;
|
|
323
|
-
c.collectionResetting = delegateCombine(c.collectionResetting, runOn(_this, _this.
|
|
319
|
+
c.collectionResetting = delegateCombine(c.collectionResetting, runOn(_this, _this.c4));
|
|
324
320
|
return _this;
|
|
325
321
|
}
|
|
326
322
|
Object.defineProperty(XButtonGroup.prototype, "i", {
|
|
@@ -331,32 +327,32 @@ export var XButtonGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
331
327
|
var b = this.h;
|
|
332
328
|
this.h = a;
|
|
333
329
|
if (b != this.h) {
|
|
334
|
-
this.
|
|
330
|
+
this.da("DisplayType", enumGetBox(ButtonGroupDisplayStyle_$type, b), enumGetBox(ButtonGroupDisplayStyle_$type, a));
|
|
335
331
|
}
|
|
336
332
|
},
|
|
337
333
|
enumerable: false,
|
|
338
334
|
configurable: true
|
|
339
335
|
});
|
|
340
|
-
Object.defineProperty(XButtonGroup.prototype, "
|
|
336
|
+
Object.defineProperty(XButtonGroup.prototype, "p", {
|
|
341
337
|
get: function () {
|
|
342
|
-
return this.
|
|
338
|
+
return this.n;
|
|
343
339
|
},
|
|
344
340
|
set: function (a) {
|
|
345
|
-
var b = this.
|
|
346
|
-
this.
|
|
347
|
-
if (b != this.
|
|
348
|
-
this.
|
|
341
|
+
var b = this.n;
|
|
342
|
+
this.n = a;
|
|
343
|
+
if (b != this.n) {
|
|
344
|
+
this.da("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, a));
|
|
349
345
|
}
|
|
350
346
|
},
|
|
351
347
|
enumerable: false,
|
|
352
348
|
configurable: true
|
|
353
349
|
});
|
|
354
|
-
XButtonGroup.prototype.
|
|
350
|
+
XButtonGroup.prototype.c4 = function (a, b) {
|
|
355
351
|
var e_3, _a;
|
|
356
352
|
try {
|
|
357
353
|
for (var _b = __values(fromEnum(this.buttons)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
358
354
|
var c = _c.value;
|
|
359
|
-
c.clicked = delegateRemove(c.clicked, runOn(this, this.
|
|
355
|
+
c.clicked = delegateRemove(c.clicked, runOn(this, this.c6));
|
|
360
356
|
}
|
|
361
357
|
}
|
|
362
358
|
catch (e_3_1) {
|
|
@@ -372,13 +368,13 @@ export var XButtonGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
372
368
|
throw e_3.error;
|
|
373
369
|
}
|
|
374
370
|
}
|
|
375
|
-
this.
|
|
371
|
+
this.df();
|
|
376
372
|
this.view.q();
|
|
377
373
|
};
|
|
378
374
|
XButtonGroup.prototype.appendContentChild = function (a) {
|
|
379
375
|
this.view.o(a);
|
|
380
376
|
};
|
|
381
|
-
XButtonGroup.prototype.
|
|
377
|
+
XButtonGroup.prototype.c3 = function (a, b) {
|
|
382
378
|
var e_4, _a, e_5, _b;
|
|
383
379
|
if (b.oldItems != null) {
|
|
384
380
|
try {
|
|
@@ -386,7 +382,7 @@ export var XButtonGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
386
382
|
var c = _d.value;
|
|
387
383
|
var d = c;
|
|
388
384
|
if (d != null) {
|
|
389
|
-
d.clicked = delegateRemove(d.clicked, runOn(this, this.
|
|
385
|
+
d.clicked = delegateRemove(d.clicked, runOn(this, this.c6));
|
|
390
386
|
}
|
|
391
387
|
this.view.r(d);
|
|
392
388
|
}
|
|
@@ -411,7 +407,7 @@ export var XButtonGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
411
407
|
var e = _f.value;
|
|
412
408
|
var f = e;
|
|
413
409
|
if (f != null) {
|
|
414
|
-
f.clicked = delegateCombine(f.clicked, runOn(this, this.
|
|
410
|
+
f.clicked = delegateCombine(f.clicked, runOn(this, this.c6));
|
|
415
411
|
}
|
|
416
412
|
this.view.p(f);
|
|
417
413
|
}
|
|
@@ -430,36 +426,36 @@ export var XButtonGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
430
426
|
}
|
|
431
427
|
}
|
|
432
428
|
}
|
|
433
|
-
this.
|
|
429
|
+
this.df();
|
|
434
430
|
};
|
|
435
|
-
XButtonGroup.prototype.
|
|
431
|
+
XButtonGroup.prototype.c6 = function (a, b) {
|
|
436
432
|
var c = a;
|
|
437
433
|
var d = this.buttons.indexOf(c);
|
|
438
|
-
this.
|
|
434
|
+
this.de(c, d);
|
|
439
435
|
};
|
|
440
|
-
Object.defineProperty(XButtonGroup.prototype, "
|
|
436
|
+
Object.defineProperty(XButtonGroup.prototype, "t", {
|
|
441
437
|
get: function () {
|
|
442
|
-
return this.
|
|
438
|
+
return this.r;
|
|
443
439
|
},
|
|
444
440
|
set: function (a) {
|
|
445
|
-
var b = this.
|
|
446
|
-
this.
|
|
447
|
-
if (b != this.
|
|
448
|
-
this.
|
|
441
|
+
var b = this.r;
|
|
442
|
+
this.r = a;
|
|
443
|
+
if (b != this.r) {
|
|
444
|
+
this.da("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, a));
|
|
449
445
|
}
|
|
450
446
|
},
|
|
451
447
|
enumerable: false,
|
|
452
448
|
configurable: true
|
|
453
449
|
});
|
|
454
|
-
Object.defineProperty(XButtonGroup.prototype, "
|
|
450
|
+
Object.defineProperty(XButtonGroup.prototype, "s", {
|
|
455
451
|
get: function () {
|
|
456
|
-
return this.
|
|
452
|
+
return this.q;
|
|
457
453
|
},
|
|
458
454
|
set: function (a) {
|
|
459
|
-
var b = this.
|
|
460
|
-
this.
|
|
461
|
-
if (b != this.
|
|
462
|
-
this.
|
|
455
|
+
var b = this.q;
|
|
456
|
+
this.q = a;
|
|
457
|
+
if (b != this.q) {
|
|
458
|
+
this.da("ActualDensity", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, a));
|
|
463
459
|
}
|
|
464
460
|
},
|
|
465
461
|
enumerable: false,
|
|
@@ -473,25 +469,25 @@ export var XButtonGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
473
469
|
var b = this.a;
|
|
474
470
|
this.a = a;
|
|
475
471
|
if (b != this.a) {
|
|
476
|
-
this.
|
|
472
|
+
this.da("SelectedIndices", b, a);
|
|
477
473
|
}
|
|
478
474
|
},
|
|
479
475
|
enumerable: false,
|
|
480
476
|
configurable: true
|
|
481
477
|
});
|
|
482
|
-
XButtonGroup.prototype.
|
|
483
|
-
this.
|
|
484
|
-
if (this.
|
|
478
|
+
XButtonGroup.prototype.de = function (a, b) {
|
|
479
|
+
this.u = true;
|
|
480
|
+
if (this.aa(a)) {
|
|
485
481
|
this.d = this.b(this.d, a, b);
|
|
486
482
|
}
|
|
487
483
|
else {
|
|
488
|
-
if (!this.
|
|
484
|
+
if (!this.z) {
|
|
489
485
|
this.d = new Array(0);
|
|
490
486
|
}
|
|
491
487
|
this.d = this.c(this.d, a, b);
|
|
492
488
|
}
|
|
493
|
-
this.
|
|
494
|
-
this.
|
|
489
|
+
this.df();
|
|
490
|
+
this.u = false;
|
|
495
491
|
if (this.selectionChanged != null) {
|
|
496
492
|
this.selectionChanged(this, new ButtonGroupSelectionChangedEventArgs());
|
|
497
493
|
}
|
|
@@ -532,17 +528,17 @@ export var XButtonGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
532
528
|
XButtonGroup.prototype.destroy = function () {
|
|
533
529
|
this.provideContainer(null);
|
|
534
530
|
};
|
|
535
|
-
XButtonGroup.prototype.
|
|
531
|
+
XButtonGroup.prototype.da = function (a, b, c) {
|
|
536
532
|
if (this.propertyChanged != null) {
|
|
537
533
|
this.propertyChanged(this, new PropertyChangedEventArgs(a));
|
|
538
534
|
}
|
|
539
|
-
this.
|
|
535
|
+
this.dc(a, b, c);
|
|
540
536
|
};
|
|
541
|
-
XButtonGroup.prototype.
|
|
537
|
+
XButtonGroup.prototype.dc = function (a, b, c) {
|
|
542
538
|
switch (a) {
|
|
543
539
|
case "BaseTheme":
|
|
544
|
-
this.
|
|
545
|
-
this.
|
|
540
|
+
this.dh(this.p);
|
|
541
|
+
this.dg();
|
|
546
542
|
break;
|
|
547
543
|
case "DisplayType":
|
|
548
544
|
case "ItemBorderColor":
|
|
@@ -566,7 +562,7 @@ export var XButtonGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
566
562
|
case "OutlinedItemDisabledTextColor":
|
|
567
563
|
case "OutlinedSelectedItemTextColor":
|
|
568
564
|
case "OutlinedItemHoverBackgroundColor":
|
|
569
|
-
case XButtonGroup.
|
|
565
|
+
case XButtonGroup.cv:
|
|
570
566
|
case "OutlinedItemHoverTextColor":
|
|
571
567
|
case "OutlinedSelectedItemHoverTextColor":
|
|
572
568
|
case "FlatItemBorderColor":
|
|
@@ -581,7 +577,7 @@ export var XButtonGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
581
577
|
case "FlatSelectedItemHoverBackgroundColor":
|
|
582
578
|
case "FlatItemHoverTextColor":
|
|
583
579
|
case "FlatSelectedItemHoverTextColor":
|
|
584
|
-
this.
|
|
580
|
+
this.dg();
|
|
585
581
|
break;
|
|
586
582
|
case "ActualItemBorderColor":
|
|
587
583
|
case "ActualItemDisabledBorderColor":
|
|
@@ -591,18 +587,18 @@ export var XButtonGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
591
587
|
case "ActualItemDisabledTextColor":
|
|
592
588
|
case "ActualSelectedItemTextColor":
|
|
593
589
|
case "ActualSelectedItemBackgroundColor":
|
|
594
|
-
this.
|
|
590
|
+
this.df();
|
|
595
591
|
break;
|
|
596
592
|
case "Orientation":
|
|
597
593
|
this.view.y();
|
|
598
|
-
this.
|
|
594
|
+
this.df();
|
|
599
595
|
break;
|
|
600
596
|
case "Density":
|
|
601
|
-
this.
|
|
597
|
+
this.s = this.t == 0 ? 1 : this.t;
|
|
602
598
|
break;
|
|
603
599
|
case "ActualDensity":
|
|
604
600
|
for (var d = 0; d < this.buttons.count; d++) {
|
|
605
|
-
this.buttons._inner[d].
|
|
601
|
+
this.buttons._inner[d].r = this.s;
|
|
606
602
|
}
|
|
607
603
|
break;
|
|
608
604
|
case "IsDisabled":
|
|
@@ -611,90 +607,90 @@ export var XButtonGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
611
607
|
}
|
|
612
608
|
break;
|
|
613
609
|
case "SelectedIndices":
|
|
614
|
-
if (!this.
|
|
615
|
-
this.
|
|
610
|
+
if (!this.u) {
|
|
611
|
+
this.df();
|
|
616
612
|
}
|
|
617
613
|
break;
|
|
618
614
|
}
|
|
619
615
|
};
|
|
620
|
-
XButtonGroup.prototype.
|
|
616
|
+
XButtonGroup.prototype.dl = function (a, b) {
|
|
621
617
|
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);
|
|
622
618
|
};
|
|
623
|
-
XButtonGroup.prototype.
|
|
619
|
+
XButtonGroup.prototype.dg = function () {
|
|
624
620
|
switch (this.i) {
|
|
625
621
|
case 1:
|
|
626
|
-
this.
|
|
622
|
+
this.al = !isNaN_(this.a1) ? this.a1 : this.ax;
|
|
623
|
+
this.ez = this.hn != null ? this.hn : this.gz;
|
|
624
|
+
this.e1 = this.hp != null ? this.hp : this.g1;
|
|
625
|
+
this.e6 = this.hu != null ? this.hu : this.g6;
|
|
626
|
+
this.e3 = this.hr != null ? this.hr : this.g3;
|
|
627
627
|
this.e0 = this.ho != null ? this.ho : this.g0;
|
|
628
628
|
this.e2 = this.hq != null ? this.hq : this.g2;
|
|
629
|
-
this.
|
|
629
|
+
this.ak = !isNaN_(this.a0) ? this.a0 : this.aw;
|
|
630
|
+
this.e7 = this.h7 != null ? this.h7 : this.g7;
|
|
631
|
+
this.fa = this.ia != null ? this.ia : this.ha;
|
|
630
632
|
this.e4 = this.hs != null ? this.hs : this.g4;
|
|
631
|
-
this.e1 = this.hp != null ? this.hp : this.g1;
|
|
632
|
-
this.e3 = this.hr != null ? this.hr : this.g3;
|
|
633
|
-
this.al = !isNaN_(this.a1) ? this.a1 : this.ax;
|
|
634
|
-
this.e8 = this.h8 != null ? this.h8 : this.g8;
|
|
635
|
-
this.fb = this.ib != null ? this.ib : this.hb;
|
|
636
633
|
this.e5 = this.ht != null ? this.ht : this.g5;
|
|
637
|
-
this.
|
|
634
|
+
this.e8 = this.h8 != null ? this.h8 : this.g8;
|
|
638
635
|
this.e9 = this.h9 != null ? this.h9 : this.g9;
|
|
639
|
-
this.fa = this.ia != null ? this.ia : this.ha;
|
|
640
636
|
break;
|
|
641
637
|
case 0:
|
|
642
|
-
this.
|
|
638
|
+
this.al = !isNaN_(this.a1) ? this.a1 : this.ar;
|
|
639
|
+
this.ez = this.hn != null ? this.hn : this.fz;
|
|
640
|
+
this.e1 = this.hp != null ? this.hp : this.f1;
|
|
641
|
+
this.e6 = this.hu != null ? this.hu : this.f6;
|
|
642
|
+
this.e3 = this.hr != null ? this.hr : this.f3;
|
|
643
643
|
this.e0 = this.ho != null ? this.ho : this.f0;
|
|
644
644
|
this.e2 = this.hq != null ? this.hq : this.f2;
|
|
645
|
-
this.
|
|
645
|
+
this.ak = !isNaN_(this.a0) ? this.a0 : this.aq;
|
|
646
|
+
this.e7 = this.h7 != null ? this.h7 : this.f7;
|
|
647
|
+
this.fa = this.ia != null ? this.ia : this.ga;
|
|
646
648
|
this.e4 = this.hs != null ? this.hs : this.f4;
|
|
647
|
-
this.e1 = this.hp != null ? this.hp : this.f1;
|
|
648
|
-
this.e3 = this.hr != null ? this.hr : this.f3;
|
|
649
|
-
this.al = !isNaN_(this.a1) ? this.a1 : this.ar;
|
|
650
|
-
this.e8 = this.h8 != null ? this.h8 : this.f8;
|
|
651
|
-
this.fb = this.ib != null ? this.ib : this.gb;
|
|
652
649
|
this.e5 = this.ht != null ? this.ht : this.f5;
|
|
653
|
-
this.
|
|
650
|
+
this.e8 = this.h8 != null ? this.h8 : this.f8;
|
|
654
651
|
this.e9 = this.h9 != null ? this.h9 : this.f9;
|
|
655
|
-
this.fa = this.ia != null ? this.ia : this.ga;
|
|
656
652
|
break;
|
|
657
653
|
}
|
|
658
654
|
};
|
|
659
|
-
XButtonGroup.prototype.
|
|
655
|
+
XButtonGroup.prototype.df = function () {
|
|
660
656
|
for (var a = 0; a < this.buttons.count; a++) {
|
|
661
657
|
var b = this.buttons._inner[a];
|
|
662
|
-
b.
|
|
658
|
+
b.r = this.s;
|
|
663
659
|
if (a == 0) {
|
|
664
|
-
this.
|
|
660
|
+
this.di(b);
|
|
665
661
|
}
|
|
666
662
|
else if (a == this.buttons.count - 1) {
|
|
667
|
-
this.
|
|
663
|
+
this.dj(b);
|
|
668
664
|
}
|
|
669
665
|
else {
|
|
670
|
-
this.
|
|
666
|
+
this.dk(b);
|
|
671
667
|
}
|
|
672
668
|
b.e = 1;
|
|
673
|
-
b.
|
|
674
|
-
if (this.
|
|
669
|
+
b.a2 = false;
|
|
670
|
+
if (this.v) {
|
|
675
671
|
b.disabled = this.disabled;
|
|
676
672
|
}
|
|
677
|
-
b.
|
|
678
|
-
b.
|
|
679
|
-
b.
|
|
680
|
-
b.
|
|
681
|
-
b.
|
|
673
|
+
b.n2 = this.e0;
|
|
674
|
+
b.bk = this.ak;
|
|
675
|
+
b.pq = this.e2;
|
|
676
|
+
b.pp = this.e1;
|
|
677
|
+
b.pr = this.e3;
|
|
682
678
|
this.view.x(b);
|
|
683
|
-
if (this.
|
|
684
|
-
b.
|
|
685
|
-
b.
|
|
686
|
-
b.
|
|
687
|
-
b.
|
|
679
|
+
if (this.aa(b)) {
|
|
680
|
+
b.n1 = this.e7;
|
|
681
|
+
b.rg = this.fa;
|
|
682
|
+
b.qg = this.e8;
|
|
683
|
+
b.qh = this.e9;
|
|
688
684
|
}
|
|
689
685
|
else {
|
|
690
|
-
b.
|
|
691
|
-
b.
|
|
692
|
-
b.
|
|
693
|
-
b.
|
|
686
|
+
b.n1 = this.ez;
|
|
687
|
+
b.rg = this.e6;
|
|
688
|
+
b.qg = this.e4;
|
|
689
|
+
b.qh = this.e5;
|
|
694
690
|
}
|
|
695
691
|
}
|
|
696
692
|
};
|
|
697
|
-
XButtonGroup.prototype.
|
|
693
|
+
XButtonGroup.prototype.aa = function (a) {
|
|
698
694
|
var b = this.buttons.indexOf(a);
|
|
699
695
|
for (var c = 0; c < this.d.length; c++) {
|
|
700
696
|
if (this.d[c] == b) {
|
|
@@ -703,190 +699,204 @@ export var XButtonGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
703
699
|
}
|
|
704
700
|
return false;
|
|
705
701
|
};
|
|
706
|
-
XButtonGroup.prototype.dl = function (a) {
|
|
707
|
-
a.k6 = new CornerRadius(1, 0, 0, 0, 0);
|
|
708
|
-
};
|
|
709
702
|
XButtonGroup.prototype.dk = function (a) {
|
|
703
|
+
a.k1 = new CornerRadius(1, 0, 0, 0, 0);
|
|
704
|
+
};
|
|
705
|
+
XButtonGroup.prototype.dj = function (a) {
|
|
710
706
|
if (this.k == 1) {
|
|
711
|
-
a.
|
|
707
|
+
a.k1 = new CornerRadius(1, 0, 0, this.al, this.al);
|
|
712
708
|
}
|
|
713
709
|
else {
|
|
714
|
-
a.
|
|
710
|
+
a.k1 = new CornerRadius(1, 0, this.al, this.al, 0);
|
|
715
711
|
}
|
|
716
712
|
};
|
|
717
|
-
XButtonGroup.prototype.
|
|
713
|
+
XButtonGroup.prototype.di = function (a) {
|
|
718
714
|
if (this.k == 1) {
|
|
719
|
-
a.
|
|
715
|
+
a.k1 = new CornerRadius(1, this.al, this.al, 0, 0);
|
|
720
716
|
}
|
|
721
717
|
else {
|
|
722
|
-
a.
|
|
718
|
+
a.k1 = new CornerRadius(1, this.al, 0, 0, this.al);
|
|
723
719
|
}
|
|
724
720
|
};
|
|
725
|
-
XButtonGroup.prototype.
|
|
726
|
-
this.
|
|
727
|
-
this.
|
|
728
|
-
this.
|
|
729
|
-
this.
|
|
730
|
-
this.
|
|
731
|
-
this.
|
|
732
|
-
this.
|
|
733
|
-
this.
|
|
734
|
-
this.
|
|
735
|
-
this.
|
|
736
|
-
this.
|
|
737
|
-
this.
|
|
738
|
-
this.
|
|
739
|
-
this.
|
|
740
|
-
this.
|
|
741
|
-
this.
|
|
742
|
-
this.
|
|
743
|
-
this.
|
|
744
|
-
this.
|
|
745
|
-
this.
|
|
746
|
-
this.
|
|
747
|
-
this.
|
|
748
|
-
this.
|
|
749
|
-
this.
|
|
750
|
-
this.
|
|
751
|
-
this.
|
|
752
|
-
this.
|
|
753
|
-
this.
|
|
721
|
+
XButtonGroup.prototype.dh = function (a) {
|
|
722
|
+
this.ax = ThemeResolver.m(a, XButtonGroup.av, XButtonGroup.ap);
|
|
723
|
+
this.gz = ThemeResolver.ah(a, XButtonGroup.gn, XButtonGroup.fn);
|
|
724
|
+
this.g1 = ThemeResolver.ah(a, XButtonGroup.gp, XButtonGroup.fp);
|
|
725
|
+
this.g0 = ThemeResolver.ah(a, XButtonGroup.go, XButtonGroup.fo);
|
|
726
|
+
this.g2 = ThemeResolver.ah(a, XButtonGroup.gq, XButtonGroup.fq);
|
|
727
|
+
this.aw = ThemeResolver.m(a, XButtonGroup.au, XButtonGroup.ao);
|
|
728
|
+
this.g6 = ThemeResolver.ah(a, XButtonGroup.gu, XButtonGroup.fu);
|
|
729
|
+
this.g3 = ThemeResolver.ah(a, XButtonGroup.gr, XButtonGroup.fr);
|
|
730
|
+
this.g7 = ThemeResolver.ah(a, XButtonGroup.gv, XButtonGroup.fv);
|
|
731
|
+
this.ha = ThemeResolver.ah(a, XButtonGroup.gy, XButtonGroup.fy);
|
|
732
|
+
this.g4 = ThemeResolver.ah(a, XButtonGroup.gs, XButtonGroup.fs);
|
|
733
|
+
this.g5 = ThemeResolver.ah(a, XButtonGroup.gt, XButtonGroup.ft);
|
|
734
|
+
this.g8 = ThemeResolver.ah(a, XButtonGroup.gw, XButtonGroup.fw);
|
|
735
|
+
this.g9 = ThemeResolver.ah(a, XButtonGroup.gx, XButtonGroup.fx);
|
|
736
|
+
this.ar = ThemeResolver.m(a, XButtonGroup.at, XButtonGroup.an);
|
|
737
|
+
this.fz = ThemeResolver.ah(a, XButtonGroup.gb, XButtonGroup.fb);
|
|
738
|
+
this.f1 = ThemeResolver.ah(a, XButtonGroup.gd, XButtonGroup.fd);
|
|
739
|
+
this.f0 = ThemeResolver.ah(a, XButtonGroup.gc, XButtonGroup.fc);
|
|
740
|
+
this.f2 = ThemeResolver.ah(a, XButtonGroup.ge, XButtonGroup.fe);
|
|
741
|
+
this.aq = ThemeResolver.m(a, XButtonGroup.as, XButtonGroup.am);
|
|
742
|
+
this.f6 = ThemeResolver.ah(a, XButtonGroup.gi, XButtonGroup.fi);
|
|
743
|
+
this.f3 = ThemeResolver.ah(a, XButtonGroup.gf, XButtonGroup.ff);
|
|
744
|
+
this.f7 = ThemeResolver.ah(a, XButtonGroup.gj, XButtonGroup.fj);
|
|
745
|
+
this.ga = ThemeResolver.ah(a, XButtonGroup.gm, XButtonGroup.fm);
|
|
746
|
+
this.f4 = ThemeResolver.ah(a, XButtonGroup.gg, XButtonGroup.fg);
|
|
747
|
+
this.f5 = ThemeResolver.ah(a, XButtonGroup.gh, XButtonGroup.fh);
|
|
748
|
+
this.f8 = ThemeResolver.ah(a, XButtonGroup.gk, XButtonGroup.fk);
|
|
749
|
+
this.f9 = ThemeResolver.ah(a, XButtonGroup.gl, XButtonGroup.fl);
|
|
754
750
|
};
|
|
755
|
-
Object.defineProperty(XButtonGroup.prototype, "
|
|
751
|
+
Object.defineProperty(XButtonGroup.prototype, "al", {
|
|
756
752
|
get: function () {
|
|
757
|
-
return this.
|
|
753
|
+
return this.ad;
|
|
758
754
|
},
|
|
759
755
|
set: function (a) {
|
|
760
|
-
var b = this.
|
|
761
|
-
this.
|
|
762
|
-
if (b != this.
|
|
763
|
-
this.
|
|
756
|
+
var b = this.ad;
|
|
757
|
+
this.ad = a;
|
|
758
|
+
if (b != this.ad) {
|
|
759
|
+
this.da("ActualItemCornerRadius", b, a);
|
|
764
760
|
}
|
|
765
761
|
},
|
|
766
762
|
enumerable: false,
|
|
767
763
|
configurable: true
|
|
768
764
|
});
|
|
769
|
-
Object.defineProperty(XButtonGroup.prototype, "
|
|
765
|
+
Object.defineProperty(XButtonGroup.prototype, "ez", {
|
|
770
766
|
get: function () {
|
|
771
|
-
return this.
|
|
767
|
+
return this.dm;
|
|
772
768
|
},
|
|
773
769
|
set: function (a) {
|
|
774
|
-
var b = this.
|
|
775
|
-
this.
|
|
776
|
-
if (b != this.
|
|
777
|
-
this.
|
|
770
|
+
var b = this.dm;
|
|
771
|
+
this.dm = a;
|
|
772
|
+
if (b != this.dm) {
|
|
773
|
+
this.da("ActualItemBackgroundColor", b, a);
|
|
778
774
|
}
|
|
779
775
|
},
|
|
780
776
|
enumerable: false,
|
|
781
777
|
configurable: true
|
|
782
778
|
});
|
|
783
|
-
Object.defineProperty(XButtonGroup.prototype, "
|
|
779
|
+
Object.defineProperty(XButtonGroup.prototype, "e1", {
|
|
784
780
|
get: function () {
|
|
785
|
-
return this.
|
|
781
|
+
return this.dp;
|
|
786
782
|
},
|
|
787
783
|
set: function (a) {
|
|
788
|
-
var b = this.
|
|
789
|
-
this.
|
|
790
|
-
if (b != this.
|
|
791
|
-
this.
|
|
784
|
+
var b = this.dp;
|
|
785
|
+
this.dp = a;
|
|
786
|
+
if (b != this.dp) {
|
|
787
|
+
this.da("ActualItemDisabledBackgroundColor", b, a);
|
|
792
788
|
}
|
|
793
789
|
},
|
|
794
790
|
enumerable: false,
|
|
795
791
|
configurable: true
|
|
796
792
|
});
|
|
797
|
-
Object.defineProperty(XButtonGroup.prototype, "
|
|
793
|
+
Object.defineProperty(XButtonGroup.prototype, "e6", {
|
|
798
794
|
get: function () {
|
|
799
|
-
return this.
|
|
795
|
+
return this.du;
|
|
800
796
|
},
|
|
801
797
|
set: function (a) {
|
|
802
|
-
var b = this.
|
|
803
|
-
this.
|
|
804
|
-
if (b != this.
|
|
805
|
-
this.
|
|
798
|
+
var b = this.du;
|
|
799
|
+
this.du = a;
|
|
800
|
+
if (b != this.du) {
|
|
801
|
+
this.da("ActualItemTextColor", b, a);
|
|
806
802
|
}
|
|
807
803
|
},
|
|
808
804
|
enumerable: false,
|
|
809
805
|
configurable: true
|
|
810
806
|
});
|
|
811
|
-
Object.defineProperty(XButtonGroup.prototype, "
|
|
807
|
+
Object.defineProperty(XButtonGroup.prototype, "e3", {
|
|
812
808
|
get: function () {
|
|
813
|
-
return this.
|
|
809
|
+
return this.dr;
|
|
814
810
|
},
|
|
815
811
|
set: function (a) {
|
|
816
|
-
var b = this.
|
|
817
|
-
this.
|
|
818
|
-
if (b != this.
|
|
819
|
-
this.
|
|
812
|
+
var b = this.dr;
|
|
813
|
+
this.dr = a;
|
|
814
|
+
if (b != this.dr) {
|
|
815
|
+
this.da("ActualItemDisabledTextColor", b, a);
|
|
820
816
|
}
|
|
821
817
|
},
|
|
822
818
|
enumerable: false,
|
|
823
819
|
configurable: true
|
|
824
820
|
});
|
|
825
|
-
Object.defineProperty(XButtonGroup.prototype, "
|
|
821
|
+
Object.defineProperty(XButtonGroup.prototype, "e0", {
|
|
826
822
|
get: function () {
|
|
827
|
-
return this.
|
|
823
|
+
return this.dn;
|
|
828
824
|
},
|
|
829
825
|
set: function (a) {
|
|
830
|
-
var b = this.
|
|
831
|
-
this.
|
|
832
|
-
if (b != this.
|
|
833
|
-
this.
|
|
826
|
+
var b = this.dn;
|
|
827
|
+
this.dn = a;
|
|
828
|
+
if (b != this.dn) {
|
|
829
|
+
this.da("ActualItemBorderColor", b, a);
|
|
834
830
|
}
|
|
835
831
|
},
|
|
836
832
|
enumerable: false,
|
|
837
833
|
configurable: true
|
|
838
834
|
});
|
|
839
|
-
Object.defineProperty(XButtonGroup.prototype, "
|
|
835
|
+
Object.defineProperty(XButtonGroup.prototype, "e2", {
|
|
840
836
|
get: function () {
|
|
841
|
-
return this.
|
|
837
|
+
return this.dq;
|
|
842
838
|
},
|
|
843
839
|
set: function (a) {
|
|
844
|
-
var b = this.
|
|
845
|
-
this.
|
|
846
|
-
if (b != this.
|
|
847
|
-
this.
|
|
840
|
+
var b = this.dq;
|
|
841
|
+
this.dq = a;
|
|
842
|
+
if (b != this.dq) {
|
|
843
|
+
this.da("ActualItemDisabledBorderColor", b, a);
|
|
848
844
|
}
|
|
849
845
|
},
|
|
850
846
|
enumerable: false,
|
|
851
847
|
configurable: true
|
|
852
848
|
});
|
|
853
|
-
Object.defineProperty(XButtonGroup.prototype, "
|
|
849
|
+
Object.defineProperty(XButtonGroup.prototype, "ak", {
|
|
854
850
|
get: function () {
|
|
855
|
-
return this.
|
|
851
|
+
return this.ac;
|
|
856
852
|
},
|
|
857
853
|
set: function (a) {
|
|
858
|
-
var b = this.
|
|
859
|
-
this.
|
|
860
|
-
if (b != this.
|
|
861
|
-
this.
|
|
854
|
+
var b = this.ac;
|
|
855
|
+
this.ac = a;
|
|
856
|
+
if (b != this.ac) {
|
|
857
|
+
this.da("ActualItemBorderWidth", b, a);
|
|
862
858
|
}
|
|
863
859
|
},
|
|
864
860
|
enumerable: false,
|
|
865
861
|
configurable: true
|
|
866
862
|
});
|
|
867
|
-
Object.defineProperty(XButtonGroup.prototype, "
|
|
863
|
+
Object.defineProperty(XButtonGroup.prototype, "e7", {
|
|
868
864
|
get: function () {
|
|
869
|
-
return this.
|
|
865
|
+
return this.dv;
|
|
870
866
|
},
|
|
871
867
|
set: function (a) {
|
|
872
|
-
var b = this.
|
|
873
|
-
this.
|
|
874
|
-
if (b != this.
|
|
875
|
-
this.
|
|
868
|
+
var b = this.dv;
|
|
869
|
+
this.dv = a;
|
|
870
|
+
if (b != this.dv) {
|
|
871
|
+
this.da("ActualSelectedItemBackgroundColor", b, a);
|
|
876
872
|
}
|
|
877
873
|
},
|
|
878
874
|
enumerable: false,
|
|
879
875
|
configurable: true
|
|
880
876
|
});
|
|
881
|
-
Object.defineProperty(XButtonGroup.prototype, "
|
|
877
|
+
Object.defineProperty(XButtonGroup.prototype, "fa", {
|
|
882
878
|
get: function () {
|
|
883
|
-
return this.
|
|
879
|
+
return this.dy;
|
|
884
880
|
},
|
|
885
881
|
set: function (a) {
|
|
886
|
-
var b = this.
|
|
887
|
-
this.
|
|
888
|
-
if (b != this.
|
|
889
|
-
this.
|
|
882
|
+
var b = this.dy;
|
|
883
|
+
this.dy = a;
|
|
884
|
+
if (b != this.dy) {
|
|
885
|
+
this.da("ActualSelectedItemTextColor", b, a);
|
|
886
|
+
}
|
|
887
|
+
},
|
|
888
|
+
enumerable: false,
|
|
889
|
+
configurable: true
|
|
890
|
+
});
|
|
891
|
+
Object.defineProperty(XButtonGroup.prototype, "e4", {
|
|
892
|
+
get: function () {
|
|
893
|
+
return this.ds;
|
|
894
|
+
},
|
|
895
|
+
set: function (a) {
|
|
896
|
+
var b = this.ds;
|
|
897
|
+
this.ds = a;
|
|
898
|
+
if (b != this.ds) {
|
|
899
|
+
this.da("ActualItemHoverBackgroundColor", b, a);
|
|
890
900
|
}
|
|
891
901
|
},
|
|
892
902
|
enumerable: false,
|
|
@@ -900,21 +910,21 @@ export var XButtonGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
900
910
|
var b = this.dt;
|
|
901
911
|
this.dt = a;
|
|
902
912
|
if (b != this.dt) {
|
|
903
|
-
this.
|
|
913
|
+
this.da("ActualItemHoverTextColor", b, a);
|
|
904
914
|
}
|
|
905
915
|
},
|
|
906
916
|
enumerable: false,
|
|
907
917
|
configurable: true
|
|
908
918
|
});
|
|
909
|
-
Object.defineProperty(XButtonGroup.prototype, "
|
|
919
|
+
Object.defineProperty(XButtonGroup.prototype, "e8", {
|
|
910
920
|
get: function () {
|
|
911
|
-
return this.
|
|
921
|
+
return this.dw;
|
|
912
922
|
},
|
|
913
923
|
set: function (a) {
|
|
914
|
-
var b = this.
|
|
915
|
-
this.
|
|
916
|
-
if (b != this.
|
|
917
|
-
this.
|
|
924
|
+
var b = this.dw;
|
|
925
|
+
this.dw = a;
|
|
926
|
+
if (b != this.dw) {
|
|
927
|
+
this.da("ActualSelectedItemHoverBackgroundColor", b, a);
|
|
918
928
|
}
|
|
919
929
|
},
|
|
920
930
|
enumerable: false,
|
|
@@ -928,77 +938,77 @@ export var XButtonGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
928
938
|
var b = this.dx;
|
|
929
939
|
this.dx = a;
|
|
930
940
|
if (b != this.dx) {
|
|
931
|
-
this.
|
|
941
|
+
this.da("ActualSelectedItemHoverTextColor", b, a);
|
|
932
942
|
}
|
|
933
943
|
},
|
|
934
944
|
enumerable: false,
|
|
935
945
|
configurable: true
|
|
936
946
|
});
|
|
937
|
-
Object.defineProperty(XButtonGroup.prototype, "
|
|
947
|
+
Object.defineProperty(XButtonGroup.prototype, "a1", {
|
|
938
948
|
get: function () {
|
|
939
|
-
return this.
|
|
949
|
+
return this.ah;
|
|
940
950
|
},
|
|
941
951
|
set: function (a) {
|
|
942
|
-
var b = this.
|
|
943
|
-
this.
|
|
944
|
-
if (b != this.
|
|
945
|
-
this.
|
|
952
|
+
var b = this.ah;
|
|
953
|
+
this.ah = a;
|
|
954
|
+
if (b != this.ah) {
|
|
955
|
+
this.da("ItemCornerRadius", b, a);
|
|
946
956
|
}
|
|
947
957
|
},
|
|
948
958
|
enumerable: false,
|
|
949
959
|
configurable: true
|
|
950
960
|
});
|
|
951
|
-
Object.defineProperty(XButtonGroup.prototype, "
|
|
961
|
+
Object.defineProperty(XButtonGroup.prototype, "hn", {
|
|
952
962
|
get: function () {
|
|
953
|
-
return this.
|
|
963
|
+
return this.d7;
|
|
954
964
|
},
|
|
955
965
|
set: function (a) {
|
|
956
|
-
var b = this.
|
|
957
|
-
this.
|
|
958
|
-
if (b != this.
|
|
959
|
-
this.
|
|
966
|
+
var b = this.d7;
|
|
967
|
+
this.d7 = a;
|
|
968
|
+
if (b != this.d7) {
|
|
969
|
+
this.da("ItemBackgroundColor", b, a);
|
|
960
970
|
}
|
|
961
971
|
},
|
|
962
972
|
enumerable: false,
|
|
963
973
|
configurable: true
|
|
964
974
|
});
|
|
965
|
-
Object.defineProperty(XButtonGroup.prototype, "
|
|
975
|
+
Object.defineProperty(XButtonGroup.prototype, "hp", {
|
|
966
976
|
get: function () {
|
|
967
|
-
return this.
|
|
977
|
+
return this.d9;
|
|
968
978
|
},
|
|
969
979
|
set: function (a) {
|
|
970
|
-
var b = this.
|
|
971
|
-
this.
|
|
972
|
-
if (b != this.
|
|
973
|
-
this.
|
|
980
|
+
var b = this.d9;
|
|
981
|
+
this.d9 = a;
|
|
982
|
+
if (b != this.d9) {
|
|
983
|
+
this.da("ItemDisabledBackgroundColor", b, a);
|
|
974
984
|
}
|
|
975
985
|
},
|
|
976
986
|
enumerable: false,
|
|
977
987
|
configurable: true
|
|
978
988
|
});
|
|
979
|
-
Object.defineProperty(XButtonGroup.prototype, "
|
|
989
|
+
Object.defineProperty(XButtonGroup.prototype, "hu", {
|
|
980
990
|
get: function () {
|
|
981
|
-
return this.
|
|
991
|
+
return this.ee;
|
|
982
992
|
},
|
|
983
993
|
set: function (a) {
|
|
984
|
-
var b = this.
|
|
985
|
-
this.
|
|
986
|
-
if (b != this.
|
|
987
|
-
this.
|
|
994
|
+
var b = this.ee;
|
|
995
|
+
this.ee = a;
|
|
996
|
+
if (b != this.ee) {
|
|
997
|
+
this.da("ItemTextColor", b, a);
|
|
988
998
|
}
|
|
989
999
|
},
|
|
990
1000
|
enumerable: false,
|
|
991
1001
|
configurable: true
|
|
992
1002
|
});
|
|
993
|
-
Object.defineProperty(XButtonGroup.prototype, "
|
|
1003
|
+
Object.defineProperty(XButtonGroup.prototype, "hr", {
|
|
994
1004
|
get: function () {
|
|
995
|
-
return this.
|
|
1005
|
+
return this.eb;
|
|
996
1006
|
},
|
|
997
1007
|
set: function (a) {
|
|
998
|
-
var b = this.
|
|
999
|
-
this.
|
|
1000
|
-
if (b != this.
|
|
1001
|
-
this.
|
|
1008
|
+
var b = this.eb;
|
|
1009
|
+
this.eb = a;
|
|
1010
|
+
if (b != this.eb) {
|
|
1011
|
+
this.da("ItemDisabledTextColor", b, a);
|
|
1002
1012
|
}
|
|
1003
1013
|
},
|
|
1004
1014
|
enumerable: false,
|
|
@@ -1012,105 +1022,105 @@ export var XButtonGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1012
1022
|
var b = this.ec;
|
|
1013
1023
|
this.ec = a;
|
|
1014
1024
|
if (b != this.ec) {
|
|
1015
|
-
this.
|
|
1025
|
+
this.da("ItemHoverBackgroundColor", b, a);
|
|
1016
1026
|
}
|
|
1017
1027
|
},
|
|
1018
1028
|
enumerable: false,
|
|
1019
1029
|
configurable: true
|
|
1020
1030
|
});
|
|
1021
|
-
Object.defineProperty(XButtonGroup.prototype, "
|
|
1031
|
+
Object.defineProperty(XButtonGroup.prototype, "ho", {
|
|
1022
1032
|
get: function () {
|
|
1023
|
-
return this.
|
|
1033
|
+
return this.d8;
|
|
1024
1034
|
},
|
|
1025
1035
|
set: function (a) {
|
|
1026
|
-
var b = this.
|
|
1027
|
-
this.
|
|
1028
|
-
if (b != this.
|
|
1029
|
-
this.
|
|
1036
|
+
var b = this.d8;
|
|
1037
|
+
this.d8 = a;
|
|
1038
|
+
if (b != this.d8) {
|
|
1039
|
+
this.da("ItemBorderColor", b, a);
|
|
1030
1040
|
}
|
|
1031
1041
|
},
|
|
1032
1042
|
enumerable: false,
|
|
1033
1043
|
configurable: true
|
|
1034
1044
|
});
|
|
1035
|
-
Object.defineProperty(XButtonGroup.prototype, "
|
|
1045
|
+
Object.defineProperty(XButtonGroup.prototype, "hq", {
|
|
1036
1046
|
get: function () {
|
|
1037
|
-
return this.
|
|
1047
|
+
return this.ea;
|
|
1038
1048
|
},
|
|
1039
1049
|
set: function (a) {
|
|
1040
|
-
var b = this.
|
|
1041
|
-
this.
|
|
1042
|
-
if (b != this.
|
|
1043
|
-
this.
|
|
1050
|
+
var b = this.ea;
|
|
1051
|
+
this.ea = a;
|
|
1052
|
+
if (b != this.ea) {
|
|
1053
|
+
this.da("ItemDisabledBorderColor", b, a);
|
|
1044
1054
|
}
|
|
1045
1055
|
},
|
|
1046
1056
|
enumerable: false,
|
|
1047
1057
|
configurable: true
|
|
1048
1058
|
});
|
|
1049
|
-
Object.defineProperty(XButtonGroup.prototype, "
|
|
1059
|
+
Object.defineProperty(XButtonGroup.prototype, "a0", {
|
|
1050
1060
|
get: function () {
|
|
1051
|
-
return this.
|
|
1061
|
+
return this.ag;
|
|
1052
1062
|
},
|
|
1053
1063
|
set: function (a) {
|
|
1054
|
-
var b = this.
|
|
1055
|
-
this.
|
|
1056
|
-
if (b != this.
|
|
1057
|
-
this.
|
|
1064
|
+
var b = this.ag;
|
|
1065
|
+
this.ag = a;
|
|
1066
|
+
if (b != this.ag) {
|
|
1067
|
+
this.da("ItemBorderWidth", b, a);
|
|
1058
1068
|
}
|
|
1059
1069
|
},
|
|
1060
1070
|
enumerable: false,
|
|
1061
1071
|
configurable: true
|
|
1062
1072
|
});
|
|
1063
|
-
Object.defineProperty(XButtonGroup.prototype, "
|
|
1073
|
+
Object.defineProperty(XButtonGroup.prototype, "ht", {
|
|
1064
1074
|
get: function () {
|
|
1065
|
-
return this.
|
|
1075
|
+
return this.ed;
|
|
1066
1076
|
},
|
|
1067
1077
|
set: function (a) {
|
|
1068
|
-
var b = this.
|
|
1069
|
-
this.
|
|
1070
|
-
if (b != this.
|
|
1071
|
-
this.
|
|
1078
|
+
var b = this.ed;
|
|
1079
|
+
this.ed = a;
|
|
1080
|
+
if (b != this.ed) {
|
|
1081
|
+
this.da("ItemHoverTextColor", b, a);
|
|
1072
1082
|
}
|
|
1073
1083
|
},
|
|
1074
1084
|
enumerable: false,
|
|
1075
1085
|
configurable: true
|
|
1076
1086
|
});
|
|
1077
|
-
Object.defineProperty(XButtonGroup.prototype, "
|
|
1087
|
+
Object.defineProperty(XButtonGroup.prototype, "h7", {
|
|
1078
1088
|
get: function () {
|
|
1079
|
-
return this.
|
|
1089
|
+
return this.ev;
|
|
1080
1090
|
},
|
|
1081
1091
|
set: function (a) {
|
|
1082
|
-
var b = this.
|
|
1083
|
-
this.
|
|
1084
|
-
if (b != this.
|
|
1085
|
-
this.
|
|
1092
|
+
var b = this.ev;
|
|
1093
|
+
this.ev = a;
|
|
1094
|
+
if (b != this.ev) {
|
|
1095
|
+
this.da("SelectedItemBackgroundColor", b, a);
|
|
1086
1096
|
}
|
|
1087
1097
|
},
|
|
1088
1098
|
enumerable: false,
|
|
1089
1099
|
configurable: true
|
|
1090
1100
|
});
|
|
1091
|
-
Object.defineProperty(XButtonGroup.prototype, "
|
|
1101
|
+
Object.defineProperty(XButtonGroup.prototype, "ia", {
|
|
1092
1102
|
get: function () {
|
|
1093
|
-
return this.
|
|
1103
|
+
return this.ey;
|
|
1094
1104
|
},
|
|
1095
1105
|
set: function (a) {
|
|
1096
|
-
var b = this.
|
|
1097
|
-
this.
|
|
1098
|
-
if (b != this.
|
|
1099
|
-
this.
|
|
1106
|
+
var b = this.ey;
|
|
1107
|
+
this.ey = a;
|
|
1108
|
+
if (b != this.ey) {
|
|
1109
|
+
this.da("SelectedItemTextColor", b, a);
|
|
1100
1110
|
}
|
|
1101
1111
|
},
|
|
1102
1112
|
enumerable: false,
|
|
1103
1113
|
configurable: true
|
|
1104
1114
|
});
|
|
1105
|
-
Object.defineProperty(XButtonGroup.prototype, "
|
|
1115
|
+
Object.defineProperty(XButtonGroup.prototype, "h8", {
|
|
1106
1116
|
get: function () {
|
|
1107
|
-
return this.
|
|
1117
|
+
return this.ew;
|
|
1108
1118
|
},
|
|
1109
1119
|
set: function (a) {
|
|
1110
|
-
var b = this.
|
|
1111
|
-
this.
|
|
1112
|
-
if (b != this.
|
|
1113
|
-
this.
|
|
1120
|
+
var b = this.ew;
|
|
1121
|
+
this.ew = a;
|
|
1122
|
+
if (b != this.ew) {
|
|
1123
|
+
this.da("SelectedItemHoverBackgroundColor", b, a);
|
|
1114
1124
|
}
|
|
1115
1125
|
},
|
|
1116
1126
|
enumerable: false,
|
|
@@ -1124,77 +1134,77 @@ export var XButtonGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1124
1134
|
var b = this.ex;
|
|
1125
1135
|
this.ex = a;
|
|
1126
1136
|
if (b != this.ex) {
|
|
1127
|
-
this.
|
|
1137
|
+
this.da("SelectedItemHoverTextColor", b, a);
|
|
1128
1138
|
}
|
|
1129
1139
|
},
|
|
1130
1140
|
enumerable: false,
|
|
1131
1141
|
configurable: true
|
|
1132
1142
|
});
|
|
1133
|
-
Object.defineProperty(XButtonGroup.prototype, "
|
|
1143
|
+
Object.defineProperty(XButtonGroup.prototype, "a3", {
|
|
1134
1144
|
get: function () {
|
|
1135
|
-
return this.
|
|
1145
|
+
return this.aj;
|
|
1136
1146
|
},
|
|
1137
1147
|
set: function (a) {
|
|
1138
|
-
var b = this.
|
|
1139
|
-
this.
|
|
1140
|
-
if (b != this.
|
|
1141
|
-
this.
|
|
1148
|
+
var b = this.aj;
|
|
1149
|
+
this.aj = a;
|
|
1150
|
+
if (b != this.aj) {
|
|
1151
|
+
this.da("OutlinedItemCornerRadius", b, a);
|
|
1142
1152
|
}
|
|
1143
1153
|
},
|
|
1144
1154
|
enumerable: false,
|
|
1145
1155
|
configurable: true
|
|
1146
1156
|
});
|
|
1147
|
-
Object.defineProperty(XButtonGroup.prototype, "
|
|
1157
|
+
Object.defineProperty(XButtonGroup.prototype, "hv", {
|
|
1148
1158
|
get: function () {
|
|
1149
|
-
return this.
|
|
1159
|
+
return this.ef;
|
|
1150
1160
|
},
|
|
1151
1161
|
set: function (a) {
|
|
1152
|
-
var b = this.
|
|
1153
|
-
this.
|
|
1154
|
-
if (b != this.
|
|
1155
|
-
this.
|
|
1162
|
+
var b = this.ef;
|
|
1163
|
+
this.ef = a;
|
|
1164
|
+
if (b != this.ef) {
|
|
1165
|
+
this.da("OutlinedItemBackgroundColor", b, a);
|
|
1156
1166
|
}
|
|
1157
1167
|
},
|
|
1158
1168
|
enumerable: false,
|
|
1159
1169
|
configurable: true
|
|
1160
1170
|
});
|
|
1161
|
-
Object.defineProperty(XButtonGroup.prototype, "
|
|
1171
|
+
Object.defineProperty(XButtonGroup.prototype, "hx", {
|
|
1162
1172
|
get: function () {
|
|
1163
|
-
return this.
|
|
1173
|
+
return this.eh;
|
|
1164
1174
|
},
|
|
1165
1175
|
set: function (a) {
|
|
1166
|
-
var b = this.
|
|
1167
|
-
this.
|
|
1168
|
-
if (b != this.
|
|
1169
|
-
this.
|
|
1176
|
+
var b = this.eh;
|
|
1177
|
+
this.eh = a;
|
|
1178
|
+
if (b != this.eh) {
|
|
1179
|
+
this.da("OutlinedItemDisabledBackgroundColor", b, a);
|
|
1170
1180
|
}
|
|
1171
1181
|
},
|
|
1172
1182
|
enumerable: false,
|
|
1173
1183
|
configurable: true
|
|
1174
1184
|
});
|
|
1175
|
-
Object.defineProperty(XButtonGroup.prototype, "
|
|
1185
|
+
Object.defineProperty(XButtonGroup.prototype, "h2", {
|
|
1176
1186
|
get: function () {
|
|
1177
|
-
return this.
|
|
1187
|
+
return this.em;
|
|
1178
1188
|
},
|
|
1179
1189
|
set: function (a) {
|
|
1180
|
-
var b = this.
|
|
1181
|
-
this.
|
|
1182
|
-
if (b != this.
|
|
1183
|
-
this.
|
|
1190
|
+
var b = this.em;
|
|
1191
|
+
this.em = a;
|
|
1192
|
+
if (b != this.em) {
|
|
1193
|
+
this.da("OutlinedItemTextColor", b, a);
|
|
1184
1194
|
}
|
|
1185
1195
|
},
|
|
1186
1196
|
enumerable: false,
|
|
1187
1197
|
configurable: true
|
|
1188
1198
|
});
|
|
1189
|
-
Object.defineProperty(XButtonGroup.prototype, "
|
|
1199
|
+
Object.defineProperty(XButtonGroup.prototype, "hz", {
|
|
1190
1200
|
get: function () {
|
|
1191
|
-
return this.
|
|
1201
|
+
return this.ej;
|
|
1192
1202
|
},
|
|
1193
1203
|
set: function (a) {
|
|
1194
|
-
var b = this.
|
|
1195
|
-
this.
|
|
1196
|
-
if (b != this.
|
|
1197
|
-
this.
|
|
1204
|
+
var b = this.ej;
|
|
1205
|
+
this.ej = a;
|
|
1206
|
+
if (b != this.ej) {
|
|
1207
|
+
this.da("OutlinedItemDisabledTextColor", b, a);
|
|
1198
1208
|
}
|
|
1199
1209
|
},
|
|
1200
1210
|
enumerable: false,
|
|
@@ -1208,105 +1218,105 @@ export var XButtonGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1208
1218
|
var b = this.ek;
|
|
1209
1219
|
this.ek = a;
|
|
1210
1220
|
if (b != this.ek) {
|
|
1211
|
-
this.
|
|
1221
|
+
this.da("OutlinedItemHoverBackgroundColor", b, a);
|
|
1212
1222
|
}
|
|
1213
1223
|
},
|
|
1214
1224
|
enumerable: false,
|
|
1215
1225
|
configurable: true
|
|
1216
1226
|
});
|
|
1217
|
-
Object.defineProperty(XButtonGroup.prototype, "
|
|
1227
|
+
Object.defineProperty(XButtonGroup.prototype, "hw", {
|
|
1218
1228
|
get: function () {
|
|
1219
|
-
return this.
|
|
1229
|
+
return this.eg;
|
|
1220
1230
|
},
|
|
1221
1231
|
set: function (a) {
|
|
1222
|
-
var b = this.
|
|
1223
|
-
this.
|
|
1224
|
-
if (b != this.
|
|
1225
|
-
this.
|
|
1232
|
+
var b = this.eg;
|
|
1233
|
+
this.eg = a;
|
|
1234
|
+
if (b != this.eg) {
|
|
1235
|
+
this.da("OutlinedItemBorderColor", b, a);
|
|
1226
1236
|
}
|
|
1227
1237
|
},
|
|
1228
1238
|
enumerable: false,
|
|
1229
1239
|
configurable: true
|
|
1230
1240
|
});
|
|
1231
|
-
Object.defineProperty(XButtonGroup.prototype, "
|
|
1241
|
+
Object.defineProperty(XButtonGroup.prototype, "hy", {
|
|
1232
1242
|
get: function () {
|
|
1233
|
-
return this.
|
|
1243
|
+
return this.ei;
|
|
1234
1244
|
},
|
|
1235
1245
|
set: function (a) {
|
|
1236
|
-
var b = this.
|
|
1237
|
-
this.
|
|
1238
|
-
if (b != this.
|
|
1239
|
-
this.
|
|
1246
|
+
var b = this.ei;
|
|
1247
|
+
this.ei = a;
|
|
1248
|
+
if (b != this.ei) {
|
|
1249
|
+
this.da("OutlinedItemDisabledBorderColor", b, a);
|
|
1240
1250
|
}
|
|
1241
1251
|
},
|
|
1242
1252
|
enumerable: false,
|
|
1243
1253
|
configurable: true
|
|
1244
1254
|
});
|
|
1245
|
-
Object.defineProperty(XButtonGroup.prototype, "
|
|
1255
|
+
Object.defineProperty(XButtonGroup.prototype, "a2", {
|
|
1246
1256
|
get: function () {
|
|
1247
|
-
return this.
|
|
1257
|
+
return this.ai;
|
|
1248
1258
|
},
|
|
1249
1259
|
set: function (a) {
|
|
1250
|
-
var b = this.
|
|
1251
|
-
this.
|
|
1252
|
-
if (b != this.
|
|
1253
|
-
this.
|
|
1260
|
+
var b = this.ai;
|
|
1261
|
+
this.ai = a;
|
|
1262
|
+
if (b != this.ai) {
|
|
1263
|
+
this.da("OutlinedItemBorderWidth", b, a);
|
|
1254
1264
|
}
|
|
1255
1265
|
},
|
|
1256
1266
|
enumerable: false,
|
|
1257
1267
|
configurable: true
|
|
1258
1268
|
});
|
|
1259
|
-
Object.defineProperty(XButtonGroup.prototype, "
|
|
1269
|
+
Object.defineProperty(XButtonGroup.prototype, "h1", {
|
|
1260
1270
|
get: function () {
|
|
1261
|
-
return this.
|
|
1271
|
+
return this.el;
|
|
1262
1272
|
},
|
|
1263
1273
|
set: function (a) {
|
|
1264
|
-
var b = this.
|
|
1265
|
-
this.
|
|
1266
|
-
if (b != this.
|
|
1267
|
-
this.
|
|
1274
|
+
var b = this.el;
|
|
1275
|
+
this.el = a;
|
|
1276
|
+
if (b != this.el) {
|
|
1277
|
+
this.da("OutlinedItemHoverTextColor", b, a);
|
|
1268
1278
|
}
|
|
1269
1279
|
},
|
|
1270
1280
|
enumerable: false,
|
|
1271
1281
|
configurable: true
|
|
1272
1282
|
});
|
|
1273
|
-
Object.defineProperty(XButtonGroup.prototype, "
|
|
1283
|
+
Object.defineProperty(XButtonGroup.prototype, "h3", {
|
|
1274
1284
|
get: function () {
|
|
1275
|
-
return this.
|
|
1285
|
+
return this.er;
|
|
1276
1286
|
},
|
|
1277
1287
|
set: function (a) {
|
|
1278
|
-
var b = this.
|
|
1279
|
-
this.
|
|
1280
|
-
if (b != this.
|
|
1281
|
-
this.
|
|
1288
|
+
var b = this.er;
|
|
1289
|
+
this.er = a;
|
|
1290
|
+
if (b != this.er) {
|
|
1291
|
+
this.da("OutlinedSelectedItemBackgroundColor", b, a);
|
|
1282
1292
|
}
|
|
1283
1293
|
},
|
|
1284
1294
|
enumerable: false,
|
|
1285
1295
|
configurable: true
|
|
1286
1296
|
});
|
|
1287
|
-
Object.defineProperty(XButtonGroup.prototype, "
|
|
1297
|
+
Object.defineProperty(XButtonGroup.prototype, "h6", {
|
|
1288
1298
|
get: function () {
|
|
1289
|
-
return this.
|
|
1299
|
+
return this.eu;
|
|
1290
1300
|
},
|
|
1291
1301
|
set: function (a) {
|
|
1292
|
-
var b = this.
|
|
1293
|
-
this.
|
|
1294
|
-
if (b != this.
|
|
1295
|
-
this.
|
|
1302
|
+
var b = this.eu;
|
|
1303
|
+
this.eu = a;
|
|
1304
|
+
if (b != this.eu) {
|
|
1305
|
+
this.da("OutlinedSelectedItemTextColor", b, a);
|
|
1296
1306
|
}
|
|
1297
1307
|
},
|
|
1298
1308
|
enumerable: false,
|
|
1299
1309
|
configurable: true
|
|
1300
1310
|
});
|
|
1301
|
-
Object.defineProperty(XButtonGroup.prototype, "
|
|
1311
|
+
Object.defineProperty(XButtonGroup.prototype, "h4", {
|
|
1302
1312
|
get: function () {
|
|
1303
|
-
return this.
|
|
1313
|
+
return this.es;
|
|
1304
1314
|
},
|
|
1305
1315
|
set: function (a) {
|
|
1306
|
-
var b = this.
|
|
1307
|
-
this.
|
|
1308
|
-
if (b != this.
|
|
1309
|
-
this.
|
|
1316
|
+
var b = this.es;
|
|
1317
|
+
this.es = a;
|
|
1318
|
+
if (b != this.es) {
|
|
1319
|
+
this.da(XButtonGroup.cv, b, a);
|
|
1310
1320
|
}
|
|
1311
1321
|
},
|
|
1312
1322
|
enumerable: false,
|
|
@@ -1320,77 +1330,77 @@ export var XButtonGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1320
1330
|
var b = this.et;
|
|
1321
1331
|
this.et = a;
|
|
1322
1332
|
if (b != this.et) {
|
|
1323
|
-
this.
|
|
1333
|
+
this.da("OutlinedSelectedItemHoverTextColor", b, a);
|
|
1324
1334
|
}
|
|
1325
1335
|
},
|
|
1326
1336
|
enumerable: false,
|
|
1327
1337
|
configurable: true
|
|
1328
1338
|
});
|
|
1329
|
-
Object.defineProperty(XButtonGroup.prototype, "
|
|
1339
|
+
Object.defineProperty(XButtonGroup.prototype, "az", {
|
|
1330
1340
|
get: function () {
|
|
1331
|
-
return this.
|
|
1341
|
+
return this.af;
|
|
1332
1342
|
},
|
|
1333
1343
|
set: function (a) {
|
|
1334
|
-
var b = this.
|
|
1335
|
-
this.
|
|
1336
|
-
if (b != this.
|
|
1337
|
-
this.
|
|
1344
|
+
var b = this.af;
|
|
1345
|
+
this.af = a;
|
|
1346
|
+
if (b != this.af) {
|
|
1347
|
+
this.da("FlatItemCornerRadius", b, a);
|
|
1338
1348
|
}
|
|
1339
1349
|
},
|
|
1340
1350
|
enumerable: false,
|
|
1341
1351
|
configurable: true
|
|
1342
1352
|
});
|
|
1343
|
-
Object.defineProperty(XButtonGroup.prototype, "
|
|
1353
|
+
Object.defineProperty(XButtonGroup.prototype, "hb", {
|
|
1344
1354
|
get: function () {
|
|
1345
|
-
return this.
|
|
1355
|
+
return this.dz;
|
|
1346
1356
|
},
|
|
1347
1357
|
set: function (a) {
|
|
1348
|
-
var b = this.
|
|
1349
|
-
this.
|
|
1350
|
-
if (b != this.
|
|
1351
|
-
this.
|
|
1358
|
+
var b = this.dz;
|
|
1359
|
+
this.dz = a;
|
|
1360
|
+
if (b != this.dz) {
|
|
1361
|
+
this.da("FlatItemBackgroundColor", b, a);
|
|
1352
1362
|
}
|
|
1353
1363
|
},
|
|
1354
1364
|
enumerable: false,
|
|
1355
1365
|
configurable: true
|
|
1356
1366
|
});
|
|
1357
|
-
Object.defineProperty(XButtonGroup.prototype, "
|
|
1367
|
+
Object.defineProperty(XButtonGroup.prototype, "hd", {
|
|
1358
1368
|
get: function () {
|
|
1359
|
-
return this.
|
|
1369
|
+
return this.d1;
|
|
1360
1370
|
},
|
|
1361
1371
|
set: function (a) {
|
|
1362
|
-
var b = this.
|
|
1363
|
-
this.
|
|
1364
|
-
if (b != this.
|
|
1365
|
-
this.
|
|
1372
|
+
var b = this.d1;
|
|
1373
|
+
this.d1 = a;
|
|
1374
|
+
if (b != this.d1) {
|
|
1375
|
+
this.da("FlatItemDisabledBackgroundColor", b, a);
|
|
1366
1376
|
}
|
|
1367
1377
|
},
|
|
1368
1378
|
enumerable: false,
|
|
1369
1379
|
configurable: true
|
|
1370
1380
|
});
|
|
1371
|
-
Object.defineProperty(XButtonGroup.prototype, "
|
|
1381
|
+
Object.defineProperty(XButtonGroup.prototype, "hi", {
|
|
1372
1382
|
get: function () {
|
|
1373
|
-
return this.
|
|
1383
|
+
return this.d6;
|
|
1374
1384
|
},
|
|
1375
1385
|
set: function (a) {
|
|
1376
|
-
var b = this.
|
|
1377
|
-
this.
|
|
1378
|
-
if (b != this.
|
|
1379
|
-
this.
|
|
1386
|
+
var b = this.d6;
|
|
1387
|
+
this.d6 = a;
|
|
1388
|
+
if (b != this.d6) {
|
|
1389
|
+
this.da("FlatItemTextColor", b, a);
|
|
1380
1390
|
}
|
|
1381
1391
|
},
|
|
1382
1392
|
enumerable: false,
|
|
1383
1393
|
configurable: true
|
|
1384
1394
|
});
|
|
1385
|
-
Object.defineProperty(XButtonGroup.prototype, "
|
|
1395
|
+
Object.defineProperty(XButtonGroup.prototype, "hf", {
|
|
1386
1396
|
get: function () {
|
|
1387
|
-
return this.
|
|
1397
|
+
return this.d3;
|
|
1388
1398
|
},
|
|
1389
1399
|
set: function (a) {
|
|
1390
|
-
var b = this.
|
|
1391
|
-
this.
|
|
1392
|
-
if (b != this.
|
|
1393
|
-
this.
|
|
1400
|
+
var b = this.d3;
|
|
1401
|
+
this.d3 = a;
|
|
1402
|
+
if (b != this.d3) {
|
|
1403
|
+
this.da("FlatItemDisabledTextColor", b, a);
|
|
1394
1404
|
}
|
|
1395
1405
|
},
|
|
1396
1406
|
enumerable: false,
|
|
@@ -1404,105 +1414,105 @@ export var XButtonGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1404
1414
|
var b = this.d4;
|
|
1405
1415
|
this.d4 = a;
|
|
1406
1416
|
if (b != this.d4) {
|
|
1407
|
-
this.
|
|
1417
|
+
this.da("FlatItemHoverBackgroundColor", b, a);
|
|
1408
1418
|
}
|
|
1409
1419
|
},
|
|
1410
1420
|
enumerable: false,
|
|
1411
1421
|
configurable: true
|
|
1412
1422
|
});
|
|
1413
|
-
Object.defineProperty(XButtonGroup.prototype, "
|
|
1423
|
+
Object.defineProperty(XButtonGroup.prototype, "hc", {
|
|
1414
1424
|
get: function () {
|
|
1415
|
-
return this.
|
|
1425
|
+
return this.d0;
|
|
1416
1426
|
},
|
|
1417
1427
|
set: function (a) {
|
|
1418
|
-
var b = this.
|
|
1419
|
-
this.
|
|
1420
|
-
if (b != this.
|
|
1421
|
-
this.
|
|
1428
|
+
var b = this.d0;
|
|
1429
|
+
this.d0 = a;
|
|
1430
|
+
if (b != this.d0) {
|
|
1431
|
+
this.da("FlatItemBorderColor", b, a);
|
|
1422
1432
|
}
|
|
1423
1433
|
},
|
|
1424
1434
|
enumerable: false,
|
|
1425
1435
|
configurable: true
|
|
1426
1436
|
});
|
|
1427
|
-
Object.defineProperty(XButtonGroup.prototype, "
|
|
1437
|
+
Object.defineProperty(XButtonGroup.prototype, "he", {
|
|
1428
1438
|
get: function () {
|
|
1429
|
-
return this.
|
|
1439
|
+
return this.d2;
|
|
1430
1440
|
},
|
|
1431
1441
|
set: function (a) {
|
|
1432
|
-
var b = this.
|
|
1433
|
-
this.
|
|
1434
|
-
if (b != this.
|
|
1435
|
-
this.
|
|
1442
|
+
var b = this.d2;
|
|
1443
|
+
this.d2 = a;
|
|
1444
|
+
if (b != this.d2) {
|
|
1445
|
+
this.da("FlatItemDisabledBorderColor", b, a);
|
|
1436
1446
|
}
|
|
1437
1447
|
},
|
|
1438
1448
|
enumerable: false,
|
|
1439
1449
|
configurable: true
|
|
1440
1450
|
});
|
|
1441
|
-
Object.defineProperty(XButtonGroup.prototype, "
|
|
1451
|
+
Object.defineProperty(XButtonGroup.prototype, "ay", {
|
|
1442
1452
|
get: function () {
|
|
1443
|
-
return this.
|
|
1453
|
+
return this.ae;
|
|
1444
1454
|
},
|
|
1445
1455
|
set: function (a) {
|
|
1446
|
-
var b = this.
|
|
1447
|
-
this.
|
|
1448
|
-
if (b != this.
|
|
1449
|
-
this.
|
|
1456
|
+
var b = this.ae;
|
|
1457
|
+
this.ae = a;
|
|
1458
|
+
if (b != this.ae) {
|
|
1459
|
+
this.da("FlatItemBorderWidth", b, a);
|
|
1450
1460
|
}
|
|
1451
1461
|
},
|
|
1452
1462
|
enumerable: false,
|
|
1453
1463
|
configurable: true
|
|
1454
1464
|
});
|
|
1455
|
-
Object.defineProperty(XButtonGroup.prototype, "
|
|
1465
|
+
Object.defineProperty(XButtonGroup.prototype, "hh", {
|
|
1456
1466
|
get: function () {
|
|
1457
|
-
return this.
|
|
1467
|
+
return this.d5;
|
|
1458
1468
|
},
|
|
1459
1469
|
set: function (a) {
|
|
1460
|
-
var b = this.
|
|
1461
|
-
this.
|
|
1462
|
-
if (b != this.
|
|
1463
|
-
this.
|
|
1470
|
+
var b = this.d5;
|
|
1471
|
+
this.d5 = a;
|
|
1472
|
+
if (b != this.d5) {
|
|
1473
|
+
this.da("FlatItemHoverTextColor", b, a);
|
|
1464
1474
|
}
|
|
1465
1475
|
},
|
|
1466
1476
|
enumerable: false,
|
|
1467
1477
|
configurable: true
|
|
1468
1478
|
});
|
|
1469
|
-
Object.defineProperty(XButtonGroup.prototype, "
|
|
1479
|
+
Object.defineProperty(XButtonGroup.prototype, "hj", {
|
|
1470
1480
|
get: function () {
|
|
1471
|
-
return this.
|
|
1481
|
+
return this.en;
|
|
1472
1482
|
},
|
|
1473
1483
|
set: function (a) {
|
|
1474
|
-
var b = this.
|
|
1475
|
-
this.
|
|
1476
|
-
if (b != this.
|
|
1477
|
-
this.
|
|
1484
|
+
var b = this.en;
|
|
1485
|
+
this.en = a;
|
|
1486
|
+
if (b != this.en) {
|
|
1487
|
+
this.da("FlatSelectedItemBackgroundColor", b, a);
|
|
1478
1488
|
}
|
|
1479
1489
|
},
|
|
1480
1490
|
enumerable: false,
|
|
1481
1491
|
configurable: true
|
|
1482
1492
|
});
|
|
1483
|
-
Object.defineProperty(XButtonGroup.prototype, "
|
|
1493
|
+
Object.defineProperty(XButtonGroup.prototype, "hm", {
|
|
1484
1494
|
get: function () {
|
|
1485
|
-
return this.
|
|
1495
|
+
return this.eq;
|
|
1486
1496
|
},
|
|
1487
1497
|
set: function (a) {
|
|
1488
|
-
var b = this.
|
|
1489
|
-
this.
|
|
1490
|
-
if (b != this.
|
|
1491
|
-
this.
|
|
1498
|
+
var b = this.eq;
|
|
1499
|
+
this.eq = a;
|
|
1500
|
+
if (b != this.eq) {
|
|
1501
|
+
this.da("FlatSelectedItemTextColor", b, a);
|
|
1492
1502
|
}
|
|
1493
1503
|
},
|
|
1494
1504
|
enumerable: false,
|
|
1495
1505
|
configurable: true
|
|
1496
1506
|
});
|
|
1497
|
-
Object.defineProperty(XButtonGroup.prototype, "
|
|
1507
|
+
Object.defineProperty(XButtonGroup.prototype, "hk", {
|
|
1498
1508
|
get: function () {
|
|
1499
|
-
return this.
|
|
1509
|
+
return this.eo;
|
|
1500
1510
|
},
|
|
1501
1511
|
set: function (a) {
|
|
1502
|
-
var b = this.
|
|
1503
|
-
this.
|
|
1504
|
-
if (b != this.
|
|
1505
|
-
this.
|
|
1512
|
+
var b = this.eo;
|
|
1513
|
+
this.eo = a;
|
|
1514
|
+
if (b != this.eo) {
|
|
1515
|
+
this.da("FlatSelectedItemHoverBackgroundColor", b, a);
|
|
1506
1516
|
}
|
|
1507
1517
|
},
|
|
1508
1518
|
enumerable: false,
|
|
@@ -1516,21 +1526,7 @@ export var XButtonGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1516
1526
|
var b = this.ep;
|
|
1517
1527
|
this.ep = a;
|
|
1518
1528
|
if (b != this.ep) {
|
|
1519
|
-
this.
|
|
1520
|
-
}
|
|
1521
|
-
},
|
|
1522
|
-
enumerable: false,
|
|
1523
|
-
configurable: true
|
|
1524
|
-
});
|
|
1525
|
-
Object.defineProperty(XButtonGroup.prototype, "hm", {
|
|
1526
|
-
get: function () {
|
|
1527
|
-
return this.eq;
|
|
1528
|
-
},
|
|
1529
|
-
set: function (a) {
|
|
1530
|
-
var b = this.eq;
|
|
1531
|
-
this.eq = a;
|
|
1532
|
-
if (b != this.eq) {
|
|
1533
|
-
this.db("FlatSelectedItemHoverTextColor", b, a);
|
|
1529
|
+
this.da("FlatSelectedItemHoverTextColor", b, a);
|
|
1534
1530
|
}
|
|
1535
1531
|
},
|
|
1536
1532
|
enumerable: false,
|
|
@@ -1544,21 +1540,21 @@ export var XButtonGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1544
1540
|
var b = this.j;
|
|
1545
1541
|
this.j = a;
|
|
1546
1542
|
if (b != this.j) {
|
|
1547
|
-
this.
|
|
1543
|
+
this.da("Orientation", enumGetBox(ButtonGroupOrientation_$type, b), enumGetBox(ButtonGroupOrientation_$type, a));
|
|
1548
1544
|
}
|
|
1549
1545
|
},
|
|
1550
1546
|
enumerable: false,
|
|
1551
1547
|
configurable: true
|
|
1552
1548
|
});
|
|
1553
|
-
Object.defineProperty(XButtonGroup.prototype, "
|
|
1549
|
+
Object.defineProperty(XButtonGroup.prototype, "b5", {
|
|
1554
1550
|
get: function () {
|
|
1555
|
-
return this.
|
|
1551
|
+
return this.a6;
|
|
1556
1552
|
},
|
|
1557
1553
|
set: function (a) {
|
|
1558
|
-
var b = this.
|
|
1559
|
-
this.
|
|
1560
|
-
if (b != this.
|
|
1561
|
-
this.
|
|
1554
|
+
var b = this.a6;
|
|
1555
|
+
this.a6 = a;
|
|
1556
|
+
if (b != this.a6) {
|
|
1557
|
+
this.da("Id", b, a);
|
|
1562
1558
|
}
|
|
1563
1559
|
},
|
|
1564
1560
|
enumerable: false,
|
|
@@ -1566,34 +1562,34 @@ export var XButtonGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1566
1562
|
});
|
|
1567
1563
|
Object.defineProperty(XButtonGroup.prototype, "disabled", {
|
|
1568
1564
|
get: function () {
|
|
1569
|
-
return this.
|
|
1565
|
+
return this.w;
|
|
1570
1566
|
},
|
|
1571
1567
|
set: function (a) {
|
|
1572
|
-
var b = this.
|
|
1573
|
-
this.
|
|
1574
|
-
this.
|
|
1575
|
-
if (b != this.
|
|
1576
|
-
this.
|
|
1568
|
+
var b = this.w;
|
|
1569
|
+
this.w = a;
|
|
1570
|
+
this.v = true;
|
|
1571
|
+
if (b != this.w) {
|
|
1572
|
+
this.da("IsDisabled", b, a);
|
|
1577
1573
|
}
|
|
1578
1574
|
},
|
|
1579
1575
|
enumerable: false,
|
|
1580
1576
|
configurable: true
|
|
1581
1577
|
});
|
|
1582
|
-
Object.defineProperty(XButtonGroup.prototype, "
|
|
1578
|
+
Object.defineProperty(XButtonGroup.prototype, "z", {
|
|
1583
1579
|
get: function () {
|
|
1584
|
-
return this.
|
|
1580
|
+
return this.x;
|
|
1585
1581
|
},
|
|
1586
1582
|
set: function (a) {
|
|
1587
|
-
var b = this.
|
|
1588
|
-
this.
|
|
1589
|
-
if (b != this.
|
|
1590
|
-
this.
|
|
1583
|
+
var b = this.x;
|
|
1584
|
+
this.x = a;
|
|
1585
|
+
if (b != this.x) {
|
|
1586
|
+
this.da("IsMultiSelect", b, a);
|
|
1591
1587
|
}
|
|
1592
1588
|
},
|
|
1593
1589
|
enumerable: false,
|
|
1594
1590
|
configurable: true
|
|
1595
1591
|
});
|
|
1596
|
-
XButtonGroup.prototype.
|
|
1592
|
+
XButtonGroup.prototype.db = function () {
|
|
1597
1593
|
};
|
|
1598
1594
|
XButtonGroup.prototype.onDetachedFromUI = function () {
|
|
1599
1595
|
this.view.u();
|
|
@@ -1601,31 +1597,31 @@ export var XButtonGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1601
1597
|
XButtonGroup.prototype.onAttachedToUI = function () {
|
|
1602
1598
|
this.view.s();
|
|
1603
1599
|
};
|
|
1604
|
-
XButtonGroup.prototype.
|
|
1600
|
+
XButtonGroup.prototype.ab = function () {
|
|
1605
1601
|
return this.view.d();
|
|
1606
1602
|
};
|
|
1607
|
-
XButtonGroup.prototype.
|
|
1603
|
+
XButtonGroup.prototype.a5 = function () {
|
|
1608
1604
|
return this.e();
|
|
1609
1605
|
};
|
|
1610
|
-
XButtonGroup.prototype.
|
|
1606
|
+
XButtonGroup.prototype.bq = function () {
|
|
1611
1607
|
var a = this.e();
|
|
1612
1608
|
return a.p();
|
|
1613
1609
|
};
|
|
1614
1610
|
XButtonGroup.prototype.e = function () {
|
|
1615
1611
|
var a = new ButtonGroupVisualModelExport();
|
|
1616
|
-
a.e = this.
|
|
1617
|
-
a.f = this.
|
|
1612
|
+
a.e = this.p;
|
|
1613
|
+
a.f = this.s;
|
|
1618
1614
|
a.a = this.d;
|
|
1619
|
-
a.k = this.
|
|
1620
|
-
a.b = AppearanceHelper.a(this.
|
|
1621
|
-
a.d = AppearanceHelper.a(this.
|
|
1622
|
-
a.c = AppearanceHelper.a(this.
|
|
1623
|
-
a.j = this.
|
|
1615
|
+
a.k = this.al;
|
|
1616
|
+
a.b = AppearanceHelper.a(this.ez);
|
|
1617
|
+
a.d = AppearanceHelper.a(this.e6);
|
|
1618
|
+
a.c = AppearanceHelper.a(this.e0);
|
|
1619
|
+
a.j = this.ak;
|
|
1624
1620
|
a.g = this.disabled;
|
|
1625
|
-
a.h = this.
|
|
1621
|
+
a.h = this.z;
|
|
1626
1622
|
a.i = new List$1(ButtonVisualModelExport.$, 0);
|
|
1627
1623
|
for (var b = 0; b < this.buttons.count; b++) {
|
|
1628
|
-
a.i.add1(this.buttons._inner[b].
|
|
1624
|
+
a.i.add1(this.buttons._inner[b].eb());
|
|
1629
1625
|
}
|
|
1630
1626
|
return a;
|
|
1631
1627
|
};
|
|
@@ -1640,74 +1636,64 @@ export var XButtonGroup = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1640
1636
|
configurable: true
|
|
1641
1637
|
});
|
|
1642
1638
|
XButtonGroup.$t = markType(XButtonGroup, 'XButtonGroup', Base.$, [INotifyPropertyChanged_$type]);
|
|
1643
|
-
XButtonGroup.
|
|
1644
|
-
XButtonGroup.
|
|
1645
|
-
XButtonGroup.
|
|
1646
|
-
XButtonGroup.
|
|
1647
|
-
XButtonGroup.
|
|
1648
|
-
XButtonGroup.
|
|
1649
|
-
XButtonGroup.
|
|
1650
|
-
XButtonGroup.
|
|
1651
|
-
XButtonGroup.
|
|
1652
|
-
XButtonGroup.
|
|
1653
|
-
XButtonGroup.
|
|
1654
|
-
XButtonGroup.
|
|
1655
|
-
XButtonGroup.
|
|
1656
|
-
XButtonGroup.
|
|
1657
|
-
XButtonGroup.
|
|
1658
|
-
XButtonGroup.
|
|
1659
|
-
XButtonGroup.
|
|
1660
|
-
XButtonGroup.
|
|
1661
|
-
XButtonGroup.
|
|
1662
|
-
XButtonGroup.
|
|
1663
|
-
XButtonGroup.
|
|
1664
|
-
XButtonGroup.
|
|
1665
|
-
XButtonGroup.
|
|
1666
|
-
XButtonGroup.
|
|
1667
|
-
XButtonGroup.
|
|
1668
|
-
XButtonGroup.
|
|
1669
|
-
XButtonGroup.
|
|
1670
|
-
XButtonGroup.
|
|
1671
|
-
XButtonGroup.
|
|
1672
|
-
XButtonGroup.
|
|
1673
|
-
XButtonGroup.
|
|
1674
|
-
XButtonGroup.
|
|
1675
|
-
XButtonGroup.
|
|
1676
|
-
XButtonGroup.
|
|
1677
|
-
XButtonGroup.
|
|
1678
|
-
XButtonGroup.
|
|
1679
|
-
XButtonGroup.
|
|
1680
|
-
XButtonGroup.
|
|
1681
|
-
XButtonGroup.
|
|
1682
|
-
XButtonGroup.
|
|
1683
|
-
XButtonGroup.
|
|
1684
|
-
XButtonGroup.
|
|
1685
|
-
XButtonGroup.
|
|
1686
|
-
XButtonGroup.ao = 0;
|
|
1687
|
-
XButtonGroup.fc = BrushUtil.l(0, 255, 255, 255);
|
|
1688
|
-
XButtonGroup.fe = BrushUtil.l(10, 0, 0, 0);
|
|
1689
|
-
XButtonGroup.fd = BrushUtil.l(0, 0, 0, 0);
|
|
1690
|
-
XButtonGroup.ff = BrushUtil.l(0, 0, 0, 0);
|
|
1639
|
+
XButtonGroup.o = 2;
|
|
1640
|
+
XButtonGroup.av = 4;
|
|
1641
|
+
XButtonGroup.gn = BrushUtil.j(255, 255, 255, 255);
|
|
1642
|
+
XButtonGroup.gp = BrushUtil.j(10, 0, 0, 0);
|
|
1643
|
+
XButtonGroup.go = BrushUtil.j(255, 199, 199, 199);
|
|
1644
|
+
XButtonGroup.gq = BrushUtil.j(255, 199, 199, 199);
|
|
1645
|
+
XButtonGroup.au = 1;
|
|
1646
|
+
XButtonGroup.gu = BrushUtil.j(255, 0, 0, 0);
|
|
1647
|
+
XButtonGroup.gr = BrushUtil.j(66, 0, 0, 0);
|
|
1648
|
+
XButtonGroup.gv = BrushUtil.j(60, 0, 0, 0);
|
|
1649
|
+
XButtonGroup.gy = BrushUtil.j(255, 0, 0, 0);
|
|
1650
|
+
XButtonGroup.gs = BrushUtil.j(30, 0, 0, 0);
|
|
1651
|
+
XButtonGroup.gt = BrushUtil.j(255, 0, 0, 0);
|
|
1652
|
+
XButtonGroup.gw = BrushUtil.j(96, 0, 0, 0);
|
|
1653
|
+
XButtonGroup.gx = BrushUtil.j(255, 0, 0, 0);
|
|
1654
|
+
XButtonGroup.ap = 3;
|
|
1655
|
+
XButtonGroup.fn = BrushUtil.j(0, 255, 255, 255);
|
|
1656
|
+
XButtonGroup.fp = BrushUtil.j(10, 0, 0, 0);
|
|
1657
|
+
XButtonGroup.fo = BrushUtil.j(255, 33, 150, 243);
|
|
1658
|
+
XButtonGroup.fq = BrushUtil.j(255, 199, 199, 199);
|
|
1659
|
+
XButtonGroup.ao = 1;
|
|
1660
|
+
XButtonGroup.fu = BrushUtil.j(255, 33, 150, 243);
|
|
1661
|
+
XButtonGroup.fr = BrushUtil.j(66, 0, 0, 0);
|
|
1662
|
+
XButtonGroup.fv = BrushUtil.j(255, 33, 150, 243);
|
|
1663
|
+
XButtonGroup.fy = BrushUtil.j(255, 255, 255, 255);
|
|
1664
|
+
XButtonGroup.fs = BrushUtil.j(26, 33, 150, 243);
|
|
1665
|
+
XButtonGroup.ft = BrushUtil.j(255, 33, 150, 243);
|
|
1666
|
+
XButtonGroup.fw = BrushUtil.j(255, 33, 150, 243);
|
|
1667
|
+
XButtonGroup.fx = BrushUtil.j(255, 255, 255, 255);
|
|
1668
|
+
XButtonGroup.at = 4;
|
|
1669
|
+
XButtonGroup.gb = BrushUtil.j(0, 255, 255, 255);
|
|
1670
|
+
XButtonGroup.gd = BrushUtil.j(10, 0, 0, 0);
|
|
1671
|
+
XButtonGroup.gc = BrushUtil.j(0, 0, 0, 0);
|
|
1672
|
+
XButtonGroup.ge = BrushUtil.j(255, 199, 199, 199);
|
|
1673
|
+
XButtonGroup.as = 0;
|
|
1674
|
+
XButtonGroup.gi = BrushUtil.j(255, 228, 28, 119);
|
|
1675
|
+
XButtonGroup.gf = BrushUtil.j(66, 0, 0, 0);
|
|
1676
|
+
XButtonGroup.gj = BrushUtil.j(30, 228, 28, 119);
|
|
1677
|
+
XButtonGroup.gm = BrushUtil.j(255, 228, 28, 119);
|
|
1678
|
+
XButtonGroup.gg = BrushUtil.j(13, 228, 28, 119);
|
|
1679
|
+
XButtonGroup.gh = BrushUtil.j(255, 228, 28, 119);
|
|
1680
|
+
XButtonGroup.gk = BrushUtil.j(30, 228, 28, 119);
|
|
1681
|
+
XButtonGroup.gl = BrushUtil.j(255, 228, 28, 119);
|
|
1691
1682
|
XButtonGroup.an = 0;
|
|
1692
|
-
XButtonGroup.
|
|
1693
|
-
XButtonGroup.
|
|
1694
|
-
XButtonGroup.
|
|
1695
|
-
XButtonGroup.
|
|
1696
|
-
XButtonGroup.
|
|
1697
|
-
XButtonGroup.fi = BrushUtil.
|
|
1698
|
-
XButtonGroup.
|
|
1699
|
-
XButtonGroup.
|
|
1700
|
-
XButtonGroup.
|
|
1701
|
-
XButtonGroup.
|
|
1702
|
-
XButtonGroup.
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
$ret.addItem(4, XButton.j);
|
|
1708
|
-
$ret.addItem(5, XButton.k);
|
|
1709
|
-
$ret.addItem(6, XButton.j);
|
|
1710
|
-
return $ret;
|
|
1711
|
-
})()), 2);
|
|
1683
|
+
XButtonGroup.fb = BrushUtil.j(0, 255, 255, 255);
|
|
1684
|
+
XButtonGroup.fd = BrushUtil.j(10, 0, 0, 0);
|
|
1685
|
+
XButtonGroup.fc = BrushUtil.j(0, 0, 0, 0);
|
|
1686
|
+
XButtonGroup.fe = BrushUtil.j(0, 0, 0, 0);
|
|
1687
|
+
XButtonGroup.am = 0;
|
|
1688
|
+
XButtonGroup.fi = BrushUtil.j(255, 119, 119, 119);
|
|
1689
|
+
XButtonGroup.ff = BrushUtil.j(66, 0, 0, 0);
|
|
1690
|
+
XButtonGroup.fj = BrushUtil.j(26, 33, 150, 243);
|
|
1691
|
+
XButtonGroup.fm = BrushUtil.j(255, 33, 150, 243);
|
|
1692
|
+
XButtonGroup.fg = BrushUtil.j(10, 33, 150, 243);
|
|
1693
|
+
XButtonGroup.fh = BrushUtil.j(255, 119, 119, 119);
|
|
1694
|
+
XButtonGroup.fk = BrushUtil.j(26, 33, 150, 243);
|
|
1695
|
+
XButtonGroup.fl = BrushUtil.j(255, 33, 150, 243);
|
|
1696
|
+
XButtonGroup.cv = "OutlinedSelectedItemHoverBackgroundColor";
|
|
1697
|
+
XButtonGroup.a4 = 0;
|
|
1712
1698
|
return XButtonGroup;
|
|
1713
1699
|
}(Base));
|