igniteui-webcomponents-inputs 6.2.2-alpha.3 → 6.3.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-webcomponents-inputs.umd.js +1336 -1142
  2. package/bundles/igniteui-webcomponents-inputs.umd.min.js +1 -1
  3. package/esm2015/lib/ButtonGroupView_combined.js +1 -1
  4. package/esm2015/lib/ButtonGroupVisualModelExport.js +9 -1
  5. package/esm2015/lib/ButtonView_combined.js +315 -308
  6. package/esm2015/lib/CheckboxListVisualModelExport.js +43 -0
  7. package/esm2015/lib/CheckboxView_combined.js +179 -164
  8. package/esm2015/lib/CheckboxVisualModelExport.js +14 -6
  9. package/esm2015/lib/ColorEditorVisualModelExport.js +40 -0
  10. package/esm2015/lib/IconView_combined.js +27 -22
  11. package/esm2015/lib/InputGroupView_combined.js +274 -262
  12. package/esm2015/lib/InputGroupVisualModelExport.js +2 -2
  13. package/esm2015/lib/InputVisualModelExport.js +34 -32
  14. package/esm2015/lib/MultiSliderView_combined.js +2 -2
  15. package/esm2015/lib/NativeUIXInputsFactory_combined.js +324 -299
  16. package/esm2015/lib/XButtonBridge.js +1 -1
  17. package/esm2015/lib/XButtonGroupBridge.js +7 -1
  18. package/esm2015/lib/XCheckboxBridge.js +2 -1
  19. package/esm2015/lib/XIconBridge.js +2 -1
  20. package/esm2015/lib/XInputBridge.js +11 -1
  21. package/esm2015/lib/igc-color-editor-component.js +63 -47
  22. package/esm2015/public_api.js +2 -0
  23. package/esm5/lib/ButtonGroupView_combined.js +1 -1
  24. package/esm5/lib/ButtonGroupVisualModelExport.js +9 -1
  25. package/esm5/lib/ButtonView_combined.js +315 -308
  26. package/esm5/lib/CheckboxListVisualModelExport.js +45 -0
  27. package/esm5/lib/CheckboxView_combined.js +177 -162
  28. package/esm5/lib/CheckboxVisualModelExport.js +14 -6
  29. package/esm5/lib/ColorEditorVisualModelExport.js +42 -0
  30. package/esm5/lib/IconView_combined.js +32 -27
  31. package/esm5/lib/InputGroupView_combined.js +275 -263
  32. package/esm5/lib/InputGroupVisualModelExport.js +2 -2
  33. package/esm5/lib/InputVisualModelExport.js +34 -32
  34. package/esm5/lib/MultiSliderView_combined.js +2 -2
  35. package/esm5/lib/NativeUIXInputsFactory_combined.js +315 -290
  36. package/esm5/lib/XButtonBridge.js +1 -1
  37. package/esm5/lib/XButtonGroupBridge.js +7 -1
  38. package/esm5/lib/XCheckboxBridge.js +2 -1
  39. package/esm5/lib/XIconBridge.js +2 -1
  40. package/esm5/lib/XInputBridge.js +11 -1
  41. package/esm5/lib/igc-color-editor-component.js +63 -47
  42. package/esm5/public_api.js +2 -0
  43. package/fesm2015/igniteui-webcomponents-inputs.js +1342 -1150
  44. package/fesm5/igniteui-webcomponents-inputs.js +1336 -1144
  45. package/lib/ButtonGroupVisualModelExport.d.ts +5 -1
  46. package/lib/ButtonView_combined.d.ts +42 -41
  47. package/lib/CheckboxListVisualModelExport.d.ts +18 -0
  48. package/lib/CheckboxView_combined.d.ts +30 -29
  49. package/lib/CheckboxVisualModelExport.d.ts +7 -3
  50. package/lib/ColorEditorVisualModelExport.d.ts +17 -0
  51. package/lib/IconView_combined.d.ts +2 -0
  52. package/lib/InputGroupView_combined.d.ts +57 -56
  53. package/lib/InputVisualModelExport.d.ts +14 -12
  54. package/lib/NativeUIXInputsFactory_combined.d.ts +90 -85
  55. package/lib/igc-color-editor-component.d.ts +10 -0
  56. package/package.json +2 -2
  57. package/public_api.d.ts +2 -0
