igniteui-angular-core 21.0.0 → 21.0.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.
Files changed (221) hide show
  1. package/bundles/igniteui-angular-core.umd.js +4494 -2941
  2. package/bundles/igniteui-angular-core.umd.min.js +2 -2
  3. package/esm2015/lib/BrushUtil.js +52 -20
  4. package/esm2015/lib/CategoryChartDescriptionModule.js +6 -0
  5. package/esm2015/lib/ComponentRendererSerializationProvider.js +167 -0
  6. package/esm2015/lib/ComponentRenderer_combined.js +853 -965
  7. package/esm2015/lib/DashboardTileDescriptionModule.js +6 -0
  8. package/esm2015/lib/DataPieChartDescriptionModule.js +6 -0
  9. package/esm2015/lib/DescriptionSerializer.js +50 -50
  10. package/esm2015/lib/DescriptionSerializerBuilder.js +4 -4
  11. package/esm2015/lib/FinancialChartDescriptionModule.js +6 -0
  12. package/esm2015/lib/FlatDataProvider_combined.js +3 -0
  13. package/esm2015/lib/FontDefaults.js +5 -5
  14. package/esm2015/lib/IComponentRendererSerializationProvider.js +11 -0
  15. package/esm2015/lib/KeyFrameAnimationTimeline_combined.js +1 -1
  16. package/esm2015/lib/KotlinCodeGeneratingComponentRendererHandlerEmitter_combined.js +308 -308
  17. package/esm2015/lib/NativeUIBuiltInProperties.js +1 -1
  18. package/esm2015/lib/NativeUIButton.js +18 -0
  19. package/esm2015/lib/NativeUIButtonGroup.js +8 -2
  20. package/esm2015/lib/NativeUICheckboxList.js +48 -10
  21. package/esm2015/lib/PopupView_combined.js +3 -3
  22. package/esm2015/lib/SVGNode_combined.js +2 -2
  23. package/esm2015/lib/ToolActionCheckboxListInfo.js +1 -0
  24. package/esm2015/lib/ValueTuple$2.js +38 -0
  25. package/esm2015/lib/ValueTuple$3.js +43 -0
  26. package/esm2015/lib/WebBadgeDescription.js +16 -8
  27. package/esm2015/lib/WebBadgeDescriptionMetadata.js +1 -0
  28. package/esm2015/lib/WebBaseExporterDescriptionMetadata_combined.js +1 -4
  29. package/esm2015/lib/WebCalendarBaseDescription.js +19 -11
  30. package/esm2015/lib/WebCalendarBaseDescriptionMetadata.js +3 -0
  31. package/esm2015/lib/WebCalendarDescription.js +5 -13
  32. package/esm2015/lib/WebCalendarDescriptionMetadata.js +0 -3
  33. package/esm2015/lib/WebComboDescription.js +78 -70
  34. package/esm2015/lib/WebComboDescriptionMetadata.js +1 -0
  35. package/esm2015/lib/WebDatePickerDescription.js +8 -8
  36. package/esm2015/lib/WebDatePickerDescriptionMetadata.js +1 -1
  37. package/esm2015/lib/WebDateTimeInputDescription.js +25 -25
  38. package/esm2015/lib/WebDateValidationContextDescription.js +26 -0
  39. package/esm2015/lib/WebDateValidationContextDescriptionMetadata.js +39 -0
  40. package/esm2015/lib/WebEntityTypeDescription.js +42 -0
  41. package/esm2015/lib/WebEntityTypeDescriptionMetadata.js +49 -0
  42. package/esm2015/lib/WebExpressionTreeDetailDescription.js +68 -0
  43. package/esm2015/lib/WebExpressionTreeDetailDescriptionMetadata.js +51 -0
  44. package/esm2015/lib/WebExpressionTreeEventArgsDescription.js +36 -0
  45. package/esm2015/lib/WebExpressionTreeEventArgsDescriptionMetadata.js +45 -0
  46. package/esm2015/lib/WebFieldTypeDescription.js +98 -0
  47. package/esm2015/lib/WebFieldTypeDescriptionMetadata.js +60 -0
  48. package/esm2015/lib/WebFilteringOptionsDescription.js +24 -0
  49. package/esm2015/lib/WebFilteringOptionsDescriptionMetadata.js +4 -0
  50. package/esm2015/lib/WebGridBaseDirectiveDescription_combined.js +327 -335
  51. package/esm2015/lib/WebGridDescription.js +49 -49
  52. package/esm2015/lib/WebGridToolbarExporterDescription.js +16 -8
  53. package/esm2015/lib/WebGridToolbarExporterDescriptionMetadata.js +1 -0
  54. package/esm2015/lib/WebHierarchicalGridBaseDirectiveDescription.js +12 -12
  55. package/esm2015/lib/WebHierarchicalGridDescription.js +15 -15
  56. package/esm2015/lib/WebInputBaseDescription.js +20 -28
  57. package/esm2015/lib/WebInputBaseDescriptionMetadata.js +0 -1
  58. package/esm2015/lib/WebInputDescription.js +14 -6
  59. package/esm2015/lib/WebInputDescriptionMetadata.js +1 -0
  60. package/esm2015/lib/WebMaskInputBaseDescription.js +18 -2
  61. package/esm2015/lib/WebMaskInputBaseDescriptionMetadata.js +2 -0
  62. package/esm2015/lib/WebMaskInputDescription.js +7 -15
  63. package/esm2015/lib/WebMaskInputDescriptionMetadata.js +0 -1
  64. package/esm2015/lib/WebPivotGridDescription.js +41 -41
  65. package/esm2015/lib/WebQueryBuilderDescription.js +98 -0
  66. package/esm2015/lib/WebQueryBuilderDescriptionMetadata.js +66 -0
  67. package/esm2015/lib/WebQueryBuilderDescriptionModule.js +30 -0
  68. package/esm2015/lib/WebQueryBuilderHeaderDescription.js +42 -0
  69. package/esm2015/lib/WebQueryBuilderHeaderDescriptionMetadata.js +48 -0
  70. package/esm2015/lib/WebQueryBuilderHeaderDescriptionModule.js +20 -0
  71. package/esm2015/lib/WebQueryBuilderSearchValueContextDescription.js +52 -0
  72. package/esm2015/lib/WebQueryBuilderSearchValueContextDescriptionMetadata.js +48 -0
  73. package/esm2015/lib/WebRadioDescription.js +8 -8
  74. package/esm2015/lib/WebRadioDescriptionMetadata.js +1 -1
  75. package/esm2015/lib/WebRowIslandDescription.js +348 -356
  76. package/esm2015/lib/WebRowIslandDescriptionMetadata.js +4 -7
  77. package/esm2015/lib/WebThemeProviderDescription.js +42 -0
  78. package/esm2015/lib/WebThemeProviderDescriptionMetadata.js +46 -0
  79. package/esm2015/lib/WebThemeProviderDescriptionModule.js +20 -0
  80. package/esm2015/lib/WebTreeGridDescription.js +27 -27
  81. package/esm2015/lib/componentUtil.js +9 -8
  82. package/esm2015/public_api.js +25 -0
  83. package/esm5/lib/BrushUtil.js +52 -20
  84. package/esm5/lib/CategoryChartDescriptionModule.js +6 -0
  85. package/esm5/lib/ComponentRendererSerializationProvider.js +168 -0
  86. package/esm5/lib/ComponentRenderer_combined.js +856 -964
  87. package/esm5/lib/DashboardTileDescriptionModule.js +6 -0
  88. package/esm5/lib/DataPieChartDescriptionModule.js +6 -0
  89. package/esm5/lib/DescriptionSerializer.js +50 -50
  90. package/esm5/lib/DescriptionSerializerBuilder.js +4 -4
  91. package/esm5/lib/FinancialChartDescriptionModule.js +6 -0
  92. package/esm5/lib/FlatDataProvider_combined.js +3 -0
  93. package/esm5/lib/FontDefaults.js +5 -5
  94. package/esm5/lib/IComponentRendererSerializationProvider.js +11 -0
  95. package/esm5/lib/KeyFrameAnimationTimeline_combined.js +1 -1
  96. package/esm5/lib/KotlinCodeGeneratingComponentRendererHandlerEmitter_combined.js +308 -308
  97. package/esm5/lib/NativeUIBuiltInProperties.js +1 -1
  98. package/esm5/lib/NativeUIButton.js +18 -0
  99. package/esm5/lib/NativeUIButtonGroup.js +11 -1
  100. package/esm5/lib/NativeUICheckboxList.js +63 -5
  101. package/esm5/lib/PopupView_combined.js +3 -3
  102. package/esm5/lib/SVGNode_combined.js +2 -2
  103. package/esm5/lib/ToolActionCheckboxListInfo.js +1 -0
  104. package/esm5/lib/ValueTuple$2.js +44 -0
  105. package/esm5/lib/ValueTuple$3.js +49 -0
  106. package/esm5/lib/WebBadgeDescription.js +20 -8
  107. package/esm5/lib/WebBadgeDescriptionMetadata.js +1 -0
  108. package/esm5/lib/WebBaseExporterDescriptionMetadata_combined.js +1 -4
  109. package/esm5/lib/WebCalendarBaseDescription.js +23 -11
  110. package/esm5/lib/WebCalendarBaseDescriptionMetadata.js +3 -0
  111. package/esm5/lib/WebCalendarDescription.js +4 -16
  112. package/esm5/lib/WebCalendarDescriptionMetadata.js +0 -3
  113. package/esm5/lib/WebComboDescription.js +82 -70
  114. package/esm5/lib/WebComboDescriptionMetadata.js +1 -0
  115. package/esm5/lib/WebDatePickerDescription.js +9 -9
  116. package/esm5/lib/WebDatePickerDescriptionMetadata.js +1 -1
  117. package/esm5/lib/WebDateTimeInputDescription.js +25 -25
  118. package/esm5/lib/WebDateValidationContextDescription.js +31 -0
  119. package/esm5/lib/WebDateValidationContextDescriptionMetadata.js +43 -0
  120. package/esm5/lib/WebEntityTypeDescription.js +56 -0
  121. package/esm5/lib/WebEntityTypeDescriptionMetadata.js +53 -0
  122. package/esm5/lib/WebExpressionTreeDetailDescription.js +94 -0
  123. package/esm5/lib/WebExpressionTreeDetailDescriptionMetadata.js +55 -0
  124. package/esm5/lib/WebExpressionTreeEventArgsDescription.js +46 -0
  125. package/esm5/lib/WebExpressionTreeEventArgsDescriptionMetadata.js +49 -0
  126. package/esm5/lib/WebFieldTypeDescription.js +140 -0
  127. package/esm5/lib/WebFieldTypeDescriptionMetadata.js +64 -0
  128. package/esm5/lib/WebFilteringOptionsDescription.js +38 -1
  129. package/esm5/lib/WebFilteringOptionsDescriptionMetadata.js +4 -0
  130. package/esm5/lib/WebGridBaseDirectiveDescription_combined.js +327 -339
  131. package/esm5/lib/WebGridDescription.js +49 -49
  132. package/esm5/lib/WebGridToolbarExporterDescription.js +20 -8
  133. package/esm5/lib/WebGridToolbarExporterDescriptionMetadata.js +1 -0
  134. package/esm5/lib/WebHierarchicalGridBaseDirectiveDescription.js +12 -12
  135. package/esm5/lib/WebHierarchicalGridDescription.js +15 -15
  136. package/esm5/lib/WebInputBaseDescription.js +20 -32
  137. package/esm5/lib/WebInputBaseDescriptionMetadata.js +0 -1
  138. package/esm5/lib/WebInputDescription.js +18 -6
  139. package/esm5/lib/WebInputDescriptionMetadata.js +1 -0
  140. package/esm5/lib/WebMaskInputBaseDescription.js +25 -1
  141. package/esm5/lib/WebMaskInputBaseDescriptionMetadata.js +2 -0
  142. package/esm5/lib/WebMaskInputDescription.js +7 -19
  143. package/esm5/lib/WebMaskInputDescriptionMetadata.js +0 -1
  144. package/esm5/lib/WebPivotGridDescription.js +41 -41
  145. package/esm5/lib/WebQueryBuilderDescription.js +140 -0
  146. package/esm5/lib/WebQueryBuilderDescriptionMetadata.js +70 -0
  147. package/esm5/lib/WebQueryBuilderDescriptionModule.js +34 -0
  148. package/esm5/lib/WebQueryBuilderHeaderDescription.js +56 -0
  149. package/esm5/lib/WebQueryBuilderHeaderDescriptionMetadata.js +52 -0
  150. package/esm5/lib/WebQueryBuilderHeaderDescriptionModule.js +24 -0
  151. package/esm5/lib/WebQueryBuilderSearchValueContextDescription.js +70 -0
  152. package/esm5/lib/WebQueryBuilderSearchValueContextDescriptionMetadata.js +52 -0
  153. package/esm5/lib/WebRadioDescription.js +12 -12
  154. package/esm5/lib/WebRadioDescriptionMetadata.js +1 -1
  155. package/esm5/lib/WebRowIslandDescription.js +352 -364
  156. package/esm5/lib/WebRowIslandDescriptionMetadata.js +4 -7
  157. package/esm5/lib/WebThemeProviderDescription.js +56 -0
  158. package/esm5/lib/WebThemeProviderDescriptionMetadata.js +50 -0
  159. package/esm5/lib/WebThemeProviderDescriptionModule.js +24 -0
  160. package/esm5/lib/WebTreeGridDescription.js +27 -27
  161. package/esm5/lib/componentUtil.js +9 -8
  162. package/esm5/public_api.js +25 -0
  163. package/fesm2015/igniteui-angular-core.js +4145 -2864
  164. package/fesm5/igniteui-angular-core.js +4470 -2942
  165. package/lib/BrushUtil.d.ts +14 -12
  166. package/lib/ComponentRendererSerializationProvider.d.ts +14 -0
  167. package/lib/ComponentRenderer_combined.d.ts +141 -141
  168. package/lib/DescriptionSerializerBuilder.d.ts +4 -4
  169. package/lib/IComponentRendererSerializationProvider.d.ts +13 -0
  170. package/lib/INativeUICheckboxListBridge.d.ts +1 -0
  171. package/lib/KotlinCodeGeneratingComponentRendererHandlerEmitter_combined.d.ts +27 -27
  172. package/lib/NativeUIBuiltInProperties.d.ts +6 -1
  173. package/lib/NativeUIButton.d.ts +3 -0
  174. package/lib/NativeUIButtonGroup.d.ts +2 -0
  175. package/lib/NativeUICheckboxList.d.ts +15 -4
  176. package/lib/ToolActionCheckboxListInfo.d.ts +1 -0
  177. package/lib/ValueTuple$2.d.ts +14 -0
  178. package/lib/ValueTuple$3.d.ts +16 -0
  179. package/lib/WebBadgeDescription.d.ts +6 -3
  180. package/lib/WebCalendarBaseDescription.d.ts +8 -4
  181. package/lib/WebCalendarDescription.d.ts +2 -6
  182. package/lib/WebComboDescription.d.ts +28 -25
  183. package/lib/WebDatePickerDescription.d.ts +3 -3
  184. package/lib/WebDateTimeInputDescription.d.ts +9 -9
  185. package/lib/WebDateValidationContextDescription.d.ts +11 -0
  186. package/lib/WebDateValidationContextDescriptionMetadata.d.ts +13 -0
  187. package/lib/WebEntityTypeDescription.d.ts +18 -0
  188. package/lib/WebEntityTypeDescriptionMetadata.d.ts +13 -0
  189. package/lib/WebExpressionTreeDetailDescription.d.ts +29 -0
  190. package/lib/WebExpressionTreeDetailDescriptionMetadata.d.ts +13 -0
  191. package/lib/WebExpressionTreeEventArgsDescription.d.ts +17 -0
  192. package/lib/WebExpressionTreeEventArgsDescriptionMetadata.d.ts +13 -0
  193. package/lib/WebFieldTypeDescription.d.ts +41 -0
  194. package/lib/WebFieldTypeDescriptionMetadata.d.ts +13 -0
  195. package/lib/WebFilteringOptionsDescription.d.ts +9 -0
  196. package/lib/WebGridBaseDirectiveDescription_combined.d.ts +113 -117
  197. package/lib/WebGridDescription.d.ts +18 -18
  198. package/lib/WebGridToolbarExporterDescription.d.ts +6 -3
  199. package/lib/WebHierarchicalGridBaseDirectiveDescription.d.ts +4 -4
  200. package/lib/WebHierarchicalGridDescription.d.ts +5 -5
  201. package/lib/WebInputBaseDescription.d.ts +7 -10
  202. package/lib/WebInputDescription.d.ts +5 -2
  203. package/lib/WebMaskInputBaseDescription.d.ts +6 -0
  204. package/lib/WebMaskInputDescription.d.ts +3 -6
  205. package/lib/WebPivotGridDescription.d.ts +15 -15
  206. package/lib/WebQueryBuilderDescription.d.ts +41 -0
  207. package/lib/WebQueryBuilderDescriptionMetadata.d.ts +15 -0
  208. package/lib/WebQueryBuilderDescriptionModule.d.ts +9 -0
  209. package/lib/WebQueryBuilderHeaderDescription.d.ts +17 -0
  210. package/lib/WebQueryBuilderHeaderDescriptionMetadata.d.ts +13 -0
  211. package/lib/WebQueryBuilderHeaderDescriptionModule.d.ts +9 -0
  212. package/lib/WebQueryBuilderSearchValueContextDescription.d.ts +23 -0
  213. package/lib/WebQueryBuilderSearchValueContextDescriptionMetadata.d.ts +13 -0
  214. package/lib/WebRadioDescription.d.ts +3 -3
  215. package/lib/WebRowIslandDescription.d.ts +122 -126
  216. package/lib/WebThemeProviderDescription.d.ts +17 -0
  217. package/lib/WebThemeProviderDescriptionMetadata.d.ts +13 -0
  218. package/lib/WebThemeProviderDescriptionModule.d.ts +9 -0
  219. package/lib/WebTreeGridDescription.d.ts +10 -10
  220. package/package.json +1 -1
  221. package/public_api.d.ts +25 -0
