@aquera/ngx-smart-table 0.0.8-alpha → 0.0.9-alpha

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.
@@ -300,9 +300,22 @@ export declare class StTableComponent implements OnInit, OnChanges, OnDestroy, A
300
300
  */
301
301
  private updateCellFocusStates;
302
302
  /**
303
- * Focus the TD element in the DOM
303
+ * Focus the TD element in the DOM and scroll it into view,
304
+ * accounting for sticky columns on left and right
304
305
  */
305
306
  private focusTdElement;
307
+ /**
308
+ * Scroll a cell into view, accounting for sticky columns
309
+ */
310
+ private scrollCellIntoView;
311
+ /**
312
+ * Get the scroll container element
313
+ */
314
+ private getScrollContainerElement;
315
+ /**
316
+ * Calculate total width of sticky columns on left and right
317
+ */
318
+ private calculateStickyWidths;
306
319
  /**
307
320
  * Handle cell click
308
321
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aquera/ngx-smart-table",
3
- "version": "0.0.8-alpha",
3
+ "version": "0.0.9-alpha",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "@angular/common": ">=13.0.0 <16.0.0",