igniteui-webcomponents-inputs 5.2.0 → 5.2.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-webcomponents-inputs.umd.js +3252 -3096
- package/bundles/igniteui-webcomponents-inputs.umd.min.js +1 -1
- package/esm2015/lib/ButtonGroupView_combined.js +26 -26
- package/esm2015/lib/ButtonView_combined.js +1716 -1662
- package/esm2015/lib/CalendarView_combined.js +312 -298
- package/esm2015/lib/IconViewType.js +11 -0
- package/esm2015/lib/IconView_combined.js +462 -432
- package/esm2015/lib/InputGroupView_combined.js +115 -93
- package/esm2015/lib/MultiSliderBridge.js +14 -14
- package/esm2015/lib/NativeUIXInputsFactory_combined.js +4 -4
- package/esm2015/lib/XButtonBridge.js +39 -35
- package/esm2015/lib/XButtonGroupBridge.js +2 -2
- package/esm2015/lib/XCheckboxBridge.js +8 -8
- package/esm2015/lib/XComponentBridge.js +1 -1
- package/esm2015/lib/XIconBridge.js +25 -23
- package/esm2015/lib/XInputBridge.js +16 -16
- package/esm2015/lib/XPopupBridge.js +3 -3
- package/esm2015/lib/igc-x-button-component.js +555 -545
- package/esm2015/lib/igc-x-icon-component.js +89 -89
- package/esm2015/public_api.js +1 -0
- package/esm5/lib/ButtonGroupView_combined.js +26 -26
- package/esm5/lib/ButtonView_combined.js +1583 -1525
- package/esm5/lib/CalendarView_combined.js +312 -298
- package/esm5/lib/IconViewType.js +11 -0
- package/esm5/lib/IconView_combined.js +449 -419
- package/esm5/lib/InputGroupView_combined.js +115 -93
- package/esm5/lib/MultiSliderBridge.js +14 -14
- package/esm5/lib/NativeUIXInputsFactory_combined.js +4 -4
- package/esm5/lib/XButtonBridge.js +39 -35
- package/esm5/lib/XButtonGroupBridge.js +2 -2
- package/esm5/lib/XCheckboxBridge.js +8 -8
- package/esm5/lib/XComponentBridge.js +1 -1
- package/esm5/lib/XIconBridge.js +25 -23
- package/esm5/lib/XInputBridge.js +16 -16
- package/esm5/lib/XPopupBridge.js +3 -3
- package/esm5/lib/igc-x-button-component.js +559 -545
- package/esm5/lib/igc-x-icon-component.js +89 -89
- package/esm5/public_api.js +1 -0
- package/fesm2015/igniteui-webcomponents-inputs.js +3399 -3252
- package/fesm5/igniteui-webcomponents-inputs.js +3253 -3098
- package/lib/ButtonView_combined.d.ts +513 -504
- package/lib/CalendarView_combined.d.ts +38 -35
- package/lib/IconViewType.d.ts +16 -0
- package/lib/IconView_combined.d.ts +115 -111
- package/lib/InputGroupView_combined.d.ts +28 -26
- package/lib/igc-x-button-component.d.ts +5 -0
- package/package.json +2 -2
- package/public_api.d.ts +1 -0
|
@@ -17,9 +17,9 @@ import { stringReplace, stringIsNullOrEmpty } from "igniteui-webcomponents-core"
|
|
|
17
17
|
import { TransformGroup } from "igniteui-webcomponents-core";
|
|
18
18
|
import { TranslateTransform } from "igniteui-webcomponents-core";
|
|
19
19
|
import { SuffixShiftType_$type } from "./SuffixShiftType";
|
|
20
|
+
import { isNaN_ } from "igniteui-webcomponents-core";
|
|
20
21
|
import { PrefixShiftType_$type } from "./PrefixShiftType";
|
|
21
22
|
import { LabelShiftType_$type } from "./LabelShiftType";
|
|
22
|
-
import { isNaN_ } from "igniteui-webcomponents-core";
|
|
23
23
|
import { HorizontalAlignment_$type } from "igniteui-webcomponents-core";
|
|
24
24
|
import { MouseButtonEventArgs } from "igniteui-webcomponents-core";
|
|
25
25
|
import { KeyEventArgs } from "igniteui-webcomponents-core";
|
|
@@ -267,82 +267,93 @@ export let SuffixView = /*@__PURE__*/ (() => {
|
|
|
267
267
|
constructor() {
|
|
268
268
|
super();
|
|
269
269
|
this.a = null;
|
|
270
|
-
this.
|
|
270
|
+
this.h = null;
|
|
271
271
|
this.b = null;
|
|
272
|
-
this.
|
|
272
|
+
this.f = new List$1(Delegate_$type, 0);
|
|
273
|
+
this.d = false;
|
|
273
274
|
this.c = true;
|
|
274
|
-
this.
|
|
275
|
+
this.i = null;
|
|
275
276
|
}
|
|
276
|
-
|
|
277
|
+
p() {
|
|
277
278
|
}
|
|
278
|
-
|
|
279
|
+
e() {
|
|
279
280
|
return true;
|
|
280
281
|
}
|
|
281
|
-
get
|
|
282
|
+
get s() {
|
|
282
283
|
return null;
|
|
283
284
|
}
|
|
284
|
-
|
|
285
|
+
n(a) {
|
|
285
286
|
if (a == null) {
|
|
286
|
-
for (let b of fromEnum(this.
|
|
287
|
+
for (let b of fromEnum(this.f)) {
|
|
287
288
|
b();
|
|
288
289
|
}
|
|
289
|
-
this.
|
|
290
|
+
this.f.clear();
|
|
290
291
|
}
|
|
291
|
-
this.
|
|
292
|
-
this.
|
|
293
|
-
let c = this.
|
|
292
|
+
this.h = a;
|
|
293
|
+
this.h.rootWrapper.setStyleProperty("display", "inline-block");
|
|
294
|
+
let c = this.h.createElement("div");
|
|
294
295
|
c.addClass("ig-suffix-content");
|
|
295
|
-
this.
|
|
296
|
+
this.h.append(c);
|
|
296
297
|
c.setStyleProperty("cursor", "pointer");
|
|
297
|
-
this.
|
|
298
|
-
this.
|
|
298
|
+
this.i = c;
|
|
299
|
+
this.h.getPortal(c, "ChildContent", (d) => {
|
|
299
300
|
}, true);
|
|
300
301
|
this.a.am();
|
|
301
302
|
}
|
|
302
|
-
|
|
303
|
-
let a =
|
|
304
|
-
|
|
303
|
+
r() {
|
|
304
|
+
let a = this.g();
|
|
305
|
+
if (isNaN_(a) || a == 0) {
|
|
306
|
+
if (!this.d) {
|
|
307
|
+
this.d = true;
|
|
308
|
+
this.h.setTimeout(() => {
|
|
309
|
+
this.d = false;
|
|
310
|
+
this.r();
|
|
311
|
+
}, 100);
|
|
312
|
+
}
|
|
313
|
+
}
|
|
314
|
+
let b = new TransformGroup();
|
|
315
|
+
b.j.add(((() => {
|
|
305
316
|
let $ret = new TranslateTransform();
|
|
306
|
-
$ret.k = this.a.k == 2 ? (this.
|
|
317
|
+
$ret.k = this.a.k == 2 ? (this.g() * -0.25) : 0;
|
|
307
318
|
return $ret;
|
|
308
319
|
})()));
|
|
309
|
-
|
|
320
|
+
b.j.add(((() => {
|
|
310
321
|
let $ret = new ScaleTransform();
|
|
311
322
|
$ret.l = 1;
|
|
312
323
|
$ret.m = 1;
|
|
313
324
|
return $ret;
|
|
314
325
|
})()));
|
|
315
|
-
NativeUI.af(this.
|
|
316
|
-
this.
|
|
326
|
+
NativeUI.af(this.h.rootWrapper, b);
|
|
327
|
+
this.h.rootWrapper.setStyleProperty("transform-origin", "0px 0px");
|
|
317
328
|
}
|
|
318
|
-
|
|
319
|
-
let a = this.
|
|
329
|
+
g() {
|
|
330
|
+
let a = this.h.rootWrapper.getStyleProperty("height");
|
|
320
331
|
return parseFloat(stringReplace(a, "px", ""));
|
|
321
332
|
}
|
|
322
|
-
|
|
323
|
-
if (this.
|
|
333
|
+
q() {
|
|
334
|
+
if (this.e()) {
|
|
324
335
|
}
|
|
325
336
|
}
|
|
326
|
-
|
|
337
|
+
j(a) {
|
|
327
338
|
this.a.aj();
|
|
328
339
|
}
|
|
329
|
-
|
|
340
|
+
k(a) {
|
|
330
341
|
this.a.ak();
|
|
331
342
|
}
|
|
332
|
-
|
|
343
|
+
m() {
|
|
333
344
|
this.c = true;
|
|
334
|
-
this.
|
|
335
|
-
this.
|
|
345
|
+
this.f.add(this.h.rootWrapper.listen("mouseenter", runOn(this, this.j)));
|
|
346
|
+
this.f.add(this.h.rootWrapper.listen("mouseleave", runOn(this, this.k)));
|
|
336
347
|
}
|
|
337
|
-
|
|
348
|
+
o() {
|
|
338
349
|
this.c = false;
|
|
339
|
-
for (let a of fromEnum(this.
|
|
350
|
+
for (let a of fromEnum(this.f)) {
|
|
340
351
|
a();
|
|
341
352
|
}
|
|
342
|
-
this.
|
|
353
|
+
this.f.clear();
|
|
343
354
|
}
|
|
344
|
-
|
|
345
|
-
this.
|
|
355
|
+
l(a) {
|
|
356
|
+
this.i.append(a);
|
|
346
357
|
}
|
|
347
358
|
}
|
|
348
359
|
SuffixView.$t = /*@__PURE__*/ markType(SuffixView, 'SuffixView');
|
|
@@ -356,82 +367,93 @@ export let PrefixView = /*@__PURE__*/ (() => {
|
|
|
356
367
|
constructor() {
|
|
357
368
|
super();
|
|
358
369
|
this.a = null;
|
|
359
|
-
this.
|
|
370
|
+
this.h = null;
|
|
360
371
|
this.b = null;
|
|
361
|
-
this.
|
|
372
|
+
this.f = new List$1(Delegate_$type, 0);
|
|
373
|
+
this.d = false;
|
|
362
374
|
this.c = true;
|
|
363
|
-
this.
|
|
375
|
+
this.i = null;
|
|
364
376
|
}
|
|
365
|
-
|
|
377
|
+
p() {
|
|
366
378
|
}
|
|
367
|
-
|
|
379
|
+
e() {
|
|
368
380
|
return true;
|
|
369
381
|
}
|
|
370
|
-
get
|
|
382
|
+
get s() {
|
|
371
383
|
return null;
|
|
372
384
|
}
|
|
373
|
-
|
|
385
|
+
n(a) {
|
|
374
386
|
if (a == null) {
|
|
375
|
-
for (let b of fromEnum(this.
|
|
387
|
+
for (let b of fromEnum(this.f)) {
|
|
376
388
|
b();
|
|
377
389
|
}
|
|
378
|
-
this.
|
|
390
|
+
this.f.clear();
|
|
379
391
|
}
|
|
380
|
-
this.
|
|
381
|
-
this.
|
|
382
|
-
let c = this.
|
|
392
|
+
this.h = a;
|
|
393
|
+
this.h.rootWrapper.setStyleProperty("display", "inline-block");
|
|
394
|
+
let c = this.h.createElement("div");
|
|
383
395
|
c.addClass("ig-prefix-content");
|
|
384
|
-
this.
|
|
396
|
+
this.h.append(c);
|
|
385
397
|
c.setStyleProperty("cursor", "pointer");
|
|
386
|
-
this.
|
|
387
|
-
this.
|
|
398
|
+
this.i = c;
|
|
399
|
+
this.h.getPortal(c, "ChildContent", (d) => {
|
|
388
400
|
}, true);
|
|
389
401
|
this.a.am();
|
|
390
402
|
}
|
|
391
|
-
|
|
392
|
-
let a =
|
|
393
|
-
|
|
403
|
+
r() {
|
|
404
|
+
let a = this.g();
|
|
405
|
+
if (isNaN_(a) || a == 0) {
|
|
406
|
+
if (!this.d) {
|
|
407
|
+
this.d = true;
|
|
408
|
+
this.h.setTimeout(() => {
|
|
409
|
+
this.d = false;
|
|
410
|
+
this.r();
|
|
411
|
+
}, 100);
|
|
412
|
+
}
|
|
413
|
+
}
|
|
414
|
+
let b = new TransformGroup();
|
|
415
|
+
b.j.add(((() => {
|
|
394
416
|
let $ret = new TranslateTransform();
|
|
395
|
-
$ret.k = this.a.k == 2 ? (this.
|
|
417
|
+
$ret.k = this.a.k == 2 ? (this.g() * -0.25) : 0;
|
|
396
418
|
return $ret;
|
|
397
419
|
})()));
|
|
398
|
-
|
|
420
|
+
b.j.add(((() => {
|
|
399
421
|
let $ret = new ScaleTransform();
|
|
400
422
|
$ret.l = 1;
|
|
401
423
|
$ret.m = 1;
|
|
402
424
|
return $ret;
|
|
403
425
|
})()));
|
|
404
|
-
NativeUI.af(this.
|
|
405
|
-
this.
|
|
426
|
+
NativeUI.af(this.h.rootWrapper, b);
|
|
427
|
+
this.h.rootWrapper.setStyleProperty("transform-origin", "0px 0px");
|
|
406
428
|
}
|
|
407
|
-
|
|
408
|
-
let a = this.
|
|
429
|
+
g() {
|
|
430
|
+
let a = this.h.rootWrapper.getStyleProperty("height");
|
|
409
431
|
return parseFloat(stringReplace(a, "px", ""));
|
|
410
432
|
}
|
|
411
|
-
|
|
412
|
-
if (this.
|
|
433
|
+
q() {
|
|
434
|
+
if (this.e()) {
|
|
413
435
|
}
|
|
414
436
|
}
|
|
415
|
-
|
|
437
|
+
j(a) {
|
|
416
438
|
this.a.aj();
|
|
417
439
|
}
|
|
418
|
-
|
|
440
|
+
k(a) {
|
|
419
441
|
this.a.ak();
|
|
420
442
|
}
|
|
421
|
-
|
|
443
|
+
m() {
|
|
422
444
|
this.c = true;
|
|
423
|
-
this.
|
|
424
|
-
this.
|
|
445
|
+
this.f.add(this.h.rootWrapper.listen("mouseenter", runOn(this, this.j)));
|
|
446
|
+
this.f.add(this.h.rootWrapper.listen("mouseleave", runOn(this, this.k)));
|
|
425
447
|
}
|
|
426
|
-
|
|
448
|
+
o() {
|
|
427
449
|
this.c = false;
|
|
428
|
-
for (let a of fromEnum(this.
|
|
450
|
+
for (let a of fromEnum(this.f)) {
|
|
429
451
|
a();
|
|
430
452
|
}
|
|
431
|
-
this.
|
|
453
|
+
this.f.clear();
|
|
432
454
|
}
|
|
433
|
-
|
|
434
|
-
this.
|
|
455
|
+
l(a) {
|
|
456
|
+
this.i.append(a);
|
|
435
457
|
}
|
|
436
458
|
}
|
|
437
459
|
PrefixView.$t = /*@__PURE__*/ markType(PrefixView, 'PrefixView');
|
|
@@ -1154,7 +1176,7 @@ export let XSuffix = /*@__PURE__*/ (() => {
|
|
|
1154
1176
|
let a = new SuffixView();
|
|
1155
1177
|
a.a = this;
|
|
1156
1178
|
this.view = a;
|
|
1157
|
-
this.view.
|
|
1179
|
+
this.view.p();
|
|
1158
1180
|
}
|
|
1159
1181
|
get view() {
|
|
1160
1182
|
return this._view;
|
|
@@ -1187,10 +1209,10 @@ export let XSuffix = /*@__PURE__*/ (() => {
|
|
|
1187
1209
|
}
|
|
1188
1210
|
}
|
|
1189
1211
|
al() {
|
|
1190
|
-
this.view.
|
|
1212
|
+
this.view.r();
|
|
1191
1213
|
}
|
|
1192
1214
|
ai() {
|
|
1193
|
-
this.view.
|
|
1215
|
+
this.view.r();
|
|
1194
1216
|
}
|
|
1195
1217
|
ap() {
|
|
1196
1218
|
}
|
|
@@ -1245,13 +1267,13 @@ export let XSuffix = /*@__PURE__*/ (() => {
|
|
|
1245
1267
|
am() {
|
|
1246
1268
|
}
|
|
1247
1269
|
onDetachedFromUI() {
|
|
1248
|
-
this.view.
|
|
1270
|
+
this.view.o();
|
|
1249
1271
|
}
|
|
1250
1272
|
onAttachedToUI() {
|
|
1251
|
-
this.view.
|
|
1273
|
+
this.view.m();
|
|
1252
1274
|
}
|
|
1253
1275
|
r() {
|
|
1254
|
-
return this.view.
|
|
1276
|
+
return this.view.e();
|
|
1255
1277
|
}
|
|
1256
1278
|
t() {
|
|
1257
1279
|
return this.i();
|
|
@@ -1269,10 +1291,10 @@ export let XSuffix = /*@__PURE__*/ (() => {
|
|
|
1269
1291
|
return a;
|
|
1270
1292
|
}
|
|
1271
1293
|
appendContentChild(a) {
|
|
1272
|
-
this.view.
|
|
1294
|
+
this.view.l(a);
|
|
1273
1295
|
}
|
|
1274
1296
|
provideContainer(a) {
|
|
1275
|
-
this.view.
|
|
1297
|
+
this.view.n(a);
|
|
1276
1298
|
}
|
|
1277
1299
|
}
|
|
1278
1300
|
XSuffix.$t = /*@__PURE__*/ markType(XSuffix, 'XSuffix', XInputGroupItem.$);
|
|
@@ -1296,7 +1318,7 @@ export let XPrefix = /*@__PURE__*/ (() => {
|
|
|
1296
1318
|
let a = new PrefixView();
|
|
1297
1319
|
a.a = this;
|
|
1298
1320
|
this.view = a;
|
|
1299
|
-
this.view.
|
|
1321
|
+
this.view.p();
|
|
1300
1322
|
}
|
|
1301
1323
|
get view() {
|
|
1302
1324
|
return this._view;
|
|
@@ -1329,10 +1351,10 @@ export let XPrefix = /*@__PURE__*/ (() => {
|
|
|
1329
1351
|
}
|
|
1330
1352
|
}
|
|
1331
1353
|
al() {
|
|
1332
|
-
this.view.
|
|
1354
|
+
this.view.r();
|
|
1333
1355
|
}
|
|
1334
1356
|
ai() {
|
|
1335
|
-
this.view.
|
|
1357
|
+
this.view.r();
|
|
1336
1358
|
}
|
|
1337
1359
|
ap() {
|
|
1338
1360
|
}
|
|
@@ -1387,13 +1409,13 @@ export let XPrefix = /*@__PURE__*/ (() => {
|
|
|
1387
1409
|
am() {
|
|
1388
1410
|
}
|
|
1389
1411
|
onDetachedFromUI() {
|
|
1390
|
-
this.view.
|
|
1412
|
+
this.view.o();
|
|
1391
1413
|
}
|
|
1392
1414
|
onAttachedToUI() {
|
|
1393
|
-
this.view.
|
|
1415
|
+
this.view.m();
|
|
1394
1416
|
}
|
|
1395
1417
|
r() {
|
|
1396
|
-
return this.view.
|
|
1418
|
+
return this.view.e();
|
|
1397
1419
|
}
|
|
1398
1420
|
t() {
|
|
1399
1421
|
return this.i();
|
|
@@ -1411,10 +1433,10 @@ export let XPrefix = /*@__PURE__*/ (() => {
|
|
|
1411
1433
|
return a;
|
|
1412
1434
|
}
|
|
1413
1435
|
appendContentChild(a) {
|
|
1414
|
-
this.view.
|
|
1436
|
+
this.view.l(a);
|
|
1415
1437
|
}
|
|
1416
1438
|
provideContainer(a) {
|
|
1417
|
-
this.view.
|
|
1439
|
+
this.view.n(a);
|
|
1418
1440
|
}
|
|
1419
1441
|
}
|
|
1420
1442
|
XPrefix.$t = /*@__PURE__*/ markType(XPrefix, 'XPrefix', XInputGroupItem.$);
|
|
@@ -2145,8 +2167,8 @@ export let XInputGroup = /*@__PURE__*/ (() => {
|
|
|
2145
2167
|
onChildrenMutated() {
|
|
2146
2168
|
this.jr((a) => a.view.a8());
|
|
2147
2169
|
this.js((a) => a.view.aj());
|
|
2148
|
-
this.jt((a) => a.view.
|
|
2149
|
-
this.ju((a) => a.view.
|
|
2170
|
+
this.jt((a) => a.view.r());
|
|
2171
|
+
this.ju((a) => a.view.r());
|
|
2150
2172
|
}
|
|
2151
2173
|
jp() {
|
|
2152
2174
|
this.view.af();
|
|
@@ -3593,8 +3615,8 @@ export let XInputGroup = /*@__PURE__*/ (() => {
|
|
|
3593
3615
|
ensureShift() {
|
|
3594
3616
|
this.jr((a) => a.view.a8());
|
|
3595
3617
|
this.js((a) => a.view.aj());
|
|
3596
|
-
this.jt((a) => a.view.
|
|
3597
|
-
this.ju((a) => a.view.
|
|
3618
|
+
this.jt((a) => a.view.r());
|
|
3619
|
+
this.ju((a) => a.view.r());
|
|
3598
3620
|
}
|
|
3599
3621
|
aq() {
|
|
3600
3622
|
return this.view.g();
|
|
@@ -68,15 +68,15 @@ export let MultiSliderBridge = /*@__PURE__*/ (() => {
|
|
|
68
68
|
switch (b) {
|
|
69
69
|
case 12: return a.bg;
|
|
70
70
|
case 13: return a.bf;
|
|
71
|
-
case
|
|
72
|
-
case
|
|
71
|
+
case 95: return a.bv;
|
|
72
|
+
case 96: return a.bf;
|
|
73
73
|
case 14: return a.bl;
|
|
74
74
|
case 2: return a.thumbs._inner[0].s;
|
|
75
|
-
case
|
|
76
|
-
case
|
|
77
|
-
case
|
|
78
|
-
case
|
|
79
|
-
case
|
|
75
|
+
case 90: return a.b0;
|
|
76
|
+
case 91: return a.ek;
|
|
77
|
+
case 92: return a.es;
|
|
78
|
+
case 94: return a.eu;
|
|
79
|
+
case 93: return a.et;
|
|
80
80
|
case 30:
|
|
81
81
|
let c = a.e;
|
|
82
82
|
switch (c) {
|
|
@@ -116,10 +116,10 @@ export let MultiSliderBridge = /*@__PURE__*/ (() => {
|
|
|
116
116
|
case 13:
|
|
117
117
|
a.bf = c;
|
|
118
118
|
break;
|
|
119
|
-
case
|
|
119
|
+
case 95:
|
|
120
120
|
a.bv = c;
|
|
121
121
|
break;
|
|
122
|
-
case
|
|
122
|
+
case 96:
|
|
123
123
|
a.bu = c;
|
|
124
124
|
break;
|
|
125
125
|
case 14:
|
|
@@ -128,19 +128,19 @@ export let MultiSliderBridge = /*@__PURE__*/ (() => {
|
|
|
128
128
|
case 2:
|
|
129
129
|
a.thumbs._inner[0].s = c;
|
|
130
130
|
break;
|
|
131
|
-
case
|
|
131
|
+
case 90:
|
|
132
132
|
a.b0 = c;
|
|
133
133
|
break;
|
|
134
|
-
case
|
|
134
|
+
case 91:
|
|
135
135
|
a.ek = c;
|
|
136
136
|
break;
|
|
137
|
-
case
|
|
137
|
+
case 92:
|
|
138
138
|
a.es = c;
|
|
139
139
|
break;
|
|
140
|
-
case
|
|
140
|
+
case 94:
|
|
141
141
|
a.eu = c;
|
|
142
142
|
break;
|
|
143
|
-
case
|
|
143
|
+
case 93:
|
|
144
144
|
a.et = c;
|
|
145
145
|
break;
|
|
146
146
|
case 30:
|
|
@@ -149,7 +149,7 @@ export let NativeUIXInputsFactory = /*@__PURE__*/ (() => {
|
|
|
149
149
|
let e = c.getSubRenderer(d);
|
|
150
150
|
let f = new XButton();
|
|
151
151
|
f.provideContainer(e);
|
|
152
|
-
f.
|
|
152
|
+
f.fj = "none";
|
|
153
153
|
let g = e.getExternal(f, e.rootWrapper, e.getExternal(f, null, null));
|
|
154
154
|
let h = new XButtonBridge(f);
|
|
155
155
|
let i = new NativeUIButton();
|
|
@@ -227,7 +227,7 @@ export let NativeUIXInputsFactory = /*@__PURE__*/ (() => {
|
|
|
227
227
|
let l = new XButton();
|
|
228
228
|
l.provideContainer(k);
|
|
229
229
|
l.e = 4;
|
|
230
|
-
l.
|
|
230
|
+
l.fj = "none";
|
|
231
231
|
let m = k.getExternal(l, k.rootWrapper, k.getExternal(l, null, null));
|
|
232
232
|
let n = new XButtonBridge(l);
|
|
233
233
|
let o = new NativeUIButton();
|
|
@@ -1581,9 +1581,9 @@ export let ColorEditorPanel = /*@__PURE__*/ (() => {
|
|
|
1581
1581
|
g.bw = BrushUtil.h(0, 0, 0, 0);
|
|
1582
1582
|
g.bh = new Thickness(1, 0, 5, 5, 0);
|
|
1583
1583
|
f.bh = new Thickness(1, 0, 5, 5, 0);
|
|
1584
|
-
l.
|
|
1584
|
+
l.bz = "Ok";
|
|
1585
1585
|
l.c = this.f;
|
|
1586
|
-
m.
|
|
1586
|
+
m.bz = "Cancel";
|
|
1587
1587
|
m.c = this.f;
|
|
1588
1588
|
i.bh = new Thickness(1, 5, 0, 5, 2);
|
|
1589
1589
|
h.bh = new Thickness(1, 5, 0, 5, 2);
|
|
@@ -181,43 +181,46 @@ export let XButtonBridge = /*@__PURE__*/ (() => {
|
|
|
181
181
|
}
|
|
182
182
|
break;
|
|
183
183
|
case 4:
|
|
184
|
-
d.
|
|
184
|
+
d.aw = c;
|
|
185
185
|
break;
|
|
186
186
|
case 32:
|
|
187
187
|
d.disabled = c;
|
|
188
188
|
break;
|
|
189
189
|
case 5:
|
|
190
|
-
d.
|
|
190
|
+
d.au = c;
|
|
191
191
|
break;
|
|
192
192
|
case 6:
|
|
193
|
-
d.
|
|
193
|
+
d.a2 = !c;
|
|
194
194
|
break;
|
|
195
195
|
case 24:
|
|
196
|
-
d.
|
|
196
|
+
d.qg = c;
|
|
197
197
|
break;
|
|
198
198
|
case 55:
|
|
199
|
-
d.
|
|
200
|
-
d.
|
|
201
|
-
d.
|
|
202
|
-
d.
|
|
199
|
+
d.bm = c.left;
|
|
200
|
+
d.bo = c.top;
|
|
201
|
+
d.bn = c.right;
|
|
202
|
+
d.bl = c.bottom;
|
|
203
203
|
break;
|
|
204
204
|
case 57:
|
|
205
|
-
d.
|
|
205
|
+
d.ay = c;
|
|
206
206
|
break;
|
|
207
207
|
case 56:
|
|
208
|
-
d.
|
|
208
|
+
d.av = c;
|
|
209
209
|
break;
|
|
210
210
|
case 58:
|
|
211
|
-
d.
|
|
211
|
+
d.at = c;
|
|
212
212
|
break;
|
|
213
213
|
case 17:
|
|
214
|
-
d.
|
|
214
|
+
d.k1 = c;
|
|
215
215
|
break;
|
|
216
216
|
case 11:
|
|
217
217
|
d.aa = c;
|
|
218
218
|
break;
|
|
219
|
-
case
|
|
220
|
-
d.
|
|
219
|
+
case 86:
|
|
220
|
+
d.by = c;
|
|
221
|
+
break;
|
|
222
|
+
case 59:
|
|
223
|
+
d.a5 = c;
|
|
221
224
|
break;
|
|
222
225
|
}
|
|
223
226
|
}
|
|
@@ -245,38 +248,39 @@ export let XButtonBridge = /*@__PURE__*/ (() => {
|
|
|
245
248
|
case 0: return enumGetBox(NativeUIButtonDisplayType_$type, 0);
|
|
246
249
|
}
|
|
247
250
|
return enumGetBox(NativeUIButtonDisplayType_$type, 0);
|
|
248
|
-
case 4: return c.
|
|
251
|
+
case 4: return c.aw;
|
|
249
252
|
case 32: return c.disabled;
|
|
250
|
-
case 5: return c.
|
|
251
|
-
case 6: return !c.
|
|
252
|
-
case 24: return c.
|
|
253
|
-
case 55: return new Thickness(1, c.
|
|
254
|
-
case 57: return c.
|
|
255
|
-
case 56: return c.
|
|
256
|
-
case 58: return c.
|
|
257
|
-
case 17: return c.
|
|
258
|
-
case
|
|
253
|
+
case 5: return c.au;
|
|
254
|
+
case 6: return !c.a2;
|
|
255
|
+
case 24: return c.qg;
|
|
256
|
+
case 55: return new Thickness(1, c.bm, c.bo, c.bn, c.bl);
|
|
257
|
+
case 57: return c.ay;
|
|
258
|
+
case 56: return c.av;
|
|
259
|
+
case 58: return c.at;
|
|
260
|
+
case 17: return c.k1;
|
|
261
|
+
case 86: return c.by;
|
|
262
|
+
case 59: return c.a5;
|
|
259
263
|
}
|
|
260
264
|
return null;
|
|
261
265
|
}
|
|
262
266
|
setHorizontalContentAlignment(a, b) {
|
|
263
267
|
switch (b) {
|
|
264
268
|
case 1:
|
|
265
|
-
this.t.
|
|
269
|
+
this.t.le = 1;
|
|
266
270
|
break;
|
|
267
271
|
case 0:
|
|
268
|
-
this.t.
|
|
272
|
+
this.t.le = 0;
|
|
269
273
|
break;
|
|
270
274
|
case 2:
|
|
271
|
-
this.t.
|
|
275
|
+
this.t.le = 2;
|
|
272
276
|
break;
|
|
273
277
|
case 3:
|
|
274
|
-
this.t.
|
|
278
|
+
this.t.le = 3;
|
|
275
279
|
break;
|
|
276
280
|
}
|
|
277
281
|
}
|
|
278
282
|
getHorizontalContentAlignment(a) {
|
|
279
|
-
switch (this.t.
|
|
283
|
+
switch (this.t.le) {
|
|
280
284
|
case 1: return 1;
|
|
281
285
|
case 0: return 0;
|
|
282
286
|
case 2: return 2;
|
|
@@ -286,21 +290,21 @@ export let XButtonBridge = /*@__PURE__*/ (() => {
|
|
|
286
290
|
setVerticalContentAlignment(a, b) {
|
|
287
291
|
switch (b) {
|
|
288
292
|
case 2:
|
|
289
|
-
this.t.
|
|
293
|
+
this.t.ri = 2;
|
|
290
294
|
break;
|
|
291
295
|
case 1:
|
|
292
|
-
this.t.
|
|
296
|
+
this.t.ri = 1;
|
|
293
297
|
break;
|
|
294
298
|
case 3:
|
|
295
|
-
this.t.
|
|
299
|
+
this.t.ri = 3;
|
|
296
300
|
break;
|
|
297
301
|
case 0:
|
|
298
|
-
this.t.
|
|
302
|
+
this.t.ri = 0;
|
|
299
303
|
break;
|
|
300
304
|
}
|
|
301
305
|
}
|
|
302
306
|
getVerticalContentAlignment(a) {
|
|
303
|
-
switch (this.t.
|
|
307
|
+
switch (this.t.ri) {
|
|
304
308
|
case 2: return 2;
|
|
305
309
|
case 1: return 1;
|
|
306
310
|
case 0: return 0;
|
|
@@ -308,7 +312,7 @@ export let XButtonBridge = /*@__PURE__*/ (() => {
|
|
|
308
312
|
}
|
|
309
313
|
}
|
|
310
314
|
exportVisualData(a) {
|
|
311
|
-
return a.
|
|
315
|
+
return a.eb();
|
|
312
316
|
}
|
|
313
317
|
}
|
|
314
318
|
XButtonBridge.$t = /*@__PURE__*/ markType(XButtonBridge, 'XButtonBridge', XComponentBridge.$);
|
|
@@ -80,7 +80,7 @@ export let XButtonGroupBridge = /*@__PURE__*/ (() => {
|
|
|
80
80
|
}
|
|
81
81
|
return enumGetBox(NativeUIDisplayDensity_$type, e);
|
|
82
82
|
case 18: return enumGetBox(BaseControlTheme_$type, c.p);
|
|
83
|
-
case
|
|
83
|
+
case 85: return c.d;
|
|
84
84
|
case 0:
|
|
85
85
|
switch (c.i) {
|
|
86
86
|
case 0: return enumGetBox(NativeUIButtonGroupDisplayType_$type, 0);
|
|
@@ -120,7 +120,7 @@ export let XButtonGroupBridge = /*@__PURE__*/ (() => {
|
|
|
120
120
|
case 18:
|
|
121
121
|
d.p = EnumUtil.getEnumValue(BaseControlTheme_$type, c);
|
|
122
122
|
break;
|
|
123
|
-
case
|
|
123
|
+
case 85:
|
|
124
124
|
d.d = c;
|
|
125
125
|
break;
|
|
126
126
|
case 0:
|