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
|
@@ -89,8 +89,8 @@ var InputGroupVisualModelExport = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
89
89
|
if (e != 0) {
|
|
90
90
|
a.l(",");
|
|
91
91
|
}
|
|
92
|
-
var f = this.k._inner[e].
|
|
93
|
-
a.l(this.k._inner[e].
|
|
92
|
+
var f = this.k._inner[e].m.charAt(0).toString().toLowerCase() + this.k._inner[e].m.substr(1);
|
|
93
|
+
a.l(this.k._inner[e].p());
|
|
94
94
|
}
|
|
95
95
|
a.l("],");
|
|
96
96
|
a.l("suffixModels : [");
|
|
@@ -16,61 +16,63 @@ var InputVisualModelExport = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
16
16
|
__extends(InputVisualModelExport, _super);
|
|
17
17
|
function InputVisualModelExport() {
|
|
18
18
|
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
19
|
-
_this.
|
|
19
|
+
_this.i = 0;
|
|
20
|
+
_this.g = 0;
|
|
21
|
+
_this.j = 0;
|
|
20
22
|
_this.f = 0;
|
|
21
23
|
_this.b = 0;
|
|
22
24
|
_this.c = 0;
|
|
23
|
-
_this.
|
|
24
|
-
_this.
|
|
25
|
+
_this.l = null;
|
|
26
|
+
_this.o = null;
|
|
25
27
|
_this.d = false;
|
|
26
28
|
_this.a = null;
|
|
27
|
-
_this.q = null;
|
|
28
|
-
_this.r = null;
|
|
29
29
|
_this.s = null;
|
|
30
|
-
_this.g = 0;
|
|
31
|
-
_this.o = null;
|
|
32
|
-
_this.p = null;
|
|
33
|
-
_this.i = null;
|
|
34
|
-
_this.l = null;
|
|
35
|
-
_this.e = false;
|
|
36
30
|
_this.t = null;
|
|
31
|
+
_this.u = null;
|
|
32
|
+
_this.h = 0;
|
|
33
|
+
_this.q = null;
|
|
34
|
+
_this.r = null;
|
|
37
35
|
_this.k = null;
|
|
36
|
+
_this.n = null;
|
|
37
|
+
_this.e = false;
|
|
38
|
+
_this.v = null;
|
|
39
|
+
_this.m = null;
|
|
38
40
|
return _this;
|
|
39
41
|
}
|
|
40
|
-
InputVisualModelExport.prototype.
|
|
42
|
+
InputVisualModelExport.prototype.p = function () {
|
|
41
43
|
var a = new StringBuilder(0);
|
|
42
44
|
a.l("{");
|
|
43
|
-
a.l("top : " + this.
|
|
44
|
-
a.l("left : " + this.
|
|
45
|
+
a.l("top : " + this.i + ", ");
|
|
46
|
+
a.l("left : " + this.g + ", ");
|
|
45
47
|
a.l("shiftType : " + this.b + ", ");
|
|
46
48
|
a.l("actualDensity : " + this.c + ", ");
|
|
47
|
-
a.l("mask : \"" + this.
|
|
48
|
-
a.l("promptChar : \"" + this.
|
|
49
|
+
a.l("mask : \"" + this.l + "\", ");
|
|
50
|
+
a.l("promptChar : \"" + this.o + "\", ");
|
|
49
51
|
a.l("includeLiterals : " + this.d + ", ");
|
|
50
52
|
a.l("actualTextColor : " + this.a.serialize() + ", ");
|
|
51
|
-
if (!stringIsNullOrEmpty(this.
|
|
52
|
-
a.l("textStyleFontStyle : \"" + this.
|
|
53
|
+
if (!stringIsNullOrEmpty(this.s)) {
|
|
54
|
+
a.l("textStyleFontStyle : \"" + this.s + "\", ");
|
|
53
55
|
}
|
|
54
|
-
if (!stringIsNullOrEmpty(this.
|
|
55
|
-
a.l("textStyleFontVariant : \"" + this.
|
|
56
|
+
if (!stringIsNullOrEmpty(this.t)) {
|
|
57
|
+
a.l("textStyleFontVariant : \"" + this.t + "\", ");
|
|
56
58
|
}
|
|
57
|
-
if (!stringIsNullOrEmpty(this.
|
|
58
|
-
a.l("textStyleFontWeight : \"" + this.
|
|
59
|
+
if (!stringIsNullOrEmpty(this.u)) {
|
|
60
|
+
a.l("textStyleFontWeight : \"" + this.u + "\", ");
|
|
59
61
|
}
|
|
60
|
-
if (!stringIsNullOrEmpty(this.
|
|
61
|
-
a.l("textStyleFontFamily : \"" + this.
|
|
62
|
+
if (!stringIsNullOrEmpty(this.q)) {
|
|
63
|
+
a.l("textStyleFontFamily : \"" + this.q + "\", ");
|
|
62
64
|
}
|
|
63
|
-
if (!stringIsNullOrEmpty(this.
|
|
64
|
-
a.l("textStyleFontStretch : \"" + this.
|
|
65
|
+
if (!stringIsNullOrEmpty(this.r)) {
|
|
66
|
+
a.l("textStyleFontStretch : \"" + this.r + "\", ");
|
|
65
67
|
}
|
|
66
|
-
if (!isNaN_(this.
|
|
67
|
-
a.l("textStyleFontSize : " + this.
|
|
68
|
+
if (!isNaN_(this.h)) {
|
|
69
|
+
a.l("textStyleFontSize : " + this.h + ", ");
|
|
68
70
|
}
|
|
69
|
-
a.l("inputType : \"" + this.
|
|
70
|
-
a.l("placeholder : \"" + this.
|
|
71
|
+
a.l("inputType : \"" + this.k + "\", ");
|
|
72
|
+
a.l("placeholder : \"" + this.n + "\", ");
|
|
71
73
|
a.l("isHover : " + this.e + ", ");
|
|
72
|
-
a.l("value : \"" + this.
|
|
73
|
-
a.l("name : \"" + this.
|
|
74
|
+
a.l("value : \"" + this.v + "\", ");
|
|
75
|
+
a.l("name : \"" + this.m + "\", ");
|
|
74
76
|
a.l("}");
|
|
75
77
|
return a.toString();
|
|
76
78
|
};
|
|
@@ -246,7 +246,7 @@ var MultiSliderView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
246
246
|
this.v = i;
|
|
247
247
|
var j = this.u.get2DCanvasContext(this.v);
|
|
248
248
|
this.l = new RenderingContext(new CanvasViewRenderer(), j);
|
|
249
|
-
this.l.
|
|
249
|
+
this.l.af(this.j);
|
|
250
250
|
this.ab();
|
|
251
251
|
this.a = new CanvasGestureDOMEventProxy(this.u.rootWrapper, this.u, false);
|
|
252
252
|
this.a.bl = this.g.e0;
|
|
@@ -321,7 +321,7 @@ var MultiSliderView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
321
321
|
this.i = c;
|
|
322
322
|
this.j = this.i;
|
|
323
323
|
this.s = FontUtil.getCurrentFontHeight(this.u, this.j);
|
|
324
|
-
this.l.
|
|
324
|
+
this.l.af(this.i);
|
|
325
325
|
this.g.trackDirty();
|
|
326
326
|
}
|
|
327
327
|
};
|