@syncfusion/ej2-angular-spreadsheet 25.2.3-ngcc → 25.2.4-ngcc

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -4,6 +4,14 @@
4
4
 
5
5
  ### Spreadsheet
6
6
 
7
+ #### Bug fixes
8
+
9
+ - `#I575250` - Issue with "unable to save the spreadsheet data as an excel file when the sheet name contains brackets and includes a chart within it" has been resolved.
10
+
11
+ ## 25.2.3 (2024-05-08)
12
+
13
+ ### Spreadsheet
14
+
7
15
  #### Bug Fixes
8
16
 
9
17
  - `#I577454` - Issue with "cell values were not updating correctly in merged cells when scrolling through the spreadsheet content" has been resolved.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-spreadsheet.umd.js
3
- * version : 25.2.3
3
+ * version : 25.2.4
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
@@ -25,11 +25,9 @@ var __extends = (this && this.__extends) || (function () {
25
25
  })();
26
26
  var input = ['height', 'id', 'left', 'src', 'top', 'width'];
27
27
  var outputs = [];
28
- var ImageDirective = /** @class */ (function (_super) {
28
+ var ImageDirective = (function (_super) {
29
29
  __extends(ImageDirective, _super);
30
- /**
31
- * @param {?} viewContainerRef
32
- */
30
+
33
31
  function ImageDirective(viewContainerRef) {
34
32
  var _this = _super.call(this) || this;
35
33
  _this.viewContainerRef = viewContainerRef;
@@ -48,16 +46,12 @@ ImageDirective.decorators = [
48
46
  queries: {}
49
47
  },] },
50
48
  ];
51
- /**
52
- * @nocollapse
53
- */
49
+
54
50
  ImageDirective.ctorParameters = function () { return [
55
51
  { type: core.ViewContainerRef, },
56
52
  ]; };
57
- /**
58
- * Image Array Directive
59
- */
60
- var ImagesDirective = /** @class */ (function (_super) {
53
+
54
+ var ImagesDirective = (function (_super) {
61
55
  __extends(ImagesDirective, _super);
62
56
  function ImagesDirective() {
63
57
  return _super.call(this, 'image') || this;
@@ -72,17 +66,13 @@ ImagesDirective.decorators = [
72
66
  },
73
67
  },] },
74
68
  ];
75
- /**
76
- * @nocollapse
77
- */
69
+
78
70
  ImagesDirective.ctorParameters = function () { return []; };
79
71
  var input$1 = ['dataLabelSettings', 'height', 'id', 'isSeriesInRows', 'legendSettings', 'markerSettings', 'primaryXAxis', 'primaryYAxis', 'range', 'theme', 'title', 'type', 'width'];
80
72
  var outputs$1 = [];
81
- var ChartDirective = /** @class */ (function (_super) {
73
+ var ChartDirective = (function (_super) {
82
74
  __extends(ChartDirective, _super);
83
- /**
84
- * @param {?} viewContainerRef
85
- */
75
+
86
76
  function ChartDirective(viewContainerRef) {
87
77
  var _this = _super.call(this) || this;
88
78
  _this.viewContainerRef = viewContainerRef;
@@ -101,16 +91,12 @@ ChartDirective.decorators = [
101
91
  queries: {}
102
92
  },] },
103
93
  ];
104
- /**
105
- * @nocollapse
106
- */
94
+
107
95
  ChartDirective.ctorParameters = function () { return [
108
96
  { type: core.ViewContainerRef, },
109
97
  ]; };
110
- /**
111
- * Chart Array Directive
112
- */
113
- var ChartsDirective = /** @class */ (function (_super) {
98
+
99
+ var ChartsDirective = (function (_super) {
114
100
  __extends(ChartsDirective, _super);
115
101
  function ChartsDirective() {
116
102
  return _super.call(this, 'chart') || this;
@@ -125,36 +111,14 @@ ChartsDirective.decorators = [
125
111
  },
126
112
  },] },
127
113
  ];
128
- /**
129
- * @nocollapse
130
- */
114
+
131
115
  ChartsDirective.ctorParameters = function () { return []; };
132
116
  var input$2 = ['chart', 'colSpan', 'format', 'formula', 'hyperlink', 'image', 'index', 'isLocked', 'rowSpan', 'style', 'validation', 'value', 'wrap'];
133
117
  var outputs$2 = [];
134
- /**
135
- * `e-cell` directive represent a cell of the Angular Spreadsheet.
136
- * It must be contained in a `e-row` directive.
137
- * ```html
138
- * <ejs-spreadsheet>
139
- * <e-sheets>
140
- * <e-sheet>
141
- * <e-rows>
142
- * <e-row>
143
- * <e-cells>
144
- * <e-cell value='A1'></e-cell>
145
- * </e-cells>
146
- * </e-row>
147
- * </e-rows>
148
- * </e-sheet>
149
- * </e-sheets>
150
- * </ejs-spreadsheet>
151
- * ```
152
- */
153
- var CellDirective = /** @class */ (function (_super) {
118
+
119
+ var CellDirective = (function (_super) {
154
120
  __extends(CellDirective, _super);
155
- /**
156
- * @param {?} viewContainerRef
157
- */
121
+
158
122
  function CellDirective(viewContainerRef) {
159
123
  var _this = _super.call(this) || this;
160
124
  _this.viewContainerRef = viewContainerRef;
@@ -177,16 +141,12 @@ CellDirective.decorators = [
177
141
  }
178
142
  },] },
179
143
  ];
180
- /**
181
- * @nocollapse
182
- */
144
+
183
145
  CellDirective.ctorParameters = function () { return [
184
146
  { type: core.ViewContainerRef, },
185
147
  ]; };
186
- /**
187
- * Cell Array Directive
188
- */
189
- var CellsDirective = /** @class */ (function (_super) {
148
+
149
+ var CellsDirective = (function (_super) {
190
150
  __extends(CellsDirective, _super);
191
151
  function CellsDirective() {
192
152
  return _super.call(this, 'cells') || this;
@@ -201,32 +161,14 @@ CellsDirective.decorators = [
201
161
  },
202
162
  },] },
203
163
  ];
204
- /**
205
- * @nocollapse
206
- */
164
+
207
165
  CellsDirective.ctorParameters = function () { return []; };
208
166
  var input$3 = ['cells', 'customHeight', 'format', 'height', 'hidden', 'index'];
209
167
  var outputs$3 = [];
210
- /**
211
- * `e-row` directive represent a row of the Angular Spreadsheet.
212
- * It must be contained in a `e-sheet` directive.
213
- * ```html
214
- * <ejs-spreadsheet>
215
- * <e-sheets>
216
- * <e-sheet>
217
- * <e-rows>
218
- * <e-row></e-row>
219
- * </e-rows>
220
- * </e-sheet>
221
- * </e-sheets>
222
- * </ejs-spreadsheet>
223
- * ```
224
- */
225
- var RowDirective = /** @class */ (function (_super) {
168
+
169
+ var RowDirective = (function (_super) {
226
170
  __extends(RowDirective, _super);
227
- /**
228
- * @param {?} viewContainerRef
229
- */
171
+
230
172
  function RowDirective(viewContainerRef) {
231
173
  var _this = _super.call(this) || this;
232
174
  _this.viewContainerRef = viewContainerRef;
@@ -248,16 +190,12 @@ RowDirective.decorators = [
248
190
  }
249
191
  },] },
250
192
  ];
251
- /**
252
- * @nocollapse
253
- */
193
+
254
194
  RowDirective.ctorParameters = function () { return [
255
195
  { type: core.ViewContainerRef, },
256
196
  ]; };
257
- /**
258
- * Row Array Directive
259
- */
260
- var RowsDirective = /** @class */ (function (_super) {
197
+
198
+ var RowsDirective = (function (_super) {
261
199
  __extends(RowsDirective, _super);
262
200
  function RowsDirective() {
263
201
  return _super.call(this, 'rows') || this;
@@ -272,32 +210,14 @@ RowsDirective.decorators = [
272
210
  },
273
211
  },] },
274
212
  ];
275
- /**
276
- * @nocollapse
277
- */
213
+
278
214
  RowsDirective.ctorParameters = function () { return []; };
279
215
  var input$4 = ['customWidth', 'format', 'hidden', 'index', 'isLocked', 'validation', 'width'];
280
216
  var outputs$4 = [];
281
- /**
282
- * `e-column` directive represent a column of the Angular Spreadsheet.
283
- * It must be contained in a `e-sheet` directive.
284
- * ```html
285
- * <ejs-spreadsheet>
286
- * <e-sheets>
287
- * <e-sheet>
288
- * <e-columns>
289
- * <e-column width='100'></e-column>
290
- * </e-columns>
291
- * </e-sheet>
292
- * </e-sheets>
293
- * </ejs-spreadsheet>
294
- * ```
295
- */
296
- var ColumnDirective = /** @class */ (function (_super) {
217
+
218
+ var ColumnDirective = (function (_super) {
297
219
  __extends(ColumnDirective, _super);
298
- /**
299
- * @param {?} viewContainerRef
300
- */
220
+
301
221
  function ColumnDirective(viewContainerRef) {
302
222
  var _this = _super.call(this) || this;
303
223
  _this.viewContainerRef = viewContainerRef;
@@ -316,16 +236,12 @@ ColumnDirective.decorators = [
316
236
  queries: {}
317
237
  },] },
318
238
  ];
319
- /**
320
- * @nocollapse
321
- */
239
+
322
240
  ColumnDirective.ctorParameters = function () { return [
323
241
  { type: core.ViewContainerRef, },
324
242
  ]; };
325
- /**
326
- * Column Array Directive
327
- */
328
- var ColumnsDirective = /** @class */ (function (_super) {
243
+
244
+ var ColumnsDirective = (function (_super) {
329
245
  __extends(ColumnsDirective, _super);
330
246
  function ColumnsDirective() {
331
247
  return _super.call(this, 'columns') || this;
@@ -340,9 +256,7 @@ ColumnsDirective.decorators = [
340
256
  },
341
257
  },] },
342
258
  ];
343
- /**
344
- * @nocollapse
345
- */
259
+
346
260
  ColumnsDirective.ctorParameters = function () { return []; };
347
261
  var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
348
262
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
@@ -360,26 +274,10 @@ var __metadata = (this && this.__metadata) || function (k, v) {
360
274
  };
361
275
  var input$5 = ['address', 'dataSource', 'query', 'showFieldAsHeader', 'startCell', 'template'];
362
276
  var outputs$5 = [];
363
- /**
364
- * `e-range` directive represent a range of the Angular Spreadsheet.
365
- * It must be contained in a `e-sheet` directive.
366
- * ```html
367
- * <ejs-spreadsheet>
368
- * <e-sheets>
369
- * <e-sheet>
370
- * <e-ranges>
371
- * <e-range [dataSource]='data'></e-range>
372
- * </e-ranges>
373
- * </e-sheet>
374
- * </e-sheets>
375
- * </ejs-spreadsheet>
376
- * ```
377
- */
378
- var RangeDirective = /** @class */ (function (_super) {
277
+
278
+ var RangeDirective = (function (_super) {
379
279
  __extends(RangeDirective, _super);
380
- /**
381
- * @param {?} viewContainerRef
382
- */
280
+
383
281
  function RangeDirective(viewContainerRef) {
384
282
  var _this = _super.call(this) || this;
385
283
  _this.viewContainerRef = viewContainerRef;
@@ -398,9 +296,7 @@ RangeDirective.decorators = [
398
296
  queries: {}
399
297
  },] },
400
298
  ];
401
- /**
402
- * @nocollapse
403
- */
299
+
404
300
  RangeDirective.ctorParameters = function () { return [
405
301
  { type: core.ViewContainerRef, },
406
302
  ]; };
@@ -411,10 +307,8 @@ __decorate([
411
307
  ej2AngularBase.Template(),
412
308
  __metadata("design:type", Object)
413
309
  ], RangeDirective.prototype, "template", void 0);
414
- /**
415
- * Range Array Directive
416
- */
417
- var RangesDirective = /** @class */ (function (_super) {
310
+
311
+ var RangesDirective = (function (_super) {
418
312
  __extends(RangesDirective, _super);
419
313
  function RangesDirective() {
420
314
  return _super.call(this, 'ranges') || this;
@@ -429,32 +323,14 @@ RangesDirective.decorators = [
429
323
  },
430
324
  },] },
431
325
  ];
432
- /**
433
- * @nocollapse
434
- */
326
+
435
327
  RangesDirective.ctorParameters = function () { return []; };
436
328
  var input$6 = ['cFColor', 'format', 'range', 'type', 'value'];
437
329
  var outputs$6 = [];
438
- /**
439
- * `e-conditionalformat` directive represent a conditionalformat of the Angular Spreadsheet.
440
- * It must be contained in a `e-sheet` directive.
441
- * ```html
442
- * <ejs-spreadsheet>
443
- * <e-sheets>
444
- * <e-sheet>
445
- * <e-conditionalformats>
446
- * <e-conditionalformat></e-conditionalformat>
447
- * </e-conditionalformats>
448
- * </e-sheet>
449
- * </e-sheets>
450
- * </ejs-spreadsheet>
451
- * ```
452
- */
453
- var ConditionalFormatDirective = /** @class */ (function (_super) {
330
+
331
+ var ConditionalFormatDirective = (function (_super) {
454
332
  __extends(ConditionalFormatDirective, _super);
455
- /**
456
- * @param {?} viewContainerRef
457
- */
333
+
458
334
  function ConditionalFormatDirective(viewContainerRef) {
459
335
  var _this = _super.call(this) || this;
460
336
  _this.viewContainerRef = viewContainerRef;
@@ -473,16 +349,12 @@ ConditionalFormatDirective.decorators = [
473
349
  queries: {}
474
350
  },] },
475
351
  ];
476
- /**
477
- * @nocollapse
478
- */
352
+
479
353
  ConditionalFormatDirective.ctorParameters = function () { return [
480
354
  { type: core.ViewContainerRef, },
481
355
  ]; };
482
- /**
483
- * ConditionalFormat Array Directive
484
- */
485
- var ConditionalFormatsDirective = /** @class */ (function (_super) {
356
+
357
+ var ConditionalFormatsDirective = (function (_super) {
486
358
  __extends(ConditionalFormatsDirective, _super);
487
359
  function ConditionalFormatsDirective() {
488
360
  return _super.call(this, 'conditionalformats') || this;
@@ -497,29 +369,14 @@ ConditionalFormatsDirective.decorators = [
497
369
  },
498
370
  },] },
499
371
  ];
500
- /**
501
- * @nocollapse
502
- */
372
+
503
373
  ConditionalFormatsDirective.ctorParameters = function () { return []; };
504
374
  var input$7 = ['activeCell', 'colCount', 'columns', 'conditionalFormats', 'frozenColumns', 'frozenRows', 'index', 'isProtected', 'name', 'paneTopLeftCell', 'password', 'protectSettings', 'ranges', 'rowCount', 'rows', 'selectedRange', 'showGridLines', 'showHeaders', 'state', 'topLeftCell', 'usedRange'];
505
375
  var outputs$7 = [];
506
- /**
507
- * `e-sheet` directive represent a sheet of the Angular Spreadsheet.
508
- * It must be contained in a Spreadsheet component(`ejs-spreadsheet`).
509
- * ```html
510
- * <ejs-spreadsheet>
511
- * <e-sheets>
512
- * <e-sheet></e-sheet>
513
- * <e-sheet></e-sheet>
514
- * </e-sheets>
515
- * </ejs-spreadsheet>
516
- * ```
517
- */
518
- var SheetDirective = /** @class */ (function (_super) {
376
+
377
+ var SheetDirective = (function (_super) {
519
378
  __extends(SheetDirective, _super);
520
- /**
521
- * @param {?} viewContainerRef
522
- */
379
+
523
380
  function SheetDirective(viewContainerRef) {
524
381
  var _this = _super.call(this) || this;
525
382
  _this.viewContainerRef = viewContainerRef;
@@ -544,16 +401,12 @@ SheetDirective.decorators = [
544
401
  }
545
402
  },] },
546
403
  ];
547
- /**
548
- * @nocollapse
549
- */
404
+
550
405
  SheetDirective.ctorParameters = function () { return [
551
406
  { type: core.ViewContainerRef, },
552
407
  ]; };
553
- /**
554
- * Sheet Array Directive
555
- */
556
- var SheetsDirective = /** @class */ (function (_super) {
408
+
409
+ var SheetsDirective = (function (_super) {
557
410
  __extends(SheetsDirective, _super);
558
411
  function SheetsDirective() {
559
412
  return _super.call(this, 'sheets') || this;
@@ -568,29 +421,14 @@ SheetsDirective.decorators = [
568
421
  },
569
422
  },] },
570
423
  ];
571
- /**
572
- * @nocollapse
573
- */
424
+
574
425
  SheetsDirective.ctorParameters = function () { return []; };
575
426
  var input$8 = ['comment', 'name', 'refersTo', 'scope'];
576
427
  var outputs$8 = [];
577
- /**
578
- * `e-definedname` directive represent a defined name of the Angular Spreadsheet.
579
- * It must be contained in a Spreadsheet component(`ejs-spreadsheet`).
580
- * ```html
581
- * <ejs-spreadsheet>
582
- * <e-definednames>
583
- * <e-definedname></e-definedname>
584
- * <e-definedname></e-definedname>
585
- * </e-definednames>
586
- * </ejs-spreadsheet>
587
- * ```
588
- */
589
- var DefinedNameDirective = /** @class */ (function (_super) {
428
+
429
+ var DefinedNameDirective = (function (_super) {
590
430
  __extends(DefinedNameDirective, _super);
591
- /**
592
- * @param {?} viewContainerRef
593
- */
431
+
594
432
  function DefinedNameDirective(viewContainerRef) {
595
433
  var _this = _super.call(this) || this;
596
434
  _this.viewContainerRef = viewContainerRef;
@@ -609,16 +447,12 @@ DefinedNameDirective.decorators = [
609
447
  queries: {}
610
448
  },] },
611
449
  ];
612
- /**
613
- * @nocollapse
614
- */
450
+
615
451
  DefinedNameDirective.ctorParameters = function () { return [
616
452
  { type: core.ViewContainerRef, },
617
453
  ]; };
618
- /**
619
- * DefinedName Array Directive
620
- */
621
- var DefinedNamesDirective = /** @class */ (function (_super) {
454
+
455
+ var DefinedNamesDirective = (function (_super) {
622
456
  __extends(DefinedNamesDirective, _super);
623
457
  function DefinedNamesDirective() {
624
458
  return _super.call(this, 'definednames') || this;
@@ -633,9 +467,7 @@ DefinedNamesDirective.decorators = [
633
467
  },
634
468
  },] },
635
469
  ];
636
- /**
637
- * @nocollapse
638
- */
470
+
639
471
  DefinedNamesDirective.ctorParameters = function () { return []; };
640
472
  var __decorate$1 = (this && this.__decorate) || function (decorators, target, key, desc) {
641
473
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
@@ -654,20 +486,10 @@ var __metadata$1 = (this && this.__metadata) || function (k, v) {
654
486
  var inputs = ['activeSheetIndex', 'allowAutoFill', 'allowCellFormatting', 'allowChart', 'allowConditionalFormat', 'allowDataValidation', 'allowDelete', 'allowEditing', 'allowFiltering', 'allowFindAndReplace', 'allowFreezePane', 'allowHyperlink', 'allowImage', 'allowInsert', 'allowMerge', 'allowNumberFormatting', 'allowOpen', 'allowResizing', 'allowSave', 'allowScrolling', 'allowSorting', 'allowUndoRedo', 'allowWrap', 'autoFillSettings', 'cellStyle', 'cssClass', 'currencyCode', 'definedNames', 'enableClipboard', 'enableContextMenu', 'enableKeyboardNavigation', 'enableKeyboardShortcut', 'enablePersistence', 'enableRtl', 'height', 'isProtected', 'listSeparator', 'locale', 'openUrl', 'password', 'saveUrl', 'scrollSettings', 'selectionSettings', 'sheets', 'showAggregate', 'showFormulaBar', 'showRibbon', 'showSheetTabs', 'width'];
655
487
  var outputs$9 = ['actionBegin', 'actionComplete', 'afterHyperlinkClick', 'afterHyperlinkCreate', 'beforeCellFormat', 'beforeCellRender', 'beforeCellSave', 'beforeCellUpdate', 'beforeConditionalFormat', 'beforeDataBound', 'beforeHyperlinkClick', 'beforeHyperlinkCreate', 'beforeOpen', 'beforeSave', 'beforeSelect', 'beforeSort', 'cellEdit', 'cellEdited', 'cellEditing', 'cellSave', 'contextMenuBeforeClose', 'contextMenuBeforeOpen', 'contextMenuItemSelect', 'created', 'dataBound', 'dataSourceChanged', 'dialogBeforeOpen', 'fileMenuBeforeClose', 'fileMenuBeforeOpen', 'fileMenuItemSelect', 'openComplete', 'openFailure', 'queryCellInfo', 'saveComplete', 'select', 'sortComplete'];
656
488
  var twoWays = [''];
657
- /**
658
- * `ejs-spreadsheet` represents the Angular Spreadsheet Component.
659
- * ```html
660
- * <ejs-spreadsheet></ejs-spreadsheet>
661
- * ```
662
- */
663
- exports.SpreadsheetComponent = /** @class */ (function (_super) {
489
+
490
+ exports.SpreadsheetComponent = (function (_super) {
664
491
  __extends(SpreadsheetComponent, _super);
665
- /**
666
- * @param {?} ngEle
667
- * @param {?} srenderer
668
- * @param {?} viewContainerRef
669
- * @param {?} injector
670
- */
492
+
671
493
  function SpreadsheetComponent(ngEle, srenderer, viewContainerRef, injector) {
672
494
  var _this = _super.call(this) || this;
673
495
  _this.ngEle = ngEle;
@@ -788,31 +610,23 @@ exports.SpreadsheetComponent = /** @class */ (function (_super) {
788
610
  _this.context = new ej2AngularBase.ComponentBase();
789
611
  return _this;
790
612
  }
791
- /**
792
- * @return {?}
793
- */
613
+
794
614
  SpreadsheetComponent.prototype.ngOnInit = function () {
795
615
  this.context.ngOnInit(this);
796
616
  };
797
- /**
798
- * @return {?}
799
- */
617
+
800
618
  SpreadsheetComponent.prototype.ngAfterViewInit = function () {
801
619
  this.context.ngAfterViewInit(this);
802
620
  };
803
- /**
804
- * @return {?}
805
- */
621
+
806
622
  SpreadsheetComponent.prototype.ngOnDestroy = function () {
807
623
  this.context.ngOnDestroy(this);
808
624
  };
809
- /**
810
- * @return {?}
811
- */
625
+
812
626
  SpreadsheetComponent.prototype.ngAfterContentChecked = function () {
813
627
  this.tagObjects[0].instance = this.childSheets;
814
628
  if (this.childDefinedNames) {
815
- this.tagObjects[1].instance = /** @type {?} */ (this.childDefinedNames);
629
+ this.tagObjects[1].instance = (this.childDefinedNames);
816
630
  }
817
631
  this.context.ngAfterContentChecked(this);
818
632
  };
@@ -831,9 +645,7 @@ exports.SpreadsheetComponent.decorators = [
831
645
  }
832
646
  },] },
833
647
  ];
834
- /**
835
- * @nocollapse
836
- */
648
+
837
649
  exports.SpreadsheetComponent.ctorParameters = function () { return [
838
650
  { type: core.ElementRef, },
839
651
  { type: core.Renderer2, },
@@ -854,10 +666,8 @@ exports.SpreadsheetComponent = __decorate$1([
854
666
  core.ViewContainerRef,
855
667
  core.Injector])
856
668
  ], exports.SpreadsheetComponent);
857
- /**
858
- * NgModule definition for the Spreadsheet component.
859
- */
860
- var SpreadsheetModule = /** @class */ (function () {
669
+
670
+ var SpreadsheetModule = (function () {
861
671
  function SpreadsheetModule() {
862
672
  }
863
673
  return SpreadsheetModule;
@@ -909,9 +719,7 @@ SpreadsheetModule.decorators = [
909
719
  ]
910
720
  },] },
911
721
  ];
912
- /**
913
- * @nocollapse
914
- */
722
+
915
723
  SpreadsheetModule.ctorParameters = function () { return []; };
916
724
  var ClipboardService = { provide: 'SpreadsheetClipboard', useValue: ej2Spreadsheet.Clipboard };
917
725
  var EditService = { provide: 'SpreadsheetEdit', useValue: ej2Spreadsheet.Edit };
@@ -928,10 +736,8 @@ var DataBindService = { provide: 'SpreadsheetDataBind', useValue: ej2Spreadsheet
928
736
  var CellFormatService = { provide: 'SpreadsheetCellFormat', useValue: ej2Spreadsheet.CellFormat };
929
737
  var NumberFormatService = { provide: 'SpreadsheetNumberFormat', useValue: ej2Spreadsheet.NumberFormat };
930
738
  var FormulaService = { provide: 'SpreadsheetFormula', useValue: ej2Spreadsheet.Formula };
931
- /**
932
- * NgModule definition for the Spreadsheet component with providers.
933
- */
934
- var SpreadsheetAllModule = /** @class */ (function () {
739
+
740
+ var SpreadsheetAllModule = (function () {
935
741
  function SpreadsheetAllModule() {
936
742
  }
937
743
  return SpreadsheetAllModule;
@@ -961,9 +767,7 @@ SpreadsheetAllModule.decorators = [
961
767
  ]
962
768
  },] },
963
769
  ];
964
- /**
965
- * @nocollapse
966
- */
770
+
967
771
  SpreadsheetAllModule.ctorParameters = function () { return []; };
968
772
 
969
773
  exports.ImageDirective = ImageDirective;
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-spreadsheet.umd.min.js
3
- * version : 25.2.3
3
+ * version : 25.2.4
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-spreadsheet@*",
3
- "_id": "@syncfusion/ej2-angular-spreadsheet@25.1.42",
3
+ "_id": "@syncfusion/ej2-angular-spreadsheet@25.2.3",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-000GC/2iFwzZxVPACxm3gWBgnsfRx2TNufdPZAtY6DakC1ta/pqwwRG0Sllj42Yd08S7tiQQjHgyVbArKKN/FQ==",
5
+ "_integrity": "sha512-AI6wbdCvoL8SybbaVe+xVsjde1yR5A4uxQJS2Zbm4ayMicPss7HffVuzgRFmY+xzk4i9lKf4JJao7UzziRYuqg==",
6
6
  "_location": "/@syncfusion/ej2-angular-spreadsheet",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-spreadsheet/-/ej2-angular-spreadsheet-25.1.42.tgz",
23
- "_shasum": "ec693761fe5d5b7309da6baa5cdb255aa4b89079",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-spreadsheet/-/ej2-angular-spreadsheet-25.2.3.tgz",
23
+ "_shasum": "cf72ac34ff66ec849ade57ad9e15d4405e41c947",
24
24
  "_spec": "@syncfusion/ej2-angular-spreadsheet@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_25.1.1/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~25.2.3",
34
+ "@syncfusion/ej2-angular-base": "~25.2.4",
35
35
  "@syncfusion/ej2-base": "~25.2.3",
36
- "@syncfusion/ej2-spreadsheet": "25.2.3"
36
+ "@syncfusion/ej2-spreadsheet": "25.2.4"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Feature-rich JavaScript Spreadsheet (Excel) control with built-in support for selection, editing, formatting, importing and exporting to Excel for Angular",
@@ -56,5 +56,5 @@
56
56
  "schematics": "./schematics/collection.json",
57
57
  "sideEffects": false,
58
58
  "typings": "ej2-angular-spreadsheet.d.ts",
59
- "version": "25.2.3-ngcc"
59
+ "version": "25.2.4-ngcc"
60
60
  }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-spreadsheet";
2
- export declare const pkgVer = "^25.1.42";
2
+ export declare const pkgVer = "^25.2.3";
3
3
  export declare const moduleName = "SpreadsheetModule";
4
- export declare const themeVer = "~25.1.42";
4
+ export declare const themeVer = "~25.2.3";
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-spreadsheet';
4
- exports.pkgVer = '^25.2.3';
4
+ exports.pkgVer = '^25.2.4';
5
5
  exports.moduleName = 'SpreadsheetModule';
6
- exports.themeVer = '~25.2.3';
6
+ exports.themeVer = '~25.2.4';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-spreadsheet';
2
- export const pkgVer = '^25.2.3';
2
+ export const pkgVer = '^25.2.4';
3
3
  export const moduleName = 'SpreadsheetModule';
4
- export const themeVer = '~25.2.3';
4
+ export const themeVer = '~25.2.4';