@@ -14,24 +14,24 @@ var WebGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
14
14
  __extends(WebGridDescription, _super);
15
15
  function WebGridDescription() {
16
16
  var _this = _super.call(this) || this;
17
- _this.g6 = false;
18
- _this.hi = null;
17
+ _this.g4 = false;
19
18
  _this.hg = null;
20
- _this.ho = null;
21
- _this.hf = null;
22
- _this.hc = 0;
23
- _this.g1 = null;
24
- _this.g0 = null;
25
- _this.g7 = false;
26
- _this.g4 = null;
27
- _this.hh = null;
28
- _this.hj = null;
29
- _this.hn = null;
30
- _this.g8 = false;
31
19
  _this.he = null;
32
20
  _this.hm = null;
21
+ _this.hd = null;
22
+ _this.ha = 0;
23
+ _this.gz = null;
24
+ _this.gy = null;
25
+ _this.g5 = false;
26
+ _this.g2 = null;
27
+ _this.hf = null;
28
+ _this.hh = null;
33
29
  _this.hl = null;
30
+ _this.g6 = false;
31
+ _this.hc = null;
34
32
  _this.hk = null;
33
+ _this.hj = null;
34
+ _this.hi = null;
35
35
  return _this;
36
36
  }
37
37
  WebGridDescription.prototype.get_type = function () {
@@ -39,10 +39,10 @@ var WebGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
39
39
  };
