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
@@ -147,7 +147,7 @@ export let InputGroupView = /*@__PURE__*/ (() => {
147
147
  g.setStyleProperty("height", "2px");
148
148
  g.setStyleProperty("display", "block");
149
149
  g.setStyleProperty("pointer-events", "none");
150
- NativeUI.af(g, ((() => {
150
+ NativeUI.ai(g, ((() => {
151
151
  let $ret = new ScaleTransform();
152
152
  $ret.l = 0.5;
153
153
  $ret.m = 1;
@@ -323,7 +323,7 @@ export let SuffixView = /*@__PURE__*/ (() => {
323
323
  $ret.m = 1;
324
324
  return $ret;
325
325
  })()));
326
- NativeUI.af(this.h.rootWrapper, b);
326
+ NativeUI.ai(this.h.rootWrapper, b);
327
327
  this.h.rootWrapper.setStyleProperty("transform-origin", "0px 0px");
328
328
  }
329
329
  g() {
@@ -423,7 +423,7 @@ export let PrefixView = /*@__PURE__*/ (() => {
423
423
  $ret.m = 1;
424
424
  return $ret;
425
425
  })()));
426
- NativeUI.af(this.h.rootWrapper, b);
426
+ NativeUI.ai(this.h.rootWrapper, b);
427
427
  this.h.rootWrapper.setStyleProperty("transform-origin", "0px 0px");
428
428
  }
429
429
  g() {
@@ -520,7 +520,7 @@ export let LabelView = /*@__PURE__*/ (() => {
520
520
  c.setStyleProperty("overflow", "hidden");
521
521
  c.setStyleProperty("height", "1.125rem");
522
522
  c.setStyleProperty("backface-visibility", "hidden");
523
- NativeUI.q(this.m.rootWrapper, this.c.c3);
523
+ NativeUI.r(this.m.rootWrapper, this.c.c3);
524
524
  c.setStyleProperty("outline-style", "none");
525
525
  c.setStyleProperty("box-shadow", "none");
526
526
  c.setStyleProperty("font-family", "Verdana");
@@ -546,7 +546,7 @@ export let LabelView = /*@__PURE__*/ (() => {
546
546
  $ret.m = 1;
547
547
  return $ret;
548
548
  })()));
549
- NativeUI.af(this.m.rootWrapper, a);
549
+ NativeUI.ai(this.m.rootWrapper, a);
550
550
  this.n.setStyleProperty("height", "1.125rem");
551
551
  this.m.rootWrapper.setStyleProperty("position", "absolute");
552
552
  this.m.rootWrapper.setStyleProperty("transform-origin", "0px 0px");
@@ -717,7 +717,7 @@ export let LabelView = /*@__PURE__*/ (() => {
717
717
  }
718
718
  }
719
719
  ah(a) {
720
- NativeUI.q(this.n, a);
720
+ NativeUI.r(this.n, a);
721
721
  }
722
722
  e() {
723
723
  return ((() => {
@@ -795,7 +795,7 @@ export let InputView = /*@__PURE__*/ (() => {
795
795
  c.setStyleProperty("background-attachment", "initial");
796
796
  c.setStyleProperty("background-origin", "initial");
797
797
  c.setStyleProperty("background-color", "transparent");
798
- NativeUI.q(c, this.c.d4);
798
+ NativeUI.r(c, this.c.d4);
799
799
  c.setStyleProperty("outline-style", "none");
800
800
  c.setStyleProperty("box-shadow", "none");
801
801
  c.setStyleProperty("border-top", "0.1875rem solid transparent");
@@ -926,7 +926,7 @@ export let InputView = /*@__PURE__*/ (() => {
926
926
  $ret.m = 1;
927
927
  return $ret;
928
928
  })()));
929
- NativeUI.af(this.m.rootWrapper, b);
929
+ NativeUI.ai(this.m.rootWrapper, b);
930
930
  this.m.rootWrapper.setStyleProperty("transform-origin", "0px 0px");
931
931
  }
932
932
  l() {
@@ -1944,7 +1944,7 @@ export let XInputGroup = /*@__PURE__*/ (() => {
1944
1944
  this.jv();
1945
1945
  break;
1946
1946
  case "IsDisabled":
1947
- NativeUI.u(this.view.v, !this.disabled);
1947
+ NativeUI.w(this.view.v, !this.disabled);
1948
1948
  break;
1949
1949
  }
1950
1950
  }
@@ -2127,44 +2127,44 @@ export let XInputGroup = /*@__PURE__*/ (() => {
2127
2127
  let e = this.v != null && this.v.playState == 1;
2128
2128
  let f = this.w != null && this.w.playState == 1;
2129
2129
  let g = this.u != null && this.u.playState == 1;
2130
- NativeUI.o(a, this.ko);
2131
- NativeUI.o(b, this.ko);
2132
- NativeUI.m(a, this.l5);
2133
- NativeUI.z(a, this.oe);
2130
+ NativeUI.p(a, this.ko);
2131
+ NativeUI.p(b, this.ko);
2132
+ NativeUI.n(a, this.l5);
2133
+ NativeUI.ac(a, this.oe);
2134
2134
  if (this.ao) {
2135
2135
  if (!g) {
2136
- NativeUI.n(b, this.l7);
2137
- NativeUI.p(b, new Thickness(0, this.ch));
2136
+ NativeUI.o(b, this.l7);
2137
+ NativeUI.q(b, new Thickness(0, this.ch));
2138
2138
  }
2139
2139
  if (!f) {
2140
- NativeUI.m(c, this.l8);
2140
+ NativeUI.n(c, this.l8);
2141
2141
  }
2142
2142
  }
2143
2143
  else {
2144
2144
  if (!f) {
2145
2145
  if (this.ap) {
2146
- NativeUI.m(c, this.l9);
2147
- NativeUI.y(c, this.ck);
2148
- NativeUI.t(c, this.cl);
2146
+ NativeUI.n(c, this.l9);
2147
+ NativeUI.ab(c, this.ck);
2148
+ NativeUI.v(c, this.cl);
2149
2149
  }
2150
2150
  else {
2151
- NativeUI.m(c, this.ma);
2152
- NativeUI.y(c, this.cm);
2153
- NativeUI.t(c, this.cp);
2151
+ NativeUI.n(c, this.ma);
2152
+ NativeUI.ab(c, this.cm);
2153
+ NativeUI.v(c, this.cp);
2154
2154
  }
2155
2155
  }
2156
2156
  if (!g) {
2157
- NativeUI.n(b, this.l6);
2158
- NativeUI.p(b, new Thickness(0, this.cg));
2157
+ NativeUI.o(b, this.l6);
2158
+ NativeUI.q(b, new Thickness(0, this.cg));
2159
2159
  }
2160
2160
  if (!f) {
2161
- NativeUI.m(a, this.l5);
2161
+ NativeUI.n(a, this.l5);
2162
2162
  }
2163
2163
  }
2164
2164
  if (!e) {
2165
- NativeUI.m(d, this.mb);
2166
- NativeUI.t(d, this.co);
2167
- NativeUI.y(d, this.cn);
2165
+ NativeUI.n(d, this.mb);
2166
+ NativeUI.v(d, this.co);
2167
+ NativeUI.ab(d, this.cn);
2168
2168
  }
2169
2169
  }
2170
2170
  get a() {
@@ -4794,7 +4794,7 @@ export let XLabel = /*@__PURE__*/ (() => {
4794
4794
  a.c = this.p;
4795
4795
  a.e = this.t;
4796
4796
  a.d = this.s;
4797
- a.a = AppearanceHelper.a(NativeUI.al(b));
4797
+ a.a = AppearanceHelper.a(NativeUI.ao(b));
4798
4798
  a.b = this.l;
4799
4799
  a.i = this.ap;
4800
4800
  a.g = this.an;
@@ -5108,7 +5108,7 @@ export let XInput = /*@__PURE__*/ (() => {
5108
5108
  if (this.ad != null) {
5109
5109
  this.view.bc(this.ad);
5110
5110
  }
5111
- NativeUI.q(this.view.r, this.d4);
5111
+ NativeUI.r(this.view.r, this.d4);
5112
5112
  this.view.a7();
5113
5113
  }
5114
5114
  get d4() {
@@ -5478,7 +5478,7 @@ export let XInput = /*@__PURE__*/ (() => {
5478
5478
  a.l = this.ce;
5479
5479
  a.o = this.ci;
5480
5480
  a.d = this.au;
5481
- a.a = AppearanceHelper.a(NativeUI.al(b));
5481
+ a.a = AppearanceHelper.a(NativeUI.ao(b));
5482
5482
  a.k = this.b8;
5483
5483
  a.n = this.cg;
5484
5484
  a.e = this.aw;
@@ -68,15 +68,15 @@ export let MultiSliderBridge = /*@__PURE__*/ (() => {
68
68
  switch (b) {
69
69
  case 12: return a.bg;
70
70
  case 13: return a.bf;
71
- case 97: return a.bv;
72
- case 98: return a.bf;
71
+ case 98: return a.bv;
72
+ case 99: return a.bf;
73
73
  case 14: return a.bl;
74
74
  case 2: return a.thumbs._inner[0].s;
75
- case 92: return a.b0;
76
- case 93: return a.ek;
77
- case 94: return a.es;
78
- case 96: return a.eu;
79
- case 95: return a.et;
75
+ case 93: return a.b0;
76
+ case 94: return a.ek;
77
+ case 95: return a.es;
78
+ case 97: return a.eu;
79
+ case 96: return a.et;
80
80
  case 30:
81
81
  let c = a.e;
82
82
  switch (c) {
@@ -116,10 +116,10 @@ export let MultiSliderBridge = /*@__PURE__*/ (() => {
116
116
  case 13:
117
117
  a.bf = c;
118
118
  break;
119
- case 97:
119
+ case 98:
120
120
  a.bv = c;
121
121
  break;
122
- case 98:
122
+ case 99:
123
123
  a.bu = c;
124
124
  break;
125
125
  case 14:
@@ -128,19 +128,19 @@ export let MultiSliderBridge = /*@__PURE__*/ (() => {
128
128
  case 2:
129
129
  a.thumbs._inner[0].s = c;
130
130
  break;
131
- case 92:
131
+ case 93:
132
132
  a.b0 = c;
133
133
  break;
134
- case 93:
134
+ case 94:
135
135
  a.ek = c;
136
136
  break;
137
- case 94:
137
+ case 95:
138
138
  a.es = c;
139
139
  break;
140
- case 96:
140
+ case 97:
141
141
  a.eu = c;
142
142
  break;
143
- case 95:
143
+ case 96:
144
144
  a.et = c;
145
145
  break;
146
146
  case 30:
@@ -72,7 +72,7 @@ export let MultiSliderView = /*@__PURE__*/ (() => {
72
72
  this.m = true;
73
73
  this.ap();
74
74
  if (this.a != null) {
75
- this.a.au(this.u.rootWrapper, "");
75
+ this.a.av(this.u.rootWrapper, "");
76
76
  }
77
77
  if (this.z == -1) {
78
78
  this.z = this.u.setTimeout(runOn(this, this.an), 200);
@@ -81,7 +81,7 @@ export let MultiSliderView = /*@__PURE__*/ (() => {
81
81
  au() {
82
82
  this.m = false;
83
83
  if (this.a != null && this.u != null) {
84
- this.a.bi(this.u.rootWrapper, "");
84
+ this.a.bk(this.u.rootWrapper, "");
85
85
  }
86
86
  if (this.z != -1) {
87
87
  window.clearTimeout(this.z);
@@ -124,8 +124,8 @@ export let MultiSliderView = /*@__PURE__*/ (() => {
124
124
  this.w = truncate(Math.round(d));
125
125
  }
126
126
  if (this.l.d && this.t != 1) {
127
- this.l.aa();
128
- this.l.ab(this.t, this.t);
127
+ this.l.ac();
128
+ this.l.ad(this.t, this.t);
129
129
  }
130
130
  this.l.l(this.g.e0.left, this.g.e0.top, this.g.e0.width, this.g.e0.height);
131
131
  for (let e = 0; e < this.r.count; e++) {
@@ -147,29 +147,29 @@ export let MultiSliderView = /*@__PURE__*/ (() => {
147
147
  this.a1(this.r._inner[i].allPaths);
148
148
  }
149
149
  if (this.l.d && this.t != 1) {
150
- this.l.z();
150
+ this.l.ab();
151
151
  }
152
152
  }
153
153
  a2(a) {
154
154
  if (a.j != null) {
155
- this.l.aa();
155
+ this.l.ac();
156
156
  }
157
157
  this.l.k(a.j);
158
- this.l.x(a);
158
+ this.l.y(a);
159
159
  if (a.j != null) {
160
- this.l.z();
160
+ this.l.ab();
161
161
  }
162
162
  }
163
163
  a1(a) {
164
164
  for (let b = 0; b < a.count; b++) {
165
165
  let c = a.item(b);
166
166
  if (c.j != null) {
167
- this.l.aa();
167
+ this.l.ac();
168
168
  }
169
169
  this.l.k(c.j);
170
170
  this.l.t(c);
171
171
  if (c.j != null) {
172
- this.l.z();
172
+ this.l.ab();
173
173
  }
174
174
  }
175
175
  }
@@ -241,17 +241,17 @@ export let MultiSliderView = /*@__PURE__*/ (() => {
241
241
  this.v = i;
242
242
  let j = this.u.get2DCanvasContext(this.v);
243
243
  this.l = new RenderingContext(new CanvasViewRenderer(), j);
244
- this.l.af(this.j);
244
+ this.l.ah(this.j);
245
245
  this.ab();
246
246
  this.a = new CanvasGestureDOMEventProxy(this.u.rootWrapper, this.u, false);
247
- this.a.bm = this.g.e0;
247
+ this.a.bo = this.g.e0;
248
248
  let k = this.a;
249
249
  k.onContactStarted = delegateCombine(k.onContactStarted, runOn(this, this.aj));
250
250
  let l = this.a;
251
251
  l.onContactMoved = delegateCombine(l.onContactMoved, runOn(this, this.ai));
252
252
  let m = this.a;
253
253
  m.onContactCompleted = delegateCombine(m.onContactCompleted, runOn(this, this.ah));
254
- this.a.ap = (n) => this.g.ey.containsPoint(n);
254
+ this.a.aq = (n) => this.g.ey.containsPoint(n);
255
255
  this.g.ds(0, 0, e, f);
256
256
  this.s = FontUtil.getCurrentFontHeight(this.u, this.j);
257
257
  this.g.trackDirty();
@@ -274,8 +274,8 @@ export let MultiSliderView = /*@__PURE__*/ (() => {
274
274
  b.onContactMoved = delegateRemove(b.onContactMoved, runOn(this, this.ai));
275
275
  let c = this.a;
276
276
  c.onContactCompleted = delegateRemove(c.onContactCompleted, runOn(this, this.ah));
277
- this.a.ap = null;
278
- this.a.aw();
277
+ this.a.aq = null;
278
+ this.a.ax();
279
279
  }
280
280
  }
281
281
  ay() {
@@ -294,7 +294,7 @@ export let MultiSliderView = /*@__PURE__*/ (() => {
294
294
  if (a || d) {
295
295
  this.g.ds(0, 0, b, c);
296
296
  if (this.a != null) {
297
- this.a.bm = this.g.e0;
297
+ this.a.bo = this.g.e0;
298
298
  }
299
299
  }
300
300
  }
@@ -316,7 +316,7 @@ export let MultiSliderView = /*@__PURE__*/ (() => {
316
316
  this.i = c;
317
317
  this.j = this.i;
318
318
  this.s = FontUtil.getCurrentFontHeight(this.u, this.j);
319
- this.l.af(this.i);
319
+ this.l.ah(this.i);
320
320
  this.g.trackDirty();
321
321
  }
322
322
  }