osl-base-extended 6.3.0 → 6.5.0

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": "osl-base-extended",
3
- "version": "6.3.0",
3
+ "version": "6.5.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.2.0",
6
6
  "@angular/core": "^21.2.0"
@@ -591,7 +591,7 @@ interface OslSetupState {
591
591
  highlightedRow: any;
592
592
  }
593
593
 
594
- type OslDisplayType = 'date' | 'datetime' | 'time' | 'link' | 'customDateFormat';
594
+ type OslDisplayType = 'date' | 'datetime' | 'time' | 'link' | 'customDateFormat' | 'boolean';
595
595
  interface OslGridColumn {
596
596
  key: string;
597
597
  label: string;