@infinite-table/infinite-react 5.0.0-canary.3 → 5.0.0-canary.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.
package/index.dev.mjs CHANGED
@@ -1323,7 +1323,7 @@ function buildSubscriptionCallback(withRaf = false) {
1323
1323
  }
1324
1324
 
1325
1325
  // src/components/InfiniteTable/vars.css.ts
1326
- var ThemeVars = { color: { accent: "var(--infinite-accent-color)", error: "var(--infinite-error-color)", color: "var(--infinite-color)" }, spacing: { "0": "var(--infinite-space-0)", "1": "var(--infinite-space-1)", "2": "var(--infinite-space-2)", "3": "var(--infinite-space-3)", "4": "var(--infinite-space-4)", "5": "var(--infinite-space-5)", "6": "var(--infinite-space-6)", "7": "var(--infinite-space-7)", "8": "var(--infinite-space-8)", "9": "var(--infinite-space-9)", "10": "var(--infinite-space-10)" }, fontSize: { "0": "var(--infinite-font-size-0)", "1": "var(--infinite-font-size-1)", "2": "var(--infinite-font-size-2)", "3": "var(--infinite-font-size-3)", "4": "var(--infinite-font-size-4)", "5": "var(--infinite-font-size-5)", "6": "var(--infinite-font-size-6)", "7": "var(--infinite-font-size-7)" }, fontFamily: "var(--infinite-font-family)", minHeight: "var(--infinite-min-height)", borderRadius: "var(--infinite-border-radius)", background: "var(--infinite-background)", iconSize: "var(--infinite-icon-size)", runtime: { bodyWidth: "var(--infinite-runtime-body-content-width)", totalVisibleColumnsWidthValue: "var(--infinite-runtime-total-visible-columns-width)", totalVisibleColumnsWidthVar: "var(--infinite-runtime-total-visible-columns-width-var)", visibleColumnsCount: "var(--infinite-runtime-visible-columns-count)", browserScrollbarWidth: "var(--infinite-runtime-browser-scrollbar-width)" }, components: { LoadMask: { padding: "var(--infinite-load-mask-padding)", color: "var(--infinite-load-mask-color)", textBackground: "var(--infinite-load-mask-text-background)", overlayBackground: "var(--infinite-load-mask-overlay-background)", overlayOpacity: "var(--infinite-load-mask-overlay-opacity)", borderRadius: "var(--infinite-load-mask-border-radius)" }, Header: { background: "var(--infinite-header-background)", color: "var(--infinite-header-color)", columnHeaderHeight: "var(--infinite-column-header-height)" }, HeaderCell: { background: "var(--infinite-header-cell-background)", hoverBackground: "var(--infinite-header-cell-hover-background)", border: "var(--infinite-header-cell-border)", padding: "var(--infinite-header-cell-padding)", paddingX: "var(--infinite-header-cell-padding-x)", paddingY: "var(--infinite-header-cell-padding-y)", iconSize: "var(--infinite-header-cell-icon-size)", menuIconLineWidth: "var(--infinite-header-cell-menu-icon-line-width)", sortIconMargin: "var(--infinite-header-cell-sort-icon-margin)", borderRight: "var(--infinite-header-cell-border-right)", resizeHandleActiveAreaWidth: "var(--infinite-resize-handle-active-area-width)", resizeHandleWidth: "var(--infinite-resize-handle-width)", resizeHandleHoverBackground: "var(--infinite-resize-handle-hover-background)", resizeHandleConstrainedHoverBackground: "var(--infinite-resize-handle-constrained-hover-background)", filterOperatorPaddingX: "var(--infinite-filter-operator-padding-x)", filterEditorPaddingX: "var(--infinite-filter-editor-padding-x)", filterEditorMarginX: "var(--infinite-filter-editor-margin-x)", filterOperatorPaddingY: "var(--infinite-filter-operator-padding-y)", filterEditorPaddingY: "var(--infinite-filter-editor-padding-y)", filterEditorMarginY: "var(--infinite-filter-editor-margin-y)", filterEditorBackground: "var(--infinite-filter-editor-background)", filterEditorBorder: "var(--infinite-filter-editor-border)", filterEditorFocusBorderColor: "var(--infinite-filter-editor-focus-border-color)", filterEditorBorderRadius: "var(--infinite-filter-editor-border-radius)", filterEditorColor: "var(--infinite-filter-editor-color)" }, ActiveCellIndicator: { inset: "var(--infinite-active-cell-indicator-inset)" }, Cell: { padding: "var(--infinite-cell-padding)", borderWidth: "var(--infinite-cell-border-width)", border: "var(--infinite-cell-border)", borderLeft: "var(--infinite-cell-border-left)", borderRight: "var(--infinite-cell-border-right)", borderTop: "var(--infinite-cell-border-top)", borderInvisible: "var(--infinite-cell-border-invisible)", borderRadius: "var(--infinite-cell-border-radius)", reorderEffectDuration: "var(--infinite-column-reorder-effect-duration)", pinnedBorder: "var(--infinite-pinned-cell-border)", color: "var(--infinite-cell-color)", selectedBackground: "var(--infinite-selected-cell-background)", selectedBackgroundDefault: "var(--infinite-selected-cell-background-default)", selectedBackgroundAlpha: "var(--infinite-selected-cell-background-alpha)", selectedBackgroundAlphaWhenTableUnfocused: "var(--infinite-selected-cell-background-alpha--table-unfocused)", selectedBorderColor: "var(--infinite-selected-cell-border-color)", selectedBorderWidth: "var(--infinite-selected-cell-border-width)", selectedBorderStyle: "var(--infinite-selected-cell-border-style)", selectedBorder: "var(--infinite-selected-cell-border)", activeBackgroundAlpha: "var(--infinite-active-cell-background-alpha)", activeBackgroundAlphaWhenTableUnfocused: "var(--infinite-active-cell-background-alpha--table-unfocused)", activeBackground: "var(--infinite-active-cell-background)", activeBackgroundDefault: "var(--infinite-active-cell-background-default)", activeBorderColor: "var(--infinite-active-cell-border-color)", activeBorderWidth: "var(--infinite-active-cell-border-width)", activeBorderStyle: "var(--infinite-active-cell-border-style)", activeBorder: "var(--infinite-active-cell-border)" }, SelectionCheckBox: { marginInline: "var(--infinite-selection-checkbox-margin-inline)" }, Menu: { background: "var(--infinite-menu-background)", color: "var(--infinite-menu-color)", separatorColor: "var(--infinite-menu-separator-color)", padding: "var(--infinite-menu-padding)", cellPaddingVertical: "var(--infinite-menu-cell-padding-vertical)", cellPaddingHorizontal: "var(--infinite-menu-cell-padding-horizontal)", cellMarginVertical: "var(--infinite-menu-cell-margin-vertical)", itemDisabledBackground: "var(--infinite-menu-item-disabled-background)", itemActiveBackground: "var(--infinite-menu-item-active-background)", itemActiveOpacity: "var(--infinite-menu-item-active-opacity)", itemPressedOpacity: "var(--infinite-menu-item-pressed-opacity)", itemPressedBackground: "var(--infinite-menu-item-pressed-background)", itemDisabledOpacity: "var(--infinite-menu-item-disabled-opacity)", borderRadius: "var(--infinite-menu-border-radius)", shadowColor: "var(--infinite-menu-shadow-color)" }, RowDetail: { background: "var(--infinite-rowdetail-background)", padding: "var(--infinite-rowdetail-padding)", gridHeight: "var(--infinite-rowdetail-grid-height)" }, Row: { background: "var(--infinite-row-background)", oddBackground: "var(--infinite-row-odd-background)", disabledBackground: "var(--infinite-row-disabled-background)", oddDisabledBackground: "var(--infinite-row-odd-disabled-background)", selectedBackground: "var(--infinite-row-selected-background)", disabledOpacity: "var(--infinite-row-disabled-opacity)", activeBackground: "var(--infinite-active-row-background)", activeBorderColor: "var(--infinite-active-row-border-color)", activeBorderWidth: "var(--infinite-active-row-border-width)", activeBorderStyle: "var(--infinite-active-row-border-style)", activeBorder: "var(--infinite-active-row-border)", activeBackgroundAlpha: "var(--infinite-active-row-background-alpha)", activeBackgroundAlphaWhenTableUnfocused: "var(--infinite-active-row-background-alpha--table-unfocused)", hoverBackground: "var(--infinite-row-hover-background)", selectedHoverBackground: "var(--infinite-row-selected-hover-background)", selectedDisabledBackground: "var(--infinite-row-selected-disabled-background)", groupRowBackground: "var(--infinite-group-row-background)", groupRowColumnNesting: "var(--infinite-group-row-column-nesting)", groupNesting: "var(--infinite-dont-override-group-row-nesting-length)", pointerEventsWhileScrolling: "var(--infinite-row-pointer-events-while-scrolling)" }, ColumnCell: { background: "var(--infinite-column-cell-bg-dont-override)" } } };
1326
+ var ThemeVars = { color: { accent: "var(--infinite-accent-color)", success: "var(--infinite-success-color)", error: "var(--infinite-error-color)", color: "var(--infinite-color)" }, spacing: { "0": "var(--infinite-space-0)", "1": "var(--infinite-space-1)", "2": "var(--infinite-space-2)", "3": "var(--infinite-space-3)", "4": "var(--infinite-space-4)", "5": "var(--infinite-space-5)", "6": "var(--infinite-space-6)", "7": "var(--infinite-space-7)", "8": "var(--infinite-space-8)", "9": "var(--infinite-space-9)", "10": "var(--infinite-space-10)" }, fontSize: { "0": "var(--infinite-font-size-0)", "1": "var(--infinite-font-size-1)", "2": "var(--infinite-font-size-2)", "3": "var(--infinite-font-size-3)", "4": "var(--infinite-font-size-4)", "5": "var(--infinite-font-size-5)", "6": "var(--infinite-font-size-6)", "7": "var(--infinite-font-size-7)" }, fontFamily: "var(--infinite-font-family)", minHeight: "var(--infinite-min-height)", borderRadius: "var(--infinite-border-radius)", background: "var(--infinite-background)", iconSize: "var(--infinite-icon-size)", runtime: { bodyWidth: "var(--infinite-runtime-body-content-width)", totalVisibleColumnsWidthValue: "var(--infinite-runtime-total-visible-columns-width)", totalVisibleColumnsWidthVar: "var(--infinite-runtime-total-visible-columns-width-var)", visibleColumnsCount: "var(--infinite-runtime-visible-columns-count)", browserScrollbarWidth: "var(--infinite-runtime-browser-scrollbar-width)" }, components: { LoadMask: { padding: "var(--infinite-load-mask-padding)", color: "var(--infinite-load-mask-color)", textBackground: "var(--infinite-load-mask-text-background)", overlayBackground: "var(--infinite-load-mask-overlay-background)", overlayOpacity: "var(--infinite-load-mask-overlay-opacity)", borderRadius: "var(--infinite-load-mask-border-radius)" }, Header: { background: "var(--infinite-header-background)", color: "var(--infinite-header-color)", columnHeaderHeight: "var(--infinite-column-header-height)" }, HeaderCell: { background: "var(--infinite-header-cell-background)", hoverBackground: "var(--infinite-header-cell-hover-background)", border: "var(--infinite-header-cell-border)", padding: "var(--infinite-header-cell-padding)", paddingX: "var(--infinite-header-cell-padding-x)", paddingY: "var(--infinite-header-cell-padding-y)", iconSize: "var(--infinite-header-cell-icon-size)", menuIconLineWidth: "var(--infinite-header-cell-menu-icon-line-width)", sortIconMargin: "var(--infinite-header-cell-sort-icon-margin)", borderRight: "var(--infinite-header-cell-border-right)", resizeHandleActiveAreaWidth: "var(--infinite-resize-handle-active-area-width)", resizeHandleWidth: "var(--infinite-resize-handle-width)", resizeHandleHoverBackground: "var(--infinite-resize-handle-hover-background)", resizeHandleConstrainedHoverBackground: "var(--infinite-resize-handle-constrained-hover-background)", filterOperatorPaddingX: "var(--infinite-filter-operator-padding-x)", filterEditorPaddingX: "var(--infinite-filter-editor-padding-x)", filterEditorMarginX: "var(--infinite-filter-editor-margin-x)", filterOperatorPaddingY: "var(--infinite-filter-operator-padding-y)", filterEditorPaddingY: "var(--infinite-filter-editor-padding-y)", filterEditorMarginY: "var(--infinite-filter-editor-margin-y)", filterEditorBackground: "var(--infinite-filter-editor-background)", filterEditorBorder: "var(--infinite-filter-editor-border)", filterEditorFocusBorderColor: "var(--infinite-filter-editor-focus-border-color)", filterEditorBorderRadius: "var(--infinite-filter-editor-border-radius)", filterEditorColor: "var(--infinite-filter-editor-color)" }, ActiveCellIndicator: { inset: "var(--infinite-active-cell-indicator-inset)" }, Cell: { flashingDuration: "var(--infinite-flashing-duration)", flashingAnimationName: "var(--infinite-flashing-animation-name)", flashingOverlayZIndex: "var(--infinite-flashing-overlay-z-index)", flashingBackground: "var(--infinite-flashing-background)", flashingUpBackground: "var(--infinite-flashing-up-background)", flashingDownBackground: "var(--infinite-flashing-down-background)", padding: "var(--infinite-cell-padding)", borderWidth: "var(--infinite-cell-border-width)", border: "var(--infinite-cell-border)", borderLeft: "var(--infinite-cell-border-left)", borderRight: "var(--infinite-cell-border-right)", borderTop: "var(--infinite-cell-border-top)", borderInvisible: "var(--infinite-cell-border-invisible)", borderRadius: "var(--infinite-cell-border-radius)", reorderEffectDuration: "var(--infinite-column-reorder-effect-duration)", pinnedBorder: "var(--infinite-pinned-cell-border)", color: "var(--infinite-cell-color)", selectedBackground: "var(--infinite-selected-cell-background)", selectedBackgroundDefault: "var(--infinite-selected-cell-background-default)", selectedBackgroundAlpha: "var(--infinite-selected-cell-background-alpha)", selectedBackgroundAlphaWhenTableUnfocused: "var(--infinite-selected-cell-background-alpha--table-unfocused)", selectedBorderColor: "var(--infinite-selected-cell-border-color)", selectedBorderWidth: "var(--infinite-selected-cell-border-width)", selectedBorderStyle: "var(--infinite-selected-cell-border-style)", selectedBorder: "var(--infinite-selected-cell-border)", activeBackgroundAlpha: "var(--infinite-active-cell-background-alpha)", activeBackgroundAlphaWhenTableUnfocused: "var(--infinite-active-cell-background-alpha--table-unfocused)", activeBackground: "var(--infinite-active-cell-background)", activeBackgroundDefault: "var(--infinite-active-cell-background-default)", activeBorderColor: "var(--infinite-active-cell-border-color)", activeBorderWidth: "var(--infinite-active-cell-border-width)", activeBorderStyle: "var(--infinite-active-cell-border-style)", activeBorder: "var(--infinite-active-cell-border)" }, SelectionCheckBox: { marginInline: "var(--infinite-selection-checkbox-margin-inline)" }, Menu: { background: "var(--infinite-menu-background)", color: "var(--infinite-menu-color)", separatorColor: "var(--infinite-menu-separator-color)", padding: "var(--infinite-menu-padding)", cellPaddingVertical: "var(--infinite-menu-cell-padding-vertical)", cellPaddingHorizontal: "var(--infinite-menu-cell-padding-horizontal)", cellMarginVertical: "var(--infinite-menu-cell-margin-vertical)", itemDisabledBackground: "var(--infinite-menu-item-disabled-background)", itemActiveBackground: "var(--infinite-menu-item-active-background)", itemActiveOpacity: "var(--infinite-menu-item-active-opacity)", itemPressedOpacity: "var(--infinite-menu-item-pressed-opacity)", itemPressedBackground: "var(--infinite-menu-item-pressed-background)", itemDisabledOpacity: "var(--infinite-menu-item-disabled-opacity)", borderRadius: "var(--infinite-menu-border-radius)", shadowColor: "var(--infinite-menu-shadow-color)" }, RowDetail: { background: "var(--infinite-rowdetail-background)", padding: "var(--infinite-rowdetail-padding)", gridHeight: "var(--infinite-rowdetail-grid-height)" }, Row: { background: "var(--infinite-row-background)", oddBackground: "var(--infinite-row-odd-background)", disabledBackground: "var(--infinite-row-disabled-background)", oddDisabledBackground: "var(--infinite-row-odd-disabled-background)", selectedBackground: "var(--infinite-row-selected-background)", disabledOpacity: "var(--infinite-row-disabled-opacity)", activeBackground: "var(--infinite-active-row-background)", activeBorderColor: "var(--infinite-active-row-border-color)", activeBorderWidth: "var(--infinite-active-row-border-width)", activeBorderStyle: "var(--infinite-active-row-border-style)", activeBorder: "var(--infinite-active-row-border)", activeBackgroundAlpha: "var(--infinite-active-row-background-alpha)", activeBackgroundAlphaWhenTableUnfocused: "var(--infinite-active-row-background-alpha--table-unfocused)", hoverBackground: "var(--infinite-row-hover-background)", selectedHoverBackground: "var(--infinite-row-selected-hover-background)", selectedDisabledBackground: "var(--infinite-row-selected-disabled-background)", groupRowBackground: "var(--infinite-group-row-background)", groupRowColumnNesting: "var(--infinite-group-row-column-nesting)", groupNesting: "var(--infinite-dont-override-group-row-nesting-length)", pointerEventsWhileScrolling: "var(--infinite-row-pointer-events-while-scrolling)" }, ColumnCell: { background: "var(--infinite-column-cell-bg-dont-override)" } } };
1327
1327
  var columnHeaderHeightName = "column-header-height";
