@opentiny/tiny-robot 0.2.0-alpha.6 → 0.2.0-alpha.7

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.
@@ -1,120 +1,177 @@
1
- import { defineComponent as T, useSlots as N, computed as d, createElementBlock as a, openBlock as n, normalizeClass as R, renderSlot as v, createBlock as c, resolveDynamicComponent as V, createCommentVNode as z, toDisplayString as E, useCssVars as F, ref as L, Fragment as $, renderList as b, unref as i, mergeProps as x, createSlots as M, withCtx as C, createVNode as D } from "vue";
2
- import { d as j } from "../index3.js";
3
- import q from "../dropdown-menu/index.js";
4
- import A from "../suggestion-popover/index.js";
5
- import { _ as w } from "../_plugin-vue_export-helper.js";
6
- const H = { key: 0 }, J = /* @__PURE__ */ T({
1
+ import { defineComponent as b, useSlots as R, computed as k, createElementBlock as f, openBlock as n, normalizeClass as U, renderSlot as B, createBlock as u, resolveDynamicComponent as G, createCommentVNode as S, toDisplayString as F, unref as _, mergeProps as D, createSlots as H, withCtx as y, createVNode as $, renderList as P, mergeModels as V, useCssVars as j, ref as E, useModel as q, watch as J, createElementVNode as N, Fragment as W, Transition as O, nextTick as Q } from "vue";
2
+ import { K as X, U as Y } from "../tiny-robot-svgs.js";
3
+ import { a as Z, d as x, w as ee } from "../index3.js";
4
+ import te from "../dropdown-menu/index.js";
5
+ import ne from "../suggestion-popover/index.js";
6
+ import { _ as K } from "../_plugin-vue_export-helper.js";
7
+ const oe = { key: 0 }, ie = /* @__PURE__ */ b({
7
8
  __name: "PillButton",
8
9
  props: {
9
10
  item: {}
10
11
  },
11
- setup(s) {
12
- const u = s, p = N(), r = d(() => {
13
- var e;
14
- return !!(p.icon || (e = u.item) != null && e.icon);
15
- }), m = d(() => {
16
- var e;
17
- return !!(p.default || (e = u.item) != null && e.text);
18
- }), k = d(() => r.value && !m.value);
19
- return (e, g) => (n(), a("button", {
20
- class: R(["tr-suggestion-pills__item", { "only-icon": k.value }])
12
+ setup(a) {
13
+ const v = a, s = R(), e = k(() => {
14
+ var t;
15
+ return !!(s.icon || (t = v.item) != null && t.icon);
16
+ }), o = k(() => {
17
+ var t;
18
+ return !!(s.default || (t = v.item) != null && t.text);
19
+ }), g = k(() => e.value && !o.value);
20
+ return (t, c) => (n(), f("button", {
21
+ class: U(["tr-suggestion-pills__item", { "only-icon": g.value }])
21
22
  }, [
22
- v(e.$slots, "icon", {}, () => {
23
- var l;
23
+ B(t.$slots, "icon", {}, () => {
24
+ var i;
24
25
  return [
25
- (n(), c(V((l = e.item) == null ? void 0 : l.icon), { class: "tr-suggestion-pills__item_icon" }))
26
+ (n(), u(G((i = t.item) == null ? void 0 : i.icon), { class: "tr-suggestion-pills__item_icon" }))
26
27
  ];
27
28
  }, !0),
28
- v(e.$slots, "default", {}, () => {
29
- var l;
29
+ B(t.$slots, "default", {}, () => {
30
+ var i;
30
31
  return [
31
- (l = e.item) != null && l.text ? (n(), a("span", H, E(e.item.text), 1)) : z("", !0)
32
+ (i = t.item) != null && i.text ? (n(), f("span", oe, F(t.item.text), 1)) : S("", !0)
32
33
  ];
33
34
  }, !0)
34
35
  ], 2));
35
36
  }
36
- }), o = /* @__PURE__ */ w(J, [["__scopeId", "data-v-8df2df8c"]]), K = /* @__PURE__ */ T({
37
- __name: "index",
37
+ }), p = /* @__PURE__ */ K(ie, [["__scopeId", "data-v-bb357728"]]), z = /* @__PURE__ */ b({
38
+ __name: "PillButtonWrapper",
38
39
  props: {
39
- items: {}
40
+ item: {}
40
41
  },
41
- emits: ["item-click"],
42
- setup(s, { emit: u }) {
43
- F((g) => ({
44
- 31203585: e.value
42
+ emits: ["click"],
43
+ setup(a, { emit: v }) {
44
+ const s = v;
45
+ return (e, o) => {
46
+ var g, t, c, i, m, C;
47
+ return ((g = e.item.action) == null ? void 0 : g.type) === "popover" ? (n(), u(_(ne), D({ key: 0 }, e.item.action.props, {
48
+ onItemClick: (t = e.item.action.events) == null ? void 0 : t.itemClick,
49
+ onGroupClick: (c = e.item.action.events) == null ? void 0 : c.groupClick,
50
+ onClose: (i = e.item.action.events) == null ? void 0 : i.close
51
+ }), H({
52
+ default: y(() => [
53
+ $(p, {
54
+ item: e.item,
55
+ onClick: o[0] || (o[0] = (d) => s("click", e.item))
56
+ }, null, 8, ["item"])
57
+ ]),
58
+ _: 2
59
+ }, [
60
+ P(e.item.action.slots, (d, I) => ({
61
+ name: I,
62
+ fn: y(() => [
63
+ (n(), u(G(d)))
64
+ ])
65
+ }))
66
+ ]), 1040, ["onItemClick", "onGroupClick", "onClose"])) : ((m = e.item.action) == null ? void 0 : m.type) === "menu" ? (n(), u(_(te), D({ key: 1 }, e.item.action.props, {
67
+ onItemClick: (C = e.item.action.events) == null ? void 0 : C.itemClick
68
+ }), {
69
+ default: y(() => [
70
+ $(p, {
71
+ item: e.item,
72
+ onClick: o[1] || (o[1] = (d) => s("click", e.item))
73
+ }, null, 8, ["item"])
74
+ ]),
75
+ _: 1
76
+ }, 16, ["onItemClick"])) : (n(), u(p, {
77
+ key: 2,
78
+ item: e.item,
79
+ onClick: o[2] || (o[2] = (d) => s("click", e.item))
80
+ }, null, 8, ["item"]));
81
+ };
82
+ }
83
+ }), se = { class: "tr-suggestion-pills__wrapper" }, le = { class: "tr-suggestion-pills__more-wrapper" }, re = {
84
+ key: 0,
85
+ class: "tr-suggestion-pills__more"
86
+ }, ae = /* @__PURE__ */ b({
87
+ __name: "index",
88
+ props: /* @__PURE__ */ V({
89
+ items: {},
90
+ showAll: { type: Boolean }
91
+ }, {
92
+ showAll: { type: Boolean, default: !1 },
93
+ showAllModifiers: {}
94
+ }),
95
+ emits: /* @__PURE__ */ V(["item-click"], ["update:showAll"]),
96
+ setup(a, { emit: v }) {
97
+ j((l) => ({
98
+ "2bdfa5e6": I.value
45
99
  }));
46
- const p = s, r = u, m = L(null), { arrivedState: k } = j(m), e = d(() => k.left ? "linear-gradient(to right, black 95%, transparent)" : k.right ? "linear-gradient(to left, black 95%, transparent)" : "linear-gradient(to right, transparent, black 5%, black 95%, transparent)");
47
- return (g, l) => (n(), a("div", {
48
- class: "tr-suggestion-pills__container",
49
- ref_key: "containerRef",
50
- ref: m
51
- }, [
52
- v(g.$slots, "default", {}, () => [
53
- (n(!0), a($, null, b(p.items, (t) => {
54
- var y, h, S, B, I, P;
55
- return n(), a($, {
56
- key: t.id
57
- }, [
58
- ((y = t.action) == null ? void 0 : y.type) === "popover" ? (n(), c(i(A), x({
59
- key: 0,
60
- class: "shrink",
61
- ref_for: !0
62
- }, t.action.props, {
63
- onItemClick: (h = t.action.events) == null ? void 0 : h.itemClick,
64
- onGroupClick: (S = t.action.events) == null ? void 0 : S.groupClick,
65
- onClose: (B = t.action.events) == null ? void 0 : B.close
66
- }), M({
67
- default: C(() => [
68
- D(i(o), {
69
- item: t,
70
- onClick: (f) => r("item-click", t)
71
- }, null, 8, ["item", "onClick"])
72
- ]),
73
- _: 2
74
- }, [
75
- b(t.action.slots, (f, G) => ({
76
- name: G,
77
- fn: C(() => [
78
- (n(), c(V(f)))
79
- ])
80
- }))
81
- ]), 1040, ["onItemClick", "onGroupClick", "onClose"])) : ((I = t.action) == null ? void 0 : I.type) === "menu" ? (n(), c(i(q), x({
82
- key: 1,
83
- class: "shrink",
84
- ref_for: !0
85
- }, t.action.props, {
86
- onItemClick: (P = t.action.events) == null ? void 0 : P.itemClick
87
- }), {
88
- default: C(() => [
89
- D(i(o), {
90
- item: t,
91
- onClick: (f) => r("item-click", t)
92
- }, null, 8, ["item", "onClick"])
93
- ]),
94
- _: 2
95
- }, 1040, ["onItemClick"])) : (n(), c(i(o), {
96
- key: 2,
97
- item: t,
98
- onClick: (f) => r("item-click", t)
99
- }, null, 8, ["item", "onClick"]))
100
- ], 64);
101
- }), 128))
102
- ], !0)
103
- ], 512));
100
+ const s = a, e = v, o = E(null), { width: g } = Z(o), { arrivedState: t } = x(o), c = E(-1), i = k(() => c.value !== -1), m = q(a, "showAll"), C = k(() => !i.value || !m.value ? s.items || [] : (s.items || []).slice(0, c.value)), d = k(() => !i.value || !m.value ? [] : (s.items || []).slice(c.value)), I = k(() => t.left ? "linear-gradient(to right, black 90%, transparent)" : "unset"), A = () => {
101
+ Q(() => {
102
+ const l = o.value;
103
+ if (!l)
104
+ return;
105
+ const h = Array.from(l.children);
106
+ c.value = h.findIndex((r) => r.offsetLeft + r.offsetWidth > l.clientWidth);
107
+ });
108
+ };
109
+ J(() => s.items, A), ee(
110
+ g,
111
+ (l) => {
112
+ l > 0 && A();
113
+ },
114
+ { debounce: 100 }
115
+ );
116
+ const L = (l, h) => {
117
+ if (i.value && h >= c.value) {
118
+ M();
119
+ return;
120
+ }
121
+ e("item-click", l);
122
+ }, M = () => {
123
+ m.value = !m.value;
124
+ };
125
+ return (l, h) => (n(), f("div", se, [
126
+ N("div", {
127
+ class: "tr-suggestion-pills__container",
128
+ ref_key: "containerRef",
129
+ ref: o
130
+ }, [
131
+ B(l.$slots, "default", {}, () => [
132
+ (n(!0), f(W, null, P(C.value, (r, T) => (n(), u(_(z), {
133
+ key: r.id,
134
+ item: r,
135
+ onClick: (me) => L(r, T)
136
+ }, null, 8, ["item", "onClick"]))), 128))
137
+ ], !0)
138
+ ], 512),
139
+ N("div", le, [
140
+ $(O, { name: "tr-suggestion-pills__more" }, {
141
+ default: y(() => [
142
+ d.value.length ? (n(), f("div", re, [
143
+ (n(!0), f(W, null, P(d.value, (r) => (n(), u(_(z), {
144
+ key: r.id,
145
+ item: r,
146
+ onClick: (T) => e("item-click", r)
147
+ }, null, 8, ["item", "onClick"]))), 128))
148
+ ])) : S("", !0)
149
+ ]),
150
+ _: 1
151
+ })
152
+ ]),
153
+ i.value ? (n(), f("button", {
154
+ key: 0,
155
+ class: "tr-suggestion-pills__expand",
156
+ onClick: M
157
+ }, [
158
+ m.value ? (n(), u(_(Y), { key: 1 })) : (n(), u(_(X), { key: 0 }))
159
+ ])) : S("", !0)
160
+ ]));
104
161
  }
105
- }), _ = /* @__PURE__ */ w(K, [["__scopeId", "data-v-9c74797b"]]);
106
- _.name = "TrSuggestionPills";
107
- const O = function(s) {
108
- s.component(_.name, _);
162
+ }), w = /* @__PURE__ */ K(ae, [["__scopeId", "data-v-74f54ee4"]]);
163
+ w.name = "TrSuggestionPills";
164
+ const ce = function(a) {
165
+ a.component(w.name, w);
109
166
  };
110
- _.install = O;
111
- o.name = "TrSuggestionPillButton";
112
- const Q = function(s) {
113
- s.component(o.name, o);
167
+ w.install = ce;
168
+ p.name = "TrSuggestionPillButton";
169
+ const ue = function(a) {
170
+ a.component(p.name, p);
114
171
  };
115
- o.install = Q;
116
- const tt = o;
172
+ p.install = ue;
173
+ const _e = p;
117
174
  export {
118
- tt as SuggestionPillButton,
119
- _ as default
175
+ _e as SuggestionPillButton,
176
+ w as default
120
177
  };
@@ -1,4 +1,4 @@
1
- import { defineComponent as b, mergeModels as J, useCssVars as z, unref as B, ref as E, computed as C, useModel as V, watch as W, createElementBlock as Q, openBlock as D, renderSlot as k, createBlock as n, createCommentVNode as c, createVNode as I, Teleport as a, createElementVNode as o, Transition as x, withCtx as M, normalizeStyle as S, resolveDynamicComponent as L, toDisplayString as s, Fragment as u, renderList as Z, createTextVNode as K } from "vue";
1
+ import { defineComponent as b, mergeModels as a, useCssVars as z, unref as B, ref as k, computed as C, useModel as V, watch as W, createElementBlock as Q, openBlock as D, renderSlot as c, createBlock as n, createCommentVNode as I, createVNode as s, Teleport as J, createElementVNode as o, Transition as x, withCtx as M, normalizeStyle as S, resolveDynamicComponent as L, toDisplayString as d, Fragment as u, renderList as Z, createTextVNode as K } from "vue";
2
2
  import { a as N, t as _ } from "../tiny-robot-svgs.js";
3
3
  import { c as $, u as AA, o as gA } from "../index3.js";
4
4
  import fA from "../flow-layout-buttons/index.js";
@@ -16,7 +16,7 @@ const oA = "data:image/webp;base64,UklGRhYaAQBXRUJQVlA4WAoAAAASAAAAPwAAPwAAQU5JT
16
16
  class: "tr-question__no-data-wrapper"
17
17
  }, CA = { class: "tr-question__list" }, vA = ["onClick"], FA = { class: "tr-question__list-item-text" }, nA = /* @__PURE__ */ b({
18
18
  __name: "index",
19
- props: /* @__PURE__ */ J({
19
+ props: /* @__PURE__ */ a({
20
20
  data: {},
21
21
  title: { default: "热门问题" },
22
22
  icon: {},
@@ -32,20 +32,20 @@ const oA = "data:image/webp;base64,UklGRhYaAQBXRUJQVlA4WAoAAAASAAAAPwAAPwAAQU5JT
32
32
  selectedGroup: {},
33
33
  selectedGroupModifiers: {}
34
34
  }),
35
- emits: /* @__PURE__ */ J(["item-click", "group-click", "open", "close"], ["update:selectedGroup"]),
35
+ emits: /* @__PURE__ */ a(["item-click", "group-click", "open", "close"], ["update:selectedGroup"]),
36
36
  setup(v, { emit: p }) {
37
37
  z((A) => ({
38
- "5ffc1db4": B(t)(g.popoverHeight),
39
- "5d7bdfb4": B(w) ? "0" : "24px",
40
- "0d99f7f9": B(w) ? "unset" : "0",
41
- "1b27425e": B(w) ? "translateY(100%)" : "unset",
42
- "0d99f818": B(w) ? "unset" : "1",
43
- "35fb302d": B(w) ? "translateY(0)" : "unset"
38
+ "6e5ea44c": B(t)(g.popoverHeight),
39
+ "69dc9068": B(w) ? "0" : "24px",
40
+ e5614476: B(w) ? "unset" : "0",
41
+ "8245b0f6": B(w) ? "translateY(100%)" : "unset",
42
+ e5614438: B(w) ? "unset" : "1",
43
+ dfab780e: B(w) ? "translateY(0)" : "unset"
44
44
  }));
45
- const g = v, d = E(!1), P = C({
46
- get: () => g.trigger === "manual" ? g.show : d.value,
45
+ const g = v, r = k(!1), P = C({
46
+ get: () => g.trigger === "manual" ? g.show : r.value,
47
47
  set: (A) => {
48
- g.trigger !== "manual" && (d.value = A);
48
+ g.trigger !== "manual" && (r.value = A);
49
49
  }
50
50
  }), F = p, l = V(v, "selectedGroup"), H = C(() => {
51
51
  var A;
@@ -55,10 +55,10 @@ const oA = "data:image/webp;base64,UklGRhYaAQBXRUJQVlA4WAoAAAASAAAAPwAAPwAAQU5JT
55
55
  const O = C(() => {
56
56
  var A;
57
57
  return H.value ? ((A = g.data.find((f) => f.group === l.value)) == null ? void 0 : A.items) || [] : g.data;
58
- }), r = C(() => H.value ? g.data.map((A) => ({
58
+ }), U = C(() => H.value ? g.data.map((A) => ({
59
59
  ...A,
60
60
  id: A.group
61
- })) : []), U = E(null), h = E(null), { x: G, y: X, update: R } = AA(U), w = $("(max-width: 767px)"), q = C(() => w.value ? {
61
+ })) : []), E = k(null), h = k(null), { x: G, y: X, update: R } = AA(E), w = $("(max-width: 767px)"), q = C(() => w.value ? {
62
62
  left: 0,
63
63
  right: 0,
64
64
  bottom: 0
@@ -68,7 +68,8 @@ const oA = "data:image/webp;base64,UklGRhYaAQBXRUJQVlA4WAoAAAASAAAAPwAAPwAAQU5JT
68
68
  width: t(g.popoverWidth)
69
69
  });
70
70
  g.trigger === "click" && gA(h, (A) => {
71
- A.stopPropagation(), P.value = !1;
71
+ var f;
72
+ (f = E.value) != null && f.contains(A.target) && A.stopPropagation(), P.value = !1;
72
73
  }), W(P, (A) => {
73
74
  A && R();
74
75
  });
@@ -85,19 +86,19 @@ const oA = "data:image/webp;base64,UklGRhYaAQBXRUJQVlA4WAoAAAASAAAAPwAAPwAAQU5JT
85
86
  return (A, f) => (D(), Q("div", {
86
87
  class: "tr-question-popover__wrapper",
87
88
  ref_key: "popoverTriggerRef",
88
- ref: U,
89
+ ref: E,
89
90
  onClick: j
90
91
  }, [
91
- k(A.$slots, "default", {}, void 0, !0),
92
- P.value && B(w) ? (D(), n(a, {
92
+ c(A.$slots, "default", {}, void 0, !0),
93
+ P.value && B(w) ? (D(), n(J, {
93
94
  key: 0,
94
95
  to: "body"
95
96
  }, [
96
97
  f[1] || (f[1] = o("div", { class: "tr-question-popover__backdrop" }, null, -1))
97
- ])) : c("", !0),
98
- I(x, { name: "tr-question-popover" }, {
98
+ ])) : I("", !0),
99
+ s(x, { name: "tr-question-popover" }, {
99
100
  default: M(() => [
100
- P.value ? (D(), n(a, {
101
+ P.value ? (D(), n(J, {
101
102
  key: 0,
102
103
  to: "body"
103
104
  }, [
@@ -109,10 +110,10 @@ const oA = "data:image/webp;base64,UklGRhYaAQBXRUJQVlA4WAoAAAASAAAAPwAAPwAAQU5JT
109
110
  }, [
110
111
  o("div", wA, [
111
112
  g.icon ? (D(), n(L(g.icon), { key: 0 })) : (D(), Q("span", eA, [
112
- I(B(N), { style: { color: "#1476ff" } })
113
+ s(B(N), { style: { color: "#1476ff" } })
113
114
  ])),
114
- o("h3", QA, s(g.title), 1),
115
- I(B(BA), {
115
+ o("h3", QA, d(g.title), 1),
116
+ s(B(BA), {
116
117
  class: "tr-question-popover__close",
117
118
  icon: B(_),
118
119
  size: "24",
@@ -121,7 +122,7 @@ const oA = "data:image/webp;base64,UklGRhYaAQBXRUJQVlA4WAoAAAASAAAAPwAAPwAAQU5JT
121
122
  }, null, 8, ["icon"])
122
123
  ]),
123
124
  g.loading ? (D(), Q("div", tA, [
124
- k(A.$slots, "loading", {}, () => [
125
+ c(A.$slots, "loading", {}, () => [
125
126
  f[2] || (f[2] = o("img", {
126
127
  class: "tr-question__loading",
127
128
  src: oA
@@ -129,7 +130,7 @@ const oA = "data:image/webp;base64,UklGRhYaAQBXRUJQVlA4WAoAAAASAAAAPwAAPwAAQU5JT
129
130
  f[3] || (f[3] = o("span", { class: "tr-question__loading-text" }, "正在加载", -1))
130
131
  ], !0)
131
132
  ])) : g.data.length === 0 ? (D(), Q("div", lA, [
132
- k(A.$slots, "empty", {}, () => [
133
+ c(A.$slots, "empty", {}, () => [
133
134
  f[4] || (f[4] = o("img", {
134
135
  class: "tr-question__no-data",
135
136
  src: PA
@@ -137,16 +138,16 @@ const oA = "data:image/webp;base64,UklGRhYaAQBXRUJQVlA4WAoAAAASAAAAPwAAPwAAQU5JT
137
138
  f[5] || (f[5] = o("span", { class: "tr-question__no-data-text" }, "暂时没有内容", -1))
138
139
  ], !0)
139
140
  ])) : (D(), Q(u, { key: 2 }, [
140
- r.value.length > 0 ? (D(), n(B(fA), {
141
+ U.value.length > 0 ? (D(), n(B(fA), {
141
142
  key: 0,
142
143
  class: "tr-question__group",
143
- items: r.value,
144
+ items: U.value,
144
145
  selected: l.value,
145
146
  "onUpdate:selected": f[0] || (f[0] = (e) => l.value = e),
146
147
  "lines-limit": 2,
147
148
  "show-more-trigger": g.groupShowMoreTrigger,
148
149
  onItemClick: y
149
- }, null, 8, ["items", "selected", "show-more-trigger"])) : c("", !0),
150
+ }, null, 8, ["items", "selected", "show-more-trigger"])) : I("", !0),
150
151
  o("ul", CA, [
151
152
  (D(!0), Q(u, null, Z(O.value, (e, m) => (D(), Q("li", {
152
153
  class: "tr-question__list-item",
@@ -154,20 +155,20 @@ const oA = "data:image/webp;base64,UklGRhYaAQBXRUJQVlA4WAoAAAASAAAAPwAAPwAAQU5JT
154
155
  onClick: (HA) => T(e)
155
156
  }, [
156
157
  o("span", FA, [
157
- o("span", null, s(m + 1) + ". ", 1),
158
- K(s(e.text), 1)
158
+ o("span", null, d(m + 1) + ". ", 1),
159
+ K(d(e.text), 1)
159
160
  ])
160
161
  ], 8, vA))), 128))
161
162
  ])
162
163
  ], 64))
163
164
  ], 4)
164
- ])) : c("", !0)
165
+ ])) : I("", !0)
165
166
  ]),
166
167
  _: 3
167
168
  })
168
169
  ], 512));
169
170
  }
170
- }), i = /* @__PURE__ */ DA(nA, [["__scopeId", "data-v-500fd392"]]);
171
+ }), i = /* @__PURE__ */ DA(nA, [["__scopeId", "data-v-f8e2a4fa"]]);
171
172
  i.name = "TrSuggestionPopover";
172
173
  const iA = function(v) {
173
174
  v.component(i.name, i);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opentiny/tiny-robot",
3
- "version": "0.2.0-alpha.6",
3
+ "version": "0.2.0-alpha.7",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -20,7 +20,7 @@
20
20
  "vue": "^3.3.11"
21
21
  },
22
22
  "dependencies": {
23
- "@opentiny/tiny-robot-svgs": "0.2.0-alpha.6",
23
+ "@opentiny/tiny-robot-svgs": "0.2.0-alpha.7",
24
24
  "@opentiny/vue": "^3.21.0",
25
25
  "@opentiny/vue-button": "^3.21.0",
26
26
  "@opentiny/vue-icon": "^3.22.0",
@@ -44,5 +44,5 @@
44
44
  "vue": "^3.3.11",
45
45
  "vue-tsc": "^2.2.8"
46
46
  },
47
- "gitHead": "3068fcc667cb81a7669a3eab2de99d9f4ae736ed"
47
+ "gitHead": "85e914dd3979e17d4c64018a02091fafd0d5d185"
48
48
  }