UNPKG

devextreme

Version:

HTML5 JavaScript Component Suite for Responsive Web Development

25 lines (24 loc) 763 B
/** * DevExtreme (cjs/ui/data_grid/ui.data_grid.validating.js) * Version: 23.2.6 * Build date: Wed May 01 2024 * * Copyright (c) 2012 - 2024 Developer Express Inc. ALL RIGHTS RESERVED * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/ */ "use strict"; var _validating = require("../../__internal/grids/data_grid/module_not_extended/validating"); Object.keys(_validating).forEach((function(key) { if ("default" === key || "__esModule" === key) { return } if (key in exports && exports[key] === _validating[key]) { return } Object.defineProperty(exports, key, { enumerable: true, get: function() { return _validating[key] } }) }));