igniteui-angular 15.0.16 → 15.0.17

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.
@@ -14,12 +14,11 @@ export declare class WorksheetDataDictionary {
14
14
  private _context;
15
15
  constructor(columnCount: number, columnWidth: number, columnWidthsList: number[]);
16
16
  get columnWidths(): number[];
17
- saveValue(value: any, isHeader: boolean): number;
17
+ saveValue(value: any, isHeader: boolean, shouldSanitizeValue?: boolean): number;
18
18
  getValue(value: string): number;
19
19
  getSanitizedValue(sanitizedValue: string): number;
20
20
  getKeys(): string[];
21
21
  private getTextWidth;
22
22
  private getContext;
23
- private sanitizeValue;
24
23
  private dirtyKeyCollections;
25
24
  }
@@ -8,4 +8,5 @@ export declare class ExportUtilities {
8
8
  static isSpecialData(data: any): boolean;
9
9
  static hasValue(value: any): boolean;
10
10
  static isNullOrWhitespaces(value: string): boolean;
11
+ static sanitizeValue(value: any): string;
11
12
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-angular",
3
- "version": "15.0.16",
3
+ "version": "15.0.17",
4
4
  "description": "Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps",
5
5
  "author": "Infragistics",
6
6
  "license": "SEE LICENSE IN LICENSE",