UNPKG

devextreme

Version:

JavaScript/TypeScript Component Suite for Responsive Web Development

25 lines (24 loc) 701 B
/** * DevExtreme (cjs/__internal/grids/new/grid_core/search/options.js) * Version: 25.2.7 * Build date: Tue May 05 2026 * * Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/ */ "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.defaultOptions = void 0; const defaultOptions = exports.defaultOptions = { searchPanel: { highlightCaseSensitive: false, highlightSearchText: true, placeholder: void 0, searchVisibleColumnsOnly: false, text: "", visible: false, width: 160 } };