@lemon-fe/kits 1.0.0-194 → 1.0.0-195

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1799,6 +1799,7 @@ var DataGrid = /*#__PURE__*/function (_Component) {
1799
1799
  suppressClipboardPaste: true,
1800
1800
  enableCellEditingOnBackspace: true,
1801
1801
  maintainColumnOrder: true,
1802
+ suppressCsvExport: true,
1802
1803
  noRowsOverlayComponent: this.NoRowsOverlay,
1803
1804
  getMainMenuItems: this.getMainMenuItems,
1804
1805
  rowBuffer: 20,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lemon-fe/kits",
3
- "version": "1.0.0-194",
3
+ "version": "1.0.0-195",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",