@medusajs/dashboard 2.10.4-snapshot-20250922090257 → 2.10.4-snapshot-20250922165717
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/app.js +1 -1
- package/dist/app.mjs +1 -1
- package/dist/{chunk-LAWIWR7K.mjs → chunk-CGK6IVLN.mjs} +1 -1
- package/dist/{chunk-IRJKUFJU.mjs → chunk-IINWRJA6.mjs} +9 -9
- package/dist/{chunk-GB7CZNXI.mjs → chunk-JO6QASTJ.mjs} +1 -1
- package/dist/{order-list-7S3N6H5A.mjs → order-list-ZCMNSZYB.mjs} +1 -1
- package/dist/{product-attributes-LVV3K24U.mjs → product-attributes-ZZPEBDCK.mjs} +2 -2
- package/dist/{product-create-HQORHMCM.mjs → product-create-FCDCIDCH.mjs} +1 -1
- package/dist/{product-detail-UROTMCRL.mjs → product-detail-2ZUONC23.mjs} +2 -2
- package/dist/{product-edit-4EVIUVKV.mjs → product-edit-G3Z6FCN6.mjs} +2 -2
- package/dist/{product-list-3B742YCJ.mjs → product-list-WGX66SGI.mjs} +1 -1
- package/dist/{product-organization-YQUIMUYX.mjs → product-organization-BYT4TKMZ.mjs} +2 -2
- package/dist/{product-shipping-profile-FRIMAOZQ.mjs → product-shipping-profile-YDN4X6S2.mjs} +2 -2
- package/package.json +9 -9
- package/src/hooks/table/use-table-configuration.tsx +1 -1
package/dist/app.js
CHANGED
@@ -99749,7 +99749,7 @@ function useTableConfiguration({
|
|
99749
99749
|
enabled: isViewConfigEnabled
|
99750
99750
|
});
|
99751
99751
|
const queryParams = useQueryParams(
|
99752
|
-
["q", "order", ...filters.map((f) => f.id)],
|
99752
|
+
["q", "order", "offset", "limit", ...filters.map((f) => f.id)],
|
99753
99753
|
queryPrefix
|
99754
99754
|
);
|
99755
99755
|
const {
|
package/dist/app.mjs
CHANGED
@@ -3331,11 +3331,11 @@ function getRouteMap({
|
|
3331
3331
|
children: [
|
3332
3332
|
{
|
3333
3333
|
path: "",
|
3334
|
-
lazy: () => import("./product-list-
|
3334
|
+
lazy: () => import("./product-list-WGX66SGI.mjs"),
|
3335
3335
|
children: [
|
3336
3336
|
{
|
3337
3337
|
path: "create",
|
3338
|
-
lazy: () => import("./product-create-
|
3338
|
+
lazy: () => import("./product-create-FCDCIDCH.mjs")
|
3339
3339
|
},
|
3340
3340
|
{
|
3341
3341
|
path: "import",
|
@@ -3351,7 +3351,7 @@ function getRouteMap({
|
|
3351
3351
|
path: ":id",
|
3352
3352
|
errorElement: /* @__PURE__ */ jsx18(ErrorBoundary, {}),
|
3353
3353
|
lazy: async () => {
|
3354
|
-
const { Breadcrumb, loader } = await import("./product-detail-
|
3354
|
+
const { Breadcrumb, loader } = await import("./product-detail-2ZUONC23.mjs");
|
3355
3355
|
return {
|
3356
3356
|
Component: Outlet4,
|
3357
3357
|
loader,
|
@@ -3363,11 +3363,11 @@ function getRouteMap({
|
|
3363
3363
|
children: [
|
3364
3364
|
{
|
3365
3365
|
path: "",
|
3366
|
-
lazy: () => import("./product-detail-
|
3366
|
+
lazy: () => import("./product-detail-2ZUONC23.mjs"),
|
3367
3367
|
children: [
|
3368
3368
|
{
|
3369
3369
|
path: "edit",
|
3370
|
-
lazy: () => import("./product-edit-
|
3370
|
+
lazy: () => import("./product-edit-G3Z6FCN6.mjs")
|
3371
3371
|
},
|
3372
3372
|
{
|
3373
3373
|
path: "edit-variant",
|
@@ -3379,15 +3379,15 @@ function getRouteMap({
|
|
3379
3379
|
},
|
3380
3380
|
{
|
3381
3381
|
path: "attributes",
|
3382
|
-
lazy: () => import("./product-attributes-
|
3382
|
+
lazy: () => import("./product-attributes-ZZPEBDCK.mjs")
|
3383
3383
|
},
|
3384
3384
|
{
|
3385
3385
|
path: "organization",
|
3386
|
-
lazy: () => import("./product-organization-
|
3386
|
+
lazy: () => import("./product-organization-BYT4TKMZ.mjs")
|
3387
3387
|
},
|
3388
3388
|
{
|
3389
3389
|
path: "shipping-profile",
|
3390
|
-
lazy: () => import("./product-shipping-profile-
|
3390
|
+
lazy: () => import("./product-shipping-profile-YDN4X6S2.mjs")
|
3391
3391
|
},
|
3392
3392
|
{
|
3393
3393
|
path: "media",
|
@@ -3517,7 +3517,7 @@ function getRouteMap({
|
|
3517
3517
|
children: [
|
3518
3518
|
{
|
3519
3519
|
path: "",
|
3520
|
-
lazy: () => import("./order-list-
|
3520
|
+
lazy: () => import("./order-list-ZCMNSZYB.mjs")
|
3521
3521
|
},
|
3522
3522
|
{
|
3523
3523
|
path: ":id",
|
@@ -358,7 +358,7 @@ function useTableConfiguration({
|
|
358
358
|
enabled: isViewConfigEnabled
|
359
359
|
});
|
360
360
|
const queryParams = useQueryParams(
|
361
|
-
["q", "order", ...filters.map((f) => f.id)],
|
361
|
+
["q", "order", "offset", "limit", ...filters.map((f) => f.id)],
|
362
362
|
queryPrefix
|
363
363
|
);
|
364
364
|
const {
|
@@ -11,11 +11,11 @@ import {
|
|
11
11
|
} from "./chunk-4TC5YS65.mjs";
|
12
12
|
import {
|
13
13
|
PRODUCT_DETAIL_FIELDS
|
14
|
-
} from "./chunk-
|
14
|
+
} from "./chunk-CGK6IVLN.mjs";
|
15
15
|
import {
|
16
16
|
FormExtensionZone,
|
17
17
|
useExtendableForm
|
18
|
-
} from "./chunk-
|
18
|
+
} from "./chunk-IINWRJA6.mjs";
|
19
19
|
import "./chunk-NQIC7ZFS.mjs";
|
20
20
|
import "./chunk-ONB3JEHR.mjs";
|
21
21
|
import "./chunk-4GQOUCX6.mjs";
|
@@ -30,8 +30,8 @@ import {
|
|
30
30
|
import "./chunk-PFKKVLZX.mjs";
|
31
31
|
import {
|
32
32
|
PRODUCT_DETAIL_FIELDS
|
33
|
-
} from "./chunk-
|
34
|
-
import "./chunk-
|
33
|
+
} from "./chunk-CGK6IVLN.mjs";
|
34
|
+
import "./chunk-IINWRJA6.mjs";
|
35
35
|
import "./chunk-NQIC7ZFS.mjs";
|
36
36
|
import "./chunk-ONB3JEHR.mjs";
|
37
37
|
import "./chunk-4GQOUCX6.mjs";
|
@@ -15,11 +15,11 @@ import {
|
|
15
15
|
} from "./chunk-4TC5YS65.mjs";
|
16
16
|
import {
|
17
17
|
PRODUCT_DETAIL_FIELDS
|
18
|
-
} from "./chunk-
|
18
|
+
} from "./chunk-CGK6IVLN.mjs";
|
19
19
|
import {
|
20
20
|
FormExtensionZone,
|
21
21
|
useExtendableForm
|
22
|
-
} from "./chunk-
|
22
|
+
} from "./chunk-IINWRJA6.mjs";
|
23
23
|
import "./chunk-NQIC7ZFS.mjs";
|
24
24
|
import "./chunk-ONB3JEHR.mjs";
|
25
25
|
import "./chunk-4GQOUCX6.mjs";
|
@@ -17,11 +17,11 @@ import {
|
|
17
17
|
} from "./chunk-4TC5YS65.mjs";
|
18
18
|
import {
|
19
19
|
PRODUCT_DETAIL_FIELDS
|
20
|
-
} from "./chunk-
|
20
|
+
} from "./chunk-CGK6IVLN.mjs";
|
21
21
|
import {
|
22
22
|
FormExtensionZone,
|
23
23
|
useExtendableForm
|
24
|
-
} from "./chunk-
|
24
|
+
} from "./chunk-IINWRJA6.mjs";
|
25
25
|
import "./chunk-NQIC7ZFS.mjs";
|
26
26
|
import "./chunk-ONB3JEHR.mjs";
|
27
27
|
import "./chunk-4GQOUCX6.mjs";
|
package/dist/{product-shipping-profile-FRIMAOZQ.mjs → product-shipping-profile-YDN4X6S2.mjs}
RENAMED
@@ -14,8 +14,8 @@ import {
|
|
14
14
|
} from "./chunk-4TC5YS65.mjs";
|
15
15
|
import {
|
16
16
|
PRODUCT_DETAIL_FIELDS
|
17
|
-
} from "./chunk-
|
18
|
-
import "./chunk-
|
17
|
+
} from "./chunk-CGK6IVLN.mjs";
|
18
|
+
import "./chunk-IINWRJA6.mjs";
|
19
19
|
import "./chunk-NQIC7ZFS.mjs";
|
20
20
|
import "./chunk-ONB3JEHR.mjs";
|
21
21
|
import "./chunk-4GQOUCX6.mjs";
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@medusajs/dashboard",
|
3
|
-
"version": "2.10.4-snapshot-
|
3
|
+
"version": "2.10.4-snapshot-20250922165717",
|
4
4
|
"scripts": {
|
5
5
|
"generate:static": "node ./scripts/generate-currencies.js && prettier --write ./src/lib/currencies.ts",
|
6
6
|
"dev": "vite",
|
@@ -45,10 +45,10 @@
|
|
45
45
|
"@dnd-kit/utilities": "^3.2.2",
|
46
46
|
"@hookform/error-message": "^2.0.1",
|
47
47
|
"@hookform/resolvers": "3.4.2",
|
48
|
-
"@medusajs/admin-shared": "2.10.4-snapshot-
|
49
|
-
"@medusajs/icons": "2.10.4-snapshot-
|
50
|
-
"@medusajs/js-sdk": "2.10.4-snapshot-
|
51
|
-
"@medusajs/ui": "4.0.24-snapshot-
|
48
|
+
"@medusajs/admin-shared": "2.10.4-snapshot-20250922165717",
|
49
|
+
"@medusajs/icons": "2.10.4-snapshot-20250922165717",
|
50
|
+
"@medusajs/js-sdk": "2.10.4-snapshot-20250922165717",
|
51
|
+
"@medusajs/ui": "4.0.24-snapshot-20250922165717",
|
52
52
|
"@radix-ui/react-dialog": "1.1.4",
|
53
53
|
"@radix-ui/react-dismissable-layer": "1.1.4",
|
54
54
|
"@tanstack/react-query": "5.64.2",
|
@@ -78,10 +78,10 @@
|
|
78
78
|
"zod": "3.25.76"
|
79
79
|
},
|
80
80
|
"devDependencies": {
|
81
|
-
"@medusajs/admin-shared": "2.10.4-snapshot-
|
82
|
-
"@medusajs/admin-vite-plugin": "2.10.4-snapshot-
|
83
|
-
"@medusajs/types": "2.10.4-snapshot-
|
84
|
-
"@medusajs/ui-preset": "2.10.4-snapshot-
|
81
|
+
"@medusajs/admin-shared": "2.10.4-snapshot-20250922165717",
|
82
|
+
"@medusajs/admin-vite-plugin": "2.10.4-snapshot-20250922165717",
|
83
|
+
"@medusajs/types": "2.10.4-snapshot-20250922165717",
|
84
|
+
"@medusajs/ui-preset": "2.10.4-snapshot-20250922165717",
|
85
85
|
"@types/node": "^20.11.15",
|
86
86
|
"@types/react": "^18.2.79",
|
87
87
|
"@types/react-dom": "^18.2.25",
|