bitboss-ui 2.0.51 → 2.0.52
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/BaseCheckboxGroup/BaseCheckboxGroup.vue.d.ts +7 -0
- package/dist/components/BaseSelect/BaseSelect.vue.d.ts +6 -1
- package/dist/components/BaseSwitchGroup/BaseSwitchGroup.vue.d.ts +3 -0
- package/dist/components/BaseTag/BaseTag.vue.d.ts +4 -0
- package/dist/components/BbCheckboxGroup/BbCheckboxGroup.vue.d.ts +7 -0
- package/dist/components/BbSelect/BbSelect.vue.d.ts +7 -0
- package/dist/components/BbSwitchGroup/BbSwitchGroup.vue.d.ts +3 -0
- package/dist/components/BbTable/BbTable.vue.d.ts +1 -0
- package/dist/components/BbTable/types.d.ts +4 -0
- package/dist/components/BbTag/BbTag.vue.d.ts +4 -0
- package/dist/composables/useOptions.d.ts +1 -0
- package/dist/index100.js +12 -10
- package/dist/index106.js +3 -1
- package/dist/index108.js +1 -1
- package/dist/index110.js +66 -64
- package/dist/index112.js +3 -1
- package/dist/index118.js +1 -1
- package/dist/index120.js +4 -4
- 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/index133.js +2 -2
- package/dist/index15.js +4 -4
- package/dist/index17.js +3 -3
- package/dist/index19.js +6 -4
- package/dist/index204.js +116 -2
- package/dist/index205.js +281 -116
- package/dist/index206.js +14 -124
- package/dist/index207.js +16 -5
- package/dist/index208.js +17 -123
- package/dist/index209.js +18 -18
- package/dist/index21.js +14 -14
- package/dist/index210.js +24 -13
- package/dist/index211.js +3 -16
- package/dist/index212.js +2 -2
- package/dist/index213.js +8 -2
- package/dist/index214.js +248 -40
- package/dist/index215.js +50 -18
- package/dist/index216.js +43 -5
- package/dist/index217.js +4 -52
- package/dist/index218.js +51 -0
- package/dist/index219.js +2 -13
- package/dist/index220.js +4 -5
- package/dist/index221.js +2 -369
- package/dist/index222.js +162 -3
- package/dist/index223.js +84 -4
- package/dist/index225.js +3 -7
- package/dist/index226.js +41 -8
- package/dist/index227.js +6 -2
- package/dist/index228.js +7 -4
- package/dist/index229.js +2 -2
- package/dist/index23.js +15 -15
- package/dist/index230.js +3 -19
- package/dist/index231.js +124 -25
- package/dist/index232.js +125 -3
- package/dist/index233.js +2 -249
- package/dist/index234.js +18 -50
- package/dist/index235.js +48 -39
- package/dist/index237.js +13 -49
- package/dist/index238.js +5 -158
- package/dist/index239.js +368 -83
- package/dist/index240.js +6 -0
- package/dist/index241.js +2 -2
- package/dist/index242.js +2 -18
- package/dist/index243.js +17 -105
- package/dist/index244.js +108 -0
- package/dist/{index245.js → index246.js} +1 -1
- package/dist/index25.js +5 -5
- package/dist/index250.js +1 -1
- package/dist/index253.js +3 -3
- package/dist/index255.js +8 -280
- package/dist/index258.js +2 -2
- package/dist/index262.js +2 -126
- package/dist/index263.js +2 -431
- package/dist/index264.js +2 -176
- package/dist/index265.js +2 -3
- package/dist/index266.js +4 -0
- package/dist/index267.js +28 -7
- package/dist/index268.js +6 -6
- package/dist/index27.js +1 -1
- package/dist/index270.js +7 -224
- package/dist/index271.js +3 -199
- package/dist/index272.js +3 -436
- package/dist/index273.js +11 -126
- package/dist/index274.js +7 -87
- package/dist/index275.js +9 -4
- package/dist/index276.js +17 -9
- package/dist/index277.js +4 -2
- package/dist/index278.js +431 -2
- package/dist/index279.js +89 -2
- package/dist/index280.js +224 -2
- package/dist/index281.js +200 -2
- package/dist/index282.js +3 -2
- package/dist/index284.js +2 -22
- package/dist/index285.js +128 -0
- package/dist/index286.js +176 -3
- package/dist/index287.js +22 -12
- package/dist/index289.js +5 -9
- package/dist/index29.js +3 -3
- package/dist/index290.js +64 -15
- package/dist/index291.js +2 -3
- package/dist/index292.js +436 -3
- package/dist/index293.js +126 -210
- package/dist/index294.js +2 -65
- package/dist/index295.js +3 -2
- package/dist/index296.js +211 -33
- package/dist/index297.js +79 -5
- package/dist/index299.js +4 -79
- package/dist/index300.js +6 -0
- package/dist/index301.js +59 -4
- package/dist/index302.js +7 -4
- package/dist/index303.js +6 -58
- package/dist/index304.js +18 -3
- package/dist/index305.js +5 -5
- package/dist/index306.js +7 -6
- package/dist/index307.js +3 -6
- package/dist/index308.js +32 -18
- package/dist/index309.js +10 -46
- package/dist/index31.js +2 -2
- package/dist/index310.js +2 -11
- package/dist/index311.js +47 -2
- package/dist/{index313.js → index312.js} +1 -1
- package/dist/index314.js +1 -1
- package/dist/index315.js +2 -47
- package/dist/index316.js +47 -2
- package/dist/index33.js +2 -2
- package/dist/index35.js +3 -3
- package/dist/index37.js +72 -70
- package/dist/index39.js +4 -4
- package/dist/index41.js +2 -2
- package/dist/index43.js +4 -2
- package/dist/index45.js +53 -46
- 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/index65.js +3 -1
- package/dist/index81.js +1 -1
- package/dist/index84.js +2 -2
- package/dist/index86.js +1 -1
- package/dist/index88.js +2 -2
- package/dist/index90.js +1 -1
- package/package.json +2 -2
- package/dist/index224.js +0 -5
- package/dist/index236.js +0 -7
- package/dist/index247.js +0 -4
- package/dist/index283.js +0 -30
- package/dist/index288.js +0 -11
- package/dist/index298.js +0 -10
package/dist/index65.js
CHANGED
@@ -24,6 +24,7 @@ const I = /* @__PURE__ */ v({
|
|
24
24
|
itemValue: {},
|
25
25
|
legend: {},
|
26
26
|
loadingText: {},
|
27
|
+
max: {},
|
27
28
|
modelValue: {},
|
28
29
|
modelValueDebounceTime: {},
|
29
30
|
name: {},
|
@@ -85,6 +86,7 @@ const I = /* @__PURE__ */ v({
|
|
85
86
|
"item-value": e.itemValue,
|
86
87
|
items: e.items,
|
87
88
|
"loading-text": e.loadingText,
|
89
|
+
max: e.max,
|
88
90
|
"model-value": e.modelValue,
|
89
91
|
"model-value-debounce-time": e.modelValueDebounceTime,
|
90
92
|
name: b,
|
@@ -116,7 +118,7 @@ const I = /* @__PURE__ */ v({
|
|
116
118
|
i(e.$slots, "append", l(r(o)))
|
117
119
|
]),
|
118
120
|
_: 2
|
119
|
-
}, 1040, ["id", "aria-describedby", "autofocus", "color", "dependencies", "deps-debounce-time", "direction", "disabled", "enforce-coherence", "has-errors", "hide-label", "item-text", "item-value", "items", "loading-text", "model-value", "model-value-debounce-time", "name", "no-data-text", "readonly"])
|
121
|
+
}, 1040, ["id", "aria-describedby", "autofocus", "color", "dependencies", "deps-debounce-time", "direction", "disabled", "enforce-coherence", "has-errors", "hide-label", "item-text", "item-value", "items", "loading-text", "max", "model-value", "model-value-debounce-time", "name", "no-data-text", "readonly"])
|
120
122
|
]),
|
121
123
|
_: 3
|
122
124
|
}, 8, ["id", "errors", "has-errors", "hide-label", "hint", "label", "name", "reverse", "show-hint"]));
|
package/dist/index81.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import { defineComponent as h, ref as t, onMounted as m, onBeforeUnmount as p, openBlock as g, createBlock as b, resolveDynamicComponent as w, withCtx as _, renderSlot as I } from "vue";
|
2
|
-
import { throttle as c } from "./
|
2
|
+
import { throttle as c } from "./index225.js";
|
3
3
|
const M = /* @__PURE__ */ h({
|
4
4
|
__name: "BbIntersection",
|
5
5
|
props: {
|
package/dist/index84.js
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
import { defineComponent as te, ref as s, useAttrs as oe, getCurrentInstance as se, computed as v, nextTick as le, onBeforeUnmount as x, onMounted as ae, watch as ne, openBlock as g, createBlock as ie, Teleport as re, createElementVNode as l, mergeProps as O, createElementBlock as V, renderSlot as n, createTextVNode as ue, toDisplayString as S, createCommentVNode as z } from "vue";
|
2
|
-
import { useFocusTrap as ce } from "./
|
2
|
+
import { useFocusTrap as ce } from "./index226.js";
|
3
3
|
import { useId as A } from "./index8.js";
|
4
4
|
import { wait as E } from "./index131.js";
|
5
|
-
import { useModalsState as p } from "./
|
5
|
+
import { useModalsState as p } from "./index228.js";
|
6
6
|
const de = ["inert"], fe = { class: "bb-offcanvas-close" }, ve = ["aria-label"], ge = /* @__PURE__ */ te({
|
7
7
|
__name: "BbOffCanvas",
|
8
8
|
props: {
|
package/dist/index86.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import { defineComponent as A, computed as _, ref as g, onMounted as E, onBeforeUnmount as P, openBlock as y, createElementBlock as k, normalizeClass as C, createElementVNode as i, createVNode as V, unref as S, withCtx as h, renderSlot as b, Fragment as W, renderList as R, toDisplayString as M, nextTick as $ } from "vue";
|
2
|
-
import { debounce as F } from "./
|
2
|
+
import { debounce as F } from "./index255.js";
|
3
3
|
/* empty css */
|
4
4
|
/* empty css */
|
5
5
|
import w from "./index13.js";
|
package/dist/index88.js
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
import { defineComponent as S, defineAsyncComponent as H, ref as n, computed as m, openBlock as b, createElementBlock as q, mergeProps as A, createElementVNode as p, renderSlot as y, normalizeProps as I, guardReactiveProps as V, createBlock as C, unref as W, withCtx as $, createCommentVNode as T, nextTick as z } from "vue";
|
2
|
-
import { useFocusTrap as R } from "./
|
2
|
+
import { useFocusTrap as R } from "./index226.js";
|
3
3
|
import { useId as j } from "./index8.js";
|
4
4
|
import { useIntersectionObserver as G } from "./index132.js";
|
5
|
-
import { waitFor as J } from "./
|
5
|
+
import { waitFor as J } from "./index227.js";
|
6
6
|
import K from "./index13.js";
|
7
7
|
/* empty css */
|
8
8
|
const te = /* @__PURE__ */ S({
|
package/dist/index90.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import { defineComponent as r, computed as a, openBlock as l, createElementBlock as s, normalizeClass as m, createElementVNode as n, normalizeStyle as c } from "vue";
|
2
|
-
import { clamp as p } from "./
|
2
|
+
import { clamp as p } from "./index229.js";
|
3
3
|
import { getAsPercentageBetween as i } from "./index130.js";
|
4
4
|
const _ = /* @__PURE__ */ r({
|
5
5
|
__name: "BbProgress",
|
package/package.json
CHANGED
package/dist/index224.js
DELETED
package/dist/index236.js
DELETED
package/dist/index247.js
DELETED
package/dist/index283.js
DELETED
@@ -1,30 +0,0 @@
|
|
1
|
-
function y(t, r) {
|
2
|
-
return t > r ? 1 : -1;
|
3
|
-
}
|
4
|
-
function c(t, r) {
|
5
|
-
var n = 5381;
|
6
|
-
if (typeof t == "object" && t !== null && (t.toString === Object.prototype.toString || t.toString === Array.prototype.toString)) {
|
7
|
-
r || (r = /* @__PURE__ */ new WeakSet());
|
8
|
-
for (var p = Object.keys(t).sort(y), i = 0; i < p.length; i++) {
|
9
|
-
var s = p[i], e = t[s];
|
10
|
-
if (n = 33 * n ^ c(s, r), typeof e == "object" && e !== null && (t.toString === Object.prototype.toString || t.toString === Array.prototype.toString)) {
|
11
|
-
if (r.has(e)) continue;
|
12
|
-
r.add(e);
|
13
|
-
}
|
14
|
-
n = 33 * n ^ c(e, r);
|
15
|
-
}
|
16
|
-
return 33 * n ^ c(t.constructor, r);
|
17
|
-
}
|
18
|
-
var o = typeof t;
|
19
|
-
try {
|
20
|
-
t instanceof Date ? o += t.getTime() : o += String(t);
|
21
|
-
} catch {
|
22
|
-
o += String(Object.assign({}, t));
|
23
|
-
}
|
24
|
-
for (var a = 0; a < o.length; a++) n = 33 * n ^ o.charCodeAt(a);
|
25
|
-
return n;
|
26
|
-
}
|
27
|
-
export {
|
28
|
-
c as hash,
|
29
|
-
y as sortNumbers
|
30
|
-
};
|
package/dist/index288.js
DELETED
package/dist/index298.js
DELETED