@reforgium/data-grid 2.3.4 → 2.3.5

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.
@@ -1,4 +1,4 @@
1
- import { c as computeScrollbarState, a as clampThumbTop, m as mapThumbTopToScrollTop } from './reforgium-data-grid-reforgium-data-grid-DDt9eHYx.mjs';
1
+ import { c as computeScrollbarState, a as clampThumbTop, m as mapThumbTopToScrollTop } from './reforgium-data-grid-reforgium-data-grid-DK84fYFQ.mjs';
2
2
 
3
3
  function createGridOverlayScrollFeature(ctx) {
4
4
  const showScrollbar = () => {
@@ -76,4 +76,4 @@ function createGridOverlayScrollFeature(ctx) {
76
76
  }
77
77
 
78
78
  export { createGridOverlayScrollFeature };
79
- //# sourceMappingURL=reforgium-data-grid-grid-overlay-scroll.feature-sTDtb2P0.mjs.map
79
+ //# sourceMappingURL=reforgium-data-grid-grid-overlay-scroll.feature-BnLB5Ny4.mjs.map
@@ -2825,6 +2825,7 @@ class DataGrid {
2825
2825
  },
2826
2826
  () => {
2827
2827
  this.pinnedRows();
2828
+ this.vm.pinnedRows.set(this.pinnedRows());
2828
2829
  this.vm.containerWidth();
2829
2830
  this.onVerticalScroll();
2830
2831
  },
@@ -3072,7 +3073,6 @@ class DataGrid {
3072
3073
  initVm() {
3073
3074
  this.vm.scrollEl.set(this.scrollEl());
3074
3075
  this.vm.columns.set(this.extendedColumns());
3075
- this.vm.pinnedRows.set(this.pinnedRows());
3076
3076
  this.headerGroupsFeature.syncHeaderGroups();
3077
3077
  this.headerMeasureFeature.scheduleMeasure();
3078
3078
  }
@@ -3159,7 +3159,7 @@ class DataGrid {
3159
3159
  if (this.overlayScrollFeaturePromise) {
3160
3160
  return this.overlayScrollFeaturePromise;
3161
3161
  }
3162
- this.overlayScrollFeaturePromise = import('./reforgium-data-grid-grid-overlay-scroll.feature-sTDtb2P0.mjs').then(({ createGridOverlayScrollFeature }) => {
3162
+ this.overlayScrollFeaturePromise = import('./reforgium-data-grid-grid-overlay-scroll.feature-BnLB5Ny4.mjs').then(({ createGridOverlayScrollFeature }) => {
3163
3163
  const feature = createGridOverlayScrollFeature({
3164
3164
  getScrollElement: () => this.scrollEl()?.nativeElement ?? null,
3165
3165
  getThumbTop: () => this.vm.thumbTopPx(),
@@ -3284,4 +3284,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.1", ngImpor
3284
3284
  */
3285
3285
 
3286
3286
  export { DataGridTypeCellTemplateDirective as D, clampThumbTop as a, DataGridCellTemplateDirective as b, computeScrollbarState as c, DataGridHeaderTemplateDirective as d, DataGridRowDirective as e, DataGridDeclarativeColumn as f, DataGridDeclarativeHeaderDirective as g, DataGridDeclarativeCellDirective as h, DataGridCellEmptyDirective as i, DataGridCellLoadingDirective as j, DataGridStickyRowDirective as k, DataGridSortIconDirective as l, mapThumbTopToScrollTop as m, DataGridExpanderIconDirective as n, DATA_GRID_CONFIG as o, DEFAULT_DATA_GRID_DEFAULTS as p, provideDataGridDefaults as q, DataGrid as r };
3287
- //# sourceMappingURL=reforgium-data-grid-reforgium-data-grid-DDt9eHYx.mjs.map
3287
+ //# sourceMappingURL=reforgium-data-grid-reforgium-data-grid-DK84fYFQ.mjs.map
@@ -1,2 +1,2 @@
1
- export { o as DATA_GRID_CONFIG, p as DEFAULT_DATA_GRID_DEFAULTS, r as DataGrid, i as DataGridCellEmptyDirective, j as DataGridCellLoadingDirective, b as DataGridCellTemplateDirective, h as DataGridDeclarativeCellDirective, f as DataGridDeclarativeColumn, g as DataGridDeclarativeHeaderDirective, n as DataGridExpanderIconDirective, d as DataGridHeaderTemplateDirective, e as DataGridRowDirective, l as DataGridSortIconDirective, k as DataGridStickyRowDirective, D as DataGridTypeCellTemplateDirective, q as provideDataGridDefaults } from './reforgium-data-grid-reforgium-data-grid-DDt9eHYx.mjs';
1
+ export { o as DATA_GRID_CONFIG, p as DEFAULT_DATA_GRID_DEFAULTS, r as DataGrid, i as DataGridCellEmptyDirective, j as DataGridCellLoadingDirective, b as DataGridCellTemplateDirective, h as DataGridDeclarativeCellDirective, f as DataGridDeclarativeColumn, g as DataGridDeclarativeHeaderDirective, n as DataGridExpanderIconDirective, d as DataGridHeaderTemplateDirective, e as DataGridRowDirective, l as DataGridSortIconDirective, k as DataGridStickyRowDirective, D as DataGridTypeCellTemplateDirective, q as provideDataGridDefaults } from './reforgium-data-grid-reforgium-data-grid-DK84fYFQ.mjs';
2
2
  //# sourceMappingURL=reforgium-data-grid.mjs.map
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.3.4",
2
+ "version": "2.3.5",
3
3
  "name": "@reforgium/data-grid",
4
4
  "description": "reforgium DataGrid component",
5
5
  "author": "rtommievich",