cindor-ui-react 0.1.34 → 0.1.36

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.
package/dist/index.cjs CHANGED
@@ -355,6 +355,7 @@ var CindorDataTable = (0, import_react.createComponent)({
355
355
  onCellEdit: "cell-edit",
356
356
  onPageChange: "page-change",
357
357
  onRowAction: "row-action",
358
+ onRowExpand: "row-expand",
358
359
  onSearchChange: "search-change",
359
360
  onSortChange: "sort-change"
360
361
  }
package/dist/index.d.cts CHANGED
@@ -66,6 +66,7 @@ declare const CindorDataTable: _lit_react.ReactWebComponent<CindorDataTable$1, {
66
66
  onCellEdit: string;
67
67
  onPageChange: string;
68
68
  onRowAction: string;
69
+ onRowExpand: string;
69
70
  onSearchChange: string;
70
71
  onSortChange: string;
71
72
  }>;
package/dist/index.d.ts CHANGED
@@ -66,6 +66,7 @@ declare const CindorDataTable: _lit_react.ReactWebComponent<CindorDataTable$1, {
66
66
  onCellEdit: string;
67
67
  onPageChange: string;
68
68
  onRowAction: string;
69
+ onRowExpand: string;
69
70
  onSearchChange: string;
70
71
  onSortChange: string;
71
72
  }>;
package/dist/index.js CHANGED
@@ -319,6 +319,7 @@ var CindorDataTable = createComponent({
319
319
  onCellEdit: "cell-edit",
320
320
  onPageChange: "page-change",
321
321
  onRowAction: "row-action",
322
+ onRowExpand: "row-expand",
322
323
  onSearchChange: "search-change",
323
324
  onSortChange: "sort-change"
324
325
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cindor-ui-react",
3
- "version": "0.1.34",
3
+ "version": "0.1.36",
4
4
  "description": "Thin React wrappers for the Cindor web component library.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -39,7 +39,7 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "@lit/react": "^1.0.7",
42
- "cindor-ui-core": "0.1.34"
42
+ "cindor-ui-core": "0.1.36"
43
43
  },
44
44
  "peerDependencies": {
45
45
  "react": "^19.0.0",