bitboss-ui 2.0.41 → 2.0.43
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/BaseButton/BaseButton.vue.d.ts +7 -14
- package/dist/components/BaseCheckbox/BaseCheckbox.vue.d.ts +6 -15
- package/dist/components/BaseCheckboxGroup/BaseCheckboxGroup.vue.d.ts +221 -27
- package/dist/components/BaseColorInput/BaseColorInput.vue.d.ts +2 -12
- package/dist/components/BaseDatePicker/BaseDatePickerInputDaySelector.vue.d.ts +18 -27
- package/dist/components/BaseDatePickerInput/BaseDatePickerInput.vue.d.ts +19 -161
- package/dist/components/BaseDialog/BaseDialog.vue.d.ts +2 -16
- package/dist/components/BaseInputContainer/BaseInputContainer.vue.d.ts +3 -10
- package/dist/components/BaseNumberInput/BaseNumberInput.vue.d.ts +2 -11
- package/dist/components/BaseRadio/BaseRadio.vue.d.ts +6 -13
- package/dist/components/BaseRadioGroup/BaseRadioGroup.vue.d.ts +224 -27
- package/dist/components/BaseRating/BaseRating.vue.d.ts +2 -11
- package/dist/components/BaseSelect/BaseSelect.vue.d.ts +6 -337
- package/dist/components/BaseSlider/BaseSlider.vue.d.ts +3 -15
- package/dist/components/BaseSwitch/BaseSwitch.vue.d.ts +2 -11
- package/dist/components/BaseSwitchGroup/BaseSwitchGroup.vue.d.ts +214 -30
- package/dist/components/BaseTag/BaseTag.vue.d.ts +4 -210
- package/dist/components/BaseTextInput/BaseTextInput.vue.d.ts +3 -12
- package/dist/components/BaseTextarea/BaseTextarea.vue.d.ts +2 -11
- package/dist/components/BbAccordion/BbAccordion.vue.d.ts +20 -28
- package/dist/components/BbAlert/BbAlert.vue.d.ts +16 -23
- package/dist/components/BbAvatar/BbAvatar.vue.d.ts +6 -15
- package/dist/components/BbBadge/BbBadge.vue.d.ts +7 -14
- package/dist/components/BbBreadcrumbs/BbBreadcrumbs.vue.d.ts +44 -51
- package/dist/components/BbButton/BbButton.vue.d.ts +6 -13
- package/dist/components/BbCheckbox/BbCheckbox.vue.d.ts +19 -26
- package/dist/components/BbCheckboxGroup/BbCheckboxGroup.vue.d.ts +249 -34
- package/dist/components/BbChip/BbChip.vue.d.ts +6 -13
- package/dist/components/BbCollapsible/BbCollapsible.vue.d.ts +6 -13
- package/dist/components/BbColorInput/BbColorInput.vue.d.ts +12 -19
- package/dist/components/BbConfirm/BbConfirm.vue.d.ts +17 -24
- package/dist/components/BbDatePickerInput/BbDatePickerInput.vue.d.ts +22 -29
- package/dist/components/BbDialog/BbDialog.vue.d.ts +2 -9
- package/dist/components/BbDropdown/BbDropdown.vue.d.ts +159 -169
- package/dist/components/BbDropdownButton/BbDropdownButton.vue.d.ts +183 -190
- package/dist/components/BbDropzone/BbDropzone.vue.d.ts +17 -26
- package/dist/components/BbIntersection/BbIntersection.vue.d.ts +15 -24
- package/dist/components/BbNumberInput/BbNumberInput.vue.d.ts +12 -98
- package/dist/components/BbOffCanvas/BbOffCanvas.vue.d.ts +3 -17
- package/dist/components/BbPagination/BbPagination.vue.d.ts +23 -33
- package/dist/components/BbPopover/BbPopover.vue.d.ts +53 -65
- package/dist/components/BbRadio/BbRadio.vue.d.ts +19 -26
- package/dist/components/BbRadioGroup/BbRadioGroup.vue.d.ts +252 -34
- package/dist/components/BbRating/BbRating.vue.d.ts +12 -19
- package/dist/components/BbRatio/BbRatio.vue.d.ts +7 -14
- package/dist/components/BbSelect/BbSelect.vue.d.ts +156 -15
- package/dist/components/BbSlider/BbSlider.vue.d.ts +12 -19
- package/dist/components/BbSmoothHeight/BbSmoothHeight.vue.d.ts +3 -13
- package/dist/components/BbSwitch/BbSwitch.vue.d.ts +19 -26
- package/dist/components/BbSwitchGroup/BbSwitchGroup.vue.d.ts +249 -34
- package/dist/components/BbTab/BbTab.vue.d.ts +77 -88
- package/dist/components/BbTable/BbTable.vue.d.ts +77 -86
- package/dist/components/BbTag/BbTag.vue.d.ts +2 -9
- package/dist/components/BbTextInput/BbTextInput.vue.d.ts +12 -19
- package/dist/components/BbTextarea/BbTextarea.vue.d.ts +12 -19
- package/dist/components/BbToast/BbToast.vue.d.ts +1 -1
- package/dist/components/BbTooltip/BbTooltip.vue.d.ts +3 -13
- package/dist/components/BbTree/BbTree.vue.d.ts +2 -9
- package/dist/components/ChipsBox.vue.d.ts +1 -1
- package/dist/components/CommaBox.vue.d.ts +1 -1
- package/dist/components/CommonFloating.vue.d.ts +4 -14
- package/dist/components/CommonInputInnerContainer.vue.d.ts +7 -16
- package/dist/components/CommonInputOuterContainer.vue.d.ts +5 -12
- package/dist/components/ListBox.vue.d.ts +15 -24
- package/dist/components/OptionsContainer.vue.d.ts +88 -26
- package/dist/components/Transitions/Slide.vue.d.ts +5 -12
- package/dist/components/Transitions/SlideBack.vue.d.ts +5 -12
- package/dist/composables/useBroadcastChannelInstance.d.ts +2 -2
- package/dist/composables/useToast.d.ts +1 -1
- package/dist/composables/useWizard.d.ts +1 -1
- package/dist/index108.js +1 -1
- package/dist/index110.js +3 -3
- package/dist/index118.js +1 -1
- package/dist/index120.js +5 -5
- package/dist/index122.js +1 -1
- package/dist/index126.js +1 -1
- package/dist/index127.js +1 -1
- package/dist/index128.js +1 -1
- package/dist/index13.js +1 -1
- package/dist/index130.js +1 -1
- package/dist/index132.js +2 -2
- package/dist/index15.js +43 -42
- package/dist/index17.js +3 -3
- package/dist/index204.js +2 -116
- package/dist/index205.js +8 -2
- package/dist/index206.js +53 -3
- package/dist/index208.js +13 -6
- package/dist/index209.js +20 -7
- package/dist/index21.js +14 -14
- package/dist/index210.js +4 -8
- package/dist/index211.js +105 -115
- package/dist/index212.js +2 -281
- package/dist/index213.js +4 -125
- package/dist/index214.js +2 -19
- package/dist/index215.js +5 -16
- package/dist/index216.js +10 -10
- package/dist/index217.js +16 -2
- package/dist/index218.js +19 -2
- package/dist/index219.js +18 -19
- package/dist/index220.js +26 -52
- package/dist/index221.js +5 -0
- package/dist/index222.js +2 -13
- package/dist/index223.js +249 -5
- package/dist/index224.js +50 -367
- package/dist/index225.js +44 -19
- package/dist/index226.js +5 -27
- package/dist/index227.js +49 -3
- package/dist/index228.js +122 -245
- package/dist/index229.js +124 -51
- package/dist/index23.js +15 -15
- package/dist/index230.js +2 -44
- package/dist/index231.js +41 -5
- package/dist/index232.js +5 -48
- package/dist/index233.js +5 -4
- package/dist/index234.js +369 -3
- package/dist/index235.js +3 -3
- package/dist/index238.js +3 -2
- package/dist/index239.js +3 -4
- package/dist/index240.js +7 -2
- package/dist/index241.js +106 -2
- package/dist/index243.js +47 -53
- package/dist/index245.js +2 -100
- package/dist/index25.js +5 -5
- package/dist/index250.js +6 -431
- package/dist/index251.js +16 -89
- package/dist/index252.js +3 -6
- package/dist/index253.js +9 -2
- package/dist/index254.js +23 -2
- package/dist/index255.js +9 -2
- package/dist/index256.js +3 -2
- package/dist/index258.js +7 -126
- package/dist/index260.js +4 -3
- package/dist/index261.js +283 -0
- package/dist/index262.js +6 -7
- package/dist/index263.js +2 -22
- package/dist/index265.js +2 -200
- package/dist/index268.js +2 -2
- package/dist/index269.js +1 -1
- package/dist/index27.js +1 -1
- package/dist/index270.js +1 -1
- package/dist/index271.js +1 -1
- package/dist/index272.js +2 -28
- package/dist/index273.js +27 -21
- package/dist/index274.js +24 -0
- package/dist/index276.js +2 -127
- package/dist/index277.js +120 -218
- package/dist/index278.js +431 -6
- package/dist/index279.js +21 -15
- package/dist/index286.js +224 -3
- package/dist/index287.js +198 -7
- package/dist/index288.js +436 -23
- package/dist/index289.js +126 -3
- package/dist/index29.js +3 -3
- package/dist/index290.js +89 -3
- package/dist/index291.js +1 -1
- package/dist/index292.js +3 -211
- package/dist/index293.js +211 -2
- package/dist/index294.js +2 -66
- package/dist/index295.js +66 -5
- package/dist/index296.js +5 -7
- package/dist/index297.js +4 -19
- package/dist/index298.js +4 -35
- package/dist/index299.js +58 -6
- package/dist/index300.js +1 -1
- package/dist/index301.js +1 -1
- package/dist/index302.js +79 -4
- package/dist/index304.js +3 -58
- package/dist/index305.js +34 -3
- package/dist/index306.js +7 -79
- package/dist/index307.js +21 -0
- package/dist/index308.js +6 -46
- package/dist/index31.js +2 -2
- package/dist/index310.js +47 -2
- package/dist/index311.js +4 -0
- package/dist/index312.js +2 -2
- package/dist/index314.js +420 -43
- package/dist/index315.js +47 -2
- package/dist/index316.js +4 -0
- package/dist/index35.js +3 -3
- package/dist/index37.js +12 -12
- package/dist/index39.js +3 -3
- package/dist/index41.js +2 -2
- package/dist/index45.js +5 -5
- package/dist/index47.js +2 -2
- package/dist/index49.js +2 -2
- package/dist/index55.js +1 -1
- package/dist/index57.js +1 -1
- package/dist/index75.js +3 -3
- package/dist/index79.js +2 -2
- package/dist/index81.js +1 -1
- package/dist/index84.js +2 -2
- package/dist/index86.js +1 -1
- package/dist/index88.js +3 -3
- package/dist/index90.js +1 -1
- package/dist/style.css +1 -1
- package/dist/utilities/functions/booleanishToBoolean.d.ts +1 -1
- package/dist/utilities/functions/deburr.d.ts +1 -1
- package/dist/utilities/functions/flattenTree.d.ts +1 -1
- package/dist/utilities/functions/groupBy.d.ts +1 -1
- package/dist/utilities/functions/indexBy.d.ts +1 -1
- package/dist/utilities/functions/mapValues.d.ts +1 -1
- package/dist/utilities/functions/millisecondsTo.d.ts +1 -1
- package/dist/utilities/functions/replace.d.ts +1 -1
- package/dist/utilities/functions/retry.d.ts +1 -1
- package/dist/utilities/functions/throttle.d.ts +2 -2
- package/package.json +2 -2
- package/dist/index207.js +0 -43
- package/dist/index275.js +0 -438
- package/dist/index280.js +0 -11
- package/dist/index303.js +0 -6
- package/dist/index313.js +0 -426
- /package/dist/{index242.js → index246.js} +0 -0
- /package/dist/{index257.js → index264.js} +0 -0
package/dist/index306.js
CHANGED
@@ -1,81 +1,9 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
props: {
|
8
|
-
arrowPadding: {},
|
9
|
-
eager: { type: Boolean },
|
10
|
-
offset: {},
|
11
|
-
padding: {},
|
12
|
-
placement: {},
|
13
|
-
theme: {},
|
14
|
-
transitionDuration: {},
|
15
|
-
containerAttributes: { default: () => ({}) },
|
16
|
-
bubbleAttributes: {},
|
17
|
-
wrapper: {},
|
18
|
-
baseClass: {},
|
19
|
-
open: { type: Boolean }
|
20
|
-
},
|
21
|
-
setup(u) {
|
22
|
-
const e = u, f = y(e, "wrapper"), a = p(), l = p(), { floatingStyles: c, placement: d, middlewareData: s } = k(
|
23
|
-
f,
|
24
|
-
a,
|
25
|
-
{
|
26
|
-
placement: e.placement,
|
27
|
-
whileElementsMounted: B,
|
28
|
-
middleware: [
|
29
|
-
C(),
|
30
|
-
D(e.offset),
|
31
|
-
P({ padding: e.padding }),
|
32
|
-
x({
|
33
|
-
element: l,
|
34
|
-
padding: e.arrowPadding
|
35
|
-
})
|
36
|
-
]
|
37
|
-
}
|
38
|
-
), m = o(() => {
|
39
|
-
if (s.value.arrow) {
|
40
|
-
const { x: t, y: i } = s.value.arrow;
|
41
|
-
return {
|
42
|
-
style: {
|
43
|
-
left: `${t}px`,
|
44
|
-
top: `${i}px`
|
45
|
-
}
|
46
|
-
};
|
47
|
-
}
|
48
|
-
}), g = o(() => b({}, e.containerAttributes, {
|
49
|
-
class: {
|
50
|
-
"bb-floating": !0,
|
51
|
-
[`bb-floating--${d.value}`]: !0,
|
52
|
-
[`${e.baseClass}__bubble-container--${e.theme}`]: e.theme,
|
53
|
-
"bb-floating--hidden": !e.open,
|
54
|
-
"bb-floating--open": e.open
|
55
|
-
},
|
56
|
-
style: {
|
57
|
-
...c.value,
|
58
|
-
"--transition-duration": `${e.transitionDuration}ms`
|
59
|
-
},
|
60
|
-
inert: !e.open
|
61
|
-
})), w = o(() => b({}, e.bubbleAttributes, {}));
|
62
|
-
return (t, i) => (v(), h(A, { to: "body" }, [
|
63
|
-
r("span", n({
|
64
|
-
ref_key: "content",
|
65
|
-
ref: a
|
66
|
-
}, g.value), [
|
67
|
-
r("span", n({
|
68
|
-
ref_key: "bubblearrow",
|
69
|
-
ref: l,
|
70
|
-
class: "bb-floating__arrow"
|
71
|
-
}, m.value), null, 16),
|
72
|
-
r("span", n({ class: "bb-floating__bubble" }, w.value), [
|
73
|
-
$(t.$slots, "default")
|
74
|
-
], 16)
|
75
|
-
], 16)
|
76
|
-
]));
|
77
|
-
}
|
78
|
-
});
|
1
|
+
function c(n, e) {
|
2
|
+
const u = [];
|
3
|
+
for (let t = 0; t < n.length; t += e)
|
4
|
+
u.push(n.slice(t, t + e));
|
5
|
+
return u;
|
6
|
+
}
|
79
7
|
export {
|
80
|
-
|
8
|
+
c as chunk
|
81
9
|
};
|
package/dist/index307.js
ADDED
@@ -0,0 +1,21 @@
|
|
1
|
+
function l(t, ...e) {
|
2
|
+
if (t.length) {
|
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;
|
17
|
+
}
|
18
|
+
const r = (t, e) => t < e ? -1 : t > e ? 1 : 0;
|
19
|
+
export {
|
20
|
+
l as sort
|
21
|
+
};
|
package/dist/index308.js
CHANGED
@@ -1,49 +1,9 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
return o(
|
7
|
-
() => l(e).getScrollElement(),
|
8
|
-
(r) => {
|
9
|
-
r && t._willUpdate();
|
10
|
-
},
|
11
|
-
{
|
12
|
-
immediate: !0
|
13
|
-
}
|
14
|
-
), o(
|
15
|
-
() => l(e),
|
16
|
-
(r) => {
|
17
|
-
t.setOptions({
|
18
|
-
...r,
|
19
|
-
onChange: (c, m) => {
|
20
|
-
var n;
|
21
|
-
i(a), (n = r.onChange) == null || n.call(r, c, m);
|
22
|
-
}
|
23
|
-
}), t._willUpdate(), i(a);
|
24
|
-
},
|
25
|
-
{
|
26
|
-
immediate: !0
|
27
|
-
}
|
28
|
-
), v(u), a;
|
29
|
-
}
|
30
|
-
function z(e) {
|
31
|
-
return w(
|
32
|
-
g(() => ({
|
33
|
-
observeElementRect: f,
|
34
|
-
observeElementOffset: s,
|
35
|
-
scrollToFn: d,
|
36
|
-
...l(e)
|
37
|
-
}))
|
38
|
-
);
|
1
|
+
function l(n, c, r = 1) {
|
2
|
+
const o = Math.max(Math.ceil((c - n) / r), 0), t = new Array(o);
|
3
|
+
for (let e = 0; e < o; e++, n += r)
|
4
|
+
t[e] = n;
|
5
|
+
return t;
|
39
6
|
}
|
40
7
|
export {
|
41
|
-
|
42
|
-
S as defaultKeyExtractor,
|
43
|
-
V as defaultRangeExtractor,
|
44
|
-
d as elementScroll,
|
45
|
-
b as measureElement,
|
46
|
-
s as observeElementOffset,
|
47
|
-
f as observeElementRect,
|
48
|
-
z as useVirtualizer
|
8
|
+
l as range
|
49
9
|
};
|
package/dist/index31.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
import { defineComponent as g, computed as s, ref as _, openBlock as B, createElementBlock as w, normalizeProps as t, guardReactiveProps as l, createElementVNode as u, mergeProps as V, renderSlot as C } from "vue";
|
2
|
-
import { isCssColor as i } from "./
|
3
|
-
import { when as E } from "./
|
2
|
+
import { isCssColor as i } from "./index212.js";
|
3
|
+
import { when as E } from "./index213.js";
|
4
4
|
const q = {
|
5
5
|
"aria-hidden": "true",
|
6
6
|
class: "bb-base-radio-container"
|
package/dist/index310.js
CHANGED
@@ -1,4 +1,49 @@
|
|
1
|
-
import f from "./
|
1
|
+
import { observeElementRect as f, observeElementOffset as s, elementScroll as d, Virtualizer as p } from "./index314.js";
|
2
|
+
import { defaultKeyExtractor as S, defaultRangeExtractor as V, measureElement as b } from "./index314.js";
|
3
|
+
import { computed as g, unref as l, shallowRef as E, watch as o, triggerRef as i, onScopeDispose as v } from "vue";
|
4
|
+
function w(e) {
|
5
|
+
const t = new p(l(e)), a = E(t), u = t._didMount();
|
6
|
+
return o(
|
7
|
+
() => l(e).getScrollElement(),
|
8
|
+
(r) => {
|
9
|
+
r && t._willUpdate();
|
10
|
+
},
|
11
|
+
{
|
12
|
+
immediate: !0
|
13
|
+
}
|
14
|
+
), o(
|
15
|
+
() => l(e),
|
16
|
+
(r) => {
|
17
|
+
t.setOptions({
|
18
|
+
...r,
|
19
|
+
onChange: (c, m) => {
|
20
|
+
var n;
|
21
|
+
i(a), (n = r.onChange) == null || n.call(r, c, m);
|
22
|
+
}
|
23
|
+
}), t._willUpdate(), i(a);
|
24
|
+
},
|
25
|
+
{
|
26
|
+
immediate: !0
|
27
|
+
}
|
28
|
+
), v(u), a;
|
29
|
+
}
|
30
|
+
function z(e) {
|
31
|
+
return w(
|
32
|
+
g(() => ({
|
33
|
+
observeElementRect: f,
|
34
|
+
observeElementOffset: s,
|
35
|
+
scrollToFn: d,
|
36
|
+
...l(e)
|
37
|
+
}))
|
38
|
+
);
|
39
|
+
}
|
2
40
|
export {
|
3
|
-
|
41
|
+
p as Virtualizer,
|
42
|
+
S as defaultKeyExtractor,
|
43
|
+
V as defaultRangeExtractor,
|
44
|
+
d as elementScroll,
|
45
|
+
b as measureElement,
|
46
|
+
s as observeElementOffset,
|
47
|
+
f as observeElementRect,
|
48
|
+
z as useVirtualizer
|
4
49
|
};
|
package/dist/index311.js
ADDED
package/dist/index312.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
|
-
import { getDefaultExportFromCjs as dr, commonjsGlobal as D } from "./
|
2
|
-
import { __module as M } from "./
|
1
|
+
import { getDefaultExportFromCjs as dr, commonjsGlobal as D } from "./index262.js";
|
2
|
+
import { __module as M } from "./index316.js";
|
3
3
|
M.exports;
|
4
4
|
(function(j, F) {
|
5
5
|
var At = 200, W = "__lodash_hash_undefined__", Ot = 800, jt = 16, X = 9007199254740991, Y = "[object Arguments]", wt = "[object Array]", Ct = "[object AsyncFunction]", xt = "[object Boolean]", St = "[object Date]", It = "[object Error]", Z = "[object Function]", zt = "[object GeneratorFunction]", Et = "[object Map]", Pt = "[object Number]", Dt = "[object Null]", Q = "[object Object]", Mt = "[object Proxy]", Ft = "[object RegExp]", Ut = "[object Set]", Nt = "[object String]", Rt = "[object Undefined]", Gt = "[object WeakMap]", Ht = "[object ArrayBuffer]", Lt = "[object DataView]", Bt = "[object Float32Array]", $t = "[object Float64Array]", Kt = "[object Int8Array]", qt = "[object Int16Array]", Vt = "[object Int32Array]", Jt = "[object Uint8Array]", Wt = "[object Uint8ClampedArray]", Xt = "[object Uint16Array]", Yt = "[object Uint32Array]", Zt = /[\\^$.*+?()[\]{}|]/g, Qt = /^\[object .+?Constructor\]$/, kt = /^(?:0|[1-9]\d*)$/, u = {};
|