igniteui-angular-inputs 21.0.1-beta.0 → 21.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 (70) hide show
  1. package/bundles/igniteui-angular-inputs.umd.js +931 -765
  2. package/bundles/igniteui-angular-inputs.umd.min.js +1 -1
  3. package/esm2015/lib/ButtonView_combined.js +21 -21
  4. package/esm2015/lib/CalendarView_combined.js +3 -3
  5. package/esm2015/lib/CheckboxView_combined.js +23 -23
  6. package/esm2015/lib/IconView_combined.js +163 -163
  7. package/esm2015/lib/InputGroupView_combined.js +31 -31
  8. package/esm2015/lib/MultiSliderBridge.js +14 -14
  9. package/esm2015/lib/MultiSliderView_combined.js +17 -17
  10. package/esm2015/lib/NativeUIXInputsFactory_combined.js +241 -222
  11. package/esm2015/lib/RippleView_combined.js +1 -1
  12. package/esm2015/lib/XButtonBridge.js +20 -20
  13. package/esm2015/lib/XButtonGroupBridge.js +8 -8
  14. package/esm2015/lib/XCheckboxBridge.js +8 -8
  15. package/esm2015/lib/XComponentBridge.js +4 -2
  16. package/esm2015/lib/XIconBridge.js +23 -23
  17. package/esm2015/lib/XIconButtonBridge.js +5 -5
  18. package/esm2015/lib/XInputBridge.js +18 -18
  19. package/esm2015/lib/XPopupBridge.js +28 -28
  20. package/esm2015/lib/igx-color-editor-component.js +3 -0
  21. package/esm2015/lib/igx-multi-slider-thumb-collection.js +7 -7
  22. package/esm2015/lib/igx-multi-slider-thumb-component.js +209 -0
  23. package/esm2015/lib/igx-multi-slider-thumb-dynamic-module.js +34 -0
  24. package/esm2015/lib/igx-multi-slider-thumb-module.js +27 -0
  25. package/esm2015/lib/igx-multi-slider-thumb-value-changing-event-args.js +3 -8
  26. package/esm2015/lib/igx-multi-slider-track-thumb-range.js +5 -15
  27. package/esm2015/lib/igx-x-icon-component.js +10 -10
  28. package/esm2015/public_api.js +3 -1
  29. package/esm5/lib/ButtonView_combined.js +21 -21
  30. package/esm5/lib/CalendarView_combined.js +3 -3
  31. package/esm5/lib/CheckboxView_combined.js +23 -23
  32. package/esm5/lib/IconView_combined.js +158 -158
  33. package/esm5/lib/InputGroupView_combined.js +31 -31
  34. package/esm5/lib/MultiSliderBridge.js +14 -14
  35. package/esm5/lib/MultiSliderView_combined.js +17 -17
  36. package/esm5/lib/NativeUIXInputsFactory_combined.js +251 -224
  37. package/esm5/lib/RippleView_combined.js +1 -1
  38. package/esm5/lib/XButtonBridge.js +20 -20
  39. package/esm5/lib/XButtonGroupBridge.js +8 -8
  40. package/esm5/lib/XCheckboxBridge.js +8 -8
  41. package/esm5/lib/XComponentBridge.js +4 -2
  42. package/esm5/lib/XIconBridge.js +23 -23
  43. package/esm5/lib/XIconButtonBridge.js +5 -5
  44. package/esm5/lib/XInputBridge.js +18 -18
  45. package/esm5/lib/XPopupBridge.js +28 -28
  46. package/esm5/lib/igx-color-editor-component.js +3 -0
  47. package/esm5/lib/igx-multi-slider-thumb-collection.js +7 -7
  48. package/esm5/lib/igx-multi-slider-thumb-component.js +233 -0
  49. package/esm5/lib/igx-multi-slider-thumb-dynamic-module.js +33 -0
  50. package/esm5/lib/igx-multi-slider-thumb-module.js +28 -0
  51. package/esm5/lib/igx-multi-slider-thumb-value-changing-event-args.js +3 -8
  52. package/esm5/lib/igx-multi-slider-track-thumb-range.js +5 -15
  53. package/esm5/lib/igx-x-icon-component.js +10 -10
  54. package/esm5/public_api.js +3 -1
  55. package/fesm2015/igniteui-angular-inputs.js +906 -749
  56. package/fesm5/igniteui-angular-inputs.js +929 -765
  57. package/lib/IconView_combined.d.ts +33 -34
  58. package/lib/MultiSliderView_combined.d.ts +1 -1
  59. package/lib/NativeUIXInputsFactory_combined.d.ts +18 -13
  60. package/lib/igx-multi-slider-thumb-collection.d.ts +4 -4
  61. package/lib/igx-multi-slider-thumb-component.d.ts +47 -0
  62. package/lib/igx-multi-slider-thumb-dynamic-module.d.ts +9 -0
  63. package/lib/igx-multi-slider-thumb-module.d.ts +8 -0
  64. package/lib/igx-multi-slider-thumb-value-changing-event-args.d.ts +3 -3
  65. package/lib/igx-multi-slider-track-thumb-range.d.ts +5 -5
  66. package/package.json +2 -2
  67. package/public_api.d.ts +3 -1
  68. package/esm2015/lib/igx-multi-slider-thumb.js +0 -111
  69. package/esm5/lib/igx-multi-slider-thumb.js +0 -134
  70. package/lib/igx-multi-slider-thumb.d.ts +0 -33
