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
|
@@ -304,11 +304,11 @@ export var IgcXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
304
304
|
* Gets or sets the base built in theme to use for the button group.
|
|
305
305
|
*/
|
|
306
306
|
get: function () {
|
|
307
|
-
return this.i.
|
|
307
|
+
return this.i.q;
|
|
308
308
|
},
|
|
309
309
|
set: function (v) {
|
|
310
|
-
this.i.
|
|
311
|
-
this._a("baseTheme", enumToString(BaseControlTheme_$type, this.i.
|
|
310
|
+
this.i.q = ensureEnum(BaseControlTheme_$type, v);
|
|
311
|
+
this._a("baseTheme", enumToString(BaseControlTheme_$type, this.i.q));
|
|
312
312
|
},
|
|
313
313
|
enumerable: false,
|
|
314
314
|
configurable: true
|
|
@@ -318,11 +318,11 @@ export var IgcXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
318
318
|
* Gets or sets the display density to use for the button group.
|
|
319
319
|
*/
|
|
320
320
|
get: function () {
|
|
321
|
-
return this.i.
|
|
321
|
+
return this.i.u;
|
|
322
322
|
},
|
|
323
323
|
set: function (v) {
|
|
324
|
-
this.i.
|
|
325
|
-
this._a("density", enumToString(ControlDisplayDensity_$type, this.i.
|
|
324
|
+
this.i.u = ensureEnum(ControlDisplayDensity_$type, v);
|
|
325
|
+
this._a("density", enumToString(ControlDisplayDensity_$type, this.i.u));
|
|
326
326
|
},
|
|
327
327
|
enumerable: false,
|
|
328
328
|
configurable: true
|
|
@@ -332,11 +332,11 @@ export var IgcXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
332
332
|
* Gets the actual display density to use for the button group.
|
|
333
333
|
*/
|
|
334
334
|
get: function () {
|
|
335
|
-
return this.i.
|
|
335
|
+
return this.i.t;
|
|
336
336
|
},
|
|
337
337
|
set: function (v) {
|
|
338
|
-
this.i.
|
|
339
|
-
this._a("actualDensity", enumToString(ControlDisplayDensity_$type, this.i.
|
|
338
|
+
this.i.t = ensureEnum(ControlDisplayDensity_$type, v);
|
|
339
|
+
this._a("actualDensity", enumToString(ControlDisplayDensity_$type, this.i.t));
|
|
340
340
|
},
|
|
341
341
|
enumerable: false,
|
|
342
342
|
configurable: true
|
|
@@ -363,11 +363,11 @@ export var IgcXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
363
363
|
* Gets the actual item corner radius for the appropriate corners.
|
|
364
364
|
*/
|
|
365
365
|
get: function () {
|
|
366
|
-
return this.i.
|
|
366
|
+
return this.i.am;
|
|
367
367
|
},
|
|
368
368
|
set: function (v) {
|
|
369
|
-
this.i.
|
|
370
|
-
this._a("actualItemCornerRadius", this.i.
|
|
369
|
+
this.i.am = +v;
|
|
370
|
+
this._a("actualItemCornerRadius", this.i.am);
|
|
371
371
|
},
|
|
372
372
|
enumerable: false,
|
|
373
373
|
configurable: true
|
|
@@ -377,11 +377,11 @@ export var IgcXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
377
377
|
* Gets the actual item background color.
|
|
378
378
|
*/
|
|
379
379
|
get: function () {
|
|
380
|
-
return brushToString(this.i.
|
|
380
|
+
return brushToString(this.i.e0);
|
|
381
381
|
},
|
|
382
382
|
set: function (v) {
|
|
383
|
-
this.i.
|
|
384
|
-
this._a("actualItemBackgroundColor", brushToString(this.i.
|
|
383
|
+
this.i.e0 = stringToBrush(v);
|
|
384
|
+
this._a("actualItemBackgroundColor", brushToString(this.i.e0));
|
|
385
385
|
},
|
|
386
386
|
enumerable: false,
|
|
387
387
|
configurable: true
|
|
@@ -391,11 +391,11 @@ export var IgcXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
391
391
|
* Gets the actual item background color.
|
|
392
392
|
*/
|
|
393
393
|
get: function () {
|
|
394
|
-
return brushToString(this.i.
|
|
394
|
+
return brushToString(this.i.e2);
|
|
395
395
|
},
|
|
396
396
|
set: function (v) {
|
|
397
|
-
this.i.
|
|
398
|
-
this._a("actualItemDisabledBackgroundColor", brushToString(this.i.
|
|
397
|
+
this.i.e2 = stringToBrush(v);
|
|
398
|
+
this._a("actualItemDisabledBackgroundColor", brushToString(this.i.e2));
|
|
399
399
|
},
|
|
400
400
|
enumerable: false,
|
|
401
401
|
configurable: true
|
|
@@ -405,11 +405,11 @@ export var IgcXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
405
405
|
* Gets the actual item text color.
|
|
406
406
|
*/
|
|
407
407
|
get: function () {
|
|
408
|
-
return brushToString(this.i.
|
|
408
|
+
return brushToString(this.i.e7);
|
|
409
409
|
},
|
|
410
410
|
set: function (v) {
|
|
411
|
-
this.i.
|
|
412
|
-
this._a("actualItemTextColor", brushToString(this.i.
|
|
411
|
+
this.i.e7 = stringToBrush(v);
|
|
412
|
+
this._a("actualItemTextColor", brushToString(this.i.e7));
|
|
413
413
|
},
|
|
414
414
|
enumerable: false,
|
|
415
415
|
configurable: true
|
|
@@ -419,11 +419,11 @@ export var IgcXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
419
419
|
* Gets the actual item text color.
|
|
420
420
|
*/
|
|
421
421
|
get: function () {
|
|
422
|
-
return brushToString(this.i.
|
|
422
|
+
return brushToString(this.i.e4);
|
|
423
423
|
},
|
|
424
424
|
set: function (v) {
|
|
425
|
-
this.i.
|
|
426
|
-
this._a("actualItemDisabledTextColor", brushToString(this.i.
|
|
425
|
+
this.i.e4 = stringToBrush(v);
|
|
426
|
+
this._a("actualItemDisabledTextColor", brushToString(this.i.e4));
|
|
427
427
|
},
|
|
428
428
|
enumerable: false,
|
|
429
429
|
configurable: true
|
|
@@ -433,11 +433,11 @@ export var IgcXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
433
433
|
* Gets the actual item border color.
|
|
434
434
|
*/
|
|
435
435
|
get: function () {
|
|
436
|
-
return brushToString(this.i.
|
|
436
|
+
return brushToString(this.i.e1);
|
|
437
437
|
},
|
|
438
438
|
set: function (v) {
|
|
439
|
-
this.i.
|
|
440
|
-
this._a("actualItemBorderColor", brushToString(this.i.
|
|
439
|
+
this.i.e1 = stringToBrush(v);
|
|
440
|
+
this._a("actualItemBorderColor", brushToString(this.i.e1));
|
|
441
441
|
},
|
|
442
442
|
enumerable: false,
|
|
443
443
|
configurable: true
|
|
@@ -447,11 +447,11 @@ export var IgcXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
447
447
|
* Gets the actual item border color.
|
|
448
448
|
*/
|
|
449
449
|
get: function () {
|
|
450
|
-
return brushToString(this.i.
|
|
450
|
+
return brushToString(this.i.e3);
|
|
451
451
|
},
|
|
452
452
|
set: function (v) {
|
|
453
|
-
this.i.
|
|
454
|
-
this._a("actualItemDisabledBorderColor", brushToString(this.i.
|
|
453
|
+
this.i.e3 = stringToBrush(v);
|
|
454
|
+
this._a("actualItemDisabledBorderColor", brushToString(this.i.e3));
|
|
455
455
|
},
|
|
456
456
|
enumerable: false,
|
|
457
457
|
configurable: true
|
|
@@ -461,11 +461,11 @@ export var IgcXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
461
461
|
* Gets the actual item border width.
|
|
462
462
|
*/
|
|
463
463
|
get: function () {
|
|
464
|
-
return this.i.
|
|
464
|
+
return this.i.al;
|
|
465
465
|
},
|
|
466
466
|
set: function (v) {
|
|
467
|
-
this.i.
|
|
468
|
-
this._a("actualItemBorderWidth", this.i.
|
|
467
|
+
this.i.al = +v;
|
|
468
|
+
this._a("actualItemBorderWidth", this.i.al);
|
|
469
469
|
},
|
|
470
470
|
enumerable: false,
|
|
471
471
|
configurable: true
|
|
@@ -475,11 +475,11 @@ export var IgcXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
475
475
|
* Gets the actual selected item background color.
|
|
476
476
|
*/
|
|
477
477
|
get: function () {
|
|
478
|
-
return brushToString(this.i.
|
|
478
|
+
return brushToString(this.i.e8);
|
|
479
479
|
},
|
|
480
480
|
set: function (v) {
|
|
481
|
-
this.i.
|
|
482
|
-
this._a("actualSelectedItemBackgroundColor", brushToString(this.i.
|
|
481
|
+
this.i.e8 = stringToBrush(v);
|
|
482
|
+
this._a("actualSelectedItemBackgroundColor", brushToString(this.i.e8));
|
|
483
483
|
},
|
|
484
484
|
enumerable: false,
|
|
485
485
|
configurable: true
|
|
@@ -489,11 +489,11 @@ export var IgcXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
489
489
|
* Gets the stroke actual selected item text color.
|
|
490
490
|
*/
|
|
491
491
|
get: function () {
|
|
492
|
-
return brushToString(this.i.
|
|
492
|
+
return brushToString(this.i.fb);
|
|
493
493
|
},
|
|
494
494
|
set: function (v) {
|
|
495
|
-
this.i.
|
|
496
|
-
this._a("actualSelectedItemTextColor", brushToString(this.i.
|
|
495
|
+
this.i.fb = stringToBrush(v);
|
|
496
|
+
this._a("actualSelectedItemTextColor", brushToString(this.i.fb));
|
|
497
497
|
},
|
|
498
498
|
enumerable: false,
|
|
499
499
|
configurable: true
|
|
@@ -503,11 +503,11 @@ export var IgcXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
503
503
|
* Gets the actual item hovered background color.
|
|
504
504
|
*/
|
|
505
505
|
get: function () {
|
|
506
|
-
return brushToString(this.i.
|
|
506
|
+
return brushToString(this.i.e5);
|
|
507
507
|
},
|
|
508
508
|
set: function (v) {
|
|
509
|
-
this.i.
|
|
510
|
-
this._a("actualItemHoverBackgroundColor", brushToString(this.i.
|
|
509
|
+
this.i.e5 = stringToBrush(v);
|
|
510
|
+
this._a("actualItemHoverBackgroundColor", brushToString(this.i.e5));
|
|
511
511
|
},
|
|
512
512
|
enumerable: false,
|
|
513
513
|
configurable: true
|
|
@@ -517,11 +517,11 @@ export var IgcXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
517
517
|
* Gets the actual item text color.
|
|
518
518
|
*/
|
|
519
519
|
get: function () {
|
|
520
|
-
return brushToString(this.i.
|
|
520
|
+
return brushToString(this.i.e6);
|
|
521
521
|
},
|
|
522
522
|
set: function (v) {
|
|
523
|
-
this.i.
|
|
524
|
-
this._a("actualItemHoverTextColor", brushToString(this.i.
|
|
523
|
+
this.i.e6 = stringToBrush(v);
|
|
524
|
+
this._a("actualItemHoverTextColor", brushToString(this.i.e6));
|
|
525
525
|
},
|
|
526
526
|
enumerable: false,
|
|
527
527
|
configurable: true
|
|
@@ -531,11 +531,11 @@ export var IgcXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
531
531
|
* Gets the actual selected item hovered background color.
|
|
532
532
|
*/
|
|
533
533
|
get: function () {
|
|
534
|
-
return brushToString(this.i.
|
|
534
|
+
return brushToString(this.i.e9);
|
|
535
535
|
},
|
|
536
536
|
set: function (v) {
|
|
537
|
-
this.i.
|
|
538
|
-
this._a("actualSelectedItemHoverBackgroundColor", brushToString(this.i.
|
|
537
|
+
this.i.e9 = stringToBrush(v);
|
|
538
|
+
this._a("actualSelectedItemHoverBackgroundColor", brushToString(this.i.e9));
|
|
539
539
|
},
|
|
540
540
|
enumerable: false,
|
|
541
541
|
configurable: true
|
|
@@ -545,11 +545,11 @@ export var IgcXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
545
545
|
* Gets the actual selected item hovered text color.
|
|
546
546
|
*/
|
|
547
547
|
get: function () {
|
|
548
|
-
return brushToString(this.i.
|
|
548
|
+
return brushToString(this.i.fa);
|
|
549
549
|
},
|
|
550
550
|
set: function (v) {
|
|
551
|
-
this.i.
|
|
552
|
-
this._a("actualSelectedItemHoverTextColor", brushToString(this.i.
|
|
551
|
+
this.i.fa = stringToBrush(v);
|
|
552
|
+
this._a("actualSelectedItemHoverTextColor", brushToString(this.i.fa));
|
|
553
553
|
},
|
|
554
554
|
enumerable: false,
|
|
555
555
|
configurable: true
|
|
@@ -559,11 +559,11 @@ export var IgcXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
559
559
|
* Gets or sets the corner radius to use for the appropriate corners for the item buttons.
|
|
560
560
|
*/
|
|
561
561
|
get: function () {
|
|
562
|
-
return this.i.
|
|
562
|
+
return this.i.a2;
|
|
563
563
|
},
|
|
564
564
|
set: function (v) {
|
|
565
|
-
this.i.
|
|
566
|
-
this._a("itemCornerRadius", this.i.
|
|
565
|
+
this.i.a2 = +v;
|
|
566
|
+
this._a("itemCornerRadius", this.i.a2);
|
|
567
567
|
},
|
|
568
568
|
enumerable: false,
|
|
569
569
|
configurable: true
|
|
@@ -573,11 +573,11 @@ export var IgcXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
573
573
|
* Gets or sets the color to use the background of the buttons in the group.
|
|
574
574
|
*/
|
|
575
575
|
get: function () {
|
|
576
|
-
return brushToString(this.i.
|
|
576
|
+
return brushToString(this.i.ho);
|
|
577
577
|
},
|
|
578
578
|
set: function (v) {
|
|
579
|
-
this.i.
|
|
580
|
-
this._a("itemBackgroundColor", brushToString(this.i.
|
|
579
|
+
this.i.ho = stringToBrush(v);
|
|
580
|
+
this._a("itemBackgroundColor", brushToString(this.i.ho));
|
|
581
581
|
},
|
|
582
582
|
enumerable: false,
|
|
583
583
|
configurable: true
|
|
@@ -587,11 +587,11 @@ export var IgcXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
587
587
|
* Gets or sets the disabled color to use the background of the buttons in the group.
|
|
588
588
|
*/
|
|
589
589
|
get: function () {
|
|
590
|
-
return brushToString(this.i.
|
|
590
|
+
return brushToString(this.i.hq);
|
|
591
591
|
},
|
|
592
592
|
set: function (v) {
|
|
593
|
-
this.i.
|
|
594
|
-
this._a("itemDisabledBackgroundColor", brushToString(this.i.
|
|
593
|
+
this.i.hq = stringToBrush(v);
|
|
594
|
+
this._a("itemDisabledBackgroundColor", brushToString(this.i.hq));
|
|
595
595
|
},
|
|
596
596
|
enumerable: false,
|
|
597
597
|
configurable: true
|
|
@@ -601,11 +601,11 @@ export var IgcXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
601
601
|
* Gets or sets the color to use the text of the buttons in the group.
|
|
602
602
|
*/
|
|
603
603
|
get: function () {
|
|
604
|
-
return brushToString(this.i.
|
|
604
|
+
return brushToString(this.i.hv);
|
|
605
605
|
},
|
|
606
606
|
set: function (v) {
|
|
607
|
-
this.i.
|
|
608
|
-
this._a("itemTextColor", brushToString(this.i.
|
|
607
|
+
this.i.hv = stringToBrush(v);
|
|
608
|
+
this._a("itemTextColor", brushToString(this.i.hv));
|
|
609
609
|
},
|
|
610
610
|
enumerable: false,
|
|
611
611
|
configurable: true
|
|
@@ -615,11 +615,11 @@ export var IgcXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
615
615
|
* Gets or sets the disabled color to use the text of the buttons in the group.
|
|
616
616
|
*/
|
|
617
617
|
get: function () {
|
|
618
|
-
return brushToString(this.i.
|
|
618
|
+
return brushToString(this.i.hs);
|
|
619
619
|
},
|
|
620
620
|
set: function (v) {
|
|
621
|
-
this.i.
|
|
622
|
-
this._a("itemDisabledTextColor", brushToString(this.i.
|
|
621
|
+
this.i.hs = stringToBrush(v);
|
|
622
|
+
this._a("itemDisabledTextColor", brushToString(this.i.hs));
|
|
623
623
|
},
|
|
624
624
|
enumerable: false,
|
|
625
625
|
configurable: true
|
|
@@ -629,11 +629,11 @@ export var IgcXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
629
629
|
* Gets or sets the color to use the hovered background of the buttons in the group.
|
|
630
630
|
*/
|
|
631
631
|
get: function () {
|
|
632
|
-
return brushToString(this.i.
|
|
632
|
+
return brushToString(this.i.ht);
|
|
633
633
|
},
|
|
634
634
|
set: function (v) {
|
|
635
|
-
this.i.
|
|
636
|
-
this._a("itemHoverBackgroundColor", brushToString(this.i.
|
|
635
|
+
this.i.ht = stringToBrush(v);
|
|
636
|
+
this._a("itemHoverBackgroundColor", brushToString(this.i.ht));
|
|
637
637
|
},
|
|
638
638
|
enumerable: false,
|
|
639
639
|
configurable: true
|
|
@@ -643,11 +643,11 @@ export var IgcXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
643
643
|
* Gets or sets the color to use the border of the buttons in the group.
|
|
644
644
|
*/
|
|
645
645
|
get: function () {
|
|
646
|
-
return brushToString(this.i.
|
|
646
|
+
return brushToString(this.i.hp);
|
|
647
647
|
},
|
|
648
648
|
set: function (v) {
|
|
649
|
-
this.i.
|
|
650
|
-
this._a("itemBorderColor", brushToString(this.i.
|
|
649
|
+
this.i.hp = stringToBrush(v);
|
|
650
|
+
this._a("itemBorderColor", brushToString(this.i.hp));
|
|
651
651
|
},
|
|
652
652
|
enumerable: false,
|
|
653
653
|
configurable: true
|
|
@@ -657,11 +657,11 @@ export var IgcXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
657
657
|
* Gets or sets the disabled color to use the border of the buttons in the group.
|
|
658
658
|
*/
|
|
659
659
|
get: function () {
|
|
660
|
-
return brushToString(this.i.
|
|
660
|
+
return brushToString(this.i.hr);
|
|
661
661
|
},
|
|
662
662
|
set: function (v) {
|
|
663
|
-
this.i.
|
|
664
|
-
this._a("itemDisabledBorderColor", brushToString(this.i.
|
|
663
|
+
this.i.hr = stringToBrush(v);
|
|
664
|
+
this._a("itemDisabledBorderColor", brushToString(this.i.hr));
|
|
665
665
|
},
|
|
666
666
|
enumerable: false,
|
|
667
667
|
configurable: true
|
|
@@ -671,11 +671,11 @@ export var IgcXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
671
671
|
* Gets or sets the border width to use for the buttons in the group.
|
|
672
672
|
*/
|
|
673
673
|
get: function () {
|
|
674
|
-
return this.i.
|
|
674
|
+
return this.i.a1;
|
|
675
675
|
},
|
|
676
676
|
set: function (v) {
|
|
677
|
-
this.i.
|
|
678
|
-
this._a("itemBorderWidth", this.i.
|
|
677
|
+
this.i.a1 = +v;
|
|
678
|
+
this._a("itemBorderWidth", this.i.a1);
|
|
679
679
|
},
|
|
680
680
|
enumerable: false,
|
|
681
681
|
configurable: true
|
|
@@ -685,11 +685,11 @@ export var IgcXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
685
685
|
* Gets or sets the color to use the hovered text of the buttons in the group.
|
|
686
686
|
*/
|
|
687
687
|
get: function () {
|
|
688
|
-
return brushToString(this.i.
|
|
688
|
+
return brushToString(this.i.hu);
|
|
689
689
|
},
|
|
690
690
|
set: function (v) {
|
|
691
|
-
this.i.
|
|
692
|
-
this._a("itemHoverTextColor", brushToString(this.i.
|
|
691
|
+
this.i.hu = stringToBrush(v);
|
|
692
|
+
this._a("itemHoverTextColor", brushToString(this.i.hu));
|
|
693
693
|
},
|
|
694
694
|
enumerable: false,
|
|
695
695
|
configurable: true
|
|
@@ -699,11 +699,11 @@ export var IgcXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
699
699
|
* Gets or sets the color to use the background of the buttons in the group that are selected.
|
|
700
700
|
*/
|
|
701
701
|
get: function () {
|
|
702
|
-
return brushToString(this.i.
|
|
702
|
+
return brushToString(this.i.h8);
|
|
703
703
|
},
|
|
704
704
|
set: function (v) {
|
|
705
|
-
this.i.
|
|
706
|
-
this._a("selectedItemBackgroundColor", brushToString(this.i.
|
|
705
|
+
this.i.h8 = stringToBrush(v);
|
|
706
|
+
this._a("selectedItemBackgroundColor", brushToString(this.i.h8));
|
|
707
707
|
},
|
|
708
708
|
enumerable: false,
|
|
709
709
|
configurable: true
|
|
@@ -713,11 +713,11 @@ export var IgcXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
713
713
|
* Gets or sets the color to use the text of the buttons in the group that are selected.
|
|
714
714
|
*/
|
|
715
715
|
get: function () {
|
|
716
|
-
return brushToString(this.i.
|
|
716
|
+
return brushToString(this.i.ib);
|
|
717
717
|
},
|
|
718
718
|
set: function (v) {
|
|
719
|
-
this.i.
|
|
720
|
-
this._a("selectedItemTextColor", brushToString(this.i.
|
|
719
|
+
this.i.ib = stringToBrush(v);
|
|
720
|
+
this._a("selectedItemTextColor", brushToString(this.i.ib));
|
|
721
721
|
},
|
|
722
722
|
enumerable: false,
|
|
723
723
|
configurable: true
|
|
@@ -727,11 +727,11 @@ export var IgcXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
727
727
|
* Gets or sets the color to use the hovered background of the buttons in the group that are selected.
|
|
728
728
|
*/
|
|
729
729
|
get: function () {
|
|
730
|
-
return brushToString(this.i.
|
|
730
|
+
return brushToString(this.i.h9);
|
|
731
731
|
},
|
|
732
732
|
set: function (v) {
|
|
733
|
-
this.i.
|
|
734
|
-
this._a("selectedItemHoverBackgroundColor", brushToString(this.i.
|
|
733
|
+
this.i.h9 = stringToBrush(v);
|
|
734
|
+
this._a("selectedItemHoverBackgroundColor", brushToString(this.i.h9));
|
|
735
735
|
},
|
|
736
736
|
enumerable: false,
|
|
737
737
|
configurable: true
|
|
@@ -741,11 +741,11 @@ export var IgcXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
741
741
|
* Gets or sets the color to use the hovered text of the buttons in the group that are selected.
|
|
742
742
|
*/
|
|
743
743
|
get: function () {
|
|
744
|
-
return brushToString(this.i.
|
|
744
|
+
return brushToString(this.i.ia);
|
|
745
745
|
},
|
|
746
746
|
set: function (v) {
|
|
747
|
-
this.i.
|
|
748
|
-
this._a("selectedItemHoverTextColor", brushToString(this.i.
|
|
747
|
+
this.i.ia = stringToBrush(v);
|
|
748
|
+
this._a("selectedItemHoverTextColor", brushToString(this.i.ia));
|
|
749
749
|
},
|
|
750
750
|
enumerable: false,
|
|
751
751
|
configurable: true
|
|
@@ -755,11 +755,11 @@ export var IgcXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
755
755
|
* Gets or sets the corner radius to use for the appropriate corners for the outlined type item buttons.
|
|
756
756
|
*/
|
|
757
757
|
get: function () {
|
|
758
|
-
return this.i.
|
|
758
|
+
return this.i.a4;
|
|
759
759
|
},
|
|
760
760
|
set: function (v) {
|
|
761
|
-
this.i.
|
|
762
|
-
this._a("outlinedItemCornerRadius", this.i.
|
|
761
|
+
this.i.a4 = +v;
|
|
762
|
+
this._a("outlinedItemCornerRadius", this.i.a4);
|
|
763
763
|
},
|
|
764
764
|
enumerable: false,
|
|
765
765
|
configurable: true
|
|
@@ -769,11 +769,11 @@ export var IgcXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
769
769
|
* Gets or sets the color to use the background of the buttons in the group when type is outlined.
|
|
770
770
|
*/
|
|
771
771
|
get: function () {
|
|
772
|
-
return brushToString(this.i.
|
|
772
|
+
return brushToString(this.i.hw);
|
|
773
773
|
},
|
|
774
774
|
set: function (v) {
|
|
775
|
-
this.i.
|
|
776
|
-
this._a("outlinedItemBackgroundColor", brushToString(this.i.
|
|
775
|
+
this.i.hw = stringToBrush(v);
|
|
776
|
+
this._a("outlinedItemBackgroundColor", brushToString(this.i.hw));
|
|
777
777
|
},
|
|
778
778
|
enumerable: false,
|
|
779
779
|
configurable: true
|
|
@@ -783,11 +783,11 @@ export var IgcXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
783
783
|
* Gets or sets the disabled color to use the background of the buttons in the group when type is outlined.
|
|
784
784
|
*/
|
|
785
785
|
get: function () {
|
|
786
|
-
return brushToString(this.i.
|
|
786
|
+
return brushToString(this.i.hy);
|
|
787
787
|
},
|
|
788
788
|
set: function (v) {
|
|
789
|
-
this.i.
|
|
790
|
-
this._a("outlinedItemDisabledBackgroundColor", brushToString(this.i.
|
|
789
|
+
this.i.hy = stringToBrush(v);
|
|
790
|
+
this._a("outlinedItemDisabledBackgroundColor", brushToString(this.i.hy));
|
|
791
791
|
},
|
|
792
792
|
enumerable: false,
|
|
793
793
|
configurable: true
|
|
@@ -797,11 +797,11 @@ export var IgcXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
797
797
|
* Gets or sets the color to use the text of the buttons in the group when type is outlined.
|
|
798
798
|
*/
|
|
799
799
|
get: function () {
|
|
800
|
-
return brushToString(this.i.
|
|
800
|
+
return brushToString(this.i.h3);
|
|
801
801
|
},
|
|
802
802
|
set: function (v) {
|
|
803
|
-
this.i.
|
|
804
|
-
this._a("outlinedItemTextColor", brushToString(this.i.
|
|
803
|
+
this.i.h3 = stringToBrush(v);
|
|
804
|
+
this._a("outlinedItemTextColor", brushToString(this.i.h3));
|
|
805
805
|
},
|
|
806
806
|
enumerable: false,
|
|
807
807
|
configurable: true
|
|
@@ -811,11 +811,11 @@ export var IgcXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
811
811
|
* Gets or sets the disabled color to use the text of the buttons in the group when type is outlined.
|
|
812
812
|
*/
|
|
813
813
|
get: function () {
|
|
814
|
-
return brushToString(this.i.
|
|
814
|
+
return brushToString(this.i.h0);
|
|
815
815
|
},
|
|
816
816
|
set: function (v) {
|
|
817
|
-
this.i.
|
|
818
|
-
this._a("outlinedItemDisabledTextColor", brushToString(this.i.
|
|
817
|
+
this.i.h0 = stringToBrush(v);
|
|
818
|
+
this._a("outlinedItemDisabledTextColor", brushToString(this.i.h0));
|
|
819
819
|
},
|
|
820
820
|
enumerable: false,
|
|
821
821
|
configurable: true
|
|
@@ -825,11 +825,11 @@ export var IgcXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
825
825
|
* Gets or sets the color to use the hovered background of the buttons in the group when type is outlined.
|
|
826
826
|
*/
|
|
827
827
|
get: function () {
|
|
828
|
-
return brushToString(this.i.
|
|
828
|
+
return brushToString(this.i.h1);
|
|
829
829
|
},
|
|
830
830
|
set: function (v) {
|
|
831
|
-
this.i.
|
|
832
|
-
this._a("outlinedItemHoverBackgroundColor", brushToString(this.i.
|
|
831
|
+
this.i.h1 = stringToBrush(v);
|
|
832
|
+
this._a("outlinedItemHoverBackgroundColor", brushToString(this.i.h1));
|
|
833
833
|
},
|
|
834
834
|
enumerable: false,
|
|
835
835
|
configurable: true
|
|
@@ -839,11 +839,11 @@ export var IgcXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
839
839
|
* Gets or sets the color to use the border of the buttons in the group when type is outlined.
|
|
840
840
|
*/
|
|
841
841
|
get: function () {
|
|
842
|
-
return brushToString(this.i.
|
|
842
|
+
return brushToString(this.i.hx);
|
|
843
843
|
},
|
|
844
844
|
set: function (v) {
|
|
845
|
-
this.i.
|
|
846
|
-
this._a("outlinedItemBorderColor", brushToString(this.i.
|
|
845
|
+
this.i.hx = stringToBrush(v);
|
|
846
|
+
this._a("outlinedItemBorderColor", brushToString(this.i.hx));
|
|
847
847
|
},
|
|
848
848
|
enumerable: false,
|
|
849
849
|
configurable: true
|
|
@@ -853,11 +853,11 @@ export var IgcXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
853
853
|
* Gets or sets the disabled color to use the border of the buttons in the group when type is outlined.
|
|
854
854
|
*/
|
|
855
855
|
get: function () {
|
|
856
|
-
return brushToString(this.i.
|
|
856
|
+
return brushToString(this.i.hz);
|
|
857
857
|
},
|
|
858
858
|
set: function (v) {
|
|
859
|
-
this.i.
|
|
860
|
-
this._a("outlinedItemDisabledBorderColor", brushToString(this.i.
|
|
859
|
+
this.i.hz = stringToBrush(v);
|
|
860
|
+
this._a("outlinedItemDisabledBorderColor", brushToString(this.i.hz));
|
|
861
861
|
},
|
|
862
862
|
enumerable: false,
|
|
863
863
|
configurable: true
|
|
@@ -867,11 +867,11 @@ export var IgcXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
867
867
|
* Gets or sets the border width to use for the buttons in the group when type is outlined.
|
|
868
868
|
*/
|
|
869
869
|
get: function () {
|
|
870
|
-
return this.i.
|
|
870
|
+
return this.i.a3;
|
|
871
871
|
},
|
|
872
872
|
set: function (v) {
|
|
873
|
-
this.i.
|
|
874
|
-
this._a("outlinedItemBorderWidth", this.i.
|
|
873
|
+
this.i.a3 = +v;
|
|
874
|
+
this._a("outlinedItemBorderWidth", this.i.a3);
|
|
875
875
|
},
|
|
876
876
|
enumerable: false,
|
|
877
877
|
configurable: true
|
|
@@ -881,11 +881,11 @@ export var IgcXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
881
881
|
* Gets or sets the color to use the hovered text of the buttons in the group when type is outlined.
|
|
882
882
|
*/
|
|
883
883
|
get: function () {
|
|
884
|
-
return brushToString(this.i.
|
|
884
|
+
return brushToString(this.i.h2);
|
|
885
885
|
},
|
|
886
886
|
set: function (v) {
|
|
887
|
-
this.i.
|
|
888
|
-
this._a("outlinedItemHoverTextColor", brushToString(this.i.
|
|
887
|
+
this.i.h2 = stringToBrush(v);
|
|
888
|
+
this._a("outlinedItemHoverTextColor", brushToString(this.i.h2));
|
|
889
889
|
},
|
|
890
890
|
enumerable: false,
|
|
891
891
|
configurable: true
|
|
@@ -895,11 +895,11 @@ export var IgcXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
895
895
|
* Gets or sets the color to use the background of the buttons in the group that are selected when type is outlined.
|
|
896
896
|
*/
|
|
897
897
|
get: function () {
|
|
898
|
-
return brushToString(this.i.
|
|
898
|
+
return brushToString(this.i.h4);
|
|
899
899
|
},
|
|
900
900
|
set: function (v) {
|
|
901
|
-
this.i.
|
|
902
|
-
this._a("outlinedSelectedItemBackgroundColor", brushToString(this.i.
|
|
901
|
+
this.i.h4 = stringToBrush(v);
|
|
902
|
+
this._a("outlinedSelectedItemBackgroundColor", brushToString(this.i.h4));
|
|
903
903
|
},
|
|
904
904
|
enumerable: false,
|
|
905
905
|
configurable: true
|
|
@@ -909,11 +909,11 @@ export var IgcXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
909
909
|
* Gets or sets the color to use the text of the buttons in the group that are selected when type is outlined.
|
|
910
910
|
*/
|
|
911
911
|
get: function () {
|
|
912
|
-
return brushToString(this.i.
|
|
912
|
+
return brushToString(this.i.h7);
|
|
913
913
|
},
|
|
914
914
|
set: function (v) {
|
|
915
|
-
this.i.
|
|
916
|
-
this._a("outlinedSelectedItemTextColor", brushToString(this.i.
|
|
915
|
+
this.i.h7 = stringToBrush(v);
|
|
916
|
+
this._a("outlinedSelectedItemTextColor", brushToString(this.i.h7));
|
|
917
917
|
},
|
|
918
918
|
enumerable: false,
|
|
919
919
|
configurable: true
|
|
@@ -923,11 +923,11 @@ export var IgcXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
923
923
|
* Gets or sets the color to use the hovered background of the buttons in the group that are selected when type is outlined.
|
|
924
924
|
*/
|
|
925
925
|
get: function () {
|
|
926
|
-
return brushToString(this.i.
|
|
926
|
+
return brushToString(this.i.h5);
|
|
927
927
|
},
|
|
928
928
|
set: function (v) {
|
|
929
|
-
this.i.
|
|
930
|
-
this._a("outlinedSelectedItemHoverBackgroundColor", brushToString(this.i.
|
|
929
|
+
this.i.h5 = stringToBrush(v);
|
|
930
|
+
this._a("outlinedSelectedItemHoverBackgroundColor", brushToString(this.i.h5));
|
|
931
931
|
},
|
|
932
932
|
enumerable: false,
|
|
933
933
|
configurable: true
|
|
@@ -937,11 +937,11 @@ export var IgcXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
937
937
|
* Gets or sets the color to use the hovered text of the buttons in the group that are selected when type is outlined.
|
|
938
938
|
*/
|
|
939
939
|
get: function () {
|
|
940
|
-
return brushToString(this.i.
|
|
940
|
+
return brushToString(this.i.h6);
|
|
941
941
|
},
|
|
942
942
|
set: function (v) {
|
|
943
|
-
this.i.
|
|
944
|
-
this._a("outlinedSelectedItemHoverTextColor", brushToString(this.i.
|
|
943
|
+
this.i.h6 = stringToBrush(v);
|
|
944
|
+
this._a("outlinedSelectedItemHoverTextColor", brushToString(this.i.h6));
|
|
945
945
|
},
|
|
946
946
|
enumerable: false,
|
|
947
947
|
configurable: true
|
|
@@ -951,11 +951,11 @@ export var IgcXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
951
951
|
* Gets or sets the corner radius to use for the appropriate corners for the flat type item buttons.
|
|
952
952
|
*/
|
|
953
953
|
get: function () {
|
|
954
|
-
return this.i.
|
|
954
|
+
return this.i.a0;
|
|
955
955
|
},
|
|
956
956
|
set: function (v) {
|
|
957
|
-
this.i.
|
|
958
|
-
this._a("flatItemCornerRadius", this.i.
|
|
957
|
+
this.i.a0 = +v;
|
|
958
|
+
this._a("flatItemCornerRadius", this.i.a0);
|
|
959
959
|
},
|
|
960
960
|
enumerable: false,
|
|
961
961
|
configurable: true
|
|
@@ -965,11 +965,11 @@ export var IgcXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
965
965
|
* Gets or sets the color to use the background of the buttons in the group when type is flat.
|
|
966
966
|
*/
|
|
967
967
|
get: function () {
|
|
968
|
-
return brushToString(this.i.
|
|
968
|
+
return brushToString(this.i.hc);
|
|
969
969
|
},
|
|
970
970
|
set: function (v) {
|
|
971
|
-
this.i.
|
|
972
|
-
this._a("flatItemBackgroundColor", brushToString(this.i.
|
|
971
|
+
this.i.hc = stringToBrush(v);
|
|
972
|
+
this._a("flatItemBackgroundColor", brushToString(this.i.hc));
|
|
973
973
|
},
|
|
974
974
|
enumerable: false,
|
|
975
975
|
configurable: true
|
|
@@ -979,11 +979,11 @@ export var IgcXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
979
979
|
* Gets or sets the disabled color to use the background of the buttons in the group when type is flat.
|
|
980
980
|
*/
|
|
981
981
|
get: function () {
|
|
982
|
-
return brushToString(this.i.
|
|
982
|
+
return brushToString(this.i.he);
|
|
983
983
|
},
|
|
984
984
|
set: function (v) {
|
|
985
|
-
this.i.
|
|
986
|
-
this._a("flatItemDisabledBackgroundColor", brushToString(this.i.
|
|
985
|
+
this.i.he = stringToBrush(v);
|
|
986
|
+
this._a("flatItemDisabledBackgroundColor", brushToString(this.i.he));
|
|
987
987
|
},
|
|
988
988
|
enumerable: false,
|
|
989
989
|
configurable: true
|
|
@@ -993,11 +993,11 @@ export var IgcXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
993
993
|
* Gets or sets the color to use the text of the buttons in the group when type is flat.
|
|
994
994
|
*/
|
|
995
995
|
get: function () {
|
|
996
|
-
return brushToString(this.i.
|
|
996
|
+
return brushToString(this.i.hj);
|
|
997
997
|
},
|
|
998
998
|
set: function (v) {
|
|
999
|
-
this.i.
|
|
1000
|
-
this._a("flatItemTextColor", brushToString(this.i.
|
|
999
|
+
this.i.hj = stringToBrush(v);
|
|
1000
|
+
this._a("flatItemTextColor", brushToString(this.i.hj));
|
|
1001
1001
|
},
|
|
1002
1002
|
enumerable: false,
|
|
1003
1003
|
configurable: true
|
|
@@ -1007,11 +1007,11 @@ export var IgcXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1007
1007
|
* Gets or sets the disabled color to use the text of the buttons in the group when type is flat.
|
|
1008
1008
|
*/
|
|
1009
1009
|
get: function () {
|
|
1010
|
-
return brushToString(this.i.
|
|
1010
|
+
return brushToString(this.i.hg);
|
|
1011
1011
|
},
|
|
1012
1012
|
set: function (v) {
|
|
1013
|
-
this.i.
|
|
1014
|
-
this._a("flatItemDisabledTextColor", brushToString(this.i.
|
|
1013
|
+
this.i.hg = stringToBrush(v);
|
|
1014
|
+
this._a("flatItemDisabledTextColor", brushToString(this.i.hg));
|
|
1015
1015
|
},
|
|
1016
1016
|
enumerable: false,
|
|
1017
1017
|
configurable: true
|
|
@@ -1021,11 +1021,11 @@ export var IgcXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1021
1021
|
* Gets or sets the color to use the hovered background of the buttons in the group when type is flat.
|
|
1022
1022
|
*/
|
|
1023
1023
|
get: function () {
|
|
1024
|
-
return brushToString(this.i.
|
|
1024
|
+
return brushToString(this.i.hh);
|
|
1025
1025
|
},
|
|
1026
1026
|
set: function (v) {
|
|
1027
|
-
this.i.
|
|
1028
|
-
this._a("flatItemHoverBackgroundColor", brushToString(this.i.
|
|
1027
|
+
this.i.hh = stringToBrush(v);
|
|
1028
|
+
this._a("flatItemHoverBackgroundColor", brushToString(this.i.hh));
|
|
1029
1029
|
},
|
|
1030
1030
|
enumerable: false,
|
|
1031
1031
|
configurable: true
|
|
@@ -1035,11 +1035,11 @@ export var IgcXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1035
1035
|
* Gets or sets the color to use the border of the buttons in the group when type is flat.
|
|
1036
1036
|
*/
|
|
1037
1037
|
get: function () {
|
|
1038
|
-
return brushToString(this.i.
|
|
1038
|
+
return brushToString(this.i.hd);
|
|
1039
1039
|
},
|
|
1040
1040
|
set: function (v) {
|
|
1041
|
-
this.i.
|
|
1042
|
-
this._a("flatItemBorderColor", brushToString(this.i.
|
|
1041
|
+
this.i.hd = stringToBrush(v);
|
|
1042
|
+
this._a("flatItemBorderColor", brushToString(this.i.hd));
|
|
1043
1043
|
},
|
|
1044
1044
|
enumerable: false,
|
|
1045
1045
|
configurable: true
|
|
@@ -1049,11 +1049,11 @@ export var IgcXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1049
1049
|
* Gets or sets the disabled color to use the border of the buttons in the group when type is flat.
|
|
1050
1050
|
*/
|
|
1051
1051
|
get: function () {
|
|
1052
|
-
return brushToString(this.i.
|
|
1052
|
+
return brushToString(this.i.hf);
|
|
1053
1053
|
},
|
|
1054
1054
|
set: function (v) {
|
|
1055
|
-
this.i.
|
|
1056
|
-
this._a("flatItemDisabledBorderColor", brushToString(this.i.
|
|
1055
|
+
this.i.hf = stringToBrush(v);
|
|
1056
|
+
this._a("flatItemDisabledBorderColor", brushToString(this.i.hf));
|
|
1057
1057
|
},
|
|
1058
1058
|
enumerable: false,
|
|
1059
1059
|
configurable: true
|
|
@@ -1063,11 +1063,11 @@ export var IgcXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1063
1063
|
* Gets or sets the border width to use for the buttons in the group when type is flat.
|
|
1064
1064
|
*/
|
|
1065
1065
|
get: function () {
|
|
1066
|
-
return this.i.
|
|
1066
|
+
return this.i.az;
|
|
1067
1067
|
},
|
|
1068
1068
|
set: function (v) {
|
|
1069
|
-
this.i.
|
|
1070
|
-
this._a("flatItemBorderWidth", this.i.
|
|
1069
|
+
this.i.az = +v;
|
|
1070
|
+
this._a("flatItemBorderWidth", this.i.az);
|
|
1071
1071
|
},
|
|
1072
1072
|
enumerable: false,
|
|
1073
1073
|
configurable: true
|
|
@@ -1077,11 +1077,11 @@ export var IgcXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1077
1077
|
* Gets or sets the color to use the hovered text of the buttons in the group when type is flat.
|
|
1078
1078
|
*/
|
|
1079
1079
|
get: function () {
|
|
1080
|
-
return brushToString(this.i.
|
|
1080
|
+
return brushToString(this.i.hi);
|
|
1081
1081
|
},
|
|
1082
1082
|
set: function (v) {
|
|
1083
|
-
this.i.
|
|
1084
|
-
this._a("flatItemHoverTextColor", brushToString(this.i.
|
|
1083
|
+
this.i.hi = stringToBrush(v);
|
|
1084
|
+
this._a("flatItemHoverTextColor", brushToString(this.i.hi));
|
|
1085
1085
|
},
|
|
1086
1086
|
enumerable: false,
|
|
1087
1087
|
configurable: true
|
|
@@ -1091,11 +1091,11 @@ export var IgcXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1091
1091
|
* Gets or sets the color to use the background of the buttons in the group that are selected when type is flat.
|
|
1092
1092
|
*/
|
|
1093
1093
|
get: function () {
|
|
1094
|
-
return brushToString(this.i.
|
|
1094
|
+
return brushToString(this.i.hk);
|
|
1095
1095
|
},
|
|
1096
1096
|
set: function (v) {
|
|
1097
|
-
this.i.
|
|
1098
|
-
this._a("flatSelectedItemBackgroundColor", brushToString(this.i.
|
|
1097
|
+
this.i.hk = stringToBrush(v);
|
|
1098
|
+
this._a("flatSelectedItemBackgroundColor", brushToString(this.i.hk));
|
|
1099
1099
|
},
|
|
1100
1100
|
enumerable: false,
|
|
1101
1101
|
configurable: true
|
|
@@ -1105,11 +1105,11 @@ export var IgcXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1105
1105
|
* Gets or sets the color to use the text of the buttons in the group that are selected when type is flat.
|
|
1106
1106
|
*/
|
|
1107
1107
|
get: function () {
|
|
1108
|
-
return brushToString(this.i.
|
|
1108
|
+
return brushToString(this.i.hn);
|
|
1109
1109
|
},
|
|
1110
1110
|
set: function (v) {
|
|
1111
|
-
this.i.
|
|
1112
|
-
this._a("flatSelectedItemTextColor", brushToString(this.i.
|
|
1111
|
+
this.i.hn = stringToBrush(v);
|
|
1112
|
+
this._a("flatSelectedItemTextColor", brushToString(this.i.hn));
|
|
1113
1113
|
},
|
|
1114
1114
|
enumerable: false,
|
|
1115
1115
|
configurable: true
|
|
@@ -1119,11 +1119,11 @@ export var IgcXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1119
1119
|
* Gets or sets the color to use the hovered background of the buttons in the group that are selected when type is flat.
|
|
1120
1120
|
*/
|
|
1121
1121
|
get: function () {
|
|
1122
|
-
return brushToString(this.i.
|
|
1122
|
+
return brushToString(this.i.hl);
|
|
1123
1123
|
},
|
|
1124
1124
|
set: function (v) {
|
|
1125
|
-
this.i.
|
|
1126
|
-
this._a("flatSelectedItemHoverBackgroundColor", brushToString(this.i.
|
|
1125
|
+
this.i.hl = stringToBrush(v);
|
|
1126
|
+
this._a("flatSelectedItemHoverBackgroundColor", brushToString(this.i.hl));
|
|
1127
1127
|
},
|
|
1128
1128
|
enumerable: false,
|
|
1129
1129
|
configurable: true
|
|
@@ -1133,11 +1133,11 @@ export var IgcXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1133
1133
|
* Gets or sets the color to use the hovered text of the buttons in the group that are selected when type is flat.
|
|
1134
1134
|
*/
|
|
1135
1135
|
get: function () {
|
|
1136
|
-
return brushToString(this.i.
|
|
1136
|
+
return brushToString(this.i.hm);
|
|
1137
1137
|
},
|
|
1138
1138
|
set: function (v) {
|
|
1139
|
-
this.i.
|
|
1140
|
-
this._a("flatSelectedItemHoverTextColor", brushToString(this.i.
|
|
1139
|
+
this.i.hm = stringToBrush(v);
|
|
1140
|
+
this._a("flatSelectedItemHoverTextColor", brushToString(this.i.hm));
|
|
1141
1141
|
},
|
|
1142
1142
|
enumerable: false,
|
|
1143
1143
|
configurable: true
|
|
@@ -1161,10 +1161,10 @@ export var IgcXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1161
1161
|
* Gets or sets the id to use for the button group.
|
|
1162
1162
|
*/
|
|
1163
1163
|
get: function () {
|
|
1164
|
-
return this.i.
|
|
1164
|
+
return this.i.b6;
|
|
1165
1165
|
},
|
|
1166
1166
|
set: function (v) {
|
|
1167
|
-
this.i.
|
|
1167
|
+
this.i.b6 = v;
|
|
1168
1168
|
},
|
|
1169
1169
|
enumerable: false,
|
|
1170
1170
|
configurable: true
|
|
@@ -1188,11 +1188,11 @@ export var IgcXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1188
1188
|
* Gets or sets whether the group supports multi-select.
|
|
1189
1189
|
*/
|
|
1190
1190
|
get: function () {
|
|
1191
|
-
return this.i.
|
|
1191
|
+
return this.i.aa;
|
|
1192
1192
|
},
|
|
1193
1193
|
set: function (v) {
|
|
1194
|
-
this.i.
|
|
1195
|
-
this._a("isMultiSelect", this.i.
|
|
1194
|
+
this.i.aa = ensureBool(v);
|
|
1195
|
+
this._a("isMultiSelect", this.i.aa);
|
|
1196
1196
|
},
|
|
1197
1197
|
enumerable: false,
|
|
1198
1198
|
configurable: true
|
|
@@ -1276,7 +1276,7 @@ export var IgcXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1276
1276
|
|
|
1277
1277
|
*/
|
|
1278
1278
|
IgcXButtonGroupComponent.prototype.exportVisualModel = function () {
|
|
1279
|
-
var iv = this.i.
|
|
1279
|
+
var iv = this.i.a6();
|
|
1280
1280
|
return (iv);
|
|
1281
1281
|
};
|
|
1282
1282
|
/**
|
|
@@ -1284,7 +1284,7 @@ export var IgcXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
1284
1284
|
|
|
1285
1285
|
*/
|
|
1286
1286
|
IgcXButtonGroupComponent.prototype.exportSerializedVisualModel = function () {
|
|
1287
|
-
var iv = this.i.
|
|
1287
|
+
var iv = this.i.br();
|
|
1288
1288
|
return (iv);
|
|
1289
1289
|
};
|
|
1290
1290
|
Object.defineProperty(IgcXButtonGroupComponent.prototype, "selectionChanged", {
|