@@ -14,6 +14,10 @@ var CheckboxVisualModelExport = /** @class */ /*@__PURE__*/ (function (_super) {
14
14
  __extends(CheckboxVisualModelExport, _super);
15
15
  function CheckboxVisualModelExport() {
16
16
  var _this = _super !== null && _super.apply(this, arguments) || this;
17
+ _this.r = 0;
18
+ _this.t = 0;
19
+ _this.u = 0;
20
+ _this.q = 0;
17
21
  _this.f = 0;
18
22
  _this.d = null;
19
23
  _this.c = null;
@@ -22,11 +26,11 @@ var CheckboxVisualModelExport = /** @class */ /*@__PURE__*/ (function (_super) {
22
26
  _this.o = 0;
23
27
  _this.l = 0;
24
28
  _this.p = 0;
25
- _this.q = 0;
29
+ _this.s = 0;
26
30
  _this.n = 0;
27
31
  _this.m = 0;
28
32
  _this.a = null;
29
- _this.r = null;
33
+ _this.v = null;
30
34
  _this.j = false;
31
35
  _this.g = false;
32
36
  _this.h = false;
@@ -34,9 +38,13 @@ var CheckboxVisualModelExport = /** @class */ /*@__PURE__*/ (function (_super) {
34
38
  _this.i = false;
35
39
  return _this;
36
40
  }
37
- CheckboxVisualModelExport.prototype.s = function () {
41
+ CheckboxVisualModelExport.prototype.w = function () {
38
42
  var a = new StringBuilder(0);
39
43
  a.l("{");
44
+ a.l("left : " + this.r + ", ");
45
+ a.l("top : " + this.t + ", ");
46
+ a.l("height : " + this.q + ", ");
47
+ a.l("width : " + this.u + ", ");
40
48
  a.l("baseTheme : " + this.f + ", ");
41
49
  a.l("actualUncheckedBackgroundColor : " + this.d.serialize() + ", ");
42
50
  a.l("actualTickColor : " + this.c + ", ");
@@ -44,11 +52,11 @@ var CheckboxVisualModelExport = /** @class */ /*@__PURE__*/ (function (_super) {
44
52
  a.l("actualCheckedBorderColor : " + this.b.serialize() + ", ");
45
53
  a.l("borderWidth : " + this.o + ", ");
46
54
  a.l("actualBorderWidth : " + this.l + ", ");
47
- a.l("tickStrokeWidth : " + this.q + ", ");
55
+ a.l("tickStrokeWidth : " + this.s + ", ");
48
56
  a.l("actualTickStrokeWidth : " + this.n + ", ");
49
57
  a.l("actualCheckedBackgroundColor : " + this.a.serialize() + ", ");
50
- if (this.r != null) {
51
- a.l("value : \"" + this.r.toString() + "\", ");
58
+ if (this.v != null) {
59
+ a.l("value : \"" + this.v.toString() + "\", ");
52
60
  }
53
61
  a.l("isFocused : " + this.j + ", ");
54
62
  a.l("disableRipple : " + this.g + ", ");
@@ -0,0 +1,42 @@
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 { __extends } from "tslib";
8
+ import { Base, markType } from "igniteui-webcomponents-core";
9
+ import { StringBuilder } from "igniteui-webcomponents-core";
10
+ /**
11
+ * @hidden
12
+ */
13
+ var ColorEditorVisualModelExport = /** @class */ /*@__PURE__*/ (function (_super) {
14
+ __extends(ColorEditorVisualModelExport, _super);
15
+ function ColorEditorVisualModelExport() {
16
+ var _this = _super !== null && _super.apply(this, arguments) || this;
17
+ _this.e = 0;
18
+ _this.f = 0;
19
+ _this.g = 0;
20
+ _this.d = 0;
21
+ _this.b = 0;
22
+ _this.a = null;
23
+ _this.c = false;
24
+ return _this;
25
+ }
26
+ ColorEditorVisualModelExport.prototype.h = function () {
27
+ var a = new StringBuilder(0);
28
+ a.l("{");
29
+ a.l("left : " + this.e + ", ");
30
+ a.l("top : " + this.f + ", ");
31
+ a.l("height : " + this.d + ", ");
32
+ a.l("width : " + this.g + ", ");
33
+ a.l("baseTheme : " + this.b + ", ");
34
+ a.l("value : " + this.a.serialize() + ", ");
35
+ a.l("isDisabled : " + this.c + ", ");
36
+ a.l("}");
37
+ return a.toString();
38
+ };
39
+ ColorEditorVisualModelExport.$t = markType(ColorEditorVisualModelExport, 'ColorEditorVisualModelExport');
40
+ return ColorEditorVisualModelExport;
41
+ }(Base));
42
+ export { ColorEditorVisualModelExport };
@@ -14,6 +14,7 @@ import { FastIterationDictionary$2 } from "igniteui-webcomponents-core";
14
14
  import { Dictionary$2 } from "igniteui-webcomponents-core";
15
15
  import { Brush } from "igniteui-webcomponents-core";
16
16
  import { NativeUI } from "igniteui-webcomponents-core";
17
+ import { Size } from "igniteui-webcomponents-core";
17
18
  import { PrimitiveVisualData } from "igniteui-webcomponents-core";
18
19
  import { Path } from "igniteui-webcomponents-core";
19
20
  import { Line } from "igniteui-webcomponents-core";
@@ -348,6 +349,9 @@ var IconView = /** @class */ /*@__PURE__*/ (function (_super) {
348
349
  this.v.rootWrapper.setStyleProperty("font", a.fontString);
349
350
  }
350
351
  };
352
+ IconView.prototype.a2 = function () {
353
+ return new Size(1, this.v.rootWrapper.width(), this.v.rootWrapper.height());
354
+ };
351
355
  IconView.prototype.b = function () {
352
356
  var rect_ = this.v.rootWrapper.getNativeElement().getBoundingClientRect();
353
357
  var a = (rect_.top);
@@ -1522,38 +1526,39 @@ var XIcon = /** @class */ /*@__PURE__*/ (function (_super) {
1522
1526
  var b = this.view.b();
1523
1527
  a.i = b[0];
1524
1528
  a.g = b[1];
1525
- a.f = NativeUI.d(this.view.aa);
1526
- a.j = NativeUI.k(this.view.aa);
1529
+ var c = this.view.a2();
1530
+ a.f = c.height;
1531
+ a.j = c.width;
1527
1532
  a.a = this.view.a();
1528
1533
  a.svg = this.svg;
1529
1534
  a.svgPath = this.svgPath;
1530
1535
  a.k = this.b0;
1531
1536
  if (this.o != null) {
1532
- var c = this.o;
1533
- if (this.view != null && c.q == null) {
1534
- var d = this.view.v;
1535
- var e = FontUtil.getFontInfoFromString(d, c.fontString);
1536
- c.q = e.q;
1537
- c.f = e.f;
1538
- c.r = e.r;
1539
- c.t = e.t;
1540
- c.u = e.u;
1541
- c.v = e.v;
1542
- }
1543
- if (c.q != null) {
1544
- a.o = c.q;
1545
- }
1546
- if (!isNaN_(c.f)) {
1547
- a.h = c.f;
1548
- }
1549
- if (c.v != null) {
1550
- a.s = c.v;
1551
- }
1552
- if (c.t != null) {
1553
- a.q = c.t;
1554
- }
1555
- if (c.r != null) {
1556
- a.p = c.t;
1537
+ var d = this.o;
1538
+ if (this.view != null && d.q == null) {
1539
+ var e = this.view.v;
1540
+ var f = FontUtil.getFontInfoFromString(e, d.fontString);
1541
+ d.q = f.q;
1542
+ d.f = f.f;
1543
+ d.r = f.r;
1544
+ d.t = f.t;
1545
+ d.u = f.u;
1546
+ d.v = f.v;
1547
+ }
1548
+ if (d.q != null) {
1549
+ a.o = d.q;
1550
+ }
1551
+ if (!isNaN_(d.f)) {
1552
+ a.h = d.f;
1553
+ }
1554
+ if (d.v != null) {
1555
+ a.s = d.v;
1556
+ }
1557
+ if (d.t != null) {
1558
+ a.q = d.t;
1559
+ }
1560
+ if (d.r != null) {
1561
+ a.p = d.t;
1557
1562
  }
1558
1563
  }
1559
1564
  return a;