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