igniteui-webcomponents-layouts 5.0.2 → 5.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-layouts.umd.js +715 -623
- package/bundles/igniteui-webcomponents-layouts.umd.min.js +1 -1
- package/esm2015/lib/NativeUILayoutFactory_combined.js +609 -531
- package/esm2015/lib/igc-tool-action-icon-button-component.js +30 -30
- package/esm2015/lib/igc-tool-action-icon-menu-component.js +9 -9
- package/esm2015/lib/igc-toolbar-component.js +81 -67
- package/esm5/lib/NativeUILayoutFactory_combined.js +595 -517
- package/esm5/lib/igc-tool-action-icon-button-component.js +30 -30
- package/esm5/lib/igc-tool-action-icon-menu-component.js +9 -9
- package/esm5/lib/igc-toolbar-component.js +81 -67
- package/fesm2015/igniteui-webcomponents-layouts.js +729 -637
- package/fesm5/igniteui-webcomponents-layouts.js +715 -623
- package/lib/NativeUILayoutFactory_combined.d.ts +140 -134
- package/lib/igc-toolbar-component.d.ts +4 -0
- package/package.json +3 -3
|
@@ -69,11 +69,11 @@ var IgcToolActionIconButtonComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
69
69
|
* Gets or sets how long it takes before the tooltip is displayed (in milliseconds).
|
|
70
70
|
*/
|
|
71
71
|
get: function () {
|
|
72
|
-
return this.i.
|
|
72
|
+
return this.i.ic;
|
|
73
73
|
},
|
|
74
74
|
set: function (v) {
|
|
75
|
-
this.i.
|
|
76
|
-
this._a("tooltipDelay", this.i.
|
|
75
|
+
this.i.ic = +v;
|
|
76
|
+
this._a("tooltipDelay", this.i.ic);
|
|
77
77
|
},
|
|
78
78
|
enumerable: false,
|
|
79
79
|
configurable: true
|
|
@@ -83,99 +83,99 @@ var IgcToolActionIconButtonComponent = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
83
83
|
* Gets the actual delay before the tooltip is displayed (in milliseconds).
|
|
84
84
|
*/
|
|
85
85
|
get: function () {
|
|
86
|
-
return this.i.
|
|
86
|
+
return this.i.ib;
|
|
87
87
|
},
|
|
88
88
|
set: function (v) {
|
|
89
|
-
this.i.
|
|
90
|
-
this._a("actualTooltipDelay", this.i.
|
|
89
|
+
this.i.ib = +v;
|
|
90
|
+
this._a("actualTooltipDelay", this.i.ib);
|
|
91
91
|
},
|
|
92
92
|
enumerable: false,
|
|
93
93
|
configurable: true
|
|
94
94
|
});
|
|
95
95
|
Object.defineProperty(IgcToolActionIconButtonComponent.prototype, "contentPaddingLeft", {
|
|
96
96
|
get: function () {
|
|
97
|
-
return this.i.
|
|
97
|
+
return this.i.h4;
|
|
98
98
|
},
|
|
99
99
|
set: function (v) {
|
|
100
|
-
this.i.
|
|
101
|
-
this._a("contentPaddingLeft", this.i.
|
|
100
|
+
this.i.h4 = +v;
|
|
101
|
+
this._a("contentPaddingLeft", this.i.h4);
|
|
102
102
|
},
|
|
103
103
|
enumerable: false,
|
|
104
104
|
configurable: true
|
|
105
105
|
});
|
|
106
106
|
Object.defineProperty(IgcToolActionIconButtonComponent.prototype, "actualContentPaddingLeft", {
|
|
107
107
|
get: function () {
|
|
108
|
-
return this.i.
|
|
108
|
+
return this.i.h0;
|
|
109
109
|
},
|
|
110
110
|
set: function (v) {
|
|
111
|
-
this.i.
|
|
112
|
-
this._a("actualContentPaddingLeft", this.i.
|
|
111
|
+
this.i.h0 = +v;
|
|
112
|
+
this._a("actualContentPaddingLeft", this.i.h0);
|
|
113
113
|
},
|
|
114
114
|
enumerable: false,
|
|
115
115
|
configurable: true
|
|
116
116
|
});
|
|
117
117
|
Object.defineProperty(IgcToolActionIconButtonComponent.prototype, "contentPaddingTop", {
|
|
118
118
|
get: function () {
|
|
119
|
-
return this.i.
|
|
119
|
+
return this.i.h6;
|
|
120
120
|
},
|
|
121
121
|
set: function (v) {
|
|
122
|
-
this.i.
|
|
123
|
-
this._a("contentPaddingTop", this.i.
|
|
122
|
+
this.i.h6 = +v;
|
|
123
|
+
this._a("contentPaddingTop", this.i.h6);
|
|
124
124
|
},
|
|
125
125
|
enumerable: false,
|
|
126
126
|
configurable: true
|
|
127
127
|
});
|
|
128
128
|
Object.defineProperty(IgcToolActionIconButtonComponent.prototype, "actualContentPaddingTop", {
|
|
129
129
|
get: function () {
|
|
130
|
-
return this.i.
|
|
130
|
+
return this.i.h2;
|
|
131
131
|
},
|
|
132
132
|
set: function (v) {
|
|
133
|
-
this.i.
|
|
134
|
-
this._a("actualContentPaddingTop", this.i.
|
|
133
|
+
this.i.h2 = +v;
|
|
134
|
+
this._a("actualContentPaddingTop", this.i.h2);
|
|
135
135
|
},
|
|
136
136
|
enumerable: false,
|
|
137
137
|
configurable: true
|
|
138
138
|
});
|
|
139
139
|
Object.defineProperty(IgcToolActionIconButtonComponent.prototype, "contentPaddingRight", {
|
|
140
140
|
get: function () {
|
|
141
|
-
return this.i.
|
|
141
|
+
return this.i.h5;
|
|
142
142
|
},
|
|
143
143
|
set: function (v) {
|
|
144
|
-
this.i.
|
|
145
|
-
this._a("contentPaddingRight", this.i.
|
|
144
|
+
this.i.h5 = +v;
|
|
145
|
+
this._a("contentPaddingRight", this.i.h5);
|
|
146
146
|
},
|
|
147
147
|
enumerable: false,
|
|
148
148
|
configurable: true
|
|
149
149
|
});
|
|
150
150
|
Object.defineProperty(IgcToolActionIconButtonComponent.prototype, "actualContentPaddingRight", {
|
|
151
151
|
get: function () {
|
|
152
|
-
return this.i.
|
|
152
|
+
return this.i.h1;
|
|
153
153
|
},
|
|
154
154
|
set: function (v) {
|
|
155
|
-
this.i.
|
|
156
|
-
this._a("actualContentPaddingRight", this.i.
|
|
155
|
+
this.i.h1 = +v;
|
|
156
|
+
this._a("actualContentPaddingRight", this.i.h1);
|
|
157
157
|
},
|
|
158
158
|
enumerable: false,
|
|
159
159
|
configurable: true
|
|
160
160
|
});
|
|
161
161
|
Object.defineProperty(IgcToolActionIconButtonComponent.prototype, "contentPaddingBottom", {
|
|
162
162
|
get: function () {
|
|
163
|
-
return this.i.
|
|
163
|
+
return this.i.h3;
|
|
164
164
|
},
|
|
165
165
|
set: function (v) {
|
|
166
|
-
this.i.
|
|
167
|
-
this._a("contentPaddingBottom", this.i.
|
|
166
|
+
this.i.h3 = +v;
|
|
167
|
+
this._a("contentPaddingBottom", this.i.h3);
|
|
168
168
|
},
|
|
169
169
|
enumerable: false,
|
|
170
170
|
configurable: true
|
|
171
171
|
});
|
|
172
172
|
Object.defineProperty(IgcToolActionIconButtonComponent.prototype, "actualContentPaddingBottom", {
|
|
173
173
|
get: function () {
|
|
174
|
-
return this.i.
|
|
174
|
+
return this.i.hz;
|
|
175
175
|
},
|
|
176
176
|
set: function (v) {
|
|
177
|
-
this.i.
|
|
178
|
-
this._a("actualContentPaddingBottom", this.i.
|
|
177
|
+
this.i.hz = +v;
|
|
178
|
+
this._a("actualContentPaddingBottom", this.i.hz);
|
|
179
179
|
},
|
|
180
180
|
enumerable: false,
|
|
181
181
|
configurable: true
|
|
@@ -69,11 +69,11 @@ var IgcToolActionIconMenuComponent = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
69
69
|
* Gets or sets the stroke color of the arrow icon.
|
|
70
70
|
*/
|
|
71
71
|
get: function () {
|
|
72
|
-
return brushToString(this.i.
|
|
72
|
+
return brushToString(this.i.jv);
|
|
73
73
|
},
|
|
74
74
|
set: function (v) {
|
|
75
|
-
this.i.
|
|
76
|
-
this._a("arrowStroke", brushToString(this.i.
|
|
75
|
+
this.i.jv = stringToBrush(v);
|
|
76
|
+
this._a("arrowStroke", brushToString(this.i.jv));
|
|
77
77
|
},
|
|
78
78
|
enumerable: false,
|
|
79
79
|
configurable: true
|
|
@@ -83,11 +83,11 @@ var IgcToolActionIconMenuComponent = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
83
83
|
* Gets the actual stroke color of the arrow icon.
|
|
84
84
|
*/
|
|
85
85
|
get: function () {
|
|
86
|
-
return brushToString(this.i.
|
|
86
|
+
return brushToString(this.i.ju);
|
|
87
87
|
},
|
|
88
88
|
set: function (v) {
|
|
89
|
-
this.i.
|
|
90
|
-
this._a("actualArrowStroke", brushToString(this.i.
|
|
89
|
+
this.i.ju = stringToBrush(v);
|
|
90
|
+
this._a("actualArrowStroke", brushToString(this.i.ju));
|
|
91
91
|
},
|
|
92
92
|
enumerable: false,
|
|
93
93
|
configurable: true
|
|
@@ -97,11 +97,11 @@ var IgcToolActionIconMenuComponent = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
97
97
|
* Gets or sets whether the arrow icon should be shown.
|
|
98
98
|
*/
|
|
99
99
|
get: function () {
|
|
100
|
-
return this.i.
|
|
100
|
+
return this.i.jh;
|
|
101
101
|
},
|
|
102
102
|
set: function (v) {
|
|
103
|
-
this.i.
|
|
104
|
-
this._a("showArrowIcon", this.i.
|
|
103
|
+
this.i.jh = ensureBool(v);
|
|
104
|
+
this._a("showArrowIcon", this.i.jh);
|
|
105
105
|
},
|
|
106
106
|
enumerable: false,
|
|
107
107
|
configurable: true
|
|
@@ -394,11 +394,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
394
394
|
* Gets or sets the color to use for the background of the component.
|
|
395
395
|
*/
|
|
396
396
|
get: function () {
|
|
397
|
-
return brushToString(this.i.
|
|
397
|
+
return brushToString(this.i.d8);
|
|
398
398
|
},
|
|
399
399
|
set: function (v) {
|
|
400
|
-
this.i.
|
|
401
|
-
this._a("backgroundColor", brushToString(this.i.
|
|
400
|
+
this.i.d8 = stringToBrush(v);
|
|
401
|
+
this._a("backgroundColor", brushToString(this.i.d8));
|
|
402
402
|
},
|
|
403
403
|
enumerable: false,
|
|
404
404
|
configurable: true
|
|
@@ -408,11 +408,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
408
408
|
* Gets or sets the background color for submenus.
|
|
409
409
|
*/
|
|
410
410
|
get: function () {
|
|
411
|
-
return brushToString(this.i.
|
|
411
|
+
return brushToString(this.i.el);
|
|
412
412
|
},
|
|
413
413
|
set: function (v) {
|
|
414
|
-
this.i.
|
|
415
|
-
this._a("submenuBackgroundColor", brushToString(this.i.
|
|
414
|
+
this.i.el = stringToBrush(v);
|
|
415
|
+
this._a("submenuBackgroundColor", brushToString(this.i.el));
|
|
416
416
|
},
|
|
417
417
|
enumerable: false,
|
|
418
418
|
configurable: true
|
|
@@ -422,11 +422,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
422
422
|
* Gets or sets the group header background color.
|
|
423
423
|
*/
|
|
424
424
|
get: function () {
|
|
425
|
-
return brushToString(this.i.
|
|
425
|
+
return brushToString(this.i.ec);
|
|
426
426
|
},
|
|
427
427
|
set: function (v) {
|
|
428
|
-
this.i.
|
|
429
|
-
this._a("groupHeaderBackgroundColor", brushToString(this.i.
|
|
428
|
+
this.i.ec = stringToBrush(v);
|
|
429
|
+
this._a("groupHeaderBackgroundColor", brushToString(this.i.ec));
|
|
430
430
|
},
|
|
431
431
|
enumerable: false,
|
|
432
432
|
configurable: true
|
|
@@ -436,11 +436,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
436
436
|
* Gets or sets the separator background color.
|
|
437
437
|
*/
|
|
438
438
|
get: function () {
|
|
439
|
-
return brushToString(this.i.
|
|
439
|
+
return brushToString(this.i.ek);
|
|
440
440
|
},
|
|
441
441
|
set: function (v) {
|
|
442
|
-
this.i.
|
|
443
|
-
this._a("separatorBackgroundColor", brushToString(this.i.
|
|
442
|
+
this.i.ek = stringToBrush(v);
|
|
443
|
+
this._a("separatorBackgroundColor", brushToString(this.i.ek));
|
|
444
444
|
},
|
|
445
445
|
enumerable: false,
|
|
446
446
|
configurable: true
|
|
@@ -450,11 +450,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
450
450
|
* Gets or sets the hover background color.
|
|
451
451
|
*/
|
|
452
452
|
get: function () {
|
|
453
|
-
return brushToString(this.i.
|
|
453
|
+
return brushToString(this.i.eg);
|
|
454
454
|
},
|
|
455
455
|
set: function (v) {
|
|
456
|
-
this.i.
|
|
457
|
-
this._a("hoverBackgroundColor", brushToString(this.i.
|
|
456
|
+
this.i.eg = stringToBrush(v);
|
|
457
|
+
this._a("hoverBackgroundColor", brushToString(this.i.eg));
|
|
458
458
|
},
|
|
459
459
|
enumerable: false,
|
|
460
460
|
configurable: true
|
|
@@ -464,11 +464,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
464
464
|
* Gets or sets the color to use for the text of the component.
|
|
465
465
|
*/
|
|
466
466
|
get: function () {
|
|
467
|
-
return brushToString(this.i.
|
|
467
|
+
return brushToString(this.i.en);
|
|
468
468
|
},
|
|
469
469
|
set: function (v) {
|
|
470
|
-
this.i.
|
|
471
|
-
this._a("textColor", brushToString(this.i.
|
|
470
|
+
this.i.en = stringToBrush(v);
|
|
471
|
+
this._a("textColor", brushToString(this.i.en));
|
|
472
472
|
},
|
|
473
473
|
enumerable: false,
|
|
474
474
|
configurable: true
|
|
@@ -478,11 +478,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
478
478
|
* Gets or sets the color to use for the text in disabled tool actions.
|
|
479
479
|
*/
|
|
480
480
|
get: function () {
|
|
481
|
-
return brushToString(this.i.
|
|
481
|
+
return brushToString(this.i.eb);
|
|
482
482
|
},
|
|
483
483
|
set: function (v) {
|
|
484
|
-
this.i.
|
|
485
|
-
this._a("disabledTextColor", brushToString(this.i.
|
|
484
|
+
this.i.eb = stringToBrush(v);
|
|
485
|
+
this._a("disabledTextColor", brushToString(this.i.eb));
|
|
486
486
|
},
|
|
487
487
|
enumerable: false,
|
|
488
488
|
configurable: true
|
|
@@ -492,11 +492,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
492
492
|
* Gets or sets the text color for group header tool actions.
|
|
493
493
|
*/
|
|
494
494
|
get: function () {
|
|
495
|
-
return brushToString(this.i.
|
|
495
|
+
return brushToString(this.i.ee);
|
|
496
496
|
},
|
|
497
497
|
set: function (v) {
|
|
498
|
-
this.i.
|
|
499
|
-
this._a("groupHeaderTextColor", brushToString(this.i.
|
|
498
|
+
this.i.ee = stringToBrush(v);
|
|
499
|
+
this._a("groupHeaderTextColor", brushToString(this.i.ee));
|
|
500
500
|
},
|
|
501
501
|
enumerable: false,
|
|
502
502
|
configurable: true
|
|
@@ -506,11 +506,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
506
506
|
* Gets or sets the tooltip text color.
|
|
507
507
|
*/
|
|
508
508
|
get: function () {
|
|
509
|
-
return brushToString(this.i.
|
|
509
|
+
return brushToString(this.i.ep);
|
|
510
510
|
},
|
|
511
511
|
set: function (v) {
|
|
512
|
-
this.i.
|
|
513
|
-
this._a("toolTipTextColor", brushToString(this.i.
|
|
512
|
+
this.i.ep = stringToBrush(v);
|
|
513
|
+
this._a("toolTipTextColor", brushToString(this.i.ep));
|
|
514
514
|
},
|
|
515
515
|
enumerable: false,
|
|
516
516
|
configurable: true
|
|
@@ -520,11 +520,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
520
520
|
* Gets or sets the tooltip background color.
|
|
521
521
|
*/
|
|
522
522
|
get: function () {
|
|
523
|
-
return brushToString(this.i.
|
|
523
|
+
return brushToString(this.i.eo);
|
|
524
524
|
},
|
|
525
525
|
set: function (v) {
|
|
526
|
-
this.i.
|
|
527
|
-
this._a("toolTipBackgroundColor", brushToString(this.i.
|
|
526
|
+
this.i.eo = stringToBrush(v);
|
|
527
|
+
this._a("toolTipBackgroundColor", brushToString(this.i.eo));
|
|
528
528
|
},
|
|
529
529
|
enumerable: false,
|
|
530
530
|
configurable: true
|
|
@@ -562,11 +562,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
562
562
|
* Gets or sets the fill color of icons in the ToolPanel.
|
|
563
563
|
*/
|
|
564
564
|
get: function () {
|
|
565
|
-
return brushToString(this.i.
|
|
565
|
+
return brushToString(this.i.eh);
|
|
566
566
|
},
|
|
567
567
|
set: function (v) {
|
|
568
|
-
this.i.
|
|
569
|
-
this._a("iconFill", brushToString(this.i.
|
|
568
|
+
this.i.eh = stringToBrush(v);
|
|
569
|
+
this._a("iconFill", brushToString(this.i.eh));
|
|
570
570
|
},
|
|
571
571
|
enumerable: false,
|
|
572
572
|
configurable: true
|
|
@@ -576,11 +576,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
576
576
|
* Gets or sets the stroke color of icons in the ToolPanel.
|
|
577
577
|
*/
|
|
578
578
|
get: function () {
|
|
579
|
-
return brushToString(this.i.
|
|
579
|
+
return brushToString(this.i.ei);
|
|
580
580
|
},
|
|
581
581
|
set: function (v) {
|
|
582
|
-
this.i.
|
|
583
|
-
this._a("iconStroke", brushToString(this.i.
|
|
582
|
+
this.i.ei = stringToBrush(v);
|
|
583
|
+
this._a("iconStroke", brushToString(this.i.ei));
|
|
584
584
|
},
|
|
585
585
|
enumerable: false,
|
|
586
586
|
configurable: true
|
|
@@ -773,11 +773,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
773
773
|
});
|
|
774
774
|
Object.defineProperty(IgcToolbarComponent.prototype, "highlightColor", {
|
|
775
775
|
get: function () {
|
|
776
|
-
return brushToString(this.i.
|
|
776
|
+
return brushToString(this.i.ef);
|
|
777
777
|
},
|
|
778
778
|
set: function (v) {
|
|
779
|
-
this.i.
|
|
780
|
-
this._a("highlightColor", brushToString(this.i.
|
|
779
|
+
this.i.ef = stringToBrush(v);
|
|
780
|
+
this._a("highlightColor", brushToString(this.i.ef));
|
|
781
781
|
},
|
|
782
782
|
enumerable: false,
|
|
783
783
|
configurable: true
|
|
@@ -787,11 +787,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
787
787
|
* Gets or sets the stroke color for all icon menu dropdown arrows.
|
|
788
788
|
*/
|
|
789
789
|
get: function () {
|
|
790
|
-
return brushToString(this.i.
|
|
790
|
+
return brushToString(this.i.ej);
|
|
791
791
|
},
|
|
792
792
|
set: function (v) {
|
|
793
|
-
this.i.
|
|
794
|
-
this._a("menuArrowStroke", brushToString(this.i.
|
|
793
|
+
this.i.ej = stringToBrush(v);
|
|
794
|
+
this._a("menuArrowStroke", brushToString(this.i.ej));
|
|
795
795
|
},
|
|
796
796
|
enumerable: false,
|
|
797
797
|
configurable: true
|
|
@@ -801,11 +801,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
801
801
|
* Gets or sets the background color of the radio when in the unchecked state.
|
|
802
802
|
*/
|
|
803
803
|
get: function () {
|
|
804
|
-
return brushToString(this.i.
|
|
804
|
+
return brushToString(this.i.eq);
|
|
805
805
|
},
|
|
806
806
|
set: function (v) {
|
|
807
|
-
this.i.
|
|
808
|
-
this._a("uncheckedBackgroundColor", brushToString(this.i.
|
|
807
|
+
this.i.eq = stringToBrush(v);
|
|
808
|
+
this._a("uncheckedBackgroundColor", brushToString(this.i.eq));
|
|
809
809
|
},
|
|
810
810
|
enumerable: false,
|
|
811
811
|
configurable: true
|
|
@@ -815,11 +815,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
815
815
|
* Gets or sets the background color of the radio when in the checked state.
|
|
816
816
|
*/
|
|
817
817
|
get: function () {
|
|
818
|
-
return brushToString(this.i.
|
|
818
|
+
return brushToString(this.i.d9);
|
|
819
819
|
},
|
|
820
820
|
set: function (v) {
|
|
821
|
-
this.i.
|
|
822
|
-
this._a("checkedBackgroundColor", brushToString(this.i.
|
|
821
|
+
this.i.d9 = stringToBrush(v);
|
|
822
|
+
this._a("checkedBackgroundColor", brushToString(this.i.d9));
|
|
823
823
|
},
|
|
824
824
|
enumerable: false,
|
|
825
825
|
configurable: true
|
|
@@ -829,11 +829,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
829
829
|
* Gets or sets the border color of the radio when in the unchecked state.
|
|
830
830
|
*/
|
|
831
831
|
get: function () {
|
|
832
|
-
return brushToString(this.i.
|
|
832
|
+
return brushToString(this.i.er);
|
|
833
833
|
},
|
|
834
834
|
set: function (v) {
|
|
835
|
-
this.i.
|
|
836
|
-
this._a("uncheckedBorderColor", brushToString(this.i.
|
|
835
|
+
this.i.er = stringToBrush(v);
|
|
836
|
+
this._a("uncheckedBorderColor", brushToString(this.i.er));
|
|
837
837
|
},
|
|
838
838
|
enumerable: false,
|
|
839
839
|
configurable: true
|
|
@@ -843,11 +843,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
843
843
|
* Gets or sets the border color of the radio when in the checked state.
|
|
844
844
|
*/
|
|
845
845
|
get: function () {
|
|
846
|
-
return brushToString(this.i.
|
|
846
|
+
return brushToString(this.i.ea);
|
|
847
847
|
},
|
|
848
848
|
set: function (v) {
|
|
849
|
-
this.i.
|
|
850
|
-
this._a("checkedBorderColor", brushToString(this.i.
|
|
849
|
+
this.i.ea = stringToBrush(v);
|
|
850
|
+
this._a("checkedBorderColor", brushToString(this.i.ea));
|
|
851
851
|
},
|
|
852
852
|
enumerable: false,
|
|
853
853
|
configurable: true
|
|
@@ -871,11 +871,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
871
871
|
* Gets or sets the text color for subtitles.
|
|
872
872
|
*/
|
|
873
873
|
get: function () {
|
|
874
|
-
return brushToString(this.i.
|
|
874
|
+
return brushToString(this.i.em);
|
|
875
875
|
},
|
|
876
876
|
set: function (v) {
|
|
877
|
-
this.i.
|
|
878
|
-
this._a("subtitleTextColor", brushToString(this.i.
|
|
877
|
+
this.i.em = stringToBrush(v);
|
|
878
|
+
this._a("subtitleTextColor", brushToString(this.i.em));
|
|
879
879
|
},
|
|
880
880
|
enumerable: false,
|
|
881
881
|
configurable: true
|
|
@@ -885,11 +885,11 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
885
885
|
* Gets or sets the text color for group header subtitles.
|
|
886
886
|
*/
|
|
887
887
|
get: function () {
|
|
888
|
-
return brushToString(this.i.
|
|
888
|
+
return brushToString(this.i.ed);
|
|
889
889
|
},
|
|
890
890
|
set: function (v) {
|
|
891
|
-
this.i.
|
|
892
|
-
this._a("groupHeaderSubtitleTextColor", brushToString(this.i.
|
|
891
|
+
this.i.ed = stringToBrush(v);
|
|
892
|
+
this._a("groupHeaderSubtitleTextColor", brushToString(this.i.ed));
|
|
893
893
|
},
|
|
894
894
|
enumerable: false,
|
|
895
895
|
configurable: true
|
|
@@ -987,7 +987,7 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
987
987
|
|
|
988
988
|
*/
|
|
989
989
|
IgcToolbarComponent.prototype.getDesiredSize = function () {
|
|
990
|
-
var iv = this.i.
|
|
990
|
+
var iv = this.i.es();
|
|
991
991
|
return fromSize(iv);
|
|
992
992
|
};
|
|
993
993
|
/**
|
|
@@ -995,27 +995,41 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
995
995
|
|
|
996
996
|
*/
|
|
997
997
|
IgcToolbarComponent.prototype.closeSubmenus = function () {
|
|
998
|
-
this.i.
|
|
998
|
+
this.i.cy();
|
|
999
999
|
};
|
|
1000
1000
|
IgcToolbarComponent.prototype.onCommandStateChanged = function (id, type, value) {
|
|
1001
1001
|
this.i.onCommandStateChanged(id, (type == null ? null : type), value);
|
|
1002
1002
|
};
|
|
1003
1003
|
IgcToolbarComponent.prototype.registerIconFromText = function (iconCollection, iconName, iconText) {
|
|
1004
|
-
this.i.
|
|
1004
|
+
this.i.dg(iconCollection, iconName, iconText);
|
|
1005
1005
|
};
|
|
1006
1006
|
IgcToolbarComponent.prototype.getIconFromCache = function (iconCollection, iconName) {
|
|
1007
|
-
var iv = this.i.
|
|
1007
|
+
var iv = this.i.bv(iconCollection, iconName);
|
|
1008
1008
|
return (iv);
|
|
1009
1009
|
};
|
|
1010
1010
|
IgcToolbarComponent.prototype.registerMultiPathSVG = function (iconCollection, iconName, multiPathSVG) {
|
|
1011
|
-
this.i.
|
|
1011
|
+
this.i.di(iconCollection, iconName, multiPathSVG);
|
|
1012
1012
|
};
|
|
1013
1013
|
IgcToolbarComponent.prototype.getMultiPathSVGFromCache = function (iconCollection, iconName) {
|
|
1014
1014
|
var iv = this.i.a(iconCollection, iconName);
|
|
1015
1015
|
return (iv);
|
|
1016
1016
|
};
|
|
1017
|
+
IgcToolbarComponent.prototype.registerIconFromDataURL = function (iconCollection, iconName, dataURL) {
|
|
1018
|
+
this.i.df(iconCollection, iconName, dataURL);
|
|
1019
|
+
};
|
|
1020
|
+
IgcToolbarComponent.prototype.getDataURLFromCache = function (iconCollection, iconName) {
|
|
1021
|
+
var iv = this.i.bu(iconCollection, iconName);
|
|
1022
|
+
return (iv);
|
|
1023
|
+
};
|
|
1024
|
+
IgcToolbarComponent.prototype.registerIconSource = function (iconCollection, iconName, source) {
|
|
1025
|
+
this.i.dh(iconCollection, iconName, source);
|
|
1026
|
+
};
|
|
1027
|
+
IgcToolbarComponent.prototype.getIconSource = function (iconCollection, iconName) {
|
|
1028
|
+
var iv = this.i.bf(iconCollection, iconName);
|
|
1029
|
+
return (iv);
|
|
1030
|
+
};
|
|
1017
1031
|
IgcToolbarComponent.prototype.setContextItem = function (key, value) {
|
|
1018
|
-
this.i.
|
|
1032
|
+
this.i.dj(key, value);
|
|
1019
1033
|
};
|
|
1020
1034
|
IgcToolbarComponent.prototype.getContextItem = function (key) {
|
|
1021
1035
|
var iv = this.i.be(key);
|
|
@@ -1034,7 +1048,7 @@ var IgcToolbarComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1034
1048
|
|
|
1035
1049
|
*/
|
|
1036
1050
|
IgcToolbarComponent.prototype.exportSerializedVisualData = function () {
|
|
1037
|
-
var iv = this.i.
|
|
1051
|
+
var iv = this.i.bt();
|
|
1038
1052
|
return (iv);
|
|
1039
1053
|
};
|
|
1040
1054
|
Object.defineProperty(IgcToolbarComponent.prototype, "onCommand", {
|