@nsshunt/stsvueutils 1.2.34 → 1.2.38
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/stsvueutils.mjs
CHANGED
|
@@ -2328,7 +2328,6 @@ class RequestResponseHelper {
|
|
|
2328
2328
|
}, __privateGet(this, _requestResponseMessageTimeout))
|
|
2329
2329
|
// max message timeout allowed
|
|
2330
2330
|
};
|
|
2331
|
-
debug$1(`RequestResponseHelper: Sending message with id: [${messageId}] to target worker port. Details: [${JSON.stringify(__privateGet(this, _requestResponseMessages)[messageId].publishMessagePayload)}]`);
|
|
2332
2331
|
__privateGet(this, _port).postMessage(message);
|
|
2333
2332
|
}
|
|
2334
2333
|
} else {
|
|
@@ -11407,7 +11406,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
11407
11406
|
createTextVNode(" Top Level"),
|
|
11408
11407
|
createVNode(_component_v_icon, {
|
|
11409
11408
|
end: "",
|
|
11410
|
-
icon: "
|
|
11409
|
+
icon: "fa-regular fa-house"
|
|
11411
11410
|
})
|
|
11412
11411
|
]),
|
|
11413
11412
|
_: 1
|
|
@@ -11422,7 +11421,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
11422
11421
|
createTextVNode(" Go Back"),
|
|
11423
11422
|
createVNode(_component_v_icon, {
|
|
11424
11423
|
end: "",
|
|
11425
|
-
icon: "
|
|
11424
|
+
icon: "fa-solid fa-backward-step"
|
|
11426
11425
|
})
|
|
11427
11426
|
]),
|
|
11428
11427
|
_: 1
|