igniteui-angular-inputs 19.0.0 → 19.1.0-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.
Files changed (57) hide show
  1. package/bundles/igniteui-angular-inputs.umd.js +3805 -3574
  2. package/bundles/igniteui-angular-inputs.umd.min.js +1 -1
  3. package/esm2015/lib/ButtonGroupView_combined.js +74 -74
  4. package/esm2015/lib/ButtonView_combined.js +1890 -1834
  5. package/esm2015/lib/CalendarView_combined.js +322 -308
  6. package/esm2015/lib/CheckboxView_combined.js +25 -25
  7. package/esm2015/lib/DatePickerView_combined.js +6 -6
  8. package/esm2015/lib/IconViewType.js +11 -0
  9. package/esm2015/lib/IconView_combined.js +529 -451
  10. package/esm2015/lib/InputGroupView_combined.js +433 -404
  11. package/esm2015/lib/MultiSliderBridge.js +14 -14
  12. package/esm2015/lib/NativeUIXInputsFactory_combined.js +43 -43
  13. package/esm2015/lib/RippleView_combined.js +2 -2
  14. package/esm2015/lib/XButtonBridge.js +39 -35
  15. package/esm2015/lib/XButtonGroupBridge.js +2 -2
  16. package/esm2015/lib/XCheckboxBridge.js +8 -8
  17. package/esm2015/lib/XComponentBridge.js +1 -1
  18. package/esm2015/lib/XIconBridge.js +25 -23
  19. package/esm2015/lib/XInputBridge.js +22 -22
  20. package/esm2015/lib/XPopupBridge.js +15 -5
  21. package/esm2015/lib/igx-x-button-component.js +396 -385
  22. package/esm2015/lib/igx-x-icon-component.js +63 -63
  23. package/esm2015/lib/igx-x-label-component.js +40 -40
  24. package/esm2015/public_api.js +1 -0
  25. package/esm5/lib/ButtonGroupView_combined.js +74 -74
  26. package/esm5/lib/ButtonView_combined.js +1756 -1696
  27. package/esm5/lib/CalendarView_combined.js +322 -308
  28. package/esm5/lib/CheckboxView_combined.js +25 -25
  29. package/esm5/lib/DatePickerView_combined.js +6 -6
  30. package/esm5/lib/IconViewType.js +11 -0
  31. package/esm5/lib/IconView_combined.js +515 -429
  32. package/esm5/lib/InputGroupView_combined.js +426 -397
  33. package/esm5/lib/MultiSliderBridge.js +14 -14
  34. package/esm5/lib/NativeUIXInputsFactory_combined.js +43 -43
  35. package/esm5/lib/RippleView_combined.js +2 -2
  36. package/esm5/lib/XButtonBridge.js +39 -35
  37. package/esm5/lib/XButtonGroupBridge.js +2 -2
  38. package/esm5/lib/XCheckboxBridge.js +8 -8
  39. package/esm5/lib/XComponentBridge.js +1 -1
  40. package/esm5/lib/XIconBridge.js +25 -23
  41. package/esm5/lib/XInputBridge.js +22 -22
  42. package/esm5/lib/XPopupBridge.js +15 -5
  43. package/esm5/lib/igx-x-button-component.js +400 -385
  44. package/esm5/lib/igx-x-icon-component.js +63 -63
  45. package/esm5/lib/igx-x-label-component.js +40 -40
  46. package/esm5/public_api.js +1 -0
  47. package/fesm2015/igniteui-angular-inputs.js +3962 -3748
  48. package/fesm5/igniteui-angular-inputs.js +3806 -3576
  49. package/lib/ButtonView_combined.d.ts +513 -504
  50. package/lib/CalendarView_combined.d.ts +38 -35
  51. package/lib/IconViewType.d.ts +16 -0
  52. package/lib/IconView_combined.d.ts +139 -125
  53. package/lib/InputGroupView_combined.d.ts +103 -100
  54. package/lib/XPopupBridge.d.ts +1 -0
  55. package/lib/igx-x-button-component.d.ts +7 -1
  56. package/package.json +2 -2
  57. package/public_api.d.ts +1 -0
