igniteui-angular-inputs 18.2.0 → 19.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.
Files changed (48) hide show
  1. package/bundles/igniteui-angular-inputs.umd.js +3069 -2910
  2. package/bundles/igniteui-angular-inputs.umd.min.js +1 -1
  3. package/esm2015/lib/ButtonGroupView_combined.js +26 -26
  4. package/esm2015/lib/ButtonView_combined.js +1716 -1662
  5. package/esm2015/lib/CalendarView_combined.js +312 -298
  6. package/esm2015/lib/IconViewType.js +11 -0
  7. package/esm2015/lib/IconView_combined.js +462 -432
  8. package/esm2015/lib/InputGroupView_combined.js +115 -93
  9. package/esm2015/lib/MultiSliderBridge.js +14 -14
  10. package/esm2015/lib/NativeUIXInputsFactory_combined.js +4 -4
  11. package/esm2015/lib/XButtonBridge.js +39 -35
  12. package/esm2015/lib/XButtonGroupBridge.js +2 -2
  13. package/esm2015/lib/XCheckboxBridge.js +8 -8
  14. package/esm2015/lib/XComponentBridge.js +1 -1
  15. package/esm2015/lib/XIconBridge.js +25 -23
  16. package/esm2015/lib/XInputBridge.js +16 -16
  17. package/esm2015/lib/XPopupBridge.js +5 -3
  18. package/esm2015/lib/igx-x-button-component.js +396 -385
  19. package/esm2015/lib/igx-x-icon-component.js +63 -63
  20. package/esm2015/public_api.js +1 -0
  21. package/esm5/lib/ButtonGroupView_combined.js +26 -26
  22. package/esm5/lib/ButtonView_combined.js +1583 -1525
  23. package/esm5/lib/CalendarView_combined.js +312 -298
  24. package/esm5/lib/IconViewType.js +11 -0
  25. package/esm5/lib/IconView_combined.js +449 -419
  26. package/esm5/lib/InputGroupView_combined.js +115 -93
  27. package/esm5/lib/MultiSliderBridge.js +14 -14
  28. package/esm5/lib/NativeUIXInputsFactory_combined.js +4 -4
  29. package/esm5/lib/XButtonBridge.js +39 -35
  30. package/esm5/lib/XButtonGroupBridge.js +2 -2
  31. package/esm5/lib/XCheckboxBridge.js +8 -8
  32. package/esm5/lib/XComponentBridge.js +1 -1
  33. package/esm5/lib/XIconBridge.js +25 -23
  34. package/esm5/lib/XInputBridge.js +16 -16
  35. package/esm5/lib/XPopupBridge.js +5 -3
  36. package/esm5/lib/igx-x-button-component.js +400 -385
  37. package/esm5/lib/igx-x-icon-component.js +63 -63
  38. package/esm5/public_api.js +1 -0
  39. package/fesm2015/igniteui-angular-inputs.js +3204 -3054
  40. package/fesm5/igniteui-angular-inputs.js +3070 -2912
  41. package/lib/ButtonView_combined.d.ts +513 -504
  42. package/lib/CalendarView_combined.d.ts +38 -35
  43. package/lib/IconViewType.d.ts +16 -0
  44. package/lib/IconView_combined.d.ts +115 -111
  45. package/lib/InputGroupView_combined.d.ts +28 -26
  46. package/lib/igx-x-button-component.d.ts +7 -1
  47. package/package.json +5 -5
  48. package/public_api.d.ts +1 -0
@@ -138,14 +138,14 @@ export let ButtonGroupView = /*@__PURE__*/ (() => {
138
138
  }
139
139
  x(a) {
140
140
  if (this.a.k == 0) {
141
- a.fw = "flex";
142
- a.g0 = "row";
143
- a.e7 = "center";
141
+ a.f0 = "flex";
142
+ a.g4 = "row";
143
+ a.fb = "center";
144
144
  }
145
145
  else {
146
- a.fw = "flex";
147
- a.g0 = "column";
148
- a.e7 = "stretch";
146
+ a.f0 = "flex";
147
+ a.g4 = "column";
148
+ a.fb = "stretch";
149
149
  }
150
150
  }
151
151
  o(a) {
@@ -543,27 +543,27 @@ export let XButtonGroup = /*@__PURE__*/ (() => {
543
543
  this.dk(b);
544
544
  }
545
545
  b.e = 1;
546
- b.az = false;
546
+ b.a2 = false;
547
547
  if (this.v) {
548
548
  b.disabled = this.disabled;
549
549
  }
550
- b.nv = this.e0;
551
- b.bg = this.ak;
552
- b.pj = this.e2;
553
- b.pi = this.e1;
554
- b.pk = this.e3;
550
+ b.n2 = this.e0;
551
+ b.bk = this.ak;
552
+ b.pq = this.e2;
553
+ b.pp = this.e1;
554
+ b.pr = this.e3;
555
555
  this.view.x(b);
556
556
  if (this.aa(b)) {
557
- b.nu = this.e7;
558
- b.q9 = this.fa;
559
- b.p9 = this.e8;
560
- b.qa = this.e9;
557
+ b.n1 = this.e7;
558
+ b.rg = this.fa;
559
+ b.qg = this.e8;
560
+ b.qh = this.e9;
561
561
  }
562
562
  else {
563
- b.nu = this.ez;
564
- b.q9 = this.e6;
565
- b.p9 = this.e4;
566
- b.qa = this.e5;
563
+ b.n1 = this.ez;
564
+ b.rg = this.e6;
565
+ b.qg = this.e4;
566
+ b.qh = this.e5;
567
567
  }
568
568
  }
569
569
  }
@@ -577,22 +577,22 @@ export let XButtonGroup = /*@__PURE__*/ (() => {
577
577
  return false;
578
578
  }
579
579
  dk(a) {
580
- a.ku = new CornerRadius(1, 0, 0, 0, 0);
580
+ a.k1 = new CornerRadius(1, 0, 0, 0, 0);
581
581
  }
582
582
  dj(a) {
583
583
  if (this.k == 1) {
584
- a.ku = new CornerRadius(1, 0, 0, this.al, this.al);
584
+ a.k1 = new CornerRadius(1, 0, 0, this.al, this.al);
585
585
  }
586
586
  else {
587
- a.ku = new CornerRadius(1, 0, this.al, this.al, 0);
587
+ a.k1 = new CornerRadius(1, 0, this.al, this.al, 0);
588
588
  }
589
589
  }
590
590
  di(a) {
591
591
  if (this.k == 1) {
592
- a.ku = new CornerRadius(1, this.al, this.al, 0, 0);
592
+ a.k1 = new CornerRadius(1, this.al, this.al, 0, 0);
593
593
  }
594
594
  else {
595
- a.ku = new CornerRadius(1, this.al, 0, 0, this.al);
595
+ a.k1 = new CornerRadius(1, this.al, 0, 0, this.al);
596
596
  }
597
597
  }
598
598
  dh(a) {
@@ -1258,7 +1258,7 @@ export let XButtonGroup = /*@__PURE__*/ (() => {
1258
1258
  a.h = this.z;
1259
1259
  a.i = new List$1(ButtonVisualModelExport.$, 0);
1260
1260
  for (let b = 0; b < this.buttons.count; b++) {
1261
- a.i.add1(this.buttons._inner[b].d7());
1261
+ a.i.add1(this.buttons._inner[b].eb());
1262
1262
  }
1263
1263
  return a;
1264
1264
  }