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.
- 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
|
@@ -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
|
-
|
|
1256
|
-
a.
|
|
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
|
|
1263
|
-
if (this.view != null &&
|
|
1264
|
-
let
|
|
1265
|
-
let
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
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 (
|
|
1274
|
-
a.o =
|
|
1278
|
+
if (d.q != null) {
|
|
1279
|
+
a.o = d.q;
|
|
1275
1280
|
}
|
|
1276
|
-
if (!isNaN_(
|
|
1277
|
-
a.h =
|
|
1281
|
+
if (!isNaN_(d.f)) {
|
|
1282
|
+
a.h = d.f;
|
|
1278
1283
|
}
|
|
1279
|
-
if (
|
|
1280
|
-
a.s =
|
|
1284
|
+
if (d.v != null) {
|
|
1285
|
+
a.s = d.v;
|
|
1281
1286
|
}
|
|
1282
|
-
if (
|
|
1283
|
-
a.q =
|
|
1287
|
+
if (d.t != null) {
|
|
1288
|
+
a.q = d.t;
|
|
1284
1289
|
}
|
|
1285
|
-
if (
|
|
1286
|
-
a.p =
|
|
1290
|
+
if (d.r != null) {
|
|
1291
|
+
a.p = d.t;
|
|
1287
1292
|
}
|
|
1288
1293
|
}
|
|
1289
1294
|
return a;
|