@one-paragon/angular-utilities 2.2.10 → 2.2.11

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@one-paragon/angular-utilities",
3
- "version": "2.2.10",
3
+ "version": "2.2.11",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "19.2.1",
6
6
  "@angular/core": "19.2.1",
@@ -24,7 +24,7 @@ export interface TableBuilderExport {
24
24
  /**
25
25
  * defaults to 'as view'
26
26
  */
27
- mapLink?: 'as link' | 'as view' | 'add link' | 'as excell' | 'add excell';
27
+ mapLink?: 'as link' | 'as view' | 'add link' | 'as excel' | 'add excel';
28
28
  /**
29
29
  * used with `mapLink` = 'as link' or 'add link' to add a domain prefix to the link
30
30
  */