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
@@ -57,12 +57,12 @@ var XInputBridge = /** @class */ /*@__PURE__*/ (function (_super) {
57
57
  this.ab = d;
58
58
  this.ag = b;
59
59
  break;
60
- case 26:
60
+ case 27:
61
61
  f.compositionEnd = delegateCombine(f.compositionEnd, runOn(this, this.ap));
62
62
  this.ac = d;
63
63
  this.ah = b;
64
64
  break;
65
- case 27:
65
+ case 28:
66
66
  f.keyDown = delegateCombine(f.keyDown, runOn(this, this.ar));
67
67
  this.ad = d;
68
68
  this.aj = b;
@@ -77,7 +77,7 @@ var XInputBridge = /** @class */ /*@__PURE__*/ (function (_super) {
77
77
  this.aa = d;
78
78
  this.af = b;
79
79
  break;
80
- case 24:
80
+ case 25:
81
81
  this.ao(a);
82
82
  var g = this.w(a);
83
83
  var h = this.u;
@@ -156,12 +156,12 @@ var XInputBridge = /** @class */ /*@__PURE__*/ (function (_super) {
156
156
  this.ab = null;
157
157
  this.ag = null;
158
158
  break;
159
- case 26:
159
+ case 27:
160
160
  f.compositionEnd = delegateRemove(f.compositionEnd, runOn(this, this.ap));
161
161
  this.ac = null;
162
162
  this.ah = null;
163
163
  break;
164
- case 27:
164
+ case 28:
165
165
  f.keyDown = delegateRemove(f.keyDown, runOn(this, this.ar));
166
166
  this.ad = null;
167
167
  this.aj = null;
@@ -176,7 +176,7 @@ var XInputBridge = /** @class */ /*@__PURE__*/ (function (_super) {
176
176
  this.aa = null;
177
177
  this.af = null;
178
178
  break;
179
- case 24:
179
+ case 25:
180
180
  this.ao(a);
181
181
  var g = this.w(a);
182
182
  var h = this.u;
@@ -267,20 +267,20 @@ var XInputBridge = /** @class */ /*@__PURE__*/ (function (_super) {
267
267
  var c = a;
268
268
  var d = typeCast(XInput.$, c.inputs._inner[0]);
269
269
  switch (b) {
270
- case 100: return a.mc;
270
+ case 103: return a.mc;
271
271
  case 3:
272
272
  this.an(a);
273
273
  var e = this.v(a);
274
274
  return e.text;
275
- case 97:
275
+ case 100:
276
276
  this.ao(a);
277
277
  return this.u.svgPath;
278
- case 98:
278
+ case 101:
279
279
  this.ao(a);
280
280
  return this.u.fill;
281
- case 99:
281
+ case 102:
282
282
  this.ao(a);
283
- return this.u.df;
283
+ return this.u.dp;
284
284
  case 2: return d.cq;
285
285
  case 1:
286
286
  switch (c.t) {
@@ -316,9 +316,9 @@ var XInputBridge = /** @class */ /*@__PURE__*/ (function (_super) {
316
316
  case 21: return d.a1;
317
317
  case 32: return d.disabled;
318
318
  case 33: return d.d8;
319
- case 102: return d.selectionStart;
320
- case 103: return d.selectionEnd;
321
- case 104: return c.an;
319
+ case 105: return d.selectionStart;
320
+ case 106: return d.selectionEnd;
321
+ case 107: return c.an;
322
322
  }
323
323
  return null;
324
324
  };
@@ -326,7 +326,7 @@ var XInputBridge = /** @class */ /*@__PURE__*/ (function (_super) {
326
326
  var d = a;
327
327
  var e = typeCast(XInput.$, d.inputs._inner[0]);
328
328
  switch (b) {
329
- case 100:
329
+ case 103:
330
330
  a.mc = c;
331
331
  break;
332
332
  case 3:
@@ -334,17 +334,17 @@ var XInputBridge = /** @class */ /*@__PURE__*/ (function (_super) {
334
334
  var f = this.v(a);
335
335
  f.text = c;
336
336
  break;
337
- case 97:
337
+ case 100:
338
338
  this.ao(a);
339
339
  this.u.svgPath = c;
340
340
  break;
341
- case 98:
341
+ case 101:
342
342
  this.ao(a);
343
343
  this.u.fill = c;
344
344
  break;
345
- case 99:
345
+ case 102:
346
346
  this.ao(a);
347
- this.u.df = c;
347
+ this.u.dp = c;
348
348
  break;
349
349
  case 2:
350
350
  e.cq = c == null ? null : c.toString();
@@ -419,13 +419,13 @@ var XInputBridge = /** @class */ /*@__PURE__*/ (function (_super) {
419
419
  case 33:
420
420
  e.d8 = c;
421
421
  break;
422
- case 102:
422
+ case 105:
423
423
  e.selectionStart = typeGetValue(c);
424
424
  break;
425
- case 103:
425
+ case 106:
426
426
  e.selectionEnd = typeGetValue(c);
427
427
  break;
428
- case 104:
428
+ case 107:
429
429
  d.an = c;
430
430
  break;
431
431
  }
@@ -79,7 +79,7 @@ var XPopupBridge = /** @class */ /*@__PURE__*/ (function (_super) {
79
79
  this.y = d;
80
80
  this.ah = b;
81
81
  break;
82
- case 28:
82
+ case 29:
83
83
  e.measuringContentSize = delegateCombine(e.measuringContentSize, runOn(this, this.ar));
84
84
  this.ac = d;
85
85
  this.w = b;
@@ -124,7 +124,7 @@ var XPopupBridge = /** @class */ /*@__PURE__*/ (function (_super) {
124
124
  this.y = null;
125
125
  this.ah = null;
126
126
  break;
127
- case 28:
127
+ case 29:
128
128
  e.measuringContentSize = delegateRemove(e.measuringContentSize, runOn(this, this.ar));
129
129
  this.ac = null;
130
130
  this.w = null;
@@ -170,6 +170,8 @@ var XPopupBridge = /** @class */ /*@__PURE__*/ (function (_super) {
170
170
  var c = a;
171
171
  switch (b) {
172
172
  case 22: return c.ax;
173
+ case 60: return c.av;
174
+ case 61: return c.aq;
173
175
  case 25: return c.am;
174
176
  case 26: return c.a9;
175
177
  case 17: return c.a1;
@@ -188,7 +190,8 @@ var XPopupBridge = /** @class */ /*@__PURE__*/ (function (_super) {
188
190
  }
189
191
  case 42: return c.c4;
190
192
  case 39: return c.ao;
191
- case 61: return c.a4;
193
+ case 62: return c.a4;
194
+ case 110: return c.ay;
192
195
  }
193
196
  return _super.prototype.getValue.call(this, a, b);
194
197
  };
@@ -245,15 +248,22 @@ var XPopupBridge = /** @class */ /*@__PURE__*/ (function (_super) {
245
248
  case 39:
246
249
  d.ao = c;
247
250
  break;
248
- case 61:
251
+ case 62:
249
252
  d.a4 = c;
250
253
  break;
254
+ case 110:
255
+ d.ay = c;
256
+ break;
251
257
  }
252
258
  _super.prototype.setValue.call(this, a, b, c);
253
259
  };
254
260
  XPopupBridge.prototype.showRelativeToExclusionRect = function (a, b, c, d) {
255
261
  a.showRelativeToExclusionRect(b, this.v(c), this.u(d));
256
262
  };
263
+ XPopupBridge.prototype.showRelativeToTarget = function (a, b, c, d) {
264
+ var e = b.an.getNativeElement();
265
+ a.cr(e, this.v(c), this.u(d));
266
+ };
257
267
  XPopupBridge.prototype.close = function (a) {
258
268
  a.b6();
259
269
  };
@@ -283,7 +293,7 @@ var XPopupBridge = /** @class */ /*@__PURE__*/ (function (_super) {
283
293
  }
284
294
  };
285
295
  XPopupBridge.prototype.exportVisualData = function (a) {
286
- return a.aw();
296
+ return a.a0();
287
297
  };
288
298
  XPopupBridge.prototype.addChild = function (a, b) {
289
299
  this.ae.add(b);