bitboss-ui 2.0.2 → 2.0.4
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/BaseDatePicker/BaseDatePicker.vue.d.ts +10 -99
- package/dist/components/BaseDatePicker/BaseDatePickerHeader.vue.d.ts +24 -0
- package/dist/components/BaseDatePicker/BaseDatePickerInputDaySelector.vue.d.ts +56 -0
- package/dist/components/BaseDatePicker/BaseDatePickerMonthSelector.vue.d.ts +21 -0
- package/dist/components/BaseDatePicker/BaseDatePickerYearSelector.vue.d.ts +21 -0
- package/dist/components/BaseDatePickerInput/BaseDatePickerInput.vue.d.ts +1 -46
- package/dist/components/BbDatePickerInput/BbDatePickerInput.vue.d.ts +1 -47
- package/dist/components/BbTab/BbTab.vue.d.ts +9 -0
- package/dist/components/Transitions/Slide.vue.d.ts +43 -0
- package/dist/components/Transitions/SlideBack.vue.d.ts +43 -0
- package/dist/composables/useLogger.d.ts +1 -0
- package/dist/index103.js +150 -126
- package/dist/index103.js.map +1 -1
- package/dist/index105.js +5 -5
- package/dist/index113.js +1 -1
- package/dist/index115.js +5 -5
- package/dist/index115.js.map +1 -1
- package/dist/index117.js +1 -1
- package/dist/index12.js +1 -1
- package/dist/index121.js +1 -1
- package/dist/index122.js +1 -1
- package/dist/index123.js +1 -1
- package/dist/index125.js +1 -1
- package/dist/index127.js +2 -2
- package/dist/index128.js +1 -1
- package/dist/index14.js +3 -3
- package/dist/index16.js +2 -2
- package/dist/index18.js +176 -482
- package/dist/index18.js.map +1 -1
- package/dist/index197.js +2 -81
- package/dist/index197.js.map +1 -1
- package/dist/index198.js +158 -2
- package/dist/index198.js.map +1 -1
- package/dist/index199.js +84 -158
- package/dist/index199.js.map +1 -1
- package/dist/index20.js +199 -190
- package/dist/index20.js.map +1 -1
- package/dist/index201.js +5 -0
- package/dist/index201.js.map +1 -0
- package/dist/index202.js +4 -3
- package/dist/index202.js.map +1 -1
- package/dist/index203.js +2 -35
- package/dist/index203.js.map +1 -1
- package/dist/index204.js +81 -6
- package/dist/index204.js.map +1 -1
- package/dist/index205.js +126 -7
- package/dist/index205.js.map +1 -1
- package/dist/index206.js +5 -5
- package/dist/index206.js.map +1 -1
- package/dist/index207.js +123 -5
- package/dist/index207.js.map +1 -1
- package/dist/index208.js +18 -15
- package/dist/index208.js.map +1 -1
- package/dist/index209.js +10 -10
- package/dist/index209.js.map +1 -1
- package/dist/index210.js +15 -18
- package/dist/index210.js.map +1 -1
- package/dist/index211.js +2 -19
- package/dist/index211.js.map +1 -1
- package/dist/index212.js +2 -27
- package/dist/index212.js.map +1 -1
- package/dist/index213.js +35 -8
- package/dist/index213.js.map +1 -1
- package/dist/index214.js +174 -2
- package/dist/index214.js.map +1 -1
- package/dist/index215.js +6 -2
- package/dist/index215.js.map +1 -1
- package/dist/index216.js +42 -4
- package/dist/index216.js.map +1 -1
- package/dist/index218.js +13 -3
- package/dist/index218.js.map +1 -1
- package/dist/index219.js +5 -126
- package/dist/index219.js.map +1 -1
- package/dist/index22.js +5 -5
- package/dist/index220.js +366 -120
- package/dist/index220.js.map +1 -1
- package/dist/index221.js +8 -2
- package/dist/index221.js.map +1 -1
- package/dist/index222.js +3 -174
- package/dist/index222.js.map +1 -1
- package/dist/index223.js +7 -42
- package/dist/index223.js.map +1 -1
- package/dist/index224.js +22 -0
- package/dist/index224.js.map +1 -0
- package/dist/index225.js +27 -13
- package/dist/index225.js.map +1 -1
- package/dist/index226.js +3 -369
- package/dist/index226.js.map +1 -1
- package/dist/index227.js +249 -3
- package/dist/index227.js.map +1 -1
- package/dist/index229.js +46 -100
- package/dist/index229.js.map +1 -1
- package/dist/index230.js +40 -0
- package/dist/index230.js.map +1 -0
- package/dist/index231.js +5 -100
- package/dist/index231.js.map +1 -1
- package/dist/index232.js +44 -0
- package/dist/index232.js.map +1 -0
- package/dist/index233.js +3 -2
- package/dist/index233.js.map +1 -1
- package/dist/index234.js +2 -3
- package/dist/index234.js.map +1 -1
- package/dist/index235.js +3 -10
- package/dist/index235.js.map +1 -1
- package/dist/index236.js +17 -2
- package/dist/index236.js.map +1 -1
- package/dist/index237.js +105 -2
- package/dist/index237.js.map +1 -1
- package/dist/index239.js +99 -8
- package/dist/index239.js.map +1 -1
- package/dist/index24.js +1 -1
- package/dist/index241.js +9 -16
- package/dist/index241.js.map +1 -1
- package/dist/index242.js +2 -430
- package/dist/index242.js.map +1 -1
- package/dist/index243.js +3 -88
- package/dist/index243.js.map +1 -1
- package/dist/index244.js +6 -200
- package/dist/index244.js.map +1 -1
- package/dist/index245.js +15 -8
- package/dist/index245.js.map +1 -1
- package/dist/index246.js +9 -23
- package/dist/index246.js.map +1 -1
- package/dist/index247.js +23 -6
- package/dist/index247.js.map +1 -1
- package/dist/index248.js +3 -16
- package/dist/index248.js.map +1 -1
- package/dist/index249.js +12 -9
- package/dist/index249.js.map +1 -1
- package/dist/index250.js +8 -280
- package/dist/index250.js.map +1 -1
- package/dist/index251.js +9 -6
- package/dist/index251.js.map +1 -1
- package/dist/index252.js +17 -2
- package/dist/index252.js.map +1 -1
- package/dist/index253.js +281 -2
- package/dist/index253.js.map +1 -1
- package/dist/index254.js +6 -2
- package/dist/index254.js.map +1 -1
- package/dist/index255.js +2 -2
- package/dist/index256.js +2 -2
- package/dist/index258.js +2 -4
- package/dist/index258.js.map +1 -1
- package/dist/index259.js +2 -224
- package/dist/index259.js.map +1 -1
- package/dist/index26.js +3 -3
- package/dist/index260.js +126 -3
- package/dist/index260.js.map +1 -1
- package/dist/index261.js +434 -0
- package/dist/index261.js.map +1 -0
- package/dist/index262.js +3 -7
- package/dist/index262.js.map +1 -1
- package/dist/index264.js +7 -69
- package/dist/index264.js.map +1 -1
- package/dist/index265.js +22 -5
- package/dist/index265.js.map +1 -1
- package/dist/index267.js +7 -124
- package/dist/index267.js.map +1 -1
- package/dist/index268.js +200 -3
- package/dist/index268.js.map +1 -1
- package/dist/index269.js +436 -3
- package/dist/index269.js.map +1 -1
- package/dist/index270.js +126 -210
- package/dist/index270.js.map +1 -1
- package/dist/index271.js +92 -0
- package/dist/index271.js.map +1 -0
- package/dist/index272.js +2 -436
- package/dist/index272.js.map +1 -1
- package/dist/index273.js +2 -127
- package/dist/index273.js.map +1 -1
- package/dist/index274.js +3 -28
- package/dist/index274.js.map +1 -1
- package/dist/index275.js +2 -15
- package/dist/index275.js.map +1 -1
- package/dist/index276.js +2 -11
- package/dist/index276.js.map +1 -1
- package/dist/index277.js +2 -4
- package/dist/index277.js.map +1 -1
- package/dist/index278.js +28 -4
- package/dist/index278.js.map +1 -1
- package/dist/index279.js +21 -58
- package/dist/index279.js.map +1 -1
- package/dist/index28.js +2 -2
- package/dist/index281.js +2 -2
- package/dist/index281.js.map +1 -1
- package/dist/index282.js +5 -47
- package/dist/index282.js.map +1 -1
- package/dist/index283.js +72 -0
- package/dist/index283.js.map +1 -0
- package/dist/index284.js +221 -418
- package/dist/index284.js.map +1 -1
- package/dist/index285.js +3 -47
- package/dist/index285.js.map +1 -1
- package/dist/index286.js +6 -0
- package/dist/index286.js.map +1 -0
- package/dist/index287.js +214 -0
- package/dist/index287.js.map +1 -0
- package/dist/index289.js +18 -0
- package/dist/index289.js.map +1 -0
- package/dist/index290.js +7 -0
- package/dist/index290.js.map +1 -0
- package/dist/index291.js +7 -0
- package/dist/index291.js.map +1 -0
- package/dist/index292.js +62 -0
- package/dist/index292.js.map +1 -0
- package/dist/index293.js +14 -0
- package/dist/index293.js.map +1 -0
- package/dist/{index280.js → index294.js} +2 -2
- package/dist/{index280.js.map → index294.js.map} +1 -1
- package/dist/index295.js +10 -0
- package/dist/index295.js.map +1 -0
- package/dist/index296.js +22 -0
- package/dist/index296.js.map +1 -0
- package/dist/index297.js +10 -0
- package/dist/index297.js.map +1 -0
- package/dist/index298.js +5 -0
- package/dist/index298.js.map +1 -0
- package/dist/index299.js +50 -0
- package/dist/index299.js.map +1 -0
- package/dist/index30.js +2 -2
- package/dist/index301.js +424 -0
- package/dist/index301.js.map +1 -0
- package/dist/index302.js +50 -0
- package/dist/index302.js.map +1 -0
- package/dist/index32.js +3 -3
- package/dist/index34.js +44 -42
- package/dist/index34.js.map +1 -1
- package/dist/index36.js +4 -4
- package/dist/index38.js +2 -2
- package/dist/index40.js +2 -2
- package/dist/index42.js +6 -6
- package/dist/index44.js +2 -2
- package/dist/index46.js +2 -2
- package/dist/index52.js +1 -1
- package/dist/index54.js +1 -1
- package/dist/index58.js +2 -2
- package/dist/index66.js +16 -23
- package/dist/index66.js.map +1 -1
- package/dist/index70.js +4 -4
- package/dist/index74.js +2 -2
- package/dist/index76.js +1 -1
- package/dist/index79.js +2 -2
- package/dist/index81.js +1 -1
- package/dist/index83.js +3 -3
- package/dist/index85.js +1 -1
- package/dist/style.css +1 -1
- package/dist/utilities/functions/chunk.d.ts +1 -0
- package/dist/utilities/functions/negative.d.ts +1 -0
- package/dist/utilities/functions/pipe.d.ts +3 -0
- package/dist/utilities/functions/range.d.ts +1 -0
- package/dist/utilities/functions/sort.d.ts +6 -0
- package/package.json +2 -2
- package/dist/index200.js +0 -87
- package/dist/index200.js.map +0 -1
- package/dist/index217.js +0 -5
- package/dist/index217.js.map +0 -1
- package/dist/index228.js +0 -21
- package/dist/index228.js.map +0 -1
- package/dist/index238.js +0 -15
- package/dist/index238.js.map +0 -1
- package/dist/index240.js +0 -12
- package/dist/index240.js.map +0 -1
- package/dist/index263.js +0 -5
- package/dist/index263.js.map +0 -1
- package/dist/index266.js +0 -5
- package/dist/index266.js.map +0 -1
package/dist/index219.js
CHANGED
|
@@ -1,129 +1,8 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
import { computed as a, ref as f, shallowRef as I, watch as h, getCurrentScope as U, onScopeDispose as k, shallowReadonly as r, unref as q } from "vue";
|
|
6
|
-
function z(e) {
|
|
7
|
-
return e != null && typeof e == "object" && "$el" in e;
|
|
8
|
-
}
|
|
9
|
-
function g(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 o(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 = g(o(e.element));
|
|
25
|
-
return t == null ? {} : j({
|
|
26
|
-
element: t,
|
|
27
|
-
padding: e.padding
|
|
28
|
-
}).fn(l);
|
|
29
|
-
}
|
|
30
|
-
};
|
|
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 x = t.whileElementsMounted, V = a(() => {
|
|
42
|
-
var n;
|
|
43
|
-
return (n = o(t.open)) != null ? n : !0;
|
|
44
|
-
}), D = a(() => o(t.middleware)), d = a(() => {
|
|
45
|
-
var n;
|
|
46
|
-
return (n = o(t.placement)) != null ? n : "bottom";
|
|
47
|
-
}), v = a(() => {
|
|
48
|
-
var n;
|
|
49
|
-
return (n = o(t.strategy)) != null ? n : "absolute";
|
|
50
|
-
}), S = a(() => {
|
|
51
|
-
var n;
|
|
52
|
-
return (n = o(t.transform)) != null ? n : !0;
|
|
53
|
-
}), i = a(() => g(e.value)), u = a(() => g(l.value)), p = f(0), w = f(0), c = f(v.value), O = f(d.value), P = I({}), y = f(!1), _ = a(() => {
|
|
54
|
-
const n = {
|
|
55
|
-
position: c.value,
|
|
56
|
-
left: "0",
|
|
57
|
-
top: "0"
|
|
58
|
-
};
|
|
59
|
-
if (!u.value)
|
|
60
|
-
return n;
|
|
61
|
-
const R = C(u.value, p.value), b = C(u.value, w.value);
|
|
62
|
-
return S.value ? {
|
|
63
|
-
...n,
|
|
64
|
-
transform: "translate(" + R + "px, " + b + "px)",
|
|
65
|
-
...M(u.value) >= 1.5 && {
|
|
66
|
-
willChange: "transform"
|
|
67
|
-
}
|
|
68
|
-
} : {
|
|
69
|
-
position: c.value,
|
|
70
|
-
left: R + "px",
|
|
71
|
-
top: b + "px"
|
|
72
|
-
};
|
|
73
|
-
});
|
|
74
|
-
let s;
|
|
75
|
-
function m() {
|
|
76
|
-
i.value == null || u.value == null || A(i.value, u.value, {
|
|
77
|
-
middleware: D.value,
|
|
78
|
-
placement: d.value,
|
|
79
|
-
strategy: v.value
|
|
80
|
-
}).then((n) => {
|
|
81
|
-
p.value = n.x, w.value = n.y, c.value = n.strategy, O.value = n.placement, P.value = n.middlewareData, y.value = !0;
|
|
82
|
-
});
|
|
83
|
-
}
|
|
84
|
-
function E() {
|
|
85
|
-
typeof s == "function" && (s(), s = void 0);
|
|
86
|
-
}
|
|
87
|
-
function N() {
|
|
88
|
-
if (E(), x === void 0) {
|
|
89
|
-
m();
|
|
90
|
-
return;
|
|
91
|
-
}
|
|
92
|
-
if (i.value != null && u.value != null) {
|
|
93
|
-
s = x(i.value, u.value, m);
|
|
94
|
-
return;
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
function $() {
|
|
98
|
-
V.value || (y.value = !1);
|
|
99
|
-
}
|
|
100
|
-
return h([D, d, v], m, {
|
|
101
|
-
flush: "sync"
|
|
102
|
-
}), h([i, u], N, {
|
|
103
|
-
flush: "sync"
|
|
104
|
-
}), h(V, $, {
|
|
105
|
-
flush: "sync"
|
|
106
|
-
}), U() && k(E), {
|
|
107
|
-
x: r(p),
|
|
108
|
-
y: r(w),
|
|
109
|
-
strategy: r(c),
|
|
110
|
-
placement: r(O),
|
|
111
|
-
middlewareData: r(P),
|
|
112
|
-
isPositioned: r(y),
|
|
113
|
-
floatingStyles: _,
|
|
114
|
-
update: m
|
|
115
|
-
};
|
|
116
|
-
}
|
|
1
|
+
import o from "./index265.js";
|
|
2
|
+
/* empty css */
|
|
3
|
+
import t from "./index264.js";
|
|
4
|
+
const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-8a647bc7"]]);
|
|
117
5
|
export {
|
|
118
|
-
|
|
119
|
-
W as autoUpdate,
|
|
120
|
-
A as computePosition,
|
|
121
|
-
X as flip,
|
|
122
|
-
le as getOverflowAncestors,
|
|
123
|
-
Y as hide,
|
|
124
|
-
Z as offset,
|
|
125
|
-
ee as platform,
|
|
126
|
-
ne as shift,
|
|
127
|
-
L as useFloating
|
|
6
|
+
m as default
|
|
128
7
|
};
|
|
129
8
|
//# sourceMappingURL=index219.js.map
|
package/dist/index219.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index219.js","sources":["../node_modules/@floating-ui/vue/dist/floating-ui.vue.mjs"],"sourcesContent":["import { arrow as arrow$1, computePosition } from '@floating-ui/dom';\nexport { autoPlacement, autoUpdate, computePosition, detectOverflow, flip, getOverflowAncestors, hide, inline, limitShift, offset, platform, shift, size } from '@floating-ui/dom';\nimport { isNode, getNodeName } from '@floating-ui/utils/dom';\nimport { unref, computed, ref, shallowRef, watch, getCurrentScope, onScopeDispose, shallowReadonly } from 'vue-demi';\n\nfunction isComponentPublicInstance(target) {\n return target != null && typeof target === 'object' && '$el' in target;\n}\nfunction unwrapElement(target) {\n if (isComponentPublicInstance(target)) {\n const element = target.$el;\n return isNode(element) && getNodeName(element) === '#comment' ? null : element;\n }\n return target;\n}\n\nfunction toValue(source) {\n return typeof source === 'function' ? source() : unref(source);\n}\n\n/**\n * Positions an inner element of the floating element such that it is centered to the reference element.\n * @param options The arrow options.\n * @see https://floating-ui.com/docs/arrow\n */\nfunction arrow(options) {\n return {\n name: 'arrow',\n options,\n fn(args) {\n const element = unwrapElement(toValue(options.element));\n if (element == null) {\n return {};\n }\n return arrow$1({\n element,\n padding: options.padding\n }).fn(args);\n }\n };\n}\n\nfunction getDPR(element) {\n if (typeof window === 'undefined') {\n return 1;\n }\n const win = element.ownerDocument.defaultView || window;\n return win.devicePixelRatio || 1;\n}\n\nfunction roundByDPR(element, value) {\n const dpr = getDPR(element);\n return Math.round(value * dpr) / dpr;\n}\n\n/**\n * Computes the `x` and `y` coordinates that will place the floating element next to a reference element when it is given a certain CSS positioning strategy.\n * @param reference The reference template ref.\n * @param floating The floating template ref.\n * @param options The floating options.\n * @see https://floating-ui.com/docs/vue\n */\nfunction useFloating(reference, floating, options) {\n if (options === void 0) {\n options = {};\n }\n const whileElementsMountedOption = options.whileElementsMounted;\n const openOption = computed(() => {\n var _toValue;\n return (_toValue = toValue(options.open)) != null ? _toValue : true;\n });\n const middlewareOption = computed(() => toValue(options.middleware));\n const placementOption = computed(() => {\n var _toValue2;\n return (_toValue2 = toValue(options.placement)) != null ? _toValue2 : 'bottom';\n });\n const strategyOption = computed(() => {\n var _toValue3;\n return (_toValue3 = toValue(options.strategy)) != null ? _toValue3 : 'absolute';\n });\n const transformOption = computed(() => {\n var _toValue4;\n return (_toValue4 = toValue(options.transform)) != null ? _toValue4 : true;\n });\n const referenceElement = computed(() => unwrapElement(reference.value));\n const floatingElement = computed(() => unwrapElement(floating.value));\n const x = ref(0);\n const y = ref(0);\n const strategy = ref(strategyOption.value);\n const placement = ref(placementOption.value);\n const middlewareData = shallowRef({});\n const isPositioned = ref(false);\n const floatingStyles = computed(() => {\n const initialStyles = {\n position: strategy.value,\n left: '0',\n top: '0'\n };\n if (!floatingElement.value) {\n return initialStyles;\n }\n const xVal = roundByDPR(floatingElement.value, x.value);\n const yVal = roundByDPR(floatingElement.value, y.value);\n if (transformOption.value) {\n return {\n ...initialStyles,\n transform: \"translate(\" + xVal + \"px, \" + yVal + \"px)\",\n ...(getDPR(floatingElement.value) >= 1.5 && {\n willChange: 'transform'\n })\n };\n }\n return {\n position: strategy.value,\n left: xVal + \"px\",\n top: yVal + \"px\"\n };\n });\n let whileElementsMountedCleanup;\n function update() {\n if (referenceElement.value == null || floatingElement.value == null) {\n return;\n }\n computePosition(referenceElement.value, floatingElement.value, {\n middleware: middlewareOption.value,\n placement: placementOption.value,\n strategy: strategyOption.value\n }).then(position => {\n x.value = position.x;\n y.value = position.y;\n strategy.value = position.strategy;\n placement.value = position.placement;\n middlewareData.value = position.middlewareData;\n isPositioned.value = true;\n });\n }\n function cleanup() {\n if (typeof whileElementsMountedCleanup === 'function') {\n whileElementsMountedCleanup();\n whileElementsMountedCleanup = undefined;\n }\n }\n function attach() {\n cleanup();\n if (whileElementsMountedOption === undefined) {\n update();\n return;\n }\n if (referenceElement.value != null && floatingElement.value != null) {\n whileElementsMountedCleanup = whileElementsMountedOption(referenceElement.value, floatingElement.value, update);\n return;\n }\n }\n function reset() {\n if (!openOption.value) {\n isPositioned.value = false;\n }\n }\n watch([middlewareOption, placementOption, strategyOption], update, {\n flush: 'sync'\n });\n watch([referenceElement, floatingElement], attach, {\n flush: 'sync'\n });\n watch(openOption, reset, {\n flush: 'sync'\n });\n if (getCurrentScope()) {\n onScopeDispose(cleanup);\n }\n return {\n x: shallowReadonly(x),\n y: shallowReadonly(y),\n strategy: shallowReadonly(strategy),\n placement: shallowReadonly(placement),\n middlewareData: shallowReadonly(middlewareData),\n isPositioned: shallowReadonly(isPositioned),\n floatingStyles,\n update\n };\n}\n\nexport { arrow, useFloating };\n"],"names":["isComponentPublicInstance","target","unwrapElement","element","isNode","getNodeName","toValue","source","unref","arrow","options","args","arrow$1","getDPR","roundByDPR","value","dpr","useFloating","reference","floating","whileElementsMountedOption","openOption","computed","_toValue","middlewareOption","placementOption","_toValue2","strategyOption","_toValue3","transformOption","_toValue4","referenceElement","floatingElement","x","ref","y","strategy","placement","middlewareData","shallowRef","isPositioned","floatingStyles","initialStyles","xVal","yVal","whileElementsMountedCleanup","update","computePosition","position","cleanup","attach","reset","watch","getCurrentScope","onScopeDispose","shallowReadonly"],"mappings":"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","x_google_ignoreList":[0]}
|
|
1
|
+
{"version":3,"file":"index219.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
package/dist/index22.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { defineComponent as ae, ref as o, getCurrentInstance as se, computed as g, nextTick as G, useAttrs as ne, onMounted as ie, onBeforeUnmount as P, watch as re, openBlock as w, createBlock as ue, Teleport as de, createElementVNode as a, mergeProps as K, createElementBlock as T, renderSlot as u, createTextVNode as ce, toDisplayString as z, createCommentVNode as H } from "vue";
|
|
2
|
-
import { throttle as ve } from "./
|
|
3
|
-
import { useFocusTrap as be } from "./
|
|
2
|
+
import { throttle as ve } from "./index222.js";
|
|
3
|
+
import { useFocusTrap as be } from "./index213.js";
|
|
4
4
|
import { useId as U } from "./index7.js";
|
|
5
5
|
import { wait as $ } from "./index126.js";
|
|
6
|
-
import { waitFor as fe } from "./
|
|
7
|
-
import { useModalsState as k } from "./
|
|
8
|
-
import { useLogger as pe } from "./
|
|
6
|
+
import { waitFor as fe } from "./index215.js";
|
|
7
|
+
import { useModalsState as k } from "./index223.js";
|
|
8
|
+
import { useLogger as pe } from "./index221.js";
|
|
9
9
|
const ge = { class: "bb-base-dialog-close" }, me = { class: "bb-base-dialog-close__content" }, he = { class: "bb-base-dialog-close__label" }, ye = /* @__PURE__ */ a("span", { class: "bb-base-dialog-close__icon" }, [
|
|
10
10
|
/* @__PURE__ */ a("svg", {
|
|
11
11
|
"aria-hidden": "true",
|