@aquera/ngx-smart-table 0.0.20-alpha → 0.0.22

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": "@aquera/ngx-smart-table",
3
- "version": "0.0.20-alpha",
3
+ "version": "0.0.22",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^21.0.0",
@@ -3415,6 +3415,7 @@ declare class NileSelectEditor<T = string> implements CellEditor<T> {
3415
3415
  private optionsSubscription?;
3416
3416
  private currentOptions;
3417
3417
  private trackedValues;
3418
+ private hasChangeOccurred;
3418
3419
  constructor(options: NileSelectEditorOptions);
3419
3420
  edit(context: CellEditorContext<T>): void;
3420
3421
  /**