igniteui-angular-inputs 21.0.0 → 21.0.1-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-angular-inputs.umd.js +3640 -3311
- package/bundles/igniteui-angular-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/igx-x-button-component.js +399 -399
- package/esm2015/lib/igx-x-button-group-component.js +124 -124
- 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/igx-x-button-component.js +399 -399
- package/esm5/lib/igx-x-button-group-component.js +124 -124
- package/fesm2015/igniteui-angular-inputs.js +3743 -3414
- package/fesm5/igniteui-angular-inputs.js +3641 -3312
- 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
|
@@ -157,10 +157,10 @@ var IgxXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
157
157
|
* Gets or sets the base built in theme to use for the button group.
|
|
158
158
|
*/
|
|
159
159
|
get: function () {
|
|
160
|
-
return this.i.
|
|
160
|
+
return this.i.q;
|
|
161
161
|
},
|
|
162
162
|
set: function (v) {
|
|
163
|
-
this.i.
|
|
163
|
+
this.i.q = ensureEnum(BaseControlTheme_$type, v);
|
|
164
164
|
},
|
|
165
165
|
enumerable: false,
|
|
166
166
|
configurable: true
|
|
@@ -170,10 +170,10 @@ var IgxXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
170
170
|
* Gets or sets the display density to use for the button group.
|
|
171
171
|
*/
|
|
172
172
|
get: function () {
|
|
173
|
-
return this.i.
|
|
173
|
+
return this.i.u;
|
|
174
174
|
},
|
|
175
175
|
set: function (v) {
|
|
176
|
-
this.i.
|
|
176
|
+
this.i.u = ensureEnum(ControlDisplayDensity_$type, v);
|
|
177
177
|
},
|
|
178
178
|
enumerable: false,
|
|
179
179
|
configurable: true
|
|
@@ -183,10 +183,10 @@ var IgxXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
183
183
|
* Gets the actual display density to use for the button group.
|
|
184
184
|
*/
|
|
185
185
|
get: function () {
|
|
186
|
-
return this.i.
|
|
186
|
+
return this.i.t;
|
|
187
187
|
},
|
|
188
188
|
set: function (v) {
|
|
189
|
-
this.i.
|
|
189
|
+
this.i.t = ensureEnum(ControlDisplayDensity_$type, v);
|
|
190
190
|
},
|
|
191
191
|
enumerable: false,
|
|
192
192
|
configurable: true
|
|
@@ -213,10 +213,10 @@ var IgxXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
213
213
|
* Gets the actual item corner radius for the appropriate corners.
|
|
214
214
|
*/
|
|
215
215
|
get: function () {
|
|
216
|
-
return this.i.
|
|
216
|
+
return this.i.am;
|
|
217
217
|
},
|
|
218
218
|
set: function (v) {
|
|
219
|
-
this.i.
|
|
219
|
+
this.i.am = +v;
|
|
220
220
|
},
|
|
221
221
|
enumerable: false,
|
|
222
222
|
configurable: true
|
|
@@ -226,10 +226,10 @@ var IgxXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
226
226
|
* Gets the actual item background color.
|
|
227
227
|
*/
|
|
228
228
|
get: function () {
|
|
229
|
-
return brushToString(this.i.
|
|
229
|
+
return brushToString(this.i.e0);
|
|
230
230
|
},
|
|
231
231
|
set: function (v) {
|
|
232
|
-
this.i.
|
|
232
|
+
this.i.e0 = stringToBrush(v);
|
|
233
233
|
},
|
|
234
234
|
enumerable: false,
|
|
235
235
|
configurable: true
|
|
@@ -239,10 +239,10 @@ var IgxXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
239
239
|
* Gets the actual item background color.
|
|
240
240
|
*/
|
|
241
241
|
get: function () {
|
|
242
|
-
return brushToString(this.i.
|
|
242
|
+
return brushToString(this.i.e2);
|
|
243
243
|
},
|
|
244
244
|
set: function (v) {
|
|
245
|
-
this.i.
|
|
245
|
+
this.i.e2 = stringToBrush(v);
|
|
246
246
|
},
|
|
247
247
|
enumerable: false,
|
|
248
248
|
configurable: true
|
|
@@ -252,10 +252,10 @@ var IgxXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
252
252
|
* Gets the actual item text color.
|
|
253
253
|
*/
|
|
254
254
|
get: function () {
|
|
255
|
-
return brushToString(this.i.
|
|
255
|
+
return brushToString(this.i.e7);
|
|
256
256
|
},
|
|
257
257
|
set: function (v) {
|
|
258
|
-
this.i.
|
|
258
|
+
this.i.e7 = stringToBrush(v);
|
|
259
259
|
},
|
|
260
260
|
enumerable: false,
|
|
261
261
|
configurable: true
|
|
@@ -265,10 +265,10 @@ var IgxXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
265
265
|
* Gets the actual item text color.
|
|
266
266
|
*/
|
|
267
267
|
get: function () {
|
|
268
|
-
return brushToString(this.i.
|
|
268
|
+
return brushToString(this.i.e4);
|
|
269
269
|
},
|
|
270
270
|
set: function (v) {
|
|
271
|
-
this.i.
|
|
271
|
+
this.i.e4 = stringToBrush(v);
|
|
272
272
|
},
|
|
273
273
|
enumerable: false,
|
|
274
274
|
configurable: true
|
|
@@ -278,10 +278,10 @@ var IgxXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
278
278
|
* Gets the actual item border color.
|
|
279
279
|
*/
|
|
280
280
|
get: function () {
|
|
281
|
-
return brushToString(this.i.
|
|
281
|
+
return brushToString(this.i.e1);
|
|
282
282
|
},
|
|
283
283
|
set: function (v) {
|
|
284
|
-
this.i.
|
|
284
|
+
this.i.e1 = stringToBrush(v);
|
|
285
285
|
},
|
|
286
286
|
enumerable: false,
|
|
287
287
|
configurable: true
|
|
@@ -291,10 +291,10 @@ var IgxXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
291
291
|
* Gets the actual item border color.
|
|
292
292
|
*/
|
|
293
293
|
get: function () {
|
|
294
|
-
return brushToString(this.i.
|
|
294
|
+
return brushToString(this.i.e3);
|
|
295
295
|
},
|
|
296
296
|
set: function (v) {
|
|
297
|
-
this.i.
|
|
297
|
+
this.i.e3 = stringToBrush(v);
|
|
298
298
|
},
|
|
299
299
|
enumerable: false,
|
|
300
300
|
configurable: true
|
|
@@ -304,10 +304,10 @@ var IgxXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
304
304
|
* Gets the actual item border width.
|
|
305
305
|
*/
|
|
306
306
|
get: function () {
|
|
307
|
-
return this.i.
|
|
307
|
+
return this.i.al;
|
|
308
308
|
},
|
|
309
309
|
set: function (v) {
|
|
310
|
-
this.i.
|
|
310
|
+
this.i.al = +v;
|
|
311
311
|
},
|
|
312
312
|
enumerable: false,
|
|
313
313
|
configurable: true
|
|
@@ -317,10 +317,10 @@ var IgxXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
317
317
|
* Gets the actual selected item background color.
|
|
318
318
|
*/
|
|
319
319
|
get: function () {
|
|
320
|
-
return brushToString(this.i.
|
|
320
|
+
return brushToString(this.i.e8);
|
|
321
321
|
},
|
|
322
322
|
set: function (v) {
|
|
323
|
-
this.i.
|
|
323
|
+
this.i.e8 = stringToBrush(v);
|
|
324
324
|
},
|
|
325
325
|
enumerable: false,
|
|
326
326
|
configurable: true
|
|
@@ -330,10 +330,10 @@ var IgxXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
330
330
|
* Gets the stroke actual selected item text color.
|
|
331
331
|
*/
|
|
332
332
|
get: function () {
|
|
333
|
-
return brushToString(this.i.
|
|
333
|
+
return brushToString(this.i.fb);
|
|
334
334
|
},
|
|
335
335
|
set: function (v) {
|
|
336
|
-
this.i.
|
|
336
|
+
this.i.fb = stringToBrush(v);
|
|
337
337
|
},
|
|
338
338
|
enumerable: false,
|
|
339
339
|
configurable: true
|
|
@@ -343,10 +343,10 @@ var IgxXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
343
343
|
* Gets the actual item hovered background color.
|
|
344
344
|
*/
|
|
345
345
|
get: function () {
|
|
346
|
-
return brushToString(this.i.
|
|
346
|
+
return brushToString(this.i.e5);
|
|
347
347
|
},
|
|
348
348
|
set: function (v) {
|
|
349
|
-
this.i.
|
|
349
|
+
this.i.e5 = stringToBrush(v);
|
|
350
350
|
},
|
|
351
351
|
enumerable: false,
|
|
352
352
|
configurable: true
|
|
@@ -356,10 +356,10 @@ var IgxXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
356
356
|
* Gets the actual item text color.
|
|
357
357
|
*/
|
|
358
358
|
get: function () {
|
|
359
|
-
return brushToString(this.i.
|
|
359
|
+
return brushToString(this.i.e6);
|
|
360
360
|
},
|
|
361
361
|
set: function (v) {
|
|
362
|
-
this.i.
|
|
362
|
+
this.i.e6 = stringToBrush(v);
|
|
363
363
|
},
|
|
364
364
|
enumerable: false,
|
|
365
365
|
configurable: true
|
|
@@ -369,10 +369,10 @@ var IgxXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
369
369
|
* Gets the actual selected item hovered background color.
|
|
370
370
|
*/
|
|
371
371
|
get: function () {
|
|
372
|
-
return brushToString(this.i.
|
|
372
|
+
return brushToString(this.i.e9);
|
|
373
373
|
},
|
|
374
374
|
set: function (v) {
|
|
375
|
-
this.i.
|
|
375
|
+
this.i.e9 = stringToBrush(v);
|
|
376
376
|
},
|
|
377
377
|
enumerable: false,
|
|
378
378
|
configurable: true
|
|
@@ -382,10 +382,10 @@ var IgxXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
382
382
|
* Gets the actual selected item hovered text color.
|
|
383
383
|
*/
|
|
384
384
|
get: function () {
|
|
385
|
-
return brushToString(this.i.
|
|
385
|
+
return brushToString(this.i.fa);
|
|
386
386
|
},
|
|
387
387
|
set: function (v) {
|
|
388
|
-
this.i.
|
|
388
|
+
this.i.fa = stringToBrush(v);
|
|
389
389
|
},
|
|
390
390
|
enumerable: false,
|
|
391
391
|
configurable: true
|
|
@@ -395,10 +395,10 @@ var IgxXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
395
395
|
* Gets or sets the corner radius to use for the appropriate corners for the item buttons.
|
|
396
396
|
*/
|
|
397
397
|
get: function () {
|
|
398
|
-
return this.i.
|
|
398
|
+
return this.i.a2;
|
|
399
399
|
},
|
|
400
400
|
set: function (v) {
|
|
401
|
-
this.i.
|
|
401
|
+
this.i.a2 = +v;
|
|
402
402
|
},
|
|
403
403
|
enumerable: false,
|
|
404
404
|
configurable: true
|
|
@@ -408,10 +408,10 @@ var IgxXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
408
408
|
* Gets or sets the color to use the background of the buttons in the group.
|
|
409
409
|
*/
|
|
410
410
|
get: function () {
|
|
411
|
-
return brushToString(this.i.
|
|
411
|
+
return brushToString(this.i.ho);
|
|
412
412
|
},
|
|
413
413
|
set: function (v) {
|
|
414
|
-
this.i.
|
|
414
|
+
this.i.ho = stringToBrush(v);
|
|
415
415
|
},
|
|
416
416
|
enumerable: false,
|
|
417
417
|
configurable: true
|
|
@@ -421,10 +421,10 @@ var IgxXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
421
421
|
* Gets or sets the disabled color to use the background of the buttons in the group.
|
|
422
422
|
*/
|
|
423
423
|
get: function () {
|
|
424
|
-
return brushToString(this.i.
|
|
424
|
+
return brushToString(this.i.hq);
|
|
425
425
|
},
|
|
426
426
|
set: function (v) {
|
|
427
|
-
this.i.
|
|
427
|
+
this.i.hq = stringToBrush(v);
|
|
428
428
|
},
|
|
429
429
|
enumerable: false,
|
|
430
430
|
configurable: true
|
|
@@ -434,10 +434,10 @@ var IgxXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
434
434
|
* Gets or sets the color to use the text of the buttons in the group.
|
|
435
435
|
*/
|
|
436
436
|
get: function () {
|
|
437
|
-
return brushToString(this.i.
|
|
437
|
+
return brushToString(this.i.hv);
|
|
438
438
|
},
|
|
439
439
|
set: function (v) {
|
|
440
|
-
this.i.
|
|
440
|
+
this.i.hv = stringToBrush(v);
|
|
441
441
|
},
|
|
442
442
|
enumerable: false,
|
|
443
443
|
configurable: true
|
|
@@ -447,10 +447,10 @@ var IgxXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
447
447
|
* Gets or sets the disabled color to use the text of the buttons in the group.
|
|
448
448
|
*/
|
|
449
449
|
get: function () {
|
|
450
|
-
return brushToString(this.i.
|
|
450
|
+
return brushToString(this.i.hs);
|
|
451
451
|
},
|
|
452
452
|
set: function (v) {
|
|
453
|
-
this.i.
|
|
453
|
+
this.i.hs = stringToBrush(v);
|
|
454
454
|
},
|
|
455
455
|
enumerable: false,
|
|
456
456
|
configurable: true
|
|
@@ -460,10 +460,10 @@ var IgxXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
460
460
|
* Gets or sets the color to use the hovered background of the buttons in the group.
|
|
461
461
|
*/
|
|
462
462
|
get: function () {
|
|
463
|
-
return brushToString(this.i.
|
|
463
|
+
return brushToString(this.i.ht);
|
|
464
464
|
},
|
|
465
465
|
set: function (v) {
|
|
466
|
-
this.i.
|
|
466
|
+
this.i.ht = stringToBrush(v);
|
|
467
467
|
},
|
|
468
468
|
enumerable: false,
|
|
469
469
|
configurable: true
|
|
@@ -473,10 +473,10 @@ var IgxXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
473
473
|
* Gets or sets the color to use the border of the buttons in the group.
|
|
474
474
|
*/
|
|
475
475
|
get: function () {
|
|
476
|
-
return brushToString(this.i.
|
|
476
|
+
return brushToString(this.i.hp);
|
|
477
477
|
},
|
|
478
478
|
set: function (v) {
|
|
479
|
-
this.i.
|
|
479
|
+
this.i.hp = stringToBrush(v);
|
|
480
480
|
},
|
|
481
481
|
enumerable: false,
|
|
482
482
|
configurable: true
|
|
@@ -486,10 +486,10 @@ var IgxXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
486
486
|
* Gets or sets the disabled color to use the border of the buttons in the group.
|
|
487
487
|
*/
|
|
488
488
|
get: function () {
|
|
489
|
-
return brushToString(this.i.
|
|
489
|
+
return brushToString(this.i.hr);
|
|
490
490
|
},
|
|
491
491
|
set: function (v) {
|
|
492
|
-
this.i.
|
|
492
|
+
this.i.hr = stringToBrush(v);
|
|
493
493
|
},
|
|
494
494
|
enumerable: false,
|
|
495
495
|
configurable: true
|
|
@@ -499,10 +499,10 @@ var IgxXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
499
499
|
* Gets or sets the border width to use for the buttons in the group.
|
|
500
500
|
*/
|
|
501
501
|
get: function () {
|
|
502
|
-
return this.i.
|
|
502
|
+
return this.i.a1;
|
|
503
503
|
},
|
|
504
504
|
set: function (v) {
|
|
505
|
-
this.i.
|
|
505
|
+
this.i.a1 = +v;
|
|
506
506
|
},
|
|
507
507
|
enumerable: false,
|
|
508
508
|
configurable: true
|
|
@@ -512,10 +512,10 @@ var IgxXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
512
512
|
* Gets or sets the color to use the hovered text of the buttons in the group.
|
|
513
513
|
*/
|
|
514
514
|
get: function () {
|
|
515
|
-
return brushToString(this.i.
|
|
515
|
+
return brushToString(this.i.hu);
|
|
516
516
|
},
|
|
517
517
|
set: function (v) {
|
|
518
|
-
this.i.
|
|
518
|
+
this.i.hu = stringToBrush(v);
|
|
519
519
|
},
|
|
520
520
|
enumerable: false,
|
|
521
521
|
configurable: true
|
|
@@ -525,10 +525,10 @@ var IgxXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
525
525
|
* Gets or sets the color to use the background of the buttons in the group that are selected.
|
|
526
526
|
*/
|
|
527
527
|
get: function () {
|
|
528
|
-
return brushToString(this.i.
|
|
528
|
+
return brushToString(this.i.h8);
|
|
529
529
|
},
|
|
530
530
|
set: function (v) {
|
|
531
|
-
this.i.
|
|
531
|
+
this.i.h8 = stringToBrush(v);
|
|
532
532
|
},
|
|
533
533
|
enumerable: false,
|
|
534
534
|
configurable: true
|
|
@@ -538,10 +538,10 @@ var IgxXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
538
538
|
* Gets or sets the color to use the text of the buttons in the group that are selected.
|
|
539
539
|
*/
|
|
540
540
|
get: function () {
|
|
541
|
-
return brushToString(this.i.
|
|
541
|
+
return brushToString(this.i.ib);
|
|
542
542
|
},
|
|
543
543
|
set: function (v) {
|
|
544
|
-
this.i.
|
|
544
|
+
this.i.ib = stringToBrush(v);
|
|
545
545
|
},
|
|
546
546
|
enumerable: false,
|
|
547
547
|
configurable: true
|
|
@@ -551,10 +551,10 @@ var IgxXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
551
551
|
* Gets or sets the color to use the hovered background of the buttons in the group that are selected.
|
|
552
552
|
*/
|
|
553
553
|
get: function () {
|
|
554
|
-
return brushToString(this.i.
|
|
554
|
+
return brushToString(this.i.h9);
|
|
555
555
|
},
|
|
556
556
|
set: function (v) {
|
|
557
|
-
this.i.
|
|
557
|
+
this.i.h9 = stringToBrush(v);
|
|
558
558
|
},
|
|
559
559
|
enumerable: false,
|
|
560
560
|
configurable: true
|
|
@@ -564,10 +564,10 @@ var IgxXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
564
564
|
* Gets or sets the color to use the hovered text of the buttons in the group that are selected.
|
|
565
565
|
*/
|
|
566
566
|
get: function () {
|
|
567
|
-
return brushToString(this.i.
|
|
567
|
+
return brushToString(this.i.ia);
|
|
568
568
|
},
|
|
569
569
|
set: function (v) {
|
|
570
|
-
this.i.
|
|
570
|
+
this.i.ia = stringToBrush(v);
|
|
571
571
|
},
|
|
572
572
|
enumerable: false,
|
|
573
573
|
configurable: true
|
|
@@ -577,10 +577,10 @@ var IgxXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
577
577
|
* Gets or sets the corner radius to use for the appropriate corners for the outlined type item buttons.
|
|
578
578
|
*/
|
|
579
579
|
get: function () {
|
|
580
|
-
return this.i.
|
|
580
|
+
return this.i.a4;
|
|
581
581
|
},
|
|
582
582
|
set: function (v) {
|
|
583
|
-
this.i.
|
|
583
|
+
this.i.a4 = +v;
|
|
584
584
|
},
|
|
585
585
|
enumerable: false,
|
|
586
586
|
configurable: true
|
|
@@ -590,10 +590,10 @@ var IgxXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
590
590
|
* Gets or sets the color to use the background of the buttons in the group when type is outlined.
|
|
591
591
|
*/
|
|
592
592
|
get: function () {
|
|
593
|
-
return brushToString(this.i.
|
|
593
|
+
return brushToString(this.i.hw);
|
|
594
594
|
},
|
|
595
595
|
set: function (v) {
|
|
596
|
-
this.i.
|
|
596
|
+
this.i.hw = stringToBrush(v);
|
|
597
597
|
},
|
|
598
598
|
enumerable: false,
|
|
599
599
|
configurable: true
|
|
@@ -603,10 +603,10 @@ var IgxXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
603
603
|
* Gets or sets the disabled color to use the background of the buttons in the group when type is outlined.
|
|
604
604
|
*/
|
|
605
605
|
get: function () {
|
|
606
|
-
return brushToString(this.i.
|
|
606
|
+
return brushToString(this.i.hy);
|
|
607
607
|
},
|
|
608
608
|
set: function (v) {
|
|
609
|
-
this.i.
|
|
609
|
+
this.i.hy = stringToBrush(v);
|
|
610
610
|
},
|
|
611
611
|
enumerable: false,
|
|
612
612
|
configurable: true
|
|
@@ -616,10 +616,10 @@ var IgxXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
616
616
|
* Gets or sets the color to use the text of the buttons in the group when type is outlined.
|
|
617
617
|
*/
|
|
618
618
|
get: function () {
|
|
619
|
-
return brushToString(this.i.
|
|
619
|
+
return brushToString(this.i.h3);
|
|
620
620
|
},
|
|
621
621
|
set: function (v) {
|
|
622
|
-
this.i.
|
|
622
|
+
this.i.h3 = stringToBrush(v);
|
|
623
623
|
},
|
|
624
624
|
enumerable: false,
|
|
625
625
|
configurable: true
|
|
@@ -629,10 +629,10 @@ var IgxXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
629
629
|
* Gets or sets the disabled color to use the text of the buttons in the group when type is outlined.
|
|
630
630
|
*/
|
|
631
631
|
get: function () {
|
|
632
|
-
return brushToString(this.i.
|
|
632
|
+
return brushToString(this.i.h0);
|
|
633
633
|
},
|
|
634
634
|
set: function (v) {
|
|
635
|
-
this.i.
|
|
635
|
+
this.i.h0 = stringToBrush(v);
|
|
636
636
|
},
|
|
637
637
|
enumerable: false,
|
|
638
638
|
configurable: true
|
|
@@ -642,10 +642,10 @@ var IgxXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
642
642
|
* Gets or sets the color to use the hovered background of the buttons in the group when type is outlined.
|
|
643
643
|
*/
|
|
644
644
|
get: function () {
|
|
645
|
-
return brushToString(this.i.
|
|
645
|
+
return brushToString(this.i.h1);
|
|
646
646
|
},
|
|
647
647
|
set: function (v) {
|
|
648
|
-
this.i.
|
|
648
|
+
this.i.h1 = stringToBrush(v);
|
|
649
649
|
},
|
|
650
650
|
enumerable: false,
|
|
651
651
|
configurable: true
|
|
@@ -655,10 +655,10 @@ var IgxXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
655
655
|
* Gets or sets the color to use the border of the buttons in the group when type is outlined.
|
|
656
656
|
*/
|
|
657
657
|
get: function () {
|
|
658
|
-
return brushToString(this.i.
|
|
658
|
+
return brushToString(this.i.hx);
|
|
659
659
|
},
|
|
660
660
|
set: function (v) {
|
|
661
|
-
this.i.
|
|
661
|
+
this.i.hx = stringToBrush(v);
|
|
662
662
|
},
|
|
663
663
|
enumerable: false,
|
|
664
664
|
configurable: true
|
|
@@ -668,10 +668,10 @@ var IgxXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
668
668
|
* Gets or sets the disabled color to use the border of the buttons in the group when type is outlined.
|
|
669
669
|
*/
|
|
670
670
|
get: function () {
|
|
671
|
-
return brushToString(this.i.
|
|
671
|
+
return brushToString(this.i.hz);
|
|
672
672
|
},
|
|
673
673
|
set: function (v) {
|
|
674
|
-
this.i.
|
|
674
|
+
this.i.hz = stringToBrush(v);
|
|
675
675
|
},
|
|
676
676
|
enumerable: false,
|
|
677
677
|
configurable: true
|
|
@@ -681,10 +681,10 @@ var IgxXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
681
681
|
* Gets or sets the border width to use for the buttons in the group when type is outlined.
|
|
682
682
|
*/
|
|
683
683
|
get: function () {
|
|
684
|
-
return this.i.
|
|
684
|
+
return this.i.a3;
|
|
685
685
|
},
|
|
686
686
|
set: function (v) {
|
|
687
|
-
this.i.
|
|
687
|
+
this.i.a3 = +v;
|
|
688
688
|
},
|
|
689
689
|
enumerable: false,
|
|
690
690
|
configurable: true
|
|
@@ -694,10 +694,10 @@ var IgxXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
694
694
|
* Gets or sets the color to use the hovered text of the buttons in the group when type is outlined.
|
|
695
695
|
*/
|
|
696
696
|
get: function () {
|
|
697
|
-
return brushToString(this.i.
|
|
697
|
+
return brushToString(this.i.h2);
|
|
698
698
|
},
|
|
699
699
|
set: function (v) {
|
|
700
|
-
this.i.
|
|
700
|
+
this.i.h2 = stringToBrush(v);
|
|
701
701
|
},
|
|
702
702
|
enumerable: false,
|
|
703
703
|
configurable: true
|
|
@@ -707,10 +707,10 @@ var IgxXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
707
707
|
* Gets or sets the color to use the background of the buttons in the group that are selected when type is outlined.
|
|
708
708
|
*/
|
|
709
709
|
get: function () {
|
|
710
|
-
return brushToString(this.i.
|
|
710
|
+
return brushToString(this.i.h4);
|
|
711
711
|
},
|
|
712
712
|
set: function (v) {
|
|
713
|
-
this.i.
|
|
713
|
+
this.i.h4 = stringToBrush(v);
|
|
714
714
|
},
|
|
715
715
|
enumerable: false,
|
|
716
716
|
configurable: true
|
|
@@ -720,10 +720,10 @@ var IgxXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
720
720
|
* Gets or sets the color to use the text of the buttons in the group that are selected when type is outlined.
|
|
721
721
|
*/
|
|
722
722
|
get: function () {
|
|
723
|
-
return brushToString(this.i.
|
|
723
|
+
return brushToString(this.i.h7);
|
|
724
724
|
},
|
|
725
725
|
set: function (v) {
|
|
726
|
-
this.i.
|
|
726
|
+
this.i.h7 = stringToBrush(v);
|
|
727
727
|
},
|
|
728
728
|
enumerable: false,
|
|
729
729
|
configurable: true
|
|
@@ -733,10 +733,10 @@ var IgxXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
733
733
|
* Gets or sets the color to use the hovered background of the buttons in the group that are selected when type is outlined.
|
|
734
734
|
*/
|
|
735
735
|
get: function () {
|
|
736
|
-
return brushToString(this.i.
|
|
736
|
+
return brushToString(this.i.h5);
|
|
737
737
|
},
|
|
738
738
|
set: function (v) {
|
|
739
|
-
this.i.
|
|
739
|
+
this.i.h5 = stringToBrush(v);
|
|
740
740
|
},
|
|
741
741
|
enumerable: false,
|
|
742
742
|
configurable: true
|
|
@@ -746,10 +746,10 @@ var IgxXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
746
746
|
* Gets or sets the color to use the hovered text of the buttons in the group that are selected when type is outlined.
|
|
747
747
|
*/
|
|
748
748
|
get: function () {
|
|
749
|
-
return brushToString(this.i.
|
|
749
|
+
return brushToString(this.i.h6);
|
|
750
750
|
},
|
|
751
751
|
set: function (v) {
|
|
752
|
-
this.i.
|
|
752
|
+
this.i.h6 = stringToBrush(v);
|
|
753
753
|
},
|
|
754
754
|
enumerable: false,
|
|
755
755
|
configurable: true
|
|
@@ -759,10 +759,10 @@ var IgxXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
759
759
|
* Gets or sets the corner radius to use for the appropriate corners for the flat type item buttons.
|
|
760
760
|
*/
|
|
761
761
|
get: function () {
|
|
762
|
-
return this.i.
|
|
762
|
+
return this.i.a0;
|
|
763
763
|
},
|
|
764
764
|
set: function (v) {
|
|
765
|
-
this.i.
|
|
765
|
+
this.i.a0 = +v;
|
|
766
766
|
},
|
|
767
767
|
enumerable: false,
|
|
768
768
|
configurable: true
|
|
@@ -772,10 +772,10 @@ var IgxXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
772
772
|
* Gets or sets the color to use the background of the buttons in the group when type is flat.
|
|
773
773
|
*/
|
|
774
774
|
get: function () {
|
|
775
|
-
return brushToString(this.i.
|
|
775
|
+
return brushToString(this.i.hc);
|
|
776
776
|
},
|
|
777
777
|
set: function (v) {
|
|
778
|
-
this.i.
|
|
778
|
+
this.i.hc = stringToBrush(v);
|
|
779
779
|
},
|
|
780
780
|
enumerable: false,
|
|
781
781
|
configurable: true
|
|
@@ -785,10 +785,10 @@ var IgxXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
785
785
|
* Gets or sets the disabled color to use the background of the buttons in the group when type is flat.
|
|
786
786
|
*/
|
|
787
787
|
get: function () {
|
|
788
|
-
return brushToString(this.i.
|
|
788
|
+
return brushToString(this.i.he);
|
|
789
789
|
},
|
|
790
790
|
set: function (v) {
|
|
791
|
-
this.i.
|
|
791
|
+
this.i.he = stringToBrush(v);
|
|
792
792
|
},
|
|
793
793
|
enumerable: false,
|
|
794
794
|
configurable: true
|
|
@@ -798,10 +798,10 @@ var IgxXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
798
798
|
* Gets or sets the color to use the text of the buttons in the group when type is flat.
|
|
799
799
|
*/
|
|
800
800
|
get: function () {
|
|
801
|
-
return brushToString(this.i.
|
|
801
|
+
return brushToString(this.i.hj);
|
|
802
802
|
},
|
|
803
803
|
set: function (v) {
|
|
804
|
-
this.i.
|
|
804
|
+
this.i.hj = stringToBrush(v);
|
|
805
805
|
},
|
|
806
806
|
enumerable: false,
|
|
807
807
|
configurable: true
|
|
@@ -811,10 +811,10 @@ var IgxXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
811
811
|
* Gets or sets the disabled color to use the text of the buttons in the group when type is flat.
|
|
812
812
|
*/
|
|
813
813
|
get: function () {
|
|
814
|
-
return brushToString(this.i.
|
|
814
|
+
return brushToString(this.i.hg);
|
|
815
815
|
},
|
|
816
816
|
set: function (v) {
|
|
817
|
-
this.i.
|
|
817
|
+
this.i.hg = stringToBrush(v);
|
|
818
818
|
},
|
|
819
819
|
enumerable: false,
|
|
820
820
|
configurable: true
|
|
@@ -824,10 +824,10 @@ var IgxXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
824
824
|
* Gets or sets the color to use the hovered background of the buttons in the group when type is flat.
|
|
825
825
|
*/
|
|
826
826
|
get: function () {
|
|
827
|
-
return brushToString(this.i.
|
|
827
|
+
return brushToString(this.i.hh);
|
|
828
828
|
},
|
|
829
829
|
set: function (v) {
|
|
830
|
-
this.i.
|
|
830
|
+
this.i.hh = stringToBrush(v);
|
|
831
831
|
},
|
|
832
832
|
enumerable: false,
|
|
833
833
|
configurable: true
|
|
@@ -837,10 +837,10 @@ var IgxXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
837
837
|
* Gets or sets the color to use the border of the buttons in the group when type is flat.
|
|
838
838
|
*/
|
|
839
839
|
get: function () {
|
|
840
|
-
return brushToString(this.i.
|
|
840
|
+
return brushToString(this.i.hd);
|
|
841
841
|
},
|
|
842
842
|
set: function (v) {
|
|
843
|
-
this.i.
|
|
843
|
+
this.i.hd = stringToBrush(v);
|
|
844
844
|
},
|
|
845
845
|
enumerable: false,
|
|
846
846
|
configurable: true
|
|
@@ -850,10 +850,10 @@ var IgxXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
850
850
|
* Gets or sets the disabled color to use the border of the buttons in the group when type is flat.
|
|
851
851
|
*/
|
|
852
852
|
get: function () {
|
|
853
|
-
return brushToString(this.i.
|
|
853
|
+
return brushToString(this.i.hf);
|
|
854
854
|
},
|
|
855
855
|
set: function (v) {
|
|
856
|
-
this.i.
|
|
856
|
+
this.i.hf = stringToBrush(v);
|
|
857
857
|
},
|
|
858
858
|
enumerable: false,
|
|
859
859
|
configurable: true
|
|
@@ -863,10 +863,10 @@ var IgxXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
863
863
|
* Gets or sets the border width to use for the buttons in the group when type is flat.
|
|
864
864
|
*/
|
|
865
865
|
get: function () {
|
|
866
|
-
return this.i.
|
|
866
|
+
return this.i.az;
|
|
867
867
|
},
|
|
868
868
|
set: function (v) {
|
|
869
|
-
this.i.
|
|
869
|
+
this.i.az = +v;
|
|
870
870
|
},
|
|
871
871
|
enumerable: false,
|
|
872
872
|
configurable: true
|
|
@@ -876,10 +876,10 @@ var IgxXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
876
876
|
* Gets or sets the color to use the hovered text of the buttons in the group when type is flat.
|
|
877
877
|
*/
|
|
878
878
|
get: function () {
|
|
879
|
-
return brushToString(this.i.
|
|
879
|
+
return brushToString(this.i.hi);
|
|
880
880
|
},
|
|
881
881
|
set: function (v) {
|
|
882
|
-
this.i.
|
|
882
|
+
this.i.hi = stringToBrush(v);
|
|
883
883
|
},
|
|
884
884
|
enumerable: false,
|
|
885
885
|
configurable: true
|
|
@@ -889,10 +889,10 @@ var IgxXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
889
889
|
* Gets or sets the color to use the background of the buttons in the group that are selected when type is flat.
|
|
890
890
|
*/
|
|
891
891
|
get: function () {
|
|
892
|
-
return brushToString(this.i.
|
|
892
|
+
return brushToString(this.i.hk);
|
|
893
893
|
},
|
|
894
894
|
set: function (v) {
|
|
895
|
-
this.i.
|
|
895
|
+
this.i.hk = stringToBrush(v);
|
|
896
896
|
},
|
|
897
897
|
enumerable: false,
|
|
898
898
|
configurable: true
|
|
@@ -902,10 +902,10 @@ var IgxXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
902
902
|
* Gets or sets the color to use the text of the buttons in the group that are selected when type is flat.
|
|
903
903
|
*/
|
|
904
904
|
get: function () {
|
|
905
|
-
return brushToString(this.i.
|
|
905
|
+
return brushToString(this.i.hn);
|
|
906
906
|
},
|
|
907
907
|
set: function (v) {
|
|
908
|
-
this.i.
|
|
908
|
+
this.i.hn = stringToBrush(v);
|
|
909
909
|
},
|
|
910
910
|
enumerable: false,
|
|
911
911
|
configurable: true
|
|
@@ -915,10 +915,10 @@ var IgxXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
915
915
|
* Gets or sets the color to use the hovered background of the buttons in the group that are selected when type is flat.
|
|
916
916
|
*/
|
|
917
917
|
get: function () {
|
|
918
|
-
return brushToString(this.i.
|
|
918
|
+
return brushToString(this.i.hl);
|
|
919
919
|
},
|
|
920
920
|
set: function (v) {
|
|
921
|
-
this.i.
|
|
921
|
+
this.i.hl = stringToBrush(v);
|
|
922
922
|
},
|
|
923
923
|
enumerable: false,
|
|
924
924
|
configurable: true
|
|
@@ -928,10 +928,10 @@ var IgxXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
928
928
|
* Gets or sets the color to use the hovered text of the buttons in the group that are selected when type is flat.
|
|
929
929
|
*/
|
|
930
930
|
get: function () {
|
|
931
|
-
return brushToString(this.i.
|
|
931
|
+
return brushToString(this.i.hm);
|
|
932
932
|
},
|
|
933
933
|
set: function (v) {
|
|
934
|
-
this.i.
|
|
934
|
+
this.i.hm = stringToBrush(v);
|
|
935
935
|
},
|
|
936
936
|
enumerable: false,
|
|
937
937
|
configurable: true
|
|
@@ -954,10 +954,10 @@ var IgxXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
954
954
|
* Gets or sets the id to use for the button group.
|
|
955
955
|
*/
|
|
956
956
|
get: function () {
|
|
957
|
-
return this.i.
|
|
957
|
+
return this.i.b6;
|
|
958
958
|
},
|
|
959
959
|
set: function (v) {
|
|
960
|
-
this.i.
|
|
960
|
+
this.i.b6 = v;
|
|
961
961
|
},
|
|
962
962
|
enumerable: false,
|
|
963
963
|
configurable: true
|
|
@@ -980,10 +980,10 @@ var IgxXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
980
980
|
* Gets or sets whether the group supports multi-select.
|
|
981
981
|
*/
|
|
982
982
|
get: function () {
|
|
983
|
-
return this.i.
|
|
983
|
+
return this.i.aa;
|
|
984
984
|
},
|
|
985
985
|
set: function (v) {
|
|
986
|
-
this.i.
|
|
986
|
+
this.i.aa = ensureBool(v);
|
|
987
987
|
},
|
|
988
988
|
enumerable: false,
|
|
989
989
|
configurable: true
|
|
@@ -1067,7 +1067,7 @@ var IgxXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1067
1067
|
|
|
1068
1068
|
*/
|
|
1069
1069
|
IgxXButtonGroupComponent.prototype.exportVisualModel = function () {
|
|
1070
|
-
var iv = this.i.
|
|
1070
|
+
var iv = this.i.a6();
|
|
1071
1071
|
return (iv);
|
|
1072
1072
|
};
|
|
1073
1073
|
/**
|
|
@@ -1075,7 +1075,7 @@ var IgxXButtonGroupComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1075
1075
|
|
|
1076
1076
|
*/
|
|
1077
1077
|
IgxXButtonGroupComponent.prototype.exportSerializedVisualModel = function () {
|
|
1078
|
-
var iv = this.i.
|
|
1078
|
+
var iv = this.i.br();
|
|
1079
1079
|
return (iv);
|
|
1080
1080
|
};
|
|
1081
1081
|
Object.defineProperty(IgxXButtonGroupComponent.prototype, "selectionChanged", {
|