igniteui-webcomponents-inputs 6.2.2-alpha.2 → 6.3.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-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
@@ -0,0 +1,40 @@
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 { Base, markType } from "igniteui-webcomponents-core";
8
+ import { StringBuilder } from "igniteui-webcomponents-core";
9
+ /**
10
+ * @hidden
11
+ */
12
+ export let ColorEditorVisualModelExport = /*@__PURE__*/ (() => {
13
+ class ColorEditorVisualModelExport extends Base {
14
+ constructor() {
15
+ super(...arguments);
16
+ this.e = 0;
17
+ this.f = 0;
18
+ this.g = 0;
19
+ this.d = 0;
20
+ this.b = 0;
21
+ this.a = null;
22
+ this.c = false;
23
+ }
24
+ h() {
25
+ let a = new StringBuilder(0);
26
+ a.l("{");
27
+ a.l("left : " + this.e + ", ");
28
+ a.l("top : " + this.f + ", ");
29
+ a.l("height : " + this.d + ", ");
30
+ a.l("width : " + this.g + ", ");
31
+ a.l("baseTheme : " + this.b + ", ");
32
+ a.l("value : " + this.a.serialize() + ", ");
33
+ a.l("isDisabled : " + this.c + ", ");
34
+ a.l("}");
35
+ return a.toString();
36
+ }
37
+ }
38
+ ColorEditorVisualModelExport.$t = /*@__PURE__*/ markType(ColorEditorVisualModelExport, 'ColorEditorVisualModelExport');
39
+ return ColorEditorVisualModelExport;
40
+ })();
@@ -13,6 +13,7 @@ import { FastIterationDictionary$2 } from "igniteui-webcomponents-core";
13
13
  import { Dictionary$2 } from "igniteui-webcomponents-core";
14
14
  import { Brush } from "igniteui-webcomponents-core";
15
15
  import { NativeUI } from "igniteui-webcomponents-core";
16
+ import { Size } from "igniteui-webcomponents-core";
16
17
  import { PrimitiveVisualData } from "igniteui-webcomponents-core";
17
18
  import { Path } from "igniteui-webcomponents-core";
18
19
  import { Line } from "igniteui-webcomponents-core";
@@ -296,6 +297,9 @@ export let IconView = /*@__PURE__*/ (() => {
296
297
  this.v.rootWrapper.setStyleProperty("font", a.fontString);
297
298
  }
298
299
  }
300
+ a2() {
301
+ return new Size(1, this.v.rootWrapper.width(), this.v.rootWrapper.height());
302
+ }
299
303
  b() {
300
304
  let rect_ = this.v.rootWrapper.getNativeElement().getBoundingClientRect();
301
305
  let a = (rect_.top);
@@ -1252,38 +1256,39 @@ export let XIcon = /*@__PURE__*/ (() => {
1252
1256
  let b = this.view.b();
1253
1257
  a.i = b[0];
1254
1258
  a.g = b[1];
1255
- a.f = NativeUI.d(this.view.aa);
1256
- a.j = NativeUI.k(this.view.aa);
1259
+ let c = this.view.a2();
1260
+ a.f = c.height;
1261
+ a.j = c.width;
1257
1262
  a.a = this.view.a();
1258
1263
  a.svg = this.svg;
1259
1264
  a.svgPath = this.svgPath;
1260
1265
  a.k = this.b0;
1261
1266
  if (this.o != null) {
1262
- let c = this.o;
1263
- if (this.view != null && c.q == null) {
1264
- let d = this.view.v;
1265
- let e = FontUtil.getFontInfoFromString(d, c.fontString);
1266
- c.q = e.q;
1267
- c.f = e.f;
1268
- c.r = e.r;
1269
- c.t = e.t;
1270
- c.u = e.u;
1271
- c.v = e.v;
1267
+ let d = this.o;
1268
+ if (this.view != null && d.q == null) {
1269
+ let e = this.view.v;
1270
+ let f = FontUtil.getFontInfoFromString(e, d.fontString);
1271
+ d.q = f.q;
1272
+ d.f = f.f;
1273
+ d.r = f.r;
1274
+ d.t = f.t;
1275
+ d.u = f.u;
1276
+ d.v = f.v;
1272
1277
  }
1273
- if (c.q != null) {
1274
- a.o = c.q;
1278
+ if (d.q != null) {
1279
+ a.o = d.q;
1275
1280
  }
1276
- if (!isNaN_(c.f)) {
1277
- a.h = c.f;
1281
+ if (!isNaN_(d.f)) {
1282
+ a.h = d.f;
1278
1283
  }
1279
- if (c.v != null) {
1280
- a.s = c.v;
1284
+ if (d.v != null) {
1285
+ a.s = d.v;
1281
1286
  }
1282
- if (c.t != null) {
1283
- a.q = c.t;
1287
+ if (d.t != null) {
1288
+ a.q = d.t;
1284
1289
  }
1285
- if (c.r != null) {
1286
- a.p = c.t;
1290
+ if (d.r != null) {
1291
+ a.p = d.t;
1287
1292
  }
1288
1293
  }
1289
1294
  return a;