igniteui-angular-core 18.1.0 → 18.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (76) hide show
  1. package/bundles/igniteui-angular-core.umd.js +1669 -1419
  2. package/bundles/igniteui-angular-core.umd.min.js +1 -1
  3. package/esm2015/lib/CategoryChartDescription.js +131 -131
  4. package/esm2015/lib/ChartMouseEventArgsDescription.js +16 -8
  5. package/esm2015/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +8 -0
  6. package/esm2015/lib/ComponentRenderer_combined.js +8 -0
  7. package/esm2015/lib/DataChartMouseButtonEventArgsDescription.js +19 -11
  8. package/esm2015/lib/DataPieBaseChartDescription.js +112 -104
  9. package/esm2015/lib/DataPieBaseChartDescriptionMetadata.js +1 -0
  10. package/esm2015/lib/DataPieChartDescription.js +36 -36
  11. package/esm2015/lib/DomainChartDescription.js +129 -81
  12. package/esm2015/lib/DomainChartDescriptionMetadata.js +8 -0
  13. package/esm2015/lib/DomainChartPlotAreaPointerEventArgsDescription.js +34 -0
  14. package/esm2015/lib/DomainChartPlotAreaPointerEventArgsDescriptionMetadata.js +37 -0
  15. package/esm2015/lib/DomainChartSeriesPointerEventArgsDescription.js +13 -5
  16. package/esm2015/lib/DomainChartSeriesPointerEventArgsDescriptionMetadata.js +1 -0
  17. package/esm2015/lib/FinancialChartDescription.js +179 -179
  18. package/esm2015/lib/PlotAreaMouseButtonEventArgsDescriptionMetadata_combined.js +2 -0
  19. package/esm2015/lib/RadialBaseChartDescription.js +216 -216
  20. package/esm2015/lib/RadialPieSeriesDescription.js +8 -0
  21. package/esm2015/lib/RadialPieSeriesDescriptionMetadata.js +1 -0
  22. package/esm2015/lib/WebBaseExporterDescriptionMetadata_combined.js +1 -1
  23. package/esm2015/lib/WebGridBaseDirectiveDescription_combined.js +340 -340
  24. package/esm2015/lib/WebIconDescriptionMetadata.js +5 -0
  25. package/esm2015/lib/WebIconMetaDescription.js +8 -6
  26. package/esm2015/lib/WebIconMetaDescriptionMetadata.js +4 -0
  27. package/esm2015/lib/XYChartDescription.js +216 -216
  28. package/esm2015/public_api.js +2 -0
  29. package/esm5/lib/CategoryChartDescription.js +131 -131
  30. package/esm5/lib/ChartMouseEventArgsDescription.js +19 -7
  31. package/esm5/lib/CodeGeneratingComponentRendererCodeEmitter_combined.js +8 -0
  32. package/esm5/lib/ComponentRenderer_combined.js +8 -0
  33. package/esm5/lib/DataChartMouseButtonEventArgsDescription.js +22 -10
  34. package/esm5/lib/DataPieBaseChartDescription.js +116 -104
  35. package/esm5/lib/DataPieBaseChartDescriptionMetadata.js +1 -0
  36. package/esm5/lib/DataPieChartDescription.js +36 -36
  37. package/esm5/lib/DomainChartDescription.js +153 -81
  38. package/esm5/lib/DomainChartDescriptionMetadata.js +8 -0
  39. package/esm5/lib/DomainChartPlotAreaPointerEventArgsDescription.js +44 -0
  40. package/esm5/lib/DomainChartPlotAreaPointerEventArgsDescriptionMetadata.js +41 -0
  41. package/esm5/lib/DomainChartSeriesPointerEventArgsDescription.js +17 -5
  42. package/esm5/lib/DomainChartSeriesPointerEventArgsDescriptionMetadata.js +1 -0
  43. package/esm5/lib/FinancialChartDescription.js +179 -179
  44. package/esm5/lib/PlotAreaMouseButtonEventArgsDescriptionMetadata_combined.js +2 -0
  45. package/esm5/lib/RadialBaseChartDescription.js +216 -216
  46. package/esm5/lib/RadialPieSeriesDescription.js +12 -0
  47. package/esm5/lib/RadialPieSeriesDescriptionMetadata.js +1 -0
  48. package/esm5/lib/WebBaseExporterDescriptionMetadata_combined.js +1 -1
  49. package/esm5/lib/WebGridBaseDirectiveDescription_combined.js +339 -339
  50. package/esm5/lib/WebIconDescriptionMetadata.js +5 -0
  51. package/esm5/lib/WebIconMetaDescription.js +8 -6
  52. package/esm5/lib/WebIconMetaDescriptionMetadata.js +4 -0
  53. package/esm5/lib/XYChartDescription.js +216 -216
  54. package/esm5/public_api.js +2 -0
  55. package/fesm2015/igniteui-angular-core.js +1603 -1409
  56. package/fesm5/igniteui-angular-core.js +1668 -1420
  57. package/lib/CategoryChartDescription.d.ts +45 -45
  58. package/lib/ChartMouseEventArgsDescription.d.ts +7 -3
  59. package/lib/CodeGeneratingComponentRendererCodeEmitter_combined.d.ts +1 -0
  60. package/lib/DataChartMouseButtonEventArgsDescription.d.ts +8 -4
  61. package/lib/DataPieBaseChartDescription.d.ts +39 -36
  62. package/lib/DataPieChartDescription.d.ts +12 -12
  63. package/lib/DomainChartDescription.d.ts +46 -28
  64. package/lib/DomainChartPlotAreaPointerEventArgsDescription.d.ts +15 -0
  65. package/lib/DomainChartPlotAreaPointerEventArgsDescriptionMetadata.d.ts +13 -0
  66. package/lib/DomainChartSeriesPointerEventArgsDescription.d.ts +6 -2
  67. package/lib/FinancialChartDescription.d.ts +61 -61
  68. package/lib/ILegendContext.d.ts +1 -0
  69. package/lib/RadialBaseChartDescription.d.ts +76 -76
  70. package/lib/RadialPieSeriesDescription.d.ts +3 -0
  71. package/lib/WebGridBaseDirectiveDescription_combined.d.ts +121 -121
  72. package/lib/WebIconDescriptionMetadata.d.ts +1 -0
  73. package/lib/WebIconMetaDescription.d.ts +4 -2
  74. package/lib/XYChartDescription.d.ts +76 -76
  75. package/package.json +1 -1
  76. package/public_api.d.ts +2 -0
