@maxtropy/v-components 0.1.17-beta.35 → 0.1.17-beta.36
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.
|
@@ -26503,7 +26503,9 @@ const Khe = { class: "icon" }, Hhe = { class: "staff-name" }, Uhe = { class: "st
|
|
|
26503
26503
|
() => n.value,
|
|
26504
26504
|
(c) => {
|
|
26505
26505
|
if (c != null && c.tenantUuid) {
|
|
26506
|
-
const f = window.ASSISTANT_ORIGIN
|
|
26506
|
+
const f = window.ASSISTANT_ORIGIN;
|
|
26507
|
+
if (f)
|
|
26508
|
+
return;
|
|
26507
26509
|
window.assistantConfig = {
|
|
26508
26510
|
staffId: c.currentStaffId,
|
|
26509
26511
|
tenantMcid: c.tenantUuid,
|
|
@@ -27952,7 +27954,7 @@ const gg = /* @__PURE__ */ _n(ove, [["__scopeId", "data-v-ccc5eca1"]]), B4 = /*
|
|
|
27952
27954
|
]), 1040));
|
|
27953
27955
|
}
|
|
27954
27956
|
}), P4 = /* @__PURE__ */ te({
|
|
27955
|
-
__name: "
|
|
27957
|
+
__name: "MxDropdownItem",
|
|
27956
27958
|
setup(e) {
|
|
27957
27959
|
return (t, n) => (B(), oe(A(sc), nt(t.$attrs, { class: "mx-dropdown-menu" }), Qt({ _: 2 }, [
|
|
27958
27960
|
We(t.$slots, (r, a, i) => ({
|
package/package.json
CHANGED
|
File without changes
|