@teselagen/ui 0.10.3 → 0.10.4

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/index.cjs.js CHANGED
@@ -57076,6 +57076,7 @@ const DataTable = /* @__PURE__ */ __name((_M) => {
57076
57076
  convertedSchema,
57077
57077
  // If the schema changes we want to take into account the synced tableConfig again
57078
57078
  formName,
57079
+ setTableConfig,
57079
57080
  syncDisplayOptionsToDb,
57080
57081
  tableConfigurations,
57081
57082
  withDisplayOptions,
@@ -58996,7 +58997,7 @@ const DataTable = /* @__PURE__ */ __name((_M) => {
58996
58997
  columns,
58997
58998
  currentParams,
58998
58999
  compact,
58999
- withDisplayOptions,
59000
+ // withDisplayOptions,
59000
59001
  resetDefaultVisibility,
59001
59002
  editingCellSelectAll,
59002
59003
  entities,
package/index.es.js CHANGED
@@ -57058,6 +57058,7 @@ const DataTable = /* @__PURE__ */ __name((_M) => {
57058
57058
  convertedSchema,
57059
57059
  // If the schema changes we want to take into account the synced tableConfig again
57060
57060
  formName,
57061
+ setTableConfig,
57061
57062
  syncDisplayOptionsToDb,
57062
57063
  tableConfigurations,
57063
57064
  withDisplayOptions,
@@ -58978,7 +58979,7 @@ const DataTable = /* @__PURE__ */ __name((_M) => {
58978
58979
  columns,
58979
58980
  currentParams,
58980
58981
  compact,
58981
- withDisplayOptions,
58982
+ // withDisplayOptions,
58982
58983
  resetDefaultVisibility,
58983
58984
  editingCellSelectAll,
58984
58985
  entities,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teselagen/ui",
3
- "version": "0.10.3",
3
+ "version": "0.10.4",
4
4
  "main": "./src/index.js",
5
5
  "type": "module",
6
6
  "exports": {
@@ -563,6 +563,7 @@ const DataTable = ({
563
563
  }, [
564
564
  convertedSchema, // If the schema changes we want to take into account the synced tableConfig again
565
565
  formName,
566
+ setTableConfig,
566
567
  syncDisplayOptionsToDb,
567
568
  tableConfigurations,
568
569
  withDisplayOptions,
@@ -2760,7 +2761,7 @@ const DataTable = ({
2760
2761
  columns,
2761
2762
  currentParams,
2762
2763
  compact,
2763
- withDisplayOptions,
2764
+ // withDisplayOptions,
2764
2765
  resetDefaultVisibility,
2765
2766
  editingCellSelectAll,
2766
2767
  entities,