@trackunit/react-table-helpers 1.8.21 → 1.8.23

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-table-helpers",
3
- "version": "1.8.21",
3
+ "version": "1.8.23",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -8,24 +8,21 @@
8
8
  },
9
9
  "dependencies": {
10
10
  "react": "19.0.0",
11
- "@trackunit/filters-filter-bar": "1.8.113",
12
- "@trackunit/filters-graphql-hook": "1.11.56",
13
- "@trackunit/i18n-library-translation": "1.7.84",
14
- "@trackunit/custom-field-components": "1.7.108",
15
- "@trackunit/iris-app-runtime-core": "1.8.76",
16
- "@trackunit/react-core-contexts-api": "1.8.75",
17
- "@trackunit/react-table-base-components": "1.7.108",
18
- "@trackunit/iris-app-runtime-core-api": "1.7.76",
19
- "@trackunit/react-table": "1.7.111",
20
- "@trackunit/react-test-setup": "1.4.70",
11
+ "@trackunit/filters-filter-bar": "1.8.115",
12
+ "@trackunit/filters-graphql-hook": "1.11.58",
13
+ "@trackunit/i18n-library-translation": "1.7.86",
14
+ "@trackunit/custom-field-components": "1.7.110",
15
+ "@trackunit/iris-app-runtime-core": "1.8.78",
16
+ "@trackunit/iris-app-runtime-core-api": "1.7.78",
17
+ "@trackunit/react-table-base-components": "1.7.110",
18
+ "@trackunit/react-table": "1.7.113",
21
19
  "@js-temporal/polyfill": "^0.5.1",
22
20
  "@tanstack/react-table": "^8.20.6",
23
- "@trackunit/react-components": "1.10.40",
24
- "@trackunit/react-core-hooks": "1.7.80",
25
- "@trackunit/react-graphql-hooks": "1.7.102",
26
- "@trackunit/iris-app-api": "1.9.8",
21
+ "@trackunit/react-components": "1.10.42",
22
+ "@trackunit/react-core-hooks": "1.7.82",
23
+ "@trackunit/react-graphql-hooks": "1.7.104",
24
+ "@trackunit/iris-app-api": "1.9.10",
27
25
  "@graphql-codegen/cli": "^5.0.3",
28
- "@trackunit/iris-app-build-utilities": "1.7.73",
29
26
  "@graphql-typed-document-node/core": "^3.2.0",
30
27
  "graphql": "^16.10.0"
31
28
  },
@@ -1,5 +1,5 @@
1
1
  import { UnitType } from "@trackunit/custom-field-components";
2
- import { SystemOfMeasurementType } from "@trackunit/react-core-contexts-api";
2
+ import { SystemOfMeasurementType } from "@trackunit/iris-app-runtime-core-api";
3
3
  import { CustomFieldData } from "./types";
4
4
  /**
5
5
  * Takes a custom fields data object and returns a react node that can be used as a cell in a table.
@@ -1,5 +1,5 @@
1
1
  import { UnitType } from "@trackunit/custom-field-components";
2
- import { SystemOfMeasurementType } from "@trackunit/react-core-contexts-api";
2
+ import { SystemOfMeasurementType } from "@trackunit/iris-app-runtime-core-api";
3
3
  import { CustomFieldData } from "./types";
4
4
  /**
5
5
  * Takes a custom fields data object and returns a react node that can be used as a cell in a table.
@@ -1,5 +1,5 @@
1
1
  import { FilterBarDefinition } from "@trackunit/filters-filter-bar";
2
- import { SystemOfMeasurementType } from "@trackunit/react-core-contexts-api";
2
+ import { SystemOfMeasurementType } from "@trackunit/iris-app-runtime-core-api";
3
3
  import { ColumnDef } from "@trackunit/react-table";
4
4
  import { CustomFieldData, CustomFieldDefinitionArray, DataWithCustomFields } from "./types";
5
5
  export interface UseColumnDefinitionsFromCustomFieldDefinitionProps {