40
40
  Object.defineProperty(WebGridDescription.prototype, "groupsExpanded", {
41
41
  get: function () {
42
- return this.g6;
42
+ return this.g4;
43
43
  },
44
44
  set: function (a) {
45
- this.g6 = a;
45
+ this.g4 = a;
46
46
  this.j("GroupsExpanded");
47
47
  },
48
48
  enumerable: false,
@@ -50,10 +50,10 @@ var WebGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
50
50
  });
51
51
  Object.defineProperty(WebGridDescription.prototype, "dropAreaTemplateRef", {
52
52
  get: function () {
53
- return this.hi;
53
+ return this.hg;
54
54
  },
55
55
  set: function (a) {
56
- this.hi = a;
56
+ this.hg = a;
57
57
  this.j("DropAreaTemplateRef");
58
58
  },
59
59
  enumerable: false,
@@ -61,10 +61,10 @@ var WebGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
61
61
  });
62
62
  Object.defineProperty(WebGridDescription.prototype, "detailTemplateRef", {
63
63
  get: function () {
64
- return this.hg;
64
+ return this.he;
65
65
  },
66
66
  set: function (a) {
67
- this.hg = a;
67
+ this.he = a;
68
68
  this.j("DetailTemplateRef");
69
69
  },
70
70
  enumerable: false,
@@ -72,10 +72,10 @@ var WebGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
72
72
  });
