@aquera/ngx-smart-table 0.0.21 → 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
|
@@ -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
|
/**
|