@trackunit/react-table-helpers 1.12.13 → 1.12.14-alpha-e76d0654d61.0

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.12.13",
3
+ "version": "1.12.14-alpha-e76d0654d61.0",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -8,23 +8,23 @@
8
8
  },
9
9
  "dependencies": {
10
10
  "react": "19.0.0",
11
- "@trackunit/filters-filter-bar": "1.12.12",
12
- "@trackunit/filters-graphql-hook": "1.15.13",
13
- "@trackunit/i18n-library-translation": "1.11.8",
14
- "@trackunit/custom-field-components": "1.11.9",
15
- "@trackunit/iris-app-runtime-core": "1.12.8",
16
- "@trackunit/iris-app-runtime-core-api": "1.11.8",
17
- "@trackunit/react-table-base-components": "1.11.10",
18
- "@trackunit/react-table": "1.11.10",
11
+ "@trackunit/filters-filter-bar": "1.12.13-alpha-e76d0654d61.0",
12
+ "@trackunit/filters-graphql-hook": "1.15.14-alpha-e76d0654d61.0",
13
+ "@trackunit/i18n-library-translation": "1.11.9-alpha-e76d0654d61.0",
14
+ "@trackunit/custom-field-components": "1.11.10-alpha-e76d0654d61.0",
15
+ "@trackunit/iris-app-runtime-core": "1.12.9-alpha-e76d0654d61.0",
16
+ "@trackunit/iris-app-runtime-core-api": "1.11.9-alpha-e76d0654d61.0",
17
+ "@trackunit/react-table-base-components": "1.11.11-alpha-e76d0654d61.0",
18
+ "@trackunit/react-table": "1.11.11-alpha-e76d0654d61.0",
19
19
  "@js-temporal/polyfill": "^0.5.1",
20
20
  "@tanstack/react-table": "^8.20.6",
21
- "@trackunit/react-components": "1.15.9",
22
- "@trackunit/react-core-hooks": "1.11.8",
23
- "@trackunit/react-graphql-hooks": "1.12.9",
24
- "@trackunit/iris-app-api": "1.14.8",
21
+ "@trackunit/react-components": "1.15.10-alpha-e76d0654d61.0",
22
+ "@trackunit/react-core-hooks": "1.11.9-alpha-e76d0654d61.0",
23
+ "@trackunit/react-graphql-hooks": "1.12.10-alpha-e76d0654d61.0",
24
+ "@trackunit/iris-app-api": "1.14.9-alpha-e76d0654d61.0",
25
25
  "@graphql-codegen/cli": "^5.0.3",
26
26
  "@graphql-typed-document-node/core": "^3.2.0",
27
- "graphql": "^16.10.0"
27
+ "graphql": "16.12.0"
28
28
  },
29
29
  "module": "./index.esm.js",
30
30
  "main": "./index.cjs.js",
@@ -11,9 +11,10 @@ import { TypedDocumentNode as DocumentNode } from '@graphql-typed-document-node/
11
11
  * Therefore it is highly recommended to use the babel or swc plugin for production.
12
12
  * Learn more about it here: https://the-guild.dev/graphql/codegen/plugins/presets/preset-client#reducing-bundle-size
13
13
  */
14
- declare const documents: {
15
- "fragment AssetCustomFields on Asset {\n customFields(definitionIds: $definitionIds) {\n edges {\n node {\n __typename\n definition {\n id\n title\n key\n }\n ... on BooleanFieldValueAndDefinition {\n valueId\n booleanValue\n }\n ... on DateFieldValueAndDefinition {\n valueId\n dateValue\n }\n ... on DropDownFieldValueAndDefinition {\n valueId\n stringArrayValue\n }\n ... on EmailFieldValueAndDefinition {\n valueId\n emailValue\n }\n ... on NumberFieldValueAndDefinition {\n definition {\n unitSi\n unitUs\n }\n valueId\n numberValue(systemOfMeasurement: $systemOfMeasurement)\n }\n ... on PhoneNumberFieldValueAndDefinition {\n valueId\n phoneNumberValue\n }\n ... on StringFieldValueAndDefinition {\n valueId\n stringValue\n }\n ... on WebAddressFieldValueAndDefinition {\n valueId\n webAddressValue\n }\n ... on JsonFieldValueAndDefinition {\n valueId\n jsonValue\n }\n ... on MonetaryFieldValueAndDefinition {\n valueId\n monetaryValue\n }\n ... on StringListFieldValueAndDefinition {\n valueId\n stringArrayValue\n }\n }\n }\n pageInfo {\n count\n }\n }\n}": DocumentNode<types.AssetCustomFieldsFragment, unknown>;
14
+ type Documents = {
15
+ "fragment AssetCustomFields on Asset {\n customFields(definitionIds: $definitionIds) {\n edges {\n node {\n __typename\n definition {\n id\n title\n key\n }\n ... on BooleanFieldValueAndDefinition {\n valueId\n booleanValue\n }\n ... on DateFieldValueAndDefinition {\n valueId\n dateValue\n }\n ... on DropDownFieldValueAndDefinition {\n valueId\n stringArrayValue\n }\n ... on EmailFieldValueAndDefinition {\n valueId\n emailValue\n }\n ... on NumberFieldValueAndDefinition {\n definition {\n unitSi\n unitUs\n }\n valueId\n numberValue(systemOfMeasurement: $systemOfMeasurement)\n }\n ... on PhoneNumberFieldValueAndDefinition {\n valueId\n phoneNumberValue\n }\n ... on StringFieldValueAndDefinition {\n valueId\n stringValue\n }\n ... on WebAddressFieldValueAndDefinition {\n valueId\n webAddressValue\n }\n ... on JsonFieldValueAndDefinition {\n valueId\n jsonValue\n }\n ... on MonetaryFieldValueAndDefinition {\n valueId\n monetaryValue\n }\n ... on StringListFieldValueAndDefinition {\n valueId\n stringArrayValue\n }\n }\n }\n pageInfo {\n count\n }\n }\n}": typeof types.AssetCustomFieldsFragmentDoc;
16
16
  };
17
+ declare const documents: Documents;
17
18
  /**
18
19
  * The graphql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.
19
20
  *