igniteui-angular-core 13.2.0-beta.1 → 13.2.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.
Files changed (95) hide show
  1. package/bundles/igniteui-angular-core.umd.js +1082 -40
  2. package/bundles/igniteui-angular-core.umd.min.js +1 -1
  3. package/esm2015/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +11 -10
  4. package/esm2015/lib/DataGridPagerDescriptionModule.js +2 -0
  5. package/esm2015/lib/FinancialChartDescriptionModule.js +2 -0
  6. package/esm2015/lib/FontDefaults.js +7 -7
  7. package/esm2015/lib/NativeUIButton.js +2 -1
  8. package/esm2015/lib/NativeUICheckbox.js +2 -1
  9. package/esm2015/lib/NativeUIDropDown.js +2 -1
  10. package/esm2015/lib/NativeUIInput.js +2 -1
  11. package/esm2015/lib/NativeUISlider.js +2 -1
  12. package/esm2015/lib/PropertyEditorPropertyDescriptionChangedEventArgsDescription.js +8 -0
  13. package/esm2015/lib/PropertyEditorPropertyDescriptionChangedEventArgsDescriptionMetadata.js +1 -0
  14. package/esm2015/lib/WebDropdownGroupDescription.js +2 -10
  15. package/esm2015/lib/WebDropdownGroupDescriptionMetadata.js +0 -3
  16. package/esm2015/lib/WebExpansionPanelComponentEventArgsDescription.js +34 -0
  17. package/esm2015/lib/WebExpansionPanelComponentEventArgsDescriptionMetadata.js +7 -0
  18. package/esm2015/lib/WebExpansionPanelDescription.js +82 -0
  19. package/esm2015/lib/WebExpansionPanelDescriptionMetadata.js +7 -0
  20. package/esm2015/lib/WebExpansionPanelDescriptionMetadata_combined.js +77 -0
  21. package/esm2015/lib/WebExpansionPanelDescriptionModule.js +20 -0
  22. package/esm2015/lib/WebMaskInputDescription.js +71 -0
  23. package/esm2015/lib/WebMaskInputDescriptionMetadata.js +47 -0
  24. package/esm2015/lib/WebMaskInputDescriptionModule.js +22 -0
  25. package/esm2015/lib/WebTreeDescription.js +106 -0
  26. package/esm2015/lib/WebTreeDescriptionMetadata.js +54 -0
  27. package/esm2015/lib/WebTreeDescriptionModule.js +22 -0
  28. package/esm2015/lib/WebTreeItemComponentEventArgsDescription.js +34 -0
  29. package/esm2015/lib/WebTreeItemComponentEventArgsDescriptionMetadata.js +40 -0
  30. package/esm2015/lib/WebTreeItemDescription.js +98 -0
  31. package/esm2015/lib/WebTreeItemDescriptionMetadata.js +47 -0
  32. package/esm2015/lib/WebTreeItemDescriptionModule.js +20 -0
  33. package/esm2015/lib/WebTreeSelectionOptionsEventArgsDescription.js +34 -0
  34. package/esm2015/lib/WebTreeSelectionOptionsEventArgsDescriptionMetadata.js +38 -0
  35. package/esm2015/lib/igx-tooltip-container-component.js +3 -3
  36. package/esm2015/public_api.js +18 -0
  37. package/esm5/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +11 -10
  38. package/esm5/lib/DataGridPagerDescriptionModule.js +2 -0
  39. package/esm5/lib/FinancialChartDescriptionModule.js +2 -0
  40. package/esm5/lib/FontDefaults.js +7 -7
  41. package/esm5/lib/NativeUIButton.js +2 -1
  42. package/esm5/lib/NativeUICheckbox.js +2 -1
  43. package/esm5/lib/NativeUIDropDown.js +2 -1
  44. package/esm5/lib/NativeUIInput.js +2 -1
  45. package/esm5/lib/NativeUISlider.js +2 -1
  46. package/esm5/lib/PropertyEditorPropertyDescriptionChangedEventArgsDescription.js +14 -1
  47. package/esm5/lib/PropertyEditorPropertyDescriptionChangedEventArgsDescriptionMetadata.js +1 -0
  48. package/esm5/lib/WebDropdownGroupDescription.js +1 -13
  49. package/esm5/lib/WebDropdownGroupDescriptionMetadata.js +0 -3
  50. package/esm5/lib/WebExpansionPanelComponentEventArgsDescription.js +44 -0
  51. package/esm5/lib/WebExpansionPanelComponentEventArgsDescriptionMetadata.js +7 -0
  52. package/esm5/lib/WebExpansionPanelDescription.js +116 -0
  53. package/esm5/lib/WebExpansionPanelDescriptionMetadata.js +7 -0
  54. package/esm5/lib/WebExpansionPanelDescriptionMetadata_combined.js +84 -0
  55. package/esm5/lib/WebExpansionPanelDescriptionModule.js +24 -0
  56. package/esm5/lib/WebMaskInputDescription.js +97 -0
  57. package/esm5/lib/WebMaskInputDescriptionMetadata.js +51 -0
  58. package/esm5/lib/WebMaskInputDescriptionModule.js +26 -0
  59. package/esm5/lib/WebTreeDescription.js +152 -0
  60. package/esm5/lib/WebTreeDescriptionMetadata.js +58 -0
  61. package/esm5/lib/WebTreeDescriptionModule.js +26 -0
  62. package/esm5/lib/WebTreeItemComponentEventArgsDescription.js +44 -0
  63. package/esm5/lib/WebTreeItemComponentEventArgsDescriptionMetadata.js +44 -0
  64. package/esm5/lib/WebTreeItemDescription.js +140 -0
  65. package/esm5/lib/WebTreeItemDescriptionMetadata.js +51 -0
  66. package/esm5/lib/WebTreeItemDescriptionModule.js +24 -0
  67. package/esm5/lib/WebTreeSelectionOptionsEventArgsDescription.js +44 -0
  68. package/esm5/lib/WebTreeSelectionOptionsEventArgsDescriptionMetadata.js +42 -0
  69. package/esm5/lib/igx-tooltip-container-component.js +2 -2
  70. package/esm5/public_api.js +18 -0
  71. package/fesm2015/igniteui-angular-core.js +875 -38
  72. package/fesm5/igniteui-angular-core.js +1065 -41
  73. package/lib/PropertyEditorPropertyDescriptionChangedEventArgsDescription.d.ts +3 -0
  74. package/lib/WebDropdownGroupDescription.d.ts +0 -4
  75. package/lib/WebExpansionPanelComponentEventArgsDescription.d.ts +15 -0
  76. package/lib/WebExpansionPanelComponentEventArgsDescriptionMetadata.d.ts +1 -0
  77. package/lib/WebExpansionPanelDescription.d.ts +32 -0
  78. package/lib/WebExpansionPanelDescriptionMetadata.d.ts +1 -0
  79. package/lib/WebExpansionPanelDescriptionMetadata_combined.d.ts +23 -0
  80. package/lib/WebExpansionPanelDescriptionModule.d.ts +9 -0
  81. package/lib/WebMaskInputDescription.d.ts +28 -0
  82. package/lib/WebMaskInputDescriptionMetadata.d.ts +13 -0
  83. package/lib/WebMaskInputDescriptionModule.d.ts +9 -0
  84. package/lib/WebTreeDescription.d.ts +41 -0
  85. package/lib/WebTreeDescriptionMetadata.d.ts +13 -0
  86. package/lib/WebTreeDescriptionModule.d.ts +9 -0
  87. package/lib/WebTreeItemComponentEventArgsDescription.d.ts +15 -0
  88. package/lib/WebTreeItemComponentEventArgsDescriptionMetadata.d.ts +13 -0
  89. package/lib/WebTreeItemDescription.d.ts +38 -0
  90. package/lib/WebTreeItemDescriptionMetadata.d.ts +13 -0
  91. package/lib/WebTreeItemDescriptionModule.d.ts +9 -0
  92. package/lib/WebTreeSelectionOptionsEventArgsDescription.d.ts +15 -0
  93. package/lib/WebTreeSelectionOptionsEventArgsDescriptionMetadata.d.ts +13 -0
  94. package/package.json +1 -1
  95. package/public_api.d.ts +18 -0
