bitboss-ui 2.1.103 → 2.1.104
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/components/BbSelectPopover/BbSelectPopover.vue.d.ts +277 -0
- package/dist/components/FlatListBox.vue.d.ts +4 -1
- package/dist/components/GroupedListBox.vue.d.ts +4 -1
- package/dist/components/ListBox.vue.d.ts +5 -1
- package/dist/composables/useCoherence.d.ts +1 -0
- package/dist/composables/usePrefill.d.ts +13 -3
- package/dist/index.d.ts +1 -0
- package/dist/index109.js +21 -23
- package/dist/index116.js +1 -1
- package/dist/index122.js +4 -4
- package/dist/index124.js +15 -17
- package/dist/index132.js +1 -1
- package/dist/index134.js +5 -5
- package/dist/index136.js +1 -1
- package/dist/index138.js +2 -2
- package/dist/index14.js +1 -1
- package/dist/index141.js +1 -1
- package/dist/index145.js +1 -1
- package/dist/index146.js +2 -2
- package/dist/index16.js +3 -3
- package/dist/index18.js +3 -3
- package/dist/index20.js +14 -14
- package/dist/index218.js +2 -2
- package/dist/index22.js +14 -14
- package/dist/index220.js +2 -2
- package/dist/index221.js +3 -5
- package/dist/index222.js +4 -7
- package/dist/index223.js +8 -2
- package/dist/index224.js +34 -2
- package/dist/index225.js +67 -3
- package/dist/index226.js +86 -33
- package/dist/index228.js +32 -0
- package/dist/index229.js +17 -5
- package/dist/index230.js +51 -5
- package/dist/index231.js +18 -5
- package/dist/index232.js +3 -5
- package/dist/index233.js +12 -3
- package/dist/index234.js +18 -2
- package/dist/index235.js +13 -6
- package/dist/index236.js +12 -7
- package/dist/index237.js +13 -268
- package/dist/index238.js +2 -52
- package/dist/index239.js +101 -47
- package/dist/index24.js +11 -11
- package/dist/index241.js +95 -55
- package/dist/index243.js +3 -3
- package/dist/index244.js +17 -85
- package/dist/index245.js +14 -0
- package/dist/index246.js +4 -29
- package/dist/index247.js +135 -16
- package/dist/index249.js +107 -51
- package/dist/index250.js +2 -15
- package/dist/index251.js +11 -12
- package/dist/index252.js +2 -2
- package/dist/index253.js +2 -4
- package/dist/index254.js +7 -106
- package/dist/index255.js +9 -0
- package/dist/index256.js +5 -100
- package/dist/index257.js +11 -0
- package/dist/index258.js +23 -3
- package/dist/index259.js +4 -10
- package/dist/index26.js +3 -3
- package/dist/index260.js +22 -2
- package/dist/index261.js +8 -4
- package/dist/index262.js +9 -5
- package/dist/index263.js +25 -5
- package/dist/index264.js +6 -5
- package/dist/index265.js +16 -2
- package/dist/index266.js +3 -20
- package/dist/index267.js +2 -135
- package/dist/index268.js +4 -0
- package/dist/index269.js +6 -187
- package/dist/index270.js +5 -3
- package/dist/index271.js +5 -13
- package/dist/index272.js +5 -13
- package/dist/index273.js +5 -23
- package/dist/index274.js +5 -9
- package/dist/index275.js +5 -23
- package/dist/index276.js +18 -16
- package/dist/index277.js +4 -12
- package/dist/index278.js +7 -102
- package/dist/index279.js +20 -10
- package/dist/index28.js +1 -1
- package/dist/index280.js +33 -9
- package/dist/index281.js +27 -20
- package/dist/index283.js +9 -32
- package/dist/index284.js +3 -4
- package/dist/index285.js +3 -67
- package/dist/index286.js +373 -9
- package/dist/index288.js +188 -2
- package/dist/index289.js +3 -7
- package/dist/index290.js +5 -7
- package/dist/index291.js +6 -3
- package/dist/index292.js +268 -6
- package/dist/index293.js +50 -14
- package/dist/index294.js +52 -5
- package/dist/index295.js +31 -52
- package/dist/index296.js +58 -32
- package/dist/index297.js +32 -372
- package/dist/index298.js +55 -0
- package/dist/index299.js +4 -0
- package/dist/index30.js +3 -3
- package/dist/index300.js +5 -3
- package/dist/index301.js +2 -5
- package/dist/index302.js +3 -280
- package/dist/index303.js +17 -2
- package/dist/index304.js +27 -15
- package/dist/index305.js +3 -2
- package/dist/index306.js +3 -16
- package/dist/index307.js +4 -2
- package/dist/index308.js +7 -27
- package/dist/index310.js +3 -2
- package/dist/index311.js +3 -2
- package/dist/index312.js +1 -1
- package/dist/index313.js +5 -2
- package/dist/index314.js +719 -28
- package/dist/index315.js +366 -2
- package/dist/index316.js +57 -7
- package/dist/index317.js +280 -3
- package/dist/index318.js +2 -17
- package/dist/index319.js +125 -4
- package/dist/index32.js +2 -2
- package/dist/index320.js +2 -3
- package/dist/index321.js +15 -3
- package/dist/index322.js +2 -125
- package/dist/index323.js +16 -2
- package/dist/index324.js +2 -15
- package/dist/index325.js +16 -2
- package/dist/index326.js +2 -19
- package/dist/index327.js +19 -2
- package/dist/index328.js +2 -3
- package/dist/index329.js +3 -2
- package/dist/index330.js +27 -2
- package/dist/index331.js +2 -6
- package/dist/index332.js +2 -4
- package/dist/index333.js +2 -5
- package/dist/index334.js +2 -719
- package/dist/index335.js +2 -366
- package/dist/index336.js +2 -57
- package/dist/index337.js +228 -2
- package/dist/index338.js +6 -5
- package/dist/index339.js +67 -7
- package/dist/index34.js +12 -12
- package/dist/index340.js +67 -7
- package/dist/index341.js +3 -18
- package/dist/index342.js +34 -8
- package/dist/index343.js +6 -15
- package/dist/index344.js +125 -31
- package/dist/index345.js +398 -6
- package/dist/index346.js +197 -126
- package/dist/index347.js +256 -395
- package/dist/index348.js +92 -66
- package/dist/index349.js +133 -66
- package/dist/index350.js +2 -228
- package/dist/index351.js +2 -3
- package/dist/index352.js +5 -191
- package/dist/index353.js +7 -258
- package/dist/index354.js +7 -22
- package/dist/index355.js +21 -0
- package/dist/index356.js +7 -132
- package/dist/index357.js +12 -90
- package/dist/index358.js +21 -1
- package/dist/index36.js +4 -4
- package/dist/index363.js +1 -1
- package/dist/index38.js +244 -244
- package/dist/index40.js +7 -7
- package/dist/index42.js +2 -2
- package/dist/index44.js +27 -29
- package/dist/index46.js +6 -6
- package/dist/index50.js +2 -2
- package/dist/index54.js +1 -1
- package/dist/index56.js +1 -1
- package/dist/index58.js +2 -2
- package/dist/index60.js +2 -2
- package/dist/index62.js +5 -5
- package/dist/index68.js +1 -1
- package/dist/index74.js +4 -4
- package/dist/index82.js +7 -7
- package/dist/index84.js +1 -1
- package/dist/index86.js +2 -2
- package/dist/index88.js +3 -3
- package/dist/index90.js +1 -1
- package/dist/index93.js +3 -3
- package/dist/index95.js +2 -2
- package/dist/index97.js +5 -5
- package/dist/index99.js +1 -1
- package/package.json +1 -1
- package/dist/index227.js +0 -30
- package/dist/index240.js +0 -34
- package/dist/index242.js +0 -15
- package/dist/index248.js +0 -19
- package/dist/index282.js +0 -27
- package/dist/index287.js +0 -9
- package/dist/index309.js +0 -4
- package/dist/index359.js +0 -4
package/dist/index339.js
CHANGED
|
@@ -1,9 +1,69 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
const e = {
|
|
2
|
+
common: {
|
|
3
|
+
closeLabel: "Chiudi",
|
|
4
|
+
loadingText: "Caricamento...",
|
|
5
|
+
noDataText: "Nessun elemento da visualizzare",
|
|
6
|
+
clearLabel: "Reset valore selezionato"
|
|
7
|
+
},
|
|
8
|
+
colorInput: {
|
|
9
|
+
dialogLabel: "Selettore colore",
|
|
10
|
+
openPicker: "Apri il selettore colore",
|
|
11
|
+
openPickerSelected: "Apri il selettore colore, colore corrente: {0}",
|
|
12
|
+
paletteLabel: "Seleziona un colore dalla tavolozza",
|
|
13
|
+
mainCanvasDesc: "Usa le frecce per selezionare un colore",
|
|
14
|
+
mainCanvasSelectedColor: "Colore selezionato: {0}",
|
|
15
|
+
hueCanvasDesc: "Usa le frecce per selezionare una tonalità",
|
|
16
|
+
hueCanvasSelectedHue: "Tonalità selezionata: {0}",
|
|
17
|
+
alphaSliderDesc: "Usa le frecce per regolare l'opacità",
|
|
18
|
+
eyeDropper: "Seleziona colore dallo schermo"
|
|
19
|
+
},
|
|
20
|
+
datePicker: {
|
|
21
|
+
monthLabel: "Seleziona un mese",
|
|
22
|
+
yearLabel: "Seleziona un anno",
|
|
23
|
+
previousMonthLabel: "Vai indietro di un mese",
|
|
24
|
+
nextMonthLabel: "Vai avanti di un mese"
|
|
25
|
+
},
|
|
26
|
+
baseDatePickerInput: {
|
|
27
|
+
dateFormat: "Formato della data",
|
|
28
|
+
dateFormatSingle: "GG/MM/AAAA",
|
|
29
|
+
dateFormatRange: "GG/MM/AAAA - GG/MM/AAAA",
|
|
30
|
+
emptyRange: "Seleziona un range",
|
|
31
|
+
changeSelectionRange: "Cambia selezione, da {0} a {1}",
|
|
32
|
+
changeSelection: "Cambia selezione, {0}",
|
|
33
|
+
emptySelection: "Seleziona una data"
|
|
34
|
+
},
|
|
35
|
+
dialog: {
|
|
36
|
+
closeLabel: "Chiudi modale"
|
|
37
|
+
},
|
|
38
|
+
dropdownButton: {
|
|
39
|
+
open: "Apri menu",
|
|
40
|
+
close: "Chiudi menu"
|
|
41
|
+
},
|
|
42
|
+
rating: {
|
|
43
|
+
singleStar: "{0} su {1}",
|
|
44
|
+
multipleStars: "{0} su {1}"
|
|
45
|
+
},
|
|
46
|
+
select: {
|
|
47
|
+
multipleMaxReached: "{0} elementi selezionati"
|
|
48
|
+
},
|
|
49
|
+
chip: {
|
|
50
|
+
clearLabel: "Elimina"
|
|
51
|
+
},
|
|
52
|
+
breadcrumbs: {
|
|
53
|
+
label: "Breadcrumb",
|
|
54
|
+
openHiddenLabelCount: "Mostra {0} breadcrumb nascoste"
|
|
55
|
+
},
|
|
56
|
+
pagination: {
|
|
57
|
+
previous: "Precedente",
|
|
58
|
+
next: "Successivo"
|
|
59
|
+
},
|
|
60
|
+
table: {
|
|
61
|
+
noDataText: "Non ci sono elementi da visualizzare",
|
|
62
|
+
selectAllLabel: "Seleziona tutti gli elementi di questa pagina",
|
|
63
|
+
selectText: "Seleziona un elemento",
|
|
64
|
+
select: "Seleziona"
|
|
65
|
+
}
|
|
66
|
+
};
|
|
7
67
|
export {
|
|
8
|
-
|
|
68
|
+
e as default
|
|
9
69
|
};
|
package/dist/index34.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { defineComponent as F, ref as y, toRef as p, computed as M, createBlock as
|
|
1
|
+
import { defineComponent as F, ref as y, toRef as p, computed as M, createBlock as R, openBlock as S, unref as g, withCtx as t, renderSlot as i, normalizeProps as f, guardReactiveProps as h, createVNode as z, mergeProps as V, createSlots as G } from "vue";
|
|
2
2
|
import W from "./index32.js";
|
|
3
3
|
/* empty css */
|
|
4
|
-
import j from "./
|
|
4
|
+
import j from "./index226.js";
|
|
5
5
|
/* empty css */
|
|
6
|
-
import { useItemsGetter as A } from "./
|
|
7
|
-
import { usePrefill as K } from "./
|
|
8
|
-
import { useIndexById as k } from "./
|
|
9
|
-
import { useBaseOptions as N } from "./
|
|
10
|
-
import { useCoherence as O } from "./
|
|
11
|
-
import { hash as U } from "./
|
|
12
|
-
import { useHashedWatcher as B } from "./
|
|
6
|
+
import { useItemsGetter as A } from "./index228.js";
|
|
7
|
+
import { usePrefill as K } from "./index234.js";
|
|
8
|
+
import { useIndexById as k } from "./index229.js";
|
|
9
|
+
import { useBaseOptions as N } from "./index230.js";
|
|
10
|
+
import { useCoherence as O } from "./index231.js";
|
|
11
|
+
import { hash as U } from "./index232.js";
|
|
12
|
+
import { useHashedWatcher as B } from "./index233.js";
|
|
13
13
|
const se = /* @__PURE__ */ F({
|
|
14
14
|
__name: "BaseRadioGroup",
|
|
15
15
|
props: {
|
|
@@ -46,10 +46,10 @@ const se = /* @__PURE__ */ F({
|
|
|
46
46
|
}), u = () => {
|
|
47
47
|
o.enforceCoherence && !b.value && a("update:modelValue", null);
|
|
48
48
|
}, { hasPrefilled: w } = K({
|
|
49
|
-
|
|
49
|
+
trigger: !0,
|
|
50
50
|
currentValue: o.modelValue,
|
|
51
51
|
multiple: !1,
|
|
52
|
-
fn: async (
|
|
52
|
+
fn: async (e) => {
|
|
53
53
|
await d(e, o.modelValue), u();
|
|
54
54
|
}
|
|
55
55
|
}), { data: D } = k({
|
|
@@ -108,7 +108,7 @@ const se = /* @__PURE__ */ F({
|
|
|
108
108
|
}, m = (e) => {
|
|
109
109
|
e.target instanceof HTMLElement && (r.value?.$el.contains(e.target) || (a("inactive"), s.value = !1, document.removeEventListener("focusin", c), document.removeEventListener("click", m)));
|
|
110
110
|
};
|
|
111
|
-
return (e, J) => (
|
|
111
|
+
return (e, J) => (S(), R(j, {
|
|
112
112
|
ref_key: "container",
|
|
113
113
|
ref: r,
|
|
114
114
|
class: "bb-base-radio-group",
|
package/dist/index340.js
CHANGED
|
@@ -1,9 +1,69 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
const e = {
|
|
2
|
+
common: {
|
|
3
|
+
closeLabel: "Close",
|
|
4
|
+
loadingText: "Loading...",
|
|
5
|
+
noDataText: "No data to display",
|
|
6
|
+
clearLabel: "Reset selected value"
|
|
7
|
+
},
|
|
8
|
+
colorInput: {
|
|
9
|
+
dialogLabel: "Color picker",
|
|
10
|
+
openPicker: "Open color picker",
|
|
11
|
+
openPickerSelected: "Open color picker, current color: {0}",
|
|
12
|
+
paletteLabel: "Select a color from the palette",
|
|
13
|
+
mainCanvasDesc: "Use the arrows to select a color",
|
|
14
|
+
mainCanvasSelectedColor: "Selected color: {0}",
|
|
15
|
+
hueCanvasDesc: "Use the arrows to select a hue",
|
|
16
|
+
hueCanvasSelectedHue: "Selected hue: {0}",
|
|
17
|
+
alphaSliderDesc: "Use the arrows to adjust opacity",
|
|
18
|
+
eyeDropper: "Pick color from screen"
|
|
19
|
+
},
|
|
20
|
+
datePicker: {
|
|
21
|
+
monthLabel: "Select a month",
|
|
22
|
+
yearLabel: "Select a year",
|
|
23
|
+
previousMonthLabel: "Go to previous month",
|
|
24
|
+
nextMonthLabel: "Go to next month"
|
|
25
|
+
},
|
|
26
|
+
baseDatePickerInput: {
|
|
27
|
+
dateFormat: "Date format",
|
|
28
|
+
dateFormatSingle: "DD/MM/YYYY",
|
|
29
|
+
dateFormatRange: "DD/MM/YYYY - DD/MM/YYYY",
|
|
30
|
+
emptyRange: "Select a range",
|
|
31
|
+
changeSelectionRange: "Change selection, from {0} to {1}",
|
|
32
|
+
changeSelection: "Change selection, {0}",
|
|
33
|
+
emptySelection: "Select a date"
|
|
34
|
+
},
|
|
35
|
+
dialog: {
|
|
36
|
+
closeLabel: "Close dialog"
|
|
37
|
+
},
|
|
38
|
+
dropdownButton: {
|
|
39
|
+
open: "Open menu",
|
|
40
|
+
close: "Close menu"
|
|
41
|
+
},
|
|
42
|
+
rating: {
|
|
43
|
+
singleStar: "{0} out of {1}",
|
|
44
|
+
multipleStars: "{0} out of {1}"
|
|
45
|
+
},
|
|
46
|
+
select: {
|
|
47
|
+
multipleMaxReached: "{0} items selected"
|
|
48
|
+
},
|
|
49
|
+
chip: {
|
|
50
|
+
clearLabel: "Remove"
|
|
51
|
+
},
|
|
52
|
+
breadcrumbs: {
|
|
53
|
+
label: "Breadcrumbs",
|
|
54
|
+
openHiddenLabelCount: "Show {0} hidden breadcrumbs"
|
|
55
|
+
},
|
|
56
|
+
pagination: {
|
|
57
|
+
previous: "Previous",
|
|
58
|
+
next: "Next"
|
|
59
|
+
},
|
|
60
|
+
table: {
|
|
61
|
+
noDataText: "No data to display",
|
|
62
|
+
selectAllLabel: "Select all items on this page",
|
|
63
|
+
selectText: "Select an item",
|
|
64
|
+
select: "Select"
|
|
65
|
+
}
|
|
66
|
+
};
|
|
7
67
|
export {
|
|
8
|
-
|
|
68
|
+
e as default
|
|
9
69
|
};
|
package/dist/index341.js
CHANGED
|
@@ -1,21 +1,6 @@
|
|
|
1
|
-
function
|
|
2
|
-
|
|
3
|
-
const o = t[0];
|
|
4
|
-
if (typeof o == "string") return [...t].sort(r);
|
|
5
|
-
if (typeof o == "number") return [...t].sort(r);
|
|
6
|
-
if (e && e.length)
|
|
7
|
-
return [...t].sort((f, u) => {
|
|
8
|
-
for (let n = 0; n < e.length; n++) {
|
|
9
|
-
const i = e[n], s = r(f[i], u[i]);
|
|
10
|
-
if (s) return s;
|
|
11
|
-
}
|
|
12
|
-
return 0;
|
|
13
|
-
});
|
|
14
|
-
throw new Error("Invalid comparison");
|
|
15
|
-
}
|
|
16
|
-
return t;
|
|
1
|
+
function e(t) {
|
|
2
|
+
return Object.prototype.toString.call(t).slice(8, -1);
|
|
17
3
|
}
|
|
18
|
-
const r = (t, e) => t < e ? -1 : t > e ? 1 : 0;
|
|
19
4
|
export {
|
|
20
|
-
|
|
5
|
+
e as getType
|
|
21
6
|
};
|
package/dist/index342.js
CHANGED
|
@@ -1,11 +1,37 @@
|
|
|
1
|
-
import
|
|
2
|
-
function
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import { ref as c, computed as a } from "vue";
|
|
2
|
+
function w(o) {
|
|
3
|
+
const e = c(!1), r = c(!1);
|
|
4
|
+
let n = null;
|
|
5
|
+
const s = () => {
|
|
6
|
+
if (e.value)
|
|
7
|
+
throw new Error("Operation was cancelled");
|
|
8
|
+
}, u = async (...i) => {
|
|
9
|
+
r.value && t(), e.value = !1, r.value = !0, n = new AbortController();
|
|
10
|
+
const f = {
|
|
11
|
+
signal: n.signal,
|
|
12
|
+
isCancelled: a(() => e.value),
|
|
13
|
+
checkCancelled: s
|
|
14
|
+
};
|
|
15
|
+
try {
|
|
16
|
+
const l = await o(f, ...i);
|
|
17
|
+
if (!e.value)
|
|
18
|
+
return l;
|
|
19
|
+
throw new Error("Operation was cancelled");
|
|
20
|
+
} catch (l) {
|
|
21
|
+
throw l instanceof Error && (l.message === "Operation was cancelled" || l.name === "AbortError"), l;
|
|
22
|
+
} finally {
|
|
23
|
+
r.value = !1, n = null;
|
|
24
|
+
}
|
|
25
|
+
}, t = () => {
|
|
26
|
+
n && !e.value && (e.value = !0, n.abort());
|
|
27
|
+
};
|
|
28
|
+
return {
|
|
29
|
+
execute: u,
|
|
30
|
+
cancel: t,
|
|
31
|
+
isCancelled: a(() => e.value),
|
|
32
|
+
isExecuting: a(() => r.value)
|
|
33
|
+
};
|
|
7
34
|
}
|
|
8
35
|
export {
|
|
9
|
-
|
|
10
|
-
Y as toOuterValue
|
|
36
|
+
w as useCancelableFunction
|
|
11
37
|
};
|
package/dist/index343.js
CHANGED
|
@@ -1,17 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
const a = f(e.min, "YYYY-MM-DD");
|
|
7
|
-
r &&= m.isSameOrAfter(a);
|
|
8
|
-
}
|
|
9
|
-
if (e.max) {
|
|
10
|
-
const a = f(e.max, "YYYY-MM-DD");
|
|
11
|
-
r &&= m.isSameOrBefore(a);
|
|
12
|
-
}
|
|
13
|
-
return typeof e.selectable == "function" && (r &&= e.selectable(i(m, e.floating))), !r;
|
|
14
|
-
}
|
|
1
|
+
const o = (e, t = 50) => new Promise((r) => {
|
|
2
|
+
const n = setInterval(() => {
|
|
3
|
+
e() && (clearInterval(n), r());
|
|
4
|
+
}, t);
|
|
5
|
+
});
|
|
15
6
|
export {
|
|
16
|
-
|
|
7
|
+
o as waitFor
|
|
17
8
|
};
|
package/dist/index344.js
CHANGED
|
@@ -1,37 +1,131 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
1
|
+
import { arrow as j, computePosition as A } from "./index345.js";
|
|
2
|
+
import { autoUpdate as W, flip as X, hide as Y, offset as Z, platform as ee, shift as ne } from "./index345.js";
|
|
3
|
+
import { isNode as B, getNodeName as F } from "./index349.js";
|
|
4
|
+
import { getOverflowAncestors as le } from "./index349.js";
|
|
5
|
+
import { computed as r, ref as c, shallowRef as I, watch as x, getCurrentScope as U, onScopeDispose as k, shallowReadonly as o, unref as q } from "vue";
|
|
6
|
+
function z(e) {
|
|
7
|
+
return e != null && typeof e == "object" && "$el" in e;
|
|
8
|
+
}
|
|
9
|
+
function V(e) {
|
|
10
|
+
if (z(e)) {
|
|
11
|
+
const l = e.$el;
|
|
12
|
+
return B(l) && F(l) === "#comment" ? null : l;
|
|
13
|
+
}
|
|
14
|
+
return e;
|
|
15
|
+
}
|
|
16
|
+
function i(e) {
|
|
17
|
+
return typeof e == "function" ? e() : q(e);
|
|
18
|
+
}
|
|
19
|
+
function K(e) {
|
|
20
|
+
return {
|
|
21
|
+
name: "arrow",
|
|
22
|
+
options: e,
|
|
23
|
+
fn(l) {
|
|
24
|
+
const t = V(i(e.element));
|
|
25
|
+
return t == null ? {} : j({
|
|
26
|
+
element: t,
|
|
27
|
+
padding: e.padding
|
|
28
|
+
}).fn(l);
|
|
24
29
|
}
|
|
25
|
-
}, t = () => {
|
|
26
|
-
n && !e.value && (e.value = !0, n.abort());
|
|
27
30
|
};
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
31
|
+
}
|
|
32
|
+
function M(e) {
|
|
33
|
+
return typeof window > "u" ? 1 : (e.ownerDocument.defaultView || window).devicePixelRatio || 1;
|
|
34
|
+
}
|
|
35
|
+
function C(e, l) {
|
|
36
|
+
const t = M(e);
|
|
37
|
+
return Math.round(l * t) / t;
|
|
38
|
+
}
|
|
39
|
+
function L(e, l, t) {
|
|
40
|
+
t === void 0 && (t = {});
|
|
41
|
+
const D = t.whileElementsMounted, s = r(() => {
|
|
42
|
+
var n;
|
|
43
|
+
return (n = i(t.open)) != null ? n : !0;
|
|
44
|
+
}), O = r(() => i(t.middleware)), p = r(() => {
|
|
45
|
+
var n;
|
|
46
|
+
return (n = i(t.placement)) != null ? n : "bottom";
|
|
47
|
+
}), w = r(() => {
|
|
48
|
+
var n;
|
|
49
|
+
return (n = i(t.strategy)) != null ? n : "absolute";
|
|
50
|
+
}), S = r(() => {
|
|
51
|
+
var n;
|
|
52
|
+
return (n = i(t.transform)) != null ? n : !0;
|
|
53
|
+
}), f = r(() => V(e.value)), u = r(() => V(l.value)), y = c(0), h = c(0), m = c(w.value), P = c(p.value), E = I({}), g = c(!1), _ = r(() => {
|
|
54
|
+
const n = {
|
|
55
|
+
position: m.value,
|
|
56
|
+
left: "0",
|
|
57
|
+
top: "0"
|
|
58
|
+
};
|
|
59
|
+
if (!u.value)
|
|
60
|
+
return n;
|
|
61
|
+
const a = C(u.value, y.value), b = C(u.value, h.value);
|
|
62
|
+
return S.value ? {
|
|
63
|
+
...n,
|
|
64
|
+
transform: "translate(" + a + "px, " + b + "px)",
|
|
65
|
+
...M(u.value) >= 1.5 && {
|
|
66
|
+
willChange: "transform"
|
|
67
|
+
}
|
|
68
|
+
} : {
|
|
69
|
+
position: m.value,
|
|
70
|
+
left: a + "px",
|
|
71
|
+
top: b + "px"
|
|
72
|
+
};
|
|
73
|
+
});
|
|
74
|
+
let d;
|
|
75
|
+
function v() {
|
|
76
|
+
if (f.value == null || u.value == null)
|
|
77
|
+
return;
|
|
78
|
+
const n = s.value;
|
|
79
|
+
A(f.value, u.value, {
|
|
80
|
+
middleware: O.value,
|
|
81
|
+
placement: p.value,
|
|
82
|
+
strategy: w.value
|
|
83
|
+
}).then((a) => {
|
|
84
|
+
y.value = a.x, h.value = a.y, m.value = a.strategy, P.value = a.placement, E.value = a.middlewareData, g.value = n !== !1;
|
|
85
|
+
});
|
|
86
|
+
}
|
|
87
|
+
function R() {
|
|
88
|
+
typeof d == "function" && (d(), d = void 0);
|
|
89
|
+
}
|
|
90
|
+
function N() {
|
|
91
|
+
if (R(), D === void 0) {
|
|
92
|
+
v();
|
|
93
|
+
return;
|
|
94
|
+
}
|
|
95
|
+
if (f.value != null && u.value != null) {
|
|
96
|
+
d = D(f.value, u.value, v);
|
|
97
|
+
return;
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
function $() {
|
|
101
|
+
s.value || (g.value = !1);
|
|
102
|
+
}
|
|
103
|
+
return x([O, p, w, s], v, {
|
|
104
|
+
flush: "sync"
|
|
105
|
+
}), x([f, u], N, {
|
|
106
|
+
flush: "sync"
|
|
107
|
+
}), x(s, $, {
|
|
108
|
+
flush: "sync"
|
|
109
|
+
}), U() && k(R), {
|
|
110
|
+
x: o(y),
|
|
111
|
+
y: o(h),
|
|
112
|
+
strategy: o(m),
|
|
113
|
+
placement: o(P),
|
|
114
|
+
middlewareData: o(E),
|
|
115
|
+
isPositioned: o(g),
|
|
116
|
+
floatingStyles: _,
|
|
117
|
+
update: v
|
|
33
118
|
};
|
|
34
119
|
}
|
|
35
120
|
export {
|
|
36
|
-
|
|
121
|
+
K as arrow,
|
|
122
|
+
W as autoUpdate,
|
|
123
|
+
A as computePosition,
|
|
124
|
+
X as flip,
|
|
125
|
+
le as getOverflowAncestors,
|
|
126
|
+
Y as hide,
|
|
127
|
+
Z as offset,
|
|
128
|
+
ee as platform,
|
|
129
|
+
ne as shift,
|
|
130
|
+
L as useFloating
|
|
37
131
|
};
|