osl-base-extended 10.3.0 → 10.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": "10.3.0",
3
+ "version": "10.5.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.2.0",
6
6
  "@angular/core": "^21.2.0"
@@ -966,6 +966,7 @@ declare class OslFormGrid {
966
966
  /** Resolves the human-readable value for a cell — same value the grid control represents,
967
967
  * not the raw model value (e.g. displayField label instead of an id, formatted date, etc). */
968
968
  getPreviewValue(col: OslFormGridColumn, row: any): any;
969
+ private resolveDisplayFromList;
969
970
  private formatDate;
970
971
  onSelectChange(col: OslFormGridColumn, row: any, i: number, value: any): void;
971
972
  onPanelSearchChange(value: string): void;