@trackunit/filters-graphql-hook 0.0.303 → 0.0.305

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
@@ -1,7 +1,5 @@
1
1
  'use strict';
2
2
 
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
3
  require('react/jsx-runtime');
6
4
  var i18nLibraryTranslation = require('@trackunit/i18n-library-translation');
7
5
  var filtersFilterBar = require('@trackunit/filters-filter-bar');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/filters-graphql-hook",
3
- "version": "0.0.303",
3
+ "version": "0.0.305",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -9,7 +9,7 @@
9
9
  "dependencies": {
10
10
  "@trackunit/react-core-hooks": "*",
11
11
  "@trackunit/shared-utils": "*",
12
- "react": "^18.2.0",
12
+ "react": "18.3.1",
13
13
  "@trackunit/react-core-contexts-api": "*",
14
14
  "@trackunit/i18n-library-translation": "*",
15
15
  "@graphql-codegen/cli": "^5.0.0",
@@ -22,5 +22,6 @@
22
22
  "@trackunit/iris-app-api": "*"
23
23
  },
24
24
  "module": "./index.esm.js",
25
- "main": "./index.cjs.js"
26
- }
25
+ "main": "./index.cjs.js",
26
+ "types": "./index.esm.d.ts"
27
+ }
@@ -588,7 +588,4 @@ export type GetFilteredAssetsQuery = {
588
588
  }>;
589
589
  };
590
590
  };
591
- export declare const GetFilteredAssetsDocument: DocumentNode<GetFilteredAssetsQuery, Exact<{
592
- filters: InputMaybe<AssetFiltersInput>;
593
- sort: InputMaybe<AssetSortInput>;
594
- }>>;
591
+ export declare const GetFilteredAssetsDocument: DocumentNode<GetFilteredAssetsQuery, GetFilteredAssetsQueryVariables>;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { NamespaceTransProps, TransForLibs, TranslationResource } from "@trackunit/i18n-library-translation";
3
2
  import defaultTranslations from "./locales/en/translation.json";
4
3
  /** A type for all available translation keys in this library */
@@ -27,7 +26,7 @@ export type TranslationFunction = TransForLibs<TranslationKeys>;
27
26
  /**
28
27
  * Trans for this specific library.
29
28
  */
30
- export declare const Trans: (props: NamespaceTransProps<TranslationKeys>) => JSX.Element;
29
+ export declare const Trans: (props: NamespaceTransProps<TranslationKeys>) => import("react/jsx-runtime").JSX.Element;
31
30
  /**
32
31
  * Registers the translations for this library
33
32
  */
@@ -4,4 +4,4 @@ var translation = {
4
4
 
5
5
  };
6
6
 
7
- exports["default"] = translation;
7
+ exports.default = translation;
@@ -4,4 +4,4 @@ var translation = {
4
4
 
5
5
  };
6
6
 
7
- exports["default"] = translation;
7
+ exports.default = translation;
@@ -4,4 +4,4 @@ var translation = {
4
4
 
5
5
  };
6
6
 
7
- exports["default"] = translation;
7
+ exports.default = translation;
@@ -4,4 +4,4 @@ var translation = {
4
4
 
5
5
  };
6
6
 
7
- exports["default"] = translation;
7
+ exports.default = translation;
@@ -4,4 +4,4 @@ var translation = {
4
4
 
5
5
  };
6
6
 
7
- exports["default"] = translation;
7
+ exports.default = translation;
@@ -4,4 +4,4 @@ var translation = {
4
4
 
5
5
  };
6
6
 
7
- exports["default"] = translation;
7
+ exports.default = translation;
@@ -4,4 +4,4 @@ var translation = {
4
4
 
5
5
  };
6
6
 
7
- exports["default"] = translation;
7
+ exports.default = translation;
@@ -4,4 +4,4 @@ var translation = {
4
4
 
5
5
  };
6
6
 
7
- exports["default"] = translation;
7
+ exports.default = translation;
@@ -4,4 +4,4 @@ var translation = {
4
4
 
5
5
  };
6
6
 
7
- exports["default"] = translation;
7
+ exports.default = translation;
@@ -4,4 +4,4 @@ var translation = {
4
4
 
5
5
  };
6
6
 
7
- exports["default"] = translation;
7
+ exports.default = translation;
@@ -4,4 +4,4 @@ var translation = {
4
4
 
5
5
  };
6
6
 
7
- exports["default"] = translation;
7
+ exports.default = translation;
@@ -4,4 +4,4 @@ var translation = {
4
4
 
5
5
  };
6
6
 
7
- exports["default"] = translation;
7
+ exports.default = translation;
@@ -4,4 +4,4 @@ var translation = {
4
4
 
5
5
  };
6
6
 
7
- exports["default"] = translation;
7
+ exports.default = translation;
@@ -4,4 +4,4 @@ var translation = {
4
4
 
5
5
  };
6
6
 
7
- exports["default"] = translation;
7
+ exports.default = translation;
@@ -4,4 +4,4 @@ var translation = {
4
4
 
5
5
  };
6
6
 
7
- exports["default"] = translation;
7
+ exports.default = translation;
@@ -4,4 +4,4 @@ var translation = {
4
4
 
5
5
  };
6
6
 
7
- exports["default"] = translation;
7
+ exports.default = translation;
@@ -4,4 +4,4 @@ var translation = {
4
4
 
5
5
  };
6
6
 
7
- exports["default"] = translation;
7
+ exports.default = translation;