devextreme
Version:
HTML5 JavaScript Component Suite for Responsive Web Development
25 lines (24 loc) • 787 B
JavaScript
/**
* DevExtreme (cjs/ui/data_grid/ui.data_grid.error_handling.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/
*/
;
var _error_handling = require("../../__internal/grids/data_grid/module_not_extended/error_handling");
Object.keys(_error_handling).forEach((function(key) {
if ("default" === key || "__esModule" === key) {
return
}
if (key in exports && exports[key] === _error_handling[key]) {
return
}
Object.defineProperty(exports, key, {
enumerable: true,
get: function() {
return _error_handling[key]
}
})
}));