UNPKG

choerodon-ui

Version:

An enterprise-class UI design language and React-based implementation

22 lines (18 loc) 697 B
import _classCallCheck from "@babel/runtime/helpers/classCallCheck"; /* istanbul ignore next */ var DataSetSnapshot = function DataSetSnapshot(dataSet) { _classCallCheck(this, DataSetSnapshot); this.dataSet = dataSet; this.records = dataSet.records; this.originalData = dataSet.originalData; this.totalCount = dataSet.totalCount; this.currentPage = dataSet.currentPage; this.pageSize = dataSet.pageSize; this.cachedSelected = dataSet.cachedSelected; this.dataToJSON = dataSet.dataToJSON; this.children = dataSet.children; this.events = dataSet.events; this.current = dataSet.current; }; export { DataSetSnapshot as default }; //# sourceMappingURL=DataSetSnapshot.js.map