@@ -179,7 +179,7 @@ var InputGroupView = /** @class */ /*@__PURE__*/ (function (_super) {
179
179
  g.setStyleProperty("height", "2px");
180
180
  g.setStyleProperty("display", "block");
181
181
  g.setStyleProperty("pointer-events", "none");
182
- NativeUI.af(g, ((function () {
182
+ NativeUI.ai(g, ((function () {
183
183
  var $ret = new ScaleTransform();
184
184
  $ret.l = 0.5;
185
185
  $ret.m = 1;
@@ -415,7 +415,7 @@ var SuffixView = /** @class */ /*@__PURE__*/ (function (_super) {
415
415
  $ret.m = 1;
416
416
  return $ret;
417
417
  })()));
418
- NativeUI.af(this.h.rootWrapper, b);
418
+ NativeUI.ai(this.h.rootWrapper, b);
419
419
  this.h.rootWrapper.setStyleProperty("transform-origin", "0px 0px");
420
420
  };
421
421
  SuffixView.prototype.g = function () {
@@ -555,7 +555,7 @@ var PrefixView = /** @class */ /*@__PURE__*/ (function (_super) {
555
555
  $ret.m = 1;
556
556
  return $ret;
557
557
  })()));
558
- NativeUI.af(this.h.rootWrapper, b);
558
+ NativeUI.ai(this.h.rootWrapper, b);
559
559
  this.h.rootWrapper.setStyleProperty("transform-origin", "0px 0px");
560
560
  };
561
561
  PrefixView.prototype.g = function () {
@@ -699,7 +699,7 @@ var LabelView = /** @class */ /*@__PURE__*/ (function (_super) {
699
699
  c.setStyleProperty("overflow", "hidden");
700
700
  c.setStyleProperty("height", "1.125rem");
701
701
  c.setStyleProperty("backface-visibility", "hidden");
702
- NativeUI.q(this.m.rootWrapper, this.c.c3);
702
+ NativeUI.r(this.m.rootWrapper, this.c.c3);
703
703
  c.setStyleProperty("outline-style", "none");
704
704
  c.setStyleProperty("box-shadow", "none");
705
705
  c.setStyleProperty("font-family", "Verdana");
@@ -726,7 +726,7 @@ var LabelView = /** @class */ /*@__PURE__*/ (function (_super) {
726
726
  $ret.m = 1;
727
727
  return $ret;
728
728
  })()));
729
- NativeUI.af(this.m.rootWrapper, a);
729
+ NativeUI.ai(this.m.rootWrapper, a);
730
730
  this.n.setStyleProperty("height", "1.125rem");
731
731
  this.m.rootWrapper.setStyleProperty("position", "absolute");
732
732
  this.m.rootWrapper.setStyleProperty("transform-origin", "0px 0px");
@@ -914,7 +914,7 @@ var LabelView = /** @class */ /*@__PURE__*/ (function (_super) {
914
914
  }
915
915
  };
916
916
  LabelView.prototype.ah = function (a) {
917
- NativeUI.q(this.n, a);
917
+ NativeUI.r(this.n, a);
918
918
  };
919
919
  LabelView.prototype.e = function () {
920
920
  return ((function () {
@@ -1022,7 +1022,7 @@ var InputView = /** @class */ /*@__PURE__*/ (function (_super) {
1022
1022
  c.setStyleProperty("background-attachment", "initial");
1023
1023
  c.setStyleProperty("background-origin", "initial");
1024
1024
  c.setStyleProperty("background-color", "transparent");
1025
- NativeUI.q(c, this.c.d4);
1025
+ NativeUI.r(c, this.c.d4);
1026
1026
  c.setStyleProperty("outline-style", "none");
1027
1027
  c.setStyleProperty("box-shadow", "none");
1028
1028
  c.setStyleProperty("border-top", "0.1875rem solid transparent");
@@ -1154,7 +1154,7 @@ var InputView = /** @class */ /*@__PURE__*/ (function (_super) {
1154
1154
  $ret.m = 1;
1155
1155
  return $ret;
1156
1156
  })()));
1157
- NativeUI.af(this.m.rootWrapper, b);
1157
+ NativeUI.ai(this.m.rootWrapper, b);
1158
1158
  this.m.rootWrapper.setStyleProperty("transform-origin", "0px 0px");
1159
1159
  };
1160
1160
  InputView.prototype.l = function () {
@@ -2303,7 +2303,7 @@ var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
2303
2303
  this.jv();
2304
2304
  break;
2305
2305
  case "IsDisabled":
2306
- NativeUI.u(this.view.v, !this.disabled);
2306
+ NativeUI.w(this.view.v, !this.disabled);
2307
2307
  break;
2308
2308
  }
2309
2309
  };
@@ -2490,44 +2490,44 @@ var XInputGroup = /** @class */ /*@__PURE__*/ (function (_super) {
2490
2490
  var e = this.v != null && this.v.playState == 1;
2491
2491
  var f = this.w != null && this.w.playState == 1;
2492
2492
  var g = this.u != null && this.u.playState == 1;
2493
- NativeUI.o(a, this.ko);
2494
- NativeUI.o(b, this.ko);
2495
- NativeUI.m(a, this.l5);
2496
- NativeUI.z(a, this.oe);
2493
+ NativeUI.p(a, this.ko);
2494
+ NativeUI.p(b, this.ko);
2495
+ NativeUI.n(a, this.l5);
2496
+ NativeUI.ac(a, this.oe);
2497
2497
  if (this.ao) {
2498
2498
  if (!g) {
2499
- NativeUI.n(b, this.l7);
2500
- NativeUI.p(b, new Thickness(0, this.ch));
2499
+ NativeUI.o(b, this.l7);
2500
+ NativeUI.q(b, new Thickness(0, this.ch));
2501
2501
  }
2502
2502
  if (!f) {
2503
- NativeUI.m(c, this.l8);
2503
+ NativeUI.n(c, this.l8);
2504
2504
  }
2505
2505
  }
2506
2506
  else {
2507
2507
  if (!f) {
2508
2508
  if (this.ap) {
2509
- NativeUI.m(c, this.l9);
2510
- NativeUI.y(c, this.ck);
2511
- NativeUI.t(c, this.cl);
2509
+ NativeUI.n(c, this.l9);
2510
+ NativeUI.ab(c, this.ck);
2511
+ NativeUI.v(c, this.cl);
2512
2512
  }
2513
2513
  else {
2514
- NativeUI.m(c, this.ma);
2515
- NativeUI.y(c, this.cm);
2516
- NativeUI.t(c, this.cp);
2514
+ NativeUI.n(c, this.ma);
2515
+ NativeUI.ab(c, this.cm);
2516
+ NativeUI.v(c, this.cp);
2517
2517
  }
2518
2518
  }
2519
2519
  if (!g) {
2520
- NativeUI.n(b, this.l6);
2521
- NativeUI.p(b, new Thickness(0, this.cg));
2520
+ NativeUI.o(b, this.l6);
2521
+ NativeUI.q(b, new Thickness(0, this.cg));
2522
2522
  }
2523
2523
  if (!f) {
2524
- NativeUI.m(a, this.l5);
2524
+ NativeUI.n(a, this.l5);
2525
2525
  }
2526
2526
  }
2527
2527
  if (!e) {
2528
- NativeUI.m(d, this.mb);
2529
- NativeUI.t(d, this.co);
2530
- NativeUI.y(d, this.cn);
2528
+ NativeUI.n(d, this.mb);
2529
+ NativeUI.v(d, this.co);
2530
+ NativeUI.ab(d, this.cn);
2531
2531
  }
2532
2532
  };
2533
2533
  Object.defineProperty(XInputGroup.prototype, "a", {
@@ -5798,7 +5798,7 @@ var XLabel = /** @class */ /*@__PURE__*/ (function (_super) {
5798
5798
  a.c = this.p;
5799
5799
  a.e = this.t;
5800
5800
  a.d = this.s;
5801
- a.a = AppearanceHelper.a(NativeUI.al(b));
5801
+ a.a = AppearanceHelper.a(NativeUI.ao(b));
5802
5802
  a.b = this.l;
5803
5803
  a.i = this.ap;
5804
5804
  a.g = this.an;
@@ -6149,7 +6149,7 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
6149
6149
  if (this.ad != null) {
6150
6150
  this.view.bc(this.ad);
6151
6151
  }
6152
- NativeUI.q(this.view.r, this.d4);
6152
+ NativeUI.r(this.view.r, this.d4);
6153
6153
  this.view.a7();
6154
6154
  };
6155
6155
  Object.defineProperty(XInput.prototype, "d4", {
@@ -6597,7 +6597,7 @@ var XInput = /** @class */ /*@__PURE__*/ (function (_super) {
6597
6597
  a.l = this.ce;
6598
6598
  a.o = this.ci;
6599
6599
  a.d = this.au;
6600
- a.a = AppearanceHelper.a(NativeUI.al(b));
6600
+ a.a = AppearanceHelper.a(NativeUI.ao(b));
6601
6601
  a.k = this.b8;
6602
6602
  a.n = this.cg;
6603
6603
  a.e = this.aw;
@@ -70,15 +70,15 @@ var MultiSliderBridge = /** @class */ /*@__PURE__*/ (function (_super) {
70
70
  switch (b) {
71
71
  case 12: return a.bg;
72
72
  case 13: return a.bf;
73
- case 97: return a.bv;
74
- case 98: return a.bf;
73
+ case 98: return a.bv;
74
+ case 99: return a.bf;
75
75
  case 14: return a.bl;
76
76
  case 2: return a.thumbs._inner[0].s;
77
- case 92: return a.b0;
78
- case 93: return a.ek;
79
- case 94: return a.es;
80
- case 96: return a.eu;
81
- case 95: return a.et;
77
+ case 93: return a.b0;
78
+ case 94: return a.ek;
79
+ case 95: return a.es;
80
+ case 97: return a.eu;
81
+ case 96: return a.et;
82
82
  case 30:
83
83
  var c = a.e;
84
84
  switch (c) {
@@ -118,10 +118,10 @@ var MultiSliderBridge = /** @class */ /*@__PURE__*/ (function (_super) {
118
118
  case 13:
119
119
  a.bf = c;
120
120
  break;
121
- case 97:
121
+ case 98:
122
122
  a.bv = c;
123
123
  break;
124
- case 98:
124
+ case 99:
125
125
  a.bu = c;
126
126
  break;
127
127
  case 14:
@@ -130,19 +130,19 @@ var MultiSliderBridge = /** @class */ /*@__PURE__*/ (function (_super) {
130
130
  case 2:
131
131
  a.thumbs._inner[0].s = c;
132
132
  break;
133
- case 92:
133
+ case 93:
134
134
  a.b0 = c;
135
135
  break;
136
- case 93:
136
+ case 94:
137
137
  a.ek = c;
138
138
  break;
139
- case 94:
139
+ case 95:
140
140
  a.es = c;
141
141
  break;
142
- case 96:
142
+ case 97:
143
143
  a.eu = c;
144
144
  break;
145
- case 95:
145
+ case 96:
146
146
  a.et = c;
147
147
  break;
148
148
  case 30:
@@ -74,7 +74,7 @@ var MultiSliderView = /** @class */ /*@__PURE__*/ (function (_super) {
74
74
  this.m = true;
75
75
  this.ap();
76
76
  if (this.a != null) {
77
- this.a.au(this.u.rootWrapper, "");
77
+ this.a.av(this.u.rootWrapper, "");
78
78
  }
79
79
  if (this.z == -1) {
80
80
  this.z = this.u.setTimeout(runOn(this, this.an), 200);
@@ -83,7 +83,7 @@ var MultiSliderView = /** @class */ /*@__PURE__*/ (function (_super) {
83
83
  MultiSliderView.prototype.au = function () {
84
84
  this.m = false;
85
85
  if (this.a != null && this.u != null) {
86
- this.a.bi(this.u.rootWrapper, "");
86
+ this.a.bk(this.u.rootWrapper, "");
87
87
  }
88
88
  if (this.z != -1) {
89
89
  window.clearTimeout(this.z);
@@ -126,8 +126,8 @@ var MultiSliderView = /** @class */ /*@__PURE__*/ (function (_super) {
126
126
  this.w = truncate(Math.round(d));
127
127
  }
128
128
  if (this.l.d && this.t != 1) {
129
- this.l.aa();
130
- this.l.ab(this.t, this.t);
129
+ this.l.ac();
130
+ this.l.ad(this.t, this.t);
131
131
  }
132
132
  this.l.l(this.g.e0.left, this.g.e0.top, this.g.e0.width, this.g.e0.height);
133
133
  for (var e = 0; e < this.r.count; e++) {
@@ -149,29 +149,29 @@ var MultiSliderView = /** @class */ /*@__PURE__*/ (function (_super) {
149
149
  this.a1(this.r._inner[i].allPaths);
150
150
  }
151
151
  if (this.l.d && this.t != 1) {
152
- this.l.z();
152
+ this.l.ab();
153
153
  }
154
154
  };
155
155
  MultiSliderView.prototype.a2 = function (a) {
156
156
  if (a.j != null) {
157
- this.l.aa();
157
+ this.l.ac();
158
158
  }
159
159
  this.l.k(a.j);
160
- this.l.x(a);
160
+ this.l.y(a);
161
161
  if (a.j != null) {
162
- this.l.z();
162
+ this.l.ab();
163
163
  }
164
164
  };
165
165
  MultiSliderView.prototype.a1 = function (a) {
166
166
  for (var b = 0; b < a.count; b++) {
167
167
  var c = a.item(b);
168
168
  if (c.j != null) {
169
- this.l.aa();
169
+ this.l.ac();
170
170
  }
171
171
  this.l.k(c.j);
172
172
  this.l.t(c);
173
173
  if (c.j != null) {
174
- this.l.z();
174
+ this.l.ab();
175
175
  }
176
176
  }
177
177
  };
@@ -244,17 +244,17 @@ var MultiSliderView = /** @class */ /*@__PURE__*/ (function (_super) {
244
244
  this.v = i;
245
245
  var j = this.u.get2DCanvasContext(this.v);
246
246
  this.l = new RenderingContext(new CanvasViewRenderer(), j);
247
- this.l.af(this.j);
247
+ this.l.ah(this.j);
248
248
  this.ab();
249
249
  this.a = new CanvasGestureDOMEventProxy(this.u.rootWrapper, this.u, false);
250
- this.a.bm = this.g.e0;
250
+ this.a.bo = this.g.e0;
251
251
  var k = this.a;
252
252
  k.onContactStarted = delegateCombine(k.onContactStarted, runOn(this, this.aj));
253
253
  var l = this.a;
254
254
  l.onContactMoved = delegateCombine(l.onContactMoved, runOn(this, this.ai));
255
255
  var m = this.a;
256
256
  m.onContactCompleted = delegateCombine(m.onContactCompleted, runOn(this, this.ah));
257
- this.a.ap = function (n) { return _this.g.ey.containsPoint(n); };
257
+ this.a.aq = function (n) { return _this.g.ey.containsPoint(n); };
258
258
  this.g.ds(0, 0, e, f);
259
259
  this.s = FontUtil.getCurrentFontHeight(this.u, this.j);
260
260
  this.g.trackDirty();
@@ -277,8 +277,8 @@ var MultiSliderView = /** @class */ /*@__PURE__*/ (function (_super) {
277
277
  b.onContactMoved = delegateRemove(b.onContactMoved, runOn(this, this.ai));
278
278
  var c = this.a;
279
279
  c.onContactCompleted = delegateRemove(c.onContactCompleted, runOn(this, this.ah));
280
- this.a.ap = null;
281
- this.a.aw();
280
+ this.a.aq = null;
281
+ this.a.ax();
282
282
  }
283
283
  };
284
284
  MultiSliderView.prototype.ay = function () {
@@ -297,7 +297,7 @@ var MultiSliderView = /** @class */ /*@__PURE__*/ (function (_super) {
297
297
  if (a || d) {
298
298
  this.g.ds(0, 0, b, c);
299
299
  if (this.a != null) {
300
- this.a.bm = this.g.e0;
300
+ this.a.bo = this.g.e0;
301
301
  }
302
302
  }
303
303
  };
@@ -319,7 +319,7 @@ var MultiSliderView = /** @class */ /*@__PURE__*/ (function (_super) {
319
319
  this.i = c;
320
320
  this.j = this.i;
321
321
  this.s = FontUtil.getCurrentFontHeight(this.u, this.j);
322
- this.l.af(this.i);
322
+ this.l.ah(this.i);
323
323
  this.g.trackDirty();
324
324
  }
325
325
  };