Skip to content

Commit

Permalink
Release 5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillgalushko committed Nov 10, 2024
1 parent 53518e4 commit 9be5e0e
Show file tree
Hide file tree
Showing 14 changed files with 29 additions and 26 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions dist/chunks/ContextSubmenu-CeSS27zW.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import o from "./HoverMenu-CyUzb1m7.js";
export {
o as default
};
4 changes: 0 additions & 4 deletions dist/chunks/ContextSubmenu-D-_NtqsZ.js

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { defineComponent as t, openBlock as p, createBlock as s, unref as a, mergeProps as n, withCtx as r, renderSlot as e } from "vue";
import { k as d } from "./floating-vue-CLQxaqU5.js";
import { k as d } from "./floating-vue-DX5lYCEg.js";
import { _ as f } from "./_plugin-vue_export-helper-CHgC5LLL.js";
import '../assets/Dropdown-ByuYqq5G.css';const l = /* @__PURE__ */ t({
__name: "Dropdown",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { inject as b, ref as o, provide as g, defineComponent as k, openBlock as p, createElementBlock as M, Fragment as S, createElementVNode as B, unref as e, renderSlot as h, createBlock as H, Teleport as T, createVNode as y, Transition as C, withCtx as w, normalizeStyle as N, createCommentVNode as x } from "vue";
import { B as E } from "./BaseMenu-DZr7VeE0.js";
import { f as F, s as $, b as j } from "./index-DdoF6KC2.js";
import { f as F, s as $, b as j } from "./index-CgLTAUiF.js";
import { _ as z } from "./_plugin-vue_export-helper-CHgC5LLL.js";
import '../assets/HoverMenu-cd52NySQ.css';const D = () => {
const f = b("hover-submenu-shown", o()), l = b("hover-submenu-hidden", o()), a = o(!1), i = o(!1), m = o(null), d = o(null), n = o(), r = o([F(), $()]), { floatingStyles: v, update: t } = j(m, d, {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { openBlock as m, createElementBlock as g, createElementVNode as l, defineComponent as w, provide as _, computed as k, watch as y, createBlock as S, withCtx as p, normalizeStyle as b, renderSlot as u, normalizeClass as x, createTextVNode as C, toDisplayString as B, unref as n, createVNode as O } from "vue";
import $ from "./Dropdown-CcsQIy1b.js";
import $ from "./Dropdown-Be3Oc9kt.js";
import { i as z } from "./IconAccessibleFilled-DFPdopZN.js";
import { g as N, h as V } from "./index-DdoF6KC2.js";
import { g as N, h as V } from "./index-CgLTAUiF.js";
import { _ as D } from "./_plugin-vue_export-helper-CHgC5LLL.js";
import '../assets/Select-BJaTYbjg.css';const E = {}, R = {
xmlns: "http://www.w3.org/2000/svg",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { defineComponent as v, ref as n, inject as h, openBlock as l, createBlock as k, unref as o, withCtx as m, renderSlot as t, createElementVNode as b, normalizeClass as E, createElementBlock as a, createCommentVNode as r } from "vue";
import _ from "./Tooltip-B03oqH2d.js";
import { a as $ } from "./index-DdoF6KC2.js";
import _ from "./Tooltip-Dd1zuQsX.js";
import { a as $ } from "./index-CgLTAUiF.js";
import { _ as y } from "./_plugin-vue_export-helper-CHgC5LLL.js";
import '../assets/SidebarItem-B-e8aYZt.css';const C = {
key: 0,
Expand Down
19 changes: 11 additions & 8 deletions dist/chunks/Tabs-BDYt6PCn.js → dist/chunks/Tabs-BeRteTsb.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { defineComponent as m, ref as n, provide as i, watchEffect as b, onMounted as h, onBeforeUnmount as _, openBlock as x, createElementBlock as y, normalizeClass as v, createElementVNode as w, normalizeStyle as C, renderSlot as S } from "vue";
import { u as T } from "./index-DdoF6KC2.js";
import { u as T } from "./index-CgLTAUiF.js";
import { _ as z } from "./_plugin-vue_export-helper-CHgC5LLL.js";
import '../assets/Tabs-BEiP7Lx2.css';const B = /* @__PURE__ */ m({
import '../assets/Tabs-B8nwCpdd.css';const B = /* @__PURE__ */ m({
__name: "Tabs",
props: {
value: {},
Expand All @@ -13,12 +13,12 @@ import '../assets/Tabs-BEiP7Lx2.css';const B = /* @__PURE__ */ m({
c.value = !1, s.onChange(e);
}, o = T(s.value, p);
i("tabs", o), i("stretched", s.stretched);
const r = n(null), l = n(null), d = n({
const r = n(null), l = n(null), u = n({
width: "0px",
transform: "translateX(0px)"
}), a = () => {
const e = o.selectedTab.value;
e && (d.value = {
e && (u.value = {
width: `${e.offsetWidth}px`,
transform: `translateX(${e.offsetLeft}px)`
});
Expand All @@ -27,8 +27,11 @@ import '../assets/Tabs-BEiP7Lx2.css';const B = /* @__PURE__ */ m({
a();
}), h(() => {
a(), r.value = new ResizeObserver(a), l.value = new MutationObserver(a), o.tabs.value.forEach((e) => {
var t, u;
(t = r.value) == null || t.observe(e), (u = l.value) == null || u.observe(e);
var t, d;
(t = r.value) == null || t.observe(e), (d = l.value) == null || d.observe(e, {
childList: !0,
subtree: !0
});
});
}), _(() => {
var e, t;
Expand All @@ -38,12 +41,12 @@ import '../assets/Tabs-BEiP7Lx2.css';const B = /* @__PURE__ */ m({
}, [
w("div", {
class: v(["slider", { animated: !c.value }]),
style: C(d.value)
style: C(u.value)
}, null, 6),
S(e.$slots, "default", {}, void 0, !0)
], 2));
}
}), $ = /* @__PURE__ */ z(B, [["__scopeId", "data-v-59698ed2"]]);
}), $ = /* @__PURE__ */ z(B, [["__scopeId", "data-v-5b34619c"]]);
export {
$ as default
};
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { defineComponent as s, openBlock as a, createBlock as l, unref as c, mergeProps as d, withCtx as t, renderSlot as p } from "vue";
import { V as f } from "./floating-vue-CLQxaqU5.js";
import { V as f } from "./floating-vue-DX5lYCEg.js";
import { _ as n } from "./_plugin-vue_export-helper-CHgC5LLL.js";
import '../assets/Tooltip-uBmBp0rD.css';const i = /* @__PURE__ */ s({
__name: "Tooltip",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { pushScopeId as le, popScopeId as ue, defineComponent as b, nextTick as ce, openBlock as w, createBlock as D, createElementBlock as A, normalizeClass as Z, renderSlot as T, normalizeProps as fe, guardReactiveProps as me, withScopeId as ge, resolveComponent as B, normalizeStyle as z, withKeys as we, createElementVNode as m, Fragment as ye, createCommentVNode as L, mergeProps as ve, withCtx as R, createVNode as $e } from "vue";
import { o as _e, c as Se, s as Te, f as be, d as Pe, e as Ce, B as ze, D as I } from "./index-DdoF6KC2.js";
import { o as _e, c as Se, s as Te, f as be, d as Pe, e as Ce, B as ze, D as I } from "./index-CgLTAUiF.js";
import '../assets/floating-vue-DF4AVo2i.css';const g = {
// Disable popper components
disabled: !1,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -976,7 +976,7 @@ const he = (t, e) => {
}), Ct(() => {
n.value && (n.value.removeEventListener("contextmenu", f), document.removeEventListener("click", c), document.addEventListener("contextmenu", a));
}), { contextMenuData: { floatingStyles: r, floatingRef: i, position: e, positionRef: o, isContextMenuVisible: t }, targetRef: n };
}, Te = x(() => import("./Button-CyAGLh2u.js")), Ce = x(() => import("./Card-9nWAuH-x.js")), De = x(() => import("./Gap-Sxx6U3r2.js")), Le = x(() => import("./Input-DkzORddC.js")), Me = x(() => import("./Row-BY0t6nVV.js")), Ee = x(() => import("./Sidebar-DhWu9rxc.js")), ke = x(() => import("./Stack-DMBbfVFx.js")), Be = x(() => import("./Tab-B88ewKLD.js")), Ve = x(() => import("./Tabs-BDYt6PCn.js")), Fe = x(() => import("./Text-C9hD0RpH.js")), He = x(() => import("./Separator-wxkftJnA.js")), We = x(() => import("./Tooltip-B03oqH2d.js")), _e = x(() => import("./Badge-B9KiJMvZ.js")), Ne = x(() => import("./SidebarItem-OEXbfS9W.js")), $e = x(() => import("./SidebarList-DqxNWpBk.js")), je = x(() => import("./Modal-CbWHRPEd.js")), ze = x(() => import("./Dropdown-CcsQIy1b.js")), Ie = x(() => import("./DropdownList-CUfKhtO4.js")), Ye = x(() => import("./DropdownItem-BARcEbAX.js")), Xe = x(() => import("./DropdownSeparator-CgLJLUnx.js")), Ge = x(() => import("./Loader-BDQ35OiJ.js")), Ue = x(() => import("./HoverMenu-B3egS-9L.js")), qe = x(() => import("./HoverMenuList-CUfKhtO4.js")), Je = x(() => import("./HoverMenuItem-BARcEbAX.js")), Ke = x(() => import("./HoverMenuSeparator-CgLJLUnx.js")), Qe = x(() => import("./ContextMenu-BGFS_VuD.js")), Ze = x(() => import("./ContextSubmenu-D-_NtqsZ.js")), tn = x(() => import("./ContextMenuList-CUfKhtO4.js")), en = x(() => import("./ContextMenuItem-BARcEbAX.js")), nn = x(() => import("./ContextMenuSeparator-CgLJLUnx.js")), on = x(() => import("./Confirm-DzJKUORT.js")), rn = x(() => import("./Select-CjBojeCH.js")), ln = x(() => import("./SelectOption-4vcWy-FX.js"));
}, Te = x(() => import("./Button-CyAGLh2u.js")), Ce = x(() => import("./Card-9nWAuH-x.js")), De = x(() => import("./Gap-Sxx6U3r2.js")), Le = x(() => import("./Input-DkzORddC.js")), Me = x(() => import("./Row-BY0t6nVV.js")), Ee = x(() => import("./Sidebar-DhWu9rxc.js")), ke = x(() => import("./Stack-DMBbfVFx.js")), Be = x(() => import("./Tab-B88ewKLD.js")), Ve = x(() => import("./Tabs-BeRteTsb.js")), Fe = x(() => import("./Text-C9hD0RpH.js")), He = x(() => import("./Separator-wxkftJnA.js")), We = x(() => import("./Tooltip-Dd1zuQsX.js")), _e = x(() => import("./Badge-B9KiJMvZ.js")), Ne = x(() => import("./SidebarItem-Cumx54WR.js")), $e = x(() => import("./SidebarList-DqxNWpBk.js")), je = x(() => import("./Modal-CbWHRPEd.js")), ze = x(() => import("./Dropdown-Be3Oc9kt.js")), Ie = x(() => import("./DropdownList-CUfKhtO4.js")), Ye = x(() => import("./DropdownItem-BARcEbAX.js")), Xe = x(() => import("./DropdownSeparator-CgLJLUnx.js")), Ge = x(() => import("./Loader-BDQ35OiJ.js")), Ue = x(() => import("./HoverMenu-CyUzb1m7.js")), qe = x(() => import("./HoverMenuList-CUfKhtO4.js")), Je = x(() => import("./HoverMenuItem-BARcEbAX.js")), Ke = x(() => import("./HoverMenuSeparator-CgLJLUnx.js")), Qe = x(() => import("./ContextMenu-BGFS_VuD.js")), Ze = x(() => import("./ContextSubmenu-CeSS27zW.js")), tn = x(() => import("./ContextMenuList-CUfKhtO4.js")), en = x(() => import("./ContextMenuItem-BARcEbAX.js")), nn = x(() => import("./ContextMenuSeparator-CgLJLUnx.js")), on = x(() => import("./Confirm-DzJKUORT.js")), rn = x(() => import("./Select-C_VYfKYE.js")), ln = x(() => import("./SelectOption-4vcWy-FX.js"));
export {
Ke as A,
ue as B,
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import "vue";
import { p as t, i as o, C as r, O as n, E as u, K as i, J as p, N as S, F as d, t as M, w as m, v as C, x, G as b, H as l, z as w, y as I, A as L, I as T, L as v, M as H, R as c, P as D, Q as f, m as z, S as R, q as g, r as k, j as B, T as G, k as O, l as h, n as j, U as q, V as y, a as A, g as E, h as F, u as J } from "./chunks/index-DdoF6KC2.js";
import { p as t, i as o, C as r, O as n, E as u, K as i, J as p, N as S, F as d, t as M, w as m, v as C, x, G as b, H as l, z as w, y as I, A as L, I as T, L as v, M as H, R as c, P as D, Q as f, m as z, S as R, q as g, r as k, j as B, T as G, k as O, l as h, n as j, U as q, V as y, a as A, g as E, h as F, u as J } from "./chunks/index-CgLTAUiF.js";
export {
t as Badge,
o as Button,
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@gui/components",
"private": true,
"version": "5.0.2",
"version": "5.0.3",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand Down

0 comments on commit 9be5e0e

Please # to comment.