@@ -0,0 +1,22 @@
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 "./type";
8
+ import { WebInputBaseDescriptionModule } from "./WebInputBaseDescriptionModule";
9
+ import { WebMaskInputDescriptionMetadata } from "./WebMaskInputDescriptionMetadata";
10
+ /**
11
+ * @hidden
12
+ */
13
+ export let WebMaskInputDescriptionModule = /*@__PURE__*/ (() => {
14
+ class WebMaskInputDescriptionModule extends Base {
15
+ static register(a) {
16
+ WebInputBaseDescriptionModule.register(a);
17
+ WebMaskInputDescriptionMetadata.d(a);
18
+ }
19
+ }
20
+ WebMaskInputDescriptionModule.$t = markType(WebMaskInputDescriptionModule, 'WebMaskInputDescriptionModule');
21
+ return WebMaskInputDescriptionModule;
22
+ })();
@@ -0,0 +1,106 @@
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 WebTreeDescription = /*@__PURE__*/ (() => {
13
+ class WebTreeDescription extends Description {
14
+ constructor() {
15
+ super();
16
+ this.f = false;
17
+ this.n = null;
18
+ this.i = null;
19
+ this.p = null;
20
+ this.o = null;
21
+ this.m = null;
22
+ this.l = null;
23
+ this.k = null;
24
+ this.j = null;
25
+ this.h = null;
26
+ }
27
+ get_type() {
28
+ return "WebTree";
29
+ }
30
+ get type() {
31
+ return this.get_type();
32
+ }
33
+ get singleBranchExpand() {
34
+ return this.f;
35
+ }
36
+ set singleBranchExpand(a) {
37
+ this.f = a;
38
+ this.e("SingleBranchExpand");
39
+ }
40
+ get selection() {
41
+ return this.n;
42
+ }
43
+ set selection(a) {
44
+ this.n = a;
45
+ this.e("Selection");
46
+ }
47
+ get dir() {
48
+ return this.i;
49
+ }
50
+ set dir(a) {
51
+ this.i = a;
52
+ this.e("Dir");
53
+ }
54
+ get size() {
55
+ return this.p;
56
+ }
57
+ set size(a) {
58
+ this.p = a;
59
+ this.e("Size");
60
+ }
61
+ get selectionChangedRef() {
62
+ return this.o;
63
+ }
64
+ set selectionChangedRef(a) {
65
+ this.o = a;
66
+ this.e("SelectionChangedRef");
67
+ }
68
+ get itemExpandingRef() {
69
+ return this.m;
70
+ }
71
+ set itemExpandingRef(a) {
72
+ this.m = a;
73
+ this.e("ItemExpandingRef");
74
+ }
75
+ get itemExpandedRef() {
76
+ return this.l;
77
+ }
78
+ set itemExpandedRef(a) {
79
+ this.l = a;
80
+ this.e("ItemExpandedRef");
81
+ }
82
+ get itemCollapsingRef() {
83
+ return this.k;
84
+ }
85
+ set itemCollapsingRef(a) {
86
+ this.k = a;
87
+ this.e("ItemCollapsingRef");
88
+ }
89
+ get itemCollapsedRef() {
90
+ return this.j;
91
+ }
92
+ set itemCollapsedRef(a) {
93
+ this.j = a;
94
+ this.e("ItemCollapsedRef");
95
+ }
96
+ get activeItemRef() {
97
+ return this.h;
98
+ }
99
+ set activeItemRef(a) {
100
+ this.h = a;
101
+ this.e("ActiveItemRef");
102
+ }
103
+ }
104
+ WebTreeDescription.$t = markType(WebTreeDescription, 'WebTreeDescription', Description.$);
105
+ return WebTreeDescription;
106
+ })();
@@ -0,0 +1,54 @@
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 { WebTreeSelectionOptionsEventArgsDescriptionMetadata } from "./WebTreeSelectionOptionsEventArgsDescriptionMetadata";
10
+ import { WebTreeItemComponentEventArgsDescriptionMetadata } from "./WebTreeItemComponentEventArgsDescriptionMetadata";
11
+ import { WebTreeDescription } from "./WebTreeDescription";
12
+ /**
13
+ * @hidden
14
+ */
15
+ export let WebTreeDescriptionMetadata = /*@__PURE__*/ (() => {
16
+ class WebTreeDescriptionMetadata extends Base {
17
+ static b(a) {
18
+ if (WebTreeDescriptionMetadata.a == null) {
19
+ WebTreeDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
20
+ WebTreeDescriptionMetadata.c(WebTreeDescriptionMetadata.a);
21
+ }
22
+ if (a.g(WebTreeDescriptionMetadata.a)) {
23
+ return;
24
+ }
25
+ a.s(WebTreeDescriptionMetadata.a);
26
+ WebTreeSelectionOptionsEventArgsDescriptionMetadata.d(a);
27
+ WebTreeItemComponentEventArgsDescriptionMetadata.d(a);
28
+ }
29
+ static c(a) {
30
+ a.item("__qualifiedNameTS", "String:Tree");
31
+ a.item("SingleBranchExpand", "Boolean");
32
+ a.item("Selection", "ExportedType:string:TreeSelection");
33
+ a.item("Selection@names", "Multiple;None;Cascade");
34
+ a.item("Dir", "ExportedType:string:TreeDir");
35
+ a.item("Dir@names", "Ltr;Rtl;Auto");
36
+ a.item("Size", "ExportedType:string:SizableComponentSize");
37
+ a.item("Size@names", "Large;Small;Medium");
38
+ a.item("SelectionChangedRef", "EventRef::selectionChanged");
39
+ a.item("ItemExpandingRef", "EventRef::itemExpanding");
40
+ a.item("ItemExpandedRef", "EventRef::itemExpanded");
41
+ a.item("ItemCollapsingRef", "EventRef::itemCollapsing");
42
+ a.item("ItemCollapsedRef", "EventRef::itemCollapsed");
43
+ a.item("ActiveItemRef", "EventRef::activeItem");
44
+ }
45
+ static d(a) {
46
+ WebTreeDescriptionMetadata.b(a);
47
+ a.u("WebTree", () => new WebTreeDescription());
48
+ a.t("WebTree", WebTreeDescriptionMetadata.a);
49
+ }
50
+ }
51
+ WebTreeDescriptionMetadata.$t = markType(WebTreeDescriptionMetadata, 'WebTreeDescriptionMetadata');
52
+ WebTreeDescriptionMetadata.a = null;
53
+ return WebTreeDescriptionMetadata;
54
+ })();
@@ -0,0 +1,22 @@
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 "./type";
8
+ import { WebTreeItemDescriptionModule } from "./WebTreeItemDescriptionModule";
9
+ import { WebTreeDescriptionMetadata } from "./WebTreeDescriptionMetadata";
10
+ /**
11
+ * @hidden
12
+ */
13
+ export let WebTreeDescriptionModule = /*@__PURE__*/ (() => {
14
+ class WebTreeDescriptionModule extends Base {
15
+ static register(a) {
16
+ WebTreeItemDescriptionModule.register(a);
17
+ WebTreeDescriptionMetadata.d(a);
18
+ }
19
+ }
20
+ WebTreeDescriptionModule.$t = markType(WebTreeDescriptionModule, 'WebTreeDescriptionModule');
21
+ return WebTreeDescriptionModule;
22
+ })();
@@ -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 WebTreeItemComponentEventArgsDescription = /*@__PURE__*/ (() => {
13
+ class WebTreeItemComponentEventArgsDescription extends Description {
14
+ constructor() {
15
+ super();
16
+ this.f = null;
17
+ }
18
+ get_type() {
19
+ return "WebTreeItemComponentEventArgs";
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
+ WebTreeItemComponentEventArgsDescription.$t = markType(WebTreeItemComponentEventArgsDescription, 'WebTreeItemComponentEventArgsDescription', Description.$);
33
+ return WebTreeItemComponentEventArgsDescription;
34
+ })();
@@ -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, String_$type, markType } from "./type";
8
+ import { Dictionary$2 } from "./Dictionary$2";
9
+ import { WebTreeItemDescriptionMetadata } from "./WebTreeItemDescriptionMetadata";
10
+ import { WebTreeItemComponentEventArgsDescription } from "./WebTreeItemComponentEventArgsDescription";
11
+ /**
12
+ * @hidden
13
+ */
14
+ export let WebTreeItemComponentEventArgsDescriptionMetadata = /*@__PURE__*/ (() => {
15
+ class WebTreeItemComponentEventArgsDescriptionMetadata extends Base {
16
+ static b(a) {
17
+ if (WebTreeItemComponentEventArgsDescriptionMetadata.a == null) {
18
+ WebTreeItemComponentEventArgsDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
19
+ WebTreeItemComponentEventArgsDescriptionMetadata.c(WebTreeItemComponentEventArgsDescriptionMetadata.a);
20
+ }
21
+ if (a.g(WebTreeItemComponentEventArgsDescriptionMetadata.a)) {
22
+ return;
23
+ }
24
+ a.s(WebTreeItemComponentEventArgsDescriptionMetadata.a);
25
+ WebTreeItemDescriptionMetadata.d(a);
26
+ }
27
+ static c(a) {
28
+ a.item("__qualifiedNameTS", "String:TreeItemComponentEventArgs");
29
+ a.item("Detail", "ExportedType:WebTreeItem");
30
+ }
31
+ static d(a) {
32
+ WebTreeItemComponentEventArgsDescriptionMetadata.b(a);
33
+ a.u("WebTreeItemComponentEventArgs", () => new WebTreeItemComponentEventArgsDescription());
34
+ a.t("WebTreeItemComponentEventArgs", WebTreeItemComponentEventArgsDescriptionMetadata.a);
35
+ }
36
+ }
37
+ WebTreeItemComponentEventArgsDescriptionMetadata.$t = markType(WebTreeItemComponentEventArgsDescriptionMetadata, 'WebTreeItemComponentEventArgsDescriptionMetadata');
38
+ WebTreeItemComponentEventArgsDescriptionMetadata.a = null;
39
+ return WebTreeItemComponentEventArgsDescriptionMetadata;
40
+ })();
@@ -0,0 +1,98 @@
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 WebTreeItemDescription = /*@__PURE__*/ (() => {
13
+ class WebTreeItemDescription extends Description {
14
+ constructor() {
15
+ super();
16
+ this.f = null;
17
+ this.r = 0;
18
+ this.v = null;
19
+ this.j = false;
20
+ this.h = false;
21
+ this.i = false;
22
+ this.l = false;
23
+ this.k = false;
24
+ this.t = null;
25
+ }
26
+ get_type() {
27
+ return "WebTreeItem";
28
+ }
29
+ get type() {
30
+ return this.get_type();
31
+ }
32
+ get parent() {
33
+ return this.f;
34
+ }
35
+ set parent(a) {
36
+ this.f = a;
37
+ this.e("Parent");
38
+ }
39
+ get level() {
40
+ return this.r;
41
+ }
42
+ set level(a) {
43
+ this.r = a;
44
+ this.e("Level");
45
+ }
46
+ get label() {
47
+ return this.v;
48
+ }
49
+ set label(a) {
50
+ this.v = a;
51
+ this.e("Label");
52
+ }
53
+ get expanded() {
54
+ return this.j;
55
+ }
56
+ set expanded(a) {
57
+ this.j = a;
58
+ this.e("Expanded");
59
+ }
60
+ get active() {
61
+ return this.h;
62
+ }
63
+ set active(a) {
64
+ this.h = a;
65
+ this.e("Active");
66
+ }
67
+ get disabled() {
68
+ return this.i;
69
+ }
70
+ set disabled(a) {
71
+ this.i = a;
72
+ this.e("Disabled");
73
+ }
74
+ get selected() {
75
+ return this.l;
76
+ }
77
+ set selected(a) {
78
+ this.l = a;
79
+ this.e("Selected");
80
+ }
81
+ get loading() {
82
+ return this.k;
83
+ }
84
+ set loading(a) {
85
+ this.k = a;
86
+ this.e("Loading");
87
+ }
88
+ get value() {
89
+ return this.t;
90
+ }
91
+ set value(a) {
92
+ this.t = a;
93
+ this.e("Value");
94
+ }
95
+ }
96
+ WebTreeItemDescription.$t = markType(WebTreeItemDescription, 'WebTreeItemDescription', Description.$);
97
+ return WebTreeItemDescription;
98
+ })();
@@ -0,0 +1,47 @@
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 { WebTreeItemDescription } from "./WebTreeItemDescription";
10
+ /**
11
+ * @hidden
12
+ */
13
+ export let WebTreeItemDescriptionMetadata = /*@__PURE__*/ (() => {
14
+ class WebTreeItemDescriptionMetadata extends Base {
15
+ static b(a) {
16
+ if (WebTreeItemDescriptionMetadata.a == null) {
17
+ WebTreeItemDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
18
+ WebTreeItemDescriptionMetadata.c(WebTreeItemDescriptionMetadata.a);
19
+ }
20
+ if (a.g(WebTreeItemDescriptionMetadata.a)) {
21
+ return;
22
+ }
23
+ a.s(WebTreeItemDescriptionMetadata.a);
24
+ WebTreeItemDescriptionMetadata.d(a);
25
+ }
26
+ static c(a) {
27
+ a.item("__qualifiedNameTS", "String:TreeItem");
28
+ a.item("Parent", "ExportedType:WebTreeItem");
29
+ a.item("Level", "Number:double");
30
+ a.item("Label", "String");
31
+ a.item("Expanded", "Boolean");
32
+ a.item("Active", "Boolean");
33
+ a.item("Disabled", "Boolean");
34
+ a.item("Selected", "Boolean");
35
+ a.item("Loading", "Boolean");
36
+ a.item("Value", "Unknown");
37
+ }
38
+ static d(a) {
39
+ WebTreeItemDescriptionMetadata.b(a);
40
+ a.u("WebTreeItem", () => new WebTreeItemDescription());
41
+ a.t("WebTreeItem", WebTreeItemDescriptionMetadata.a);
42
+ }
43
+ }
44
+ WebTreeItemDescriptionMetadata.$t = markType(WebTreeItemDescriptionMetadata, 'WebTreeItemDescriptionMetadata');
45
+ WebTreeItemDescriptionMetadata.a = null;
46
+ return WebTreeItemDescriptionMetadata;
47
+ })();
@@ -0,0 +1,20 @@
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 "./type";
8
+ import { WebTreeItemDescriptionMetadata } from "./WebTreeItemDescriptionMetadata";
9
+ /**
10
+ * @hidden
11
+ */
12
+ export let WebTreeItemDescriptionModule = /*@__PURE__*/ (() => {
13
+ class WebTreeItemDescriptionModule extends Base {
14
+ static register(a) {
15
+ WebTreeItemDescriptionMetadata.d(a);
16
+ }
17
+ }
18
+ WebTreeItemDescriptionModule.$t = markType(WebTreeItemDescriptionModule, 'WebTreeItemDescriptionModule');
19
+ return WebTreeItemDescriptionModule;
20
+ })();
@@ -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 WebTreeSelectionOptionsEventArgsDescription = /*@__PURE__*/ (() => {
13
+ class WebTreeSelectionOptionsEventArgsDescription extends Description {
14
+ constructor() {
15
+ super();
16
+ this.f = null;
17
+ }
18
+ get_type() {
19
+ return "WebTreeSelectionOptionsEventArgs";
20
+ }
21
+ get type() {
22
+ return this.get_type();
23
+ }
24
+ get newSelection() {
25
+ return this.f;
26
+ }
27
+ set newSelection(a) {
28
+ this.f = a;
29
+ this.e("NewSelection");
30
+ }
31
+ }
32
+ WebTreeSelectionOptionsEventArgsDescription.$t = markType(WebTreeSelectionOptionsEventArgsDescription, 'WebTreeSelectionOptionsEventArgsDescription', Description.$);
33
+ return WebTreeSelectionOptionsEventArgsDescription;
34
+ })();
@@ -0,0 +1,38 @@
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 { WebTreeSelectionOptionsEventArgsDescription } from "./WebTreeSelectionOptionsEventArgsDescription";
10
+ /**
11
+ * @hidden
12
+ */
13
+ export let WebTreeSelectionOptionsEventArgsDescriptionMetadata = /*@__PURE__*/ (() => {
14
+ class WebTreeSelectionOptionsEventArgsDescriptionMetadata extends Base {
15
+ static b(a) {
16
+ if (WebTreeSelectionOptionsEventArgsDescriptionMetadata.a == null) {
17
+ WebTreeSelectionOptionsEventArgsDescriptionMetadata.a = new Dictionary$2(String_$type, String_$type, 0);
18
+ WebTreeSelectionOptionsEventArgsDescriptionMetadata.c(WebTreeSelectionOptionsEventArgsDescriptionMetadata.a);
19
+ }
20
+ if (a.g(WebTreeSelectionOptionsEventArgsDescriptionMetadata.a)) {
21
+ return;
22
+ }
23
+ a.s(WebTreeSelectionOptionsEventArgsDescriptionMetadata.a);
24
+ }
25
+ static c(a) {
26
+ a.item("__qualifiedNameTS", "String:TreeSelectionOptionsEventArgs");
27
+ a.item("NewSelection", "Collection:WebTreeItem:WebTreeItemCollection:WebTreeItem");
28
+ }
29
+ static d(a) {
30
+ WebTreeSelectionOptionsEventArgsDescriptionMetadata.b(a);
31
+ a.u("WebTreeSelectionOptionsEventArgs", () => new WebTreeSelectionOptionsEventArgsDescription());
32
+ a.t("WebTreeSelectionOptionsEventArgs", WebTreeSelectionOptionsEventArgsDescriptionMetadata.a);
33
+ }
34
+ }
35
+ WebTreeSelectionOptionsEventArgsDescriptionMetadata.$t = markType(WebTreeSelectionOptionsEventArgsDescriptionMetadata, 'WebTreeSelectionOptionsEventArgsDescriptionMetadata');
36
+ WebTreeSelectionOptionsEventArgsDescriptionMetadata.a = null;
37
+ return WebTreeSelectionOptionsEventArgsDescriptionMetadata;
38
+ })();
@@ -61,7 +61,7 @@ export let IgxTooltipContainerComponent = /*@__PURE__*/ (() => {
61
61
  </ng-template>
62
62
  <ng-container *ngTemplateOutlet="containerTemplate ? containerTemplate : defaultContainer; context: context">
63
63
  </ng-container>
64
- `, isInline: true, styles: ["\n .ig-tooltip-container-background {\n padding: 5px; \n padding: var(--tooltip-container-padding, 5px);\n background-color: white; \n background-color: var(--tooltip-container-background-color, white);\n border-style: solid; \n border-style: var(--tooltip-container-border-style, solid);\n border-width: 1px; \n border-width: var(--tooltip-container-border-width, 1px);\n color: rgba(34,34,34,0.8);\n color: var(--tooltip-container-text-color, rgba(34,34,34,0.8));\n font: 14px \"Titillium Web\", Verdana, Arial, sans-serif;\n font: var(--tooltip-container-font, 14px \"Titillium Web\", Verdana, Arial, sans-serif);\n pointer-events: none;\n white-space: nowrap;\n }\n"], components: [{ type: i1.IgxTemplateContentComponent, selector: "igx-template-content", inputs: ["template", "context"] }], directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
64
+ `, isInline: true, styles: ["\n .ig-tooltip-container-background {\n padding: 5px; \n padding: var(--tooltip-container-padding, 5px);\n background-color: white; \n background-color: var(--tooltip-container-background-color, white);\n border-style: solid; \n border-style: var(--tooltip-container-border-style, solid);\n border-width: 1px; \n border-width: var(--tooltip-container-border-width, 1px);\n color: rgba(34,34,34,0.8);\n color: var(--tooltip-container-text-color, rgba(34,34,34,0.8));\n font: 13px \"Titillium Web\", Verdana, Arial, sans-serif;\n font: var(--tooltip-container-font, 13px \"Titillium Web\", Verdana, Arial, sans-serif);\n pointer-events: none;\n white-space: nowrap;\n }\n"], components: [{ type: i1.IgxTemplateContentComponent, selector: "igx-template-content", inputs: ["template", "context"] }], directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
65
65
  return IgxTooltipContainerComponent;
66
66
  })();
67
67
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: IgxTooltipContainerComponent, decorators: [{
@@ -92,8 +92,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImpo
92
92
  border-width: var(--tooltip-container-border-width, 1px);
93
93
  color: rgba(34,34,34,0.8);
94
94
  color: var(--tooltip-container-text-color, rgba(34,34,34,0.8));
95
- font: 14px "Titillium Web", Verdana, Arial, sans-serif;
96
- font: var(--tooltip-container-font, 14px "Titillium Web", Verdana, Arial, sans-serif);
95
+ font: 13px "Titillium Web", Verdana, Arial, sans-serif;
96
+ font: var(--tooltip-container-font, 13px "Titillium Web", Verdana, Arial, sans-serif);
97
97
  pointer-events: none;
98
98
  white-space: nowrap;
99
99
  }
@@ -1251,6 +1251,11 @@ export * from './lib/WebDropdownItemComponentEventArgsDescription';
1251
1251
  export * from './lib/WebDropdownItemComponentEventArgsDescriptionMetadata';
1252
1252
  export * from './lib/WebDropdownItemDescriptionModule';
1253
1253
  export * from './lib/WebDropdownDescriptionModule';
1254
+ export * from './lib/WebExpansionPanelDescription';
1255
+ export * from './lib/WebExpansionPanelDescriptionMetadata';
1256
+ export * from './lib/WebExpansionPanelComponentEventArgsDescription';
1257
+ export * from './lib/WebExpansionPanelComponentEventArgsDescriptionMetadata';
1258
+ export * from './lib/WebExpansionPanelDescriptionModule';
1254
1259
  export * from './lib/WebFloatingPaneResizeEventArgsDescription';
1255
1260
  export * from './lib/WebFloatingPaneResizeEventArgsDescriptionMetadata';
1256
1261
  export * from './lib/WebFloatingPaneResizeMoveEventArgsDescription';
@@ -1288,6 +1293,9 @@ export * from './lib/WebListItemDescription';
1288
1293
  export * from './lib/WebListItemDescriptionMetadata';
1289
1294
  export * from './lib/WebListItemDescriptionModule';
1290
1295
  export * from './lib/WebListDescriptionModule';
1296
+ export * from './lib/WebMaskInputDescription';
1297
+ export * from './lib/WebMaskInputDescriptionMetadata';
1298
+ export * from './lib/WebMaskInputDescriptionModule';
1291
1299
  export * from './lib/WebMoveFloatingPaneActionDescription';
1292
1300
  export * from './lib/WebMoveFloatingPaneActionDescriptionMetadata';
1293
1301
  export * from './lib/WebMoveTabActionDescription';
@@ -1379,6 +1387,16 @@ export * from './lib/WebThemeControllerDescriptionMetadata';
1379
1387
  export * from './lib/WebToastDescription';
1380
1388
  export * from './lib/WebToastDescriptionMetadata';
1381
1389
  export * from './lib/WebToastDescriptionModule';
1390
+ export * from './lib/WebTreeDescription';
1391
+ export * from './lib/WebTreeDescriptionMetadata';
1392
+ export * from './lib/WebTreeItemDescription';
1393
+ export * from './lib/WebTreeItemDescriptionMetadata';
1394
+ export * from './lib/WebTreeItemComponentEventArgsDescription';
1395
+ export * from './lib/WebTreeItemComponentEventArgsDescriptionMetadata';
1396
+ export * from './lib/WebTreeItemDescriptionModule';
1397
+ export * from './lib/WebTreeDescriptionModule';
1398
+ export * from './lib/WebTreeSelectionOptionsEventArgsDescription';
1399
+ export * from './lib/WebTreeSelectionOptionsEventArgsDescriptionMetadata';
1382
1400
  export * from './lib/WebValueChangedEventArgsDescription';
1383
1401
  export * from './lib/WebValueChangedEventArgsDescriptionMetadata';
1384
1402
  export * from './lib/WrapperExpressionDescription';
@@ -1167,6 +1167,9 @@ var TSCodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__*/ (
1167
1167
  if (this.n.platform == 3) {
1168
1168
  e = "if ((this as any)._bind) { (this as any)._bind(); } ";
1169
1169
  }
1170
+ if (this.n.platform == 1) {
1171
+ e = "this._detector.markForCheck(); ";
1172
+ }
1170
1173
  var f = this.v(a, false);
1171
1174
  var g = "null";
1172
1175
  switch (b) {
@@ -1189,7 +1192,7 @@ var TSCodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__*/ (
1189
1192
  this.g.k("if (this." + this.ao(a) + " == null && !this." + this.ao(a) + "_fetching)");
1190
1193
  this.g.k("{");
1191
1194
  this.g.h();
1192
- this.g.k(this.ao(a) + "_fetching = true;");
1195
+ this.g.k("this." + this.ao(a) + "_fetching = true;");
1193
1196
  this.g.k("( async () => { this." + this.ao(a) + " = await (await " + this.v(a, false) + ".fetch()); " + e + " })();");
1194
1197
  this.g.f();
1195
1198
  this.g.k("}");
@@ -1246,7 +1249,6 @@ var TSCodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__*/ (
1246
1249
  };
1247
1250
  TSCodeGeneratingComponentRendererDataEmitter.prototype.x = function (a, b) {
1248
1251
  b.addPackageImport("./" + a, a);
1249
- b.addPackageImport("./" + a, a + "Item");
1250
1252
  };
1251
1253
  TSCodeGeneratingComponentRendererDataEmitter.prototype.y = function (a, b) {
1252
1254
  b.addDefaultImport("./" + a, a);
@@ -1560,16 +1562,10 @@ var DotNetCodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__
1560
1562
  a.k("using System.Collections.Generic;");
1561
1563
  if (!this.ak) {
1562
1564
  this.ak = true;
1563
- this.k.addUsing("using Data;");
1564
1565
  }
1565
- a.k("namespace Data");
1566
- a.k("{");
1567
- a.h();
1568
1566
  _super.prototype.ad.call(this, a);
1569
1567
  };
1570
1568
  DotNetCodeGeneratingComponentRendererDataEmitter.prototype.ac = function (a) {
1571
- a.f();
1572
- a.k("}");
1573
1569
  _super.prototype.ac.call(this, a);
1574
1570
  };
1575
1571
  DotNetCodeGeneratingComponentRendererDataEmitter.prototype.v = function (a, b) {
@@ -1634,7 +1630,7 @@ var DotNetCodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__
1634
1630
  else {
1635
1631
  e = " OnPropertyChanged(\"" + this.v(a, false) + "\");";
1636
1632
  }
1637
- if (c.isAsync) {
1633
+ if (c != null && c.isAsync) {
1638
1634
  d = this.v(a, false) + ".Fetch().ContinueWith((t) => {" + this.ao(a) + " = t.Result; " + e + " });";
1639
1635
  }
1640
1636
  this.g.k("private " + this.v(a, false) + " " + this.ao(a) + " = null;");
@@ -1809,7 +1805,12 @@ var DotNetCodeGeneratingComponentRendererDataEmitter = /** @class */ /*@__PURE__
1809
1805
  return "double.NaN";
1810
1806
  }
1811
1807
  return (b.value.toString());
1812
- case 2: return ("@\"" + stringReplace(b.value, "\"", "\"\"") + "\"");
1808
+ case 2: if (b.value == null) {
1809
+ return "null";
1810
+ }
1811
+ else {
1812
+ return ("@\"" + stringReplace(b.value, "\"", "\"\"") + "\"");
1813
+ }
1813
1814
  case 3: return ("null");
1814
1815
  }
1815
1816
  return "";