1328
1328
 
1329
1329
  // src/components/HeadlessTable/ReactHeadlessTableRenderer.tsx
@@ -1364,7 +1364,7 @@ function stripVar(cssVariableWithVarString) {
1364
1364
  }
1365
1365
 
1366
1366
  // src/components/InfiniteTable/internalVars.css.ts
1367
- var InternalVars = { currentColumnTransformX: "var(--currentColumnTransformX__16hkbkc0)", y: "var(--y__16hkbkc1)", activeCellRowOffset: "var(--activeCellRowOffset__16hkbkc2)", activeCellRowOffsetX: "var(--activeCellRowOffsetX__16hkbkc3)", activeCellRowHeight: "var(--activeCellRowHeight__16hkbkc4)", activeCellOffsetX: "var(--activeCellOffsetX__16hkbkc5)", activeCellOffsetY: "var(--activeCellOffsetY__16hkbkc6)", scrollTopForActiveRow: "var(--scrollTopForActiveRow__16hkbkc7)", scrollLeftForActiveRowWhenHorizontalLayout: "var(--scrollLeftForActiveRowWhenHorizontalLayout__16hkbkc8)", activeCellColWidth: "var(--activeCellColWidth__16hkbkc9)", activeCellColOffset: "var(--activeCellColOffset__16hkbkca)", columnReorderEffectDurationAtIndex: "var(--columnReorderEffectDurationAtIndex__16hkbkcb)", columnWidthAtIndex: "var(--columnWidthAtIndex__16hkbkcc)", columnOffsetAtIndex: "var(--columnOffsetAtIndex__16hkbkcd)", columnOffsetAtIndexWhileReordering: "var(--columnOffsetAtIndexWhileReordering__16hkbkce)", columnZIndexAtIndex: "var(--columnZIndexAtIndex__16hkbkcf)", pinnedStartWidth: "var(--pinnedStartWidth__16hkbkcg)", pinnedEndWidth: "var(--pinnedEndWidth__16hkbkch)", pinnedEndOffset: "var(--pinnedEndOffset__16hkbkci)", computedVisibleColumnsCount: "var(--computedVisibleColumnsCount__16hkbkcj)", baseZIndexForCells: "var(--baseZIndexForCells__16hkbkck)", bodyWidth: "var(--bodyWidth__16hkbkcl)", bodyHeight: "var(--bodyHeight__16hkbkcm)", scrollbarWidthHorizontal: "var(--scrollbarWidthHorizontal__16hkbkcn)", scrollbarWidthVertical: "var(--scrollbarWidthVertical__16hkbkco)", scrollLeft: "var(--scrollLeft__16hkbkcp)", scrollTop: "var(--scrollTop__16hkbkcq)" };
1367
+ var InternalVars = { currentColumnTransformX: "var(--currentColumnTransformX__16hkbkc0)", y: "var(--y__16hkbkc1)", currentFlashingBackground: "var(--currentFlashingBackground__16hkbkc2)", currentFlashingDuration: "var(--currentFlashingDuration__16hkbkc3)", activeCellRowOffset: "var(--activeCellRowOffset__16hkbkc4)", activeCellRowOffsetX: "var(--activeCellRowOffsetX__16hkbkc5)", activeCellRowHeight: "var(--activeCellRowHeight__16hkbkc6)", activeCellOffsetX: "var(--activeCellOffsetX__16hkbkc7)", activeCellOffsetY: "var(--activeCellOffsetY__16hkbkc8)", scrollTopForActiveRow: "var(--scrollTopForActiveRow__16hkbkc9)", scrollLeftForActiveRowWhenHorizontalLayout: "var(--scrollLeftForActiveRowWhenHorizontalLayout__16hkbkca)", activeCellColWidth: "var(--activeCellColWidth__16hkbkcb)", activeCellColOffset: "var(--activeCellColOffset__16hkbkcc)", columnReorderEffectDurationAtIndex: "var(--columnReorderEffectDurationAtIndex__16hkbkcd)", columnWidthAtIndex: "var(--columnWidthAtIndex__16hkbkce)", columnOffsetAtIndex: "var(--columnOffsetAtIndex__16hkbkcf)", columnOffsetAtIndexWhileReordering: "var(--columnOffsetAtIndexWhileReordering__16hkbkcg)", columnZIndexAtIndex: "var(--columnZIndexAtIndex__16hkbkch)", pinnedStartWidth: "var(--pinnedStartWidth__16hkbkci)", pinnedEndWidth: "var(--pinnedEndWidth__16hkbkcj)", pinnedEndOffset: "var(--pinnedEndOffset__16hkbkck)", computedVisibleColumnsCount: "var(--computedVisibleColumnsCount__16hkbkcl)", baseZIndexForCells: "var(--baseZIndexForCells__16hkbkcm)", bodyWidth: "var(--bodyWidth__16hkbkcn)", bodyHeight: "var(--bodyHeight__16hkbkco)", scrollbarWidthHorizontal: "var(--scrollbarWidthHorizontal__16hkbkcp)", scrollbarWidthVertical: "var(--scrollbarWidthVertical__16hkbkcq)", scrollLeft: "var(--scrollLeft__16hkbkcr)", scrollTop: "var(--scrollTop__16hkbkcs)" };
1368
1368
 
