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