@medusajs/dashboard 2.10.4-snapshot-20250922165717 → 2.10.4-snapshot-20250923121159
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/{add-campaign-promotions-FE4BXGVN.mjs → add-campaign-promotions-JOVLXLS4.mjs} +3 -3
- package/dist/{api-key-management-detail-SAVBCKX7.mjs → api-key-management-detail-I7T67TXF.mjs} +1 -1
- package/dist/{api-key-management-sales-channels-WL5L5XWM.mjs → api-key-management-sales-channels-6GN6RVZ2.mjs} +1 -1
- package/dist/app.css +0 -3
- package/dist/app.js +3330 -3318
- package/dist/app.mjs +2 -2
- package/dist/{campaign-detail-KTOLZNTA.mjs → campaign-detail-NRZHGINV.mjs} +3 -3
- package/dist/{chunk-JO6QASTJ.mjs → chunk-37UXEJF2.mjs} +1 -1
- package/dist/{chunk-7YZF3THS.mjs → chunk-BHZAQZYP.mjs} +1 -1
- package/dist/{chunk-KMUDF36P.mjs → chunk-JIQQKKLO.mjs} +1 -1
- package/dist/{chunk-S45XMWVD.mjs → chunk-JMQ6V54O.mjs} +1 -1
- package/dist/{chunk-CGK6IVLN.mjs → chunk-OLUNPPBR.mjs} +1 -1
- package/dist/{chunk-IINWRJA6.mjs → chunk-RVOPC44F.mjs} +27 -27
- package/dist/{chunk-UNM3LPTG.mjs → chunk-YM4QJC6Y.mjs} +24 -11
- package/dist/{chunk-JELVERJM.mjs → chunk-ZJA7VBUR.mjs} +6 -2
- package/dist/{customer-group-list-GPIKR66X.mjs → customer-group-list-D26UKQMR.mjs} +1 -1
- package/dist/{inventory-detail-5433AAQ2.mjs → inventory-detail-QHL7TJFZ.mjs} +1 -1
- package/dist/location-list-62KBWY4T.mjs +316 -0
- package/dist/{location-sales-channels-2BOIPBBG.mjs → location-sales-channels-O5XLIPAR.mjs} +1 -1
- package/dist/{order-list-ZCMNSZYB.mjs → order-list-73DBATIK.mjs} +2 -2
- package/dist/{product-attributes-ZZPEBDCK.mjs → product-attributes-FQDJCNUB.mjs} +3 -3
- package/dist/{product-create-FCDCIDCH.mjs → product-create-W37RQLON.mjs} +4 -4
- package/dist/{product-detail-2ZUONC23.mjs → product-detail-TANIKAEK.mjs} +4 -4
- package/dist/{product-edit-G3Z6FCN6.mjs → product-edit-DO76GHBI.mjs} +3 -3
- package/dist/{product-list-WGX66SGI.mjs → product-list-KJ3HXPLB.mjs} +2 -2
- package/dist/{product-media-APQKPFTT.mjs → product-media-VG4YM2W6.mjs} +2 -2
- package/dist/{product-organization-BYT4TKMZ.mjs → product-organization-OOVUGXNP.mjs} +3 -3
- package/dist/{product-sales-channels-UGPAXFAV.mjs → product-sales-channels-QEJRSCAU.mjs} +1 -1
- package/dist/{product-shipping-profile-YDN4X6S2.mjs → product-shipping-profile-FFMKOF6B.mjs} +3 -3
- package/dist/{promotion-detail-6ZD7Z6BF.mjs → promotion-detail-GONXLJZ2.mjs} +112 -63
- package/dist/{promotion-list-GI64LDWI.mjs → promotion-list-NNEMVJ6I.mjs} +3 -3
- package/dist/{reset-password-SXA6YKTJ.mjs → reset-password-ANJHGYUE.mjs} +1 -1
- package/dist/{sales-channel-list-ADIJMXNV.mjs → sales-channel-list-LKVHXUXW.mjs} +1 -1
- package/dist/{tax-region-create-W3K5IFD3.mjs → tax-region-create-IWM4755I.mjs} +1 -1
- package/dist/{user-list-3YFYZFSK.mjs → user-list-MKJLB5CQ.mjs} +1 -1
- package/package.json +9 -9
- package/src/components/data-table/data-table.tsx +64 -46
- package/src/i18n/translations/$schema.json +90 -67
- package/src/i18n/translations/en.json +6 -2
- package/src/routes/locations/location-list/index.ts +0 -1
- package/src/routes/locations/location-list/location-list.tsx +51 -19
- package/src/routes/locations/location-list/use-location-list-table-columns.tsx +185 -0
- package/src/routes/locations/location-list/use-location-list-table-query.tsx +22 -0
- package/dist/chunk-BKJC5BGQ.mjs +0 -53
- package/dist/location-list-BKK2PAKF.mjs +0 -297
- package/src/routes/locations/location-list/components/location-list-header/index.ts +0 -1
- package/src/routes/locations/location-list/components/location-list-header/location-list-header.tsx +0 -21
- package/src/routes/locations/location-list/loader.ts +0 -36
@@ -0,0 +1,316 @@
|
|
1
|
+
import {
|
2
|
+
ListSummary
|
3
|
+
} from "./chunk-I3VB6NM2.mjs";
|
4
|
+
import "./chunk-PYIO3TDQ.mjs";
|
5
|
+
import {
|
6
|
+
PlaceholderCell
|
7
|
+
} from "./chunk-P3UUX2T6.mjs";
|
8
|
+
import {
|
9
|
+
SidebarLink
|
10
|
+
} from "./chunk-LBIOZZPA.mjs";
|
11
|
+
import "./chunk-EQTBJSBZ.mjs";
|
12
|
+
import {
|
13
|
+
getFormattedAddress
|
14
|
+
} from "./chunk-B6ZOPCPA.mjs";
|
15
|
+
import {
|
16
|
+
TwoColumnPage
|
17
|
+
} from "./chunk-2RQLKDBF.mjs";
|
18
|
+
import {
|
19
|
+
DataTable
|
20
|
+
} from "./chunk-YM4QJC6Y.mjs";
|
21
|
+
import {
|
22
|
+
useQueryParams
|
23
|
+
} from "./chunk-C76H5USB.mjs";
|
24
|
+
import {
|
25
|
+
useExtension
|
26
|
+
} from "./chunk-C5P5PL3E.mjs";
|
27
|
+
import "./chunk-DG7J63J2.mjs";
|
28
|
+
import "./chunk-RM6NY572.mjs";
|
29
|
+
import "./chunk-3NJTXRIY.mjs";
|
30
|
+
import "./chunk-OC7BQLYI.mjs";
|
31
|
+
import {
|
32
|
+
stockLocationsQueryKeys,
|
33
|
+
useStockLocations
|
34
|
+
} from "./chunk-32IQRUVY.mjs";
|
35
|
+
import "./chunk-KX4P5L3R.mjs";
|
36
|
+
import {
|
37
|
+
queryClient
|
38
|
+
} from "./chunk-FXYH54JP.mjs";
|
39
|
+
import "./chunk-774WSTCC.mjs";
|
40
|
+
import {
|
41
|
+
sdk
|
42
|
+
} from "./chunk-DEQUVHHE.mjs";
|
43
|
+
import "./chunk-RPUOO7AV.mjs";
|
44
|
+
|
45
|
+
// src/routes/locations/location-list/location-list.tsx
|
46
|
+
import { ShoppingBag, TruckFast } from "@medusajs/icons";
|
47
|
+
import { Container, Heading } from "@medusajs/ui";
|
48
|
+
import { useTranslation as useTranslation2 } from "react-i18next";
|
49
|
+
|
50
|
+
// src/routes/locations/location-list/constants.ts
|
51
|
+
var LOCATION_LIST_FIELDS = "name,*sales_channels,*address,*fulfillment_sets,*fulfillment_sets.service_zones,*fulfillment_sets.service_zones.shipping_options,*fulfillment_sets.service_zones.shipping_options.shipping_profile";
|
52
|
+
|
53
|
+
// src/routes/locations/location-list/use-location-list-table-columns.tsx
|
54
|
+
import { PencilSquare, Trash } from "@medusajs/icons";
|
55
|
+
import {
|
56
|
+
createDataTableColumnHelper,
|
57
|
+
StatusBadge,
|
58
|
+
toast,
|
59
|
+
usePrompt
|
60
|
+
} from "@medusajs/ui";
|
61
|
+
import { useTranslation } from "react-i18next";
|
62
|
+
import { useMemo } from "react";
|
63
|
+
import { useNavigate } from "react-router-dom";
|
64
|
+
import { jsx } from "react/jsx-runtime";
|
65
|
+
var columnHelper = createDataTableColumnHelper();
|
66
|
+
var useLocationListTableColumns = () => {
|
67
|
+
const { t } = useTranslation();
|
68
|
+
const navigate = useNavigate();
|
69
|
+
const prompt = usePrompt();
|
70
|
+
const handleDelete = async (location) => {
|
71
|
+
const result = await prompt({
|
72
|
+
title: t("general.areYouSure"),
|
73
|
+
description: t("stockLocations.delete.confirmation", {
|
74
|
+
name: location.name
|
75
|
+
}),
|
76
|
+
confirmText: t("actions.remove"),
|
77
|
+
cancelText: t("actions.cancel")
|
78
|
+
});
|
79
|
+
if (!result) {
|
80
|
+
return;
|
81
|
+
}
|
82
|
+
try {
|
83
|
+
await sdk.admin.stockLocation.delete(location.id);
|
84
|
+
queryClient.invalidateQueries({
|
85
|
+
queryKey: stockLocationsQueryKeys.lists()
|
86
|
+
});
|
87
|
+
queryClient.invalidateQueries({
|
88
|
+
queryKey: stockLocationsQueryKeys.detail(location.id)
|
89
|
+
});
|
90
|
+
toast.success(
|
91
|
+
t("stockLocations.delete.successToast", {
|
92
|
+
name: location.name
|
93
|
+
})
|
94
|
+
);
|
95
|
+
} catch (e) {
|
96
|
+
toast.error(e.message);
|
97
|
+
}
|
98
|
+
};
|
99
|
+
return useMemo(
|
100
|
+
() => [
|
101
|
+
columnHelper.accessor("name", {
|
102
|
+
header: t("fields.name"),
|
103
|
+
cell: ({ getValue }) => {
|
104
|
+
const name = getValue();
|
105
|
+
if (!name) {
|
106
|
+
return /* @__PURE__ */ jsx(PlaceholderCell, {});
|
107
|
+
}
|
108
|
+
return /* @__PURE__ */ jsx("span", { className: "text-ui-fg-subtle text-small truncate", children: name });
|
109
|
+
}
|
110
|
+
}),
|
111
|
+
columnHelper.accessor("address", {
|
112
|
+
header: t("fields.address"),
|
113
|
+
cell: ({ getValue, row }) => {
|
114
|
+
const address = getValue();
|
115
|
+
const location = row.original;
|
116
|
+
if (!address) {
|
117
|
+
return /* @__PURE__ */ jsx(PlaceholderCell, {});
|
118
|
+
}
|
119
|
+
return /* @__PURE__ */ jsx("div", { className: "flex flex-col", children: /* @__PURE__ */ jsx("span", { className: "text-ui-fg-subtle text-small truncate", children: getFormattedAddress({
|
120
|
+
address: location.address
|
121
|
+
}).join(", ") }) });
|
122
|
+
}
|
123
|
+
}),
|
124
|
+
columnHelper.accessor("fulfillment_sets", {
|
125
|
+
id: "shipping_fulfillment",
|
126
|
+
header: t("stockLocations.fulfillmentSets.shipping.header"),
|
127
|
+
cell: ({ getValue }) => {
|
128
|
+
const fulfillmentSets = getValue();
|
129
|
+
const shippingSet = fulfillmentSets?.find(
|
130
|
+
(f) => f.type === "shipping" /* Shipping */
|
131
|
+
);
|
132
|
+
const fulfillmentSetExists = !!shippingSet;
|
133
|
+
return /* @__PURE__ */ jsx(StatusBadge, { color: fulfillmentSetExists ? "green" : "grey", children: t(
|
134
|
+
fulfillmentSetExists ? "statuses.enabled" : "statuses.disabled"
|
135
|
+
) });
|
136
|
+
}
|
137
|
+
}),
|
138
|
+
columnHelper.accessor("fulfillment_sets", {
|
139
|
+
id: "pickup_fulfillment",
|
140
|
+
header: t("stockLocations.fulfillmentSets.pickup.header"),
|
141
|
+
cell: ({ getValue }) => {
|
142
|
+
const fulfillmentSets = getValue();
|
143
|
+
const pickupSet = fulfillmentSets?.find(
|
144
|
+
(f) => f.type === "pickup" /* Pickup */
|
145
|
+
);
|
146
|
+
const fulfillmentSetExists = !!pickupSet;
|
147
|
+
return /* @__PURE__ */ jsx(StatusBadge, { color: fulfillmentSetExists ? "green" : "grey", children: t(
|
148
|
+
fulfillmentSetExists ? "statuses.enabled" : "statuses.disabled"
|
149
|
+
) });
|
150
|
+
}
|
151
|
+
}),
|
152
|
+
columnHelper.accessor("sales_channels", {
|
153
|
+
header: t("stockLocations.salesChannels.label"),
|
154
|
+
cell: ({ getValue }) => {
|
155
|
+
const salesChannels = getValue();
|
156
|
+
if (!salesChannels?.length) {
|
157
|
+
return /* @__PURE__ */ jsx(PlaceholderCell, {});
|
158
|
+
}
|
159
|
+
return /* @__PURE__ */ jsx("div", { className: "flex items-center", children: /* @__PURE__ */ jsx(
|
160
|
+
ListSummary,
|
161
|
+
{
|
162
|
+
inline: true,
|
163
|
+
n: 1,
|
164
|
+
list: salesChannels.map((s) => s.name)
|
165
|
+
}
|
166
|
+
) });
|
167
|
+
}
|
168
|
+
}),
|
169
|
+
columnHelper.action({
|
170
|
+
actions: (ctx) => {
|
171
|
+
const location = ctx.row.original;
|
172
|
+
return [
|
173
|
+
[
|
174
|
+
{
|
175
|
+
icon: /* @__PURE__ */ jsx(PencilSquare, {}),
|
176
|
+
label: t("actions.edit"),
|
177
|
+
onClick: () => {
|
178
|
+
navigate(`/settings/locations/${location.id}/edit`);
|
179
|
+
}
|
180
|
+
}
|
181
|
+
],
|
182
|
+
[
|
183
|
+
{
|
184
|
+
icon: /* @__PURE__ */ jsx(Trash, {}),
|
185
|
+
label: t("actions.delete"),
|
186
|
+
onClick: () => handleDelete(location)
|
187
|
+
}
|
188
|
+
]
|
189
|
+
];
|
190
|
+
}
|
191
|
+
})
|
192
|
+
],
|
193
|
+
[]
|
194
|
+
);
|
195
|
+
};
|
196
|
+
|
197
|
+
// src/routes/locations/location-list/use-location-list-table-query.tsx
|
198
|
+
var useLocationListTableQuery = ({
|
199
|
+
pageSize = 20,
|
200
|
+
prefix
|
201
|
+
}) => {
|
202
|
+
const queryObject = useQueryParams(["order", "offset", "q"], prefix);
|
203
|
+
const { offset, ...rest } = queryObject;
|
204
|
+
const searchParams = {
|
205
|
+
limit: pageSize,
|
206
|
+
offset: offset ? Number(offset) : 0,
|
207
|
+
...rest
|
208
|
+
};
|
209
|
+
return searchParams;
|
210
|
+
};
|
211
|
+
|
212
|
+
// src/routes/locations/location-list/location-list.tsx
|
213
|
+
import { jsx as jsx2, jsxs } from "react/jsx-runtime";
|
214
|
+
var PAGE_SIZE = 20;
|
215
|
+
var PREFIX = "loc";
|
216
|
+
function LocationList() {
|
217
|
+
const { t } = useTranslation2();
|
218
|
+
const searchParams = useLocationListTableQuery({
|
219
|
+
pageSize: PAGE_SIZE,
|
220
|
+
prefix: PREFIX
|
221
|
+
});
|
222
|
+
const {
|
223
|
+
stock_locations: stockLocations = [],
|
224
|
+
count,
|
225
|
+
isError,
|
226
|
+
error,
|
227
|
+
isLoading
|
228
|
+
} = useStockLocations({
|
229
|
+
fields: LOCATION_LIST_FIELDS,
|
230
|
+
...searchParams
|
231
|
+
});
|
232
|
+
const columns = useLocationListTableColumns();
|
233
|
+
const { getWidgets } = useExtension();
|
234
|
+
if (isError) {
|
235
|
+
throw error;
|
236
|
+
}
|
237
|
+
return /* @__PURE__ */ jsxs(
|
238
|
+
TwoColumnPage,
|
239
|
+
{
|
240
|
+
widgets: {
|
241
|
+
after: getWidgets("location.list.after"),
|
242
|
+
before: getWidgets("location.list.before"),
|
243
|
+
sideAfter: getWidgets("location.list.side.after"),
|
244
|
+
sideBefore: getWidgets("location.list.side.before")
|
245
|
+
},
|
246
|
+
showJSON: true,
|
247
|
+
children: [
|
248
|
+
/* @__PURE__ */ jsx2(TwoColumnPage.Main, { children: /* @__PURE__ */ jsx2(Container, { className: "flex flex-col divide-y p-0", children: /* @__PURE__ */ jsx2(
|
249
|
+
DataTable,
|
250
|
+
{
|
251
|
+
data: stockLocations,
|
252
|
+
columns,
|
253
|
+
rowCount: count,
|
254
|
+
pageSize: PAGE_SIZE,
|
255
|
+
getRowId: (row) => row.id,
|
256
|
+
heading: t("stockLocations.domain"),
|
257
|
+
subHeading: t("stockLocations.list.description"),
|
258
|
+
emptyState: {
|
259
|
+
empty: {
|
260
|
+
heading: t("stockLocations.list.noRecordsMessage"),
|
261
|
+
description: t("stockLocations.list.noRecordsMessageEmpty")
|
262
|
+
},
|
263
|
+
filtered: {
|
264
|
+
heading: t("stockLocations.list.noRecordsMessage"),
|
265
|
+
description: t("stockLocations.list.noRecordsMessageFiltered")
|
266
|
+
}
|
267
|
+
},
|
268
|
+
actions: [
|
269
|
+
{
|
270
|
+
label: t("actions.create"),
|
271
|
+
to: "create"
|
272
|
+
}
|
273
|
+
],
|
274
|
+
isLoading,
|
275
|
+
rowHref: (row) => `/settings/locations/${row.id}`,
|
276
|
+
enableSearch: true,
|
277
|
+
prefix: PREFIX,
|
278
|
+
layout: "fill"
|
279
|
+
}
|
280
|
+
) }) }),
|
281
|
+
/* @__PURE__ */ jsx2(TwoColumnPage.Sidebar, { children: /* @__PURE__ */ jsx2(LinksSection, {}) })
|
282
|
+
]
|
283
|
+
}
|
284
|
+
);
|
285
|
+
}
|
286
|
+
var LinksSection = () => {
|
287
|
+
const { t } = useTranslation2();
|
288
|
+
return /* @__PURE__ */ jsxs(Container, { className: "p-0", children: [
|
289
|
+
/* @__PURE__ */ jsx2("div", { className: "flex items-center justify-between px-6 py-4", children: /* @__PURE__ */ jsx2(Heading, { level: "h2", children: t("stockLocations.sidebar.header") }) }),
|
290
|
+
/* @__PURE__ */ jsx2(
|
291
|
+
SidebarLink,
|
292
|
+
{
|
293
|
+
to: "/settings/locations/shipping-profiles",
|
294
|
+
labelKey: t("stockLocations.sidebar.shippingProfiles.label"),
|
295
|
+
descriptionKey: t(
|
296
|
+
"stockLocations.sidebar.shippingProfiles.description"
|
297
|
+
),
|
298
|
+
icon: /* @__PURE__ */ jsx2(ShoppingBag, {})
|
299
|
+
}
|
300
|
+
),
|
301
|
+
/* @__PURE__ */ jsx2(
|
302
|
+
SidebarLink,
|
303
|
+
{
|
304
|
+
to: "/settings/locations/shipping-option-types",
|
305
|
+
labelKey: t("stockLocations.sidebar.shippingOptionTypes.label"),
|
306
|
+
descriptionKey: t(
|
307
|
+
"stockLocations.sidebar.shippingOptionTypes.description"
|
308
|
+
),
|
309
|
+
icon: /* @__PURE__ */ jsx2(TruckFast, {})
|
310
|
+
}
|
311
|
+
)
|
312
|
+
] });
|
313
|
+
};
|
314
|
+
export {
|
315
|
+
LocationList as Component
|
316
|
+
};
|
@@ -9,7 +9,7 @@ import {
|
|
9
9
|
ConfigurableDataTable,
|
10
10
|
createTableAdapter,
|
11
11
|
orderColumnAdapter
|
12
|
-
} from "./chunk-
|
12
|
+
} from "./chunk-37UXEJF2.mjs";
|
13
13
|
import "./chunk-3I6G3NRU.mjs";
|
14
14
|
import "./chunk-SJ3E4T6B.mjs";
|
15
15
|
import "./chunk-INE2QCSC.mjs";
|
@@ -34,7 +34,7 @@ import {
|
|
34
34
|
import {
|
35
35
|
useDataTableDateFilters
|
36
36
|
} from "./chunk-Q33G337Z.mjs";
|
37
|
-
import "./chunk-
|
37
|
+
import "./chunk-YM4QJC6Y.mjs";
|
38
38
|
import "./chunk-C76H5USB.mjs";
|
39
39
|
import "./chunk-PFKKVLZX.mjs";
|
40
40
|
import "./chunk-MNXC6Q4F.mjs";
|
@@ -11,17 +11,17 @@ import {
|
|
11
11
|
} from "./chunk-4TC5YS65.mjs";
|
12
12
|
import {
|
13
13
|
PRODUCT_DETAIL_FIELDS
|
14
|
-
} from "./chunk-
|
14
|
+
} from "./chunk-OLUNPPBR.mjs";
|
15
15
|
import {
|
16
16
|
FormExtensionZone,
|
17
17
|
useExtendableForm
|
18
|
-
} from "./chunk-
|
18
|
+
} from "./chunk-RVOPC44F.mjs";
|
19
19
|
import "./chunk-NQIC7ZFS.mjs";
|
20
20
|
import "./chunk-ONB3JEHR.mjs";
|
21
21
|
import "./chunk-4GQOUCX6.mjs";
|
22
22
|
import "./chunk-2VTICXJR.mjs";
|
23
23
|
import "./chunk-D3YQN7HV.mjs";
|
24
|
-
import "./chunk-
|
24
|
+
import "./chunk-ZJA7VBUR.mjs";
|
25
25
|
import "./chunk-MNXC6Q4F.mjs";
|
26
26
|
import {
|
27
27
|
useExtension
|
@@ -25,7 +25,7 @@ import {
|
|
25
25
|
UploadMediaFormItem,
|
26
26
|
decorateVariantsWithDefaultValues,
|
27
27
|
normalizeProductFormValues
|
28
|
-
} from "./chunk-
|
28
|
+
} from "./chunk-JMQ6V54O.mjs";
|
29
29
|
import "./chunk-ZQRKUG6J.mjs";
|
30
30
|
import {
|
31
31
|
DataGrid,
|
@@ -41,7 +41,7 @@ import "./chunk-2D44OO7A.mjs";
|
|
41
41
|
import "./chunk-Q33G337Z.mjs";
|
42
42
|
import {
|
43
43
|
DataTable
|
44
|
-
} from "./chunk-
|
44
|
+
} from "./chunk-YM4QJC6Y.mjs";
|
45
45
|
import "./chunk-C76H5USB.mjs";
|
46
46
|
import "./chunk-PFKKVLZX.mjs";
|
47
47
|
import {
|
@@ -61,13 +61,13 @@ import {
|
|
61
61
|
import {
|
62
62
|
FormExtensionZone,
|
63
63
|
useExtendableForm
|
64
|
-
} from "./chunk-
|
64
|
+
} from "./chunk-RVOPC44F.mjs";
|
65
65
|
import "./chunk-NQIC7ZFS.mjs";
|
66
66
|
import "./chunk-ONB3JEHR.mjs";
|
67
67
|
import "./chunk-4GQOUCX6.mjs";
|
68
68
|
import "./chunk-2VTICXJR.mjs";
|
69
69
|
import "./chunk-D3YQN7HV.mjs";
|
70
|
-
import "./chunk-
|
70
|
+
import "./chunk-ZJA7VBUR.mjs";
|
71
71
|
import "./chunk-MNXC6Q4F.mjs";
|
72
72
|
import {
|
73
73
|
useExtension
|
@@ -23,21 +23,21 @@ import {
|
|
23
23
|
} from "./chunk-Q33G337Z.mjs";
|
24
24
|
import {
|
25
25
|
DataTable
|
26
|
-
} from "./chunk-
|
26
|
+
} from "./chunk-YM4QJC6Y.mjs";
|
27
27
|
import {
|
28
28
|
useQueryParams
|
29
29
|
} from "./chunk-C76H5USB.mjs";
|
30
30
|
import "./chunk-PFKKVLZX.mjs";
|
31
31
|
import {
|
32
32
|
PRODUCT_DETAIL_FIELDS
|
33
|
-
} from "./chunk-
|
34
|
-
import "./chunk-
|
33
|
+
} from "./chunk-OLUNPPBR.mjs";
|
34
|
+
import "./chunk-RVOPC44F.mjs";
|
35
35
|
import "./chunk-NQIC7ZFS.mjs";
|
36
36
|
import "./chunk-ONB3JEHR.mjs";
|
37
37
|
import "./chunk-4GQOUCX6.mjs";
|
38
38
|
import "./chunk-2VTICXJR.mjs";
|
39
39
|
import "./chunk-D3YQN7HV.mjs";
|
40
|
-
import "./chunk-
|
40
|
+
import "./chunk-ZJA7VBUR.mjs";
|
41
41
|
import "./chunk-MNXC6Q4F.mjs";
|
42
42
|
import {
|
43
43
|
useExtension
|
@@ -15,17 +15,17 @@ import {
|
|
15
15
|
} from "./chunk-4TC5YS65.mjs";
|
16
16
|
import {
|
17
17
|
PRODUCT_DETAIL_FIELDS
|
18
|
-
} from "./chunk-
|
18
|
+
} from "./chunk-OLUNPPBR.mjs";
|
19
19
|
import {
|
20
20
|
FormExtensionZone,
|
21
21
|
useExtendableForm
|
22
|
-
} from "./chunk-
|
22
|
+
} from "./chunk-RVOPC44F.mjs";
|
23
23
|
import "./chunk-NQIC7ZFS.mjs";
|
24
24
|
import "./chunk-ONB3JEHR.mjs";
|
25
25
|
import "./chunk-4GQOUCX6.mjs";
|
26
26
|
import "./chunk-2VTICXJR.mjs";
|
27
27
|
import "./chunk-D3YQN7HV.mjs";
|
28
|
-
import "./chunk-
|
28
|
+
import "./chunk-ZJA7VBUR.mjs";
|
29
29
|
import "./chunk-MNXC6Q4F.mjs";
|
30
30
|
import {
|
31
31
|
useExtension
|
@@ -8,7 +8,7 @@ import {
|
|
8
8
|
ConfigurableDataTable,
|
9
9
|
createTableAdapter,
|
10
10
|
productColumnAdapter
|
11
|
-
} from "./chunk-
|
11
|
+
} from "./chunk-37UXEJF2.mjs";
|
12
12
|
import "./chunk-3I6G3NRU.mjs";
|
13
13
|
import "./chunk-SJ3E4T6B.mjs";
|
14
14
|
import "./chunk-INE2QCSC.mjs";
|
@@ -37,7 +37,7 @@ import {
|
|
37
37
|
import {
|
38
38
|
useDataTableDateFilters
|
39
39
|
} from "./chunk-Q33G337Z.mjs";
|
40
|
-
import "./chunk-
|
40
|
+
import "./chunk-YM4QJC6Y.mjs";
|
41
41
|
import "./chunk-C76H5USB.mjs";
|
42
42
|
import "./chunk-PFKKVLZX.mjs";
|
43
43
|
import "./chunk-MNXC6Q4F.mjs";
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import {
|
2
2
|
EditProductMediaSchema,
|
3
3
|
UploadMediaFormItem
|
4
|
-
} from "./chunk-
|
4
|
+
} from "./chunk-JMQ6V54O.mjs";
|
5
5
|
import "./chunk-ZQRKUG6J.mjs";
|
6
6
|
import "./chunk-TYTNUPXB.mjs";
|
7
7
|
import "./chunk-6GU6IDUA.mjs";
|
@@ -13,7 +13,7 @@ import {
|
|
13
13
|
RouteFocusModal,
|
14
14
|
useRouteModal
|
15
15
|
} from "./chunk-4TC5YS65.mjs";
|
16
|
-
import "./chunk-
|
16
|
+
import "./chunk-ZJA7VBUR.mjs";
|
17
17
|
import "./chunk-OBQI23QM.mjs";
|
18
18
|
import {
|
19
19
|
useProduct,
|
@@ -17,17 +17,17 @@ import {
|
|
17
17
|
} from "./chunk-4TC5YS65.mjs";
|
18
18
|
import {
|
19
19
|
PRODUCT_DETAIL_FIELDS
|
20
|
-
} from "./chunk-
|
20
|
+
} from "./chunk-OLUNPPBR.mjs";
|
21
21
|
import {
|
22
22
|
FormExtensionZone,
|
23
23
|
useExtendableForm
|
24
|
-
} from "./chunk-
|
24
|
+
} from "./chunk-RVOPC44F.mjs";
|
25
25
|
import "./chunk-NQIC7ZFS.mjs";
|
26
26
|
import "./chunk-ONB3JEHR.mjs";
|
27
27
|
import "./chunk-4GQOUCX6.mjs";
|
28
28
|
import "./chunk-2VTICXJR.mjs";
|
29
29
|
import "./chunk-D3YQN7HV.mjs";
|
30
|
-
import "./chunk-
|
30
|
+
import "./chunk-ZJA7VBUR.mjs";
|
31
31
|
import "./chunk-MNXC6Q4F.mjs";
|
32
32
|
import {
|
33
33
|
useExtension
|
package/dist/{product-shipping-profile-YDN4X6S2.mjs → product-shipping-profile-FFMKOF6B.mjs}
RENAMED
@@ -14,14 +14,14 @@ import {
|
|
14
14
|
} from "./chunk-4TC5YS65.mjs";
|
15
15
|
import {
|
16
16
|
PRODUCT_DETAIL_FIELDS
|
17
|
-
} from "./chunk-
|
18
|
-
import "./chunk-
|
17
|
+
} from "./chunk-OLUNPPBR.mjs";
|
18
|
+
import "./chunk-RVOPC44F.mjs";
|
19
19
|
import "./chunk-NQIC7ZFS.mjs";
|
20
20
|
import "./chunk-ONB3JEHR.mjs";
|
21
21
|
import "./chunk-4GQOUCX6.mjs";
|
22
22
|
import "./chunk-2VTICXJR.mjs";
|
23
23
|
import "./chunk-D3YQN7HV.mjs";
|
24
|
-
import "./chunk-
|
24
|
+
import "./chunk-ZJA7VBUR.mjs";
|
25
25
|
import "./chunk-MNXC6Q4F.mjs";
|
26
26
|
import "./chunk-C5P5PL3E.mjs";
|
27
27
|
import "./chunk-DG7J63J2.mjs";
|