@public-ui/react-hook-form-adapter 4.0.0-alpha.8 → 4.0.0-alpha.9

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.d.cts CHANGED
@@ -1461,6 +1461,7 @@ type KoliBriTableHeaderCell = KoliBriTableCell & {
1461
1461
  sortDirection?: KoliBriSortDirection;
1462
1462
  hidable?: boolean;
1463
1463
  sortable?: boolean;
1464
+ sortOrder?: number;
1464
1465
  resizable?: boolean;
1465
1466
  };
1466
1467
  type KoliBriTableSelection = {
package/dist/index.d.mts CHANGED
@@ -1461,6 +1461,7 @@ type KoliBriTableHeaderCell = KoliBriTableCell & {
1461
1461
  sortDirection?: KoliBriSortDirection;
1462
1462
  hidable?: boolean;
1463
1463
  sortable?: boolean;
1464
+ sortOrder?: number;
1464
1465
  resizable?: boolean;
1465
1466
  };
1466
1467
  type KoliBriTableSelection = {
package/dist/index.d.ts CHANGED
@@ -1461,6 +1461,7 @@ type KoliBriTableHeaderCell = KoliBriTableCell & {
1461
1461
  sortDirection?: KoliBriSortDirection;
1462
1462
  hidable?: boolean;
1463
1463
  sortable?: boolean;
1464
+ sortOrder?: number;
1464
1465
  resizable?: boolean;
1465
1466
  };
1466
1467
  type KoliBriTableSelection = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/react-hook-form-adapter",
3
- "version": "4.0.0-alpha.8",
3
+ "version": "4.0.0-alpha.9",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": {
@@ -58,13 +58,13 @@
58
58
  "react-hook-form": "7.63.0",
59
59
  "typescript": "5.9.3",
60
60
  "unbuild": "3.6.1",
61
- "@public-ui/react-v19": "4.0.0-alpha.8",
62
- "@public-ui/components": "4.0.0-alpha.8"
61
+ "@public-ui/components": "4.0.0-alpha.9",
62
+ "@public-ui/react-v19": "4.0.0-alpha.9"
63
63
  },
64
64
  "peerDependencies": {
65
65
  "react": "^19",
66
66
  "react-hook-form": "^7",
67
- "@public-ui/react-v19": "4.0.0-alpha.8"
67
+ "@public-ui/react-v19": "4.0.0-alpha.9"
68
68
  },
69
69
  "sideEffects": false,
70
70
  "type": "module",