infinity-forge 0.21.7 → 0.21.8

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.
@@ -1,4 +1,4 @@
1
1
  import { QueryTable } from '../interfaces.js';
2
- export declare function useGetQueryTable(): {
3
- getQueryTable: (props: QueryTable) => QueryTable;
2
+ export declare function useGetQueryArgumentsTable(): {
3
+ getQueryArgumentsTable: (props: QueryTable) => QueryTable;
4
4
  };
@@ -11,11 +11,11 @@ var __assign = (this && this.__assign) || function () {
11
11
  return __assign.apply(this, arguments);
12
12
  };
13
13
  Object.defineProperty(exports, "__esModule", { value: true });
14
- exports.useGetQueryTable = void 0;
14
+ exports.useGetQueryArgumentsTable = void 0;
15
15
  var router_1 = require("next/router");
16
- function useGetQueryTable() {
16
+ function useGetQueryArgumentsTable() {
17
17
  var _a = (0, router_1.useRouter)(), query = _a.query, isReady = _a.isReady;
18
- function getQueryTable(props) {
18
+ function getQueryArgumentsTable(props) {
19
19
  var enabled = props.requireUser ? props.user : true;
20
20
  var KEY_TABLE = enabled
21
21
  ? props.dynamicFiltersFromApi
@@ -26,7 +26,7 @@ function useGetQueryTable() {
26
26
  : null;
27
27
  return __assign(__assign({}, props), { queryKey: KEY_TABLE });
28
28
  }
29
- return { getQueryTable: getQueryTable };
29
+ return { getQueryArgumentsTable: getQueryArgumentsTable };
30
30
  }
31
- exports.useGetQueryTable = useGetQueryTable;
31
+ exports.useGetQueryArgumentsTable = useGetQueryArgumentsTable;
32
32
  //# sourceMappingURL=get-key-query-table.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-key-query-table.js","sourceRoot":"","sources":["../../../../../../../src/system/presentation/hooks/ui/use-table/query/get-key-query-table.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,sCAAuC;AAGvC,SAAgB,gBAAgB;IACxB,IAAA,KAAqB,IAAA,kBAAS,GAAE,EAA9B,KAAK,WAAA,EAAE,OAAO,aAAgB,CAAA;IAEtC,SAAS,aAAa,CAAC,KAAiB;QACtC,IAAM,OAAO,GAAG,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAA;QAErD,IAAM,SAAS,GAAG,OAAO;YACvB,CAAC,CAAC,KAAK,CAAC,qBAAqB;gBAC3B,CAAC,CAAC,OAAO;oBACP,CAAC,CAAC,KAAK,CAAC,QAAQ,GAAG,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC;oBACxC,CAAC,CAAC,IAAI;gBACR,CAAC,CAAC,KAAK,CAAC,QAAQ;YAClB,CAAC,CAAC,IAAI,CAAA;QAEN,6BAAY,KAAK,KAAE,QAAQ,EAAE,SAAS,IAAE;IAC5C,CAAC;IAED,OAAO,EAAE,aAAa,eAAA,EAAE,CAAA;AAC1B,CAAC;AAlBD,4CAkBC"}
1
+ {"version":3,"file":"get-key-query-table.js","sourceRoot":"","sources":["../../../../../../../src/system/presentation/hooks/ui/use-table/query/get-key-query-table.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,sCAAuC;AAGvC,SAAgB,yBAAyB;IACjC,IAAA,KAAqB,IAAA,kBAAS,GAAE,EAA9B,KAAK,WAAA,EAAE,OAAO,aAAgB,CAAA;IAEtC,SAAS,sBAAsB,CAAC,KAAiB;QAC/C,IAAM,OAAO,GAAG,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAA;QAErD,IAAM,SAAS,GAAG,OAAO;YACvB,CAAC,CAAC,KAAK,CAAC,qBAAqB;gBAC3B,CAAC,CAAC,OAAO;oBACP,CAAC,CAAC,KAAK,CAAC,QAAQ,GAAG,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC;oBACxC,CAAC,CAAC,IAAI;gBACR,CAAC,CAAC,KAAK,CAAC,QAAQ;YAClB,CAAC,CAAC,IAAI,CAAA;QAEN,6BAAY,KAAK,KAAE,QAAQ,EAAE,SAAS,IAAE;IAC5C,CAAC;IAED,OAAO,EAAE,sBAAsB,wBAAA,EAAE,CAAA;AACnC,CAAC;AAlBD,8DAkBC"}
@@ -1 +1,2 @@
1
1
  export * from "./hook.js";
2
+ export * from "./get-key-query-table.js";
@@ -15,4 +15,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./hook.js"), exports);
18
+ __exportStar(require("./get-key-query-table.js"), exports);
18
19
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../src/system/presentation/hooks/ui/use-table/query/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAsB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../src/system/presentation/hooks/ui/use-table/query/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAsB;AACtB,wDAAqC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "infinity-forge",
3
- "version": "0.21.7",
3
+ "version": "0.21.8",
4
4
  "description": "codie Library",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",