@tmsoft/webphone 2.0.27 → 2.0.28
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/webphone.es.js
CHANGED
|
@@ -16134,10 +16134,10 @@ var icon_phone_default = { render }, Tooltip_default = /* @__PURE__ */ defineCom
|
|
|
16134
16134
|
}, [
|
|
16135
16135
|
createVNode(unref(icon_phone_default), { class: "webphone-display__user-icon wp:size-6 wp:shrink-0 montserrat" }),
|
|
16136
16136
|
createTextVNode(" " + toDisplayString(o.user) + " ", 1),
|
|
16137
|
-
(p.value?.status || "idle") === "connected" ?
|
|
16137
|
+
(p.value?.status || "idle") === "connected" ? (openBlock(), createElementBlock("div", {
|
|
16138
16138
|
key: 0,
|
|
16139
16139
|
class: normalizeClass([_.value, "webphone-display__status-text wp:font-bold wp:tracking-wider wp:text-sm wp:text-[var(--color-primary)] montserrat"])
|
|
16140
|
-
}, toDisplayString(F.value), 3))
|
|
16140
|
+
}, toDisplayString(F.value), 3)) : createCommentVNode("", !0)
|
|
16141
16141
|
], 2)) : createCommentVNode("", !0),
|
|
16142
16142
|
(p.value?.status || "idle") === "idle" && o.allowInput ? (openBlock(), createElementBlock("div", _hoisted_4$4, [createElementVNode("div", {
|
|
16143
16143
|
class: "webphone-display__dialer-container wp:relative wp:w-full wp:max-w-80",
|