@@ -13,296 +13,304 @@ export let DataPieBaseChartDescription = /*@__PURE__*/ (() => {
13
13
  class DataPieBaseChartDescription extends RadialBaseChartDescription {
14
14
  constructor() {
15
15
  super();
16
+ this.xi = null;
17
+ this.v6 = null;
18
+ this.xa = null;
19
+ this.v4 = null;
20
+ this.xf = null;
21
+ this.v5 = null;
22
+ this.w8 = null;
23
+ this.v3 = null;
24
+ this.wl = 0;
25
+ this.xk = null;
26
+ this.xj = null;
27
+ this.xb = null;
16
28
  this.w5 = null;
17
- this.vu = null;
18
- this.wx = null;
19
- this.vs = null;
20
- this.w2 = null;
21
- this.vt = null;
22
- this.wv = null;
23
- this.vr = null;
24
- this.v9 = 0;
29
+ this.xm = null;
25
30
  this.w7 = null;
31
+ this.xe = null;
32
+ this.wm = 0;
33
+ this.xd = null;
26
34
  this.w6 = null;
27
- this.wy = null;
28
- this.wt = null;
29
- this.w9 = null;
30
- this.w1 = null;
31
- this.wa = 0;
32
- this.w0 = null;
33
- this.wu = null;
34
- this.v1 = false;
35
- this.w8 = null;
36
- this.v7 = 0;
37
- this.v8 = 0;
38
- this.wd = 0;
39
- this.v2 = false;
35
+ this.wd = false;
36
+ this.xl = null;
37
+ this.wj = 0;
38
+ this.wk = 0;
39
+ this.wp = 0;
40
+ this.we = false;
41
+ this.w3 = 0;
40
42
  this.wr = 0;
41
- this.wf = 0;
42
- this.we = 0;
43
- this.wg = 0;
44
- this.wb = 0;
45
- this.wc = 0;
46
- this.w4 = null;
47
- this.w3 = null;
48
- this.ww = null;
49
- this.vz = false;
50
- this.v0 = false;
51
- this.wz = null;
43
+ this.wq = 0;
44
+ this.ws = 0;
45
+ this.wn = 0;
46
+ this.wo = 0;
47
+ this.xh = null;
48
+ this.xg = null;
49
+ this.w9 = null;
50
+ this.wb = false;
51
+ this.wc = false;
52
+ this.xc = null;
52
53
  }
53
54
  get_type() {
54
55
  return "DataPieBaseChart";
55
56
  }
56
57
  get sliceLabelFormat() {
57
- return this.w5;
58
+ return this.xi;
58
59
  }
59
60
  set sliceLabelFormat(a) {
60
- this.w5 = a;
61
+ this.xi = a;
61
62
  this.g("SliceLabelFormat");
62
63
  }
63
64
  get sliceLabelFormatSpecifiers() {
64
- return this.vu;
65
+ return this.v6;
65
66
  }
66
67
  set sliceLabelFormatSpecifiers(a) {
67
- this.vu = a;
68
+ this.v6 = a;
68
69
  this.g("SliceLabelFormatSpecifiers");
69
70
  }
70
71
  get legendSliceLabelFormat() {
71
- return this.wx;
72
+ return this.xa;
72
73
  }
73
74
  set legendSliceLabelFormat(a) {
74
- this.wx = a;
75
+ this.xa = a;
75
76
  this.g("LegendSliceLabelFormat");
76
77
  }
77
78
  get legendSliceLabelFormatSpecifiers() {
78
- return this.vs;
79
+ return this.v4;
79
80
  }
80
81
  set legendSliceLabelFormatSpecifiers(a) {
81
- this.vs = a;
82
+ this.v4 = a;
82
83
  this.g("LegendSliceLabelFormatSpecifiers");
83
84
  }
84
85
  get othersSliceLabelFormat() {
85
- return this.w2;
86
+ return this.xf;
86
87
  }
87
88
  set othersSliceLabelFormat(a) {
88
- this.w2 = a;
89
+ this.xf = a;
89
90
  this.g("OthersSliceLabelFormat");
90
91
  }
91
92
  get othersSliceLabelFormatSpecifiers() {
92
- return this.vt;
93
+ return this.v5;
93
94
  }
94
95
  set othersSliceLabelFormatSpecifiers(a) {
95
- this.vt = a;
96
+ this.v5 = a;
96
97
  this.g("OthersSliceLabelFormatSpecifiers");
97
98
  }
98
99
  get legendOthersSliceLabelFormat() {
99
- return this.wv;
100
+ return this.w8;
100
101
  }
101
102
  set legendOthersSliceLabelFormat(a) {
102
- this.wv = a;
103
+ this.w8 = a;
103
104
  this.g("LegendOthersSliceLabelFormat");
104
105
  }
105
106
  get legendOthersSliceLabelFormatSpecifiers() {
106
- return this.vr;
107
+ return this.v3;
107
108
  }
108
109
  set legendOthersSliceLabelFormatSpecifiers(a) {
109
- this.vr = a;
110
+ this.v3 = a;
110
111
  this.g("LegendOthersSliceLabelFormatSpecifiers");
111
112
  }
112
113
  get innerExtent() {
113
- return this.v9;
114
+ return this.wl;
114
115
  }
115
116
  set innerExtent(a) {
116
- this.v9 = a;
117
+ this.wl = a;
117
118
  this.g("InnerExtent");
118
119
  }
119
120
  get sweepDirection() {
120
- return this.w7;
121
+ return this.xk;
121
122
  }
122
123
  set sweepDirection(a) {
123
- this.w7 = a;
124
+ this.xk = a;
124
125
  this.g("SweepDirection");
125
126
  }
126
127
  get sliceLabelPositionMode() {
127
- return this.w6;
128
+ return this.xj;
128
129
  }
129
130
  set sliceLabelPositionMode(a) {
130
- this.w6 = a;
131
+ this.xj = a;
131
132
  this.g("SliceLabelPositionMode");
132
133
  }
133
134
  get lightSliceLabelColor() {
134
- return this.wy;
135
+ return this.xb;
135
136
  }
136
137
  set lightSliceLabelColor(a) {
137
- this.wy = a;
138
+ this.xb = a;
138
139
  this.g("LightSliceLabelColor");
139
140
  }
140
141
  get darkSliceLabelColor() {
141
- return this.wt;
142
+ return this.w5;
142
143
  }
143
144
  set darkSliceLabelColor(a) {
144
- this.wt = a;
145
+ this.w5 = a;
145
146
  this.g("DarkSliceLabelColor");
146
147
  }
147
148
  get valueMemberPath() {
148
- return this.w9;
149
+ return this.xm;
149
150
  }
150
151
  set valueMemberPath(a) {
151
- this.w9 = a;
152
+ this.xm = a;
152
153
  this.g("ValueMemberPath");
153
154
  }
155
+ get legendLabelMemberPath() {
156
+ return this.w7;
157
+ }
158
+ set legendLabelMemberPath(a) {
159
+ this.w7 = a;
160
+ this.g("LegendLabelMemberPath");
161
+ }
154
162
  get othersCategoryType() {
155
- return this.w1;
163
+ return this.xe;
156
164
  }
157
165
  set othersCategoryType(a) {
158
- this.w1 = a;
166
+ this.xe = a;
159
167
  this.g("OthersCategoryType");
160
168
  }
161
169
  get othersCategoryThreshold() {
162
- return this.wa;
170
+ return this.wm;
163
171
  }
164
172
  set othersCategoryThreshold(a) {
165
- this.wa = a;
173
+ this.wm = a;
166
174
  this.g("OthersCategoryThreshold");
167
175
  }
168
176
  get othersCategoryText() {
169
- return this.w0;
177
+ return this.xd;
170
178
  }
171
179
  set othersCategoryText(a) {
172
- this.w0 = a;
180
+ this.xd = a;
173
181
  this.g("OthersCategoryText");
174
182
  }
175
183
  get labelMemberPath() {
176
- return this.wu;
184
+ return this.w6;
177
185
  }
178
186
  set labelMemberPath(a) {
179
- this.wu = a;
187
+ this.w6 = a;
180
188
  this.g("LabelMemberPath");
181
189
  }
182
190
  get valueAxisFavorLabellingScaleEnd() {
183
- return this.v1;
191
+ return this.wd;
184
192
  }
185
193
  set valueAxisFavorLabellingScaleEnd(a) {
186
- this.v1 = a;
194
+ this.wd = a;
187
195
  this.g("ValueAxisFavorLabellingScaleEnd");
188
196
  }
189
197
  get valueAxisAutoRangeBufferMode() {
190
- return this.w8;
198
+ return this.xl;
191
199
  }
192
200
  set valueAxisAutoRangeBufferMode(a) {
193
- this.w8 = a;
201
+ this.xl = a;
194
202
  this.g("ValueAxisAutoRangeBufferMode");
195
203
  }
196
204
  get angleAxisInterval() {
197
- return this.v7;
205
+ return this.wj;
198
206
  }
199
207
  set angleAxisInterval(a) {
200
- this.v7 = a;
208
+ this.wj = a;
201
209
  this.g("AngleAxisInterval");
202
210
  }
203
211
  get angleAxisMinorInterval() {
204
- return this.v8;
212
+ return this.wk;
205
213
  }
206
214
  set angleAxisMinorInterval(a) {
207
- this.v8 = a;
215
+ this.wk = a;
208
216
  this.g("AngleAxisMinorInterval");
209
217
  }
210
218
  get valueAxisInterval() {
211
- return this.wd;
219
+ return this.wp;
212
220
  }
213
221
  set valueAxisInterval(a) {
214
- this.wd = a;
222
+ this.wp = a;
215
223
  this.g("ValueAxisInterval");
216
224
  }
217
225
  get valueAxisIsLogarithmic() {
218
- return this.v2;
226
+ return this.we;
219
227
  }
220
228
  set valueAxisIsLogarithmic(a) {
221
- this.v2 = a;
229
+ this.we = a;
222
230
  this.g("ValueAxisIsLogarithmic");
223
231
  }
224
232
  get valueAxisLogarithmBase() {
225
- return this.wr;
233
+ return this.w3;
226
234
  }
227
235
  set valueAxisLogarithmBase(a) {
228
- this.wr = a;
236
+ this.w3 = a;
229
237
  this.g("ValueAxisLogarithmBase");
230
238
  }
231
239
  get valueAxisMinimumValue() {
232
- return this.wf;
240
+ return this.wr;
233
241
  }
234
242
  set valueAxisMinimumValue(a) {
235
- this.wf = a;
243
+ this.wr = a;
236
244
  this.g("ValueAxisMinimumValue");
237
245
  }
238
246
  get valueAxisMaximumValue() {
239
- return this.we;
247
+ return this.wq;
240
248
  }
241
249
  set valueAxisMaximumValue(a) {
242
- this.we = a;
250
+ this.wq = a;
243
251
  this.g("ValueAxisMaximumValue");
244
252
  }
245
253
  get valueAxisMinorInterval() {
246
- return this.wg;
254
+ return this.ws;
247
255
  }
248
256
  set valueAxisMinorInterval(a) {
249
- this.wg = a;
257
+ this.ws = a;
250
258
  this.g("ValueAxisMinorInterval");
251
259
  }
252
260
  get radiusExtent() {
253
- return this.wb;
261
+ return this.wn;
254
262
  }
255
263
  set radiusExtent(a) {
256
- this.wb = a;
264
+ this.wn = a;
257
265
  this.g("RadiusExtent");
258
266
  }
259
267
  get startAngle() {
260
- return this.wc;
268
+ return this.wo;
261
269
  }
262
270
  set startAngle(a) {
263
- this.wc = a;
271
+ this.wo = a;
264
272
  this.g("StartAngle");
265
273
  }
266
274
  get sliceLabelContentSeparator() {
267
- return this.w4;
275
+ return this.xh;
268
276
  }
269
277
  set sliceLabelContentSeparator(a) {
270
- this.w4 = a;
278
+ this.xh = a;
271
279
  this.g("SliceLabelContentSeparator");
272
280
  }
273
281
  get sliceLabelContentMode() {
274
- return this.w3;
282
+ return this.xg;
275
283
  }
276
284
  set sliceLabelContentMode(a) {
277
- this.w3 = a;
285
+ this.xg = a;
278
286
  this.g("SliceLabelContentMode");
279
287
  }
280
288
  get legendSliceLabelContentMode() {
281
- return this.ww;
289
+ return this.w9;
282
290
  }
283
291
  set legendSliceLabelContentMode(a) {
284
- this.ww = a;
292
+ this.w9 = a;
285
293
  this.g("LegendSliceLabelContentMode");
286
294
  }
287
295
  get angleAxisFavorLabellingScaleEnd() {
288
- return this.vz;
296
+ return this.wb;
289
297
  }
290
298
  set angleAxisFavorLabellingScaleEnd(a) {
291
- this.vz = a;
299
+ this.wb = a;
292
300
  this.g("AngleAxisFavorLabellingScaleEnd");
293
301
  }
294
302
  get valueAxisAbbreviateLargeNumbers() {
295
- return this.v0;
303
+ return this.wc;
296
304
  }
297
305
  set valueAxisAbbreviateLargeNumbers(a) {
298
- this.v0 = a;
306
+ this.wc = a;
299
307
  this.g("ValueAxisAbbreviateLargeNumbers");
300
308
  }
301
309
  get markerCollision() {
302
- return this.wz;
310
+ return this.xc;
303
311
  }
304
312
  set markerCollision(a) {
305
- this.wz = a;
313
+ this.xc = a;
306
314
  this.g("MarkerCollision");
307
315
  }
308
316
  }
@@ -44,6 +44,7 @@ export let DataPieBaseChartDescriptionMetadata = /*@__PURE__*/ (() => {
44
44
  a.item("LightSliceLabelColor", "Brush");
45
45
  a.item("DarkSliceLabelColor", "Brush");
46
46
  a.item("ValueMemberPath", "String");
47
+ a.item("LegendLabelMemberPath", "String");
47
48
  a.item("OthersCategoryType", "ExportedType:string:OthersCategoryType");
48
49
  a.item("OthersCategoryType@names", "Number;Percent");
49
50
  a.item("OthersCategoryThreshold", "Number:double");
@@ -13,104 +13,104 @@ export let DataPieChartDescription = /*@__PURE__*/ (() => {
13
13
  class DataPieChartDescription extends DataPieBaseChartDescription {
14
14
  constructor() {
15
15
  super();
16
- this.xt = 0;
17
- this.xu = 0;
18
- this.x1 = null;
19
- this.x4 = null;
20
- this.xy = null;
21
- this.xr = false;
22
- this.x2 = null;
23
- this.x3 = null;
24
- this.x0 = null;
25
- this.x5 = null;
26
- this.xz = null;
27
- this.xx = null;
16
+ this.x7 = 0;
17
+ this.x8 = 0;
18
+ this.yf = null;
19
+ this.yi = null;
20
+ this.yc = null;
21
+ this.x5 = false;
22
+ this.yg = null;
23
+ this.yh = null;
24
+ this.ye = null;
25
+ this.yj = null;
26
+ this.yd = null;
27
+ this.yb = null;
28
28
  }
29
29
  get_type() {
30
30
  return "DataPieChart";
31
31
  }
32
32
  get transitionInDuration() {
33
- return this.xt;
33
+ return this.x7;
34
34
  }
35
35
  set transitionInDuration(a) {
36
- this.xt = a;
36
+ this.x7 = a;
37
37
  this.g("TransitionInDuration");
38
38
  }
39
39
  get transitionOutDuration() {
40
- return this.xu;
40
+ return this.x8;
41
41
  }
42
42
  set transitionOutDuration(a) {
43
- this.xu = a;
43
+ this.x8 = a;
44
44
  this.g("TransitionOutDuration");
45
45
  }
46
46
  get transitionInEasingFunctionRef() {
47
- return this.x1;
47
+ return this.yf;
48
48
  }
49
49
  set transitionInEasingFunctionRef(a) {
50
- this.x1 = a;
50
+ this.yf = a;
51
51
  this.g("TransitionInEasingFunctionRef");
52
52
  }
53
53
  get transitionOutEasingFunctionRef() {
54
- return this.x4;
54
+ return this.yi;
55
55
  }
56
56
  set transitionOutEasingFunctionRef(a) {
57
- this.x4 = a;
57
+ this.yi = a;
58
58
  this.g("TransitionOutEasingFunctionRef");
59
59
  }
60
60
  get chartType() {
61
- return this.xy;
61
+ return this.yc;
62
62
  }
63
63
  set chartType(a) {
64
- this.xy = a;
64
+ this.yc = a;
65
65
  this.g("ChartType");
66
66
  }
67
67
  get isTransitionInEnabled() {
68
- return this.xr;
68
+ return this.x5;
69
69
  }
70
70
  set isTransitionInEnabled(a) {
71
- this.xr = a;
71
+ this.x5 = a;
72
72
  this.g("IsTransitionInEnabled");
73
73
  }
74
74
  get transitionInMode() {
75
- return this.x2;
75
+ return this.yg;
76
76
  }
77
77
  set transitionInMode(a) {
78
- this.x2 = a;
78
+ this.yg = a;
79
79
  this.g("TransitionInMode");
80
80
  }
81
81
  get transitionInSpeedType() {
82
- return this.x3;
82
+ return this.yh;
83
83
  }
84
84
  set transitionInSpeedType(a) {
85
- this.x3 = a;
85
+ this.yh = a;
86
86
  this.g("TransitionInSpeedType");
87
87
  }
88
88
  get tooltipTemplateRef() {
89
- return this.x0;
89
+ return this.ye;
90
90
  }
91
91
  set tooltipTemplateRef(a) {
92
- this.x0 = a;
92
+ this.ye = a;
93
93
  this.g("TooltipTemplateRef");
94
94
  }
95
95
  get width() {
96
- return this.x5;
96
+ return this.yj;
97
97
  }
98
98
  set width(a) {
99
- this.x5 = a;
99
+ this.yj = a;
100
100
  this.g("Width");
101
101
  }
102
102
  get height() {
103
- return this.xz;
103
+ return this.yd;
104
104
  }
105
105
  set height(a) {
106
- this.xz = a;
106
+ this.yd = a;
107
107
  this.g("Height");
108
108
  }
109
109
  get background() {
110
- return this.xx;
110
+ return this.yb;
111
111
  }
112
112
  set background(a) {
113
- this.xx = a;
113
+ this.yb = a;
114
114
  this.g("Background");
115
115
  }
116
116
  }