@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 || "http://localhost:3000";
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: "MxDropDownItem",
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) => ({
@@ -0,0 +1,7 @@
1
+ export declare enum Themes {
2
+ DARK = "dark",
3
+ LIGHT = "light",
4
+ YELLOWLIGHT = "yellow-light",
5
+ SAPPHIRE = "sapphire",
6
+ JUNTONG = "juntong"
7
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxtropy/v-components",
3
- "version": "0.1.17-beta.35",
3
+ "version": "0.1.17-beta.36",
4
4
  "files": [
5
5
  "dist"
6
6
  ],