igniteui-webcomponents-layouts 7.1.0-beta.2 → 7.1.0-beta.4
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-layouts.umd.js +5588 -4983
- package/bundles/igniteui-webcomponents-layouts.umd.min.js +1 -1
- package/esm2015/lib/NativeUILayoutFactory_combined.js +4759 -4439
- package/esm2015/lib/PropertyEditorPanelView_combined.js +7 -7
- package/esm2015/lib/igc-combo-editor-component.js +160 -32
- package/esm2015/lib/igc-tool-action-button-component.js +6 -6
- package/esm2015/lib/igc-tool-action-button-pair-component.js +103 -103
- package/esm2015/lib/igc-tool-action-checkbox-component.js +29 -29
- package/esm2015/lib/igc-tool-action-checkbox-group-component.js +10 -10
- package/esm2015/lib/igc-tool-action-checkbox-list-component.js +40 -40
- package/esm2015/lib/igc-tool-action-color-editor-component.js +3 -3
- package/esm2015/lib/igc-tool-action-combo-component.js +8 -8
- package/esm2015/lib/igc-tool-action-component.js +61 -61
- package/esm2015/lib/igc-tool-action-field-selector-component.js +45 -45
- package/esm2015/lib/igc-tool-action-group-header-component.js +6 -6
- package/esm2015/lib/igc-tool-action-icon-button-component.js +31 -31
- package/esm2015/lib/igc-tool-action-icon-menu-component.js +9 -9
- package/esm2015/lib/igc-tool-action-number-input-component.js +3 -3
- package/esm2015/lib/igc-tool-action-radio-component.js +47 -34
- package/esm2015/lib/igc-tool-action-radio-group-component.js +10 -10
- package/esm2015/lib/igc-tool-action-separator-component.js +6 -6
- package/esm2015/lib/igc-tool-action-sub-panel-component.js +3 -3
- package/esm2015/lib/igc-tool-action-text-input-component.js +2 -2
- package/esm2015/lib/igc-tool-panel-component.js +283 -253
- package/esm2015/lib/igc-toolbar-component.js +117 -87
- package/esm5/lib/NativeUILayoutFactory_combined.js +4573 -4197
- package/esm5/lib/PropertyEditorPanelView_combined.js +7 -7
- package/esm5/lib/igc-combo-editor-component.js +160 -32
- package/esm5/lib/igc-tool-action-button-component.js +6 -6
- package/esm5/lib/igc-tool-action-button-pair-component.js +103 -103
- package/esm5/lib/igc-tool-action-checkbox-component.js +29 -29
- package/esm5/lib/igc-tool-action-checkbox-group-component.js +10 -10
- package/esm5/lib/igc-tool-action-checkbox-list-component.js +40 -40
- package/esm5/lib/igc-tool-action-color-editor-component.js +3 -3
- package/esm5/lib/igc-tool-action-combo-component.js +8 -8
- package/esm5/lib/igc-tool-action-component.js +61 -61
- package/esm5/lib/igc-tool-action-field-selector-component.js +45 -45
- package/esm5/lib/igc-tool-action-group-header-component.js +6 -6
- package/esm5/lib/igc-tool-action-icon-button-component.js +31 -31
- package/esm5/lib/igc-tool-action-icon-menu-component.js +9 -9
- package/esm5/lib/igc-tool-action-number-input-component.js +3 -3
- package/esm5/lib/igc-tool-action-radio-component.js +51 -34
- package/esm5/lib/igc-tool-action-radio-group-component.js +10 -10
- package/esm5/lib/igc-tool-action-separator-component.js +6 -6
- package/esm5/lib/igc-tool-action-sub-panel-component.js +3 -3
- package/esm5/lib/igc-tool-action-text-input-component.js +2 -2
- package/esm5/lib/igc-tool-panel-component.js +295 -253
- package/esm5/lib/igc-toolbar-component.js +129 -87
- package/fesm2015/igniteui-webcomponents-layouts.js +5752 -5231
- package/fesm5/igniteui-webcomponents-layouts.js +5588 -4983
- package/lib/NativeUILayoutFactory_combined.d.ts +1040 -997
- package/lib/igc-tool-action-radio-component.d.ts +8 -0
- package/lib/igc-tool-panel-component.d.ts +15 -0
- package/lib/igc-toolbar-component.d.ts +15 -0
- package/package.json +3 -3
|
@@ -276,11 +276,11 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
276
276
|
* Gets or sets if the tool actions should display their submenus on mouse hover.
|
|
277
277
|
*/
|
|
278
278
|
get: function () {
|
|
279
|
-
return this.i.
|
|
279
|
+
return this.i.a7;
|
|
280
280
|
},
|
|
281
281
|
set: function (v) {
|
|
282
|
-
this.i.
|
|
283
|
-
this._a("showOnHover", this.i.
|
|
282
|
+
this.i.a7 = ensureBool(v);
|
|
283
|
+
this._a("showOnHover", this.i.a7);
|
|
284
284
|
},
|
|
285
285
|
enumerable: false,
|
|
286
286
|
configurable: true
|
|
@@ -290,11 +290,11 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
290
290
|
* Gets or sets if the tool action icon buttons should display their tooltips on mouse hover.
|
|
291
291
|
*/
|
|
292
292
|
get: function () {
|
|
293
|
-
return this.i.
|
|
293
|
+
return this.i.a8;
|
|
294
294
|
},
|
|
295
295
|
set: function (v) {
|
|
296
|
-
this.i.
|
|
297
|
-
this._a("showTooltipOnHover", this.i.
|
|
296
|
+
this.i.a8 = ensureBool(v);
|
|
297
|
+
this._a("showTooltipOnHover", this.i.a8);
|
|
298
298
|
},
|
|
299
299
|
enumerable: false,
|
|
300
300
|
configurable: true
|
|
@@ -306,11 +306,11 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
306
306
|
* always keep the dropdown open during a hover open and will require an extra click to close.
|
|
307
307
|
*/
|
|
308
308
|
get: function () {
|
|
309
|
-
return this.i.
|
|
309
|
+
return this.i.c2;
|
|
310
310
|
},
|
|
311
311
|
set: function (v) {
|
|
312
|
-
this.i.
|
|
313
|
-
this._a("dropdownClickBuffer", this.i.
|
|
312
|
+
this.i.c2 = +v;
|
|
313
|
+
this._a("dropdownClickBuffer", this.i.c2);
|
|
314
314
|
},
|
|
315
315
|
enumerable: false,
|
|
316
316
|
configurable: true
|
|
@@ -320,11 +320,11 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
320
320
|
* Prevents clicks on the tool actions from bubbling.
|
|
321
321
|
*/
|
|
322
322
|
get: function () {
|
|
323
|
-
return this.i.
|
|
323
|
+
return this.i.a9;
|
|
324
324
|
},
|
|
325
325
|
set: function (v) {
|
|
326
|
-
this.i.
|
|
327
|
-
this._a("stopPropagation", this.i.
|
|
326
|
+
this.i.a9 = ensureBool(v);
|
|
327
|
+
this._a("stopPropagation", this.i.a9);
|
|
328
328
|
},
|
|
329
329
|
enumerable: false,
|
|
330
330
|
configurable: true
|
|
@@ -433,22 +433,22 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
433
433
|
* Gets or sets the color to use for the background of the component.
|
|
434
434
|
*/
|
|
435
435
|
get: function () {
|
|
436
|
-
return brushToString(this.i.
|
|
436
|
+
return brushToString(this.i.jv);
|
|
437
437
|
},
|
|
438
438
|
set: function (v) {
|
|
439
|
-
this.i.
|
|
440
|
-
this._a("backgroundColor", brushToString(this.i.
|
|
439
|
+
this.i.jv = stringToBrush(v);
|
|
440
|
+
this._a("backgroundColor", brushToString(this.i.jv));
|
|
441
441
|
},
|
|
442
442
|
enumerable: false,
|
|
443
443
|
configurable: true
|
|
444
444
|
});
|
|
445
445
|
Object.defineProperty(IgcToolPanelComponent.prototype, "actualBackgroundColor", {
|
|
446
446
|
get: function () {
|
|
447
|
-
return brushToString(this.i.
|
|
447
|
+
return brushToString(this.i.ja);
|
|
448
448
|
},
|
|
449
449
|
set: function (v) {
|
|
450
|
-
this.i.
|
|
451
|
-
this._a("actualBackgroundColor", brushToString(this.i.
|
|
450
|
+
this.i.ja = stringToBrush(v);
|
|
451
|
+
this._a("actualBackgroundColor", brushToString(this.i.ja));
|
|
452
452
|
},
|
|
453
453
|
enumerable: false,
|
|
454
454
|
configurable: true
|
|
@@ -458,22 +458,22 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
458
458
|
* Gets or sets the background color for submenus.
|
|
459
459
|
*/
|
|
460
460
|
get: function () {
|
|
461
|
-
return brushToString(this.i.
|
|
461
|
+
return brushToString(this.i.ke);
|
|
462
462
|
},
|
|
463
463
|
set: function (v) {
|
|
464
|
-
this.i.
|
|
465
|
-
this._a("submenuBackgroundColor", brushToString(this.i.
|
|
464
|
+
this.i.ke = stringToBrush(v);
|
|
465
|
+
this._a("submenuBackgroundColor", brushToString(this.i.ke));
|
|
466
466
|
},
|
|
467
467
|
enumerable: false,
|
|
468
468
|
configurable: true
|
|
469
469
|
});
|
|
470
470
|
Object.defineProperty(IgcToolPanelComponent.prototype, "actualSubmenuBackgroundColor", {
|
|
471
471
|
get: function () {
|
|
472
|
-
return brushToString(this.i.
|
|
472
|
+
return brushToString(this.i.jo);
|
|
473
473
|
},
|
|
474
474
|
set: function (v) {
|
|
475
|
-
this.i.
|
|
476
|
-
this._a("actualSubmenuBackgroundColor", brushToString(this.i.
|
|
475
|
+
this.i.jo = stringToBrush(v);
|
|
476
|
+
this._a("actualSubmenuBackgroundColor", brushToString(this.i.jo));
|
|
477
477
|
},
|
|
478
478
|
enumerable: false,
|
|
479
479
|
configurable: true
|
|
@@ -483,22 +483,22 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
483
483
|
* Gets or sets the group header background color.
|
|
484
484
|
*/
|
|
485
485
|
get: function () {
|
|
486
|
-
return brushToString(this.i.
|
|
486
|
+
return brushToString(this.i.j4);
|
|
487
487
|
},
|
|
488
488
|
set: function (v) {
|
|
489
|
-
this.i.
|
|
490
|
-
this._a("groupHeaderBackgroundColor", brushToString(this.i.
|
|
489
|
+
this.i.j4 = stringToBrush(v);
|
|
490
|
+
this._a("groupHeaderBackgroundColor", brushToString(this.i.j4));
|
|
491
491
|
},
|
|
492
492
|
enumerable: false,
|
|
493
493
|
configurable: true
|
|
494
494
|
});
|
|
495
495
|
Object.defineProperty(IgcToolPanelComponent.prototype, "actualGroupHeaderBackgroundColor", {
|
|
496
496
|
get: function () {
|
|
497
|
-
return brushToString(this.i.
|
|
497
|
+
return brushToString(this.i.je);
|
|
498
498
|
},
|
|
499
499
|
set: function (v) {
|
|
500
|
-
this.i.
|
|
501
|
-
this._a("actualGroupHeaderBackgroundColor", brushToString(this.i.
|
|
500
|
+
this.i.je = stringToBrush(v);
|
|
501
|
+
this._a("actualGroupHeaderBackgroundColor", brushToString(this.i.je));
|
|
502
502
|
},
|
|
503
503
|
enumerable: false,
|
|
504
504
|
configurable: true
|
|
@@ -508,22 +508,22 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
508
508
|
* Gets or sets the separator background color.
|
|
509
509
|
*/
|
|
510
510
|
get: function () {
|
|
511
|
-
return brushToString(this.i.
|
|
511
|
+
return brushToString(this.i.kd);
|
|
512
512
|
},
|
|
513
513
|
set: function (v) {
|
|
514
|
-
this.i.
|
|
515
|
-
this._a("separatorBackgroundColor", brushToString(this.i.
|
|
514
|
+
this.i.kd = stringToBrush(v);
|
|
515
|
+
this._a("separatorBackgroundColor", brushToString(this.i.kd));
|
|
516
516
|
},
|
|
517
517
|
enumerable: false,
|
|
518
518
|
configurable: true
|
|
519
519
|
});
|
|
520
520
|
Object.defineProperty(IgcToolPanelComponent.prototype, "actualSeparatorBackgroundColor", {
|
|
521
521
|
get: function () {
|
|
522
|
-
return brushToString(this.i.
|
|
522
|
+
return brushToString(this.i.jn);
|
|
523
523
|
},
|
|
524
524
|
set: function (v) {
|
|
525
|
-
this.i.
|
|
526
|
-
this._a("actualSeparatorBackgroundColor", brushToString(this.i.
|
|
525
|
+
this.i.jn = stringToBrush(v);
|
|
526
|
+
this._a("actualSeparatorBackgroundColor", brushToString(this.i.jn));
|
|
527
527
|
},
|
|
528
528
|
enumerable: false,
|
|
529
529
|
configurable: true
|
|
@@ -533,22 +533,22 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
533
533
|
* Gets or sets the group header separator background color.
|
|
534
534
|
*/
|
|
535
535
|
get: function () {
|
|
536
|
-
return brushToString(this.i.
|
|
536
|
+
return brushToString(this.i.j5);
|
|
537
537
|
},
|
|
538
538
|
set: function (v) {
|
|
539
|
-
this.i.
|
|
540
|
-
this._a("groupHeaderSeparatorBackgroundColor", brushToString(this.i.
|
|
539
|
+
this.i.j5 = stringToBrush(v);
|
|
540
|
+
this._a("groupHeaderSeparatorBackgroundColor", brushToString(this.i.j5));
|
|
541
541
|
},
|
|
542
542
|
enumerable: false,
|
|
543
543
|
configurable: true
|
|
544
544
|
});
|
|
545
545
|
Object.defineProperty(IgcToolPanelComponent.prototype, "actualGroupHeaderSeparatorBackgroundColor", {
|
|
546
546
|
get: function () {
|
|
547
|
-
return brushToString(this.i.
|
|
547
|
+
return brushToString(this.i.jf);
|
|
548
548
|
},
|
|
549
549
|
set: function (v) {
|
|
550
|
-
this.i.
|
|
551
|
-
this._a("actualGroupHeaderSeparatorBackgroundColor", brushToString(this.i.
|
|
550
|
+
this.i.jf = stringToBrush(v);
|
|
551
|
+
this._a("actualGroupHeaderSeparatorBackgroundColor", brushToString(this.i.jf));
|
|
552
552
|
},
|
|
553
553
|
enumerable: false,
|
|
554
554
|
configurable: true
|
|
@@ -558,22 +558,22 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
558
558
|
* Gets or sets the hover background color.
|
|
559
559
|
*/
|
|
560
560
|
get: function () {
|
|
561
|
-
return brushToString(this.i.
|
|
561
|
+
return brushToString(this.i.j9);
|
|
562
562
|
},
|
|
563
563
|
set: function (v) {
|
|
564
|
-
this.i.
|
|
565
|
-
this._a("hoverBackgroundColor", brushToString(this.i.
|
|
564
|
+
this.i.j9 = stringToBrush(v);
|
|
565
|
+
this._a("hoverBackgroundColor", brushToString(this.i.j9));
|
|
566
566
|
},
|
|
567
567
|
enumerable: false,
|
|
568
568
|
configurable: true
|
|
569
569
|
});
|
|
570
570
|
Object.defineProperty(IgcToolPanelComponent.prototype, "actualHoverBackgroundColor", {
|
|
571
571
|
get: function () {
|
|
572
|
-
return brushToString(this.i.
|
|
572
|
+
return brushToString(this.i.jj);
|
|
573
573
|
},
|
|
574
574
|
set: function (v) {
|
|
575
|
-
this.i.
|
|
576
|
-
this._a("actualHoverBackgroundColor", brushToString(this.i.
|
|
575
|
+
this.i.jj = stringToBrush(v);
|
|
576
|
+
this._a("actualHoverBackgroundColor", brushToString(this.i.jj));
|
|
577
577
|
},
|
|
578
578
|
enumerable: false,
|
|
579
579
|
configurable: true
|
|
@@ -583,33 +583,33 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
583
583
|
* Gets or sets the color to use for the text of the component.
|
|
584
584
|
*/
|
|
585
585
|
get: function () {
|
|
586
|
-
return brushToString(this.i.
|
|
586
|
+
return brushToString(this.i.kg);
|
|
587
587
|
},
|
|
588
588
|
set: function (v) {
|
|
589
|
-
this.i.
|
|
590
|
-
this._a("textColor", brushToString(this.i.
|
|
589
|
+
this.i.kg = stringToBrush(v);
|
|
590
|
+
this._a("textColor", brushToString(this.i.kg));
|
|
591
591
|
},
|
|
592
592
|
enumerable: false,
|
|
593
593
|
configurable: true
|
|
594
594
|
});
|
|
595
595
|
Object.defineProperty(IgcToolPanelComponent.prototype, "actualTextColor", {
|
|
596
596
|
get: function () {
|
|
597
|
-
return brushToString(this.i.
|
|
597
|
+
return brushToString(this.i.jq);
|
|
598
598
|
},
|
|
599
599
|
set: function (v) {
|
|
600
|
-
this.i.
|
|
601
|
-
this._a("actualTextColor", brushToString(this.i.
|
|
600
|
+
this.i.jq = stringToBrush(v);
|
|
601
|
+
this._a("actualTextColor", brushToString(this.i.jq));
|
|
602
602
|
},
|
|
603
603
|
enumerable: false,
|
|
604
604
|
configurable: true
|
|
605
605
|
});
|
|
606
606
|
Object.defineProperty(IgcToolPanelComponent.prototype, "actualSubtitleTextColor", {
|
|
607
607
|
get: function () {
|
|
608
|
-
return brushToString(this.i.
|
|
608
|
+
return brushToString(this.i.jp);
|
|
609
609
|
},
|
|
610
610
|
set: function (v) {
|
|
611
|
-
this.i.
|
|
612
|
-
this._a("actualSubtitleTextColor", brushToString(this.i.
|
|
611
|
+
this.i.jp = stringToBrush(v);
|
|
612
|
+
this._a("actualSubtitleTextColor", brushToString(this.i.jp));
|
|
613
613
|
},
|
|
614
614
|
enumerable: false,
|
|
615
615
|
configurable: true
|
|
@@ -619,11 +619,11 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
619
619
|
* Gets or sets the color to use for the subtitle of the component.
|
|
620
620
|
*/
|
|
621
621
|
get: function () {
|
|
622
|
-
return brushToString(this.i.
|
|
622
|
+
return brushToString(this.i.kf);
|
|
623
623
|
},
|
|
624
624
|
set: function (v) {
|
|
625
|
-
this.i.
|
|
626
|
-
this._a("subtitleTextColor", brushToString(this.i.
|
|
625
|
+
this.i.kf = stringToBrush(v);
|
|
626
|
+
this._a("subtitleTextColor", brushToString(this.i.kf));
|
|
627
627
|
},
|
|
628
628
|
enumerable: false,
|
|
629
629
|
configurable: true
|
|
@@ -633,22 +633,22 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
633
633
|
* Gets or sets the color to use for the text in disabled tool actions.
|
|
634
634
|
*/
|
|
635
635
|
get: function () {
|
|
636
|
-
return brushToString(this.i.
|
|
636
|
+
return brushToString(this.i.j1);
|
|
637
637
|
},
|
|
638
638
|
set: function (v) {
|
|
639
|
-
this.i.
|
|
640
|
-
this._a("disabledTextColor", brushToString(this.i.
|
|
639
|
+
this.i.j1 = stringToBrush(v);
|
|
640
|
+
this._a("disabledTextColor", brushToString(this.i.j1));
|
|
641
641
|
},
|
|
642
642
|
enumerable: false,
|
|
643
643
|
configurable: true
|
|
644
644
|
});
|
|
645
645
|
Object.defineProperty(IgcToolPanelComponent.prototype, "actualDisabledTextColor", {
|
|
646
646
|
get: function () {
|
|
647
|
-
return brushToString(this.i.
|
|
647
|
+
return brushToString(this.i.jd);
|
|
648
648
|
},
|
|
649
649
|
set: function (v) {
|
|
650
|
-
this.i.
|
|
651
|
-
this._a("actualDisabledTextColor", brushToString(this.i.
|
|
650
|
+
this.i.jd = stringToBrush(v);
|
|
651
|
+
this._a("actualDisabledTextColor", brushToString(this.i.jd));
|
|
652
652
|
},
|
|
653
653
|
enumerable: false,
|
|
654
654
|
configurable: true
|
|
@@ -658,22 +658,22 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
658
658
|
* Gets or sets the text color for group header tool actions.
|
|
659
659
|
*/
|
|
660
660
|
get: function () {
|
|
661
|
-
return brushToString(this.i.
|
|
661
|
+
return brushToString(this.i.j7);
|
|
662
662
|
},
|
|
663
663
|
set: function (v) {
|
|
664
|
-
this.i.
|
|
665
|
-
this._a("groupHeaderTextColor", brushToString(this.i.
|
|
664
|
+
this.i.j7 = stringToBrush(v);
|
|
665
|
+
this._a("groupHeaderTextColor", brushToString(this.i.j7));
|
|
666
666
|
},
|
|
667
667
|
enumerable: false,
|
|
668
668
|
configurable: true
|
|
669
669
|
});
|
|
670
670
|
Object.defineProperty(IgcToolPanelComponent.prototype, "actualGroupHeaderTextColor", {
|
|
671
671
|
get: function () {
|
|
672
|
-
return brushToString(this.i.
|
|
672
|
+
return brushToString(this.i.jh);
|
|
673
673
|
},
|
|
674
674
|
set: function (v) {
|
|
675
|
-
this.i.
|
|
676
|
-
this._a("actualGroupHeaderTextColor", brushToString(this.i.
|
|
675
|
+
this.i.jh = stringToBrush(v);
|
|
676
|
+
this._a("actualGroupHeaderTextColor", brushToString(this.i.jh));
|
|
677
677
|
},
|
|
678
678
|
enumerable: false,
|
|
679
679
|
configurable: true
|
|
@@ -683,22 +683,22 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
683
683
|
* Gets or sets the text color for group header subtitle.
|
|
684
684
|
*/
|
|
685
685
|
get: function () {
|
|
686
|
-
return brushToString(this.i.
|
|
686
|
+
return brushToString(this.i.j6);
|
|
687
687
|
},
|
|
688
688
|
set: function (v) {
|
|
689
|
-
this.i.
|
|
690
|
-
this._a("groupHeaderSubtitleTextColor", brushToString(this.i.
|
|
689
|
+
this.i.j6 = stringToBrush(v);
|
|
690
|
+
this._a("groupHeaderSubtitleTextColor", brushToString(this.i.j6));
|
|
691
691
|
},
|
|
692
692
|
enumerable: false,
|
|
693
693
|
configurable: true
|
|
694
694
|
});
|
|
695
695
|
Object.defineProperty(IgcToolPanelComponent.prototype, "actualGroupHeaderSubtitleTextColor", {
|
|
696
696
|
get: function () {
|
|
697
|
-
return brushToString(this.i.
|
|
697
|
+
return brushToString(this.i.jg);
|
|
698
698
|
},
|
|
699
699
|
set: function (v) {
|
|
700
|
-
this.i.
|
|
701
|
-
this._a("actualGroupHeaderSubtitleTextColor", brushToString(this.i.
|
|
700
|
+
this.i.jg = stringToBrush(v);
|
|
701
|
+
this._a("actualGroupHeaderSubtitleTextColor", brushToString(this.i.jg));
|
|
702
702
|
},
|
|
703
703
|
enumerable: false,
|
|
704
704
|
configurable: true
|
|
@@ -708,22 +708,22 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
708
708
|
* Gets or sets the tooltip text color.
|
|
709
709
|
*/
|
|
710
710
|
get: function () {
|
|
711
|
-
return brushToString(this.i.
|
|
711
|
+
return brushToString(this.i.ki);
|
|
712
712
|
},
|
|
713
713
|
set: function (v) {
|
|
714
|
-
this.i.
|
|
715
|
-
this._a("toolTipTextColor", brushToString(this.i.
|
|
714
|
+
this.i.ki = stringToBrush(v);
|
|
715
|
+
this._a("toolTipTextColor", brushToString(this.i.ki));
|
|
716
716
|
},
|
|
717
717
|
enumerable: false,
|
|
718
718
|
configurable: true
|
|
719
719
|
});
|
|
720
720
|
Object.defineProperty(IgcToolPanelComponent.prototype, "actualToolTipTextColor", {
|
|
721
721
|
get: function () {
|
|
722
|
-
return brushToString(this.i.
|
|
722
|
+
return brushToString(this.i.js);
|
|
723
723
|
},
|
|
724
724
|
set: function (v) {
|
|
725
|
-
this.i.
|
|
726
|
-
this._a("actualToolTipTextColor", brushToString(this.i.
|
|
725
|
+
this.i.js = stringToBrush(v);
|
|
726
|
+
this._a("actualToolTipTextColor", brushToString(this.i.js));
|
|
727
727
|
},
|
|
728
728
|
enumerable: false,
|
|
729
729
|
configurable: true
|
|
@@ -733,11 +733,11 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
733
733
|
* Gets or sets the tooltip background color.
|
|
734
734
|
*/
|
|
735
735
|
get: function () {
|
|
736
|
-
return brushToString(this.i.
|
|
736
|
+
return brushToString(this.i.kh);
|
|
737
737
|
},
|
|
738
738
|
set: function (v) {
|
|
739
|
-
this.i.
|
|
740
|
-
this._a("toolTipBackgroundColor", brushToString(this.i.
|
|
739
|
+
this.i.kh = stringToBrush(v);
|
|
740
|
+
this._a("toolTipBackgroundColor", brushToString(this.i.kh));
|
|
741
741
|
},
|
|
742
742
|
enumerable: false,
|
|
743
743
|
configurable: true
|
|
@@ -747,11 +747,11 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
747
747
|
* Gets the actual tooltip background color.
|
|
748
748
|
*/
|
|
749
749
|
get: function () {
|
|
750
|
-
return brushToString(this.i.
|
|
750
|
+
return brushToString(this.i.jr);
|
|
751
751
|
},
|
|
752
752
|
set: function (v) {
|
|
753
|
-
this.i.
|
|
754
|
-
this._a("actualToolTipBackgroundColor", brushToString(this.i.
|
|
753
|
+
this.i.jr = stringToBrush(v);
|
|
754
|
+
this._a("actualToolTipBackgroundColor", brushToString(this.i.jr));
|
|
755
755
|
},
|
|
756
756
|
enumerable: false,
|
|
757
757
|
configurable: true
|
|
@@ -761,11 +761,11 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
761
761
|
* Gets or sets the tooltip corner radius.
|
|
762
762
|
*/
|
|
763
763
|
get: function () {
|
|
764
|
-
return this.i.
|
|
764
|
+
return this.i.cu;
|
|
765
765
|
},
|
|
766
766
|
set: function (v) {
|
|
767
|
-
this.i.
|
|
768
|
-
this._a("toolTipCornerRadius", this.i.
|
|
767
|
+
this.i.cu = +v;
|
|
768
|
+
this._a("toolTipCornerRadius", this.i.cu);
|
|
769
769
|
},
|
|
770
770
|
enumerable: false,
|
|
771
771
|
configurable: true
|
|
@@ -775,11 +775,11 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
775
775
|
* Gets the actual tooltip corner radius.
|
|
776
776
|
*/
|
|
777
777
|
get: function () {
|
|
778
|
-
return this.i.
|
|
778
|
+
return this.i.cf;
|
|
779
779
|
},
|
|
780
780
|
set: function (v) {
|
|
781
|
-
this.i.
|
|
782
|
-
this._a("actualToolTipCornerRadius", this.i.
|
|
781
|
+
this.i.cf = +v;
|
|
782
|
+
this._a("actualToolTipCornerRadius", this.i.cf);
|
|
783
783
|
},
|
|
784
784
|
enumerable: false,
|
|
785
785
|
configurable: true
|
|
@@ -789,11 +789,11 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
789
789
|
* Gets or sets the shadow elevation for the tooltip.
|
|
790
790
|
*/
|
|
791
791
|
get: function () {
|
|
792
|
-
return this.i.
|
|
792
|
+
return this.i.cv;
|
|
793
793
|
},
|
|
794
794
|
set: function (v) {
|
|
795
|
-
this.i.
|
|
796
|
-
this._a("toolTipElevation", this.i.
|
|
795
|
+
this.i.cv = +v;
|
|
796
|
+
this._a("toolTipElevation", this.i.cv);
|
|
797
797
|
},
|
|
798
798
|
enumerable: false,
|
|
799
799
|
configurable: true
|
|
@@ -803,11 +803,11 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
803
803
|
* Gets the actual shadow elevation used by the tooltip.
|
|
804
804
|
*/
|
|
805
805
|
get: function () {
|
|
806
|
-
return this.i.
|
|
806
|
+
return this.i.cg;
|
|
807
807
|
},
|
|
808
808
|
set: function (v) {
|
|
809
|
-
this.i.
|
|
810
|
-
this._a("actualToolTipElevation", this.i.
|
|
809
|
+
this.i.cg = +v;
|
|
810
|
+
this._a("actualToolTipElevation", this.i.cg);
|
|
811
811
|
},
|
|
812
812
|
enumerable: false,
|
|
813
813
|
configurable: true
|
|
@@ -817,11 +817,11 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
817
817
|
* Gets or sets the fill color of icons in the ToolPanel.
|
|
818
818
|
*/
|
|
819
819
|
get: function () {
|
|
820
|
-
return brushToString(this.i.
|
|
820
|
+
return brushToString(this.i.ka);
|
|
821
821
|
},
|
|
822
822
|
set: function (v) {
|
|
823
|
-
this.i.
|
|
824
|
-
this._a("iconFill", brushToString(this.i.
|
|
823
|
+
this.i.ka = stringToBrush(v);
|
|
824
|
+
this._a("iconFill", brushToString(this.i.ka));
|
|
825
825
|
},
|
|
826
826
|
enumerable: false,
|
|
827
827
|
configurable: true
|
|
@@ -831,11 +831,11 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
831
831
|
* Gets the actual icon fill color.
|
|
832
832
|
*/
|
|
833
833
|
get: function () {
|
|
834
|
-
return brushToString(this.i.
|
|
834
|
+
return brushToString(this.i.jk);
|
|
835
835
|
},
|
|
836
836
|
set: function (v) {
|
|
837
|
-
this.i.
|
|
838
|
-
this._a("actualIconFill", brushToString(this.i.
|
|
837
|
+
this.i.jk = stringToBrush(v);
|
|
838
|
+
this._a("actualIconFill", brushToString(this.i.jk));
|
|
839
839
|
},
|
|
840
840
|
enumerable: false,
|
|
841
841
|
configurable: true
|
|
@@ -845,11 +845,11 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
845
845
|
* Gets or sets the stroke color of icons in the ToolPanel.
|
|
846
846
|
*/
|
|
847
847
|
get: function () {
|
|
848
|
-
return brushToString(this.i.
|
|
848
|
+
return brushToString(this.i.kb);
|
|
849
849
|
},
|
|
850
850
|
set: function (v) {
|
|
851
|
-
this.i.
|
|
852
|
-
this._a("iconStroke", brushToString(this.i.
|
|
851
|
+
this.i.kb = stringToBrush(v);
|
|
852
|
+
this._a("iconStroke", brushToString(this.i.kb));
|
|
853
853
|
},
|
|
854
854
|
enumerable: false,
|
|
855
855
|
configurable: true
|
|
@@ -859,11 +859,11 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
859
859
|
* Gets the actual icon stroke color.
|
|
860
860
|
*/
|
|
861
861
|
get: function () {
|
|
862
|
-
return brushToString(this.i.
|
|
862
|
+
return brushToString(this.i.jl);
|
|
863
863
|
},
|
|
864
864
|
set: function (v) {
|
|
865
|
-
this.i.
|
|
866
|
-
this._a("actualIconStroke", brushToString(this.i.
|
|
865
|
+
this.i.jl = stringToBrush(v);
|
|
866
|
+
this._a("actualIconStroke", brushToString(this.i.jl));
|
|
867
867
|
},
|
|
868
868
|
enumerable: false,
|
|
869
869
|
configurable: true
|
|
@@ -873,22 +873,22 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
873
873
|
* Gets or sets the left padding for separators in the vertical orientation.
|
|
874
874
|
*/
|
|
875
875
|
get: function () {
|
|
876
|
-
return this.i.
|
|
876
|
+
return this.i.cr;
|
|
877
877
|
},
|
|
878
878
|
set: function (v) {
|
|
879
|
-
this.i.
|
|
880
|
-
this._a("separatorVerticalPaddingLeft", this.i.
|
|
879
|
+
this.i.cr = +v;
|
|
880
|
+
this._a("separatorVerticalPaddingLeft", this.i.cr);
|
|
881
881
|
},
|
|
882
882
|
enumerable: false,
|
|
883
883
|
configurable: true
|
|
884
884
|
});
|
|
885
885
|
Object.defineProperty(IgcToolPanelComponent.prototype, "actualSeparatorVerticalPaddingLeft", {
|
|
886
886
|
get: function () {
|
|
887
|
-
return this.i.
|
|
887
|
+
return this.i.cc;
|
|
888
888
|
},
|
|
889
889
|
set: function (v) {
|
|
890
|
-
this.i.
|
|
891
|
-
this._a("actualSeparatorVerticalPaddingLeft", this.i.
|
|
890
|
+
this.i.cc = +v;
|
|
891
|
+
this._a("actualSeparatorVerticalPaddingLeft", this.i.cc);
|
|
892
892
|
},
|
|
893
893
|
enumerable: false,
|
|
894
894
|
configurable: true
|
|
@@ -898,22 +898,22 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
898
898
|
* Gets or sets the right padding for separators in the vertical orientation.
|
|
899
899
|
*/
|
|
900
900
|
get: function () {
|
|
901
|
-
return this.i.
|
|
901
|
+
return this.i.cs;
|
|
902
902
|
},
|
|
903
903
|
set: function (v) {
|
|
904
|
-
this.i.
|
|
905
|
-
this._a("separatorVerticalPaddingRight", this.i.
|
|
904
|
+
this.i.cs = +v;
|
|
905
|
+
this._a("separatorVerticalPaddingRight", this.i.cs);
|
|
906
906
|
},
|
|
907
907
|
enumerable: false,
|
|
908
908
|
configurable: true
|
|
909
909
|
});
|
|
910
910
|
Object.defineProperty(IgcToolPanelComponent.prototype, "actualSeparatorVerticalPaddingRight", {
|
|
911
911
|
get: function () {
|
|
912
|
-
return this.i.
|
|
912
|
+
return this.i.cd;
|
|
913
913
|
},
|
|
914
914
|
set: function (v) {
|
|
915
|
-
this.i.
|
|
916
|
-
this._a("actualSeparatorVerticalPaddingRight", this.i.
|
|
915
|
+
this.i.cd = +v;
|
|
916
|
+
this._a("actualSeparatorVerticalPaddingRight", this.i.cd);
|
|
917
917
|
},
|
|
918
918
|
enumerable: false,
|
|
919
919
|
configurable: true
|
|
@@ -923,22 +923,22 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
923
923
|
* Gets or sets the top padding for separators in the vertical orientation.
|
|
924
924
|
*/
|
|
925
925
|
get: function () {
|
|
926
|
-
return this.i.
|
|
926
|
+
return this.i.ct;
|
|
927
927
|
},
|
|
928
928
|
set: function (v) {
|
|
929
|
-
this.i.
|
|
930
|
-
this._a("separatorVerticalPaddingTop", this.i.
|
|
929
|
+
this.i.ct = +v;
|
|
930
|
+
this._a("separatorVerticalPaddingTop", this.i.ct);
|
|
931
931
|
},
|
|
932
932
|
enumerable: false,
|
|
933
933
|
configurable: true
|
|
934
934
|
});
|
|
935
935
|
Object.defineProperty(IgcToolPanelComponent.prototype, "actualSeparatorVerticalPaddingTop", {
|
|
936
936
|
get: function () {
|
|
937
|
-
return this.i.
|
|
937
|
+
return this.i.ce;
|
|
938
938
|
},
|
|
939
939
|
set: function (v) {
|
|
940
|
-
this.i.
|
|
941
|
-
this._a("actualSeparatorVerticalPaddingTop", this.i.
|
|
940
|
+
this.i.ce = +v;
|
|
941
|
+
this._a("actualSeparatorVerticalPaddingTop", this.i.ce);
|
|
942
942
|
},
|
|
943
943
|
enumerable: false,
|
|
944
944
|
configurable: true
|
|
@@ -948,22 +948,22 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
948
948
|
* Gets or sets the bottom padding for separators in the vertical orientation.
|
|
949
949
|
*/
|
|
950
950
|
get: function () {
|
|
951
|
-
return this.i.
|
|
951
|
+
return this.i.cq;
|
|
952
952
|
},
|
|
953
953
|
set: function (v) {
|
|
954
|
-
this.i.
|
|
955
|
-
this._a("separatorVerticalPaddingBottom", this.i.
|
|
954
|
+
this.i.cq = +v;
|
|
955
|
+
this._a("separatorVerticalPaddingBottom", this.i.cq);
|
|
956
956
|
},
|
|
957
957
|
enumerable: false,
|
|
958
958
|
configurable: true
|
|
959
959
|
});
|
|
960
960
|
Object.defineProperty(IgcToolPanelComponent.prototype, "actualSeparatorVerticalPaddingBottom", {
|
|
961
961
|
get: function () {
|
|
962
|
-
return this.i.
|
|
962
|
+
return this.i.cb;
|
|
963
963
|
},
|
|
964
964
|
set: function (v) {
|
|
965
|
-
this.i.
|
|
966
|
-
this._a("actualSeparatorVerticalPaddingBottom", this.i.
|
|
965
|
+
this.i.cb = +v;
|
|
966
|
+
this._a("actualSeparatorVerticalPaddingBottom", this.i.cb);
|
|
967
967
|
},
|
|
968
968
|
enumerable: false,
|
|
969
969
|
configurable: true
|
|
@@ -973,22 +973,22 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
973
973
|
* Gets or sets the left padding for separators in the horizontal orientation.
|
|
974
974
|
*/
|
|
975
975
|
get: function () {
|
|
976
|
-
return this.i.
|
|
976
|
+
return this.i.cn;
|
|
977
977
|
},
|
|
978
978
|
set: function (v) {
|
|
979
|
-
this.i.
|
|
980
|
-
this._a("separatorHorizontalPaddingLeft", this.i.
|
|
979
|
+
this.i.cn = +v;
|
|
980
|
+
this._a("separatorHorizontalPaddingLeft", this.i.cn);
|
|
981
981
|
},
|
|
982
982
|
enumerable: false,
|
|
983
983
|
configurable: true
|
|
984
984
|
});
|
|
985
985
|
Object.defineProperty(IgcToolPanelComponent.prototype, "actualSeparatorHorizontalPaddingLeft", {
|
|
986
986
|
get: function () {
|
|
987
|
-
return this.i.
|
|
987
|
+
return this.i.b8;
|
|
988
988
|
},
|
|
989
989
|
set: function (v) {
|
|
990
|
-
this.i.
|
|
991
|
-
this._a("actualSeparatorHorizontalPaddingLeft", this.i.
|
|
990
|
+
this.i.b8 = +v;
|
|
991
|
+
this._a("actualSeparatorHorizontalPaddingLeft", this.i.b8);
|
|
992
992
|
},
|
|
993
993
|
enumerable: false,
|
|
994
994
|
configurable: true
|
|
@@ -998,22 +998,22 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
998
998
|
* Gets or sets the right padding for separators in the horizontal orientation.
|
|
999
999
|
*/
|
|
1000
1000
|
get: function () {
|
|
1001
|
-
return this.i.
|
|
1001
|
+
return this.i.co;
|
|
1002
1002
|
},
|
|
1003
1003
|
set: function (v) {
|
|
1004
|
-
this.i.
|
|
1005
|
-
this._a("separatorHorizontalPaddingRight", this.i.
|
|
1004
|
+
this.i.co = +v;
|
|
1005
|
+
this._a("separatorHorizontalPaddingRight", this.i.co);
|
|
1006
1006
|
},
|
|
1007
1007
|
enumerable: false,
|
|
1008
1008
|
configurable: true
|
|
1009
1009
|
});
|
|
1010
1010
|
Object.defineProperty(IgcToolPanelComponent.prototype, "actualSeparatorHorizontalPaddingRight", {
|
|
1011
1011
|
get: function () {
|
|
1012
|
-
return this.i.
|
|
1012
|
+
return this.i.b9;
|
|
1013
1013
|
},
|
|
1014
1014
|
set: function (v) {
|
|
1015
|
-
this.i.
|
|
1016
|
-
this._a("actualSeparatorHorizontalPaddingRight", this.i.
|
|
1015
|
+
this.i.b9 = +v;
|
|
1016
|
+
this._a("actualSeparatorHorizontalPaddingRight", this.i.b9);
|
|
1017
1017
|
},
|
|
1018
1018
|
enumerable: false,
|
|
1019
1019
|
configurable: true
|
|
@@ -1023,22 +1023,22 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
1023
1023
|
* Gets or sets the top padding for separators in the horizontal orientation.
|
|
1024
1024
|
*/
|
|
1025
1025
|
get: function () {
|
|
1026
|
-
return this.i.
|
|
1026
|
+
return this.i.cp;
|
|
1027
1027
|
},
|
|
1028
1028
|
set: function (v) {
|
|
1029
|
-
this.i.
|
|
1030
|
-
this._a("separatorHorizontalPaddingTop", this.i.
|
|
1029
|
+
this.i.cp = +v;
|
|
1030
|
+
this._a("separatorHorizontalPaddingTop", this.i.cp);
|
|
1031
1031
|
},
|
|
1032
1032
|
enumerable: false,
|
|
1033
1033
|
configurable: true
|
|
1034
1034
|
});
|
|
1035
1035
|
Object.defineProperty(IgcToolPanelComponent.prototype, "actualSeparatorHorizontalPaddingTop", {
|
|
1036
1036
|
get: function () {
|
|
1037
|
-
return this.i.
|
|
1037
|
+
return this.i.ca;
|
|
1038
1038
|
},
|
|
1039
1039
|
set: function (v) {
|
|
1040
|
-
this.i.
|
|
1041
|
-
this._a("actualSeparatorHorizontalPaddingTop", this.i.
|
|
1040
|
+
this.i.ca = +v;
|
|
1041
|
+
this._a("actualSeparatorHorizontalPaddingTop", this.i.ca);
|
|
1042
1042
|
},
|
|
1043
1043
|
enumerable: false,
|
|
1044
1044
|
configurable: true
|
|
@@ -1048,22 +1048,22 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
1048
1048
|
* Gets or sets the bottom padding for separators in the horizontal orientation.
|
|
1049
1049
|
*/
|
|
1050
1050
|
get: function () {
|
|
1051
|
-
return this.i.
|
|
1051
|
+
return this.i.cm;
|
|
1052
1052
|
},
|
|
1053
1053
|
set: function (v) {
|
|
1054
|
-
this.i.
|
|
1055
|
-
this._a("separatorHorizontalPaddingBottom", this.i.
|
|
1054
|
+
this.i.cm = +v;
|
|
1055
|
+
this._a("separatorHorizontalPaddingBottom", this.i.cm);
|
|
1056
1056
|
},
|
|
1057
1057
|
enumerable: false,
|
|
1058
1058
|
configurable: true
|
|
1059
1059
|
});
|
|
1060
1060
|
Object.defineProperty(IgcToolPanelComponent.prototype, "actualSeparatorHorizontalPaddingBottom", {
|
|
1061
1061
|
get: function () {
|
|
1062
|
-
return this.i.
|
|
1062
|
+
return this.i.b7;
|
|
1063
1063
|
},
|
|
1064
1064
|
set: function (v) {
|
|
1065
|
-
this.i.
|
|
1066
|
-
this._a("actualSeparatorHorizontalPaddingBottom", this.i.
|
|
1065
|
+
this.i.b7 = +v;
|
|
1066
|
+
this._a("actualSeparatorHorizontalPaddingBottom", this.i.b7);
|
|
1067
1067
|
},
|
|
1068
1068
|
enumerable: false,
|
|
1069
1069
|
configurable: true
|
|
@@ -1087,11 +1087,11 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
1087
1087
|
* Gets or sets the row height for the panel.
|
|
1088
1088
|
*/
|
|
1089
1089
|
get: function () {
|
|
1090
|
-
return this.i.
|
|
1090
|
+
return this.i.c6;
|
|
1091
1091
|
},
|
|
1092
1092
|
set: function (v) {
|
|
1093
|
-
this.i.
|
|
1094
|
-
this._a("rowHeight", this.i.
|
|
1093
|
+
this.i.c6 = +v;
|
|
1094
|
+
this._a("rowHeight", this.i.c6);
|
|
1095
1095
|
},
|
|
1096
1096
|
enumerable: false,
|
|
1097
1097
|
configurable: true
|
|
@@ -1101,7 +1101,7 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
1101
1101
|
* Gets the actual row height used by the panel.
|
|
1102
1102
|
*/
|
|
1103
1103
|
get: function () {
|
|
1104
|
-
return this.i.
|
|
1104
|
+
return this.i.b6;
|
|
1105
1105
|
},
|
|
1106
1106
|
enumerable: false,
|
|
1107
1107
|
configurable: true
|
|
@@ -1111,99 +1111,99 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
1111
1111
|
* Gets or sets the height to use for the sub panel rows if different than default.
|
|
1112
1112
|
*/
|
|
1113
1113
|
get: function () {
|
|
1114
|
-
return this.i.
|
|
1114
|
+
return this.i.c7;
|
|
1115
1115
|
},
|
|
1116
1116
|
set: function (v) {
|
|
1117
|
-
this.i.
|
|
1118
|
-
this._a("subPanelRowHeight", this.i.
|
|
1117
|
+
this.i.c7 = +v;
|
|
1118
|
+
this._a("subPanelRowHeight", this.i.c7);
|
|
1119
1119
|
},
|
|
1120
1120
|
enumerable: false,
|
|
1121
1121
|
configurable: true
|
|
1122
1122
|
});
|
|
1123
1123
|
Object.defineProperty(IgcToolPanelComponent.prototype, "highlightWidth", {
|
|
1124
1124
|
get: function () {
|
|
1125
|
-
return this.i.
|
|
1125
|
+
return this.i.ck;
|
|
1126
1126
|
},
|
|
1127
1127
|
set: function (v) {
|
|
1128
|
-
this.i.
|
|
1129
|
-
this._a("highlightWidth", this.i.
|
|
1128
|
+
this.i.ck = +v;
|
|
1129
|
+
this._a("highlightWidth", this.i.ck);
|
|
1130
1130
|
},
|
|
1131
1131
|
enumerable: false,
|
|
1132
1132
|
configurable: true
|
|
1133
1133
|
});
|
|
1134
1134
|
Object.defineProperty(IgcToolPanelComponent.prototype, "actualHighlightWidth", {
|
|
1135
1135
|
get: function () {
|
|
1136
|
-
return this.i.
|
|
1136
|
+
return this.i.b5;
|
|
1137
1137
|
},
|
|
1138
1138
|
set: function (v) {
|
|
1139
|
-
this.i.
|
|
1140
|
-
this._a("actualHighlightWidth", this.i.
|
|
1139
|
+
this.i.b5 = +v;
|
|
1140
|
+
this._a("actualHighlightWidth", this.i.b5);
|
|
1141
1141
|
},
|
|
1142
1142
|
enumerable: false,
|
|
1143
1143
|
configurable: true
|
|
1144
1144
|
});
|
|
1145
1145
|
Object.defineProperty(IgcToolPanelComponent.prototype, "highlightRadius", {
|
|
1146
1146
|
get: function () {
|
|
1147
|
-
return this.i.
|
|
1147
|
+
return this.i.cj;
|
|
1148
1148
|
},
|
|
1149
1149
|
set: function (v) {
|
|
1150
|
-
this.i.
|
|
1151
|
-
this._a("highlightRadius", this.i.
|
|
1150
|
+
this.i.cj = +v;
|
|
1151
|
+
this._a("highlightRadius", this.i.cj);
|
|
1152
1152
|
},
|
|
1153
1153
|
enumerable: false,
|
|
1154
1154
|
configurable: true
|
|
1155
1155
|
});
|
|
1156
1156
|
Object.defineProperty(IgcToolPanelComponent.prototype, "actualHighlightRadius", {
|
|
1157
1157
|
get: function () {
|
|
1158
|
-
return this.i.
|
|
1158
|
+
return this.i.b4;
|
|
1159
1159
|
},
|
|
1160
1160
|
set: function (v) {
|
|
1161
|
-
this.i.
|
|
1162
|
-
this._a("actualHighlightRadius", this.i.
|
|
1161
|
+
this.i.b4 = +v;
|
|
1162
|
+
this._a("actualHighlightRadius", this.i.b4);
|
|
1163
1163
|
},
|
|
1164
1164
|
enumerable: false,
|
|
1165
1165
|
configurable: true
|
|
1166
1166
|
});
|
|
1167
1167
|
Object.defineProperty(IgcToolPanelComponent.prototype, "highlightColor", {
|
|
1168
1168
|
get: function () {
|
|
1169
|
-
return brushToString(this.i.
|
|
1169
|
+
return brushToString(this.i.j8);
|
|
1170
1170
|
},
|
|
1171
1171
|
set: function (v) {
|
|
1172
|
-
this.i.
|
|
1173
|
-
this._a("highlightColor", brushToString(this.i.
|
|
1172
|
+
this.i.j8 = stringToBrush(v);
|
|
1173
|
+
this._a("highlightColor", brushToString(this.i.j8));
|
|
1174
1174
|
},
|
|
1175
1175
|
enumerable: false,
|
|
1176
1176
|
configurable: true
|
|
1177
1177
|
});
|
|
1178
1178
|
Object.defineProperty(IgcToolPanelComponent.prototype, "actualHighlightColor", {
|
|
1179
1179
|
get: function () {
|
|
1180
|
-
return brushToString(this.i.
|
|
1180
|
+
return brushToString(this.i.ji);
|
|
1181
1181
|
},
|
|
1182
1182
|
set: function (v) {
|
|
1183
|
-
this.i.
|
|
1184
|
-
this._a("actualHighlightColor", brushToString(this.i.
|
|
1183
|
+
this.i.ji = stringToBrush(v);
|
|
1184
|
+
this._a("actualHighlightColor", brushToString(this.i.ji));
|
|
1185
1185
|
},
|
|
1186
1186
|
enumerable: false,
|
|
1187
1187
|
configurable: true
|
|
1188
1188
|
});
|
|
1189
1189
|
Object.defineProperty(IgcToolPanelComponent.prototype, "actualAccentColor", {
|
|
1190
1190
|
get: function () {
|
|
1191
|
-
return brushToString(this.i.
|
|
1191
|
+
return brushToString(this.i.i9);
|
|
1192
1192
|
},
|
|
1193
1193
|
set: function (v) {
|
|
1194
|
-
this.i.
|
|
1195
|
-
this._a("actualAccentColor", brushToString(this.i.
|
|
1194
|
+
this.i.i9 = stringToBrush(v);
|
|
1195
|
+
this._a("actualAccentColor", brushToString(this.i.i9));
|
|
1196
1196
|
},
|
|
1197
1197
|
enumerable: false,
|
|
1198
1198
|
configurable: true
|
|
1199
1199
|
});
|
|
1200
1200
|
Object.defineProperty(IgcToolPanelComponent.prototype, "accentColor", {
|
|
1201
1201
|
get: function () {
|
|
1202
|
-
return brushToString(this.i.
|
|
1202
|
+
return brushToString(this.i.i8);
|
|
1203
1203
|
},
|
|
1204
1204
|
set: function (v) {
|
|
1205
|
-
this.i.
|
|
1206
|
-
this._a("accentColor", brushToString(this.i.
|
|
1205
|
+
this.i.i8 = stringToBrush(v);
|
|
1206
|
+
this._a("accentColor", brushToString(this.i.i8));
|
|
1207
1207
|
},
|
|
1208
1208
|
enumerable: false,
|
|
1209
1209
|
configurable: true
|
|
@@ -1213,11 +1213,11 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
1213
1213
|
* Gets or sets the stroke color for all icon menu dropdown arrows.
|
|
1214
1214
|
*/
|
|
1215
1215
|
get: function () {
|
|
1216
|
-
return brushToString(this.i.
|
|
1216
|
+
return brushToString(this.i.kc);
|
|
1217
1217
|
},
|
|
1218
1218
|
set: function (v) {
|
|
1219
|
-
this.i.
|
|
1220
|
-
this._a("menuArrowStroke", brushToString(this.i.
|
|
1219
|
+
this.i.kc = stringToBrush(v);
|
|
1220
|
+
this._a("menuArrowStroke", brushToString(this.i.kc));
|
|
1221
1221
|
},
|
|
1222
1222
|
enumerable: false,
|
|
1223
1223
|
configurable: true
|
|
@@ -1227,11 +1227,11 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
1227
1227
|
* Gets the actual stroke color for all icon menu dropdown arrows.
|
|
1228
1228
|
*/
|
|
1229
1229
|
get: function () {
|
|
1230
|
-
return brushToString(this.i.
|
|
1230
|
+
return brushToString(this.i.jm);
|
|
1231
1231
|
},
|
|
1232
1232
|
set: function (v) {
|
|
1233
|
-
this.i.
|
|
1234
|
-
this._a("actualMenuArrowStroke", brushToString(this.i.
|
|
1233
|
+
this.i.jm = stringToBrush(v);
|
|
1234
|
+
this._a("actualMenuArrowStroke", brushToString(this.i.jm));
|
|
1235
1235
|
},
|
|
1236
1236
|
enumerable: false,
|
|
1237
1237
|
configurable: true
|
|
@@ -1241,11 +1241,11 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
1241
1241
|
* Gets or sets the background color of the radio when in the unchecked state.
|
|
1242
1242
|
*/
|
|
1243
1243
|
get: function () {
|
|
1244
|
-
return brushToString(this.i.
|
|
1244
|
+
return brushToString(this.i.kj);
|
|
1245
1245
|
},
|
|
1246
1246
|
set: function (v) {
|
|
1247
|
-
this.i.
|
|
1248
|
-
this._a("uncheckedBackgroundColor", brushToString(this.i.
|
|
1247
|
+
this.i.kj = stringToBrush(v);
|
|
1248
|
+
this._a("uncheckedBackgroundColor", brushToString(this.i.kj));
|
|
1249
1249
|
},
|
|
1250
1250
|
enumerable: false,
|
|
1251
1251
|
configurable: true
|
|
@@ -1255,11 +1255,11 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
1255
1255
|
* Gets the actual background color of the radio when in the unchecked state.
|
|
1256
1256
|
*/
|
|
1257
1257
|
get: function () {
|
|
1258
|
-
return brushToString(this.i.
|
|
1258
|
+
return brushToString(this.i.jt);
|
|
1259
1259
|
},
|
|
1260
1260
|
set: function (v) {
|
|
1261
|
-
this.i.
|
|
1262
|
-
this._a("actualUncheckedBackgroundColor", brushToString(this.i.
|
|
1261
|
+
this.i.jt = stringToBrush(v);
|
|
1262
|
+
this._a("actualUncheckedBackgroundColor", brushToString(this.i.jt));
|
|
1263
1263
|
},
|
|
1264
1264
|
enumerable: false,
|
|
1265
1265
|
configurable: true
|
|
@@ -1269,11 +1269,11 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
1269
1269
|
* Gets or sets the background color of the radio when in the checked state.
|
|
1270
1270
|
*/
|
|
1271
1271
|
get: function () {
|
|
1272
|
-
return brushToString(this.i.
|
|
1272
|
+
return brushToString(this.i.jz);
|
|
1273
1273
|
},
|
|
1274
1274
|
set: function (v) {
|
|
1275
|
-
this.i.
|
|
1276
|
-
this._a("checkedBackgroundColor", brushToString(this.i.
|
|
1275
|
+
this.i.jz = stringToBrush(v);
|
|
1276
|
+
this._a("checkedBackgroundColor", brushToString(this.i.jz));
|
|
1277
1277
|
},
|
|
1278
1278
|
enumerable: false,
|
|
1279
1279
|
configurable: true
|
|
@@ -1283,11 +1283,11 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
1283
1283
|
* Gets the actual background color of the radio when in the checked state.
|
|
1284
1284
|
*/
|
|
1285
1285
|
get: function () {
|
|
1286
|
-
return brushToString(this.i.
|
|
1286
|
+
return brushToString(this.i.jb);
|
|
1287
1287
|
},
|
|
1288
1288
|
set: function (v) {
|
|
1289
|
-
this.i.
|
|
1290
|
-
this._a("actualCheckedBackgroundColor", brushToString(this.i.
|
|
1289
|
+
this.i.jb = stringToBrush(v);
|
|
1290
|
+
this._a("actualCheckedBackgroundColor", brushToString(this.i.jb));
|
|
1291
1291
|
},
|
|
1292
1292
|
enumerable: false,
|
|
1293
1293
|
configurable: true
|
|
@@ -1297,11 +1297,11 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
1297
1297
|
* Gets or sets the border color of the radio when in the unchecked state.
|
|
1298
1298
|
*/
|
|
1299
1299
|
get: function () {
|
|
1300
|
-
return brushToString(this.i.
|
|
1300
|
+
return brushToString(this.i.kk);
|
|
1301
1301
|
},
|
|
1302
1302
|
set: function (v) {
|
|
1303
|
-
this.i.
|
|
1304
|
-
this._a("uncheckedBorderColor", brushToString(this.i.
|
|
1303
|
+
this.i.kk = stringToBrush(v);
|
|
1304
|
+
this._a("uncheckedBorderColor", brushToString(this.i.kk));
|
|
1305
1305
|
},
|
|
1306
1306
|
enumerable: false,
|
|
1307
1307
|
configurable: true
|
|
@@ -1311,11 +1311,11 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
1311
1311
|
* Gets the actual border color of the radio when in the unchecked state.
|
|
1312
1312
|
*/
|
|
1313
1313
|
get: function () {
|
|
1314
|
-
return brushToString(this.i.
|
|
1314
|
+
return brushToString(this.i.ju);
|
|
1315
1315
|
},
|
|
1316
1316
|
set: function (v) {
|
|
1317
|
-
this.i.
|
|
1318
|
-
this._a("actualUncheckedBorderColor", brushToString(this.i.
|
|
1317
|
+
this.i.ju = stringToBrush(v);
|
|
1318
|
+
this._a("actualUncheckedBorderColor", brushToString(this.i.ju));
|
|
1319
1319
|
},
|
|
1320
1320
|
enumerable: false,
|
|
1321
1321
|
configurable: true
|
|
@@ -1325,11 +1325,11 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
1325
1325
|
* Gets or sets the border color of the radio when in the checked state.
|
|
1326
1326
|
*/
|
|
1327
1327
|
get: function () {
|
|
1328
|
-
return brushToString(this.i.
|
|
1328
|
+
return brushToString(this.i.j0);
|
|
1329
1329
|
},
|
|
1330
1330
|
set: function (v) {
|
|
1331
|
-
this.i.
|
|
1332
|
-
this._a("checkedBorderColor", brushToString(this.i.
|
|
1331
|
+
this.i.j0 = stringToBrush(v);
|
|
1332
|
+
this._a("checkedBorderColor", brushToString(this.i.j0));
|
|
1333
1333
|
},
|
|
1334
1334
|
enumerable: false,
|
|
1335
1335
|
configurable: true
|
|
@@ -1339,11 +1339,11 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
1339
1339
|
* Gets the actual border color of the radio when in the checked state.
|
|
1340
1340
|
*/
|
|
1341
1341
|
get: function () {
|
|
1342
|
-
return brushToString(this.i.
|
|
1342
|
+
return brushToString(this.i.jc);
|
|
1343
1343
|
},
|
|
1344
1344
|
set: function (v) {
|
|
1345
|
-
this.i.
|
|
1346
|
-
this._a("actualCheckedBorderColor", brushToString(this.i.
|
|
1345
|
+
this.i.jc = stringToBrush(v);
|
|
1346
|
+
this._a("actualCheckedBorderColor", brushToString(this.i.jc));
|
|
1347
1347
|
},
|
|
1348
1348
|
enumerable: false,
|
|
1349
1349
|
configurable: true
|
|
@@ -1353,11 +1353,11 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
1353
1353
|
* Gets or sets the dropdown delay time in milliseconds.
|
|
1354
1354
|
*/
|
|
1355
1355
|
get: function () {
|
|
1356
|
-
return this.i.
|
|
1356
|
+
return this.i.c3;
|
|
1357
1357
|
},
|
|
1358
1358
|
set: function (v) {
|
|
1359
|
-
this.i.
|
|
1360
|
-
this._a("dropdownDelay", this.i.
|
|
1359
|
+
this.i.c3 = +v;
|
|
1360
|
+
this._a("dropdownDelay", this.i.c3);
|
|
1361
1361
|
},
|
|
1362
1362
|
enumerable: false,
|
|
1363
1363
|
configurable: true
|
|
@@ -1367,11 +1367,11 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
1367
1367
|
* Gets the actual dropdown delay.
|
|
1368
1368
|
*/
|
|
1369
1369
|
get: function () {
|
|
1370
|
-
return this.i.
|
|
1370
|
+
return this.i.c1;
|
|
1371
1371
|
},
|
|
1372
1372
|
set: function (v) {
|
|
1373
|
-
this.i.
|
|
1374
|
-
this._a("actualDropdownDelay", this.i.
|
|
1373
|
+
this.i.c1 = +v;
|
|
1374
|
+
this._a("actualDropdownDelay", this.i.c1);
|
|
1375
1375
|
},
|
|
1376
1376
|
enumerable: false,
|
|
1377
1377
|
configurable: true
|
|
@@ -1390,16 +1390,58 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
1390
1390
|
enumerable: false,
|
|
1391
1391
|
configurable: true
|
|
1392
1392
|
});
|
|
1393
|
+
Object.defineProperty(IgcToolPanelComponent.prototype, "checkboxListScrollbarBackground", {
|
|
1394
|
+
/**
|
|
1395
|
+
* Gets or sets the scrollbar background color for checkbox lists hosted in this tool panel's actions.
|
|
1396
|
+
*/
|
|
1397
|
+
get: function () {
|
|
1398
|
+
return brushToString(this.i.jx);
|
|
1399
|
+
},
|
|
1400
|
+
set: function (v) {
|
|
1401
|
+
this.i.jx = stringToBrush(v);
|
|
1402
|
+
this._a("checkboxListScrollbarBackground", brushToString(this.i.jx));
|
|
1403
|
+
},
|
|
1404
|
+
enumerable: false,
|
|
1405
|
+
configurable: true
|
|
1406
|
+
});
|
|
1407
|
+
Object.defineProperty(IgcToolPanelComponent.prototype, "checkboxListScrollbarHoverBackground", {
|
|
1408
|
+
/**
|
|
1409
|
+
* Gets or sets the scrollbar thumb hover background color for checkbox lists hosted in this tool panel's actions.
|
|
1410
|
+
*/
|
|
1411
|
+
get: function () {
|
|
1412
|
+
return brushToString(this.i.jy);
|
|
1413
|
+
},
|
|
1414
|
+
set: function (v) {
|
|
1415
|
+
this.i.jy = stringToBrush(v);
|
|
1416
|
+
this._a("checkboxListScrollbarHoverBackground", brushToString(this.i.jy));
|
|
1417
|
+
},
|
|
1418
|
+
enumerable: false,
|
|
1419
|
+
configurable: true
|
|
1420
|
+
});
|
|
1421
|
+
Object.defineProperty(IgcToolPanelComponent.prototype, "checkboxListScrollbarActiveBackground", {
|
|
1422
|
+
/**
|
|
1423
|
+
* Gets or sets the scrollbar thumb active (dragging) background color for checkbox lists hosted in this tool panel's actions.
|
|
1424
|
+
*/
|
|
1425
|
+
get: function () {
|
|
1426
|
+
return brushToString(this.i.jw);
|
|
1427
|
+
},
|
|
1428
|
+
set: function (v) {
|
|
1429
|
+
this.i.jw = stringToBrush(v);
|
|
1430
|
+
this._a("checkboxListScrollbarActiveBackground", brushToString(this.i.jw));
|
|
1431
|
+
},
|
|
1432
|
+
enumerable: false,
|
|
1433
|
+
configurable: true
|
|
1434
|
+
});
|
|
1393
1435
|
Object.defineProperty(IgcToolPanelComponent.prototype, "itemSpacing", {
|
|
1394
1436
|
/**
|
|
1395
1437
|
* Gets or sets the spacing between items
|
|
1396
1438
|
*/
|
|
1397
1439
|
get: function () {
|
|
1398
|
-
return this.i.
|
|
1440
|
+
return this.i.cl;
|
|
1399
1441
|
},
|
|
1400
1442
|
set: function (v) {
|
|
1401
|
-
this.i.
|
|
1402
|
-
this._a("itemSpacing", this.i.
|
|
1443
|
+
this.i.cl = +v;
|
|
1444
|
+
this._a("itemSpacing", this.i.cl);
|
|
1403
1445
|
},
|
|
1404
1446
|
enumerable: false,
|
|
1405
1447
|
configurable: true
|
|
@@ -1420,7 +1462,7 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
1420
1462
|
});
|
|
1421
1463
|
Object.defineProperty(IgcToolPanelComponent.prototype, "isOpen", {
|
|
1422
1464
|
get: function () {
|
|
1423
|
-
return this.i.
|
|
1465
|
+
return this.i.a6;
|
|
1424
1466
|
},
|
|
1425
1467
|
enumerable: false,
|
|
1426
1468
|
configurable: true
|
|
@@ -1494,84 +1536,84 @@ export var IgcToolPanelComponent = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
1494
1536
|
this._inStyling = false;
|
|
1495
1537
|
};
|
|
1496
1538
|
IgcToolPanelComponent.prototype.refresh = function () {
|
|
1497
|
-
this.i.
|
|
1539
|
+
this.i.g3();
|
|
1498
1540
|
};
|
|
1499
1541
|
IgcToolPanelComponent.prototype.getDesiredSize = function () {
|
|
1500
|
-
var iv = this.i.
|
|
1542
|
+
var iv = this.i.kn();
|
|
1501
1543
|
return fromSize(iv);
|
|
1502
1544
|
};
|
|
1503
1545
|
IgcToolPanelComponent.prototype.flushRefresh = function () {
|
|
1504
|
-
this.i.
|
|
1546
|
+
this.i.gi();
|
|
1505
1547
|
};
|
|
1506
1548
|
/**
|
|
1507
1549
|
* Forces any open sub menus to close.
|
|
1508
1550
|
|
|
1509
1551
|
*/
|
|
1510
1552
|
IgcToolPanelComponent.prototype.closeSubmenus = function () {
|
|
1511
|
-
this.i.
|
|
1553
|
+
this.i.gd();
|
|
1512
1554
|
};
|
|
1513
1555
|
IgcToolPanelComponent.prototype.exportVisualData = function () {
|
|
1514
|
-
var iv = this.i.
|
|
1556
|
+
var iv = this.i.c8();
|
|
1515
1557
|
return (iv);
|
|
1516
1558
|
};
|
|
1517
1559
|
IgcToolPanelComponent.prototype.exportSerializedVisualData = function () {
|
|
1518
|
-
var iv = this.i.
|
|
1560
|
+
var iv = this.i.ey();
|
|
1519
1561
|
return (iv);
|
|
1520
1562
|
};
|
|
1521
1563
|
IgcToolPanelComponent.prototype.setBrushContextItem = function (key, value) {
|
|
1522
|
-
this.i.
|
|
1564
|
+
this.i.hc(key, stringToBrush(value));
|
|
1523
1565
|
};
|
|
1524
1566
|
IgcToolPanelComponent.prototype.getBrushContextItem = function (key) {
|
|
1525
|
-
var iv = this.i.
|
|
1567
|
+
var iv = this.i.j2(key);
|
|
1526
1568
|
return brushToString(iv);
|
|
1527
1569
|
};
|
|
1528
1570
|
IgcToolPanelComponent.prototype.setBrushCollectionContextItem = function (key, value) {
|
|
1529
|
-
this.i.
|
|
1571
|
+
this.i.ha(key, toBrushCollection(value));
|
|
1530
1572
|
};
|
|
1531
1573
|
IgcToolPanelComponent.prototype.getBrushCollectionContextItem = function (key) {
|
|
1532
1574
|
var iv = this.i.a(key);
|
|
1533
1575
|
return fromBrushCollection(iv);
|
|
1534
1576
|
};
|
|
1535
1577
|
IgcToolPanelComponent.prototype.setDoubleContextItem = function (key, value) {
|
|
1536
|
-
this.i.
|
|
1578
|
+
this.i.hk(key, value);
|
|
1537
1579
|
};
|
|
1538
1580
|
IgcToolPanelComponent.prototype.getDoubleContextItem = function (key) {
|
|
1539
|
-
var iv = this.i.
|
|
1581
|
+
var iv = this.i.ch(key);
|
|
1540
1582
|
return (iv);
|
|
1541
1583
|
};
|
|
1542
1584
|
IgcToolPanelComponent.prototype.setIntContextItem = function (key, value) {
|
|
1543
|
-
this.i.
|
|
1585
|
+
this.i.hm(key, value);
|
|
1544
1586
|
};
|
|
1545
1587
|
IgcToolPanelComponent.prototype.getIntContextItem = function (key) {
|
|
1546
|
-
var iv = this.i.
|
|
1588
|
+
var iv = this.i.c4(key);
|
|
1547
1589
|
return (iv);
|
|
1548
1590
|
};
|
|
1549
1591
|
IgcToolPanelComponent.prototype.setStringContextItem = function (key, value) {
|
|
1550
|
-
this.i.
|
|
1592
|
+
this.i.ho(key, value);
|
|
1551
1593
|
};
|
|
1552
1594
|
IgcToolPanelComponent.prototype.getStringContextItem = function (key) {
|
|
1553
|
-
var iv = this.i.
|
|
1595
|
+
var iv = this.i.ez(key);
|
|
1554
1596
|
return (iv);
|
|
1555
1597
|
};
|
|
1556
1598
|
IgcToolPanelComponent.prototype.setBoolContextItem = function (key, value) {
|
|
1557
|
-
this.i.
|
|
1599
|
+
this.i.g8(key, value);
|
|
1558
1600
|
};
|
|
1559
1601
|
IgcToolPanelComponent.prototype.getBoolContextItem = function (key) {
|
|
1560
1602
|
var iv = this.i.a2(key);
|
|
1561
1603
|
return (iv);
|
|
1562
1604
|
};
|
|
1563
1605
|
IgcToolPanelComponent.prototype.setColorContextItem = function (key, value) {
|
|
1564
|
-
this.i.
|
|
1606
|
+
this.i.he(key, stringToColor(value));
|
|
1565
1607
|
};
|
|
1566
1608
|
IgcToolPanelComponent.prototype.getColorContextItem = function (key) {
|
|
1567
|
-
var iv = this.i.
|
|
1609
|
+
var iv = this.i.kl(key);
|
|
1568
1610
|
return colorToString(iv);
|
|
1569
1611
|
};
|
|
1570
1612
|
IgcToolPanelComponent.prototype.setDataContextItem = function (key, value) {
|
|
1571
|
-
this.i.
|
|
1613
|
+
this.i.hi(key, value);
|
|
1572
1614
|
};
|
|
1573
1615
|
IgcToolPanelComponent.prototype.getDataContextItem = function (key) {
|
|
1574
|
-
var iv = this.i.
|
|
1616
|
+
var iv = this.i.db(key);
|
|
1575
1617
|
return (iv);
|
|
1576
1618
|
};
|
|
1577
1619
|
Object.defineProperty(IgcToolPanelComponent.prototype, "contentRefreshed", {
|