73
73
  Object.defineProperty(WebGridDescription.prototype, "id", {
74
74
  get: function () {
75
- return this.ho;
75
+ return this.hm;
76
76
  },
77
77
  set: function (a) {
78
- this.ho = a;
78
+ this.hm = a;
79
79
  this.j("Id");
80
80
  },
81
81
  enumerable: false,
@@ -83,10 +83,10 @@ var WebGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
83
83
  });
84
84
  Object.defineProperty(WebGridDescription.prototype, "dataRef", {
85
85
  get: function () {
86
- return this.hf;
86
+ return this.hd;
87
87
  },
88
88
  set: function (a) {
89
- this.hf = a;
89
+ this.hd = a;
90
90
  this.j("DataRef");
91
91
  },
92
92
  enumerable: false,
@@ -94,10 +94,10 @@ var WebGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
94
94
  });
95
95
  Object.defineProperty(WebGridDescription.prototype, "totalItemCount", {
96
96
  get: function () {
97
- return this.hc;
97
+ return this.ha;
98
98
  },
99
99
  set: function (a) {
100
- this.hc = a;
100
+ this.ha = a;
101
101
  this.j("TotalItemCount");
102
102
  },
103
103
  enumerable: false,
@@ -105,10 +105,10 @@ var WebGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
105
105
  });
