@aquera/ngx-smart-table 0.0.16-alpha → 0.0.17-patch-0.1

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.
@@ -77,6 +77,8 @@ export declare class NileSelectEditor<T = string> implements CellEditor<T> {
77
77
  private eventListeners;
78
78
  private optionsSubscription?;
79
79
  private currentOptions;
80
+ private trackedValues;
81
+ private hasChangeOccurred;
80
82
  constructor(options: NileSelectEditorOptions);
81
83
  edit(context: CellEditorContext<T>): void;
82
84
  /**
@@ -93,6 +95,8 @@ export declare class NileSelectEditor<T = string> implements CellEditor<T> {
93
95
  private updateOptions;
94
96
  /**
95
97
  * Create NileOption elements and append them to the select
98
+ * When enableVirtualScroll is true, uses data property instead of DOM elements
99
+ * @see https://nile.aqueralabs.com/select-virtual?theme=enterprise
96
100
  * @param options - The options to render
97
101
  */
98
102
  private createAndAppendOptions;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aquera/ngx-smart-table",
3
- "version": "0.0.16-alpha",
3
+ "version": "0.0.17-patch-0.1",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "@angular/common": ">=13.0.0 <16.0.0",