@26lights/orcha 0.13.1 → 0.13.2
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/orcha.cjs.js +1 -1
- package/dist/orcha.es.js +23 -22
- package/dist/orcha.umd.js +1 -1
- package/package.json +1 -1
package/dist/orcha.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as G, openBlock as v, createBlock as N, unref as F, mergeProps as Ve, createElementBlock as h, createElementVNode as f, pushScopeId as rn, popScopeId as un, createStaticVNode as cn, computed as b, resolveDynamicComponent as tt, normalizeClass as x, renderSlot as te, toDisplayString as z, createCommentVNode as T, ref as J, watch as re, nextTick as Ee, withKeys as Ye, toHandlers as dn, withCtx as j, createTextVNode as e1, createVNode as A, normalizeStyle as ra, resolveComponent as ua,
|
|
1
|
+
import { defineComponent as G, openBlock as v, createBlock as N, unref as F, mergeProps as Ve, createElementBlock as h, createElementVNode as f, pushScopeId as rn, popScopeId as un, createStaticVNode as cn, computed as b, resolveDynamicComponent as tt, normalizeClass as x, renderSlot as te, toDisplayString as z, createCommentVNode as T, ref as J, watch as re, nextTick as Ee, withKeys as Ye, toHandlers as dn, withCtx as j, createTextVNode as e1, createVNode as A, normalizeStyle as ra, resolveComponent as ua, Fragment as fe, withModifiers as _e, createSlots as t1, renderList as ye, onMounted as Dt, onBeforeUnmount as fn, onUnmounted as ca, toRefs as $e, getCurrentInstance as at, toRef as dt, normalizeProps as vn, guardReactiveProps as pn, onUpdated as hn, withDirectives as ft, vModelText as Et, vModelCheckbox as mn, Teleport as It, getCurrentScope as Cn, onScopeDispose as _n, provide as gn } from "vue";
|
|
2
2
|
import { RouterView as yn } from "vue-router";
|
|
3
3
|
import Xe from "vuedraggable";
|
|
4
4
|
const Y4 = /* @__PURE__ */ G({
|
|
@@ -3627,10 +3627,7 @@ function o3(a, e) {
|
|
|
3627
3627
|
status: i3(a, e) ? k1.done : k1.todo
|
|
3628
3628
|
};
|
|
3629
3629
|
}
|
|
3630
|
-
const l3 = ["title"], r3 = {
|
|
3631
|
-
key: 0,
|
|
3632
|
-
className: "ao-avatar__initials"
|
|
3633
|
-
}, u3 = ["src"], _t = /* @__PURE__ */ G({
|
|
3630
|
+
const l3 = ["title"], r3 = { className: "ao-avatar__initials" }, u3 = ["title", "src"], _t = /* @__PURE__ */ G({
|
|
3634
3631
|
__name: "AoAvatar",
|
|
3635
3632
|
props: {
|
|
3636
3633
|
userName: {},
|
|
@@ -3645,26 +3642,30 @@ const l3 = ["title"], r3 = {
|
|
|
3645
3642
|
};
|
|
3646
3643
|
return (o, i) => {
|
|
3647
3644
|
const l = ua("AoButton");
|
|
3648
|
-
return v(), h(
|
|
3649
|
-
|
|
3650
|
-
|
|
3651
|
-
|
|
3652
|
-
|
|
3653
|
-
|
|
3645
|
+
return v(), h(fe, null, [
|
|
3646
|
+
o.avatarUrl ? T("", !0) : (v(), h("div", {
|
|
3647
|
+
key: 0,
|
|
3648
|
+
role: "img",
|
|
3649
|
+
class: x(["ao-avatar", `ao-avatar--${o.size}`]),
|
|
3650
|
+
title: o.userName
|
|
3651
|
+
}, [
|
|
3652
|
+
f("span", r3, z(F(s)), 1),
|
|
3653
|
+
o.isClosable ? (v(), N(l, {
|
|
3654
|
+
key: 0,
|
|
3655
|
+
"icon-name": "CloseRounded",
|
|
3656
|
+
class: "ao-avatar__close",
|
|
3657
|
+
color: "primary",
|
|
3658
|
+
corners: "round",
|
|
3659
|
+
onClick: _e(n, ["stop"])
|
|
3660
|
+
}, null, 8, ["onClick"])) : T("", !0)
|
|
3661
|
+
], 10, l3)),
|
|
3654
3662
|
o.avatarUrl ? (v(), h("img", {
|
|
3655
3663
|
key: 1,
|
|
3656
|
-
|
|
3664
|
+
class: x(["ao-avatar", `ao-avatar--${o.size}`]),
|
|
3665
|
+
title: o.userName,
|
|
3657
3666
|
src: o.avatarUrl
|
|
3658
|
-
}, null,
|
|
3659
|
-
|
|
3660
|
-
key: 2,
|
|
3661
|
-
"icon-name": "CloseRounded",
|
|
3662
|
-
class: "ao-avatar__close",
|
|
3663
|
-
color: "primary",
|
|
3664
|
-
corners: "round",
|
|
3665
|
-
onClick: _e(n, ["stop"])
|
|
3666
|
-
}, null, 8, ["onClick"])) : T("", !0)
|
|
3667
|
-
], 10, l3);
|
|
3667
|
+
}, null, 10, u3)) : T("", !0)
|
|
3668
|
+
], 64);
|
|
3668
3669
|
};
|
|
3669
3670
|
}
|
|
3670
3671
|
});
|