igniteui-angular-inputs 21.0.0 → 21.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-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
|
@@ -143,28 +143,28 @@ export let IgxXButtonGroupComponent = /*@__PURE__*/ (() => {
|
|
|
143
143
|
* Gets or sets the base built in theme to use for the button group.
|
|
144
144
|
*/
|
|
145
145
|
get baseTheme() {
|
|
146
|
-
return this.i.
|
|
146
|
+
return this.i.q;
|
|
147
147
|
}
|
|
148
148
|
set baseTheme(v) {
|
|
149
|
-
this.i.
|
|
149
|
+
this.i.q = ensureEnum(BaseControlTheme_$type, v);
|
|
150
150
|
}
|
|
151
151
|
/**
|
|
152
152
|
* Gets or sets the display density to use for the button group.
|
|
153
153
|
*/
|
|
154
154
|
get density() {
|
|
155
|
-
return this.i.
|
|
155
|
+
return this.i.u;
|
|
156
156
|
}
|
|
157
157
|
set density(v) {
|
|
158
|
-
this.i.
|
|
158
|
+
this.i.u = ensureEnum(ControlDisplayDensity_$type, v);
|
|
159
159
|
}
|
|
160
160
|
/**
|
|
161
161
|
* Gets the actual display density to use for the button group.
|
|
162
162
|
*/
|
|
163
163
|
get actualDensity() {
|
|
164
|
-
return this.i.
|
|
164
|
+
return this.i.t;
|
|
165
165
|
}
|
|
166
166
|
set actualDensity(v) {
|
|
167
|
-
this.i.
|
|
167
|
+
this.i.t = ensureEnum(ControlDisplayDensity_$type, v);
|
|
168
168
|
}
|
|
169
169
|
/**
|
|
170
170
|
* Gets the currently selected button indices.
|
|
@@ -183,505 +183,505 @@ export let IgxXButtonGroupComponent = /*@__PURE__*/ (() => {
|
|
|
183
183
|
* Gets the actual item corner radius for the appropriate corners.
|
|
184
184
|
*/
|
|
185
185
|
get actualItemCornerRadius() {
|
|
186
|
-
return this.i.
|
|
186
|
+
return this.i.am;
|
|
187
187
|
}
|
|
188
188
|
set actualItemCornerRadius(v) {
|
|
189
|
-
this.i.
|
|
189
|
+
this.i.am = +v;
|
|
190
190
|
}
|
|
191
191
|
/**
|
|
192
192
|
* Gets the actual item background color.
|
|
193
193
|
*/
|
|
194
194
|
get actualItemBackgroundColor() {
|
|
195
|
-
return brushToString(this.i.
|
|
195
|
+
return brushToString(this.i.e0);
|
|
196
196
|
}
|
|
197
197
|
set actualItemBackgroundColor(v) {
|
|
198
|
-
this.i.
|
|
198
|
+
this.i.e0 = stringToBrush(v);
|
|
199
199
|
}
|
|
200
200
|
/**
|
|
201
201
|
* Gets the actual item background color.
|
|
202
202
|
*/
|
|
203
203
|
get actualItemDisabledBackgroundColor() {
|
|
204
|
-
return brushToString(this.i.
|
|
204
|
+
return brushToString(this.i.e2);
|
|
205
205
|
}
|
|
206
206
|
set actualItemDisabledBackgroundColor(v) {
|
|
207
|
-
this.i.
|
|
207
|
+
this.i.e2 = stringToBrush(v);
|
|
208
208
|
}
|
|
209
209
|
/**
|
|
210
210
|
* Gets the actual item text color.
|
|
211
211
|
*/
|
|
212
212
|
get actualItemTextColor() {
|
|
213
|
-
return brushToString(this.i.
|
|
213
|
+
return brushToString(this.i.e7);
|
|
214
214
|
}
|
|
215
215
|
set actualItemTextColor(v) {
|
|
216
|
-
this.i.
|
|
216
|
+
this.i.e7 = stringToBrush(v);
|
|
217
217
|
}
|
|
218
218
|
/**
|
|
219
219
|
* Gets the actual item text color.
|
|
220
220
|
*/
|
|
221
221
|
get actualItemDisabledTextColor() {
|
|
222
|
-
return brushToString(this.i.
|
|
222
|
+
return brushToString(this.i.e4);
|
|
223
223
|
}
|
|
224
224
|
set actualItemDisabledTextColor(v) {
|
|
225
|
-
this.i.
|
|
225
|
+
this.i.e4 = stringToBrush(v);
|
|
226
226
|
}
|
|
227
227
|
/**
|
|
228
228
|
* Gets the actual item border color.
|
|
229
229
|
*/
|
|
230
230
|
get actualItemBorderColor() {
|
|
231
|
-
return brushToString(this.i.
|
|
231
|
+
return brushToString(this.i.e1);
|
|
232
232
|
}
|
|
233
233
|
set actualItemBorderColor(v) {
|
|
234
|
-
this.i.
|
|
234
|
+
this.i.e1 = stringToBrush(v);
|
|
235
235
|
}
|
|
236
236
|
/**
|
|
237
237
|
* Gets the actual item border color.
|
|
238
238
|
*/
|
|
239
239
|
get actualItemDisabledBorderColor() {
|
|
240
|
-
return brushToString(this.i.
|
|
240
|
+
return brushToString(this.i.e3);
|
|
241
241
|
}
|
|
242
242
|
set actualItemDisabledBorderColor(v) {
|
|
243
|
-
this.i.
|
|
243
|
+
this.i.e3 = stringToBrush(v);
|
|
244
244
|
}
|
|
245
245
|
/**
|
|
246
246
|
* Gets the actual item border width.
|
|
247
247
|
*/
|
|
248
248
|
get actualItemBorderWidth() {
|
|
249
|
-
return this.i.
|
|
249
|
+
return this.i.al;
|
|
250
250
|
}
|
|
251
251
|
set actualItemBorderWidth(v) {
|
|
252
|
-
this.i.
|
|
252
|
+
this.i.al = +v;
|
|
253
253
|
}
|
|
254
254
|
/**
|
|
255
255
|
* Gets the actual selected item background color.
|
|
256
256
|
*/
|
|
257
257
|
get actualSelectedItemBackgroundColor() {
|
|
258
|
-
return brushToString(this.i.
|
|
258
|
+
return brushToString(this.i.e8);
|
|
259
259
|
}
|
|
260
260
|
set actualSelectedItemBackgroundColor(v) {
|
|
261
|
-
this.i.
|
|
261
|
+
this.i.e8 = stringToBrush(v);
|
|
262
262
|
}
|
|
263
263
|
/**
|
|
264
264
|
* Gets the stroke actual selected item text color.
|
|
265
265
|
*/
|
|
266
266
|
get actualSelectedItemTextColor() {
|
|
267
|
-
return brushToString(this.i.
|
|
267
|
+
return brushToString(this.i.fb);
|
|
268
268
|
}
|
|
269
269
|
set actualSelectedItemTextColor(v) {
|
|
270
|
-
this.i.
|
|
270
|
+
this.i.fb = stringToBrush(v);
|
|
271
271
|
}
|
|
272
272
|
/**
|
|
273
273
|
* Gets the actual item hovered background color.
|
|
274
274
|
*/
|
|
275
275
|
get actualItemHoverBackgroundColor() {
|
|
276
|
-
return brushToString(this.i.
|
|
276
|
+
return brushToString(this.i.e5);
|
|
277
277
|
}
|
|
278
278
|
set actualItemHoverBackgroundColor(v) {
|
|
279
|
-
this.i.
|
|
279
|
+
this.i.e5 = stringToBrush(v);
|
|
280
280
|
}
|
|
281
281
|
/**
|
|
282
282
|
* Gets the actual item text color.
|
|
283
283
|
*/
|
|
284
284
|
get actualItemHoverTextColor() {
|
|
285
|
-
return brushToString(this.i.
|
|
285
|
+
return brushToString(this.i.e6);
|
|
286
286
|
}
|
|
287
287
|
set actualItemHoverTextColor(v) {
|
|
288
|
-
this.i.
|
|
288
|
+
this.i.e6 = stringToBrush(v);
|
|
289
289
|
}
|
|
290
290
|
/**
|
|
291
291
|
* Gets the actual selected item hovered background color.
|
|
292
292
|
*/
|
|
293
293
|
get actualSelectedItemHoverBackgroundColor() {
|
|
294
|
-
return brushToString(this.i.
|
|
294
|
+
return brushToString(this.i.e9);
|
|
295
295
|
}
|
|
296
296
|
set actualSelectedItemHoverBackgroundColor(v) {
|
|
297
|
-
this.i.
|
|
297
|
+
this.i.e9 = stringToBrush(v);
|
|
298
298
|
}
|
|
299
299
|
/**
|
|
300
300
|
* Gets the actual selected item hovered text color.
|
|
301
301
|
*/
|
|
302
302
|
get actualSelectedItemHoverTextColor() {
|
|
303
|
-
return brushToString(this.i.
|
|
303
|
+
return brushToString(this.i.fa);
|
|
304
304
|
}
|
|
305
305
|
set actualSelectedItemHoverTextColor(v) {
|
|
306
|
-
this.i.
|
|
306
|
+
this.i.fa = stringToBrush(v);
|
|
307
307
|
}
|
|
308
308
|
/**
|
|
309
309
|
* Gets or sets the corner radius to use for the appropriate corners for the item buttons.
|
|
310
310
|
*/
|
|
311
311
|
get itemCornerRadius() {
|
|
312
|
-
return this.i.
|
|
312
|
+
return this.i.a2;
|
|
313
313
|
}
|
|
314
314
|
set itemCornerRadius(v) {
|
|
315
|
-
this.i.
|
|
315
|
+
this.i.a2 = +v;
|
|
316
316
|
}
|
|
317
317
|
/**
|
|
318
318
|
* Gets or sets the color to use the background of the buttons in the group.
|
|
319
319
|
*/
|
|
320
320
|
get itemBackgroundColor() {
|
|
321
|
-
return brushToString(this.i.
|
|
321
|
+
return brushToString(this.i.ho);
|
|
322
322
|
}
|
|
323
323
|
set itemBackgroundColor(v) {
|
|
324
|
-
this.i.
|
|
324
|
+
this.i.ho = stringToBrush(v);
|
|
325
325
|
}
|
|
326
326
|
/**
|
|
327
327
|
* Gets or sets the disabled color to use the background of the buttons in the group.
|
|
328
328
|
*/
|
|
329
329
|
get itemDisabledBackgroundColor() {
|
|
330
|
-
return brushToString(this.i.
|
|
330
|
+
return brushToString(this.i.hq);
|
|
331
331
|
}
|
|
332
332
|
set itemDisabledBackgroundColor(v) {
|
|
333
|
-
this.i.
|
|
333
|
+
this.i.hq = stringToBrush(v);
|
|
334
334
|
}
|
|
335
335
|
/**
|
|
336
336
|
* Gets or sets the color to use the text of the buttons in the group.
|
|
337
337
|
*/
|
|
338
338
|
get itemTextColor() {
|
|
339
|
-
return brushToString(this.i.
|
|
339
|
+
return brushToString(this.i.hv);
|
|
340
340
|
}
|
|
341
341
|
set itemTextColor(v) {
|
|
342
|
-
this.i.
|
|
342
|
+
this.i.hv = stringToBrush(v);
|
|
343
343
|
}
|
|
344
344
|
/**
|
|
345
345
|
* Gets or sets the disabled color to use the text of the buttons in the group.
|
|
346
346
|
*/
|
|
347
347
|
get itemDisabledTextColor() {
|
|
348
|
-
return brushToString(this.i.
|
|
348
|
+
return brushToString(this.i.hs);
|
|
349
349
|
}
|
|
350
350
|
set itemDisabledTextColor(v) {
|
|
351
|
-
this.i.
|
|
351
|
+
this.i.hs = stringToBrush(v);
|
|
352
352
|
}
|
|
353
353
|
/**
|
|
354
354
|
* Gets or sets the color to use the hovered background of the buttons in the group.
|
|
355
355
|
*/
|
|
356
356
|
get itemHoverBackgroundColor() {
|
|
357
|
-
return brushToString(this.i.
|
|
357
|
+
return brushToString(this.i.ht);
|
|
358
358
|
}
|
|
359
359
|
set itemHoverBackgroundColor(v) {
|
|
360
|
-
this.i.
|
|
360
|
+
this.i.ht = stringToBrush(v);
|
|
361
361
|
}
|
|
362
362
|
/**
|
|
363
363
|
* Gets or sets the color to use the border of the buttons in the group.
|
|
364
364
|
*/
|
|
365
365
|
get itemBorderColor() {
|
|
366
|
-
return brushToString(this.i.
|
|
366
|
+
return brushToString(this.i.hp);
|
|
367
367
|
}
|
|
368
368
|
set itemBorderColor(v) {
|
|
369
|
-
this.i.
|
|
369
|
+
this.i.hp = stringToBrush(v);
|
|
370
370
|
}
|
|
371
371
|
/**
|
|
372
372
|
* Gets or sets the disabled color to use the border of the buttons in the group.
|
|
373
373
|
*/
|
|
374
374
|
get itemDisabledBorderColor() {
|
|
375
|
-
return brushToString(this.i.
|
|
375
|
+
return brushToString(this.i.hr);
|
|
376
376
|
}
|
|
377
377
|
set itemDisabledBorderColor(v) {
|
|
378
|
-
this.i.
|
|
378
|
+
this.i.hr = stringToBrush(v);
|
|
379
379
|
}
|
|
380
380
|
/**
|
|
381
381
|
* Gets or sets the border width to use for the buttons in the group.
|
|
382
382
|
*/
|
|
383
383
|
get itemBorderWidth() {
|
|
384
|
-
return this.i.
|
|
384
|
+
return this.i.a1;
|
|
385
385
|
}
|
|
386
386
|
set itemBorderWidth(v) {
|
|
387
|
-
this.i.
|
|
387
|
+
this.i.a1 = +v;
|
|
388
388
|
}
|
|
389
389
|
/**
|
|
390
390
|
* Gets or sets the color to use the hovered text of the buttons in the group.
|
|
391
391
|
*/
|
|
392
392
|
get itemHoverTextColor() {
|
|
393
|
-
return brushToString(this.i.
|
|
393
|
+
return brushToString(this.i.hu);
|
|
394
394
|
}
|
|
395
395
|
set itemHoverTextColor(v) {
|
|
396
|
-
this.i.
|
|
396
|
+
this.i.hu = stringToBrush(v);
|
|
397
397
|
}
|
|
398
398
|
/**
|
|
399
399
|
* Gets or sets the color to use the background of the buttons in the group that are selected.
|
|
400
400
|
*/
|
|
401
401
|
get selectedItemBackgroundColor() {
|
|
402
|
-
return brushToString(this.i.
|
|
402
|
+
return brushToString(this.i.h8);
|
|
403
403
|
}
|
|
404
404
|
set selectedItemBackgroundColor(v) {
|
|
405
|
-
this.i.
|
|
405
|
+
this.i.h8 = stringToBrush(v);
|
|
406
406
|
}
|
|
407
407
|
/**
|
|
408
408
|
* Gets or sets the color to use the text of the buttons in the group that are selected.
|
|
409
409
|
*/
|
|
410
410
|
get selectedItemTextColor() {
|
|
411
|
-
return brushToString(this.i.
|
|
411
|
+
return brushToString(this.i.ib);
|
|
412
412
|
}
|
|
413
413
|
set selectedItemTextColor(v) {
|
|
414
|
-
this.i.
|
|
414
|
+
this.i.ib = stringToBrush(v);
|
|
415
415
|
}
|
|
416
416
|
/**
|
|
417
417
|
* Gets or sets the color to use the hovered background of the buttons in the group that are selected.
|
|
418
418
|
*/
|
|
419
419
|
get selectedItemHoverBackgroundColor() {
|
|
420
|
-
return brushToString(this.i.
|
|
420
|
+
return brushToString(this.i.h9);
|
|
421
421
|
}
|
|
422
422
|
set selectedItemHoverBackgroundColor(v) {
|
|
423
|
-
this.i.
|
|
423
|
+
this.i.h9 = stringToBrush(v);
|
|
424
424
|
}
|
|
425
425
|
/**
|
|
426
426
|
* Gets or sets the color to use the hovered text of the buttons in the group that are selected.
|
|
427
427
|
*/
|
|
428
428
|
get selectedItemHoverTextColor() {
|
|
429
|
-
return brushToString(this.i.
|
|
429
|
+
return brushToString(this.i.ia);
|
|
430
430
|
}
|
|
431
431
|
set selectedItemHoverTextColor(v) {
|
|
432
|
-
this.i.
|
|
432
|
+
this.i.ia = stringToBrush(v);
|
|
433
433
|
}
|
|
434
434
|
/**
|
|
435
435
|
* Gets or sets the corner radius to use for the appropriate corners for the outlined type item buttons.
|
|
436
436
|
*/
|
|
437
437
|
get outlinedItemCornerRadius() {
|
|
438
|
-
return this.i.
|
|
438
|
+
return this.i.a4;
|
|
439
439
|
}
|
|
440
440
|
set outlinedItemCornerRadius(v) {
|
|
441
|
-
this.i.
|
|
441
|
+
this.i.a4 = +v;
|
|
442
442
|
}
|
|
443
443
|
/**
|
|
444
444
|
* Gets or sets the color to use the background of the buttons in the group when type is outlined.
|
|
445
445
|
*/
|
|
446
446
|
get outlinedItemBackgroundColor() {
|
|
447
|
-
return brushToString(this.i.
|
|
447
|
+
return brushToString(this.i.hw);
|
|
448
448
|
}
|
|
449
449
|
set outlinedItemBackgroundColor(v) {
|
|
450
|
-
this.i.
|
|
450
|
+
this.i.hw = stringToBrush(v);
|
|
451
451
|
}
|
|
452
452
|
/**
|
|
453
453
|
* Gets or sets the disabled color to use the background of the buttons in the group when type is outlined.
|
|
454
454
|
*/
|
|
455
455
|
get outlinedItemDisabledBackgroundColor() {
|
|
456
|
-
return brushToString(this.i.
|
|
456
|
+
return brushToString(this.i.hy);
|
|
457
457
|
}
|
|
458
458
|
set outlinedItemDisabledBackgroundColor(v) {
|
|
459
|
-
this.i.
|
|
459
|
+
this.i.hy = stringToBrush(v);
|
|
460
460
|
}
|
|
461
461
|
/**
|
|
462
462
|
* Gets or sets the color to use the text of the buttons in the group when type is outlined.
|
|
463
463
|
*/
|
|
464
464
|
get outlinedItemTextColor() {
|
|
465
|
-
return brushToString(this.i.
|
|
465
|
+
return brushToString(this.i.h3);
|
|
466
466
|
}
|
|
467
467
|
set outlinedItemTextColor(v) {
|
|
468
|
-
this.i.
|
|
468
|
+
this.i.h3 = stringToBrush(v);
|
|
469
469
|
}
|
|
470
470
|
/**
|
|
471
471
|
* Gets or sets the disabled color to use the text of the buttons in the group when type is outlined.
|
|
472
472
|
*/
|
|
473
473
|
get outlinedItemDisabledTextColor() {
|
|
474
|
-
return brushToString(this.i.
|
|
474
|
+
return brushToString(this.i.h0);
|
|
475
475
|
}
|
|
476
476
|
set outlinedItemDisabledTextColor(v) {
|
|
477
|
-
this.i.
|
|
477
|
+
this.i.h0 = stringToBrush(v);
|
|
478
478
|
}
|
|
479
479
|
/**
|
|
480
480
|
* Gets or sets the color to use the hovered background of the buttons in the group when type is outlined.
|
|
481
481
|
*/
|
|
482
482
|
get outlinedItemHoverBackgroundColor() {
|
|
483
|
-
return brushToString(this.i.
|
|
483
|
+
return brushToString(this.i.h1);
|
|
484
484
|
}
|
|
485
485
|
set outlinedItemHoverBackgroundColor(v) {
|
|
486
|
-
this.i.
|
|
486
|
+
this.i.h1 = stringToBrush(v);
|
|
487
487
|
}
|
|
488
488
|
/**
|
|
489
489
|
* Gets or sets the color to use the border of the buttons in the group when type is outlined.
|
|
490
490
|
*/
|
|
491
491
|
get outlinedItemBorderColor() {
|
|
492
|
-
return brushToString(this.i.
|
|
492
|
+
return brushToString(this.i.hx);
|
|
493
493
|
}
|
|
494
494
|
set outlinedItemBorderColor(v) {
|
|
495
|
-
this.i.
|
|
495
|
+
this.i.hx = stringToBrush(v);
|
|
496
496
|
}
|
|
497
497
|
/**
|
|
498
498
|
* Gets or sets the disabled color to use the border of the buttons in the group when type is outlined.
|
|
499
499
|
*/
|
|
500
500
|
get outlinedItemDisabledBorderColor() {
|
|
501
|
-
return brushToString(this.i.
|
|
501
|
+
return brushToString(this.i.hz);
|
|
502
502
|
}
|
|
503
503
|
set outlinedItemDisabledBorderColor(v) {
|
|
504
|
-
this.i.
|
|
504
|
+
this.i.hz = stringToBrush(v);
|
|
505
505
|
}
|
|
506
506
|
/**
|
|
507
507
|
* Gets or sets the border width to use for the buttons in the group when type is outlined.
|
|
508
508
|
*/
|
|
509
509
|
get outlinedItemBorderWidth() {
|
|
510
|
-
return this.i.
|
|
510
|
+
return this.i.a3;
|
|
511
511
|
}
|
|
512
512
|
set outlinedItemBorderWidth(v) {
|
|
513
|
-
this.i.
|
|
513
|
+
this.i.a3 = +v;
|
|
514
514
|
}
|
|
515
515
|
/**
|
|
516
516
|
* Gets or sets the color to use the hovered text of the buttons in the group when type is outlined.
|
|
517
517
|
*/
|
|
518
518
|
get outlinedItemHoverTextColor() {
|
|
519
|
-
return brushToString(this.i.
|
|
519
|
+
return brushToString(this.i.h2);
|
|
520
520
|
}
|
|
521
521
|
set outlinedItemHoverTextColor(v) {
|
|
522
|
-
this.i.
|
|
522
|
+
this.i.h2 = stringToBrush(v);
|
|
523
523
|
}
|
|
524
524
|
/**
|
|
525
525
|
* Gets or sets the color to use the background of the buttons in the group that are selected when type is outlined.
|
|
526
526
|
*/
|
|
527
527
|
get outlinedSelectedItemBackgroundColor() {
|
|
528
|
-
return brushToString(this.i.
|
|
528
|
+
return brushToString(this.i.h4);
|
|
529
529
|
}
|
|
530
530
|
set outlinedSelectedItemBackgroundColor(v) {
|
|
531
|
-
this.i.
|
|
531
|
+
this.i.h4 = stringToBrush(v);
|
|
532
532
|
}
|
|
533
533
|
/**
|
|
534
534
|
* Gets or sets the color to use the text of the buttons in the group that are selected when type is outlined.
|
|
535
535
|
*/
|
|
536
536
|
get outlinedSelectedItemTextColor() {
|
|
537
|
-
return brushToString(this.i.
|
|
537
|
+
return brushToString(this.i.h7);
|
|
538
538
|
}
|
|
539
539
|
set outlinedSelectedItemTextColor(v) {
|
|
540
|
-
this.i.
|
|
540
|
+
this.i.h7 = stringToBrush(v);
|
|
541
541
|
}
|
|
542
542
|
/**
|
|
543
543
|
* Gets or sets the color to use the hovered background of the buttons in the group that are selected when type is outlined.
|
|
544
544
|
*/
|
|
545
545
|
get outlinedSelectedItemHoverBackgroundColor() {
|
|
546
|
-
return brushToString(this.i.
|
|
546
|
+
return brushToString(this.i.h5);
|
|
547
547
|
}
|
|
548
548
|
set outlinedSelectedItemHoverBackgroundColor(v) {
|
|
549
|
-
this.i.
|
|
549
|
+
this.i.h5 = stringToBrush(v);
|
|
550
550
|
}
|
|
551
551
|
/**
|
|
552
552
|
* Gets or sets the color to use the hovered text of the buttons in the group that are selected when type is outlined.
|
|
553
553
|
*/
|
|
554
554
|
get outlinedSelectedItemHoverTextColor() {
|
|
555
|
-
return brushToString(this.i.
|
|
555
|
+
return brushToString(this.i.h6);
|
|
556
556
|
}
|
|
557
557
|
set outlinedSelectedItemHoverTextColor(v) {
|
|
558
|
-
this.i.
|
|
558
|
+
this.i.h6 = stringToBrush(v);
|
|
559
559
|
}
|
|
560
560
|
/**
|
|
561
561
|
* Gets or sets the corner radius to use for the appropriate corners for the flat type item buttons.
|
|
562
562
|
*/
|
|
563
563
|
get flatItemCornerRadius() {
|
|
564
|
-
return this.i.
|
|
564
|
+
return this.i.a0;
|
|
565
565
|
}
|
|
566
566
|
set flatItemCornerRadius(v) {
|
|
567
|
-
this.i.
|
|
567
|
+
this.i.a0 = +v;
|
|
568
568
|
}
|
|
569
569
|
/**
|
|
570
570
|
* Gets or sets the color to use the background of the buttons in the group when type is flat.
|
|
571
571
|
*/
|
|
572
572
|
get flatItemBackgroundColor() {
|
|
573
|
-
return brushToString(this.i.
|
|
573
|
+
return brushToString(this.i.hc);
|
|
574
574
|
}
|
|
575
575
|
set flatItemBackgroundColor(v) {
|
|
576
|
-
this.i.
|
|
576
|
+
this.i.hc = stringToBrush(v);
|
|
577
577
|
}
|
|
578
578
|
/**
|
|
579
579
|
* Gets or sets the disabled color to use the background of the buttons in the group when type is flat.
|
|
580
580
|
*/
|
|
581
581
|
get flatItemDisabledBackgroundColor() {
|
|
582
|
-
return brushToString(this.i.
|
|
582
|
+
return brushToString(this.i.he);
|
|
583
583
|
}
|
|
584
584
|
set flatItemDisabledBackgroundColor(v) {
|
|
585
|
-
this.i.
|
|
585
|
+
this.i.he = stringToBrush(v);
|
|
586
586
|
}
|
|
587
587
|
/**
|
|
588
588
|
* Gets or sets the color to use the text of the buttons in the group when type is flat.
|
|
589
589
|
*/
|
|
590
590
|
get flatItemTextColor() {
|
|
591
|
-
return brushToString(this.i.
|
|
591
|
+
return brushToString(this.i.hj);
|
|
592
592
|
}
|
|
593
593
|
set flatItemTextColor(v) {
|
|
594
|
-
this.i.
|
|
594
|
+
this.i.hj = stringToBrush(v);
|
|
595
595
|
}
|
|
596
596
|
/**
|
|
597
597
|
* Gets or sets the disabled color to use the text of the buttons in the group when type is flat.
|
|
598
598
|
*/
|
|
599
599
|
get flatItemDisabledTextColor() {
|
|
600
|
-
return brushToString(this.i.
|
|
600
|
+
return brushToString(this.i.hg);
|
|
601
601
|
}
|
|
602
602
|
set flatItemDisabledTextColor(v) {
|
|
603
|
-
this.i.
|
|
603
|
+
this.i.hg = stringToBrush(v);
|
|
604
604
|
}
|
|
605
605
|
/**
|
|
606
606
|
* Gets or sets the color to use the hovered background of the buttons in the group when type is flat.
|
|
607
607
|
*/
|
|
608
608
|
get flatItemHoverBackgroundColor() {
|
|
609
|
-
return brushToString(this.i.
|
|
609
|
+
return brushToString(this.i.hh);
|
|
610
610
|
}
|
|
611
611
|
set flatItemHoverBackgroundColor(v) {
|
|
612
|
-
this.i.
|
|
612
|
+
this.i.hh = stringToBrush(v);
|
|
613
613
|
}
|
|
614
614
|
/**
|
|
615
615
|
* Gets or sets the color to use the border of the buttons in the group when type is flat.
|
|
616
616
|
*/
|
|
617
617
|
get flatItemBorderColor() {
|
|
618
|
-
return brushToString(this.i.
|
|
618
|
+
return brushToString(this.i.hd);
|
|
619
619
|
}
|
|
620
620
|
set flatItemBorderColor(v) {
|
|
621
|
-
this.i.
|
|
621
|
+
this.i.hd = stringToBrush(v);
|
|
622
622
|
}
|
|
623
623
|
/**
|
|
624
624
|
* Gets or sets the disabled color to use the border of the buttons in the group when type is flat.
|
|
625
625
|
*/
|
|
626
626
|
get flatItemDisabledBorderColor() {
|
|
627
|
-
return brushToString(this.i.
|
|
627
|
+
return brushToString(this.i.hf);
|
|
628
628
|
}
|
|
629
629
|
set flatItemDisabledBorderColor(v) {
|
|
630
|
-
this.i.
|
|
630
|
+
this.i.hf = stringToBrush(v);
|
|
631
631
|
}
|
|
632
632
|
/**
|
|
633
633
|
* Gets or sets the border width to use for the buttons in the group when type is flat.
|
|
634
634
|
*/
|
|
635
635
|
get flatItemBorderWidth() {
|
|
636
|
-
return this.i.
|
|
636
|
+
return this.i.az;
|
|
637
637
|
}
|
|
638
638
|
set flatItemBorderWidth(v) {
|
|
639
|
-
this.i.
|
|
639
|
+
this.i.az = +v;
|
|
640
640
|
}
|
|
641
641
|
/**
|
|
642
642
|
* Gets or sets the color to use the hovered text of the buttons in the group when type is flat.
|
|
643
643
|
*/
|
|
644
644
|
get flatItemHoverTextColor() {
|
|
645
|
-
return brushToString(this.i.
|
|
645
|
+
return brushToString(this.i.hi);
|
|
646
646
|
}
|
|
647
647
|
set flatItemHoverTextColor(v) {
|
|
648
|
-
this.i.
|
|
648
|
+
this.i.hi = stringToBrush(v);
|
|
649
649
|
}
|
|
650
650
|
/**
|
|
651
651
|
* Gets or sets the color to use the background of the buttons in the group that are selected when type is flat.
|
|
652
652
|
*/
|
|
653
653
|
get flatSelectedItemBackgroundColor() {
|
|
654
|
-
return brushToString(this.i.
|
|
654
|
+
return brushToString(this.i.hk);
|
|
655
655
|
}
|
|
656
656
|
set flatSelectedItemBackgroundColor(v) {
|
|
657
|
-
this.i.
|
|
657
|
+
this.i.hk = stringToBrush(v);
|
|
658
658
|
}
|
|
659
659
|
/**
|
|
660
660
|
* Gets or sets the color to use the text of the buttons in the group that are selected when type is flat.
|
|
661
661
|
*/
|
|
662
662
|
get flatSelectedItemTextColor() {
|
|
663
|
-
return brushToString(this.i.
|
|
663
|
+
return brushToString(this.i.hn);
|
|
664
664
|
}
|
|
665
665
|
set flatSelectedItemTextColor(v) {
|
|
666
|
-
this.i.
|
|
666
|
+
this.i.hn = stringToBrush(v);
|
|
667
667
|
}
|
|
668
668
|
/**
|
|
669
669
|
* Gets or sets the color to use the hovered background of the buttons in the group that are selected when type is flat.
|
|
670
670
|
*/
|
|
671
671
|
get flatSelectedItemHoverBackgroundColor() {
|
|
672
|
-
return brushToString(this.i.
|
|
672
|
+
return brushToString(this.i.hl);
|
|
673
673
|
}
|
|
674
674
|
set flatSelectedItemHoverBackgroundColor(v) {
|
|
675
|
-
this.i.
|
|
675
|
+
this.i.hl = stringToBrush(v);
|
|
676
676
|
}
|
|
677
677
|
/**
|
|
678
678
|
* Gets or sets the color to use the hovered text of the buttons in the group that are selected when type is flat.
|
|
679
679
|
*/
|
|
680
680
|
get flatSelectedItemHoverTextColor() {
|
|
681
|
-
return brushToString(this.i.
|
|
681
|
+
return brushToString(this.i.hm);
|
|
682
682
|
}
|
|
683
683
|
set flatSelectedItemHoverTextColor(v) {
|
|
684
|
-
this.i.
|
|
684
|
+
this.i.hm = stringToBrush(v);
|
|
685
685
|
}
|
|
686
686
|
/**
|
|
687
687
|
* Gets or sets the oreientation to use the button group when type is outlined.
|
|
@@ -696,10 +696,10 @@ export let IgxXButtonGroupComponent = /*@__PURE__*/ (() => {
|
|
|
696
696
|
* Gets or sets the id to use for the button group.
|
|
697
697
|
*/
|
|
698
698
|
get id() {
|
|
699
|
-
return this.i.
|
|
699
|
+
return this.i.b6;
|
|
700
700
|
}
|
|
701
701
|
set id(v) {
|
|
702
|
-
this.i.
|
|
702
|
+
this.i.b6 = v;
|
|
703
703
|
}
|
|
704
704
|
/**
|
|
705
705
|
* Gets or sets whether the checkbox is disabled.
|
|
@@ -714,10 +714,10 @@ export let IgxXButtonGroupComponent = /*@__PURE__*/ (() => {
|
|
|
714
714
|
* Gets or sets whether the group supports multi-select.
|
|
715
715
|
*/
|
|
716
716
|
get isMultiSelect() {
|
|
717
|
-
return this.i.
|
|
717
|
+
return this.i.aa;
|
|
718
718
|
}
|
|
719
719
|
set isMultiSelect(v) {
|
|
720
|
-
this.i.
|
|
720
|
+
this.i.aa = ensureBool(v);
|
|
721
721
|
}
|
|
722
722
|
findByName(name) {
|
|
723
723
|
if (this.findEphemera) {
|
|
@@ -794,7 +794,7 @@ export let IgxXButtonGroupComponent = /*@__PURE__*/ (() => {
|
|
|
794
794
|
|
|
795
795
|
*/
|
|
796
796
|
exportVisualModel() {
|
|
797
|
-
let iv = this.i.
|
|
797
|
+
let iv = this.i.a6();
|
|
798
798
|
return (iv);
|
|
799
799
|
}
|
|
800
800
|
/**
|
|
@@ -802,7 +802,7 @@ export let IgxXButtonGroupComponent = /*@__PURE__*/ (() => {
|
|
|
802
802
|
|
|
803
803
|
*/
|
|
804
804
|
exportSerializedVisualModel() {
|
|
805
|
-
let iv = this.i.
|
|
805
|
+
let iv = this.i.br();
|
|
806
806
|
return (iv);
|
|
807
807
|
}
|
|
808
808
|
get selectionChanged() {
|