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.
- package/bundles/igniteui-webcomponents-inputs.umd.js +1336 -1142
- package/bundles/igniteui-webcomponents-inputs.umd.min.js +1 -1
- package/esm2015/lib/ButtonGroupView_combined.js +1 -1
- package/esm2015/lib/ButtonGroupVisualModelExport.js +9 -1
- package/esm2015/lib/ButtonView_combined.js +315 -308
- package/esm2015/lib/CheckboxListVisualModelExport.js +43 -0
- package/esm2015/lib/CheckboxView_combined.js +179 -164
- package/esm2015/lib/CheckboxVisualModelExport.js +14 -6
- package/esm2015/lib/ColorEditorVisualModelExport.js +40 -0
- package/esm2015/lib/IconView_combined.js +27 -22
- package/esm2015/lib/InputGroupView_combined.js +274 -262
- package/esm2015/lib/InputGroupVisualModelExport.js +2 -2
- package/esm2015/lib/InputVisualModelExport.js +34 -32
- package/esm2015/lib/MultiSliderView_combined.js +2 -2
- package/esm2015/lib/NativeUIXInputsFactory_combined.js +324 -299
- package/esm2015/lib/XButtonBridge.js +1 -1
- package/esm2015/lib/XButtonGroupBridge.js +7 -1
- package/esm2015/lib/XCheckboxBridge.js +2 -1
- package/esm2015/lib/XIconBridge.js +2 -1
- package/esm2015/lib/XInputBridge.js +11 -1
- package/esm2015/lib/igc-color-editor-component.js +63 -47
- package/esm2015/public_api.js +2 -0
- package/esm5/lib/ButtonGroupView_combined.js +1 -1
- package/esm5/lib/ButtonGroupVisualModelExport.js +9 -1
- package/esm5/lib/ButtonView_combined.js +315 -308
- package/esm5/lib/CheckboxListVisualModelExport.js +45 -0
- package/esm5/lib/CheckboxView_combined.js +177 -162
- package/esm5/lib/CheckboxVisualModelExport.js +14 -6
- package/esm5/lib/ColorEditorVisualModelExport.js +42 -0
- package/esm5/lib/IconView_combined.js +32 -27
- package/esm5/lib/InputGroupView_combined.js +275 -263
- package/esm5/lib/InputGroupVisualModelExport.js +2 -2
- package/esm5/lib/InputVisualModelExport.js +34 -32
- package/esm5/lib/MultiSliderView_combined.js +2 -2
- package/esm5/lib/NativeUIXInputsFactory_combined.js +315 -290
- package/esm5/lib/XButtonBridge.js +1 -1
- package/esm5/lib/XButtonGroupBridge.js +7 -1
- package/esm5/lib/XCheckboxBridge.js +2 -1
- package/esm5/lib/XIconBridge.js +2 -1
- package/esm5/lib/XInputBridge.js +11 -1
- package/esm5/lib/igc-color-editor-component.js +63 -47
- package/esm5/public_api.js +2 -0
- package/fesm2015/igniteui-webcomponents-inputs.js +1342 -1150
- package/fesm5/igniteui-webcomponents-inputs.js +1336 -1144
- package/lib/ButtonGroupVisualModelExport.d.ts +5 -1
- package/lib/ButtonView_combined.d.ts +42 -41
- package/lib/CheckboxListVisualModelExport.d.ts +18 -0
- package/lib/CheckboxView_combined.d.ts +30 -29
- package/lib/CheckboxVisualModelExport.d.ts +7 -3
- package/lib/ColorEditorVisualModelExport.d.ts +17 -0
- package/lib/IconView_combined.d.ts +2 -0
- package/lib/InputGroupView_combined.d.ts +57 -56
- package/lib/InputVisualModelExport.d.ts +14 -12
- package/lib/NativeUIXInputsFactory_combined.d.ts +90 -85
- package/lib/igc-color-editor-component.d.ts +10 -0
- package/package.json +2 -2
- 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.
|
|
29
|
+
_this.s = 0;
|
|
26
30
|
_this.n = 0;
|
|
27
31
|
_this.m = 0;
|
|
28
32
|
_this.a = null;
|
|
29
|
-
_this.
|
|
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.
|
|
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.
|
|
55
|
+
a.l("tickStrokeWidth : " + this.s + ", ");
|
|
48
56
|
a.l("actualTickStrokeWidth : " + this.n + ", ");
|
|
49
57
|
a.l("actualCheckedBackgroundColor : " + this.a.serialize() + ", ");
|
|
50
|
-
if (this.
|
|
51
|
-
a.l("value : \"" + this.
|
|
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
|
-
|
|
1526
|
-
a.
|
|
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
|
|
1533
|
-
if (this.view != null &&
|
|
1534
|
-
var
|
|
1535
|
-
var
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
}
|
|
1543
|
-
if (
|
|
1544
|
-
a.o =
|
|
1545
|
-
}
|
|
1546
|
-
if (!isNaN_(
|
|
1547
|
-
a.h =
|
|
1548
|
-
}
|
|
1549
|
-
if (
|
|
1550
|
-
a.s =
|
|
1551
|
-
}
|
|
1552
|
-
if (
|
|
1553
|
-
a.q =
|
|
1554
|
-
}
|
|
1555
|
-
if (
|
|
1556
|
-
a.p =
|
|
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;
|