@opentiny/tiny-robot 0.3.0-alpha.1 → 0.3.0-alpha.10

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/index2.js CHANGED
@@ -1,552 +1,637 @@
1
- import { onMounted as ne, nextTick as ce, watch as L, getCurrentScope as ae, onScopeDispose as de, isRef as fe, getCurrentInstance as B, toValue as g, hasInjectionContext as oe, inject as ve, shallowRef as y, computed as _, reactive as K, unref as he, watchEffect as me } from "vue";
2
- function N(e) {
3
- return ae() ? (de(e), !0) : !1;
4
- }
5
- const H = /* @__PURE__ */ new WeakMap(), pe = (...e) => {
6
- var t;
7
- const o = e[0], n = (t = B()) == null ? void 0 : t.proxy;
8
- if (n == null && !oe())
9
- throw new Error("injectLocal must be called in setup");
10
- return n && H.has(n) && o in H.get(n) ? H.get(n)[o] : ve(...e);
11
- }, ie = typeof window < "u" && typeof document < "u";
12
- typeof WorkerGlobalScope < "u" && globalThis instanceof WorkerGlobalScope;
13
- const be = (e) => e != null, we = Object.prototype.toString, ge = (e) => we.call(e) === "[object Object]", M = () => {
14
- }, ye = /* @__PURE__ */ Se();
15
- function Se() {
16
- var e, t;
17
- return ie && ((e = window == null ? void 0 : window.navigator) == null ? void 0 : e.userAgent) && (/iP(?:ad|hone|od)/.test(window.navigator.userAgent) || ((t = window == null ? void 0 : window.navigator) == null ? void 0 : t.maxTouchPoints) > 2 && /iPad|Macintosh/.test(window == null ? void 0 : window.navigator.userAgent));
18
- }
19
- function $(e, t) {
20
- function o(...n) {
21
- return new Promise((f, a) => {
22
- Promise.resolve(e(() => t.apply(this, n), { fn: t, thisArg: this, args: n })).then(f).catch(a);
23
- });
24
- }
25
- return o;
26
- }
27
- const Ee = (e) => e();
28
- function re(e, t = {}) {
29
- let o, n, f = M;
30
- const a = (r) => {
31
- clearTimeout(r), f(), f = M;
1
+ import { n as w, $ as I, y as H, S as z, Q as R, Z as _, h as W, e as U, t as L, P as Q, d as F, i as Z, j as $, k as q, l as G, a as Y, c as j, o as K, q as X, f as J, b as ee } from "./index7.js";
2
+ import * as N from "vue";
3
+ import { withDirectives as te, createVNode as M, vShow as ne } from "vue";
4
+ const k = (e) => e.stopPropagation(), V = ({ state: e, props: t, vm: n, slots: r }) => {
5
+ let p = e.referenceElm || t.reference || n.$refs.reference && n.$refs.reference.$el || n.$refs.reference;
6
+ return !p && r.reference && r.reference()[0] && (e.referenceElm = r.reference()[0].elm || r.reference()[0].el, p = e.referenceElm), p;
7
+ }, re = (e) => {
8
+ if (!e || !e.nodeType) return;
9
+ let t = (p) => parseInt(window.getComputedStyle(p).zIndex, 10) || 0, n = t(e), r;
10
+ do {
11
+ if (e = e.parentNode, e && e instanceof ShadowRoot && e.host && (e = e.host), e)
12
+ r = t(e);
13
+ else
14
+ break;
15
+ n = r > n ? r : n;
16
+ } while (e !== document.body);
17
+ return n + 1 + "";
18
+ }, oe = (e) => {
19
+ const {
20
+ parent: t,
21
+ emit: n,
22
+ nextTick: r,
23
+ onBeforeUnmount: p,
24
+ onDeactivated: c,
25
+ props: o,
26
+ watch: y,
27
+ reactive: f,
28
+ vm: i,
29
+ slots: m,
30
+ toRefs: h,
31
+ popperVmRef: g
32
+ } = e, a = f({
33
+ popperJS: null,
34
+ appended: !1,
35
+ // arrow 是否添加
36
+ popperElm: null,
37
+ showPopper: o.manual ? !!o.modelValue : !1,
38
+ referenceElm: null,
39
+ currentPlacement: ""
40
+ }), s = (l) => {
41
+ if (a.appended)
42
+ return;
43
+ a.appended = !0;
44
+ const u = document.createElement("div");
45
+ u.setAttribute("x-arrow", ""), u.className = "popper__arrow", l.appendChild(u);
46
+ }, b = (l) => {
47
+ const { followReferenceHide: u = !0 } = (o == null ? void 0 : o.popperOptions) || {}, { _popper: v, _reference: d } = l;
48
+ u && H(d) && (v.style.display = "none");
49
+ }, P = (l) => o.zIndex === "relative" ? re(l) : I.nextZIndex(), B = (l) => {
50
+ if (z || (a.currentPlacement = a.currentPlacement || o.placement, !/^(top|bottom|left|right)(-start|-end)?$/g.test(a.currentPlacement)))
51
+ return;
52
+ const u = o.popperOptions || { gpuAcceleration: !1 };
53
+ a.popperElm = a.popperElm || o.popper || i.$refs.popper || g.popper || l;
54
+ const v = a.popperElm;
55
+ let d = V({ state: a, props: o, vm: i, slots: m });
56
+ !v || !d || d.nodeType !== Node.ELEMENT_NODE || (o.visibleArrow && s(v), o.appendToBody || o.popperAppendToBody ? document.body.appendChild(a.popperElm) : (t && t.$el && t.$el.appendChild(a.popperElm), u.forceAbsolute = !0), u.placement = a.currentPlacement, u.offset = o.offset || 0, u.arrowOffset = o.arrowOffset || 0, u.adjustArrow = o.adjustArrow || !1, u.appendToBody = o.appendToBody || o.popperAppendToBody, a.popperJS = new R(d, v, u), n("created", a), typeof u.onUpdate == "function" && a.popperJS.onUpdate(u.onUpdate), a.popperJS._popper.style.zIndex = P(a.popperJS._reference), b(a.popperJS), _(a.popperElm, "click", k));
57
+ }, S = (l) => {
58
+ l && l !== !0 && (a.popperElm = l);
59
+ const u = a.popperJS;
60
+ u ? (u._reference = V({ state: a, props: o, vm: i, slots: m }), u.update(), u._popper && l !== !0 && (u._popper.style.zIndex = P(u._reference), b(a.popperJS))) : B(l && l !== !0 ? l : void 0);
61
+ }, E = (l) => {
62
+ !a.popperJS || a.showPopper && !l || (a.popperJS.destroy(), a.popperJS = null);
63
+ }, x = (l) => {
64
+ l && a.popperElm && a.popperElm.parentNode === document.body && (w(a.popperElm, "click", k), a.popperElm.remove());
32
65
  };
33
- let d;
34
- return (r) => {
35
- const c = g(e), u = g(t.maxWait);
36
- return o && a(o), c <= 0 || u !== void 0 && u <= 0 ? (n && (a(n), n = void 0), Promise.resolve(r())) : new Promise((s, v) => {
37
- f = t.rejectOnCancel ? v : s, d = r, u && !n && (n = setTimeout(() => {
38
- o && a(o), n = void 0, s(d());
39
- }, u)), o = setTimeout(() => {
40
- n && a(n), n = void 0, s(r());
41
- }, c);
66
+ return y(
67
+ () => a.showPopper,
68
+ (l) => {
69
+ o.disabled || (l && r(S), o.trigger === "manual" && n("update:modelValue", l));
70
+ }
71
+ ), y(
72
+ () => o.placement,
73
+ (l) => {
74
+ var u;
75
+ a.currentPlacement = l, (u = a.popperJS) == null || u.setOptions({ placement: l }), !o.disabled && (l && r(S), o.trigger === "manual" && n("update:modelValue", l));
76
+ }
77
+ ), p(() => {
78
+ r(() => {
79
+ E(!0), (o.appendToBody || o.popperAppendToBody) && x("remove");
42
80
  });
43
- };
44
- }
45
- function Te(...e) {
46
- let t = 0, o, n = !0, f = M, a, d, i, r, c;
47
- !fe(e[0]) && typeof e[0] == "object" ? { delay: d, trailing: i = !0, leading: r = !0, rejectOnCancel: c = !1 } = e[0] : [d, i = !0, r = !0, c = !1] = e;
48
- const u = () => {
49
- o && (clearTimeout(o), o = void 0, f(), f = M);
50
- };
51
- return (v) => {
52
- const h = g(d), b = Date.now() - t, S = () => a = v();
53
- return u(), h <= 0 ? (t = Date.now(), S()) : (b > h && (r || !n) ? (t = Date.now(), S()) : i && (a = new Promise((l, m) => {
54
- f = c ? m : l, o = setTimeout(() => {
55
- t = Date.now(), n = !0, l(S()), u();
56
- }, Math.max(0, h - b));
57
- })), !r && !o && (o = setTimeout(() => n = !0, h)), n = !1, a);
58
- };
59
- }
60
- function Z(e) {
61
- return e.endsWith("rem") ? Number.parseFloat(e) * 16 : Number.parseFloat(e);
62
- }
63
- function D(e) {
64
- return Array.isArray(e) ? e : [e];
65
- }
66
- function xe(e) {
67
- return B();
68
- }
69
- function We(e, t = 200, o = {}) {
70
- return $(
71
- re(t, o),
72
- e
73
- );
74
- }
75
- function Me(e, t = 200, o = !1, n = !0, f = !1) {
76
- return $(
77
- Te(t, o, n, f),
78
- e
79
- );
80
- }
81
- function Oe(e, t, o = {}) {
82
- const {
83
- eventFilter: n = Ee,
84
- ...f
85
- } = o;
86
- return L(
87
- e,
88
- $(
89
- n,
90
- t
91
- ),
92
- f
93
- );
94
- }
95
- function z(e, t = !0, o) {
96
- xe() ? ne(e, o) : t ? e() : ce(e);
97
- }
98
- function Le(e, t, o = {}) {
99
- const {
100
- debounce: n = 0,
101
- maxWait: f = void 0,
102
- ...a
103
- } = o;
104
- return Oe(
105
- e,
106
- t,
107
- {
108
- ...a,
109
- eventFilter: re(n, { maxWait: f })
81
+ }), c(() => {
82
+ E(!0), (o.appendToBody || o.popperAppendToBody) && x("remove");
83
+ }), { updatePopper: S, destroyPopper: x, doDestroy: E, ...h(a) };
84
+ }, ae = ({ api: e, state: t, props: n }) => (r) => {
85
+ const c = r && r.type === "mouseenter" ? 200 : 0;
86
+ if (n.visible === "auto") {
87
+ const { clientWidth: o, scrollWidth: y } = t.referenceElm;
88
+ if (y <= o)
89
+ return;
90
+ }
91
+ e.setExpectedState(!0), e.handleShowPopper(c);
92
+ }, pe = (e) => () => {
93
+ e.setExpectedState(!1), e.debounceClose();
94
+ }, le = ({ api: e, state: t }) => () => {
95
+ t.focusing = !0, e.show();
96
+ }, ue = ({ api: e, state: t }) => () => {
97
+ t.focusing = !1, e.hide();
98
+ }, se = ({ api: e, state: t }) => () => {
99
+ t.focusing = !1, e.show();
100
+ }, ie = ({ props: e, state: t }) => (n) => {
101
+ !t.expectedState || e.manual || (clearTimeout(t.timeout), t.timeout = window.setTimeout(() => {
102
+ t.showPopper = !0;
103
+ }, e.openDelay || n), e.hideAfter > 0 && (t.timeoutPending = window.setTimeout(() => {
104
+ t.showPopper = !1;
105
+ }, e.hideAfter)));
106
+ }, de = ({ api: e, props: t, state: n }) => () => {
107
+ t.enterable && n.expectedState || t.manual || (clearTimeout(n.timeout), n.timeoutPending && clearTimeout(n.timeoutPending), n.showPopper = !1, t.disabled && e.doDestroy());
108
+ }, fe = ({ props: e, api: t, state: n, popperVmRef: r }) => (p) => {
109
+ if (e.manual)
110
+ return;
111
+ const c = n.referenceElm, o = r.popper;
112
+ !o || !c || o.contains(p.target) || c.contains(p.target) || n.showPopper && (t.setExpectedState(!1), t.debounceClose());
113
+ }, ce = ({ state: e }) => (t) => {
114
+ e.expectedState === !1 && clearTimeout(e.timeoutPending), e.expectedState = t;
115
+ }, me = ({ state: e, api: t, vm: n }) => () => {
116
+ const r = e.referenceElm;
117
+ e.showPopper = !1, r && r.nodeType === 1 && (w(document, "click", t.handleDocumentClick), w(r, "mouseenter", t.show), w(r, "mouseleave", t.hide), w(r, "focus", t.focusHandler), w(r, "blur", t.handleBlur), w(r, "click", t.removeFocusing)), n.popperVM && (typeof n.popperVM.$destroy == "function" && n.popperVM.$destroy(), n.popperVM = null);
118
+ }, ye = ({ api: e, props: t }) => W(t.closeDelay, () => {
119
+ e.handleClosePopper();
120
+ }), be = (e) => (t) => {
121
+ t ? U(e.referenceElm, "focusing") : L(e.referenceElm, "focusing");
122
+ }, he = ({ slots: e, api: t }) => () => {
123
+ if (!e.default || !e.default().length) {
124
+ t.handleFocus();
125
+ return;
126
+ }
127
+ let n = e.default()[0];
128
+ n = n.elm || n.el, n && n.focus ? n.focus() : t.handleFocus();
129
+ }, ge = ({ api: e, state: t, vm: n }) => (r) => {
130
+ let p = null;
131
+ n.$el.nodeType === 8 ? p = r : n.$el.nodeType === 1 && (p = n.$el), !(!p || p.nodeType === 8 || t.referenceElm) && (t.referenceElm = p, p.setAttribute("aria-describedby", t.tooltipId), p.setAttribute("tabindex", t.tabindex.toString()), _(document, "click", e.handleDocumentClick), _(p, "mouseenter", e.show), _(p, "mouseleave", e.hide), _(p, "focus", e.focusHandler), _(p, "blur", e.handleBlur), _(p, "click", e.removeFocusing));
132
+ }, ve = ({ state: e, popperVmRef: t }) => (n) => {
133
+ for (let r of n)
134
+ r.type === "attributes" && r.attributeName === "x-placement" && (e.xPlacement = t.popper.getAttribute("x-placement") || "bottom");
135
+ }, we = ({ vm: e, nextTick: t, popperVmRef: n }) => (r) => {
136
+ t(() => e.bindEvent(r));
137
+ let p = e.popperVM;
138
+ e.$refs.popper ? n.popper = e.$refs.popper : n.popper = p.$el, t(() => {
139
+ e.modelValue && e.updatePopper();
140
+ });
141
+ }, _e = [
142
+ "state",
143
+ "bindEvent",
144
+ "hide",
145
+ "show",
146
+ "doDestroy",
147
+ "handleFocus",
148
+ "debounceClose",
149
+ "handleShowPopper",
150
+ "handleClosePopper",
151
+ "setExpectedState",
152
+ "updatePopper",
153
+ "focusHandler"
154
+ ], Pe = ({ reactive: e, showPopper: t, popperElm: n, referenceElm: r, props: p, inject: c, popperJS: o, currentPlacement: y }) => e({
155
+ popperJS: o,
156
+ showPopper: t,
157
+ popperElm: n,
158
+ referenceElm: r,
159
+ currentPlacement: y,
160
+ timeout: null,
161
+ focusing: !1,
162
+ expectedState: void 0,
163
+ tooltipId: Q("tiny-tooltip-", 4),
164
+ tabindex: p.tabindex,
165
+ xPlacement: "bottom",
166
+ showContent: c("showContent", null),
167
+ tipsMaxWidth: c("tips-max-width", null)
168
+ }), Se = (e, {
169
+ watch: t,
170
+ toRefs: n,
171
+ reactive: r,
172
+ onBeforeUnmount: p,
173
+ onDeactivated: c,
174
+ onMounted: o,
175
+ onUnmounted: y,
176
+ inject: f
177
+ }, { vm: i, emit: m, slots: h, nextTick: g, parent: a }) => {
178
+ const s = {}, b = {}, P = { emit: m, props: e, nextTick: g, toRefs: n, reactive: r, parent: a.$parent, vm: i, popperVmRef: b };
179
+ Object.assign(P, { slots: h, onBeforeUnmount: p, onDeactivated: c, watch: t });
180
+ const { showPopper: B, updatePopper: S, popperElm: E, referenceElm: x, doDestroy: l, popperJS: u, currentPlacement: v } = oe(
181
+ P
182
+ ), d = Pe({
183
+ reactive: r,
184
+ showPopper: B,
185
+ popperElm: E,
186
+ referenceElm: x,
187
+ props: e,
188
+ inject: f,
189
+ popperJS: u,
190
+ currentPlacement: v
191
+ });
192
+ return Object.assign(s, {
193
+ state: d,
194
+ doDestroy: l,
195
+ updatePopper: S,
196
+ show: ae({ api: s, state: d, props: e }),
197
+ hide: pe(s),
198
+ destroyed: me({ state: d, api: s, vm: i }),
199
+ bindPopper: we({ vm: i, nextTick: g, popperVmRef: b }),
200
+ watchFocusing: be(d),
201
+ removeFocusing: se({ api: s, state: d }),
202
+ handleBlur: ue({ api: s, state: d }),
203
+ handleFocus: le({ api: s, state: d }),
204
+ debounceClose: ye({ api: s, props: e }),
205
+ setExpectedState: ce({ state: d }),
206
+ handleShowPopper: ie({ props: e, state: d }),
207
+ handleClosePopper: de({ api: s, props: e, state: d }),
208
+ bindEvent: ge({ api: s, state: d, vm: i }),
209
+ focusHandler: he({ slots: h, api: s }),
210
+ handleDocumentClick: fe({ props: e, api: s, state: d, popperVmRef: b }),
211
+ observeCallback: ve({ state: d, popperVmRef: b })
212
+ }), t(() => d.focusing, s.watchFocusing), t(
213
+ () => e.modelValue,
214
+ (T) => g(() => e.manual && (d.showPopper = T))
215
+ ), o(() => {
216
+ if (s.bindPopper(), e.genArrowByHtml) {
217
+ const T = { attributes: !0, childList: !1, subtree: !1 };
218
+ s.observer = new MutationObserver(s.observeCallback), s.observer.observe(b.popper, T);
110
219
  }
111
- );
112
- }
113
- function Ie(e, t, o) {
114
- return L(
115
- e,
116
- t,
117
- {
118
- ...o,
119
- immediate: !0
220
+ }), i.$on("tooltip-update", s.bindPopper), y(() => {
221
+ s.destroyed(), s.observer && s.observer.disconnect(), i.$off("tooltip-update");
222
+ }), s;
223
+ };
224
+ function O() {
225
+ return O = Object.assign ? Object.assign.bind() : function(e) {
226
+ for (var t = 1; t < arguments.length; t++) {
227
+ var n = arguments[t];
228
+ for (var r in n) ({}).hasOwnProperty.call(n, r) && (e[r] = n[r]);
120
229
  }
121
- );
122
- }
123
- const P = ie ? window : void 0;
124
- function E(e) {
125
- var t;
126
- const o = g(e);
127
- return (t = o == null ? void 0 : o.$el) != null ? t : o;
230
+ return e;
231
+ }, O.apply(null, arguments);
128
232
  }
129
- function I(...e) {
130
- const t = [], o = () => {
131
- t.forEach((i) => i()), t.length = 0;
132
- }, n = (i, r, c, u) => (i.addEventListener(r, c, u), () => i.removeEventListener(r, c, u)), f = _(() => {
133
- const i = D(g(e[0])).filter((r) => r != null);
134
- return i.every((r) => typeof r != "string") ? i : void 0;
135
- }), a = Ie(
136
- () => {
137
- var i, r;
138
- return [
139
- (r = (i = f.value) == null ? void 0 : i.map((c) => E(c))) != null ? r : [P].filter((c) => c != null),
140
- D(g(f.value ? e[1] : e[0])),
141
- D(he(f.value ? e[2] : e[1])),
142
- // @ts-expect-error - TypeScript gets the correct types, but somehow still complains
143
- g(f.value ? e[3] : e[2])
144
- ];
233
+ var A = /* @__PURE__ */ F({
234
+ name: j + "Tooltip",
235
+ componentName: "Tooltip",
236
+ props: O({}, J, {
237
+ visible: {
238
+ type: String,
239
+ default: function() {
240
+ return "always";
241
+ },
242
+ validator: function(t) {
243
+ return ["always", "auto"].includes(t);
244
+ }
145
245
  },
146
- ([i, r, c, u]) => {
147
- if (o(), !(i != null && i.length) || !(r != null && r.length) || !(c != null && c.length))
148
- return;
149
- const s = ge(u) ? { ...u } : u;
150
- t.push(
151
- ...i.flatMap(
152
- (v) => r.flatMap(
153
- (h) => c.map((b) => n(v, h, b, s))
154
- )
155
- )
156
- );
246
+ adjustArrow: {
247
+ type: Boolean,
248
+ default: function() {
249
+ return !1;
250
+ }
157
251
  },
158
- { flush: "post" }
159
- ), d = () => {
160
- a(), o();
161
- };
162
- return N(o), d;
163
- }
164
- let ee = !1;
165
- function Ce(e, t, o = {}) {
166
- const { window: n = P, ignore: f = [], capture: a = !0, detectIframe: d = !1, controls: i = !1 } = o;
167
- if (!n)
168
- return i ? { stop: M, cancel: M, trigger: M } : M;
169
- if (ye && !ee) {
170
- ee = !0;
171
- const l = { passive: !0 };
172
- Array.from(n.document.body.children).forEach((m) => m.addEventListener("click", M, l)), n.document.documentElement.addEventListener("click", M, l);
173
- }
174
- let r = !0;
175
- const c = (l) => g(f).some((m) => {
176
- if (typeof m == "string")
177
- return Array.from(n.document.querySelectorAll(m)).some((w) => w === l.target || l.composedPath().includes(w));
178
- {
179
- const w = E(m);
180
- return w && (l.target === w || l.composedPath().includes(w));
181
- }
182
- });
183
- function u(l) {
184
- const m = g(l);
185
- return m && m.$.subTree.shapeFlag === 16;
186
- }
187
- function s(l, m) {
188
- const w = g(l), T = w.$.subTree && w.$.subTree.children;
189
- return T == null || !Array.isArray(T) ? !1 : T.some((x) => x.el === m.target || m.composedPath().includes(x.el));
190
- }
191
- const v = (l) => {
192
- const m = E(e);
193
- if (l.target != null && !(!(m instanceof Element) && u(e) && s(e, l)) && !(!m || m === l.target || l.composedPath().includes(m))) {
194
- if ("detail" in l && l.detail === 0 && (r = !c(l)), !r) {
195
- r = !0;
196
- return;
252
+ appendToBody: {
253
+ type: Boolean,
254
+ default: function() {
255
+ return !0;
197
256
  }
198
- t(l);
199
- }
200
- };
201
- let h = !1;
202
- const b = [
203
- I(n, "click", (l) => {
204
- h || (h = !0, setTimeout(() => {
205
- h = !1;
206
- }, 0), v(l));
207
- }, { passive: !0, capture: a }),
208
- I(n, "pointerdown", (l) => {
209
- const m = E(e);
210
- r = !c(l) && !!(m && !l.composedPath().includes(m));
211
- }, { passive: !0 }),
212
- d && I(n, "blur", (l) => {
213
- setTimeout(() => {
214
- var m;
215
- const w = E(e);
216
- ((m = n.document.activeElement) == null ? void 0 : m.tagName) === "IFRAME" && !(w != null && w.contains(n.document.activeElement)) && t(l);
217
- }, 0);
218
- }, { passive: !0 })
219
- ].filter(Boolean), S = () => b.forEach((l) => l());
220
- return i ? {
221
- stop: S,
222
- cancel: () => {
223
- r = !1;
224
257
  },
225
- trigger: (l) => {
226
- r = !0, v(l), r = !1;
227
- }
228
- } : S;
229
- }
230
- function Re() {
231
- const e = y(!1), t = B();
232
- return t && ne(() => {
233
- e.value = !0;
234
- }, t), e;
235
- }
236
- function G(e) {
237
- const t = Re();
238
- return _(() => (t.value, !!e()));
239
- }
240
- function se(e, t, o = {}) {
241
- const { window: n = P, ...f } = o;
242
- let a;
243
- const d = G(() => n && "MutationObserver" in n), i = () => {
244
- a && (a.disconnect(), a = void 0);
245
- }, r = _(() => {
246
- const v = g(e), h = D(v).map(E).filter(be);
247
- return new Set(h);
248
- }), c = L(
249
- () => r.value,
250
- (v) => {
251
- i(), d.value && v.size && (a = new MutationObserver(t), v.forEach((h) => a.observe(h, f)));
258
+ arrowOffset: {
259
+ type: Number,
260
+ default: function() {
261
+ return 0;
262
+ }
252
263
  },
253
- { immediate: !0, flush: "post" }
254
- ), u = () => a == null ? void 0 : a.takeRecords(), s = () => {
255
- c(), i();
256
- };
257
- return N(s), {
258
- isSupported: d,
259
- stop: s,
260
- takeRecords: u
261
- };
262
- }
263
- const _e = Symbol("vueuse-ssr-width");
264
- function Pe() {
265
- const e = oe() ? pe(_e, null) : null;
266
- return typeof e == "number" ? e : void 0;
267
- }
268
- function Ae(e, t = {}) {
269
- const { window: o = P, ssrWidth: n = Pe() } = t, f = G(() => o && "matchMedia" in o && typeof o.matchMedia == "function"), a = y(typeof n == "number"), d = y(), i = y(!1), r = (c) => {
270
- i.value = c.matches;
271
- };
272
- return me(() => {
273
- if (a.value) {
274
- a.value = !f.value;
275
- const c = g(e).split(",");
276
- i.value = c.some((u) => {
277
- const s = u.includes("not all"), v = u.match(/\(\s*min-width:\s*(-?\d+(?:\.\d*)?[a-z]+\s*)\)/), h = u.match(/\(\s*max-width:\s*(-?\d+(?:\.\d*)?[a-z]+\s*)\)/);
278
- let b = !!(v || h);
279
- return v && b && (b = n >= Z(v[1])), h && b && (b = n <= Z(h[1])), s ? !b : b;
280
- });
281
- return;
282
- }
283
- f.value && (d.value = o.matchMedia(g(e)), i.value = d.value.matches);
284
- }), I(d, "change", r, { passive: !0 }), _(() => i.value);
285
- }
286
- function le(e, t, o = {}) {
287
- const { window: n = P, ...f } = o;
288
- let a;
289
- const d = G(() => n && "ResizeObserver" in n), i = () => {
290
- a && (a.disconnect(), a = void 0);
291
- }, r = _(() => {
292
- const s = g(e);
293
- return Array.isArray(s) ? s.map((v) => E(v)) : [E(s)];
294
- }), c = L(
295
- r,
296
- (s) => {
297
- if (i(), d.value && n) {
298
- a = new ResizeObserver(t);
299
- for (const v of s)
300
- v && a.observe(v, f);
264
+ boundariesPadding: {
265
+ type: Number,
266
+ default: function() {
267
+ return 5;
301
268
  }
302
269
  },
303
- { immediate: !0, flush: "post" }
304
- ), u = () => {
305
- i(), c();
306
- };
307
- return N(u), {
308
- isSupported: d,
309
- stop: u
310
- };
311
- }
312
- function ke(e, t = {}) {
313
- const {
314
- reset: o = !0,
315
- windowResize: n = !0,
316
- windowScroll: f = !0,
317
- immediate: a = !0,
318
- updateTiming: d = "sync"
319
- } = t, i = y(0), r = y(0), c = y(0), u = y(0), s = y(0), v = y(0), h = y(0), b = y(0);
320
- function S() {
321
- const m = E(e);
322
- if (!m) {
323
- o && (i.value = 0, r.value = 0, c.value = 0, u.value = 0, s.value = 0, v.value = 0, h.value = 0, b.value = 0);
324
- return;
325
- }
326
- const w = m.getBoundingClientRect();
327
- i.value = w.height, r.value = w.bottom, c.value = w.left, u.value = w.right, s.value = w.top, v.value = w.width, h.value = w.x, b.value = w.y;
328
- }
329
- function l() {
330
- d === "sync" ? S() : d === "next-frame" && requestAnimationFrame(() => S());
331
- }
332
- return le(e, l), L(() => E(e), (m) => !m && l()), se(e, l, {
333
- attributeFilter: ["style", "class"]
334
- }), f && I("scroll", l, { capture: !0, passive: !0 }), n && I("resize", l, { passive: !0 }), z(() => {
335
- a && l();
336
- }), {
337
- height: i,
338
- bottom: r,
339
- left: c,
340
- right: u,
341
- top: s,
342
- width: v,
343
- x: h,
344
- y: b,
345
- update: l
346
- };
347
- }
348
- function De(e, t = { width: 0, height: 0 }, o = {}) {
349
- const { window: n = P, box: f = "content-box" } = o, a = _(() => {
350
- var s, v;
351
- return (v = (s = E(e)) == null ? void 0 : s.namespaceURI) == null ? void 0 : v.includes("svg");
352
- }), d = y(t.width), i = y(t.height), { stop: r } = le(
353
- e,
354
- ([s]) => {
355
- const v = f === "border-box" ? s.borderBoxSize : f === "content-box" ? s.contentBoxSize : s.devicePixelContentBoxSize;
356
- if (n && a.value) {
357
- const h = E(e);
358
- if (h) {
359
- const b = h.getBoundingClientRect();
360
- d.value = b.width, i.value = b.height;
361
- }
362
- } else if (v) {
363
- const h = D(v);
364
- d.value = h.reduce((b, { inlineSize: S }) => b + S, 0), i.value = h.reduce((b, { blockSize: S }) => b + S, 0);
365
- } else
366
- d.value = s.contentRect.width, i.value = s.contentRect.height;
270
+ closeDelay: {
271
+ type: Number,
272
+ default: function() {
273
+ return 300;
274
+ }
367
275
  },
368
- o
369
- );
370
- z(() => {
371
- const s = E(e);
372
- s && (d.value = "offsetWidth" in s ? s.offsetWidth : t.width, i.value = "offsetHeight" in s ? s.offsetHeight : t.height);
373
- });
374
- const c = L(
375
- () => E(e),
376
- (s) => {
377
- d.value = s ? t.width : 0, i.value = s ? t.height : 0;
378
- }
379
- );
380
- function u() {
381
- r(), c();
382
- }
383
- return {
384
- width: d,
385
- height: i,
386
- stop: u
387
- };
388
- }
389
- const te = 1;
390
- function je(e, t = {}) {
391
- const {
392
- throttle: o = 0,
393
- idle: n = 200,
394
- onStop: f = M,
395
- onScroll: a = M,
396
- offset: d = {
397
- left: 0,
398
- right: 0,
399
- top: 0,
400
- bottom: 0
276
+ content: {
277
+ type: [String, Object]
401
278
  },
402
- observe: i = {
403
- mutation: !1
279
+ disabled: {
280
+ type: Boolean
404
281
  },
405
- eventListenerOptions: r = {
406
- capture: !1,
407
- passive: !0
282
+ effect: {
283
+ type: String,
284
+ default: function() {
285
+ return "dark";
286
+ }
408
287
  },
409
- behavior: c = "auto",
410
- window: u = P,
411
- onError: s = (p) => {
412
- console.error(p);
413
- }
414
- } = t, v = typeof i == "boolean" ? {
415
- mutation: i
416
- } : i, h = y(0), b = y(0), S = _({
417
- get() {
418
- return h.value;
288
+ enterable: {
289
+ type: Boolean,
290
+ default: function() {
291
+ return !0;
292
+ }
419
293
  },
420
- set(p) {
421
- m(p, void 0);
422
- }
423
- }), l = _({
424
- get() {
425
- return b.value;
294
+ hideAfter: {
295
+ type: Number,
296
+ default: function() {
297
+ return 0;
298
+ }
299
+ },
300
+ manual: {
301
+ type: Boolean
302
+ },
303
+ modelValue: {
304
+ type: Boolean
305
+ },
306
+ offset: {
307
+ default: function() {
308
+ return 0;
309
+ }
310
+ },
311
+ openDelay: {
312
+ type: Number,
313
+ default: function() {
314
+ return 0;
315
+ }
316
+ },
317
+ placement: {
318
+ type: String,
319
+ default: function() {
320
+ return "bottom";
321
+ }
322
+ },
323
+ popper: {},
324
+ popperClass: {
325
+ type: String
426
326
  },
427
- set(p) {
428
- m(void 0, p);
327
+ popperOptions: {
328
+ default: function() {
329
+ return {
330
+ gpuAcceleration: !1,
331
+ boundariesPadding: 10
332
+ };
333
+ }
334
+ },
335
+ pre: {
336
+ type: Boolean
337
+ },
338
+ reference: {},
339
+ renderContent: {
340
+ type: Function
341
+ },
342
+ tabindex: {
343
+ type: Number,
344
+ default: function() {
345
+ return 0;
346
+ }
347
+ },
348
+ transition: {
349
+ type: String,
350
+ default: function() {
351
+ return "tiny-fade-in-linear";
352
+ }
353
+ },
354
+ type: {
355
+ type: String,
356
+ validator: function(t) {
357
+ return !!~["normal", "warning", "error", "info", "success"].indexOf(t);
358
+ }
359
+ },
360
+ visibleArrow: {
361
+ type: Boolean,
362
+ default: function() {
363
+ return !0;
364
+ }
365
+ },
366
+ zIndex: {
367
+ type: String,
368
+ default: function() {
369
+ return "next";
370
+ }
371
+ },
372
+ contentMaxHeight: {
373
+ type: String
429
374
  }
430
- });
431
- function m(p, A) {
432
- var W, C, k, V;
433
- if (!u)
434
- return;
435
- const O = g(e);
436
- if (!O)
437
- return;
438
- (k = O instanceof Document ? u.document.body : O) == null || k.scrollTo({
439
- top: (W = g(A)) != null ? W : l.value,
440
- left: (C = g(p)) != null ? C : S.value,
441
- behavior: g(c)
375
+ }),
376
+ setup: function(t, n) {
377
+ return Y({
378
+ props: t,
379
+ context: n,
380
+ renderless: Se,
381
+ api: _e
442
382
  });
443
- const R = ((V = O == null ? void 0 : O.document) == null ? void 0 : V.documentElement) || (O == null ? void 0 : O.documentElement) || O;
444
- S != null && (h.value = R.scrollLeft), l != null && (b.value = R.scrollTop);
383
+ },
384
+ render: function() {
385
+ var t = this, n = function(f) {
386
+ var i = f.slots.content && f.slots.content();
387
+ if (i && (!N.Comment || i[0].type !== N.Comment))
388
+ return i;
389
+ var m;
390
+ return f.renderContent ? m = f.renderContent($, f.content) : f.pre ? m = f.content ? $("pre", f.content) : null : m = f.content, m;
391
+ };
392
+ if (!Object.prototype.hasOwnProperty.call(this, "popperVM")) {
393
+ var r = {
394
+ value: null
395
+ };
396
+ this.d({
397
+ popperVM: {
398
+ get: function() {
399
+ return r.value || (r.value = Z({
400
+ el: document.createElement("div"),
401
+ propsData: null,
402
+ component: {
403
+ render: function() {
404
+ var i = n(t), m = typeof i == "string", h = {
405
+ attrs: {
406
+ name: t.transition
407
+ },
408
+ on: {
409
+ "after-leave": t.doDestroy
410
+ }
411
+ }, g = "is-" + (t.type || t.effect || "dark"), a = function() {
412
+ return t.setExpectedState(!0);
413
+ }, s = function() {
414
+ t.setExpectedState(!1), t.debounceClose();
415
+ };
416
+ return t.$nextTick(function() {
417
+ !t.disabled && t.state.showPopper && i && t.updatePopper();
418
+ }), $("transition", h, [te(M("div", {
419
+ ref: "popper",
420
+ id: t.state.tooltipId,
421
+ class: ["tiny-tooltip", "tiny-tooltip__popper", g, t.popperClass, {
422
+ "tiny-tooltip__show-tips": t.state.showContent
423
+ }],
424
+ style: "max-width:" + t.state.tipsMaxWidth + "px",
425
+ role: "tooltip",
426
+ "aria-hidden": t.disabled || !t.state.showPopper ? "true" : "false",
427
+ onMouseenter: function() {
428
+ return a();
429
+ },
430
+ onMouseleave: function() {
431
+ return s();
432
+ }
433
+ }, [m ? M("div", {
434
+ class: "tiny-tooltip__content-wrapper",
435
+ style: "max-height:" + t.contentMaxHeight + ";"
436
+ }, [i]) : i]), [[ne, !t.disabled && t.state.showPopper && i]])]);
437
+ }
438
+ }
439
+ })), r.value;
440
+ },
441
+ set: function(f) {
442
+ return r.value = f;
443
+ }
444
+ }
445
+ });
446
+ }
447
+ var p = function() {
448
+ var f = t.slots.default && t.slots.default();
449
+ if (!Array.isArray(f)) return null;
450
+ for (var i = null, m = 0; m < f.length; m++) {
451
+ var h = K(f[m]);
452
+ if (!X(h)) {
453
+ i = h;
454
+ break;
455
+ }
456
+ }
457
+ return i;
458
+ }, c = p();
459
+ if (!c) return null;
460
+ var o = c.data || c.props || (c.props = {});
461
+ return o.class = q("tiny-tooltip " + G(o.class)), c;
445
462
  }
446
- const w = y(!1), T = K({
447
- left: !0,
448
- right: !1,
449
- top: !0,
450
- bottom: !1
451
- }), x = K({
452
- left: !1,
453
- right: !1,
454
- top: !1,
455
- bottom: !1
456
- }), Y = (p) => {
457
- w.value && (w.value = !1, x.left = !1, x.right = !1, x.top = !1, x.bottom = !1, f(p));
458
- }, ue = We(Y, o + n), j = (p) => {
459
- var A;
460
- if (!u)
461
- return;
462
- const W = ((A = p == null ? void 0 : p.document) == null ? void 0 : A.documentElement) || (p == null ? void 0 : p.documentElement) || E(p), { display: C, flexDirection: k, direction: V } = getComputedStyle(W), O = V === "rtl" ? -1 : 1, R = W.scrollLeft;
463
- x.left = R < h.value, x.right = R > h.value;
464
- const X = Math.abs(R * O) <= (d.left || 0), U = Math.abs(R * O) + W.clientWidth >= W.scrollWidth - (d.right || 0) - te;
465
- C === "flex" && k === "row-reverse" ? (T.left = U, T.right = X) : (T.left = X, T.right = U), h.value = R;
466
- let F = W.scrollTop;
467
- p === u.document && !F && (F = u.document.body.scrollTop), x.top = F < b.value, x.bottom = F > b.value;
468
- const q = Math.abs(F) <= (d.top || 0), J = Math.abs(F) + W.clientHeight >= W.scrollHeight - (d.bottom || 0) - te;
469
- C === "flex" && k === "column-reverse" ? (T.top = J, T.bottom = q) : (T.top = q, T.bottom = J), b.value = F;
470
- }, Q = (p) => {
471
- var A;
472
- if (!u)
473
- return;
474
- const W = (A = p.target.documentElement) != null ? A : p.target;
475
- j(W), w.value = !0, ue(p), a(p);
476
- };
477
- return I(
478
- e,
479
- "scroll",
480
- o ? Me(Q, o, !0, !1) : Q,
481
- r
482
- ), z(() => {
483
- try {
484
- const p = g(e);
485
- if (!p)
486
- return;
487
- j(p);
488
- } catch (p) {
489
- s(p);
463
+ });
464
+ function D() {
465
+ return D = Object.assign ? Object.assign.bind() : function(e) {
466
+ for (var t = 1; t < arguments.length; t++) {
467
+ var n = arguments[t];
468
+ for (var r in n) ({}).hasOwnProperty.call(n, r) && (e[r] = n[r]);
490
469
  }
491
- }), v != null && v.mutation && e != null && e !== u && e !== document && se(
492
- e,
493
- () => {
494
- const p = g(e);
495
- p && j(p);
470
+ return e;
471
+ }, D.apply(null, arguments);
472
+ }
473
+ var Ee = function(t) {
474
+ var n, r = typeof process == "object" ? (n = process.env) == null ? void 0 : n.TINY_MODE : null;
475
+ return A;
476
+ }, xe = D({}, J, {
477
+ visible: {
478
+ type: String,
479
+ default: function() {
480
+ return "always";
496
481
  },
497
- {
498
- attributes: !0,
499
- childList: !0,
500
- subtree: !0
482
+ validator: function(t) {
483
+ return ["always", "auto"].includes(t);
501
484
  }
502
- ), I(
503
- e,
504
- "scrollend",
505
- Y,
506
- r
507
- ), {
508
- x: S,
509
- y: l,
510
- isScrolling: w,
511
- arrivedState: T,
512
- directions: x,
513
- measure() {
514
- const p = g(e);
515
- u && p && j(p);
485
+ },
486
+ adjustArrow: {
487
+ type: Boolean,
488
+ default: function() {
489
+ return !1;
490
+ }
491
+ },
492
+ appendToBody: {
493
+ type: Boolean,
494
+ default: function() {
495
+ return !0;
496
+ }
497
+ },
498
+ arrowOffset: {
499
+ type: Number,
500
+ default: function() {
501
+ return 0;
502
+ }
503
+ },
504
+ content: {
505
+ type: [String, Object]
506
+ },
507
+ disabled: {
508
+ type: Boolean
509
+ },
510
+ enterable: {
511
+ type: Boolean,
512
+ default: function() {
513
+ return !0;
514
+ }
515
+ },
516
+ hideAfter: {
517
+ type: Number,
518
+ default: function() {
519
+ return 0;
520
+ }
521
+ },
522
+ manual: {
523
+ type: Boolean
524
+ },
525
+ modelValue: {
526
+ type: Boolean
527
+ },
528
+ offset: {
529
+ default: function() {
530
+ return 0;
531
+ }
532
+ },
533
+ effect: {
534
+ type: String,
535
+ default: function() {
536
+ return "";
537
+ }
538
+ },
539
+ openDelay: {
540
+ type: Number,
541
+ default: function() {
542
+ return 0;
543
+ }
544
+ },
545
+ closeDelay: {
546
+ type: Number,
547
+ default: function() {
548
+ return 100;
549
+ }
550
+ },
551
+ placement: {
552
+ type: String,
553
+ default: function() {
554
+ return "bottom";
555
+ }
556
+ },
557
+ popper: {},
558
+ popperClass: {
559
+ type: String
560
+ },
561
+ popperOptions: {
562
+ default: function() {
563
+ return {};
564
+ }
565
+ },
566
+ pre: {
567
+ type: Boolean
568
+ },
569
+ reference: {},
570
+ renderContent: {
571
+ type: Function
572
+ },
573
+ tabindex: {
574
+ type: Number,
575
+ default: function() {
576
+ return 0;
577
+ }
578
+ },
579
+ transition: {
580
+ type: String,
581
+ default: function() {
582
+ return "tiny-fade-in-linear";
583
+ }
584
+ },
585
+ type: {
586
+ type: String,
587
+ validator: function(t) {
588
+ return !!~["normal", "warning", "error", "info", "success"].indexOf(t);
589
+ }
590
+ },
591
+ visibleArrow: {
592
+ type: Boolean,
593
+ default: function() {
594
+ return !0;
595
+ }
596
+ },
597
+ genArrowByHtml: {
598
+ type: Boolean,
599
+ default: function() {
600
+ return !0;
601
+ }
602
+ },
603
+ zIndex: {
604
+ type: String,
605
+ default: function() {
606
+ return "next";
607
+ }
608
+ },
609
+ contentMaxHeight: {
610
+ type: String,
611
+ default: function() {
612
+ return "80vh";
516
613
  }
517
- };
518
- }
519
- function Ve(e = {}) {
520
- const {
521
- window: t = P,
522
- initialWidth: o = Number.POSITIVE_INFINITY,
523
- initialHeight: n = Number.POSITIVE_INFINITY,
524
- listenOrientation: f = !0,
525
- includeScrollbar: a = !0,
526
- type: d = "inner"
527
- } = e, i = y(o), r = y(n), c = () => {
528
- if (t)
529
- if (d === "outer")
530
- i.value = t.outerWidth, r.value = t.outerHeight;
531
- else if (d === "visual" && t.visualViewport) {
532
- const { width: s, height: v, scale: h } = t.visualViewport;
533
- i.value = Math.round(s * h), r.value = Math.round(v * h);
534
- } else a ? (i.value = t.innerWidth, r.value = t.innerHeight) : (i.value = t.document.documentElement.clientWidth, r.value = t.document.documentElement.clientHeight);
535
- };
536
- c(), z(c);
537
- const u = { passive: !0 };
538
- if (I("resize", c, u), t && d === "visual" && t.visualViewport && I(t.visualViewport, "resize", c, u), f) {
539
- const s = Ae("(orientation: portrait)");
540
- L(s, () => c());
541
614
  }
542
- return { width: i, height: r };
543
- }
615
+ }), C = F({
616
+ name: j + "Tooltip",
617
+ componentName: "Tooltip",
618
+ props: xe,
619
+ setup: function(t, n) {
620
+ return ee({
621
+ props: t,
622
+ context: n,
623
+ template: Ee
624
+ });
625
+ }
626
+ }), Ce = "3.undefined";
627
+ C.model = {
628
+ prop: "modelValue",
629
+ event: "update:modelValue"
630
+ };
631
+ C.install = function(e) {
632
+ e.component(C.name, C);
633
+ };
634
+ C.version = Ce;
544
635
  export {
545
- Ve as a,
546
- De as b,
547
- ke as c,
548
- Ae as d,
549
- Ce as o,
550
- je as u,
551
- Le as w
636
+ C as T
552
637
  };