aq-fe-framework 0.1.856 → 0.1.858

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,7 +1,7 @@
1
1
  import {
2
2
  __spreadProps,
3
3
  __spreadValues
4
- } from "./chunk-FWCSY2DS.mjs";
4
+ } from "./chunk-JD6AELXS.mjs";
5
5
 
6
6
  // src/stores/AppStore.ts
7
7
  import { create } from "zustand";
@@ -4,7 +4,7 @@ import {
4
4
  import {
5
5
  __spreadProps,
6
6
  __spreadValues
7
- } from "./chunk-FWCSY2DS.mjs";
7
+ } from "./chunk-JD6AELXS.mjs";
8
8
 
9
9
  // src/hooks/useEditableRows.ts
10
10
  import { useState } from "react";
@@ -90,7 +90,7 @@ function useMyDevice() {
90
90
  }
91
91
 
92
92
  // src/hooks/useMyRouter.tsx
93
- import { usePathname, useRouter } from "next/navigation";
93
+ import { usePathname, useRouter } from "next/navigation.js";
94
94
  function useMyRouter() {
95
95
  const pathName = usePathname();
96
96
  const router = useRouter();
@@ -17,6 +17,7 @@ var __spreadValues = (a, b) => {
17
17
  return a;
18
18
  };
19
19
  var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
20
+ var __restKey = (key) => typeof key === "symbol" ? key : key + "";
20
21
  var __objRest = (source, exclude) => {
21
22
  var target = {};
22
23
  for (var prop in source)
@@ -33,5 +34,6 @@ var __objRest = (source, exclude) => {
33
34
  export {
34
35
  __spreadValues,
35
36
  __spreadProps,
37
+ __restKey,
36
38
  __objRest
37
39
  };
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  __spreadProps,
3
3
  __spreadValues
4
- } from "./chunk-FWCSY2DS.mjs";
4
+ } from "./chunk-JD6AELXS.mjs";
5
5
 
6
6
  // src/utils/utils_aq.ts
7
7
  function utils_aq_mapBaseEntityToDomain(entity) {