1369
1369
  // src/utils/selectParent.ts
1370
1370
  function selectParent(el, selector2) {
@@ -8086,8 +8086,9 @@ function objectValuesExcept(obj, exceptList) {
8086
8086
 
8087
8087
  // src/components/InfiniteTable/components/cell.css.ts
8088
8088
  var ColumnCellCls = "cell_ColumnCellCls__1eexc2a6 cell_CellCls__1eexc2a5 utilities_display_flex__16lm1iwz utilities_flexFlow_row__16lm1iw1o utilities_alignItems_center__16lm1iw1q utilities_position_absolute__16lm1iw2 utilities_willChange_transform__16lm1iw22 utilities_whiteSpace_nowrap__16lm1iw23 utilities_userSelect_none__16lm1iw17";
8089
- var ColumnCellRecipe = createRuntimeFn({ defaultClassName: "cell_ColumnCellRecipe__1eexc2ah", variantClassNames: { dragging: { false: "cell_ColumnCellRecipe_dragging_false__1eexc2ai", true: "cell_ColumnCellRecipe_dragging_true__1eexc2aj" }, cellSelected: { false: "cell_ColumnCellRecipe_cellSelected_false__1eexc2ak", true: "cell_ColumnCellRecipe_cellSelected_true__1eexc2al" }, align: { start: "cell_ColumnCellRecipe_align_start__1eexc2am", end: "cell_ColumnCellRecipe_align_end__1eexc2an", center: "cell_ColumnCellRecipe_align_center__1eexc2ao" }, verticalAlign: { start: "cell_ColumnCellRecipe_verticalAlign_start__1eexc2ap", end: "cell_ColumnCellRecipe_verticalAlign_end__1eexc2aq", center: "cell_ColumnCellRecipe_verticalAlign_center__1eexc2ar" }, rowActive: { false: "cell_ColumnCellRecipe_rowActive_false__1eexc2as", true: "cell_ColumnCellRecipe_rowActive_true__1eexc2at" }, groupRow: { false: "cell_ColumnCellRecipe_groupRow_false__1eexc2au", true: "cell_ColumnCellRecipe_groupRow_true__1eexc2av" }, groupCell: { false: "cell_ColumnCellRecipe_groupCell_false__1eexc2aw", true: "cell_ColumnCellRecipe_groupCell_true__1eexc2ax" }, rowDisabled: { false: "cell_ColumnCellRecipe_rowDisabled_false__1eexc2ay", true: "cell_ColumnCellRecipe_rowDisabled_true__1eexc2az" }, zebra: { false: "cell_ColumnCellRecipe_zebra_false__1eexc2a10", even: "cell_ColumnCellRecipe_zebra_even__1eexc2a11", odd: "cell_ColumnCellRecipe_zebra_odd__1eexc2a12" }, rowSelected: { true: "cell_ColumnCellRecipe_rowSelected_true__1eexc2a13", false: "cell_ColumnCellRecipe_rowSelected_false__1eexc2a14", null: "cell_ColumnCellRecipe_rowSelected_null__1eexc2a15" }, first: { true: "cell_ColumnCellRecipe_first_true__1eexc2a16", false: "cell_ColumnCellRecipe_first_false__1eexc2a17" }, last: { true: "cell_ColumnCellRecipe_last_true__1eexc2a18", false: "cell_ColumnCellRecipe_last_false__1eexc2a19" }, groupByField: { true: "cell_ColumnCellRecipe_groupByField_true__1eexc2a1a", false: "cell_ColumnCellRecipe_groupByField_false__1eexc2a1b" }, firstInCategory: { true: "cell_ColumnCellRecipe_firstInCategory_true__1eexc2a1c", false: "cell_ColumnCellRecipe_firstInCategory_false__1eexc2a1d" }, firstRow: { true: "cell_ColumnCellRecipe_firstRow_true__1eexc2a1e", false: "cell_ColumnCellRecipe_firstRow_false__1eexc2a1f" }, firstRowInHorizontalLayoutPage: { true: "cell_ColumnCellRecipe_firstRowInHorizontalLayoutPage_true__1eexc2a1g", false: "cell_ColumnCellRecipe_firstRowInHorizontalLayoutPage_false__1eexc2a1h" }, lastInCategory: { true: "cell_ColumnCellRecipe_lastInCategory_true__1eexc2a1i", false: "cell_ColumnCellRecipe_lastInCategory_false__1eexc2a1j" }, pinned: { start: "cell_ColumnCellRecipe_pinned_start__1eexc2a1k", end: "cell_ColumnCellRecipe_pinned_end__1eexc2a1l", false: "cell_ColumnCellRecipe_pinned_false__1eexc2a1m" }, filtered: { true: "cell_ColumnCellRecipe_filtered_true__1eexc2a1n", false: "cell_ColumnCellRecipe_filtered_false__1eexc2a1o" } }, defaultVariants: {}, compoundVariants: [[{ firstRowInHorizontalLayoutPage: true, firstRow: false }, "cell_ColumnCellRecipe_compound_0__1eexc2a1p"], [{ pinned: "start", lastInCategory: true }, "cell_ColumnCellRecipe_compound_1__1eexc2a1q"], [{ pinned: "start", firstInCategory: true }, "cell_ColumnCellRecipe_compound_2__1eexc2a1r"], [{ pinned: "end", firstInCategory: true }, "cell_ColumnCellRecipe_compound_3__1eexc2a1s"], [{ pinned: "end", lastInCategory: true }, "cell_ColumnCellRecipe_compound_4__1eexc2a1t"], [{ align: "center", groupCell: false }, "cell_ColumnCellRecipe_compound_5__1eexc2a1u"], [{ rowDisabled: true, zebra: "odd" }, "cell_ColumnCellRecipe_compound_6__1eexc2a1v"]] });
8090
- var ColumnCellSelectionIndicatorRecipe = createRuntimeFn({ defaultClassName: "cell_ColumnCellSelectionIndicatorRecipe__1eexc2a8", variantClassNames: { right: { true: "cell_ColumnCellSelectionIndicatorRecipe_right_true__1eexc2a9", false: "cell_ColumnCellSelectionIndicatorRecipe_right_false__1eexc2aa" }, left: { true: "cell_ColumnCellSelectionIndicatorRecipe_left_true__1eexc2ab", false: "cell_ColumnCellSelectionIndicatorRecipe_left_false__1eexc2ac" }, top: { true: "cell_ColumnCellSelectionIndicatorRecipe_top_true__1eexc2ad", false: "cell_ColumnCellSelectionIndicatorRecipe_top_false__1eexc2ae" }, bottom: { true: "cell_ColumnCellSelectionIndicatorRecipe_bottom_true__1eexc2af", false: "cell_ColumnCellSelectionIndicatorRecipe_bottom_false__1eexc2ag" } }, defaultVariants: {}, compoundVariants: [] });
8089
+ var ColumnCellRecipe = createRuntimeFn({ defaultClassName: "cell_ColumnCellRecipe__1eexc2am", variantClassNames: { dragging: { false: "cell_ColumnCellRecipe_dragging_false__1eexc2an", true: "cell_ColumnCellRecipe_dragging_true__1eexc2ao" }, cellSelected: { false: "cell_ColumnCellRecipe_cellSelected_false__1eexc2ap", true: "cell_ColumnCellRecipe_cellSelected_true__1eexc2aq" }, align: { start: "cell_ColumnCellRecipe_align_start__1eexc2ar", end: "cell_ColumnCellRecipe_align_end__1eexc2as", center: "cell_ColumnCellRecipe_align_center__1eexc2at" }, verticalAlign: { start: "cell_ColumnCellRecipe_verticalAlign_start__1eexc2au", end: "cell_ColumnCellRecipe_verticalAlign_end__1eexc2av", center: "cell_ColumnCellRecipe_verticalAlign_center__1eexc2aw" }, rowActive: { false: "cell_ColumnCellRecipe_rowActive_false__1eexc2ax", true: "cell_ColumnCellRecipe_rowActive_true__1eexc2ay" }, groupRow: { false: "cell_ColumnCellRecipe_groupRow_false__1eexc2az", true: "cell_ColumnCellRecipe_groupRow_true__1eexc2a10" }, groupCell: { false: "cell_ColumnCellRecipe_groupCell_false__1eexc2a11", true: "cell_ColumnCellRecipe_groupCell_true__1eexc2a12" }, rowDisabled: { false: "cell_ColumnCellRecipe_rowDisabled_false__1eexc2a13", true: "cell_ColumnCellRecipe_rowDisabled_true__1eexc2a14" }, zebra: { false: "cell_ColumnCellRecipe_zebra_false__1eexc2a15", even: "cell_ColumnCellRecipe_zebra_even__1eexc2a16", odd: "cell_ColumnCellRecipe_zebra_odd__1eexc2a17" }, rowSelected: { true: "cell_ColumnCellRecipe_rowSelected_true__1eexc2a18", false: "cell_ColumnCellRecipe_rowSelected_false__1eexc2a19", null: "cell_ColumnCellRecipe_rowSelected_null__1eexc2a1a" }, first: { true: "cell_ColumnCellRecipe_first_true__1eexc2a1b", false: "cell_ColumnCellRecipe_first_false__1eexc2a1c" }, last: { true: "cell_ColumnCellRecipe_last_true__1eexc2a1d", false: "cell_ColumnCellRecipe_last_false__1eexc2a1e" }, groupByField: { true: "cell_ColumnCellRecipe_groupByField_true__1eexc2a1f", false: "cell_ColumnCellRecipe_groupByField_false__1eexc2a1g" }, firstInCategory: { true: "cell_ColumnCellRecipe_firstInCategory_true__1eexc2a1h", false: "cell_ColumnCellRecipe_firstInCategory_false__1eexc2a1i" }, firstRow: { true: "cell_ColumnCellRecipe_firstRow_true__1eexc2a1j", false: "cell_ColumnCellRecipe_firstRow_false__1eexc2a1k" }, firstRowInHorizontalLayoutPage: { true: "cell_ColumnCellRecipe_firstRowInHorizontalLayoutPage_true__1eexc2a1l", false: "cell_ColumnCellRecipe_firstRowInHorizontalLayoutPage_false__1eexc2a1m" }, lastInCategory: { true: "cell_ColumnCellRecipe_lastInCategory_true__1eexc2a1n", false: "cell_ColumnCellRecipe_lastInCategory_false__1eexc2a1o" }, pinned: { start: "cell_ColumnCellRecipe_pinned_start__1eexc2a1p", end: "cell_ColumnCellRecipe_pinned_end__1eexc2a1q", false: "cell_ColumnCellRecipe_pinned_false__1eexc2a1r" }, filtered: { true: "cell_ColumnCellRecipe_filtered_true__1eexc2a1s", false: "cell_ColumnCellRecipe_filtered_false__1eexc2a1t" } }, defaultVariants: {}, compoundVariants: [[{ firstRowInHorizontalLayoutPage: true, firstRow: false }, "cell_ColumnCellRecipe_compound_0__1eexc2a1u"], [{ pinned: "start", lastInCategory: true }, "cell_ColumnCellRecipe_compound_1__1eexc2a1v"], [{ pinned: "start", firstInCategory: true }, "cell_ColumnCellRecipe_compound_2__1eexc2a1w"], [{ pinned: "end", firstInCategory: true }, "cell_ColumnCellRecipe_compound_3__1eexc2a1x"], [{ pinned: "end", lastInCategory: true }, "cell_ColumnCellRecipe_compound_4__1eexc2a1y"], [{ align: "center", groupCell: false }, "cell_ColumnCellRecipe_compound_5__1eexc2a1z"], [{ rowDisabled: true, zebra: "odd" }, "cell_ColumnCellRecipe_compound_6__1eexc2a20"]] });
8090
+ var ColumnCellSelectionIndicatorRecipe = createRuntimeFn({ defaultClassName: "cell_ColumnCellSelectionIndicatorRecipe__1eexc2ad", variantClassNames: { right: { true: "cell_ColumnCellSelectionIndicatorRecipe_right_true__1eexc2ae", false: "cell_ColumnCellSelectionIndicatorRecipe_right_false__1eexc2af" }, left: { true: "cell_ColumnCellSelectionIndicatorRecipe_left_true__1eexc2ag", false: "cell_ColumnCellSelectionIndicatorRecipe_left_false__1eexc2ah" }, top: { true: "cell_ColumnCellSelectionIndicatorRecipe_top_true__1eexc2ai", false: "cell_ColumnCellSelectionIndicatorRecipe_top_false__1eexc2aj" }, bottom: { true: "cell_ColumnCellSelectionIndicatorRecipe_bottom_true__1eexc2ak", false: "cell_ColumnCellSelectionIndicatorRecipe_bottom_false__1eexc2al" } }, defaultVariants: {}, compoundVariants: [] });
8091
+ var FlashingColumnCellRecipe = createRuntimeFn({ defaultClassName: "cell_FlashingColumnCellRecipe__1eexc2a9", variantClassNames: { direction: { up: "cell_FlashingColumnCellRecipe_direction_up__1eexc2aa", down: "cell_FlashingColumnCellRecipe_direction_down__1eexc2ab", neutral: "cell_FlashingColumnCellRecipe_direction_neutral__1eexc2ac" } }, defaultVariants: {}, compoundVariants: [] });
8091
8092
  var SelectionCheckboxCls = "cell_SelectionCheckboxCls__1eexc2a7";
8092
8093
 
8093
8094
  // src/components/InfiniteTable/components/CheckBox.tsx
@@ -8245,10 +8246,7 @@ function getColumnRenderingParams(options) {
8245
8246
  });
8246
8247
  const { getState } = context;
8247
8248
  const { editingCell } = getState();
8248
- const formattedResult = getFormattedValueContextForCell(__spreadProps(__spreadValues({}, options), {
8249
- // column: groupByColumnReference || column,
8250
- column
8251
- }));
8249
+ const formattedResult = getFormattedValueContextForCell(options);
8252
8250
  const { formattedValueContext } = formattedResult;
8253
8251
  const inEdit = context.api.isEditorVisibleForCell({
8254
8252
  columnId: column.id,
@@ -8282,11 +8280,22 @@ function getColumnRenderingParams(options) {
8282
8280
  renderGroupValue: column.renderGroupValue || (groupByColumnReference == null ? void 0 : groupByColumnReference.renderGroupValue),
8283
8281
  renderLeafValue: column.renderLeafValue || (groupByColumnReference == null ? void 0 : groupByColumnReference.renderLeafValue)
8284
8282
  },
8285
- renderParams: getColumnRenderParam(__spreadProps(__spreadValues({}, options), {
8283
+ renderParams: getColumnRenderParam({
8284
+ // prefer this over spreading the options object
8285
+ // for better performance
8286
+ rowIndexInHorizontalLayoutPage: options.rowIndexInHorizontalLayoutPage,
8287
+ horizontalLayoutPageIndex: options.horizontalLayoutPageIndex,
8288
+ column: options.column,
8289
+ rowInfo: options.rowInfo,
8290
+ visibleColumnsIds: options.visibleColumnsIds,
8291
+ columnsMap: options.columnsMap,
8292
+ fieldsToColumn: options.fieldsToColumn,
8293
+ context: options.context,
8294
+ // override the following:
8286
8295
  align: align2,
8287
8296
  verticalAlign,
8288
8297
  formattedValueContext
8289
- })),
8298
+ }),
8290
8299
  groupByColumnReference
8291
8300
  };
8292
8301
  }
@@ -18376,6 +18385,8 @@ function initSetupState2({
18376
18385
  cellContextMenu: buildSubscriptionCallback(),
18377
18386
  contextMenu: buildSubscriptionCallback(),
18378
18387
  onFilterOperatorMenuClick: buildSubscriptionCallback(),
18388
+ flashingDurationCSSVarValue: null,
18389
+ onFlashingDurationCSSVarChange: buildSubscriptionCallback(),
18379
18390
  onRowHeightCSSVarChange: buildSubscriptionCallback(),
18380
18391
  onRowDetailHeightCSSVarChange: buildSubscriptionCallback(),
18381
18392
  onColumnHeaderHeightCSSVarChange: buildSubscriptionCallback(),
@@ -18529,6 +18540,7 @@ var cleanupState = (state) => {
18529
18540
  state.headerBrain.destroy();
18530
18541
  state.renderer.destroy();
18531
18542
  state.onRenderUpdater.destroy();
18543
+ state.onFlashingDurationCSSVarChange.destroy();
18532
18544
  state.onRowHeightCSSVarChange.destroy();
18533
18545
  state.onColumnHeaderHeightCSSVarChange.destroy();
18534
18546
  state.onColumnMenuClick.destroy();
@@ -19485,6 +19497,14 @@ function useComputed() {
19485
19497
  componentActions.rowHeight = rowHeight2;
19486
19498
  }
19487
19499
  });
19500
+ componentState.onFlashingDurationCSSVarChange.onChange(
19501
+ (flashingDuration) => {
19502
+ const num = flashingDuration ? flashingDuration * 1 : null;
19503
+ if (num != null && !isNaN(num)) {
19504
+ componentActions.flashingDurationCSSVarValue = num;
19505
+ }
19506
+ }
19507
+ );
19488
19508
  componentState.onRowDetailHeightCSSVarChange.onChange((rowDetailHeight2) => {
19489
19509
  if (rowDetailHeight2) {
19490
19510
  componentActions.rowDetailHeight = rowDetailHeight2;
@@ -19809,7 +19829,7 @@ var useLicense = (licenseKey = "") => {
19809
19829
  }
19810
19830
  let valid2 = isValidLicense(licenseKey, {
19811
19831
  publishedAt: 1624970570587,
19812
- version: "5.0.0-canary.3"
19832
+ version: "5.0.0-canary.5"
19813
19833
  });
19814
19834
  if (!licenseKey && !valid2 && isInsidePlayground) {
19815
19835
  return true;
@@ -23722,6 +23742,7 @@ var InfiniteTableComponent = React68.memo(
23722
23742
  domRef,
23723
23743
  portalDOMRef,
23724
23744
  onRowHeightCSSVarChange,
23745
+ onFlashingDurationCSSVarChange,
23725
23746
  onRowDetailHeightCSSVarChange,
23726
23747
  onColumnHeaderHeightCSSVarChange,
23727
23748
  rowHeightCSSVar,
@@ -23812,18 +23833,29 @@ var InfiniteTableComponent = React68.memo(
23812
23833
  ), rowHeightCSSVar ? /* @__PURE__ */ React68.createElement(
23813
23834
  CSSNumericVariableWatch,
23814
23835
  {
23836
+ key: "row-height",
23815
23837
  varName: rowHeightCSSVar,
23816
23838
  onChange: onRowHeightCSSVarChange
23817
23839
  }
23818
- ) : null, rowDetailHeightCSSVar ? /* @__PURE__ */ React68.createElement(
23840
+ ) : null, /* @__PURE__ */ React68.createElement(
23819
23841
  CSSNumericVariableWatch,
23820
23842
  {
23843
+ key: "flashing-duration",
23844
+ allowInts: true,
23845
+ varName: ThemeVars.components.Cell.flashingDuration,
23846
+ onChange: onFlashingDurationCSSVarChange
23847
+ }
23848
+ ), rowDetailHeightCSSVar ? /* @__PURE__ */ React68.createElement(
23849
+ CSSNumericVariableWatch,
23850
+ {
23851
+ key: "row-detail-height",
23821
23852
  varName: rowDetailHeightCSSVar,
23822
23853
  onChange: onRowDetailHeightCSSVarChange
23823
23854
  }
23824
23855
  ) : null, columnHeaderHeightCSSVar ? /* @__PURE__ */ React68.createElement(
23825
23856
  CSSNumericVariableWatch,
23826
23857
  {
23858
+ key: "column-header-height",
23827
23859
  varName: columnHeaderHeightCSSVar,
23828
23860
  onChange: onColumnHeaderHeightCSSVarChange
23829
23861
  }
@@ -24321,6 +24353,157 @@ var _WeakFixedSizeSet = class {
24321
24353
  var WeakFixedSizeSet = _WeakFixedSizeSet;
24322
24354
  WeakFixedSizeSet.DEFAULT_SIZE = 10;
24323
24355
 
24356
+ // src/components/hooks/useEffectWhenSameDeps.ts
24357
+ import { useEffect as useEffect40, useRef as useRef31 } from "react";
24358
+ var isSameDeps = (deps, prevDeps) => {
24359
+ return deps.every((dep, index) => dep === prevDeps[index]);
24360
+ };
24361
+ var useEffectWhenSameDeps = (callback, deps) => {
24362
+ const depsRef = useRef31(deps);
24363
+ const sameDeps = isSameDeps(deps, depsRef.current);
24364
+ const isInitialRef = useRef31(true);
24365
+ depsRef.current = deps;
24366
+ const effectDepsRef = useRef31(["same"]);
24367
+ const effectDeps = sameDeps ? [Date.now()] : effectDepsRef.current;
24368
+ effectDepsRef.current = effectDeps;
24369
+ const callbackRef = useRef31(callback);
24370
+ callbackRef.current = callback;
24371
+ useEffect40(() => {
24372
+ if (isInitialRef.current) {
24373
+ isInitialRef.current = false;
24374
+ return;
24375
+ }
24376
+ return callbackRef.current();
24377
+ }, effectDeps);
24378
+ };
24379
+
24380
+ // src/components/hooks/useEffectWhen.ts
24381
+ import { useEffect as useEffect41, useRef as useRef32 } from "react";
24382
+ var isSameDeps2 = (deps, prevDeps, compare) => {
24383
+ return deps.every((dep, index) => {
24384
+ if (compare) {
24385
+ return compare(dep, prevDeps[index]);
24386
+ }
24387
+ return dep === prevDeps[index];
24388
+ });
24389
+ };
24390
+ var useEffectWhen = (callback, options) => {
24391
+ const { same: depsForSame, different: depsForDifferent, compare } = options;
24392
+ const sameDepsRef = useRef32(depsForSame);
24393
+ const differentDepsRef = useRef32(depsForDifferent);
24394
+ const sameRespected = isSameDeps2(depsForSame, sameDepsRef.current, compare);
24395
+ const differentRespected = !isSameDeps2(
24396
+ depsForDifferent,
24397
+ differentDepsRef.current,
24398
+ compare
24399
+ );
24400
+ const isInitialRef = useRef32(true);
24401
+ sameDepsRef.current = depsForSame;
24402
+ differentDepsRef.current = depsForDifferent;
24403
+ const effectDepsRef = useRef32(["same"]);
24404
+ const effectDeps = sameRespected && differentRespected ? [Date.now()] : effectDepsRef.current;
24405
+ effectDepsRef.current = effectDeps;
24406
+ const callbackRef = useRef32(callback);
24407
+ callbackRef.current = callback;
24408
+ if (sameRespected && differentRespected) {
24409
+ isInitialRef.current = false;
24410
+ }
24411
+ useEffect41(() => {
24412
+ if (isInitialRef.current) {
24413
+ return;
24414
+ }
24415
+ return callbackRef.current();
24416
+ }, effectDeps);
24417
+ };
24418
+
24419
+ // src/components/InfiniteTable/components/InfiniteTableRow/FlashingColumnCell.tsx
24420
+ import * as React69 from "react";
24421
+ var currentFlashingDurationVar = stripVar(
24422
+ InternalVars.currentFlashingDuration
24423
+ );
24424
+ var defaultRender = ({ children }) => {
24425
+ return /* @__PURE__ */ React69.createElement(React69.Fragment, null, children);
24426
+ };
24427
+ var DEFAULT_FLASH_DURATION = 1e3;
24428
+ var createFlashingColumnCellComponent = (options = {}) => {
24429
+ const {
24430
+ flashDuration: FLASH_DURATION,
24431
+ // fadeDuration,
24432
+ flashClassName,
24433
+ // fadeClassName,
24434
+ render = defaultRender
24435
+ } = options;
24436
+ const FlashingColumnCell2 = React69.forwardRef(
24437
+ (props, _ref) => {
24438
+ var _a;
24439
+ const cellContext = useInfiniteColumnCell();
24440
+ const {
24441
+ state: { flashingDurationCSSVarValue }
24442
+ } = useInfiniteTable();
24443
+ const duration = typeof flashingDurationCSSVarValue === "number" ? (_a = flashingDurationCSSVarValue != null ? flashingDurationCSSVarValue : FLASH_DURATION) != null ? _a : DEFAULT_FLASH_DURATION : FLASH_DURATION != null ? FLASH_DURATION : DEFAULT_FLASH_DURATION;
24444
+ const { domRef, value, column, rowInfo, htmlElementRef } = cellContext;
24445
+ const rowId = rowInfo.id;
24446
+ const columnId = column.id;
24447
+ const initialRef = React69.useRef(true);
24448
+ const oldValueRef = React69.useRef(value);
24449
+ const oldValue = initialRef.current ? null : oldValueRef.current;
24450
+ initialRef.current = false;
24451
+ const flashTimeoutIdRef = React69.useRef();
24452
+ const fadeTimeoutIdRef = React69.useRef();
24453
+ useEffectWhen(
24454
+ () => {
24455
+ if (value === oldValueRef.current) {
24456
+ return;
24457
+ }
24458
+ if (flashTimeoutIdRef.current) {
24459
+ clearTimeout(flashTimeoutIdRef.current);
24460
+ }
24461
+ if (fadeTimeoutIdRef.current) {
24462
+ clearTimeout(fadeTimeoutIdRef.current);
24463
+ }
24464
+ const el = htmlElementRef.current;
24465
+ oldValueRef.current = value;
24466
+ if (!el) {
24467
+ return;
24468
+ }
24469
+ const flashDirection = typeof value === "number" ? value > oldValue ? "up" : "down" : "neutral";
24470
+ const internalflashCls = FlashingColumnCellRecipe({
24471
+ direction: flashDirection
24472
+ }).split(" ");
24473
+ el.style.setProperty(currentFlashingDurationVar, `${duration}`);
24474
+ if (flashClassName) {
24475
+ el.classList.add(flashClassName);
24476
+ }
24477
+ el.classList.add(...internalflashCls);
24478
+ flashTimeoutIdRef.current = setTimeout(() => {
24479
+ flashTimeoutIdRef.current = void 0;
24480
+ if (flashClassName) {
24481
+ el.classList.remove(flashClassName);
24482
+ }
24483
+ el.classList.remove(...internalflashCls);
24484
+ el.style.removeProperty(currentFlashingDurationVar);
24485
+ }, duration);
24486
+ return () => {
24487
+ if (flashTimeoutIdRef.current) {
24488
+ clearTimeout(flashTimeoutIdRef.current);
24489
+ }
24490
+ if (fadeTimeoutIdRef.current) {
24491
+ clearTimeout(fadeTimeoutIdRef.current);
24492
+ }
24493
+ };
24494
+ },
24495
+ {
24496
+ same: [columnId, rowId],
24497
+ different: [value]
24498
+ }
24499
+ );
24500
+ return /* @__PURE__ */ React69.createElement("div", __spreadProps(__spreadValues({ ref: domRef }, props), { className: join(props.className) }), render({ children: props.children, oldValue }));
24501
+ }
24502
+ );
24503
+ return FlashingColumnCell2;
24504
+ };
24505
+ var FlashingColumnCell = createFlashingColumnCellComponent();
24506
+
24324
24507
  // src/index.tsx
24325
24508
  var components = {
24326
24509
  CheckBox: InfiniteCheckBox,
@@ -24336,6 +24519,7 @@ export {
24336
24519
  DataSourceActionType,
24337
24520
  DeepMap,
24338
24521
  FixedSizeSet,
24522
+ FlashingColumnCell,
24339
24523
  GroupRowsState,
24340
24524
  InfiniteTable,
24341
24525
  InfiniteTableClassName,
@@ -24347,6 +24531,7 @@ export {
24347
24531
  RowSelectionState,
24348
24532
  WeakFixedSizeSet,
24349
24533
  components,
24534
+ createFlashingColumnCellComponent,
24350
24535
  debounce,
24351
24536
  debug,
24352
24537
  defaultFilterTypes2 as defaultFilterTypes,
@@ -24362,6 +24547,8 @@ export {
24362
24547
  useManagedComponentState as useComponentState,
24363
24548
  useDataSourceInternal,
24364
24549
  useDataSourceState,
24550
+ useEffectWhen,
24551
+ useEffectWhenSameDeps,
24365
24552
  useEffectWithChanges,
24366
24553
  useEffectWithObject,
24367
24554
  useGridScroll,
@@ -24373,6 +24560,7 @@ export {
24373
24560
  useMasterRowInfo,
24374
24561
  useOverlay,
24375
24562
  useOverlayPortal,
24563
+ usePrevious,
24376
24564
  useRowInfoReducers,
24377
24565
  useVisibleColumnSizes
24378
24566
  };