106
106
  Object.defineProperty(WebGridDescription.prototype, "groupingExpressions", {
107
107
  get: function () {
108
- return this.g1;
108
+ return this.gz;
109
109
  },
110
110
  set: function (a) {
111
- this.g1 = a;
111
+ this.gz = a;
112
112
  this.j("GroupingExpressions");
113
113
  },
114
114
  enumerable: false,
@@ -116,10 +116,10 @@ var WebGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
116
116
  });
117
117
  Object.defineProperty(WebGridDescription.prototype, "groupingExpansionState", {
118
118
  get: function () {
119
- return this.g0;
119
+ return this.gy;
120
120
  },
121
121
  set: function (a) {
122
- this.g0 = a;
122
+ this.gy = a;
123
123
  this.j("GroupingExpansionState");
124
124
  },
125
125
  enumerable: false,
@@ -127,10 +127,10 @@ var WebGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
127
127
  });
128
128
  Object.defineProperty(WebGridDescription.prototype, "hideGroupedColumns", {
129
129
  get: function () {
130
- return this.g7;
130
+ return this.g5;
131
131
  },
132
132
  set: function (a) {
133
- this.g7 = a;
133
+ this.g5 = a;
134
134
  this.j("HideGroupedColumns");
135
135
  },
136
136
  enumerable: false,
@@ -138,10 +138,10 @@ var WebGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
138
138
  });
139
139
  Object.defineProperty(WebGridDescription.prototype, "groupStrategy", {
140
140
  get: function () {
141
- return this.g4;
141
+ return this.g2;
142
142
  },
143
143
  set: function (a) {
144
- this.g4 = a;
144
+ this.g2 = a;
145
145
  this.j("GroupStrategy");
146
146
  },
147
147
  enumerable: false,
@@ -149,10 +149,10 @@ var WebGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
149
149
  });
150
150
  Object.defineProperty(WebGridDescription.prototype, "dropAreaMessage", {
151
151
  get: function () {
152
- return this.hh;
152
+ return this.hf;
153
153
  },
154
154
  set: function (a) {
155
- this.hh = a;
155
+ this.hf = a;
156
156
  this.j("DropAreaMessage");
157
157
  },
158
158
  enumerable: false,
@@ -160,10 +160,10 @@ var WebGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
160
160
  });
161
161
  Object.defineProperty(WebGridDescription.prototype, "groupByRowSelectorTemplateRef", {
162
162
  get: function () {
163
- return this.hj;
163
+ return this.hh;
164
164
  },
165
165
  set: function (a) {
166
- this.hj = a;
166
+ this.hh = a;
167
167
  this.j("GroupByRowSelectorTemplateRef");
168
168
  },
169
169
  enumerable: false,
@@ -171,10 +171,10 @@ var WebGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
171
171
  });
172
172
  Object.defineProperty(WebGridDescription.prototype, "groupRowTemplateRef", {
173
173
  get: function () {
174
- return this.hn;
174
+ return this.hl;
175
175
  },
176
176
  set: function (a) {
177
- this.hn = a;
177
+ this.hl = a;
178
178
  this.j("GroupRowTemplateRef");
179
179
  },
180
180
  enumerable: false,
@@ -182,10 +182,10 @@ var WebGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
182
182
  });
183
183
  Object.defineProperty(WebGridDescription.prototype, "showGroupArea", {
184
184
  get: function () {
185
- return this.g8;
185
+ return this.g6;
186
186
  },
187
187
  set: function (a) {
188
- this.g8 = a;
188
+ this.g6 = a;
189
189
  this.j("ShowGroupArea");
190
190
  },
191
191
  enumerable: false,
@@ -193,10 +193,10 @@ var WebGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
193
193
  });
194
194
  Object.defineProperty(WebGridDescription.prototype, "dataPreLoadRef", {
195
195
  get: function () {
196
- return this.he;
196
+ return this.hc;
197
197
  },
198
198
  set: function (a) {
199
- this.he = a;
199
+ this.hc = a;
200
200
  this.j("DataPreLoadRef");
201
201
  },
202
202
  enumerable: false,
@@ -204,10 +204,10 @@ var WebGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
204
204
  });
205
205
  Object.defineProperty(WebGridDescription.prototype, "groupingExpressionsChangeRef", {
206
206
  get: function () {
207
- return this.hm;
207
+ return this.hk;
208
208
  },
209
209
  set: function (a) {
210
- this.hm = a;
210
+ this.hk = a;
211
211
  this.j("GroupingExpressionsChangeRef");
212
212
  },
213
213
  enumerable: false,
@@ -215,10 +215,10 @@ var WebGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
215
215
  });
