UNPKG

devextreme

Version:

HTML5 JavaScript Component Suite for Responsive Web Development

25 lines (24 loc) 796 B
/** * DevExtreme (cjs/ui/pivot_grid/data_source.utils.js) * Version: 24.2.7 * Build date: Mon Apr 28 2025 * * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/ */ "use strict"; var _m_data_source_utils = require("../../__internal/grids/pivot_grid/data_source/m_data_source_utils"); Object.keys(_m_data_source_utils).forEach((function(key) { if ("default" === key || "__esModule" === key) { return } if (key in exports && exports[key] === _m_data_source_utils[key]) { return } Object.defineProperty(exports, key, { enumerable: true, get: function() { return _m_data_source_utils[key] } }) }));