igniteui-angular-core 13.2.0 → 14.1.1
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 +1513 -1158
- package/bundles/igniteui-angular-core.umd.min.js +1 -1
- package/esm2015/lib/BlazorCodeGeneratingComponentRendererModuleEmitter.js +9 -9
- package/esm2015/lib/CanvasViewRenderer.js +1 -1
- package/esm2015/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +382 -314
- package/esm2015/lib/CodeGeneratingComponentRendererDataEmitter.js +2 -2
- package/esm2015/lib/CodeGeneratingComponentRendererHandlerEmitter.js +2 -2
- package/esm2015/lib/CodeGeneratingComponentRendererModuleEmitter.js +14 -11
- package/esm2015/lib/CodeGeneratingRendererResult.js +56 -44
- package/esm2015/lib/CodeGenerationFolderTemplate.js +41 -37
- package/esm2015/lib/CodeGenerationTransformer.js +19 -19
- package/esm2015/lib/ComponentRendererAdapter.js +3 -0
- package/esm2015/lib/ComponentRenderer_combined.js +178 -169
- package/esm2015/lib/DescriptionSerializer.js +72 -58
- package/esm2015/lib/DescriptionTreeAction.js +10 -9
- package/esm2015/lib/DescriptionTreeBuilder.js +4 -4
- package/esm2015/lib/DescriptionTreeNode.js +64 -36
- package/esm2015/lib/DescriptionTreeReconciler.js +156 -141
- package/esm2015/lib/DotNetCodeGeneratingComponentRendererModuleEmitter.js +24 -22
- package/esm2015/lib/IgcSliderBridge.js +38 -12
- package/esm2015/lib/NativeUIInputsFactory.js +1 -0
- package/esm2015/lib/NativeUISlider.js +24 -10
- package/esm2015/lib/StackedFragmentSeriesDescription.js +121 -121
- package/esm2015/lib/StackedFragmentSeriesDescriptionMetadata.js +1 -1
- package/esm2015/lib/TSCodeGeneratingComponentRendererModuleEmitter.js +36 -34
- package/esm2015/lib/TypeDescriptionPropretyTransforms.js +49 -25
- package/esm2015/lib/WebTreeSelectionOptionsEventArgsDescription.js +3 -3
- package/esm2015/lib/WebTreeSelectionOptionsEventArgsDescriptionMetadata.js +3 -1
- package/esm2015/lib/WebTreeSelectionOptionsEventDetailDescription.js +36 -0
- package/esm2015/lib/WebTreeSelectionOptionsEventDetailDescriptionMetadata.js +38 -0
- package/esm2015/lib/componentUtil.js +4 -1
- package/esm2015/public_api.js +2 -0
- package/esm5/lib/BlazorCodeGeneratingComponentRendererModuleEmitter.js +9 -9
- package/esm5/lib/CanvasViewRenderer.js +1 -1
- package/esm5/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +449 -363
- package/esm5/lib/CodeGeneratingComponentRendererDataEmitter.js +2 -2
- package/esm5/lib/CodeGeneratingComponentRendererHandlerEmitter.js +2 -2
- package/esm5/lib/CodeGeneratingComponentRendererModuleEmitter.js +18 -11
- package/esm5/lib/CodeGeneratingRendererResult.js +95 -66
- package/esm5/lib/CodeGenerationFolderTemplate.js +40 -36
- package/esm5/lib/CodeGenerationTransformer.js +19 -19
- package/esm5/lib/ComponentRendererAdapter.js +3 -0
- package/esm5/lib/ComponentRenderer_combined.js +184 -175
- package/esm5/lib/DescriptionSerializer.js +72 -58
- package/esm5/lib/DescriptionTreeAction.js +10 -9
- package/esm5/lib/DescriptionTreeBuilder.js +4 -4
- package/esm5/lib/DescriptionTreeNode.js +64 -36
- package/esm5/lib/DescriptionTreeReconciler.js +156 -141
- package/esm5/lib/DotNetCodeGeneratingComponentRendererModuleEmitter.js +24 -22
- package/esm5/lib/IgcSliderBridge.js +38 -12
- package/esm5/lib/NativeUIInputsFactory.js +1 -0
- package/esm5/lib/NativeUISlider.js +23 -5
- package/esm5/lib/StackedFragmentSeriesDescription.js +120 -120
- package/esm5/lib/StackedFragmentSeriesDescriptionMetadata.js +1 -1
- package/esm5/lib/TSCodeGeneratingComponentRendererModuleEmitter.js +36 -34
- package/esm5/lib/TypeDescriptionPropretyTransforms.js +49 -25
- package/esm5/lib/WebTreeSelectionOptionsEventArgsDescription.js +2 -2
- package/esm5/lib/WebTreeSelectionOptionsEventArgsDescriptionMetadata.js +3 -1
- package/esm5/lib/WebTreeSelectionOptionsEventDetailDescription.js +46 -0
- package/esm5/lib/WebTreeSelectionOptionsEventDetailDescriptionMetadata.js +42 -0
- package/esm5/lib/componentUtil.js +4 -1
- package/esm5/public_api.js +2 -0
- package/fesm2015/igniteui-angular-core.js +1385 -1085
- package/fesm5/igniteui-angular-core.js +1512 -1159
- package/lib/BlazorCodeGeneratingComponentRendererModuleEmitter.d.ts +3 -3
- package/lib/CodeGeneratingComponentRendererCodeEmitter_combined.d.ts +120 -114
- package/lib/CodeGeneratingComponentRendererModuleEmitter.d.ts +6 -5
- package/lib/CodeGeneratingRendererResult.d.ts +15 -12
- package/lib/DescriptionSerializer.d.ts +7 -6
- package/lib/DescriptionTreeAction.d.ts +6 -5
- package/lib/DescriptionTreeNode.d.ts +13 -12
- package/lib/DotNetCodeGeneratingComponentRendererModuleEmitter.d.ts +7 -7
- package/lib/IgcSliderBridge.d.ts +7 -3
- package/lib/NativeUISlider.d.ts +9 -6
- package/lib/StackedFragmentSeriesDescription.d.ts +46 -46
- package/lib/TSCodeGeneratingComponentRendererModuleEmitter.d.ts +7 -7
- package/lib/WebTreeSelectionOptionsEventArgsDescription.d.ts +3 -3
- package/lib/WebTreeSelectionOptionsEventDetailDescription.d.ts +17 -0
- package/lib/WebTreeSelectionOptionsEventDetailDescriptionMetadata.d.ts +13 -0
- package/package.json +4 -4
- package/public_api.d.ts +2 -0
|
@@ -16,43 +16,45 @@ export let DotNetCodeGeneratingComponentRendererModuleEmitter = /*@__PURE__*/ ((
|
|
|
16
16
|
class DotNetCodeGeneratingComponentRendererModuleEmitter extends CodeGeneratingComponentRendererModuleEmitter {
|
|
17
17
|
constructor(a, b, c) {
|
|
18
18
|
super(b, c);
|
|
19
|
-
this.
|
|
20
|
-
this.
|
|
21
|
-
this.
|
|
22
|
-
this.
|
|
23
|
-
this.
|
|
19
|
+
this.p = 0;
|
|
20
|
+
this.s = 0;
|
|
21
|
+
this.q = false;
|
|
22
|
+
this.r = new Dictionary$2(String_$type, List$1.$.specialize(String_$type), 0);
|
|
23
|
+
this.p = a;
|
|
24
24
|
}
|
|
25
|
-
get
|
|
26
|
-
return this.
|
|
25
|
+
get t() {
|
|
26
|
+
return this.s;
|
|
27
27
|
}
|
|
28
|
-
|
|
29
|
-
super.
|
|
30
|
-
this.
|
|
28
|
+
o() {
|
|
29
|
+
super.o();
|
|
30
|
+
this.s = 0;
|
|
31
31
|
}
|
|
32
|
-
get
|
|
33
|
-
switch (this.
|
|
32
|
+
get u() {
|
|
33
|
+
switch (this.p) {
|
|
34
34
|
case 0: return "Xam";
|
|
35
35
|
case 4: return "Ultra";
|
|
36
36
|
case 5: return "Igb";
|
|
37
37
|
}
|
|
38
38
|
return "";
|
|
39
39
|
}
|
|
40
|
-
|
|
41
|
-
super.
|
|
42
|
-
if (a == "withDescriptions" && this.
|
|
43
|
-
this.
|
|
40
|
+
l(a) {
|
|
41
|
+
super.l(a);
|
|
42
|
+
if (a == "withDescriptions" && this.p != 5) {
|
|
43
|
+
this.q = true;
|
|
44
44
|
return;
|
|
45
45
|
}
|
|
46
46
|
let b = "";
|
|
47
47
|
let c = a.split('/');
|
|
48
48
|
if (c.length == 1) {
|
|
49
49
|
b = c[0];
|
|
50
|
+
this.j.addPackageRef(b);
|
|
50
51
|
}
|
|
51
52
|
else {
|
|
53
|
+
this.j.addPackageRef(c[0]);
|
|
52
54
|
b = c[1];
|
|
53
55
|
}
|
|
54
|
-
if (this.
|
|
55
|
-
if (this.
|
|
56
|
+
if (this.q) {
|
|
57
|
+
if (this.s == 0) {
|
|
56
58
|
this.c.k("private ComponentRenderer _componentRenderer = null;");
|
|
57
59
|
this.c.k("public ComponentRenderer Renderer");
|
|
58
60
|
this.c.k("{");
|
|
@@ -73,11 +75,11 @@ export let DotNetCodeGeneratingComponentRendererModuleEmitter = /*@__PURE__*/ ((
|
|
|
73
75
|
}
|
|
74
76
|
this.c.k(d + ".Register(context);");
|
|
75
77
|
}
|
|
76
|
-
this.
|
|
78
|
+
this.s++;
|
|
77
79
|
}
|
|
78
|
-
|
|
79
|
-
super.
|
|
80
|
-
if (this.
|
|
80
|
+
n() {
|
|
81
|
+
super.n();
|
|
82
|
+
if (this.q) {
|
|
81
83
|
this.g.addUsing("using Infragistics.Controls.Description;");
|
|
82
84
|
this.c.f();
|
|
83
85
|
this.c.k("}");
|
|
@@ -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
|
}
|
|
@@ -14,42 +14,43 @@ 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) {
|
|
53
54
|
let b = this.ap;
|
|
54
55
|
this.ap = a;
|
|
55
56
|
if (this.ap != null) {
|
|
@@ -59,6 +60,19 @@ export let NativeUISlider = /*@__PURE__*/ (() => {
|
|
|
59
60
|
this.ab(4, b);
|
|
60
61
|
}
|
|
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);
|
|
74
|
+
}
|
|
75
|
+
}
|
|
62
76
|
}
|
|
63
77
|
NativeUISlider.$t = markType(NativeUISlider, 'NativeUISlider', NativeUIComponent.$);
|
|
64
78
|
return NativeUISlider;
|