@erpsquad/common 1.8.156 → 1.8.157
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/{article-cell-editor-JDI676YI-CLrC52Rk.esm.js → article-cell-editor-JDI676YI-C8ML0FRb.esm.js} +2 -2
- package/dist/{article-cell-editor-JDI676YI-CLrC52Rk.esm.js.map → article-cell-editor-JDI676YI-C8ML0FRb.esm.js.map} +1 -1
- package/dist/components/index.esm.js +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/uom-field-wrapper-D2indRlL.js.map +1 -1
- package/dist/{uom-field-wrapper-DB_wxKWM.esm.js → uom-field-wrapper-RTfnSRse.esm.js} +3 -2
- package/dist/{uom-field-wrapper-DB_wxKWM.esm.js.map → uom-field-wrapper-RTfnSRse.esm.js.map} +1 -1
- package/package.json +1 -1
|
@@ -34776,7 +34776,7 @@ var renderer5 = {
|
|
|
34776
34776
|
})
|
|
34777
34777
|
};
|
|
34778
34778
|
var dropdown_cell_default = renderer5;
|
|
34779
|
-
var ArticleCellEditor = React.lazy(async () => await import("./article-cell-editor-JDI676YI-
|
|
34779
|
+
var ArticleCellEditor = React.lazy(async () => await import("./article-cell-editor-JDI676YI-C8ML0FRb.esm.js"));
|
|
34780
34780
|
var renderer6 = {
|
|
34781
34781
|
kind: GridCellKind.Custom,
|
|
34782
34782
|
isMatch: (c2) => c2.data.kind === "article-cell",
|
|
@@ -45828,6 +45828,7 @@ const useUomFieldUpdater = ({
|
|
|
45828
45828
|
convertedValue = 0;
|
|
45829
45829
|
} else if (active_location && typeof active_location === "object" && (sourceData == null ? void 0 : sourceData.location_wise_quantity)) {
|
|
45830
45830
|
const location_quantity = sourceData.location_wise_quantity.find((item) => item.location_id === active_location.id);
|
|
45831
|
+
console.log("useUomFieldUpdater", sourceKey, location_quantity, active_location);
|
|
45831
45832
|
if (location_quantity) {
|
|
45832
45833
|
switch (sourceKey) {
|
|
45833
45834
|
case "total_available_quantity":
|
|
@@ -46031,4 +46032,4 @@ export {
|
|
|
46031
46032
|
ListingComponent as y,
|
|
46032
46033
|
AreaLineChart as z
|
|
46033
46034
|
};
|
|
46034
|
-
//# sourceMappingURL=uom-field-wrapper-
|
|
46035
|
+
//# sourceMappingURL=uom-field-wrapper-RTfnSRse.esm.js.map
|