@ndmspc/ndmvr 1.2.0-rc.7 → 1.2.0-rc.8
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/ndmvr.es.js +3 -3
- package/package.json +1 -1
package/dist/ndmvr.es.js
CHANGED
|
@@ -64245,7 +64245,7 @@ function SW(e) {
|
|
|
64245
64245
|
function CW(e) {
|
|
64246
64246
|
let n = t(e);
|
|
64247
64247
|
console.log("Fetched object:", n), N().next({
|
|
64248
|
-
id: "
|
|
64248
|
+
id: "pad1",
|
|
64249
64249
|
opts: { render: "" },
|
|
64250
64250
|
obj: n
|
|
64251
64251
|
});
|
|
@@ -64269,12 +64269,12 @@ function EW(e) {
|
|
|
64269
64269
|
if (console.log("Received data:", e), typeof e != "string" || !e.startsWith("{")) return;
|
|
64270
64270
|
let n = t(e);
|
|
64271
64271
|
if (console.log("Received object:", n), n.arr && n.arr.length > 0) for (let e = 0; e < n.arr.length; e++) n.arr[e]._typename.startsWith("TH1") || n.arr[e]._typename.startsWith("TH2"), N().next({
|
|
64272
|
-
id: `
|
|
64272
|
+
id: `pad${e + 1}`,
|
|
64273
64273
|
opts: { render: "nested" },
|
|
64274
64274
|
obj: n.arr[e]
|
|
64275
64275
|
});
|
|
64276
64276
|
else n._typename && N().next({
|
|
64277
|
-
id: "
|
|
64277
|
+
id: "pad1",
|
|
64278
64278
|
opts: { render: "" },
|
|
64279
64279
|
obj: n
|
|
64280
64280
|
});
|