igniteui-webcomponents-grids 4.7.2-beta.1 → 4.7.2-beta.2

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.
@@ -213,11 +213,11 @@ export let IgcMultiColumnComboBoxComponent = /*@__PURE__*/ (() => {
213
213
  * Gets or sets the ShowClearButton property to detirmine if the clear button is shown
214
214
  */
215
215
  get showClearButton() {
216
- return this.i.bl;
216
+ return this.i.bq;
217
217
  }
218
218
  set showClearButton(v) {
219
- this.i.bl = ensureBool(v);
220
- this._a("showClearButton", this.i.bl);
219
+ this.i.bq = ensureBool(v);
220
+ this._a("showClearButton", this.i.bq);
221
221
  }
222
222
  /**
223
223
  * Gets or sets the desired properties for the data source to load. If specified the data source may decide to constrain the properties it fetches to these properties and must make sure that at least those properties are loaded, rather than the default behavior for that data source.
@@ -236,21 +236,21 @@ export let IgcMultiColumnComboBoxComponent = /*@__PURE__*/ (() => {
236
236
  * Gets or sets the background color to use for the input group.
237
237
  */
238
238
  get backgroundColor() {
239
- return brushToString(this.i.hn);
239
+ return brushToString(this.i.hw);
240
240
  }
241
241
  set backgroundColor(v) {
242
- this.i.hn = stringToBrush(v);
243
- this._a("backgroundColor", brushToString(this.i.hn));
242
+ this.i.hw = stringToBrush(v);
243
+ this._a("backgroundColor", brushToString(this.i.hw));
244
244
  }
245
245
  /**
246
246
  * Gets the actual opacity to use for the underline ripple element.
247
247
  */
248
248
  get actualBackgroundColor() {
249
- return brushToString(this.i.hc);
249
+ return brushToString(this.i.hl);
250
250
  }
251
251
  set actualBackgroundColor(v) {
252
- this.i.hc = stringToBrush(v);
253
- this._a("actualBackgroundColor", brushToString(this.i.hc));
252
+ this.i.hl = stringToBrush(v);
253
+ this._a("actualBackgroundColor", brushToString(this.i.hl));
254
254
  }
255
255
  /**
256
256
  * Gets or sets the base built in theme to use for the component.
@@ -276,41 +276,41 @@ export let IgcMultiColumnComboBoxComponent = /*@__PURE__*/ (() => {
276
276
  * Gets or sets the color to use the border of the input group.
277
277
  */
278
278
  get borderColor() {
279
- return brushToString(this.i.ho);
279
+ return brushToString(this.i.hx);
280
280
  }
281
281
  set borderColor(v) {
282
- this.i.ho = stringToBrush(v);
283
- this._a("borderColor", brushToString(this.i.ho));
282
+ this.i.hx = stringToBrush(v);
283
+ this._a("borderColor", brushToString(this.i.hx));
284
284
  }
285
285
  /**
286
286
  * Gets the actual item background color.
287
287
  */
288
288
  get actualBorderColor() {
289
- return brushToString(this.i.hd);
289
+ return brushToString(this.i.hm);
290
290
  }
291
291
  set actualBorderColor(v) {
292
- this.i.hd = stringToBrush(v);
293
- this._a("actualBorderColor", brushToString(this.i.hd));
292
+ this.i.hm = stringToBrush(v);
293
+ this._a("actualBorderColor", brushToString(this.i.hm));
294
294
  }
295
295
  /**
296
296
  * Gets or sets the border width to use for the border of the item group.
297
297
  */
298
298
  get borderWidth() {
299
- return this.i.cg;
299
+ return this.i.cm;
300
300
  }
301
301
  set borderWidth(v) {
302
- this.i.cg = +v;
303
- this._a("borderWidth", this.i.cg);
302
+ this.i.cm = +v;
303
+ this._a("borderWidth", this.i.cm);
304
304
  }
305
305
  /**
306
306
  * Gets the actual item border width.
307
307
  */
308
308
  get actualBorderWidth() {
309
- return this.i.b6;
309
+ return this.i.cc;
310
310
  }
311
311
  set actualBorderWidth(v) {
312
- this.i.b6 = +v;
313
- this._a("actualBorderWidth", this.i.b6);
312
+ this.i.cc = +v;
313
+ this._a("actualBorderWidth", this.i.cc);
314
314
  }
315
315
  /**
316
316
  * Gets or sets the visibility of the drop down button.
@@ -323,172 +323,172 @@ export let IgcMultiColumnComboBoxComponent = /*@__PURE__*/ (() => {
323
323
  this._a("columnHeadersVisible", this.i.columnHeadersVisible);
324
324
  }
325
325
  get contentPaddingBottom() {
326
- return this.i.ic ? this.i.ic.bottom : NaN;
326
+ return this.i.im ? this.i.im.bottom : NaN;
327
327
  }
328
328
  set contentPaddingBottom(v) {
329
329
  this.ensureContentPadding();
330
- this.i.ic.bottom = +v;
331
- this._a("contentPaddingBottom", this.i.ic.bottom);
332
- this.i.ic = this.i.ic;
330
+ this.i.im.bottom = +v;
331
+ this._a("contentPaddingBottom", this.i.im.bottom);
332
+ this.i.im = this.i.im;
333
333
  }
334
334
  get contentPaddingLeft() {
335
- return this.i.ic ? this.i.ic.left : NaN;
335
+ return this.i.im ? this.i.im.left : NaN;
336
336
  }
337
337
  set contentPaddingLeft(v) {
338
338
  this.ensureContentPadding();
339
- this.i.ic.left = +v;
340
- this._a("contentPaddingLeft", this.i.ic.left);
341
- this.i.ic = this.i.ic;
339
+ this.i.im.left = +v;
340
+ this._a("contentPaddingLeft", this.i.im.left);
341
+ this.i.im = this.i.im;
342
342
  }
343
343
  get contentPaddingRight() {
344
- return this.i.ic ? this.i.ic.right : NaN;
344
+ return this.i.im ? this.i.im.right : NaN;
345
345
  }
346
346
  set contentPaddingRight(v) {
347
347
  this.ensureContentPadding();
348
- this.i.ic.right = +v;
349
- this._a("contentPaddingRight", this.i.ic.right);
350
- this.i.ic = this.i.ic;
348
+ this.i.im.right = +v;
349
+ this._a("contentPaddingRight", this.i.im.right);
350
+ this.i.im = this.i.im;
351
351
  }
352
352
  get contentPaddingTop() {
353
- return this.i.ic ? this.i.ic.top : NaN;
353
+ return this.i.im ? this.i.im.top : NaN;
354
354
  }
355
355
  set contentPaddingTop(v) {
356
356
  this.ensureContentPadding();
357
- this.i.ic.top = +v;
358
- this._a("contentPaddingTop", this.i.ic.top);
359
- this.i.ic = this.i.ic;
357
+ this.i.im.top = +v;
358
+ this._a("contentPaddingTop", this.i.im.top);
359
+ this.i.im = this.i.im;
360
360
  }
361
361
  ensureContentPadding() {
362
- if (this.i.ic) {
362
+ if (this.i.im) {
363
363
  return;
364
364
  }
365
- this.i.ic = new Thickness(2);
365
+ this.i.im = new Thickness(2);
366
366
  }
367
367
  get actualContentPaddingBottom() {
368
- return this.i.ib ? this.i.ib.bottom : NaN;
368
+ return this.i.il ? this.i.il.bottom : NaN;
369
369
  }
370
370
  set actualContentPaddingBottom(v) {
371
371
  this.ensureActualContentPadding();
372
- this.i.ib.bottom = +v;
373
- this._a("actualContentPaddingBottom", this.i.ib.bottom);
374
- this.i.ib = this.i.ib;
372
+ this.i.il.bottom = +v;
373
+ this._a("actualContentPaddingBottom", this.i.il.bottom);
374
+ this.i.il = this.i.il;
375
375
  }
376
376
  get actualContentPaddingLeft() {
377
- return this.i.ib ? this.i.ib.left : NaN;
377
+ return this.i.il ? this.i.il.left : NaN;
378
378
  }
379
379
  set actualContentPaddingLeft(v) {
380
380
  this.ensureActualContentPadding();
381
- this.i.ib.left = +v;
382
- this._a("actualContentPaddingLeft", this.i.ib.left);
383
- this.i.ib = this.i.ib;
381
+ this.i.il.left = +v;
382
+ this._a("actualContentPaddingLeft", this.i.il.left);
383
+ this.i.il = this.i.il;
384
384
  }
385
385
  get actualContentPaddingRight() {
386
- return this.i.ib ? this.i.ib.right : NaN;
386
+ return this.i.il ? this.i.il.right : NaN;
387
387
  }
388
388
  set actualContentPaddingRight(v) {
389
389
  this.ensureActualContentPadding();
390
- this.i.ib.right = +v;
391
- this._a("actualContentPaddingRight", this.i.ib.right);
392
- this.i.ib = this.i.ib;
390
+ this.i.il.right = +v;
391
+ this._a("actualContentPaddingRight", this.i.il.right);
392
+ this.i.il = this.i.il;
393
393
  }
394
394
  get actualContentPaddingTop() {
395
- return this.i.ib ? this.i.ib.top : NaN;
395
+ return this.i.il ? this.i.il.top : NaN;
396
396
  }
397
397
  set actualContentPaddingTop(v) {
398
398
  this.ensureActualContentPadding();
399
- this.i.ib.top = +v;
400
- this._a("actualContentPaddingTop", this.i.ib.top);
401
- this.i.ib = this.i.ib;
399
+ this.i.il.top = +v;
400
+ this._a("actualContentPaddingTop", this.i.il.top);
401
+ this.i.il = this.i.il;
402
402
  }
403
403
  ensureActualContentPadding() {
404
- if (this.i.ib) {
404
+ if (this.i.il) {
405
405
  return;
406
406
  }
407
- this.i.ib = new Thickness(2);
407
+ this.i.il = new Thickness(2);
408
408
  }
409
409
  get cornerRadiusBottomRight() {
410
- return this.i.go ? this.i.go.b : NaN;
410
+ return this.i.gx ? this.i.gx.b : NaN;
411
411
  }
412
412
  set cornerRadiusBottomRight(v) {
413
413
  this.ensureCornerRadius();
414
- this.i.go.b = +v;
415
- this._a("cornerRadiusBottomRight", this.i.go.b);
416
- this.i.go = this.i.go;
414
+ this.i.gx.b = +v;
415
+ this._a("cornerRadiusBottomRight", this.i.gx.b);
416
+ this.i.gx = this.i.gx;
417
417
  }
418
418
  get cornerRadiusBottomLeft() {
419
- return this.i.go ? this.i.go.a : NaN;
419
+ return this.i.gx ? this.i.gx.a : NaN;
420
420
  }
421
421
  set cornerRadiusBottomLeft(v) {
422
422
  this.ensureCornerRadius();
423
- this.i.go.a = +v;
424
- this._a("cornerRadiusBottomLeft", this.i.go.a);
425
- this.i.go = this.i.go;
423
+ this.i.gx.a = +v;
424
+ this._a("cornerRadiusBottomLeft", this.i.gx.a);
425
+ this.i.gx = this.i.gx;
426
426
  }
427
427
  get cornerRadiusTopLeft() {
428
- return this.i.go ? this.i.go.c : NaN;
428
+ return this.i.gx ? this.i.gx.c : NaN;
429
429
  }
430
430
  set cornerRadiusTopLeft(v) {
431
431
  this.ensureCornerRadius();
432
- this.i.go.c = +v;
433
- this._a("cornerRadiusTopLeft", this.i.go.c);
434
- this.i.go = this.i.go;
432
+ this.i.gx.c = +v;
433
+ this._a("cornerRadiusTopLeft", this.i.gx.c);
434
+ this.i.gx = this.i.gx;
435
435
  }
436
436
  get cornerRadiusTopRight() {
437
- return this.i.go ? this.i.go.d : NaN;
437
+ return this.i.gx ? this.i.gx.d : NaN;
438
438
  }
439
439
  set cornerRadiusTopRight(v) {
440
440
  this.ensureCornerRadius();
441
- this.i.go.d = +v;
442
- this._a("cornerRadiusTopRight", this.i.go.d);
443
- this.i.go = this.i.go;
441
+ this.i.gx.d = +v;
442
+ this._a("cornerRadiusTopRight", this.i.gx.d);
443
+ this.i.gx = this.i.gx;
444
444
  }
445
445
  ensureCornerRadius() {
446
- if (this.i.go) {
446
+ if (this.i.gx) {
447
447
  return;
448
448
  }
449
- this.i.go = new CornerRadius(2);
449
+ this.i.gx = new CornerRadius(2);
450
450
  }
451
451
  get actualCornerRadiusBottomRight() {
452
- return this.i.gn ? this.i.gn.b : NaN;
452
+ return this.i.gw ? this.i.gw.b : NaN;
453
453
  }
454
454
  set actualCornerRadiusBottomRight(v) {
455
455
  this.ensureActualCornerRadius();
456
- this.i.gn.b = +v;
457
- this._a("actualCornerRadiusBottomRight", this.i.gn.b);
458
- this.i.gn = this.i.gn;
456
+ this.i.gw.b = +v;
457
+ this._a("actualCornerRadiusBottomRight", this.i.gw.b);
458
+ this.i.gw = this.i.gw;
459
459
  }
460
460
  get actualCornerRadiusBottomLeft() {
461
- return this.i.gn ? this.i.gn.a : NaN;
461
+ return this.i.gw ? this.i.gw.a : NaN;
462
462
  }
463
463
  set actualCornerRadiusBottomLeft(v) {
464
464
  this.ensureActualCornerRadius();
465
- this.i.gn.a = +v;
466
- this._a("actualCornerRadiusBottomLeft", this.i.gn.a);
467
- this.i.gn = this.i.gn;
465
+ this.i.gw.a = +v;
466
+ this._a("actualCornerRadiusBottomLeft", this.i.gw.a);
467
+ this.i.gw = this.i.gw;
468
468
  }
469
469
  get actualCornerRadiusTopLeft() {
470
- return this.i.gn ? this.i.gn.c : NaN;
470
+ return this.i.gw ? this.i.gw.c : NaN;
471
471
  }
472
472
  set actualCornerRadiusTopLeft(v) {
473
473
  this.ensureActualCornerRadius();
474
- this.i.gn.c = +v;
475
- this._a("actualCornerRadiusTopLeft", this.i.gn.c);
476
- this.i.gn = this.i.gn;
474
+ this.i.gw.c = +v;
475
+ this._a("actualCornerRadiusTopLeft", this.i.gw.c);
476
+ this.i.gw = this.i.gw;
477
477
  }
478
478
  get actualCornerRadiusTopRight() {
479
- return this.i.gn ? this.i.gn.d : NaN;
479
+ return this.i.gw ? this.i.gw.d : NaN;
480
480
  }
481
481
  set actualCornerRadiusTopRight(v) {
482
482
  this.ensureActualCornerRadius();
483
- this.i.gn.d = +v;
484
- this._a("actualCornerRadiusTopRight", this.i.gn.d);
485
- this.i.gn = this.i.gn;
483
+ this.i.gw.d = +v;
484
+ this._a("actualCornerRadiusTopRight", this.i.gw.d);
485
+ this.i.gw = this.i.gw;
486
486
  }
487
487
  ensureActualCornerRadius() {
488
- if (this.i.gn) {
488
+ if (this.i.gw) {
489
489
  return;
490
490
  }
491
- this.i.gn = new CornerRadius(2);
491
+ this.i.gw = new CornerRadius(2);
492
492
  }
493
493
  /**
494
494
  * Gets or sets the desired properties for the data source to load. If specified the data source may decide to constrain the properties it fetches to these properties and must make sure that at least those properties are loaded, rather than the default behavior for that data source.
@@ -537,161 +537,161 @@ export let IgcMultiColumnComboBoxComponent = /*@__PURE__*/ (() => {
537
537
  * Gets or sets the color to use the hovered background of the inputs in the group.
538
538
  */
539
539
  get focusBorderColor() {
540
- return brushToString(this.i.h0);
540
+ return brushToString(this.i.h9);
541
541
  }
542
542
  set focusBorderColor(v) {
543
- this.i.h0 = stringToBrush(v);
544
- this._a("focusBorderColor", brushToString(this.i.h0));
543
+ this.i.h9 = stringToBrush(v);
544
+ this._a("focusBorderColor", brushToString(this.i.h9));
545
545
  }
546
546
  /**
547
547
  * Gets the actual item border color.
548
548
  */
549
549
  get actualFocusBorderColor() {
550
- return brushToString(this.i.he);
550
+ return brushToString(this.i.hn);
551
551
  }
552
552
  set actualFocusBorderColor(v) {
553
- this.i.he = stringToBrush(v);
554
- this._a("actualFocusBorderColor", brushToString(this.i.he));
553
+ this.i.hn = stringToBrush(v);
554
+ this._a("actualFocusBorderColor", brushToString(this.i.hn));
555
555
  }
556
556
  /**
557
557
  * Gets or sets the border width to use for the border of the item group when focused.
558
558
  */
559
559
  get focusBorderWidth() {
560
- return this.i.cs;
560
+ return this.i.cy;
561
561
  }
562
562
  set focusBorderWidth(v) {
563
- this.i.cs = +v;
564
- this._a("focusBorderWidth", this.i.cs);
563
+ this.i.cy = +v;
564
+ this._a("focusBorderWidth", this.i.cy);
565
565
  }
566
566
  /**
567
567
  * Gets the actual item border width.
568
568
  */
569
569
  get actualFocusBorderWidth() {
570
- return this.i.b7;
570
+ return this.i.cd;
571
571
  }
572
572
  set actualFocusBorderWidth(v) {
573
- this.i.b7 = +v;
574
- this._a("actualFocusBorderWidth", this.i.b7);
573
+ this.i.cd = +v;
574
+ this._a("actualFocusBorderWidth", this.i.cd);
575
575
  }
576
576
  /**
577
577
  * Gets or sets the color to use for the underline element.
578
578
  */
579
579
  get focusUnderlineColor() {
580
- return brushToString(this.i.h1);
580
+ return brushToString(this.i.ia);
581
581
  }
582
582
  set focusUnderlineColor(v) {
583
- this.i.h1 = stringToBrush(v);
584
- this._a("focusUnderlineColor", brushToString(this.i.h1));
583
+ this.i.ia = stringToBrush(v);
584
+ this._a("focusUnderlineColor", brushToString(this.i.ia));
585
585
  }
586
586
  /**
587
587
  * Gets the actual color to use for the underline element when focused.
588
588
  */
589
589
  get actualFocusUnderlineColor() {
590
- return brushToString(this.i.hf);
590
+ return brushToString(this.i.ho);
591
591
  }
592
592
  set actualFocusUnderlineColor(v) {
593
- this.i.hf = stringToBrush(v);
594
- this._a("actualFocusUnderlineColor", brushToString(this.i.hf));
593
+ this.i.ho = stringToBrush(v);
594
+ this._a("actualFocusUnderlineColor", brushToString(this.i.ho));
595
595
  }
596
596
  /**
597
597
  * Gets or sets the color to use for the underline element.
598
598
  */
599
599
  get focusUnderlineOpacity() {
600
- return this.i.ct;
600
+ return this.i.cz;
601
601
  }
602
602
  set focusUnderlineOpacity(v) {
603
- this.i.ct = +v;
604
- this._a("focusUnderlineOpacity", this.i.ct);
603
+ this.i.cz = +v;
604
+ this._a("focusUnderlineOpacity", this.i.cz);
605
605
  }
606
606
  /**
607
607
  * Gets the actual opacity to use for the underline element when focused.
608
608
  */
609
609
  get actualFocusUnderlineOpacity() {
610
- return this.i.b8;
610
+ return this.i.ce;
611
611
  }
612
612
  set actualFocusUnderlineOpacity(v) {
613
- this.i.b8 = +v;
614
- this._a("actualFocusUnderlineOpacity", this.i.b8);
613
+ this.i.ce = +v;
614
+ this._a("actualFocusUnderlineOpacity", this.i.ce);
615
615
  }
616
616
  /**
617
617
  * Gets or sets the opacity to use for the underline ripple element when focused.
618
618
  */
619
619
  get focusUnderlineRippleOpacity() {
620
- return this.i.cu;
620
+ return this.i.c0;
621
621
  }
622
622
  set focusUnderlineRippleOpacity(v) {
623
- this.i.cu = +v;
624
- this._a("focusUnderlineRippleOpacity", this.i.cu);
623
+ this.i.c0 = +v;
624
+ this._a("focusUnderlineRippleOpacity", this.i.c0);
625
625
  }
626
626
  /**
627
627
  * Gets the actual opacity to use for the underline ripple element when focused.
628
628
  */
629
629
  get actualFocusUnderlineRippleOpacity() {
630
- return this.i.b9;
630
+ return this.i.cf;
631
631
  }
632
632
  set actualFocusUnderlineRippleOpacity(v) {
633
- this.i.b9 = +v;
634
- this._a("actualFocusUnderlineRippleOpacity", this.i.b9);
633
+ this.i.cf = +v;
634
+ this._a("actualFocusUnderlineRippleOpacity", this.i.cf);
635
635
  }
636
636
  /**
637
637
  * Gets or sets the color to use for the underline element.
638
638
  */
639
639
  get hoverUnderlineColor() {
640
- return brushToString(this.i.h2);
640
+ return brushToString(this.i.ib);
641
641
  }
642
642
  set hoverUnderlineColor(v) {
643
- this.i.h2 = stringToBrush(v);
644
- this._a("hoverUnderlineColor", brushToString(this.i.h2));
643
+ this.i.ib = stringToBrush(v);
644
+ this._a("hoverUnderlineColor", brushToString(this.i.ib));
645
645
  }
646
646
  /**
647
647
  * Gets the actual color to use for the underline element.
648
648
  */
649
649
  get actualHoverUnderlineColor() {
650
- return brushToString(this.i.hg);
650
+ return brushToString(this.i.hp);
651
651
  }
652
652
  set actualHoverUnderlineColor(v) {
653
- this.i.hg = stringToBrush(v);
654
- this._a("actualHoverUnderlineColor", brushToString(this.i.hg));
653
+ this.i.hp = stringToBrush(v);
654
+ this._a("actualHoverUnderlineColor", brushToString(this.i.hp));
655
655
  }
656
656
  /**
657
657
  * Gets or sets the color to use for the underline element.
658
658
  */
659
659
  get hoverUnderlineOpacity() {
660
- return this.i.cv;
660
+ return this.i.c1;
661
661
  }
662
662
  set hoverUnderlineOpacity(v) {
663
- this.i.cv = +v;
664
- this._a("hoverUnderlineOpacity", this.i.cv);
663
+ this.i.c1 = +v;
664
+ this._a("hoverUnderlineOpacity", this.i.c1);
665
665
  }
666
666
  /**
667
667
  * Gets the actual opacity to use for the underline element when hovered.
668
668
  */
669
669
  get actualHoverUnderlineOpacity() {
670
- return this.i.ca;
670
+ return this.i.cg;
671
671
  }
672
672
  set actualHoverUnderlineOpacity(v) {
673
- this.i.ca = +v;
674
- this._a("actualHoverUnderlineOpacity", this.i.ca);
673
+ this.i.cg = +v;
674
+ this._a("actualHoverUnderlineOpacity", this.i.cg);
675
675
  }
676
676
  /**
677
677
  * Gets or sets the width to use for the underline element when hovered.
678
678
  */
679
679
  get hoverUnderlineWidth() {
680
- return this.i.cw;
680
+ return this.i.c2;
681
681
  }
682
682
  set hoverUnderlineWidth(v) {
683
- this.i.cw = +v;
684
- this._a("hoverUnderlineWidth", this.i.cw);
683
+ this.i.c2 = +v;
684
+ this._a("hoverUnderlineWidth", this.i.c2);
685
685
  }
686
686
  /**
687
687
  * Gets the width to use for the underline element when hovered.
688
688
  */
689
689
  get actualHoverUnderlineWidth() {
690
- return this.i.cb;
690
+ return this.i.ch;
691
691
  }
692
692
  set actualHoverUnderlineWidth(v) {
693
- this.i.cb = +v;
694
- this._a("actualHoverUnderlineWidth", this.i.cb);
693
+ this.i.ch = +v;
694
+ this._a("actualHoverUnderlineWidth", this.i.ch);
695
695
  }
696
696
  /**
697
697
  * Gets or sets the data to which to bind the combo box list. This can be some type of array or list, or it can
@@ -713,30 +713,30 @@ export let IgcMultiColumnComboBoxComponent = /*@__PURE__*/ (() => {
713
713
  * The text displayed in the label portion of the control.
714
714
  */
715
715
  get label() {
716
- return this.i.e4;
716
+ return this.i.fb;
717
717
  }
718
718
  set label(v) {
719
- this.i.e4 = v;
719
+ this.i.fb = v;
720
720
  }
721
721
  /**
722
722
  * Gets or sets the color to use for the text.
723
723
  */
724
724
  get labelTextColor() {
725
- return brushToString(this.i.h3);
725
+ return brushToString(this.i.ic);
726
726
  }
727
727
  set labelTextColor(v) {
728
- this.i.h3 = stringToBrush(v);
729
- this._a("labelTextColor", brushToString(this.i.h3));
728
+ this.i.ic = stringToBrush(v);
729
+ this._a("labelTextColor", brushToString(this.i.ic));
730
730
  }
731
731
  /**
732
732
  * Gets the actual color to use for the text color.
733
733
  */
734
734
  get actualLabelTextColor() {
735
- return brushToString(this.i.hh);
735
+ return brushToString(this.i.hq);
736
736
  }
737
737
  set actualLabelTextColor(v) {
738
- this.i.hh = stringToBrush(v);
739
- this._a("actualLabelTextColor", brushToString(this.i.hh));
738
+ this.i.hq = stringToBrush(v);
739
+ this._a("actualLabelTextColor", brushToString(this.i.hq));
740
740
  }
741
741
  /**
742
742
  * Gets or sets the font to use for the combobox.
@@ -767,10 +767,10 @@ export let IgcMultiColumnComboBoxComponent = /*@__PURE__*/ (() => {
767
767
  * Gets or sets the text to display on the list when no suggested matches are found.
768
768
  */
769
769
  get noMatchesFoundLabel() {
770
- return this.i.fa;
770
+ return this.i.fh;
771
771
  }
772
772
  set noMatchesFoundLabel(v) {
773
- this.i.fa = v;
773
+ this.i.fh = v;
774
774
  }
775
775
  /**
776
776
  * Gets the actual text to display on the list when no suggested matches are found.
@@ -785,41 +785,41 @@ export let IgcMultiColumnComboBoxComponent = /*@__PURE__*/ (() => {
785
785
  * Gets or sets the color to use for the "no matches found" label.
786
786
  */
787
787
  get noMatchesFoundLabelBackgroundColor() {
788
- return brushToString(this.i.h4);
788
+ return brushToString(this.i.id);
789
789
  }
790
790
  set noMatchesFoundLabelBackgroundColor(v) {
791
- this.i.h4 = stringToBrush(v);
792
- this._a("noMatchesFoundLabelBackgroundColor", brushToString(this.i.h4));
791
+ this.i.id = stringToBrush(v);
792
+ this._a("noMatchesFoundLabelBackgroundColor", brushToString(this.i.id));
793
793
  }
794
794
  /**
795
795
  * Gets the actual color to use for the "no matches found" label.
796
796
  */
797
797
  get actualNoMatchesFoundLabelBackgroundColor() {
798
- return brushToString(this.i.hi);
798
+ return brushToString(this.i.hr);
799
799
  }
800
800
  set actualNoMatchesFoundLabelBackgroundColor(v) {
801
- this.i.hi = stringToBrush(v);
802
- this._a("actualNoMatchesFoundLabelBackgroundColor", brushToString(this.i.hi));
801
+ this.i.hr = stringToBrush(v);
802
+ this._a("actualNoMatchesFoundLabelBackgroundColor", brushToString(this.i.hr));
803
803
  }
804
804
  /**
805
805
  * Gets or sets the color to use for the "no matches found" label.
806
806
  */
807
807
  get noMatchesFoundLabelTextColor() {
808
- return brushToString(this.i.h5);
808
+ return brushToString(this.i.ie);
809
809
  }
810
810
  set noMatchesFoundLabelTextColor(v) {
811
- this.i.h5 = stringToBrush(v);
812
- this._a("noMatchesFoundLabelTextColor", brushToString(this.i.h5));
811
+ this.i.ie = stringToBrush(v);
812
+ this._a("noMatchesFoundLabelTextColor", brushToString(this.i.ie));
813
813
  }
814
814
  /**
815
815
  * Gets the actual color to use for the "no matches found" label.
816
816
  */
817
817
  get actualNoMatchesFoundLabelTextColor() {
818
- return brushToString(this.i.hj);
818
+ return brushToString(this.i.hs);
819
819
  }
820
820
  set actualNoMatchesFoundLabelTextColor(v) {
821
- this.i.hj = stringToBrush(v);
822
- this._a("actualNoMatchesFoundLabelTextColor", brushToString(this.i.hj));
821
+ this.i.hs = stringToBrush(v);
822
+ this._a("actualNoMatchesFoundLabelTextColor", brushToString(this.i.hs));
823
823
  }
824
824
  /**
825
825
  * Gets or sets the font to use for the combobox.
@@ -840,10 +840,10 @@ export let IgcMultiColumnComboBoxComponent = /*@__PURE__*/ (() => {
840
840
  * Placeholder text which gives the user a hint about what kind of text is expected.
841
841
  */
842
842
  get placeholder() {
843
- return this.i.ff;
843
+ return this.i.fn;
844
844
  }
845
845
  set placeholder(v) {
846
- this.i.ff = v;
846
+ this.i.fn = v;
847
847
  }
848
848
  /**
849
849
  * Gets or sets the visibility of the row separators in the drop down.
@@ -859,21 +859,21 @@ export let IgcMultiColumnComboBoxComponent = /*@__PURE__*/ (() => {
859
859
  * Gets or sets the color to use for the text.
860
860
  */
861
861
  get textColor() {
862
- return brushToString(this.i.h6);
862
+ return brushToString(this.i.ig);
863
863
  }
864
864
  set textColor(v) {
865
- this.i.h6 = stringToBrush(v);
866
- this._a("textColor", brushToString(this.i.h6));
865
+ this.i.ig = stringToBrush(v);
866
+ this._a("textColor", brushToString(this.i.ig));
867
867
  }
868
868
  /**
869
869
  * Gets the actual color to use for the text color.
870
870
  */
871
871
  get actualTextColor() {
872
- return brushToString(this.i.hk);
872
+ return brushToString(this.i.ht);
873
873
  }
874
874
  set actualTextColor(v) {
875
- this.i.hk = stringToBrush(v);
876
- this._a("actualTextColor", brushToString(this.i.hk));
875
+ this.i.ht = stringToBrush(v);
876
+ this._a("actualTextColor", brushToString(this.i.ht));
877
877
  }
878
878
  /**
879
879
  * Gets or sets the font to use for the combobox.
@@ -894,131 +894,131 @@ export let IgcMultiColumnComboBoxComponent = /*@__PURE__*/ (() => {
894
894
  * Gets or sets the color to use for the underline element.
895
895
  */
896
896
  get underlineColor() {
897
- return brushToString(this.i.h7);
897
+ return brushToString(this.i.ih);
898
898
  }
899
899
  set underlineColor(v) {
900
- this.i.h7 = stringToBrush(v);
901
- this._a("underlineColor", brushToString(this.i.h7));
900
+ this.i.ih = stringToBrush(v);
901
+ this._a("underlineColor", brushToString(this.i.ih));
902
902
  }
903
903
  /**
904
904
  * Gets the actual color to use for the underline element.
905
905
  */
906
906
  get actualUnderlineColor() {
907
- return brushToString(this.i.hl);
907
+ return brushToString(this.i.hu);
908
908
  }
909
909
  set actualUnderlineColor(v) {
910
- this.i.hl = stringToBrush(v);
911
- this._a("actualUnderlineColor", brushToString(this.i.hl));
910
+ this.i.hu = stringToBrush(v);
911
+ this._a("actualUnderlineColor", brushToString(this.i.hu));
912
912
  }
913
913
  /**
914
914
  * Gets or sets the color to use for the underline element.
915
915
  */
916
916
  get underlineOpacity() {
917
- return this.i.cx;
917
+ return this.i.c3;
918
918
  }
919
919
  set underlineOpacity(v) {
920
- this.i.cx = +v;
921
- this._a("underlineOpacity", this.i.cx);
920
+ this.i.c3 = +v;
921
+ this._a("underlineOpacity", this.i.c3);
922
922
  }
923
923
  /**
924
924
  * Gets the actual opacity to use for the underline element.
925
925
  */
926
926
  get actualUnderlineOpacity() {
927
- return this.i.cc;
927
+ return this.i.ci;
928
928
  }
929
929
  set actualUnderlineOpacity(v) {
930
- this.i.cc = +v;
931
- this._a("actualUnderlineOpacity", this.i.cc);
930
+ this.i.ci = +v;
931
+ this._a("actualUnderlineOpacity", this.i.ci);
932
932
  }
933
933
  /**
934
934
  * Gets or sets the color to use for the underline ripple element.
935
935
  */
936
936
  get underlineRippleColor() {
937
- return brushToString(this.i.h8);
937
+ return brushToString(this.i.ii);
938
938
  }
939
939
  set underlineRippleColor(v) {
940
- this.i.h8 = stringToBrush(v);
941
- this._a("underlineRippleColor", brushToString(this.i.h8));
940
+ this.i.ii = stringToBrush(v);
941
+ this._a("underlineRippleColor", brushToString(this.i.ii));
942
942
  }
943
943
  /**
944
944
  * Gets the actual color to use for the underline ripple element.
945
945
  */
946
946
  get actualUnderlineRippleColor() {
947
- return brushToString(this.i.hm);
947
+ return brushToString(this.i.hv);
948
948
  }
949
949
  set actualUnderlineRippleColor(v) {
950
- this.i.hm = stringToBrush(v);
951
- this._a("actualUnderlineRippleColor", brushToString(this.i.hm));
950
+ this.i.hv = stringToBrush(v);
951
+ this._a("actualUnderlineRippleColor", brushToString(this.i.hv));
952
952
  }
953
953
  /**
954
954
  * Gets or sets the opacity to use for the underline ripple element.
955
955
  */
956
956
  get underlineRippleOpacity() {
957
- return this.i.cy;
957
+ return this.i.c4;
958
958
  }
959
959
  set underlineRippleOpacity(v) {
960
- this.i.cy = +v;
961
- this._a("underlineRippleOpacity", this.i.cy);
960
+ this.i.c4 = +v;
961
+ this._a("underlineRippleOpacity", this.i.c4);
962
962
  }
963
963
  /**
964
964
  * Gets the actual opacity to use for the underline ripple element.
965
965
  */
966
966
  get actualUnderlineRippleOpacity() {
967
- return this.i.cd;
967
+ return this.i.cj;
968
968
  }
969
969
  set actualUnderlineRippleOpacity(v) {
970
- this.i.cd = +v;
971
- this._a("actualUnderlineRippleOpacity", this.i.cd);
970
+ this.i.cj = +v;
971
+ this._a("actualUnderlineRippleOpacity", this.i.cj);
972
972
  }
973
973
  /**
974
974
  * Gets or sets the width to use for the underline element.
975
975
  */
976
976
  get underlineRippleWidth() {
977
- return this.i.cz;
977
+ return this.i.c5;
978
978
  }
979
979
  set underlineRippleWidth(v) {
980
- this.i.cz = +v;
981
- this._a("underlineRippleWidth", this.i.cz);
980
+ this.i.c5 = +v;
981
+ this._a("underlineRippleWidth", this.i.c5);
982
982
  }
983
983
  /**
984
984
  * Gets the actual width to use for the underline element.
985
985
  */
986
986
  get actualUnderlineRippleWidth() {
987
- return this.i.ce;
987
+ return this.i.ck;
988
988
  }
989
989
  set actualUnderlineRippleWidth(v) {
990
- this.i.ce = +v;
991
- this._a("actualUnderlineRippleWidth", this.i.ce);
990
+ this.i.ck = +v;
991
+ this._a("actualUnderlineRippleWidth", this.i.ck);
992
992
  }
993
993
  /**
994
994
  * Gets or sets the width to use for the underline element.
995
995
  */
996
996
  get underlineWidth() {
997
- return this.i.c0;
997
+ return this.i.c6;
998
998
  }
999
999
  set underlineWidth(v) {
1000
- this.i.c0 = +v;
1001
- this._a("underlineWidth", this.i.c0);
1000
+ this.i.c6 = +v;
1001
+ this._a("underlineWidth", this.i.c6);
1002
1002
  }
1003
1003
  /**
1004
1004
  * Gets the actual width to use for the underline element.
1005
1005
  */
1006
1006
  get actualUnderlineWidth() {
1007
- return this.i.cf;
1007
+ return this.i.cl;
1008
1008
  }
1009
1009
  set actualUnderlineWidth(v) {
1010
- this.i.cf = +v;
1011
- this._a("actualUnderlineWidth", this.i.cf);
1010
+ this.i.cl = +v;
1011
+ this._a("actualUnderlineWidth", this.i.cl);
1012
1012
  }
1013
1013
  /**
1014
1014
  * Whether to allow filtering of the combo
1015
1015
  */
1016
1016
  get allowFilter() {
1017
- return this.i.bd;
1017
+ return this.i.bg;
1018
1018
  }
1019
1019
  set allowFilter(v) {
1020
- this.i.bd = ensureBool(v);
1021
- this._a("allowFilter", this.i.bd);
1020
+ this.i.bg = ensureBool(v);
1021
+ this._a("allowFilter", this.i.bg);
1022
1022
  }
1023
1023
  /**
1024
1024
  * Returns/sets the action to take when a column header is clicked.
@@ -1034,10 +1034,10 @@ export let IgcMultiColumnComboBoxComponent = /*@__PURE__*/ (() => {
1034
1034
  * Determines the name of the field in the data source will be used as the Text of the MultiColumnComboBox.
1035
1035
  */
1036
1036
  get textField() {
1037
- return this.i.fn;
1037
+ return this.i.fv;
1038
1038
  }
1039
1039
  set textField(v) {
1040
- this.i.fn = v;
1040
+ this.i.fv = v;
1041
1041
  }
1042
1042
  /**
1043
1043
  * The text displayed in the edit portion of the control.
@@ -1088,6 +1088,36 @@ export let IgcMultiColumnComboBoxComponent = /*@__PURE__*/ (() => {
1088
1088
  set value(v) {
1089
1089
  this.i.value = v;
1090
1090
  }
1091
+ /**
1092
+ * Indicates that the dropdown will position itself relative to the window instead of the document.
1093
+ */
1094
+ get isFixed() {
1095
+ return this.i.bn;
1096
+ }
1097
+ set isFixed(v) {
1098
+ this.i.bn = ensureBool(v);
1099
+ this._a("isFixed", this.i.bn);
1100
+ }
1101
+ /**
1102
+ * Indicates that the dropdown should open as a child of the combobox.
1103
+ */
1104
+ get openAsChild() {
1105
+ return this.i.bo;
1106
+ }
1107
+ set openAsChild(v) {
1108
+ this.i.bo = ensureBool(v);
1109
+ this._a("openAsChild", this.i.bo);
1110
+ }
1111
+ /**
1112
+ * Indicates that the dropdown will place itself into the browser top layer.
1113
+ */
1114
+ get useTopLayer() {
1115
+ return this.i.br;
1116
+ }
1117
+ set useTopLayer(v) {
1118
+ this.i.br = ensureBool(v);
1119
+ this._a("useTopLayer", this.i.br);
1120
+ }
1091
1121
  findByName(name) {
1092
1122
  if (this.findEphemera) {
1093
1123
  if (name && name.indexOf("@@e:") == 0) {
@@ -1175,7 +1205,7 @@ export let IgcMultiColumnComboBoxComponent = /*@__PURE__*/ (() => {
1175
1205
 
1176
1206
  */
1177
1207
  exportVisualModel() {
1178
- let iv = this.i.c3();
1208
+ let iv = this.i.c9();
1179
1209
  return (iv);
1180
1210
  }
1181
1211
  /**
@@ -1183,7 +1213,7 @@ export let IgcMultiColumnComboBoxComponent = /*@__PURE__*/ (() => {
1183
1213
 
1184
1214
  */
1185
1215
  exportSerializedVisualModel() {
1186
- let iv = this.i.eq();
1216
+ let iv = this.i.ew();
1187
1217
  return (iv);
1188
1218
  }
1189
1219
  get gotFocus() {