@trackunit/react-table-helpers 1.14.20 → 1.14.21

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.14.20",
3
+ "version": "1.14.21",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -8,10 +8,10 @@
8
8
  },
9
9
  "dependencies": {
10
10
  "react": "19.0.0",
11
- "@trackunit/filters-filter-bar": "1.14.18",
12
- "@trackunit/filters-graphql-hook": "1.17.18",
11
+ "@trackunit/filters-filter-bar": "1.14.19",
12
+ "@trackunit/filters-graphql-hook": "1.17.19",
13
13
  "@trackunit/i18n-library-translation": "1.12.26",
14
- "@trackunit/custom-field-components": "1.13.19",
14
+ "@trackunit/custom-field-components": "1.13.20",
15
15
  "@trackunit/iris-app-runtime-core": "1.13.25",
16
16
  "@trackunit/iris-app-runtime-core-api": "1.12.23",
17
17
  "@trackunit/react-table-base-components": "1.13.16",
@@ -79,10 +79,6 @@ export type Scalars = {
79
79
  input: [number, number] | [number, number][] | [number, number][][];
80
80
  output: [number, number] | [number, number][] | [number, number][][];
81
81
  };
82
- Integer: {
83
- input: any;
84
- output: any;
85
- };
86
82
  /** Raw JSON object structure, not serialized to string */
87
83
  JSON: {
88
84
  input: any;
@@ -93,11 +89,6 @@ export type Scalars = {
93
89
  input: any;
94
90
  output: any;
95
91
  };
96
- /** LocalDate scalar */
97
- LocalDate: {
98
- input: any;
99
- output: any;
100
- };
101
92
  /** 24-hour clock time string in the format hh:mm:ss.sss or hh:mm:ss if partial seconds is zero */
102
93
  LocalTime: {
103
94
  input: any;