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.
- package/dist/{chunk-M4HZYODI.mjs → chunk-3P5GXZPO.mjs} +1 -1
- package/dist/{chunk-KQK2YVLS.mjs → chunk-7L37V75O.mjs} +2 -2
- package/dist/{chunk-FWCSY2DS.mjs → chunk-JD6AELXS.mjs} +2 -0
- package/dist/{chunk-4X25XZL5.mjs → chunk-P2NAQKV5.mjs} +1 -1
- package/dist/{chunk-KSG6T3GQ.mjs → chunk-P4A33S4C.mjs} +692 -596
- package/dist/columns/index.mjs +1 -1
- package/dist/components/index.d.mts +2 -2
- package/dist/components/index.mjs +6 -6
- package/dist/const/index.mjs +2 -2
- package/dist/core/index.d.mts +5 -3
- package/dist/core/index.mjs +6 -6
- package/dist/enum/index.mjs +1 -1
- package/dist/hooks/index.mjs +2 -2
- package/dist/modules-features/index.mjs +6 -6
- package/dist/shared/index.mjs +10 -10
- package/dist/stores/index.mjs +2 -2
- package/dist/types/index.d.mts +7 -5
- package/dist/types/index.mjs +1 -1
- package/dist/types-DtncEH_a.d.mts +7 -0
- package/dist/utils/index.mjs +2 -2
- package/dist/utils-v2/index.mjs +1 -1
- package/package.json +2 -2
- package/dist/{chunk-FE4HVT67.mjs → chunk-J64W5V6F.mjs} +1 -1
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
import {
|
|
5
5
|
__spreadProps,
|
|
6
6
|
__spreadValues
|
|
7
|
-
} from "./chunk-
|
|
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
|
};
|