@@ -360,7 +360,7 @@ var XCheckbox = /** @class */ /*@__PURE__*/ (function (_super) {
360
360
  _this.s = false;
361
361
  _this.ag = false;
362
362
  _this.c6 = null;
363
- _this.c1 = ThemeResolver.ah(XCheckbox.m, BrushUtil.h(0, 0, 0, 0), BrushUtil.h(0, 0, 0, 0));
363
+ _this.c1 = ThemeResolver.ah(XCheckbox.m, BrushUtil.j(0, 0, 0, 0), BrushUtil.j(0, 0, 0, 0));
364
364
  _this.c3 = null;
365
365
  _this.c5 = null;
366
366
  _this.c0 = ThemeResolver.ag(XCheckbox.m, XCheckbox.k, "TickColor");
@@ -1054,10 +1054,10 @@ var XCheckbox = /** @class */ /*@__PURE__*/ (function (_super) {
1054
1054
  XCheckbox.prototype.cp = function () {
1055
1055
  this.ck();
1056
1056
  if (this.checked) {
1057
- this.view.ak(BrushUtil.q(this.c8, 0.6), BrushUtil.q(this.c8, 0.1));
1057
+ this.view.ak(BrushUtil.s(this.c8, 0.6), BrushUtil.s(this.c8, 0.1));
1058
1058
  }
1059
1059
  else {
1060
- this.view.ak(BrushUtil.q(this.c8, 0.6), BrushUtil.q(this.dc, 0.1));
1060
+ this.view.ak(BrushUtil.s(this.c8, 0.6), BrushUtil.s(this.dc, 0.1));
1061
1061
  }
1062
1062
  };
1063
1063
  Object.defineProperty(XCheckbox.prototype, "a", {
@@ -1117,10 +1117,10 @@ var XCheckbox = /** @class */ /*@__PURE__*/ (function (_super) {
1117
1117
  c = -1;
1118
1118
  }
1119
1119
  if (b) {
1120
- this.view.ak(BrushUtil.q(this.c8, 0.6), BrushUtil.q(this.c8, 0.1));
1120
+ this.view.ak(BrushUtil.s(this.c8, 0.6), BrushUtil.s(this.c8, 0.1));
1121
1121
  }
1122
1122
  else {
1123
- this.view.ak(BrushUtil.q(this.c8, 0.6), BrushUtil.q(this.dc, 0.1));
1123
+ this.view.ak(BrushUtil.s(this.c8, 0.6), BrushUtil.s(this.dc, 0.1));
1124
1124
  }
1125
1125
  if (!this.indeterminate) {
1126
1126
  NativeUI.af(this.view.u, null);
@@ -1246,11 +1246,11 @@ var XCheckbox = /** @class */ /*@__PURE__*/ (function (_super) {
1246
1246
  XCheckbox.g = ThemeResolver.a(((function () {
1247
1247
  var $ret = new Dictionary$2(String_$type, Base.$, 0);
1248
1248
  $ret.addItem("CheckPath", "M4.1,12.7 9,17.6 20.3,6.3");
1249
- $ret.addItem("UncheckedBorderColor", BrushUtil.h(255, 153, 153, 153));
1250
- $ret.addItem("CheckedBorderColor", BrushUtil.h(138, 33, 150, 243));
1251
- $ret.addItem("UncheckedBackgroundColor", BrushUtil.h(255, 255, 255, 255));
1252
- $ret.addItem("CheckedBackgroundColor", BrushUtil.h(255, 33, 150, 243));
1253
- $ret.addItem("TickColor", BrushUtil.h(255, 255, 255, 255));
1249
+ $ret.addItem("UncheckedBorderColor", BrushUtil.j(255, 153, 153, 153));
1250
+ $ret.addItem("CheckedBorderColor", BrushUtil.j(138, 33, 150, 243));
1251
+ $ret.addItem("UncheckedBackgroundColor", BrushUtil.j(255, 255, 255, 255));
1252
+ $ret.addItem("CheckedBackgroundColor", BrushUtil.j(255, 33, 150, 243));
1253
+ $ret.addItem("TickColor", BrushUtil.j(255, 255, 255, 255));
1254
1254
  $ret.addItem("TickStrokeWidth", 3);
1255
1255
  $ret.addItem("BorderWidth", NaN);
1256
1256
  $ret.addItem("CornerRadius", 2);
@@ -1259,11 +1259,11 @@ var XCheckbox = /** @class */ /*@__PURE__*/ (function (_super) {
1259
1259
  XCheckbox.h = ThemeResolver.a(((function () {
1260
1260
  var $ret = new Dictionary$2(String_$type, Base.$, 0);
1261
1261
  $ret.addItem("CheckPath", "M4.1,12.7 9,17.6 20.3,6.3");
1262
- $ret.addItem("UncheckedBorderColor", BrushUtil.h(138, 0, 0, 0));
1263
- $ret.addItem("CheckedBorderColor", BrushUtil.h(138, 0, 0, 0));
1264
- $ret.addItem("UncheckedBackgroundColor", BrushUtil.h(255, 255, 255, 255));
1265
- $ret.addItem("CheckedBackgroundColor", BrushUtil.h(255, 228, 28, 119));
1266
- $ret.addItem("TickColor", BrushUtil.h(255, 255, 255, 255));
1262
+ $ret.addItem("UncheckedBorderColor", BrushUtil.j(138, 0, 0, 0));
1263
+ $ret.addItem("CheckedBorderColor", BrushUtil.j(138, 0, 0, 0));
1264
+ $ret.addItem("UncheckedBackgroundColor", BrushUtil.j(255, 255, 255, 255));
1265
+ $ret.addItem("CheckedBackgroundColor", BrushUtil.j(255, 228, 28, 119));
1266
+ $ret.addItem("TickColor", BrushUtil.j(255, 255, 255, 255));
1267
1267
  $ret.addItem("TickStrokeWidth", 3);
1268
1268
  $ret.addItem("BorderWidth", NaN);
1269
1269
  $ret.addItem("CornerRadius", 2);
@@ -1272,11 +1272,11 @@ var XCheckbox = /** @class */ /*@__PURE__*/ (function (_super) {
1272
1272
  XCheckbox.j = ThemeResolver.a(((function () {
1273
1273
  var $ret = new Dictionary$2(String_$type, Base.$, 0);
1274
1274
  $ret.addItem("CheckPath", "M5.1,12.7 9,17.6 19,9");
1275
- $ret.addItem("UncheckedBorderColor", BrushUtil.h(255, 105, 136, 255));
1276
- $ret.addItem("CheckedBorderColor", BrushUtil.h(255, 105, 136, 255));
1277
- $ret.addItem("UncheckedBackgroundColor", BrushUtil.h(255, 255, 255, 255));
1278
- $ret.addItem("CheckedBackgroundColor", BrushUtil.h(255, 105, 136, 255));
1279
- $ret.addItem("TickColor", BrushUtil.h(255, 255, 255, 255));
1275
+ $ret.addItem("UncheckedBorderColor", BrushUtil.j(255, 105, 136, 255));
1276
+ $ret.addItem("CheckedBorderColor", BrushUtil.j(255, 105, 136, 255));
1277
+ $ret.addItem("UncheckedBackgroundColor", BrushUtil.j(255, 255, 255, 255));
1278
+ $ret.addItem("CheckedBackgroundColor", BrushUtil.j(255, 105, 136, 255));
1279
+ $ret.addItem("TickColor", BrushUtil.j(255, 255, 255, 255));
1280
1280
  $ret.addItem("TickStrokeWidth", 3);
1281
1281
  $ret.addItem("BorderWidth", 1);
1282
1282
  $ret.addItem("CornerRadius", 2);
@@ -1285,11 +1285,11 @@ var XCheckbox = /** @class */ /*@__PURE__*/ (function (_super) {
1285
1285
  XCheckbox.i = ThemeResolver.a(((function () {
1286
1286
  var $ret = new Dictionary$2(String_$type, Base.$, 0);
1287
1287
  $ret.addItem("CheckPath", "M5.1,12.7 9,17.6 19,9");
1288
- $ret.addItem("UncheckedBorderColor", BrushUtil.h(255, 105, 136, 255));
1289
- $ret.addItem("CheckedBorderColor", BrushUtil.h(255, 105, 136, 255));
1290
- $ret.addItem("UncheckedBackgroundColor", BrushUtil.h(255, 55, 63, 86));
1291
- $ret.addItem("CheckedBackgroundColor", BrushUtil.h(255, 105, 136, 255));
1292
- $ret.addItem("TickColor", BrushUtil.h(255, 255, 255, 255));
1288
+ $ret.addItem("UncheckedBorderColor", BrushUtil.j(255, 105, 136, 255));
1289
+ $ret.addItem("CheckedBorderColor", BrushUtil.j(255, 105, 136, 255));
1290
+ $ret.addItem("UncheckedBackgroundColor", BrushUtil.j(255, 55, 63, 86));
1291
+ $ret.addItem("CheckedBackgroundColor", BrushUtil.j(255, 105, 136, 255));
1292
+ $ret.addItem("TickColor", BrushUtil.j(255, 255, 255, 255));
1293
1293
  $ret.addItem("TickStrokeWidth", 3);
1294
1294
  $ret.addItem("BorderWidth", 1);
1295
1295
  $ret.addItem("CornerRadius", 2);
@@ -379,7 +379,7 @@ var XDatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
379
379
  _this.a8 = dateMinValue();
380
380
  _this.a7 = dateMinValue();
381
381
  _this.bk = "";
382
- _this.du = BrushUtil.h(255, 24, 29, 31);
382
+ _this.du = BrushUtil.j(255, 24, 29, 31);
383
383
  _this.z = null;
384
384
  _this.bm = "";
385
385
  _this.a5 = dateMinValue();
@@ -387,8 +387,8 @@ var XDatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
387
387
  _this.x = 2;
388
388
  _this.v = 1;
389
389
  _this.aa = null;
390
- _this.dv = BrushUtil.h(255, 24, 29, 31);
391
- _this.dt = BrushUtil.h(255, 163, 172, 184);
390
+ _this.dv = BrushUtil.j(255, 24, 29, 31);
391
+ _this.dt = BrushUtil.j(255, 163, 172, 184);
392
392
  _this.ao = true;
393
393
  _this.ap = false;
394
394
  _this.ag = true;
@@ -1110,7 +1110,7 @@ var XDatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
1110
1110
  this.n.fill = this.dw;
1111
1111
  }
1112
1112
  if (this.r != null) {
1113
- this.r.di = this.dx;
1113
+ this.r.dj = this.dx;
1114
1114
  this.r.y = this.ac;
1115
1115
  }
1116
1116
  };
@@ -1131,7 +1131,7 @@ var XDatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
1131
1131
  this.q.t = this.y;
1132
1132
  this.r = new XLabel();
1133
1133
  this.h.as(this.r);
1134
- this.r.di = this.dx;
1134
+ this.r.dj = this.dx;
1135
1135
  this.r.y = this.ac;
1136
1136
  this.q.appendContentChild(this.h.v());
1137
1137
  if (this.b4 != null && this.b4 != "") {
@@ -1578,7 +1578,7 @@ var XDatePicker = /** @class */ /*@__PURE__*/ (function (_super) {
1578
1578
  this.u = new Popup();
1579
1579
  this.u.ar = this.aw;
1580
1580
  this.u.ay = this.a3;
1581
- this.u.c0 = BrushUtil.h(255, 255, 255, 255);
1581
+ this.u.c0 = BrushUtil.j(255, 255, 255, 255);
1582
1582
  this.u.a9 = 150;
1583
1583
  this.h.at(this.u);
1584
1584
  this.c = new XCalendar();
@@ -0,0 +1,11 @@
1
+ /*
2
+ THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
+ https://www.infragistics.com/legal/license/igultimate-la
4
+ https://www.infragistics.com/legal/license/igultimate-eula
5
+ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
+ */
7
+ import { markEnum } from "igniteui-angular-core";
8
+ /**
9
+ * @hidden
10
+ */
11
+ export var IconViewType_$type = markEnum('IconViewType', 'SVG,0|SVGPath,1|SVGPaths,2|DataURL,3|Source,4|None,5');