@opentiny/tiny-robot 0.3.0-alpha.14 → 0.3.0-alpha.16

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,638 +1,558 @@
1
- import { n as w, x as I, aB as H, S as z, ac as R, Z as _, G as W, b as U, c as G, P as L, d as F, O as Z, j as $, aC as Q, aD as Y, f as q, g as j, aE as K, aF as X, h as J, $ 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());
65
- };
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");
1
+ import { onMounted as ne, nextTick as ce, watch as L, getCurrentScope as ae, onScopeDispose as de, getCurrentInstance as B, hasInjectionContext as oe, inject as fe, toValue as g, isRef 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 = /* @__NO_SIDE_EFFECTS__ */ (...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] : fe(...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);
80
23
  });
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
24
  }
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") : G(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: L("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);
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;
32
+ };
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);
42
+ });
43
+ };
44
+ }
45
+ function Te(...e) {
46
+ let t = 0, o, n = !0, f = M, a, d, i, r, c;
47
+ !ve(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
+ // @__NO_SIDE_EFFECTS__
70
+ function We(e, t = 200, o = {}) {
71
+ return $(
72
+ re(t, o),
73
+ e
74
+ );
75
+ }
76
+ // @__NO_SIDE_EFFECTS__
77
+ function Me(e, t = 200, o = !1, n = !0, f = !1) {
78
+ return $(
79
+ Te(t, o, n, f),
80
+ e
81
+ );
82
+ }
83
+ function Oe(e, t, o = {}) {
84
+ const {
85
+ eventFilter: n = Ee,
86
+ ...f
87
+ } = o;
88
+ return L(
89
+ e,
90
+ $(
91
+ n,
92
+ t
93
+ ),
94
+ f
95
+ );
96
+ }
97
+ function z(e, t = !0, o) {
98
+ xe() ? ne(e, o) : t ? e() : ce(e);
99
+ }
100
+ function Le(e, t, o = {}) {
101
+ const {
102
+ debounce: n = 0,
103
+ maxWait: f = void 0,
104
+ ...a
105
+ } = o;
106
+ return Oe(
107
+ e,
108
+ t,
109
+ {
110
+ ...a,
111
+ eventFilter: re(n, { maxWait: f })
219
112
  }
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]);
113
+ );
114
+ }
115
+ function Ie(e, t, o) {
116
+ return L(
117
+ e,
118
+ t,
119
+ {
120
+ ...o,
121
+ immediate: !0
229
122
  }
230
- return e;
231
- }, O.apply(null, arguments);
123
+ );
232
124
  }
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
- }
245
- },
246
- adjustArrow: {
247
- type: Boolean,
248
- default: function() {
249
- return !1;
250
- }
251
- },
252
- appendToBody: {
253
- type: Boolean,
254
- default: function() {
255
- return !0;
256
- }
257
- },
258
- arrowOffset: {
259
- type: Number,
260
- default: function() {
261
- return 0;
262
- }
263
- },
264
- boundariesPadding: {
265
- type: Number,
266
- default: function() {
267
- return 5;
268
- }
269
- },
270
- closeDelay: {
271
- type: Number,
272
- default: function() {
273
- return 300;
274
- }
275
- },
276
- content: {
277
- type: [String, Object]
278
- },
279
- disabled: {
280
- type: Boolean
281
- },
282
- effect: {
283
- type: String,
284
- default: function() {
285
- return "dark";
286
- }
287
- },
288
- enterable: {
289
- type: Boolean,
290
- default: function() {
291
- return !0;
292
- }
293
- },
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
- }
125
+ const P = ie ? window : void 0;
126
+ function E(e) {
127
+ var t;
128
+ const o = g(e);
129
+ return (t = o == null ? void 0 : o.$el) != null ? t : o;
130
+ }
131
+ function I(...e) {
132
+ const t = [], o = () => {
133
+ t.forEach((i) => i()), t.length = 0;
134
+ }, n = (i, r, c, u) => (i.addEventListener(r, c, u), () => i.removeEventListener(r, c, u)), f = _(() => {
135
+ const i = D(g(e[0])).filter((r) => r != null);
136
+ return i.every((r) => typeof r != "string") ? i : void 0;
137
+ }), a = Ie(
138
+ () => {
139
+ var i, r;
140
+ return [
141
+ (r = (i = f.value) == null ? void 0 : i.map((c) => E(c))) != null ? r : [P].filter((c) => c != null),
142
+ D(g(f.value ? e[1] : e[0])),
143
+ D(he(f.value ? e[2] : e[1])),
144
+ // @ts-expect-error - TypeScript gets the correct types, but somehow still complains
145
+ g(f.value ? e[3] : e[2])
146
+ ];
310
147
  },
311
- openDelay: {
312
- type: Number,
313
- default: function() {
314
- return 0;
315
- }
148
+ ([i, r, c, u]) => {
149
+ if (o(), !(i != null && i.length) || !(r != null && r.length) || !(c != null && c.length))
150
+ return;
151
+ const s = ge(u) ? { ...u } : u;
152
+ t.push(
153
+ ...i.flatMap(
154
+ (v) => r.flatMap(
155
+ (h) => c.map((b) => n(v, h, b, s))
156
+ )
157
+ )
158
+ );
316
159
  },
317
- placement: {
318
- type: String,
319
- default: function() {
320
- return "bottom";
160
+ { flush: "post" }
161
+ ), d = () => {
162
+ a(), o();
163
+ };
164
+ return N(o), d;
165
+ }
166
+ let ee = !1;
167
+ function Ce(e, t, o = {}) {
168
+ const { window: n = P, ignore: f = [], capture: a = !0, detectIframe: d = !1, controls: i = !1 } = o;
169
+ if (!n)
170
+ return i ? { stop: M, cancel: M, trigger: M } : M;
171
+ if (ye && !ee) {
172
+ ee = !0;
173
+ const l = { passive: !0 };
174
+ Array.from(n.document.body.children).forEach((m) => m.addEventListener("click", M, l)), n.document.documentElement.addEventListener("click", M, l);
175
+ }
176
+ let r = !0;
177
+ const c = (l) => g(f).some((m) => {
178
+ if (typeof m == "string")
179
+ return Array.from(n.document.querySelectorAll(m)).some((w) => w === l.target || l.composedPath().includes(w));
180
+ {
181
+ const w = E(m);
182
+ return w && (l.target === w || l.composedPath().includes(w));
183
+ }
184
+ });
185
+ function u(l) {
186
+ const m = g(l);
187
+ return m && m.$.subTree.shapeFlag === 16;
188
+ }
189
+ function s(l, m) {
190
+ const w = g(l), T = w.$.subTree && w.$.subTree.children;
191
+ return T == null || !Array.isArray(T) ? !1 : T.some((x) => x.el === m.target || m.composedPath().includes(x.el));
192
+ }
193
+ const v = (l) => {
194
+ const m = E(e);
195
+ if (l.target != null && !(!(m instanceof Element) && u(e) && s(e, l)) && !(!m || m === l.target || l.composedPath().includes(m))) {
196
+ if ("detail" in l && l.detail === 0 && (r = !c(l)), !r) {
197
+ r = !0;
198
+ return;
321
199
  }
200
+ t(l);
201
+ }
202
+ };
203
+ let h = !1;
204
+ const b = [
205
+ I(n, "click", (l) => {
206
+ h || (h = !0, setTimeout(() => {
207
+ h = !1;
208
+ }, 0), v(l));
209
+ }, { passive: !0, capture: a }),
210
+ I(n, "pointerdown", (l) => {
211
+ const m = E(e);
212
+ r = !c(l) && !!(m && !l.composedPath().includes(m));
213
+ }, { passive: !0 }),
214
+ d && I(n, "blur", (l) => {
215
+ setTimeout(() => {
216
+ var m;
217
+ const w = E(e);
218
+ ((m = n.document.activeElement) == null ? void 0 : m.tagName) === "IFRAME" && !(w != null && w.contains(n.document.activeElement)) && t(l);
219
+ }, 0);
220
+ }, { passive: !0 })
221
+ ].filter(Boolean), S = () => b.forEach((l) => l());
222
+ return i ? {
223
+ stop: S,
224
+ cancel: () => {
225
+ r = !1;
322
226
  },
323
- popper: {},
324
- popperClass: {
325
- type: String
227
+ trigger: (l) => {
228
+ r = !0, v(l), r = !1;
229
+ }
230
+ } : S;
231
+ }
232
+ // @__NO_SIDE_EFFECTS__
233
+ function Re() {
234
+ const e = y(!1), t = B();
235
+ return t && ne(() => {
236
+ e.value = !0;
237
+ }, t), e;
238
+ }
239
+ // @__NO_SIDE_EFFECTS__
240
+ function G(e) {
241
+ const t = /* @__PURE__ */ Re();
242
+ return _(() => (t.value, !!e()));
243
+ }
244
+ function se(e, t, o = {}) {
245
+ const { window: n = P, ...f } = o;
246
+ let a;
247
+ const d = /* @__PURE__ */ G(() => n && "MutationObserver" in n), i = () => {
248
+ a && (a.disconnect(), a = void 0);
249
+ }, r = _(() => {
250
+ const v = g(e), h = D(v).map(E).filter(be);
251
+ return new Set(h);
252
+ }), c = L(
253
+ () => r.value,
254
+ (v) => {
255
+ i(), d.value && v.size && (a = new MutationObserver(t), v.forEach((h) => a.observe(h, f)));
326
256
  },
327
- popperOptions: {
328
- default: function() {
329
- return {
330
- gpuAcceleration: !1,
331
- boundariesPadding: 10
332
- };
257
+ { immediate: !0, flush: "post" }
258
+ ), u = () => a == null ? void 0 : a.takeRecords(), s = () => {
259
+ c(), i();
260
+ };
261
+ return N(s), {
262
+ isSupported: d,
263
+ stop: s,
264
+ takeRecords: u
265
+ };
266
+ }
267
+ const _e = Symbol("vueuse-ssr-width");
268
+ // @__NO_SIDE_EFFECTS__
269
+ function Pe() {
270
+ const e = oe() ? /* @__PURE__ */ pe(_e, null) : null;
271
+ return typeof e == "number" ? e : void 0;
272
+ }
273
+ function Ae(e, t = {}) {
274
+ const { window: o = P, ssrWidth: n = /* @__PURE__ */ Pe() } = t, f = /* @__PURE__ */ G(() => o && "matchMedia" in o && typeof o.matchMedia == "function"), a = y(typeof n == "number"), d = y(), i = y(!1), r = (c) => {
275
+ i.value = c.matches;
276
+ };
277
+ return me(() => {
278
+ if (a.value) {
279
+ a.value = !f.value;
280
+ const c = g(e).split(",");
281
+ i.value = c.some((u) => {
282
+ 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*)\)/);
283
+ let b = !!(v || h);
284
+ return v && b && (b = n >= Z(v[1])), h && b && (b = n <= Z(h[1])), s ? !b : b;
285
+ });
286
+ return;
287
+ }
288
+ f.value && (d.value = o.matchMedia(g(e)), i.value = d.value.matches);
289
+ }), I(d, "change", r, { passive: !0 }), _(() => i.value);
290
+ }
291
+ function le(e, t, o = {}) {
292
+ const { window: n = P, ...f } = o;
293
+ let a;
294
+ const d = /* @__PURE__ */ G(() => n && "ResizeObserver" in n), i = () => {
295
+ a && (a.disconnect(), a = void 0);
296
+ }, r = _(() => {
297
+ const s = g(e);
298
+ return Array.isArray(s) ? s.map((v) => E(v)) : [E(s)];
299
+ }), c = L(
300
+ r,
301
+ (s) => {
302
+ if (i(), d.value && n) {
303
+ a = new ResizeObserver(t);
304
+ for (const v of s)
305
+ v && a.observe(v, f);
333
306
  }
334
307
  },
335
- pre: {
336
- type: Boolean
337
- },
338
- reference: {},
339
- renderContent: {
340
- type: Function
308
+ { immediate: !0, flush: "post" }
309
+ ), u = () => {
310
+ i(), c();
311
+ };
312
+ return N(u), {
313
+ isSupported: d,
314
+ stop: u
315
+ };
316
+ }
317
+ function ke(e, t = {}) {
318
+ const {
319
+ reset: o = !0,
320
+ windowResize: n = !0,
321
+ windowScroll: f = !0,
322
+ immediate: a = !0,
323
+ updateTiming: d = "sync"
324
+ } = 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);
325
+ function S() {
326
+ const m = E(e);
327
+ if (!m) {
328
+ 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);
329
+ return;
330
+ }
331
+ const w = m.getBoundingClientRect();
332
+ 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;
333
+ }
334
+ function l() {
335
+ d === "sync" ? S() : d === "next-frame" && requestAnimationFrame(() => S());
336
+ }
337
+ return le(e, l), L(() => E(e), (m) => !m && l()), se(e, l, {
338
+ attributeFilter: ["style", "class"]
339
+ }), f && I("scroll", l, { capture: !0, passive: !0 }), n && I("resize", l, { passive: !0 }), z(() => {
340
+ a && l();
341
+ }), {
342
+ height: i,
343
+ bottom: r,
344
+ left: c,
345
+ right: u,
346
+ top: s,
347
+ width: v,
348
+ x: h,
349
+ y: b,
350
+ update: l
351
+ };
352
+ }
353
+ function De(e, t = { width: 0, height: 0 }, o = {}) {
354
+ const { window: n = P, box: f = "content-box" } = o, a = _(() => {
355
+ var s, v;
356
+ return (v = (s = E(e)) == null ? void 0 : s.namespaceURI) == null ? void 0 : v.includes("svg");
357
+ }), d = y(t.width), i = y(t.height), { stop: r } = le(
358
+ e,
359
+ ([s]) => {
360
+ const v = f === "border-box" ? s.borderBoxSize : f === "content-box" ? s.contentBoxSize : s.devicePixelContentBoxSize;
361
+ if (n && a.value) {
362
+ const h = E(e);
363
+ if (h) {
364
+ const b = h.getBoundingClientRect();
365
+ d.value = b.width, i.value = b.height;
366
+ }
367
+ } else if (v) {
368
+ const h = D(v);
369
+ d.value = h.reduce((b, { inlineSize: S }) => b + S, 0), i.value = h.reduce((b, { blockSize: S }) => b + S, 0);
370
+ } else
371
+ d.value = s.contentRect.width, i.value = s.contentRect.height;
341
372
  },
342
- tabindex: {
343
- type: Number,
344
- default: function() {
345
- return 0;
346
- }
373
+ o
374
+ );
375
+ z(() => {
376
+ const s = E(e);
377
+ s && (d.value = "offsetWidth" in s ? s.offsetWidth : t.width, i.value = "offsetHeight" in s ? s.offsetHeight : t.height);
378
+ });
379
+ const c = L(
380
+ () => E(e),
381
+ (s) => {
382
+ d.value = s ? t.width : 0, i.value = s ? t.height : 0;
383
+ }
384
+ );
385
+ function u() {
386
+ r(), c();
387
+ }
388
+ return {
389
+ width: d,
390
+ height: i,
391
+ stop: u
392
+ };
393
+ }
394
+ const te = 1;
395
+ function je(e, t = {}) {
396
+ const {
397
+ throttle: o = 0,
398
+ idle: n = 200,
399
+ onStop: f = M,
400
+ onScroll: a = M,
401
+ offset: d = {
402
+ left: 0,
403
+ right: 0,
404
+ top: 0,
405
+ bottom: 0
347
406
  },
348
- transition: {
349
- type: String,
350
- default: function() {
351
- return "tiny-fade-in-linear";
352
- }
407
+ observe: i = {
408
+ mutation: !1
353
409
  },
354
- type: {
355
- type: String,
356
- validator: function(t) {
357
- return !!~["normal", "warning", "error", "info", "success"].indexOf(t);
358
- }
410
+ eventListenerOptions: r = {
411
+ capture: !1,
412
+ passive: !0
359
413
  },
360
- visibleArrow: {
361
- type: Boolean,
362
- default: function() {
363
- return !0;
364
- }
414
+ behavior: c = "auto",
415
+ window: u = P,
416
+ onError: s = (p) => {
417
+ console.error(p);
418
+ }
419
+ } = t, v = typeof i == "boolean" ? {
420
+ mutation: i
421
+ } : i, h = y(0), b = y(0), S = _({
422
+ get() {
423
+ return h.value;
365
424
  },
366
- zIndex: {
367
- type: String,
368
- default: function() {
369
- return "next";
370
- }
425
+ set(p) {
426
+ m(p, void 0);
427
+ }
428
+ }), l = _({
429
+ get() {
430
+ return b.value;
371
431
  },
372
- contentMaxHeight: {
373
- type: String
432
+ set(p) {
433
+ m(void 0, p);
374
434
  }
375
- }),
376
- setup: function(t, n) {
377
- return q({
378
- props: t,
379
- context: n,
380
- renderless: Se,
381
- api: _e
435
+ });
436
+ function m(p, A) {
437
+ var W, C, k, V;
438
+ if (!u)
439
+ return;
440
+ const O = g(e);
441
+ if (!O)
442
+ return;
443
+ (k = O instanceof Document ? u.document.body : O) == null || k.scrollTo({
444
+ top: (W = g(A)) != null ? W : l.value,
445
+ left: (C = g(p)) != null ? C : S.value,
446
+ behavior: g(c)
382
447
  });
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 " + Y(o.class)), c;
448
+ const R = ((V = O == null ? void 0 : O.document) == null ? void 0 : V.documentElement) || (O == null ? void 0 : O.documentElement) || O;
449
+ S != null && (h.value = R.scrollLeft), l != null && (b.value = R.scrollTop);
462
450
  }
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]);
451
+ const w = y(!1), T = K({
452
+ left: !0,
453
+ right: !1,
454
+ top: !0,
455
+ bottom: !1
456
+ }), x = K({
457
+ left: !1,
458
+ right: !1,
459
+ top: !1,
460
+ bottom: !1
461
+ }), Y = (p) => {
462
+ w.value && (w.value = !1, x.left = !1, x.right = !1, x.top = !1, x.bottom = !1, f(p));
463
+ }, ue = /* @__PURE__ */ We(Y, o + n), j = (p) => {
464
+ var A;
465
+ if (!u)
466
+ return;
467
+ 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;
468
+ x.left = R < h.value, x.right = R > h.value;
469
+ const X = Math.abs(R * O) <= (d.left || 0), U = Math.abs(R * O) + W.clientWidth >= W.scrollWidth - (d.right || 0) - te;
470
+ C === "flex" && k === "row-reverse" ? (T.left = U, T.right = X) : (T.left = X, T.right = U), h.value = R;
471
+ let F = W.scrollTop;
472
+ p === u.document && !F && (F = u.document.body.scrollTop), x.top = F < b.value, x.bottom = F > b.value;
473
+ const q = Math.abs(F) <= (d.top || 0), J = Math.abs(F) + W.clientHeight >= W.scrollHeight - (d.bottom || 0) - te;
474
+ C === "flex" && k === "column-reverse" ? (T.top = J, T.bottom = q) : (T.top = q, T.bottom = J), b.value = F;
475
+ }, Q = (p) => {
476
+ var A;
477
+ if (!u)
478
+ return;
479
+ const W = (A = p.target.documentElement) != null ? A : p.target;
480
+ j(W), w.value = !0, ue(p), a(p);
481
+ };
482
+ return I(
483
+ e,
484
+ "scroll",
485
+ o ? /* @__PURE__ */ Me(Q, o, !0, !1) : Q,
486
+ r
487
+ ), z(() => {
488
+ try {
489
+ const p = g(e);
490
+ if (!p)
491
+ return;
492
+ j(p);
493
+ } catch (p) {
494
+ s(p);
469
495
  }
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
+ }), v != null && v.mutation && e != null && e !== u && e !== document && se(
497
+ e,
498
+ () => {
499
+ const p = g(e);
500
+ p && j(p);
481
501
  },
482
- validator: function(t) {
483
- return ["always", "auto"].includes(t);
484
- }
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;
502
+ {
503
+ attributes: !0,
504
+ childList: !0,
505
+ subtree: !0
549
506
  }
550
- },
551
- placement: {
552
- type: String,
553
- default: function() {
554
- return "bottom";
507
+ ), I(
508
+ e,
509
+ "scrollend",
510
+ Y,
511
+ r
512
+ ), {
513
+ x: S,
514
+ y: l,
515
+ isScrolling: w,
516
+ arrivedState: T,
517
+ directions: x,
518
+ measure() {
519
+ const p = g(e);
520
+ u && p && j(p);
555
521
  }
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";
613
- }
614
- }
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
- });
522
+ };
523
+ }
524
+ // @__NO_SIDE_EFFECTS__
525
+ function Ve(e = {}) {
526
+ const {
527
+ window: t = P,
528
+ initialWidth: o = Number.POSITIVE_INFINITY,
529
+ initialHeight: n = Number.POSITIVE_INFINITY,
530
+ listenOrientation: f = !0,
531
+ includeScrollbar: a = !0,
532
+ type: d = "inner"
533
+ } = e, i = y(o), r = y(n), c = () => {
534
+ if (t)
535
+ if (d === "outer")
536
+ i.value = t.outerWidth, r.value = t.outerHeight;
537
+ else if (d === "visual" && t.visualViewport) {
538
+ const { width: s, height: v, scale: h } = t.visualViewport;
539
+ i.value = Math.round(s * h), r.value = Math.round(v * h);
540
+ } else a ? (i.value = t.innerWidth, r.value = t.innerHeight) : (i.value = t.document.documentElement.clientWidth, r.value = t.document.documentElement.clientHeight);
541
+ };
542
+ c(), z(c);
543
+ const u = { passive: !0 };
544
+ if (I("resize", c, u), t && d === "visual" && t.visualViewport && I(t.visualViewport, "resize", c, u), f) {
545
+ const s = Ae("(orientation: portrait)");
546
+ L(s, () => c());
625
547
  }
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;
548
+ return { width: i, height: r };
549
+ }
635
550
  export {
636
- C as T,
637
- oe as k
551
+ Ve as a,
552
+ De as b,
553
+ ke as c,
554
+ Ae as d,
555
+ Ce as o,
556
+ je as u,
557
+ Le as w
638
558
  };