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
@@ -13,152 +13,152 @@ export let WebGridDescription = /*@__PURE__*/ (() => {
13
13
  class WebGridDescription extends WebGridBaseDirectiveDescription {
14
14
  constructor() {
15
15
  super();
16
- this.g6 = false;
17
- this.hi = null;
16
+ this.g4 = false;
18
17
  this.hg = null;
19
- this.ho = null;
20
- this.hf = null;
21
- this.hc = 0;
22
- this.g1 = null;
23
- this.g0 = null;
24
- this.g7 = false;
25
- this.g4 = null;
26
- this.hh = null;
27
- this.hj = null;
28
- this.hn = null;
29
- this.g8 = false;
30
18
  this.he = null;
31
19
  this.hm = null;
20
+ this.hd = null;
21
+ this.ha = 0;
22
+ this.gz = null;
23
+ this.gy = null;
24
+ this.g5 = false;
25
+ this.g2 = null;
26
+ this.hf = null;
27
+ this.hh = null;
32
28
  this.hl = null;
29
+ this.g6 = false;
30
+ this.hc = null;
33
31
  this.hk = null;
32
+ this.hj = null;
33
+ this.hi = null;
34
34
  }
35
35
  get_type() {
36
36
  return "WebGrid";
37
37
  }
38
38
  get groupsExpanded() {
39
- return this.g6;
39
+ return this.g4;
40
40
  }
41
41
  set groupsExpanded(a) {
42
- this.g6 = a;
42
+ this.g4 = a;
43
43
  this.j("GroupsExpanded");
44
44
  }
45
45
  get dropAreaTemplateRef() {
46
- return this.hi;
46
+ return this.hg;
47
47
  }
48
48
  set dropAreaTemplateRef(a) {
49
- this.hi = a;
49
+ this.hg = a;
50
50
  this.j("DropAreaTemplateRef");
51
51
  }
52
52
  get detailTemplateRef() {
53
- return this.hg;
53
+ return this.he;
54
54
  }
55
55
  set detailTemplateRef(a) {
56
- this.hg = a;
56
+ this.he = a;
57
57
  this.j("DetailTemplateRef");
58
58
  }
59
59
  get id() {
60
- return this.ho;
60
+ return this.hm;
61
61
  }
62
62
  set id(a) {
63
- this.ho = a;
63
+ this.hm = a;
64
64
  this.j("Id");
65
65
  }
66
66
  get dataRef() {
67
- return this.hf;
67
+ return this.hd;
68
68
  }
69
69
  set dataRef(a) {
70
- this.hf = a;
70
+ this.hd = a;
71
71
  this.j("DataRef");
72
72
  }
73
73
  get totalItemCount() {
74
- return this.hc;
74
+ return this.ha;
75
75
  }
76
76
  set totalItemCount(a) {
77
- this.hc = a;
77
+ this.ha = a;
78
78
  this.j("TotalItemCount");
79
79
  }
80
80
  get groupingExpressions() {
81
- return this.g1;
81
+ return this.gz;
82
82
  }
83
83
  set groupingExpressions(a) {
84
- this.g1 = a;
84
+ this.gz = a;
85
85
  this.j("GroupingExpressions");
86
86
  }
87
87
  get groupingExpansionState() {
88
- return this.g0;
88
+ return this.gy;
89
89
  }
90
90
  set groupingExpansionState(a) {
91
- this.g0 = a;
91
+ this.gy = a;
92
92
  this.j("GroupingExpansionState");
93
93
  }
94
94
  get hideGroupedColumns() {
95
- return this.g7;
95
+ return this.g5;
96
96
  }
97
97
  set hideGroupedColumns(a) {
98
- this.g7 = a;
98
+ this.g5 = a;
99
99
  this.j("HideGroupedColumns");
100
100
  }
101
101
  get groupStrategy() {
102
- return this.g4;
102
+ return this.g2;
103
103
  }
104
104
  set groupStrategy(a) {
105
- this.g4 = a;
105
+ this.g2 = a;
106
106
  this.j("GroupStrategy");
107
107
  }
108
108
  get dropAreaMessage() {
109
- return this.hh;
109
+ return this.hf;
110
110
  }
111
111
  set dropAreaMessage(a) {
112
- this.hh = a;
112
+ this.hf = a;
113
113
  this.j("DropAreaMessage");
114
114
  }
115
115
  get groupByRowSelectorTemplateRef() {
116
- return this.hj;
116
+ return this.hh;
117
117
  }
118
118
  set groupByRowSelectorTemplateRef(a) {
119
- this.hj = a;
119
+ this.hh = a;
120
120
  this.j("GroupByRowSelectorTemplateRef");
121
121
  }
122
122
  get groupRowTemplateRef() {
123
- return this.hn;
123
+ return this.hl;
124
124
  }
125
125
  set groupRowTemplateRef(a) {
126
- this.hn = a;
126
+ this.hl = a;
127
127
  this.j("GroupRowTemplateRef");
128
128
  }
129
129
  get showGroupArea() {
130
- return this.g8;
130
+ return this.g6;
131
131
  }
132
132
  set showGroupArea(a) {
133
- this.g8 = a;
133
+ this.g6 = a;
134
134
  this.j("ShowGroupArea");
135
135
  }
136
136
  get dataPreLoadRef() {
137
- return this.he;
137
+ return this.hc;
138
138
  }
139
139
  set dataPreLoadRef(a) {
140
- this.he = a;
140
+ this.hc = a;
141
141
  this.j("DataPreLoadRef");
142
142
  }
143
143
  get groupingExpressionsChangeRef() {
144
- return this.hm;
144
+ return this.hk;
145
145
  }
146
146
  set groupingExpressionsChangeRef(a) {
147
- this.hm = a;
147
+ this.hk = a;
148
148
  this.j("GroupingExpressionsChangeRef");
149
149
  }
150
150
  get groupingExpansionStateChangeRef() {
151
- return this.hl;
151
+ return this.hj;
152
152
  }
153
153
  set groupingExpansionStateChangeRef(a) {
154
- this.hl = a;
154
+ this.hj = a;
155
155
  this.j("GroupingExpansionStateChangeRef");
156
156
  }
157
157
  get groupingDoneRef() {
158
- return this.hk;
158
+ return this.hi;
159
159
  }
160
160
  set groupingDoneRef(a) {
161
- this.hk = a;
161
+ this.hi = a;
162
162
  this.j("GroupingDoneRef");
163
163
  }
164
164
  }
@@ -15,9 +15,10 @@ export let WebGridToolbarExporterDescription = /*@__PURE__*/ (() => {
15
15
  super();
16
16
  this.ad = false;
17
17
  this.ae = false;
18
+ this.af = false;
19
+ this.al = null;
20
+ this.ak = null;
18
21
  this.aj = null;
19
- this.ai = null;
20
- this.ah = null;
21
22
  }
22
23
  get_type() {
23
24
  return "WebGridToolbarExporter";
@@ -36,25 +37,32 @@ export let WebGridToolbarExporterDescription = /*@__PURE__*/ (() => {
36
37
  this.ae = a;
37
38
  this.j("ExportExcel");
38
39
  }
40
+ get exportPDF() {
41
+ return this.af;
42
+ }
43
+ set exportPDF(a) {
44
+ this.af = a;
45
+ this.j("ExportPDF");
46
+ }
39
47
  get filename() {
40
- return this.aj;
48
+ return this.al;
41
49
  }
42
50
  set filename(a) {
43
- this.aj = a;
51
+ this.al = a;
44
52
  this.j("Filename");
45
53
  }
46
54
  get exportStartedRef() {
47
- return this.ai;
55
+ return this.ak;
48
56
  }
49
57
  set exportStartedRef(a) {
50
- this.ai = a;
58
+ this.ak = a;
51
59
  this.j("ExportStartedRef");
52
60
  }
53
61
  get exportEndedRef() {
54
- return this.ah;
62
+ return this.aj;
55
63
  }
56
64
  set exportEndedRef(a) {
57
- this.ah = a;
65
+ this.aj = a;
58
66
  this.j("ExportEndedRef");
59
67
  }
60
68
  }
@@ -42,6 +42,7 @@ export let WebGridToolbarExporterDescriptionMetadata = /*@__PURE__*/ (() => {
42
42
  a.item("__manageItemInMarkup", "Boolean");
43
43
  a.item("ExportCSV", "Boolean");
44
44
  a.item("ExportExcel", "Boolean");
45
+ a.item("ExportPDF", "Boolean");
45
46
  a.item("Filename", "String");
46
47
  a.item("ExportStartedRef", "EventRef::exportStarted:customEvent");
47
48
  a.item("ExportEndedRef", "EventRef::exportEnded:customEvent");
@@ -13,40 +13,40 @@ export let WebHierarchicalGridBaseDirectiveDescription = /*@__PURE__*/ (() => {
13
13
  class WebHierarchicalGridBaseDirectiveDescription extends WebGridBaseDirectiveDescription {
14
14
  constructor() {
15
15
  super();
16
- this.g5 = null;
17
- this.g2 = false;
18
- this.g0 = null;
19
- this.g4 = null;
16
+ this.g3 = null;
17
+ this.g0 = false;
18
+ this.gy = null;
19
+ this.g2 = null;
20
20
  }
21
21
  get_type() {
22
22
  return "WebHierarchicalGridBaseDirective";
23
23
  }
24
24
  get hasChildrenKey() {
25
- return this.g5;
25
+ return this.g3;
26
26
  }
27
27
  set hasChildrenKey(a) {
28
- this.g5 = a;
28
+ this.g3 = a;
29
29
  this.j("HasChildrenKey");
30
30
  }
31
31
  get showExpandAll() {
32
- return this.g2;
32
+ return this.g0;
33
33
  }
34
34
  set showExpandAll(a) {
35
- this.g2 = a;
35
+ this.g0 = a;
36
36
  this.j("ShowExpandAll");
37
37
  }
38
38
  get rootGrid() {
39
- return this.g0;
39
+ return this.gy;
40
40
  }
41
41
  set rootGrid(a) {
42
- this.g0 = a;
42
+ this.gy = a;
43
43
  this.j("RootGrid");
44
44
  }
45
45
  get dataPreLoadRef() {
46
- return this.g4;
46
+ return this.g2;
47
47
  }
48
48
  set dataPreLoadRef(a) {
49
- this.g4 = a;
49
+ this.g2 = a;
50
50
  this.j("DataPreLoadRef");
51
51
  }
52
52
  }
@@ -13,48 +13,48 @@ export let WebHierarchicalGridDescription = /*@__PURE__*/ (() => {
13
13
  class WebHierarchicalGridDescription extends WebHierarchicalGridBaseDirectiveDescription {
14
14
  constructor() {
15
15
  super();
16
- this.g8 = null;
17
- this.hf = null;
18
- this.he = null;
19
- this.hc = 0;
20
- this.ha = false;
16
+ this.g6 = null;
17
+ this.hd = null;
18
+ this.hc = null;
19
+ this.ha = 0;
20
+ this.g8 = false;
21
21
  }
22
22
  get_type() {
23
23
  return "WebHierarchicalGrid";
24
24
  }
25
25
  get childLayoutList() {
26
- return this.g8;
26
+ return this.g6;
27
27
  }
28
28
  set childLayoutList(a) {
29
- this.g8 = a;
29
+ this.g6 = a;
30
30
  this.j("ChildLayoutList");
31
31
  }
32
32
  get id() {
33
- return this.hf;
33
+ return this.hd;
34
34
  }
35
35
  set id(a) {
36
- this.hf = a;
36
+ this.hd = a;
37
37
  this.j("Id");
38
38
  }
39
39
  get dataRef() {
40
- return this.he;
40
+ return this.hc;
41
41
  }
42
42
  set dataRef(a) {
43
- this.he = a;
43
+ this.hc = a;
44
44
  this.j("DataRef");
45
45
  }
46
46
  get totalItemCount() {
47
- return this.hc;
47
+ return this.ha;
48
48
  }
49
49
  set totalItemCount(a) {
50
- this.hc = a;
50
+ this.ha = a;
51
51
  this.j("TotalItemCount");
52
52
  }
53
53
  get expandChildren() {
54
- return this.ha;
54
+ return this.g8;
55
55
  }
56
56
  set expandChildren(a) {
57
- this.ha = a;
57
+ this.g8 = a;
58
58
  this.j("ExpandChildren");
59
59
  }
60
60
  }
@@ -14,16 +14,15 @@ export let WebInputBaseDescription = /*@__PURE__*/ (() => {
14
14
  constructor() {
15
15
  super();
16
16
  this.m = false;
17
- this.n = false;
18
- this.aa = null;
19
- this.z = null;
20
- this.k = false;
21
- this.o = false;
22
- this.u = null;
23
- this.l = false;
24
17
  this.y = null;
25
18
  this.x = null;
19
+ this.k = false;
20
+ this.n = false;
21
+ this.s = null;
22
+ this.l = false;
26
23
  this.w = null;
24
+ this.v = null;
25
+ this.u = null;
27
26
  }
28
27
  get_type() {
29
28
  return "WebInputBase";
@@ -38,25 +37,18 @@ export let WebInputBaseDescription = /*@__PURE__*/ (() => {
38
37
  this.m = a;
39
38
  this.j("Outlined");
40
39
  }
41
- get readOnly() {
42
- return this.n;
43
- }
44
- set readOnly(a) {
45
- this.n = a;
46
- this.j("ReadOnly");
47
- }
48
40
  get placeholder() {
49
- return this.aa;
41
+ return this.y;
50
42
  }
51
43
  set placeholder(a) {
52
- this.aa = a;
44
+ this.y = a;
53
45
  this.j("Placeholder");
54
46
  }
55
47
  get label() {
56
- return this.z;
48
+ return this.x;
57
49
  }
58
50
  set label(a) {
59
- this.z = a;
51
+ this.x = a;
60
52
  this.j("Label");
61
53
  }
62
54
  get disabled() {
@@ -67,17 +59,17 @@ export let WebInputBaseDescription = /*@__PURE__*/ (() => {
67
59
  this.j("Disabled");
68
60
  }
69
61
  get required() {
70
- return this.o;
62
+ return this.n;
71
63
  }
72
64
  set required(a) {
73
- this.o = a;
65
+ this.n = a;
74
66
  this.j("Required");
75
67
  }
76
68
  get defaultValue() {
77
- return this.u;
69
+ return this.s;
78
70
  }
79
71
  set defaultValue(a) {
80
- this.u = a;
72
+ this.s = a;
81
73
  this.j("DefaultValue");
82
74
  }
83
75
  get invalid() {
@@ -88,24 +80,24 @@ export let WebInputBaseDescription = /*@__PURE__*/ (() => {
88
80
  this.j("Invalid");
89
81
  }
90
82
  get inputOcurredRef() {
91
- return this.y;
83
+ return this.w;
92
84
  }
93
85
  set inputOcurredRef(a) {
94
- this.y = a;
86
+ this.w = a;
95
87
  this.j("InputOcurredRef");
96
88
  }
97
89
  get focusRef() {
98
- return this.x;
90
+ return this.v;
99
91
  }
100
92
  set focusRef(a) {
101
- this.x = a;
93
+ this.v = a;
102
94
  this.j("FocusRef");
103
95
  }
104
96
  get blurRef() {
105
- return this.w;
97
+ return this.u;
106
98
  }
107
99
  set blurRef(a) {
108
- this.w = a;
100
+ this.u = a;
109
101
  this.j("BlurRef");
110
102
  }
111
103
  }
@@ -30,7 +30,6 @@ export let WebInputBaseDescriptionMetadata = /*@__PURE__*/ (() => {
30
30
  a.item("__skipModuleRegisterWebComponents", "Boolean");
31
31
  a.item("__importTypesWebComponents", "String:igniteui-webcomponents");
32
32
  a.item("Outlined", "Boolean");
33
- a.item("ReadOnly", "Boolean");
34
33
  a.item("Placeholder", "String");
35
34
  a.item("Label", "String");
36
35
  a.item("Disabled", "Boolean");
@@ -15,6 +15,7 @@ export let WebInputDescription = /*@__PURE__*/ (() => {
15
15
  super();
16
16
  this.a0 = null;
17
17
  this.ax = null;
18
+ this.ag = false;
18
19
  this.ay = null;
19
20
  this.az = null;
20
21
  this.ao = 0;
@@ -22,9 +23,9 @@ export let WebInputDescription = /*@__PURE__*/ (() => {
22
23
  this.an = 0;
23
24
  this.al = 0;
24
25
  this.ap = 0;
25
- this.ah = false;
26
+ this.af = false;
26
27
  this.av = null;
27
- this.ai = false;
28
+ this.ah = false;
28
29
  this.aw = null;
29
30
  }
30
31
  get_type() {
@@ -44,6 +45,13 @@ export let WebInputDescription = /*@__PURE__*/ (() => {
44
45
  this.ax = a;
45
46
  this.j("DisplayType");
46
47
  }
48
+ get readOnly() {
49
+ return this.ag;
50
+ }
51
+ set readOnly(a) {
52
+ this.ag = a;
53
+ this.j("ReadOnly");
54
+ }
47
55
  get inputMode() {
48
56
  return this.ay;
49
57
  }
@@ -94,10 +102,10 @@ export let WebInputDescription = /*@__PURE__*/ (() => {
94
102
  this.j("Step");
95
103
  }
96
104
  get autofocus() {
97
- return this.ah;
105
+ return this.af;
98
106
  }
99
107
  set autofocus(a) {
100
- this.ah = a;
108
+ this.af = a;
101
109
  this.j("Autofocus");
102
110
  }
103
111
  get autocomplete() {
@@ -108,10 +116,10 @@ export let WebInputDescription = /*@__PURE__*/ (() => {
108
116
  this.j("Autocomplete");
109
117
  }
110
118
  get validateOnly() {
111
- return this.ai;
119
+ return this.ah;
112
120
  }
113
121
  set validateOnly(a) {
114
- this.ai = a;
122
+ this.ah = a;
115
123
  this.j("ValidateOnly");
116
124
  }
117
125
  get changeRef() {
@@ -35,6 +35,7 @@ export let WebInputDescriptionMetadata = /*@__PURE__*/ (() => {
35
35
  a.item("DisplayType", "(wc:Type)ExportedType:string:InputType");
36
36
  a.item("DisplayType@stringUnion", "WebComponents;React");
37
37
  a.item("DisplayType@names", "Text;Email;Number;Password;Search;Tel;Url");
38
+ a.item("ReadOnly", "Boolean");
38
39
  a.item("InputMode", "String");
39
40
  a.item("Pattern", "String");
40
41
  a.item("MinLength", "Number:double");
@@ -13,16 +13,32 @@ export let WebMaskInputBaseDescription = /*@__PURE__*/ (() => {
13
13
  class WebMaskInputBaseDescription extends WebInputBaseDescription {
14
14
  constructor() {
15
15
  super();
16
+ this.af = false;
16
17
  this.ah = null;
18
+ this.ai = null;
17
19
  }
18
20
  get_type() {
19
21
  return "WebMaskInputBase";
20
22
  }
21
- get prompt() {
23
+ get readOnly() {
24
+ return this.af;
25
+ }
26
+ set readOnly(a) {
27
+ this.af = a;
28
+ this.j("ReadOnly");
29
+ }
30
+ get mask() {
22
31
  return this.ah;
23
32
  }
24
- set prompt(a) {
33
+ set mask(a) {
25
34
  this.ah = a;
35
+ this.j("Mask");
36
+ }
37
+ get prompt() {
38
+ return this.ai;
39
+ }
40
+ set prompt(a) {
41
+ this.ai = a;
26
42
  this.j("Prompt");
27
43
  }
28
44
  }
@@ -27,6 +27,8 @@ export let WebMaskInputBaseDescriptionMetadata = /*@__PURE__*/ (() => {
27
27
  a.item("__qualifiedNameTS", "String:MaskInputBase");
28
28
  a.item("__skipModuleRegisterWebComponents", "Boolean");
29
29
  a.item("__importTypesWebComponents", "String:igniteui-webcomponents");
30
+ a.item("ReadOnly", "Boolean");
31
+ a.item("Mask", "String");
30
32
  a.item("Prompt", "String");
31
33
  }
32
34
  static d(a) {
@@ -13,40 +13,32 @@ export let WebMaskInputDescription = /*@__PURE__*/ (() => {
13
13
  class WebMaskInputDescription extends WebMaskInputBaseDescription {
14
14
  constructor() {
15
15
  super();
16
+ this.an = null;
16
17
  this.am = null;
17
18
  this.al = null;
18
- this.ak = null;
19
- this.aj = null;
20
19
  }
21
20
  get_type() {
22
21
  return "WebMaskInput";
23
22
  }
24
23
  get valueMode() {
25
- return this.am;
24
+ return this.an;
26
25
  }
27
26
  set valueMode(a) {
28
- this.am = a;
27
+ this.an = a;
29
28
  this.j("ValueMode");
30
29
  }
31
30
  get value() {
32
- return this.al;
31
+ return this.am;
33
32
  }
34
33
  set value(a) {
35
- this.al = a;
34
+ this.am = a;
36
35
  this.j("Value");
37
36
  }
38
- get mask() {
39
- return this.ak;
40
- }
41
- set mask(a) {
42
- this.ak = a;
43
- this.j("Mask");
44
- }
45
37
  get changeRef() {
46
- return this.aj;
38
+ return this.al;
47
39
  }
48
40
  set changeRef(a) {
49
- this.aj = a;
41
+ this.al = a;
50
42
  this.j("ChangeRef");
51
43
  }
52
44
  }
@@ -35,7 +35,6 @@ export let WebMaskInputDescriptionMetadata = /*@__PURE__*/ (() => {
35
35
  a.item("ValueMode@stringUnion", "WebComponents;React");
36
36
  a.item("ValueMode@names", "Raw;WithFormatting");
37
37
  a.item("Value", "String");
38
- a.item("Mask", "String");
39
38
  a.item("ChangeRef", "EventRef:ComponentValueChangedEventHandler:change");
40
39
  a.item("ChangeRef@args", "ComponentValueChangedEventArgs");
41
40
  }