216
216
  Object.defineProperty(WebGridDescription.prototype, "groupingExpansionStateChangeRef", {
217
217
  get: function () {
218
- return this.hl;
218
+ return this.hj;
219
219
  },
220
220
  set: function (a) {
221
- this.hl = a;
221
+ this.hj = a;
222
222
  this.j("GroupingExpansionStateChangeRef");
223
223
  },
224
224
  enumerable: false,
@@ -226,10 +226,10 @@ var WebGridDescription = /** @class */ /*@__PURE__*/ (function (_super) {
226
226
  });
227
227
  Object.defineProperty(WebGridDescription.prototype, "groupingDoneRef", {
228
228
  get: function () {
229
- return this.hk;
229
+ return this.hi;
230
230
  },
231
231
  set: function (a) {
232
- this.hk = a;
232
+ this.hi = a;
233
233
  this.j("GroupingDoneRef");
234
234
  },
235
235
  enumerable: false,
@@ -16,9 +16,10 @@ var WebGridToolbarExporterDescription = /** @class */ /*@__PURE__*/ (function (_
16
16
  var _this = _super.call(this) || this;
17
17
  _this.ad = false;
18
18
  _this.ae = false;
19
+ _this.af = false;
20
+ _this.al = null;
21
+ _this.ak = null;
19
22
  _this.aj = null;
20
- _this.ai = null;
21
- _this.ah = null;
22
23
  return _this;
23
24
  }
24
25
  WebGridToolbarExporterDescription.prototype.get_type = function () {
@@ -46,12 +47,23 @@ var WebGridToolbarExporterDescription = /** @class */ /*@__PURE__*/ (function (_
46
47
  enumerable: false,
47
48
  configurable: true
48
49
  });
50
+ Object.defineProperty(WebGridToolbarExporterDescription.prototype, "exportPDF", {
51
+ get: function () {
52
+ return this.af;
53
+ },
54
+ set: function (a) {
55
+ this.af = a;
56
+ this.j("ExportPDF");
57
+ },
58
+ enumerable: false,
59
+ configurable: true
60
+ });
49
61
  Object.defineProperty(WebGridToolbarExporterDescription.prototype, "filename", {
50
62
  get: function () {
51
- return this.aj;
63
+ return this.al;
52
64
  },
53
65
  set: function (a) {
54
- this.aj = a;
66
+ this.al = a;
55
67
  this.j("Filename");
56
68
  },
57
69
  enumerable: false,
@@ -59,10 +71,10 @@ var WebGridToolbarExporterDescription = /** @class */ /*@__PURE__*/ (function (_
59
71
  });
60
72
  Object.defineProperty(WebGridToolbarExporterDescription.prototype, "exportStartedRef", {
61
73
  get: function () {
62
- return this.ai;
74
+ return this.ak;
63
75
  },
64
76
  set: function (a) {
65
- this.ai = a;
77
+ this.ak = a;
66
78
  this.j("ExportStartedRef");
67
79
  },
68
80
  enumerable: false,
@@ -70,10 +82,10 @@ var WebGridToolbarExporterDescription = /** @class */ /*@__PURE__*/ (function (_
70
82
  });
71
83
  Object.defineProperty(WebGridToolbarExporterDescription.prototype, "exportEndedRef", {
72
84
  get: function () {
73
- return this.ah;
85
+ return this.aj;
74
86
  },
75
87
  set: function (a) {
76
- this.ah = a;
88
+ this.aj = a;
77
89
  this.j("ExportEndedRef");
78
90
  },
79
91
  enumerable: false,
@@ -46,6 +46,7 @@ var WebGridToolbarExporterDescriptionMetadata = /** @class */ /*@__PURE__*/ (fun
46
46
  a.item("__manageItemInMarkup", "Boolean");
47
47
  a.item("ExportCSV", "Boolean");
48
48
  a.item("ExportExcel", "Boolean");
49
+ a.item("ExportPDF", "Boolean");
49
50
  a.item("Filename", "String");
50
51
  a.item("ExportStartedRef", "EventRef::exportStarted:customEvent");
51
52
  a.item("ExportEndedRef", "EventRef::exportEnded:customEvent");
@@ -14,10 +14,10 @@ var WebHierarchicalGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (f
14
14
  __extends(WebHierarchicalGridBaseDirectiveDescription, _super);
15
15
  function WebHierarchicalGridBaseDirectiveDescription() {
16
16
  var _this = _super.call(this) || this;
17
- _this.g5 = null;
18
- _this.g2 = false;
19
- _this.g0 = null;
20
- _this.g4 = null;
17
+ _this.g3 = null;
18
+ _this.g0 = false;
19
+ _this.gy = null;
20
+ _this.g2 = null;
21
21
  return _this;
22
22
  }
23
23
  WebHierarchicalGridBaseDirectiveDescription.prototype.get_type = function () {
@@ -25,10 +25,10 @@ var WebHierarchicalGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (f
25
25
  };
26
26
  Object.defineProperty(WebHierarchicalGridBaseDirectiveDescription.prototype, "hasChildrenKey", {
27
27
  get: function () {
28
- return this.g5;
28
+ return this.g3;
29
29
  },
30
30
  set: function (a) {
31
- this.g5 = a;
31
+ this.g3 = a;
32
32
  this.j("HasChildrenKey");
33
33
  },
34
34
  enumerable: false,
@@ -36,10 +36,10 @@ var WebHierarchicalGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (f
36
36
  });
37
37
  Object.defineProperty(WebHierarchicalGridBaseDirectiveDescription.prototype, "showExpandAll", {
38
38
  get: function () {
39
- return this.g2;
39
+ return this.g0;
40
40
  },
41
41
  set: function (a) {
42
- this.g2 = a;
42
+ this.g0 = a;
43
43
  this.j("ShowExpandAll");
44
44
  },
45
45
  enumerable: false,
@@ -47,10 +47,10 @@ var WebHierarchicalGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (f
47
47
  });
48
48
  Object.defineProperty(WebHierarchicalGridBaseDirectiveDescription.prototype, "rootGrid", {
49
49
  get: function () {
50
- return this.g0;
50
+ return this.gy;
51
51
  },
52
52
  set: function (a) {
53
- this.g0 = a;
53
+ this.gy = a;
54
54
  this.j("RootGrid");
55
55
  },
56
56
  enumerable: false,
@@ -58,10 +58,10 @@ var WebHierarchicalGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (f
58
58
  });
59
59
  Object.defineProperty(WebHierarchicalGridBaseDirectiveDescription.prototype, "dataPreLoadRef", {
60
60
  get: function () {
61
- return this.g4;
61
+ return this.g2;
62
62
  },
63
63
  set: function (a) {
64
- this.g4 = a;
64
+ this.g2 = a;
65
65
  this.j("DataPreLoadRef");
66
66
  },
67
67
  enumerable: false,
@@ -14,11 +14,11 @@ var WebHierarchicalGridDescription = /** @class */ /*@__PURE__*/ (function (_sup
14
14
  __extends(WebHierarchicalGridDescription, _super);
15
15
  function WebHierarchicalGridDescription() {
16
16
  var _this = _super.call(this) || this;
17
- _this.g8 = null;
18
- _this.hf = null;
19
- _this.he = null;
20
- _this.hc = 0;
21
- _this.ha = false;
17
+ _this.g6 = null;
18
+ _this.hd = null;
19
+ _this.hc = null;
20
+ _this.ha = 0;
21
+ _this.g8 = false;
22
22
  return _this;
23
23
  }
24
24
  WebHierarchicalGridDescription.prototype.get_type = function () {
@@ -26,10 +26,10 @@ var WebHierarchicalGridDescription = /** @class */ /*@__PURE__*/ (function (_sup
26
26
  };
27
27
  Object.defineProperty(WebHierarchicalGridDescription.prototype, "childLayoutList", {
28
28
  get: function () {
29
- return this.g8;
29
+ return this.g6;
30
30
  },
31
31
  set: function (a) {
32
- this.g8 = a;
32
+ this.g6 = a;
33
33
  this.j("ChildLayoutList");
34
34
  },
35
35
  enumerable: false,
@@ -37,10 +37,10 @@ var WebHierarchicalGridDescription = /** @class */ /*@__PURE__*/ (function (_sup
37
37
  });
38
38
  Object.defineProperty(WebHierarchicalGridDescription.prototype, "id", {
39
39
  get: function () {
40
- return this.hf;
40
+ return this.hd;
41
41
  },
42
42
  set: function (a) {
43
- this.hf = a;
43
+ this.hd = a;
44
44
  this.j("Id");
45
45
  },
46
46
  enumerable: false,
@@ -48,10 +48,10 @@ var WebHierarchicalGridDescription = /** @class */ /*@__PURE__*/ (function (_sup
48
48
  });
49
49
  Object.defineProperty(WebHierarchicalGridDescription.prototype, "dataRef", {
50
50
  get: function () {
51
- return this.he;
51
+ return this.hc;
52
52
  },
53
53
  set: function (a) {
54
- this.he = a;
54
+ this.hc = a;
55
55
  this.j("DataRef");
56
56
  },
57
57
  enumerable: false,
@@ -59,10 +59,10 @@ var WebHierarchicalGridDescription = /** @class */ /*@__PURE__*/ (function (_sup
59
59
  });
60
60
  Object.defineProperty(WebHierarchicalGridDescription.prototype, "totalItemCount", {
61
61
  get: function () {
62
- return this.hc;
62
+ return this.ha;
63
63
  },
64
64
  set: function (a) {
65
- this.hc = a;
65
+ this.ha = a;
66
66
  this.j("TotalItemCount");
67
67
  },
68
68
  enumerable: false,
@@ -70,10 +70,10 @@ var WebHierarchicalGridDescription = /** @class */ /*@__PURE__*/ (function (_sup
70
70
  });
71
71
  Object.defineProperty(WebHierarchicalGridDescription.prototype, "expandChildren", {
72
72
  get: function () {
73
- return this.ha;
73
+ return this.g8;
74
74
  },
75
75
  set: function (a) {
76
- this.ha = a;
76
+ this.g8 = a;
77
77
  this.j("ExpandChildren");
78
78
  },
79
79
  enumerable: false,
@@ -15,16 +15,15 @@ var WebInputBaseDescription = /** @class */ /*@__PURE__*/ (function (_super) {
15
15
  function WebInputBaseDescription() {
16
16
  var _this = _super.call(this) || this;
17
17
  _this.m = false;
18
- _this.n = false;
19
- _this.aa = null;
20
- _this.z = null;
21
- _this.k = false;
22
- _this.o = false;
23
- _this.u = null;
24
- _this.l = false;
25
18
  _this.y = null;
26
19
  _this.x = null;
20
+ _this.k = false;
21
+ _this.n = false;
22
+ _this.s = null;
23
+ _this.l = false;
27
24
  _this.w = null;
25
+ _this.v = null;
26
+ _this.u = null;
28
27
  return _this;
29
28
  }
30
29
  WebInputBaseDescription.prototype.get_type = function () {
@@ -48,23 +47,12 @@ var WebInputBaseDescription = /** @class */ /*@__PURE__*/ (function (_super) {
48
47
  enumerable: false,
49
48
  configurable: true
50
49
  });
51
- Object.defineProperty(WebInputBaseDescription.prototype, "readOnly", {
52
- get: function () {
53
- return this.n;
54
- },
55
- set: function (a) {
56
- this.n = a;
57
- this.j("ReadOnly");
58
- },
59
- enumerable: false,
60
- configurable: true
61
- });
62
50
  Object.defineProperty(WebInputBaseDescription.prototype, "placeholder", {
63
51
  get: function () {
64
- return this.aa;
52
+ return this.y;
65
53
  },
66
54
  set: function (a) {
67
- this.aa = a;
55
+ this.y = a;
68
56
  this.j("Placeholder");
69
57
  },
70
58
  enumerable: false,
@@ -72,10 +60,10 @@ var WebInputBaseDescription = /** @class */ /*@__PURE__*/ (function (_super) {
72
60
  });
73
61
  Object.defineProperty(WebInputBaseDescription.prototype, "label", {
74
62
  get: function () {
75
- return this.z;
63
+ return this.x;
76
64
  },
77
65
  set: function (a) {
78
- this.z = a;
66
+ this.x = a;
79
67
  this.j("Label");
80
68
  },
81
69
  enumerable: false,
@@ -94,10 +82,10 @@ var WebInputBaseDescription = /** @class */ /*@__PURE__*/ (function (_super) {
94
82
  });
95
83
  Object.defineProperty(WebInputBaseDescription.prototype, "required", {
96
84
  get: function () {
97
- return this.o;
85
+ return this.n;
98
86
  },
99
87
  set: function (a) {
100
- this.o = a;
88
+ this.n = a;
101
89
  this.j("Required");
102
90
  },
103
91
  enumerable: false,
@@ -105,10 +93,10 @@ var WebInputBaseDescription = /** @class */ /*@__PURE__*/ (function (_super) {
105
93
  });
106
94
  Object.defineProperty(WebInputBaseDescription.prototype, "defaultValue", {
107
95
  get: function () {
108
- return this.u;
96
+ return this.s;
109
97
  },
110
98
  set: function (a) {
111
- this.u = a;
99
+ this.s = a;
112
100
  this.j("DefaultValue");
113
101
  },
114
102
  enumerable: false,
@@ -127,10 +115,10 @@ var WebInputBaseDescription = /** @class */ /*@__PURE__*/ (function (_super) {
127
115
  });
128
116
  Object.defineProperty(WebInputBaseDescription.prototype, "inputOcurredRef", {
129
117
  get: function () {
130
- return this.y;
118
+ return this.w;
131
119
  },
132
120
  set: function (a) {
133
- this.y = a;
121
+ this.w = a;
134
122
  this.j("InputOcurredRef");
135
123
  },
136
124
  enumerable: false,
@@ -138,10 +126,10 @@ var WebInputBaseDescription = /** @class */ /*@__PURE__*/ (function (_super) {
138
126
  });
139
127
  Object.defineProperty(WebInputBaseDescription.prototype, "focusRef", {
140
128
  get: function () {
141
- return this.x;
129
+ return this.v;
142
130
  },
143
131
  set: function (a) {
144
- this.x = a;
132
+ this.v = a;
145
133
  this.j("FocusRef");
146
134
  },
147
135
  enumerable: false,
@@ -149,10 +137,10 @@ var WebInputBaseDescription = /** @class */ /*@__PURE__*/ (function (_super) {
149
137
  });
150
138
  Object.defineProperty(WebInputBaseDescription.prototype, "blurRef", {
151
139
  get: function () {
152
- return this.w;
140
+ return this.u;
153
141
  },
154
142
  set: function (a) {
155
- this.w = a;
143
+ this.u = a;
156
144
  this.j("BlurRef");
157
145
  },
158
146
  enumerable: false,
@@ -34,7 +34,6 @@ var WebInputBaseDescriptionMetadata = /** @class */ /*@__PURE__*/ (function (_su
34
34
  a.item("__skipModuleRegisterWebComponents", "Boolean");
35
35
  a.item("__importTypesWebComponents", "String:igniteui-webcomponents");
36
36
  a.item("Outlined", "Boolean");
37
- a.item("ReadOnly", "Boolean");
38
37
  a.item("Placeholder", "String");
39
38
  a.item("Label", "String");
40
39
  a.item("Disabled", "Boolean");
@@ -16,6 +16,7 @@ var WebInputDescription = /** @class */ /*@__PURE__*/ (function (_super) {
16
16
  var _this = _super.call(this) || this;
17
17
  _this.a0 = null;
18
18
  _this.ax = null;
19
+ _this.ag = false;
19
20
  _this.ay = null;
20
21
  _this.az = null;
21
22
  _this.ao = 0;
@@ -23,9 +24,9 @@ var WebInputDescription = /** @class */ /*@__PURE__*/ (function (_super) {
23
24
  _this.an = 0;
24
25
  _this.al = 0;
25
26
  _this.ap = 0;
26
- _this.ah = false;
27
+ _this.af = false;
27
28
  _this.av = null;
28
- _this.ai = false;
29
+ _this.ah = false;
29
30
  _this.aw = null;
30
31
  return _this;
31
32
  }
@@ -54,6 +55,17 @@ var WebInputDescription = /** @class */ /*@__PURE__*/ (function (_super) {
54
55
  enumerable: false,
55
56
  configurable: true
56
57
  });
58
+ Object.defineProperty(WebInputDescription.prototype, "readOnly", {
59
+ get: function () {
60
+ return this.ag;
61
+ },
62
+ set: function (a) {
63
+ this.ag = a;
64
+ this.j("ReadOnly");
65
+ },
66
+ enumerable: false,
67
+ configurable: true
68
+ });
57
69
  Object.defineProperty(WebInputDescription.prototype, "inputMode", {
58
70
  get: function () {
59
71
  return this.ay;
@@ -133,10 +145,10 @@ var WebInputDescription = /** @class */ /*@__PURE__*/ (function (_super) {
133
145
  });
134
146
  Object.defineProperty(WebInputDescription.prototype, "autofocus", {
135
147
  get: function () {
136
- return this.ah;
148
+ return this.af;
137
149
  },
138
150
  set: function (a) {
139
- this.ah = a;
151
+ this.af = a;
140
152
  this.j("Autofocus");
141
153
  },
142
154
  enumerable: false,
@@ -155,10 +167,10 @@ var WebInputDescription = /** @class */ /*@__PURE__*/ (function (_super) {
155
167
  });
156
168
  Object.defineProperty(WebInputDescription.prototype, "validateOnly", {
157
169
  get: function () {
158
- return this.ai;
170
+ return this.ah;
159
171
  },
160
172
  set: function (a) {
161
- this.ai = a;
173
+ this.ah = a;
162
174
  this.j("ValidateOnly");
163
175
  },
164
176
  enumerable: false,