@deephaven/iris-grid 0.9.2-beta.10 → 0.9.2-beta.13

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/dist/IrisGrid.js CHANGED
@@ -1597,7 +1597,7 @@ export class IrisGrid extends Component {
1597
1597
  }
1598
1598
 
1599
1599
  isTableSearchAvailable() {
1600
- var _model$layoutHints3;
1600
+ var _model$layoutHints3, _dh$SearchDisplayMode, _dh$SearchDisplayMode2;
1601
1601
 
1602
1602
  var {
1603
1603
  model,
@@ -1605,11 +1605,11 @@ export class IrisGrid extends Component {
1605
1605
  } = this.props;
1606
1606
  var searchDisplayMode = model === null || model === void 0 ? void 0 : (_model$layoutHints3 = model.layoutHints) === null || _model$layoutHints3 === void 0 ? void 0 : _model$layoutHints3.searchDisplayMode;
1607
1607
 
1608
- if (searchDisplayMode === dh.SearchDisplayMode.SEARCH_DISPLAY_HIDE) {
1608
+ if (searchDisplayMode === ((_dh$SearchDisplayMode = dh.SearchDisplayMode) === null || _dh$SearchDisplayMode === void 0 ? void 0 : _dh$SearchDisplayMode.SEARCH_DISPLAY_HIDE)) {
1609
1609
  return false;
1610
1610
  }
1611
1611
 
1612
- if (searchDisplayMode === dh.SearchDisplayMode.SEARCH_DISPLAY_SHOW) {
1612
+ if (searchDisplayMode === ((_dh$SearchDisplayMode2 = dh.SearchDisplayMode) === null || _dh$SearchDisplayMode2 === void 0 ? void 0 : _dh$SearchDisplayMode2.SEARCH_DISPLAY_SHOW)) {
1613
1613
  return true;
1614
1614
  }
1615
1615