igniteui-angular-core 13.2.0-beta.2 → 14.0.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-angular-core.umd.js +1144 -57
- package/bundles/igniteui-angular-core.umd.min.js +1 -1
- package/esm2015/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +11 -10
- package/esm2015/lib/DataGridPagerDescriptionModule.js +2 -0
- package/esm2015/lib/FinancialChartDescriptionModule.js +2 -0
- package/esm2015/lib/FontDefaults.js +7 -7
- package/esm2015/lib/IgcSliderBridge.js +38 -12
- package/esm2015/lib/NativeUIButton.js +2 -1
- package/esm2015/lib/NativeUICheckbox.js +2 -1
- package/esm2015/lib/NativeUIDropDown.js +2 -1
- package/esm2015/lib/NativeUIInput.js +2 -1
- package/esm2015/lib/NativeUIInputsFactory.js +1 -0
- package/esm2015/lib/NativeUISlider.js +26 -11
- package/esm2015/lib/PropertyEditorPropertyDescriptionChangedEventArgsDescription.js +8 -0
- package/esm2015/lib/PropertyEditorPropertyDescriptionChangedEventArgsDescriptionMetadata.js +1 -0
- package/esm2015/lib/WebDropdownGroupDescription.js +2 -10
- package/esm2015/lib/WebDropdownGroupDescriptionMetadata.js +0 -3
- package/esm2015/lib/WebExpansionPanelComponentEventArgsDescription.js +34 -0
- package/esm2015/lib/WebExpansionPanelComponentEventArgsDescriptionMetadata.js +7 -0
- package/esm2015/lib/WebExpansionPanelDescription.js +82 -0
- package/esm2015/lib/WebExpansionPanelDescriptionMetadata.js +7 -0
- package/esm2015/lib/WebExpansionPanelDescriptionMetadata_combined.js +77 -0
- package/esm2015/lib/WebExpansionPanelDescriptionModule.js +20 -0
- package/esm2015/lib/WebMaskInputDescription.js +71 -0
- package/esm2015/lib/WebMaskInputDescriptionMetadata.js +47 -0
- package/esm2015/lib/WebMaskInputDescriptionModule.js +22 -0
- package/esm2015/lib/WebTreeDescription.js +106 -0
- package/esm2015/lib/WebTreeDescriptionMetadata.js +54 -0
- package/esm2015/lib/WebTreeDescriptionModule.js +22 -0
- package/esm2015/lib/WebTreeItemComponentEventArgsDescription.js +34 -0
- package/esm2015/lib/WebTreeItemComponentEventArgsDescriptionMetadata.js +40 -0
- package/esm2015/lib/WebTreeItemDescription.js +98 -0
- package/esm2015/lib/WebTreeItemDescriptionMetadata.js +47 -0
- package/esm2015/lib/WebTreeItemDescriptionModule.js +20 -0
- package/esm2015/lib/WebTreeSelectionOptionsEventArgsDescription.js +34 -0
- package/esm2015/lib/WebTreeSelectionOptionsEventArgsDescriptionMetadata.js +38 -0
- package/esm2015/lib/igx-tooltip-container-component.js +3 -3
- package/esm2015/public_api.js +18 -0
- package/esm5/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +11 -10
- package/esm5/lib/DataGridPagerDescriptionModule.js +2 -0
- package/esm5/lib/FinancialChartDescriptionModule.js +2 -0
- package/esm5/lib/FontDefaults.js +7 -7
- package/esm5/lib/IgcSliderBridge.js +38 -12
- package/esm5/lib/NativeUIButton.js +2 -1
- package/esm5/lib/NativeUICheckbox.js +2 -1
- package/esm5/lib/NativeUIDropDown.js +2 -1
- package/esm5/lib/NativeUIInput.js +2 -1
- package/esm5/lib/NativeUIInputsFactory.js +1 -0
- package/esm5/lib/NativeUISlider.js +25 -6
- package/esm5/lib/PropertyEditorPropertyDescriptionChangedEventArgsDescription.js +14 -1
- package/esm5/lib/PropertyEditorPropertyDescriptionChangedEventArgsDescriptionMetadata.js +1 -0
- package/esm5/lib/WebDropdownGroupDescription.js +1 -13
- package/esm5/lib/WebDropdownGroupDescriptionMetadata.js +0 -3
- package/esm5/lib/WebExpansionPanelComponentEventArgsDescription.js +44 -0
- package/esm5/lib/WebExpansionPanelComponentEventArgsDescriptionMetadata.js +7 -0
- package/esm5/lib/WebExpansionPanelDescription.js +116 -0
- package/esm5/lib/WebExpansionPanelDescriptionMetadata.js +7 -0
- package/esm5/lib/WebExpansionPanelDescriptionMetadata_combined.js +84 -0
- package/esm5/lib/WebExpansionPanelDescriptionModule.js +24 -0
- package/esm5/lib/WebMaskInputDescription.js +97 -0
- package/esm5/lib/WebMaskInputDescriptionMetadata.js +51 -0
- package/esm5/lib/WebMaskInputDescriptionModule.js +26 -0
- package/esm5/lib/WebTreeDescription.js +152 -0
- package/esm5/lib/WebTreeDescriptionMetadata.js +58 -0
- package/esm5/lib/WebTreeDescriptionModule.js +26 -0
- package/esm5/lib/WebTreeItemComponentEventArgsDescription.js +44 -0
- package/esm5/lib/WebTreeItemComponentEventArgsDescriptionMetadata.js +44 -0
- package/esm5/lib/WebTreeItemDescription.js +140 -0
- package/esm5/lib/WebTreeItemDescriptionMetadata.js +51 -0
- package/esm5/lib/WebTreeItemDescriptionModule.js +24 -0
- package/esm5/lib/WebTreeSelectionOptionsEventArgsDescription.js +44 -0
- package/esm5/lib/WebTreeSelectionOptionsEventArgsDescriptionMetadata.js +42 -0
- package/esm5/lib/igx-tooltip-container-component.js +2 -2
- package/esm5/public_api.js +18 -0
- package/fesm2015/igniteui-angular-core.js +938 -60
- package/fesm5/igniteui-angular-core.js +1127 -58
- package/lib/IgcSliderBridge.d.ts +7 -3
- package/lib/NativeUISlider.d.ts +9 -6
- package/lib/PropertyEditorPropertyDescriptionChangedEventArgsDescription.d.ts +3 -0
- package/lib/WebDropdownGroupDescription.d.ts +0 -4
- package/lib/WebExpansionPanelComponentEventArgsDescription.d.ts +15 -0
- package/lib/WebExpansionPanelComponentEventArgsDescriptionMetadata.d.ts +1 -0
- package/lib/WebExpansionPanelDescription.d.ts +32 -0
- package/lib/WebExpansionPanelDescriptionMetadata.d.ts +1 -0
- package/lib/WebExpansionPanelDescriptionMetadata_combined.d.ts +23 -0
- package/lib/WebExpansionPanelDescriptionModule.d.ts +9 -0
- package/lib/WebMaskInputDescription.d.ts +28 -0
- package/lib/WebMaskInputDescriptionMetadata.d.ts +13 -0
- package/lib/WebMaskInputDescriptionModule.d.ts +9 -0
- package/lib/WebTreeDescription.d.ts +41 -0
- package/lib/WebTreeDescriptionMetadata.d.ts +13 -0
- package/lib/WebTreeDescriptionModule.d.ts +9 -0
- package/lib/WebTreeItemComponentEventArgsDescription.d.ts +15 -0
- package/lib/WebTreeItemComponentEventArgsDescriptionMetadata.d.ts +13 -0
- package/lib/WebTreeItemDescription.d.ts +38 -0
- package/lib/WebTreeItemDescriptionMetadata.d.ts +13 -0
- package/lib/WebTreeItemDescriptionModule.d.ts +9 -0
- package/lib/WebTreeSelectionOptionsEventArgsDescription.d.ts +15 -0
- package/lib/WebTreeSelectionOptionsEventArgsDescriptionMetadata.d.ts +13 -0
- package/package.json +4 -4
- package/public_api.d.ts +18 -0
|
@@ -1004,6 +1004,9 @@ export let TSCodeGeneratingComponentRendererDataEmitter = /*@__PURE__*/ (() => {
|
|
|
1004
1004
|
if (this.n.platform == 3) {
|
|
1005
1005
|
e = "if ((this as any)._bind) { (this as any)._bind(); } ";
|
|
1006
1006
|
}
|
|
1007
|
+
if (this.n.platform == 1) {
|
|
1008
|
+
e = "this._detector.markForCheck(); ";
|
|
1009
|
+
}
|
|
1007
1010
|
let f = this.v(a, false);
|
|
1008
1011
|
let g = "null";
|
|
1009
1012
|
switch (b) {
|
|
@@ -1026,7 +1029,7 @@ export let TSCodeGeneratingComponentRendererDataEmitter = /*@__PURE__*/ (() => {
|
|
|
1026
1029
|
this.g.k("if (this." + this.ao(a) + " == null && !this." + this.ao(a) + "_fetching)");
|
|
1027
1030
|
this.g.k("{");
|
|
1028
1031
|
this.g.h();
|
|
1029
|
-
this.g.k(this.ao(a) + "_fetching = true;");
|
|
1032
|
+
this.g.k("this." + this.ao(a) + "_fetching = true;");
|
|
1030
1033
|
this.g.k("( async () => { this." + this.ao(a) + " = await (await " + this.v(a, false) + ".fetch()); " + e + " })();");
|
|
1031
1034
|
this.g.f();
|
|
1032
1035
|
this.g.k("}");
|
|
@@ -1083,7 +1086,6 @@ export let TSCodeGeneratingComponentRendererDataEmitter = /*@__PURE__*/ (() => {
|
|
|
1083
1086
|
}
|
|
1084
1087
|
x(a, b) {
|
|
1085
1088
|
b.addPackageImport("./" + a, a);
|
|
1086
|
-
b.addPackageImport("./" + a, a + "Item");
|
|
1087
1089
|
}
|
|
1088
1090
|
y(a, b) {
|
|
1089
1091
|
b.addDefaultImport("./" + a, a);
|
|
@@ -1379,16 +1381,10 @@ export let DotNetCodeGeneratingComponentRendererDataEmitter = /*@__PURE__*/ (()
|
|
|
1379
1381
|
a.k("using System.Collections.Generic;");
|
|
1380
1382
|
if (!this.ak) {
|
|
1381
1383
|
this.ak = true;
|
|
1382
|
-
this.k.addUsing("using Data;");
|
|
1383
1384
|
}
|
|
1384
|
-
a.k("namespace Data");
|
|
1385
|
-
a.k("{");
|
|
1386
|
-
a.h();
|
|
1387
1385
|
super.ad(a);
|
|
1388
1386
|
}
|
|
1389
1387
|
ac(a) {
|
|
1390
|
-
a.f();
|
|
1391
|
-
a.k("}");
|
|
1392
1388
|
super.ac(a);
|
|
1393
1389
|
}
|
|
1394
1390
|
v(a, b = false) {
|
|
@@ -1433,7 +1429,7 @@ export let DotNetCodeGeneratingComponentRendererDataEmitter = /*@__PURE__*/ (()
|
|
|
1433
1429
|
else {
|
|
1434
1430
|
e = " OnPropertyChanged(\"" + this.v(a, false) + "\");";
|
|
1435
1431
|
}
|
|
1436
|
-
if (c.isAsync) {
|
|
1432
|
+
if (c != null && c.isAsync) {
|
|
1437
1433
|
d = this.v(a, false) + ".Fetch().ContinueWith((t) => {" + this.ao(a) + " = t.Result; " + e + " });";
|
|
1438
1434
|
}
|
|
1439
1435
|
this.g.k("private " + this.v(a, false) + " " + this.ao(a) + " = null;");
|
|
@@ -1608,7 +1604,12 @@ export let DotNetCodeGeneratingComponentRendererDataEmitter = /*@__PURE__*/ (()
|
|
|
1608
1604
|
return "double.NaN";
|
|
1609
1605
|
}
|
|
1610
1606
|
return (b.value.toString());
|
|
1611
|
-
case 2:
|
|
1607
|
+
case 2: if (b.value == null) {
|
|
1608
|
+
return "null";
|
|
1609
|
+
}
|
|
1610
|
+
else {
|
|
1611
|
+
return ("@\"" + stringReplace(b.value, "\"", "\"\"") + "\"");
|
|
1612
|
+
}
|
|
1612
1613
|
case 3: return ("null");
|
|
1613
1614
|
}
|
|
1614
1615
|
return "";
|
|
@@ -5,6 +5,7 @@ https://www.infragistics.com/legal/license/igultimate-eula
|
|
|
5
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
6
|
*/
|
|
7
7
|
import { Base, markType } from "./type";
|
|
8
|
+
import { ButtonDescriptionModule } from "./ButtonDescriptionModule";
|
|
8
9
|
import { DataGridPagerDescriptionMetadata } from "./DataGridPagerDescriptionMetadata";
|
|
9
10
|
/**
|
|
10
11
|
* @hidden
|
|
@@ -12,6 +13,7 @@ import { DataGridPagerDescriptionMetadata } from "./DataGridPagerDescriptionMeta
|
|
|
12
13
|
export let DataGridPagerDescriptionModule = /*@__PURE__*/ (() => {
|
|
13
14
|
class DataGridPagerDescriptionModule extends Base {
|
|
14
15
|
static register(a) {
|
|
16
|
+
ButtonDescriptionModule.register(a);
|
|
15
17
|
DataGridPagerDescriptionMetadata.d(a);
|
|
16
18
|
}
|
|
17
19
|
}
|
|
@@ -28,6 +28,7 @@ import { ItemToolTipLayerDescriptionModule } from "./ItemToolTipLayerDescription
|
|
|
28
28
|
import { CategoryToolTipLayerDescriptionModule } from "./CategoryToolTipLayerDescriptionModule";
|
|
29
29
|
import { CategoryHighlightLayerDescriptionModule } from "./CategoryHighlightLayerDescriptionModule";
|
|
30
30
|
import { CategoryItemHighlightLayerDescriptionModule } from "./CategoryItemHighlightLayerDescriptionModule";
|
|
31
|
+
import { DataToolTipLayerDescriptionModule } from "./DataToolTipLayerDescriptionModule";
|
|
31
32
|
import { FinalValueLayerDescriptionModule } from "./FinalValueLayerDescriptionModule";
|
|
32
33
|
import { NumberAbbreviatorDescriptionModule } from "./NumberAbbreviatorDescriptionModule";
|
|
33
34
|
import { DataChartInteractivityDescriptionModule } from "./DataChartInteractivityDescriptionModule";
|
|
@@ -62,6 +63,7 @@ export let FinancialChartDescriptionModule = /*@__PURE__*/ (() => {
|
|
|
62
63
|
CategoryToolTipLayerDescriptionModule.register(a);
|
|
63
64
|
CategoryHighlightLayerDescriptionModule.register(a);
|
|
64
65
|
CategoryItemHighlightLayerDescriptionModule.register(a);
|
|
66
|
+
DataToolTipLayerDescriptionModule.register(a);
|
|
65
67
|
FinalValueLayerDescriptionModule.register(a);
|
|
66
68
|
NumberAbbreviatorDescriptionModule.register(a);
|
|
67
69
|
DataChartInteractivityDescriptionModule.register(a);
|
|
@@ -18,13 +18,13 @@ export let FontDefaults = /*@__PURE__*/ (() => {
|
|
|
18
18
|
}
|
|
19
19
|
FontDefaults.$t = markType(FontDefaults, 'FontDefaults');
|
|
20
20
|
FontDefaults.legendLabelsBrush = BrushUtil.g(255, 37, 37, 37);
|
|
21
|
-
FontDefaults.legendLabelsFontSizeConst =
|
|
22
|
-
FontDefaults.legendLabelsFontSize = DeviceUtils.f(
|
|
21
|
+
FontDefaults.legendLabelsFontSizeConst = 13;
|
|
22
|
+
FontDefaults.legendLabelsFontSize = DeviceUtils.f(13);
|
|
23
23
|
FontDefaults.legendLabelsFontConst = "Verdana";
|
|
24
24
|
FontDefaults.legendLabelsFontFamily = FontDefaults.aq("Verdana");
|
|
25
25
|
FontDefaults.dataLegendFontBrush = BrushUtil.g(255, 37, 37, 37);
|
|
26
|
-
FontDefaults.dataLegendFontSizeConst =
|
|
27
|
-
FontDefaults.dataLegendFontSize = DeviceUtils.f(
|
|
26
|
+
FontDefaults.dataLegendFontSizeConst = 13;
|
|
27
|
+
FontDefaults.dataLegendFontSize = DeviceUtils.f(13);
|
|
28
28
|
FontDefaults.dataLegendFontFamilyConst = "Verdana";
|
|
29
29
|
FontDefaults.dataLegendFontFamily = FontDefaults.aq("Verdana");
|
|
30
30
|
FontDefaults.dataLegendFontWeight = "400";
|
|
@@ -33,8 +33,8 @@ export let FontDefaults = /*@__PURE__*/ (() => {
|
|
|
33
33
|
FontDefaults.dataLegendFontVariant = "Normal";
|
|
34
34
|
FontDefaults.dataLegendHeaderFontWeight = "600";
|
|
35
35
|
FontDefaults.chartAxisLabelBrush = BrushUtil.g(255, 78, 78, 78);
|
|
36
|
-
FontDefaults.chartFontSizeConst =
|
|
37
|
-
FontDefaults.chartFontSize = DeviceUtils.f(
|
|
36
|
+
FontDefaults.chartFontSizeConst = 13;
|
|
37
|
+
FontDefaults.chartFontSize = DeviceUtils.f(13);
|
|
38
38
|
FontDefaults.chartFontNameConst = "Verdana";
|
|
39
39
|
FontDefaults.chartFontFamily = FontDefaults.aq("Verdana");
|
|
40
40
|
FontDefaults.chartFontWeight = "400";
|
|
@@ -50,7 +50,7 @@ export let FontDefaults = /*@__PURE__*/ (() => {
|
|
|
50
50
|
FontDefaults.chartSubtitleNameConst = "Verdana";
|
|
51
51
|
FontDefaults.chartSubtitleFontWeight = "600";
|
|
52
52
|
FontDefaults.tooltipLabelsBrush = BrushUtil.g(255, 78, 78, 78);
|
|
53
|
-
FontDefaults.tooltipLabelsFontSizeConst =
|
|
53
|
+
FontDefaults.tooltipLabelsFontSizeConst = 13;
|
|
54
54
|
FontDefaults.tooltipLabelsFontSize = DeviceUtils.f(FontDefaults.tooltipLabelsFontSizeConst);
|
|
55
55
|
FontDefaults.tooltipFontNameConst = "Verdana";
|
|
56
56
|
FontDefaults.tooltipLabelsFontFamily = FontDefaults.aq("Verdana");
|
|
@@ -14,24 +14,43 @@ export let IgcSliderBridge = /*@__PURE__*/ (() => {
|
|
|
14
14
|
class IgcSliderBridge extends NativeUIElementBridge {
|
|
15
15
|
constructor() {
|
|
16
16
|
super(...arguments);
|
|
17
|
-
this.d = null;
|
|
18
|
-
this.c = null;
|
|
19
17
|
this.e = null;
|
|
18
|
+
this.c = null;
|
|
19
|
+
this.g = null;
|
|
20
|
+
this.f = null;
|
|
21
|
+
this.d = null;
|
|
22
|
+
this.h = null;
|
|
20
23
|
}
|
|
21
24
|
addHandler(a, b, c, d) {
|
|
22
25
|
switch (c) {
|
|
26
|
+
case 0:
|
|
27
|
+
{
|
|
28
|
+
let e = a;
|
|
29
|
+
this.f = e.listen("igcInput", runOn(this, this.j));
|
|
30
|
+
this.d = d;
|
|
31
|
+
this.h = b;
|
|
32
|
+
}
|
|
33
|
+
break;
|
|
23
34
|
case 4:
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
35
|
+
{
|
|
36
|
+
let f = a;
|
|
37
|
+
this.e = f.listen("igcChange", runOn(this, this.i));
|
|
38
|
+
this.c = d;
|
|
39
|
+
this.g = b;
|
|
40
|
+
}
|
|
28
41
|
break;
|
|
29
42
|
}
|
|
30
43
|
}
|
|
31
|
-
|
|
44
|
+
j(a) {
|
|
45
|
+
if (this.d != null) {
|
|
46
|
+
let b = new NativeUISliderValueChangedEventArgs();
|
|
47
|
+
this.d(this.h, b);
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
i(a) {
|
|
32
51
|
if (this.c != null) {
|
|
33
52
|
let b = new NativeUISliderValueChangedEventArgs();
|
|
34
|
-
this.c(this.
|
|
53
|
+
this.c(this.g, b);
|
|
35
54
|
}
|
|
36
55
|
}
|
|
37
56
|
getValue(a, b) {
|
|
@@ -45,12 +64,19 @@ export let IgcSliderBridge = /*@__PURE__*/ (() => {
|
|
|
45
64
|
}
|
|
46
65
|
removeHandler(a, b, c, d) {
|
|
47
66
|
switch (c) {
|
|
48
|
-
case
|
|
49
|
-
if (this.
|
|
50
|
-
this.
|
|
67
|
+
case 0:
|
|
68
|
+
if (this.f != null) {
|
|
69
|
+
this.f();
|
|
70
|
+
}
|
|
71
|
+
this.d = null;
|
|
72
|
+
this.h = null;
|
|
73
|
+
break;
|
|
74
|
+
case 4:
|
|
75
|
+
if (this.e != null) {
|
|
76
|
+
this.e();
|
|
51
77
|
}
|
|
52
78
|
this.c = null;
|
|
53
|
-
this.
|
|
79
|
+
this.g = null;
|
|
54
80
|
break;
|
|
55
81
|
}
|
|
56
82
|
}
|
|
@@ -37,12 +37,13 @@ export let NativeUIButton = /*@__PURE__*/ (() => {
|
|
|
37
37
|
return this.ap;
|
|
38
38
|
}
|
|
39
39
|
set aq(a) {
|
|
40
|
+
let b = this.ap;
|
|
40
41
|
this.ap = a;
|
|
41
42
|
if (this.ap != null) {
|
|
42
43
|
this.w(1, this.ap);
|
|
43
44
|
}
|
|
44
45
|
else {
|
|
45
|
-
this.ab(1,
|
|
46
|
+
this.ab(1, b);
|
|
46
47
|
}
|
|
47
48
|
}
|
|
48
49
|
}
|
|
@@ -36,12 +36,13 @@ export let NativeUICheckbox = /*@__PURE__*/ (() => {
|
|
|
36
36
|
return this.ap;
|
|
37
37
|
}
|
|
38
38
|
set aq(a) {
|
|
39
|
+
let b = this.ap;
|
|
39
40
|
this.ap = a;
|
|
40
41
|
if (this.ap != null) {
|
|
41
42
|
this.w(2, this.ap);
|
|
42
43
|
}
|
|
43
44
|
else {
|
|
44
|
-
this.ab(2,
|
|
45
|
+
this.ab(2, b);
|
|
45
46
|
}
|
|
46
47
|
}
|
|
47
48
|
}
|
|
@@ -30,12 +30,13 @@ export let NativeUIDropDown = /*@__PURE__*/ (() => {
|
|
|
30
30
|
return this.aq;
|
|
31
31
|
}
|
|
32
32
|
set ar(a) {
|
|
33
|
+
let b = this.aq;
|
|
33
34
|
this.aq = a;
|
|
34
35
|
if (this.aq != null) {
|
|
35
36
|
this.w(3, this.aq);
|
|
36
37
|
}
|
|
37
38
|
else {
|
|
38
|
-
this.ab(3,
|
|
39
|
+
this.ab(3, b);
|
|
39
40
|
}
|
|
40
41
|
}
|
|
41
42
|
get at() {
|
|
@@ -43,12 +43,13 @@ export let NativeUIInput = /*@__PURE__*/ (() => {
|
|
|
43
43
|
return this.ar;
|
|
44
44
|
}
|
|
45
45
|
set as(a) {
|
|
46
|
+
let b = this.ar;
|
|
46
47
|
this.ar = a;
|
|
47
48
|
if (this.ar != null) {
|
|
48
49
|
this.w(0, this.ar);
|
|
49
50
|
}
|
|
50
51
|
else {
|
|
51
|
-
this.ab(0,
|
|
52
|
+
this.ab(0, b);
|
|
52
53
|
}
|
|
53
54
|
}
|
|
54
55
|
}
|
|
@@ -14,48 +14,63 @@ export let NativeUISlider = /*@__PURE__*/ (() => {
|
|
|
14
14
|
constructor() {
|
|
15
15
|
super(...arguments);
|
|
16
16
|
this.ap = null;
|
|
17
|
+
this.aq = null;
|
|
17
18
|
}
|
|
18
19
|
get_c() {
|
|
19
20
|
return 5;
|
|
20
21
|
}
|
|
21
|
-
get
|
|
22
|
+
get aw() {
|
|
22
23
|
let a = this.o(2);
|
|
23
24
|
return a;
|
|
24
25
|
}
|
|
25
|
-
set
|
|
26
|
+
set aw(a) {
|
|
26
27
|
this.ad(2, a);
|
|
27
28
|
}
|
|
28
|
-
get
|
|
29
|
+
get au() {
|
|
29
30
|
let a = this.o(10);
|
|
30
31
|
return a;
|
|
31
32
|
}
|
|
32
|
-
set
|
|
33
|
+
set au(a) {
|
|
33
34
|
this.ad(10, a);
|
|
34
35
|
}
|
|
35
|
-
get
|
|
36
|
+
get at() {
|
|
36
37
|
let a = this.o(11);
|
|
37
38
|
return a;
|
|
38
39
|
}
|
|
39
|
-
set
|
|
40
|
+
set at(a) {
|
|
40
41
|
this.ad(11, a);
|
|
41
42
|
}
|
|
42
|
-
get
|
|
43
|
+
get av() {
|
|
43
44
|
let a = this.o(12);
|
|
44
45
|
return a;
|
|
45
46
|
}
|
|
46
|
-
set
|
|
47
|
+
set av(a) {
|
|
47
48
|
this.ad(12, a);
|
|
48
49
|
}
|
|
49
|
-
get
|
|
50
|
+
get ar() {
|
|
50
51
|
return this.ap;
|
|
51
52
|
}
|
|
52
|
-
set
|
|
53
|
+
set ar(a) {
|
|
54
|
+
let b = this.ap;
|
|
53
55
|
this.ap = a;
|
|
54
56
|
if (this.ap != null) {
|
|
55
57
|
this.w(4, this.ap);
|
|
56
58
|
}
|
|
57
59
|
else {
|
|
58
|
-
this.ab(4,
|
|
60
|
+
this.ab(4, b);
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
get as() {
|
|
64
|
+
return this.aq;
|
|
65
|
+
}
|
|
66
|
+
set as(a) {
|
|
67
|
+
let b = this.aq;
|
|
68
|
+
this.aq = a;
|
|
69
|
+
if (this.aq != null) {
|
|
70
|
+
this.w(0, this.aq);
|
|
71
|
+
}
|
|
72
|
+
else {
|
|
73
|
+
this.ab(0, b);
|
|
59
74
|
}
|
|
60
75
|
}
|
|
61
76
|
}
|
|
@@ -13,6 +13,7 @@ export let PropertyEditorPropertyDescriptionChangedEventArgsDescription = /*@__P
|
|
|
13
13
|
class PropertyEditorPropertyDescriptionChangedEventArgsDescription extends Description {
|
|
14
14
|
constructor() {
|
|
15
15
|
super();
|
|
16
|
+
this.f = null;
|
|
16
17
|
}
|
|
17
18
|
get_type() {
|
|
18
19
|
return "PropertyEditorPropertyDescriptionChangedEventArgs";
|
|
@@ -20,6 +21,13 @@ export let PropertyEditorPropertyDescriptionChangedEventArgsDescription = /*@__P
|
|
|
20
21
|
get type() {
|
|
21
22
|
return this.get_type();
|
|
22
23
|
}
|
|
24
|
+
get newValue() {
|
|
25
|
+
return this.f;
|
|
26
|
+
}
|
|
27
|
+
set newValue(a) {
|
|
28
|
+
this.f = a;
|
|
29
|
+
this.e("NewValue");
|
|
30
|
+
}
|
|
23
31
|
}
|
|
24
32
|
PropertyEditorPropertyDescriptionChangedEventArgsDescription.$t = markType(PropertyEditorPropertyDescriptionChangedEventArgsDescription, 'PropertyEditorPropertyDescriptionChangedEventArgsDescription', Description.$);
|
|
25
33
|
return PropertyEditorPropertyDescriptionChangedEventArgsDescription;
|
|
@@ -23,6 +23,7 @@ export let PropertyEditorPropertyDescriptionChangedEventArgsDescriptionMetadata
|
|
|
23
23
|
a.s(PropertyEditorPropertyDescriptionChangedEventArgsDescriptionMetadata.a);
|
|
24
24
|
}
|
|
25
25
|
static c(a) {
|
|
26
|
+
a.item("NewValue", "Unknown");
|
|
26
27
|
}
|
|
27
28
|
static d(a) {
|
|
28
29
|
PropertyEditorPropertyDescriptionChangedEventArgsDescriptionMetadata.b(a);
|
|
@@ -14,7 +14,6 @@ export let WebDropdownGroupDescription = /*@__PURE__*/ (() => {
|
|
|
14
14
|
constructor() {
|
|
15
15
|
super();
|
|
16
16
|
this.f = null;
|
|
17
|
-
this.h = null;
|
|
18
17
|
}
|
|
19
18
|
get_type() {
|
|
20
19
|
return "WebDropdownGroup";
|
|
@@ -22,18 +21,11 @@ export let WebDropdownGroupDescription = /*@__PURE__*/ (() => {
|
|
|
22
21
|
get type() {
|
|
23
22
|
return this.get_type();
|
|
24
23
|
}
|
|
25
|
-
get items() {
|
|
26
|
-
return this.f;
|
|
27
|
-
}
|
|
28
|
-
set items(a) {
|
|
29
|
-
this.f = a;
|
|
30
|
-
this.e("Items");
|
|
31
|
-
}
|
|
32
24
|
get size() {
|
|
33
|
-
return this.
|
|
25
|
+
return this.f;
|
|
34
26
|
}
|
|
35
27
|
set size(a) {
|
|
36
|
-
this.
|
|
28
|
+
this.f = a;
|
|
37
29
|
this.e("Size");
|
|
38
30
|
}
|
|
39
31
|
}
|
|
@@ -6,7 +6,6 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
6
6
|
*/
|
|
7
7
|
import { Base, String_$type, markType } from "./type";
|
|
8
8
|
import { Dictionary$2 } from "./Dictionary$2";
|
|
9
|
-
import { WebDropdownItemDescriptionMetadata } from "./WebDropdownItemDescriptionMetadata";
|
|
10
9
|
import { WebDropdownGroupDescription } from "./WebDropdownGroupDescription";
|
|
11
10
|
/**
|
|
12
11
|
* @hidden
|
|
@@ -22,11 +21,9 @@ export let WebDropdownGroupDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
|
22
21
|
return;
|
|
23
22
|
}
|
|
24
23
|
a.s(WebDropdownGroupDescriptionMetadata.a);
|
|
25
|
-
WebDropdownItemDescriptionMetadata.d(a);
|
|
26
24
|
}
|
|
27
25
|
static c(a) {
|
|
28
26
|
a.item("__qualifiedNameTS", "String:DropdownGroup");
|
|
29
|
-
a.item("Items", "ExportedType:WebDropdownItem");
|
|
30
27
|
a.item("Size", "ExportedType:string:DropdownGroupSize");
|
|
31
28
|
a.item("Size@names", "Small;Medium;Large");
|
|
32
29
|
}
|
|
@@ -0,0 +1,34 @@
|
|
|
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 { Description } from "./Description";
|
|
8
|
+
import { markType } from "./type";
|
|
9
|
+
/**
|
|
10
|
+
* @hidden
|
|
11
|
+
*/
|
|
12
|
+
export let WebExpansionPanelComponentEventArgsDescription = /*@__PURE__*/ (() => {
|
|
13
|
+
class WebExpansionPanelComponentEventArgsDescription extends Description {
|
|
14
|
+
constructor() {
|
|
15
|
+
super();
|
|
16
|
+
this.f = null;
|
|
17
|
+
}
|
|
18
|
+
get_type() {
|
|
19
|
+
return "WebExpansionPanelComponentEventArgs";
|
|
20
|
+
}
|
|
21
|
+
get type() {
|
|
22
|
+
return this.get_type();
|
|
23
|
+
}
|
|
24
|
+
get detail() {
|
|
25
|
+
return this.f;
|
|
26
|
+
}
|
|
27
|
+
set detail(a) {
|
|
28
|
+
this.f = a;
|
|
29
|
+
this.e("Detail");
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
WebExpansionPanelComponentEventArgsDescription.$t = markType(WebExpansionPanelComponentEventArgsDescription, 'WebExpansionPanelComponentEventArgsDescription', Description.$);
|
|
33
|
+
return WebExpansionPanelComponentEventArgsDescription;
|
|
34
|
+
})();
|
|
@@ -0,0 +1,7 @@
|
|
|
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
|
+
export { WebExpansionPanelComponentEventArgsDescriptionMetadata } from "./WebExpansionPanelDescriptionMetadata_combined";
|
|
@@ -0,0 +1,82 @@
|
|
|
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 { Description } from "./Description";
|
|
8
|
+
import { markType } from "./type";
|
|
9
|
+
/**
|
|
10
|
+
* @hidden
|
|
11
|
+
*/
|
|
12
|
+
export let WebExpansionPanelDescription = /*@__PURE__*/ (() => {
|
|
13
|
+
class WebExpansionPanelDescription extends Description {
|
|
14
|
+
constructor() {
|
|
15
|
+
super();
|
|
16
|
+
this.g = false;
|
|
17
|
+
this.f = false;
|
|
18
|
+
this.l = null;
|
|
19
|
+
this.n = null;
|
|
20
|
+
this.m = null;
|
|
21
|
+
this.k = null;
|
|
22
|
+
this.j = null;
|
|
23
|
+
}
|
|
24
|
+
get_type() {
|
|
25
|
+
return "WebExpansionPanel";
|
|
26
|
+
}
|
|
27
|
+
get type() {
|
|
28
|
+
return this.get_type();
|
|
29
|
+
}
|
|
30
|
+
get open() {
|
|
31
|
+
return this.g;
|
|
32
|
+
}
|
|
33
|
+
set open(a) {
|
|
34
|
+
this.g = a;
|
|
35
|
+
this.e("Open");
|
|
36
|
+
}
|
|
37
|
+
get disabled() {
|
|
38
|
+
return this.f;
|
|
39
|
+
}
|
|
40
|
+
set disabled(a) {
|
|
41
|
+
this.f = a;
|
|
42
|
+
this.e("Disabled");
|
|
43
|
+
}
|
|
44
|
+
get indicatorPosition() {
|
|
45
|
+
return this.l;
|
|
46
|
+
}
|
|
47
|
+
set indicatorPosition(a) {
|
|
48
|
+
this.l = a;
|
|
49
|
+
this.e("IndicatorPosition");
|
|
50
|
+
}
|
|
51
|
+
get openingRef() {
|
|
52
|
+
return this.n;
|
|
53
|
+
}
|
|
54
|
+
set openingRef(a) {
|
|
55
|
+
this.n = a;
|
|
56
|
+
this.e("OpeningRef");
|
|
57
|
+
}
|
|
58
|
+
get openedRef() {
|
|
59
|
+
return this.m;
|
|
60
|
+
}
|
|
61
|
+
set openedRef(a) {
|
|
62
|
+
this.m = a;
|
|
63
|
+
this.e("OpenedRef");
|
|
64
|
+
}
|
|
65
|
+
get closingRef() {
|
|
66
|
+
return this.k;
|
|
67
|
+
}
|
|
68
|
+
set closingRef(a) {
|
|
69
|
+
this.k = a;
|
|
70
|
+
this.e("ClosingRef");
|
|
71
|
+
}
|
|
72
|
+
get closedRef() {
|
|
73
|
+
return this.j;
|
|
74
|
+
}
|
|
75
|
+
set closedRef(a) {
|
|
76
|
+
this.j = a;
|
|
77
|
+
this.e("ClosedRef");
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
WebExpansionPanelDescription.$t = markType(WebExpansionPanelDescription, 'WebExpansionPanelDescription', Description.$);
|
|
81
|
+
return WebExpansionPanelDescription;
|
|
82
|
+
})();
|
|
@@ -0,0 +1,7 @@
|
|
|
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
|
+
export { WebExpansionPanelDescriptionMetadata } from "./WebExpansionPanelDescriptionMetadata_combined";
|
|
@@ -0,0 +1,77 @@
|
|
|
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, String_$type, markType } from "./type";
|
|
8
|
+
import { Dictionary$2 } from "./Dictionary$2";
|
|
9
|
+
import { WebExpansionPanelDescription } from "./WebExpansionPanelDescription";
|
|
10
|
+
import { WebExpansionPanelComponentEventArgsDescription } from "./WebExpansionPanelComponentEventArgsDescription";
|
|
11
|
+
/**
|
|
12
|
+
* @hidden
|
|
13
|
+
*/
|
|
14
|
+
export let WebExpansionPanelDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
15
|
+
class WebExpansionPanelDescriptionMetadata extends Base {
|
|
16
|
+
static b(a) {
|
|
17
|
+
if (WebExpansionPanelDescriptionMetadata.a == null) {
|
|
18
|
+
WebExpansionPanelDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
|
|
19
|
+
WebExpansionPanelDescriptionMetadata.c(WebExpansionPanelDescriptionMetadata.a);
|
|
20
|
+
}
|
|
21
|
+
if (a.g(WebExpansionPanelDescriptionMetadata.a)) {
|
|
22
|
+
return;
|
|
23
|
+
}
|
|
24
|
+
a.s(WebExpansionPanelDescriptionMetadata.a);
|
|
25
|
+
WebExpansionPanelComponentEventArgsDescriptionMetadata.d(a);
|
|
26
|
+
}
|
|
27
|
+
static c(a) {
|
|
28
|
+
a.item("__qualifiedNameTS", "String:ExpansionPanel");
|
|
29
|
+
a.item("Open", "Boolean");
|
|
30
|
+
a.item("Disabled", "Boolean");
|
|
31
|
+
a.item("IndicatorPosition", "ExportedType:string:ExpansionPanelIndicatorPosition");
|
|
32
|
+
a.item("IndicatorPosition@names", "Start;End;None");
|
|
33
|
+
a.item("OpeningRef", "EventRef::opening");
|
|
34
|
+
a.item("OpenedRef", "EventRef::opened");
|
|
35
|
+
a.item("ClosingRef", "EventRef::closing");
|
|
36
|
+
a.item("ClosedRef", "EventRef::closed");
|
|
37
|
+
}
|
|
38
|
+
static d(a) {
|
|
39
|
+
WebExpansionPanelDescriptionMetadata.b(a);
|
|
40
|
+
a.u("WebExpansionPanel", () => new WebExpansionPanelDescription());
|
|
41
|
+
a.t("WebExpansionPanel", WebExpansionPanelDescriptionMetadata.a);
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
WebExpansionPanelDescriptionMetadata.$t = markType(WebExpansionPanelDescriptionMetadata, 'WebExpansionPanelDescriptionMetadata');
|
|
45
|
+
WebExpansionPanelDescriptionMetadata.a = null;
|
|
46
|
+
return WebExpansionPanelDescriptionMetadata;
|
|
47
|
+
})();
|
|
48
|
+
/**
|
|
49
|
+
* @hidden
|
|
50
|
+
*/
|
|
51
|
+
export let WebExpansionPanelComponentEventArgsDescriptionMetadata = /*@__PURE__*/ (() => {
|
|
52
|
+
class WebExpansionPanelComponentEventArgsDescriptionMetadata extends Base {
|
|
53
|
+
static b(a) {
|
|
54
|
+
if (WebExpansionPanelComponentEventArgsDescriptionMetadata.a == null) {
|
|
55
|
+
WebExpansionPanelComponentEventArgsDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
|
|
56
|
+
WebExpansionPanelComponentEventArgsDescriptionMetadata.c(WebExpansionPanelComponentEventArgsDescriptionMetadata.a);
|
|
57
|
+
}
|
|
58
|
+
if (a.g(WebExpansionPanelComponentEventArgsDescriptionMetadata.a)) {
|
|
59
|
+
return;
|
|
60
|
+
}
|
|
61
|
+
a.s(WebExpansionPanelComponentEventArgsDescriptionMetadata.a);
|
|
62
|
+
WebExpansionPanelDescriptionMetadata.d(a);
|
|
63
|
+
}
|
|
64
|
+
static c(a) {
|
|
65
|
+
a.item("__qualifiedNameTS", "String:ExpansionPanelComponentEventArgs");
|
|
66
|
+
a.item("Detail", "ExportedType:WebExpansionPanel");
|
|
67
|
+
}
|
|
68
|
+
static d(a) {
|
|
69
|
+
WebExpansionPanelComponentEventArgsDescriptionMetadata.b(a);
|
|
70
|
+
a.u("WebExpansionPanelComponentEventArgs", () => new WebExpansionPanelComponentEventArgsDescription());
|
|
71
|
+
a.t("WebExpansionPanelComponentEventArgs", WebExpansionPanelComponentEventArgsDescriptionMetadata.a);
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
WebExpansionPanelComponentEventArgsDescriptionMetadata.$t = markType(WebExpansionPanelComponentEventArgsDescriptionMetadata, 'WebExpansionPanelComponentEventArgsDescriptionMetadata');
|
|
75
|
+
WebExpansionPanelComponentEventArgsDescriptionMetadata.a = null;
|
|
76
|
+
return WebExpansionPanelComponentEventArgsDescriptionMetadata;
|
|
77
|
+
})();
|