@seedtactics/insight-client 16.7.0 → 16.7.1

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.
@@ -157,14 +157,14 @@ export function selectQueueData(queuesToCheck, curSt, rawMatQueues, inProcQueues
157
157
  for (const queueName of queueNames) {
158
158
  const isRawMat = rawMatQueues.has(queueName);
159
159
  if (isRawMat) {
160
- const materialByPos = OrderedMap.empty();
160
+ let materialByPos = OrderedMap.empty();
161
161
  const matByPartThenUniq = new Map();
162
162
  for (const m of curSt.material) {
163
163
  if (m.location.type === api.LocType.InQueue &&
164
164
  m.location.currentQueue === queueName &&
165
165
  m.location.queuePosition !== undefined) {
166
166
  if ((m.serial && m.serial !== "") || m.action.type !== api.ActionType.Waiting) {
167
- materialByPos.set(m.location.queuePosition, m);
167
+ materialByPos = materialByPos.set(m.location.queuePosition, m);
168
168
  }
169
169
  else {
170
170
  let matsForPart = matByPartThenUniq.get(m.partName);
package/dist/index.html CHANGED
@@ -44,7 +44,7 @@
44
44
  }
45
45
  }
46
46
  </style>
47
- <script type="module" crossorigin src="/assets/index-bPAFn3jp.js"></script>
47
+ <script type="module" crossorigin src="/assets/index-DL7cXxkt.js"></script>
48
48
  <link rel="stylesheet" crossorigin href="/assets/index-CbqW4-gR.css">
49
49
  </head>
50
50
  <body>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seedtactics/insight-client",
3
- "version": "16.7.0",
3
+ "version": "16.7.1",
4
4
  "license": "BSD-3-Clause",
5
5
  "type": "module",
6
6
  "repository": {
@@ -29,8 +29,8 @@
29
29
  "@fontsource/roboto": "^5.2.10",
30
30
  "@mui/icons-material": "^9.0.1",
31
31
  "@mui/material": "^9.0.1",
32
- "@react-spring/rafz": "^10.0.4",
33
- "@react-spring/web": "^10.0.4",
32
+ "@react-spring/rafz": "^10.1.0",
33
+ "@react-spring/web": "^10.1.0",
34
34
  "@seedtactics/immutable-collections": "^1.1.1",
35
35
  "@yudiel/react-qr-scanner": "^2.6.0",
36
36
  "copy-to-clipboard": "^4.0.2",
@@ -38,7 +38,7 @@
38
38
  "d3-sankey": "^0.12.3",
39
39
  "d3-scale": "^4.0.2",
40
40
  "d3-shape": "^3.2.0",
41
- "date-fns": "^4.2.1",
41
+ "date-fns": "^4.3.0",
42
42
  "highlight.js": "^11.11.1",
43
43
  "jdenticon": "^3.3.0",
44
44
  "jotai": "^2.20.0",
@@ -48,7 +48,7 @@
48
48
  "react": "^19.2.6",
49
49
  "react-calendar": "^6.0.1",
50
50
  "react-dom": "^19.2.6",
51
- "react-error-boundary": "^6.1.1",
51
+ "react-error-boundary": "^6.1.2",
52
52
  "react-resize-detector": "^12.3.0",
53
53
  "react-timeago": "^8.3.0",
54
54
  "react-to-print": "^3.3.0",