bitboss-ui 2.0.78 → 2.0.79

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.
Files changed (159) hide show
  1. package/dist/components/BaseCheckboxGroup/BaseCheckboxGroup.vue.d.ts +1 -1
  2. package/dist/components/BaseDialog/BaseDialog.vue.d.ts +1 -1
  3. package/dist/components/BaseRadioGroup/BaseRadioGroup.vue.d.ts +1 -1
  4. package/dist/components/BaseSwitchGroup/BaseSwitchGroup.vue.d.ts +1 -1
  5. package/dist/components/BbCheckboxGroup/BbCheckboxGroup.vue.d.ts +1 -1
  6. package/dist/components/BbOffCanvas/BbOffCanvas.vue.d.ts +1 -1
  7. package/dist/components/BbRadioGroup/BbRadioGroup.vue.d.ts +1 -1
  8. package/dist/components/BbSelect/BbSelect.vue.d.ts +1 -1
  9. package/dist/components/BbSwitchGroup/BbSwitchGroup.vue.d.ts +1 -1
  10. package/dist/components/OptionsContainer.vue.d.ts +1 -1
  11. package/dist/index110.js +5 -5
  12. package/dist/index118.js +25 -21
  13. package/dist/index120.js +5 -5
  14. package/dist/index122.js +1 -1
  15. package/dist/index126.js +1 -1
  16. package/dist/index127.js +1 -1
  17. package/dist/index128.js +1 -1
  18. package/dist/index13.js +1 -1
  19. package/dist/index130.js +1 -1
  20. package/dist/index132.js +2 -2
  21. package/dist/index133.js +2 -2
  22. package/dist/index15.js +4 -4
  23. package/dist/index17.js +3 -3
  24. package/dist/index19.js +2 -2
  25. package/dist/index204.js +2 -81
  26. package/dist/index205.js +5 -2
  27. package/dist/index206.js +16 -8
  28. package/dist/index207.js +16 -3
  29. package/dist/index208.js +18 -40
  30. package/dist/index209.js +19 -6
  31. package/dist/index21.js +14 -14
  32. package/dist/index210.js +27 -7
  33. package/dist/index211.js +3 -5
  34. package/dist/index212.js +2 -16
  35. package/dist/index213.js +8 -16
  36. package/dist/index214.js +249 -19
  37. package/dist/index215.js +51 -18
  38. package/dist/index216.js +44 -27
  39. package/dist/index217.js +5 -3
  40. package/dist/index218.js +60 -2
  41. package/dist/index219.js +47 -243
  42. package/dist/index221.js +13 -44
  43. package/dist/index222.js +20 -5
  44. package/dist/index223.js +4 -60
  45. package/dist/index224.js +124 -51
  46. package/dist/index225.js +127 -0
  47. package/dist/index226.js +2 -13
  48. package/dist/index227.js +39 -162
  49. package/dist/index228.js +5 -83
  50. package/dist/index229.js +7 -0
  51. package/dist/index23.js +188 -187
  52. package/dist/index230.js +12 -3
  53. package/dist/index231.js +353 -110
  54. package/dist/index232.js +81 -125
  55. package/dist/index233.js +3 -2
  56. package/dist/index234.js +2 -20
  57. package/dist/index235.js +4 -5
  58. package/dist/index236.js +2 -369
  59. package/dist/index237.js +164 -4
  60. package/dist/index238.js +84 -2
  61. package/dist/index240.js +3 -2
  62. package/dist/index241.js +7 -2
  63. package/dist/index242.js +2 -106
  64. package/dist/index244.js +53 -47
  65. package/dist/index246.js +100 -2
  66. package/dist/index248.js +2 -10
  67. package/dist/index249.js +9 -2
  68. package/dist/index25.js +109 -105
  69. package/dist/index250.js +2 -8
  70. package/dist/index251.js +6 -23
  71. package/dist/index252.js +14 -87
  72. package/dist/index253.js +11 -0
  73. package/dist/index254.js +23 -6
  74. package/dist/index255.js +87 -14
  75. package/dist/index257.js +8 -5
  76. package/dist/index258.js +3 -2
  77. package/dist/index260.js +7 -2
  78. package/dist/index261.js +176 -2
  79. package/dist/index262.js +281 -2
  80. package/dist/index263.js +6 -2
  81. package/dist/index264.js +2 -2
  82. package/dist/index265.js +2 -2
  83. package/dist/index266.js +2 -2
  84. package/dist/index267.js +2 -2
  85. package/dist/index268.js +2 -28
  86. package/dist/index269.js +2 -22
  87. package/dist/index27.js +1 -1
  88. package/dist/index270.js +4 -0
  89. package/dist/index271.js +2 -7
  90. package/dist/index272.js +2 -431
  91. package/dist/index273.js +2 -89
  92. package/dist/index274.js +27 -8
  93. package/dist/index275.js +22 -3
  94. package/dist/index277.js +2 -200
  95. package/dist/index278.js +126 -3
  96. package/dist/index279.js +430 -11
  97. package/dist/index280.js +21 -8
  98. package/dist/index282.js +2 -17
  99. package/dist/index283.js +223 -3
  100. package/dist/index284.js +200 -224
  101. package/dist/index285.js +436 -2
  102. package/dist/index286.js +121 -120
  103. package/dist/index287.js +3 -175
  104. package/dist/index288.js +3 -22
  105. package/dist/index289.js +14 -0
  106. package/dist/index29.js +3 -3
  107. package/dist/index290.js +9 -4
  108. package/dist/index291.js +9 -436
  109. package/dist/index292.js +16 -126
  110. package/dist/index293.js +4 -2
  111. package/dist/index294.js +89 -3
  112. package/dist/index296.js +3 -5
  113. package/dist/index297.js +204 -59
  114. package/dist/index298.js +2 -211
  115. package/dist/index299.js +5 -5
  116. package/dist/index300.js +66 -8
  117. package/dist/index304.js +1 -1
  118. package/dist/index305.js +4 -3
  119. package/dist/index306.js +7 -6
  120. package/dist/index307.js +6 -6
  121. package/dist/index308.js +6 -18
  122. package/dist/index309.js +18 -32
  123. package/dist/index31.js +2 -2
  124. package/dist/index310.js +32 -10
  125. package/dist/index311.js +3 -46
  126. package/dist/index312.js +47 -12
  127. package/dist/index313.js +10 -479
  128. package/dist/index314.js +1 -1
  129. package/dist/index315.js +482 -0
  130. package/dist/index317.js +1 -1
  131. package/dist/index318.js +47 -2
  132. package/dist/index319.js +2 -47
  133. package/dist/index33.js +2 -2
  134. package/dist/index35.js +3 -3
  135. package/dist/index37.js +99 -98
  136. package/dist/index39.js +4 -4
  137. package/dist/index41.js +2 -2
  138. package/dist/index43.js +2 -2
  139. package/dist/index45.js +8 -8
  140. package/dist/index47.js +2 -2
  141. package/dist/index49.js +2 -2
  142. package/dist/index55.js +1 -1
  143. package/dist/index57.js +1 -1
  144. package/dist/index61.js +2 -2
  145. package/dist/index75.js +3 -3
  146. package/dist/index79.js +2 -2
  147. package/dist/index81.js +1 -1
  148. package/dist/index84.js +110 -106
  149. package/dist/index86.js +1 -1
  150. package/dist/index88.js +4 -4
  151. package/dist/index90.js +1 -1
  152. package/package.json +1 -1
  153. package/dist/index220.js +0 -54
  154. package/dist/index239.js +0 -6
  155. package/dist/index256.js +0 -283
  156. package/dist/index259.js +0 -4
  157. package/dist/index281.js +0 -11
  158. package/dist/index316.js +0 -4
  159. /package/dist/{index247.js → index243.js} +0 -0
@@ -132,7 +132,6 @@ declare const _default: <T = any>(__VLS_props: {
132
132
  noDataText?: string | undefined;
133
133
  readonly?: (boolean | "true" | "false") | undefined;
134
134
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, __VLS_ctx?: {
135
- attrs: any;
136
135
  slots: Readonly<{
137
136
  prepend?: ((props: object) => any) | undefined;
138
137
  loading?: ((props: object) => any) | undefined;
@@ -190,6 +189,7 @@ declare const _default: <T = any>(__VLS_props: {
190
189
  }) => any) | undefined;
191
190
  append?: ((props: object) => any) | undefined;
192
191
  };
192
+ attrs: any;
193
193
  emit: BaseCheckboxGroupEvents;
194
194
  } | undefined, __VLS_expose?: ((exposed: import('vue').ShallowUnwrapRef<{}>) => void) | undefined, __VLS_setup?: Promise<{
195
195
  props: {
@@ -63,11 +63,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<Ba
63
63
  size: number | ({
64
64
  size?: any;
65
65
  } & string) | keyof Sizes;
66
+ transition: string;
66
67
  closeLabel: string;
67
68
  panelClasses: import('../../types/Classes').Classes;
68
69
  overlayClasses: import('../../types/Classes').Classes;
69
70
  showClose: boolean;
70
- transition: string;
71
71
  transitionDuration: number;
72
72
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, Readonly<BaseDialogSlots> & BaseDialogSlots>;
73
73
  export default _default;
@@ -132,7 +132,6 @@ declare const _default: <T = any>(__VLS_props: {
132
132
  readonly?: (boolean | "true" | "false") | undefined;
133
133
  required?: boolean | undefined;
134
134
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, __VLS_ctx?: {
135
- attrs: any;
136
135
  slots: Readonly<{
137
136
  prepend?: ((props: object) => any) | undefined;
138
137
  loading?: ((props: object) => any) | undefined;
@@ -190,6 +189,7 @@ declare const _default: <T = any>(__VLS_props: {
190
189
  }) => any) | undefined;
191
190
  append?: ((props: object) => any) | undefined;
192
191
  };
192
+ attrs: any;
193
193
  emit: BaseRadioGroupEvents;
194
194
  } | undefined, __VLS_expose?: ((exposed: import('vue').ShallowUnwrapRef<{}>) => void) | undefined, __VLS_setup?: Promise<{
195
195
  props: {
@@ -26,7 +26,6 @@ declare const _default: <T = any>(__VLS_props: {
26
26
  noDataText?: string | undefined;
27
27
  readonly?: (boolean | "true" | "false") | undefined;
28
28
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, __VLS_ctx?: {
29
- attrs: any;
30
29
  slots: Readonly<{
31
30
  prepend?: ((props: object) => any) | undefined;
32
31
  loading?: ((props: object) => any) | undefined;
@@ -84,6 +83,7 @@ declare const _default: <T = any>(__VLS_props: {
84
83
  }) => any) | undefined;
85
84
  append?: ((props: object) => any) | undefined;
86
85
  };
86
+ attrs: any;
87
87
  emit: BaseCheckboxGroupEvents;
88
88
  } | undefined, __VLS_expose?: ((exposed: import('vue').ShallowUnwrapRef<{}>) => void) | undefined, __VLS_setup?: Promise<{
89
89
  props: {
@@ -145,7 +145,6 @@ declare const _default: <T = any>(__VLS_props: {
145
145
  readonly?: (boolean | "true" | "false") | undefined;
146
146
  reverse?: boolean | undefined;
147
147
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, __VLS_ctx?: {
148
- attrs: any;
149
148
  slots: Readonly<{
150
149
  prepend?: ((props: object) => any) | undefined;
151
150
  loading?: ((props: object) => any) | undefined;
@@ -211,6 +210,7 @@ declare const _default: <T = any>(__VLS_props: {
211
210
  hasErrors: boolean;
212
211
  }) => any) | undefined;
213
212
  };
213
+ attrs: any;
214
214
  emit: BaseCheckboxGroupEvents;
215
215
  } | undefined, __VLS_expose?: ((exposed: import('vue').ShallowUnwrapRef<{}>) => void) | undefined, __VLS_setup?: Promise<{
216
216
  props: {
@@ -70,11 +70,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<Bb
70
70
  size: number | ({
71
71
  size?: any;
72
72
  } & string) | keyof Sizes;
73
+ transition: string;
73
74
  closeLabel: string;
74
75
  panelClasses: import('../../types/Classes').Classes;
75
76
  overlayClasses: import('../../types/Classes').Classes;
76
77
  showClose: boolean;
77
- transition: string;
78
78
  transitionDuration: number;
79
79
  direction: "left" | "right" | "top" | "bottom";
80
80
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, Readonly<BbOffCanvasSlots> & BbOffCanvasSlots>;
@@ -145,7 +145,6 @@ declare const _default: <T = any>(__VLS_props: {
145
145
  required?: boolean | undefined;
146
146
  reverse?: boolean | undefined;
147
147
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, __VLS_ctx?: {
148
- attrs: any;
149
148
  slots: Readonly<{
150
149
  prepend?: ((props: object) => any) | undefined;
151
150
  loading?: ((props: object) => any) | undefined;
@@ -211,6 +210,7 @@ declare const _default: <T = any>(__VLS_props: {
211
210
  hasErrors: boolean;
212
211
  }) => any) | undefined;
213
212
  };
213
+ attrs: any;
214
214
  emit: BaseRadioGroupEvents;
215
215
  } | undefined, __VLS_expose?: ((exposed: import('vue').ShallowUnwrapRef<{}>) => void) | undefined, __VLS_setup?: Promise<{
216
216
  props: {
@@ -305,8 +305,8 @@ declare const _default: <T = any>(__VLS_props: {
305
305
  transitionDuration?: number | undefined;
306
306
  updateOnAnimationFrame?: boolean | undefined;
307
307
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, __VLS_ctx?: {
308
- attrs: any;
309
308
  slots: Readonly<BbSelectSlots<T>> & BbSelectSlots<T>;
309
+ attrs: any;
310
310
  emit: BaseSelectEvents;
311
311
  } | undefined, __VLS_expose?: ((exposed: import('vue').ShallowUnwrapRef<{}>) => void) | undefined, __VLS_setup?: Promise<{
312
312
  props: {
@@ -31,7 +31,6 @@ declare const _default: <T = any>(__VLS_props: {
31
31
  readonly?: (boolean | "true" | "false") | undefined;
32
32
  reverse?: boolean | undefined;
33
33
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, __VLS_ctx?: {
34
- attrs: any;
35
34
  slots: Readonly<{
36
35
  prepend?: ((props: object) => any) | undefined;
37
36
  loading?: ((props: object) => any) | undefined;
@@ -97,6 +96,7 @@ declare const _default: <T = any>(__VLS_props: {
97
96
  hasErrors: boolean;
98
97
  }) => any) | undefined;
99
98
  };
99
+ attrs: any;
100
100
  emit: import('../..').BaseCheckboxGroupEvents;
101
101
  } | undefined, __VLS_expose?: ((exposed: import('vue').ShallowUnwrapRef<{}>) => void) | undefined, __VLS_setup?: Promise<{
102
102
  props: {
@@ -8,7 +8,6 @@ declare const _default: <T = any>(__VLS_props: {
8
8
  noDataText?: string | undefined;
9
9
  options: Option[];
10
10
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, __VLS_ctx?: {
11
- attrs: any;
12
11
  slots: Partial<Record<"loading", (_: {}) => any>> & Partial<Record<"no-data", (_: {}) => any>> & {
13
12
  prepend?(_: {}): any;
14
13
  "option:prepend"?(_: {
@@ -36,6 +35,7 @@ declare const _default: <T = any>(__VLS_props: {
36
35
  }): any;
37
36
  append?(_: {}): any;
38
37
  };
38
+ attrs: any;
39
39
  emit: {};
40
40
  } | undefined, __VLS_expose?: ((exposed: import('vue').ShallowUnwrapRef<{}>) => void) | undefined, __VLS_setup?: Promise<{
41
41
  props: {
package/dist/index110.js CHANGED
@@ -1,15 +1,15 @@
1
1
  import { defineComponent as oe, ref as j, computed as m, toRef as B, watch as ne, openBlock as n, createBlock as de, resolveDynamicComponent as ce, normalizeClass as r, unref as y, withCtx as ie, createElementBlock as d, toDisplayString as u, createCommentVNode as _, createElementVNode as o, renderSlot as p, createVNode as R, Fragment as w, renderList as T, createTextVNode as be, mergeProps as re } from "vue";
2
- import { add as ue } from "./index293.js";
3
- import { clamp as pe } from "./index205.js";
2
+ import { add as ue } from "./index298.js";
3
+ import { clamp as pe } from "./index204.js";
4
4
  import { isNil as M } from "./index129.js";
5
5
  import { useId as fe } from "./index8.js";
6
- import { useItemValue as me } from "./index281.js";
7
- import { when as ye } from "./index239.js";
6
+ import { useItemValue as me } from "./index291.js";
7
+ import { when as ye } from "./index235.js";
8
8
  import J from "./index17.js";
9
9
  /* empty css */
10
10
  import he from "./index31.js";
11
11
  /* empty css */
12
- import { useOptions as ke } from "./index227.js";
12
+ import { useOptions as ke } from "./index237.js";
13
13
  const _e = {
14
14
  key: 0,
15
15
  class: "sr-only"
package/dist/index118.js CHANGED
@@ -1,30 +1,34 @@
1
- import { defineComponent as s, openBlock as e, createBlock as o, Teleport as l, createElementVNode as c, normalizeClass as m, createVNode as i, TransitionGroup as p, withCtx as u, createElementBlock as f, Fragment as d, renderList as _, unref as r, mergeProps as b } from "vue";
2
- import { state as k, useToast as C } from "./index11.js";
3
- import B from "./index297.js";
4
- const N = /* @__PURE__ */ s({
1
+ import { defineComponent as l, openBlock as e, createBlock as o, withCtx as r, createElementVNode as c, normalizeClass as m, createVNode as i, TransitionGroup as u, createElementBlock as p, Fragment as f, renderList as _, unref as n, mergeProps as d } from "vue";
2
+ import { state as k, useToast as b } from "./index11.js";
3
+ import C from "./index230.js";
4
+ import B from "./index300.js";
5
+ const V = /* @__PURE__ */ l({
5
6
  __name: "BbToast",
6
7
  props: {
7
8
  placement: { default: "bottom" }
8
9
  },
9
10
  setup(T) {
10
- const { dismiss: n } = C();
11
- return (a, h) => (e(), o(l, { to: "body" }, [
12
- c("div", {
13
- class: m(["bb-toast", { [`bb-toast--${a.placement}`]: !0 }])
14
- }, [
15
- i(p, { name: "toast" }, {
16
- default: u(() => [
17
- (e(!0), f(d, null, _(r(k).stack, (t) => (e(), o(B, b({
18
- key: t.id,
19
- ref_for: !0
20
- }, t, { "onClick:close": r(n) }), null, 16, ["onClick:close"]))), 128))
21
- ]),
22
- _: 1
23
- })
24
- ], 2)
25
- ]));
11
+ const { dismiss: a } = b();
12
+ return (s, $) => (e(), o(C, null, {
13
+ default: r(() => [
14
+ c("div", {
15
+ class: m(["bb-toast", { [`bb-toast--${s.placement}`]: !0 }])
16
+ }, [
17
+ i(u, { name: "toast" }, {
18
+ default: r(() => [
19
+ (e(!0), p(f, null, _(n(k).stack, (t) => (e(), o(B, d({
20
+ key: t.id,
21
+ ref_for: !0
22
+ }, t, { "onClick:close": n(a) }), null, 16, ["onClick:close"]))), 128))
23
+ ]),
24
+ _: 1
25
+ })
26
+ ], 2)
27
+ ]),
28
+ _: 1
29
+ }));
26
30
  }
27
31
  });
28
32
  export {
29
- N as default
33
+ V as default
30
34
  };
package/dist/index120.js CHANGED
@@ -1,14 +1,14 @@
1
1
  import { defineComponent as N, ref as a, watch as V, computed as H, openBlock as B, createElementBlock as z, mergeProps as I, createElementVNode as p, renderSlot as C, normalizeProps as R, guardReactiveProps as S, unref as c, createVNode as U, withCtx as E, createBlock as W, createCommentVNode as j } from "vue";
2
- import { useFloating as q, arrow as A } from "./index231.js";
2
+ import { useFloating as q, arrow as A } from "./index224.js";
3
3
  import { useId as G } from "./index8.js";
4
4
  import { wait as _ } from "./index131.js";
5
5
  import J from "./index13.js";
6
6
  /* empty css */
7
- import { throttle as m } from "./index207.js";
8
- import { waitFor as K } from "./index209.js";
9
- import Q from "./index252.js";
7
+ import { throttle as m } from "./index240.js";
8
+ import { waitFor as K } from "./index228.js";
9
+ import Q from "./index255.js";
10
10
  /* empty css */
11
- import { autoUpdate as X, flip as Y, shift as Z, hide as x } from "./index236.js";
11
+ import { autoUpdate as X, flip as Y, shift as Z, hide as x } from "./index231.js";
12
12
  const pe = /* @__PURE__ */ N({
13
13
  __name: "BbTooltip",
14
14
  props: {
package/dist/index122.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as $, computed as g, resolveComponent as y, openBlock as f, createElementBlock as i, Fragment as k, renderList as h, normalizeClass as b, createElementVNode as s, renderSlot as t, createVNode as v, createSlots as B, withCtx as _, mergeProps as C } from "vue";
2
- import { flattenTree as T } from "./index296.js";
2
+ import { flattenTree as T } from "./index299.js";
3
3
  const w = { class: "bb-tree-row" }, E = { class: "bb-tree-main-content" }, N = /* @__PURE__ */ $({
4
4
  __name: "BbTree",
5
5
  props: {
package/dist/index126.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as d, getCurrentInstance as x, inject as y, computed as p, ref as z, onServerPrefetch as _, onBeforeMount as b, watch as h, openBlock as v, createElementBlock as w, mergeProps as g } from "vue";
2
- import { isCssColor as I } from "./index238.js";
2
+ import { isCssColor as I } from "./index234.js";
3
3
  const B = ["innerHTML"], N = /* @__PURE__ */ d({
4
4
  __name: "BbIcon",
5
5
  props: {
package/dist/index127.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as v, ref as r, onMounted as p, onBeforeUnmount as h, openBlock as i, createBlock as l, resolveDynamicComponent as u, normalizeStyle as m, withCtx as f, renderSlot as d } from "vue";
2
- import { throttle as g } from "./index207.js";
2
+ import { throttle as g } from "./index240.js";
3
3
  const O = /* @__PURE__ */ v({
4
4
  __name: "BbSmoothHeight",
5
5
  props: {
package/dist/index128.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as p, computed as s, openBlock as b, createElementBlock as a, normalizeProps as _, guardReactiveProps as x, createStaticVNode as m } from "vue";
2
- import { isCssColor as u } from "./index238.js";
2
+ import { isCssColor as u } from "./index234.js";
3
3
  const f = /* @__PURE__ */ p({
4
4
  __name: "BbSpinner",
5
5
  props: {
package/dist/index13.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as k, getCurrentInstance as u, resolveComponent as p, computed as d, openBlock as v, createBlock as h, resolveDynamicComponent as C, unref as x, mergeProps as S, withCtx as L, renderSlot as B, createTextVNode as N, toDisplayString as $ } from "vue";
2
2
  import { _config as n } from "./index4.js";
3
- import { useLogger as m } from "./index206.js";
3
+ import { useLogger as m } from "./index213.js";
4
4
  const _ = /* @__PURE__ */ k({
5
5
  __name: "BaseButton",
6
6
  props: {
package/dist/index130.js CHANGED
@@ -1,4 +1,4 @@
1
- import { clamp as o } from "./index205.js";
1
+ import { clamp as o } from "./index204.js";
2
2
  const r = (t, e) => t * 100 / e, p = (t, e) => t / 100 * e, l = (t, e, n) => r(t - e, n - e), P = ({
3
3
  value: t = 0,
4
4
  originalBounds: e,
package/dist/index132.js CHANGED
@@ -1,5 +1,5 @@
1
- import { toValue as O, tryOnScopeDispose as R, notNullish as $, noop as M, useDebounceFn as q, useThrottleFn as G, tryOnMounted as X, isClient as J, isObject as K } from "./index204.js";
2
- import { createFilterWrapper as ve, debounceFilter as de, getLifeCycleTarget as pe, throttleFilter as me } from "./index204.js";
1
+ import { toValue as O, tryOnScopeDispose as R, notNullish as $, noop as M, useDebounceFn as q, useThrottleFn as G, tryOnMounted as X, isClient as J, isObject as K } from "./index232.js";
2
+ import { createFilterWrapper as ve, debounceFilter as de, getLifeCycleTarget as pe, throttleFilter as me } from "./index232.js";
3
3
  import { computed as S, watch as z, ref as w, reactive as k, getCurrentInstance as U, onMounted as Z, watchEffect as ee } from "vue";
4
4
  function L(l) {
5
5
  var o;
package/dist/index133.js CHANGED
@@ -1,5 +1,5 @@
1
- import { isArray as p } from "./index299.js";
2
- import { isPlainObject as c } from "./index300.js";
1
+ import { isArray as p } from "./index305.js";
2
+ import { isPlainObject as c } from "./index306.js";
3
3
  function i(e, n, u, l, r) {
4
4
  const o = {}.propertyIsEnumerable.call(l, n) ? "enumerable" : "nonenumerable";
5
5
  o === "enumerable" && (e[n] = u), r && o === "nonenumerable" && Object.defineProperty(e, n, {
package/dist/index15.js CHANGED
@@ -1,9 +1,9 @@
1
1
  import { defineComponent as k, ref as y, computed as v, watchPostEffect as h, openBlock as g, createElementBlock as C, Fragment as w, createVNode as d, normalizeClass as V, withCtx as n, renderSlot as l, createElementVNode as s, normalizeStyle as H, withModifiers as B, withDirectives as E, mergeProps as q, unref as $ } from "vue";
2
- import z from "./index224.js";
2
+ import z from "./index219.js";
3
3
  /* empty css */
4
- import I from "./index226.js";
5
- import { vMaska as M } from "./index234.js";
6
- import { isHex as D } from "./index237.js";
4
+ import I from "./index221.js";
5
+ import { vMaska as M } from "./index222.js";
6
+ import { isHex as D } from "./index223.js";
7
7
  const F = ["id", "aria-describedby", "aria-invalid", "autocomplete", "autofocus", "disabled", "name", "placeholder", "readonly", "required", "value"], P = ["aria-invalid", "disabled", "required"], T = /* @__PURE__ */ k({
8
8
  __name: "BaseColorInput",
9
9
  props: {
package/dist/index17.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import { defineComponent as E, ref as m, computed as n, watch as _, openBlock as p, createElementBlock as h, normalizeProps as i, guardReactiveProps as f, mergeProps as k, createCommentVNode as I, createElementVNode as s, renderSlot as q } from "vue";
2
- import { isCssColor as y } from "./index238.js";
3
- import { when as F } from "./index239.js";
4
- import { booleanishToBoolean as N } from "./index240.js";
2
+ import { isCssColor as y } from "./index234.js";
3
+ import { when as F } from "./index235.js";
4
+ import { booleanishToBoolean as N } from "./index236.js";
5
5
  const S = {
6
6
  "aria-hidden": "true",
7
7
  class: "bb-base-checkbox-container"
package/dist/index19.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import { defineComponent as $, ref as p, toRef as l, openBlock as B, createBlock as w, unref as f, withCtx as i, renderSlot as s, normalizeProps as b, guardReactiveProps as h, createVNode as O, mergeProps as v } from "vue";
2
- import { useOptions as z } from "./index227.js";
2
+ import { useOptions as z } from "./index237.js";
3
3
  import F from "./index17.js";
4
4
  /* empty css */
5
- import M from "./index228.js";
5
+ import M from "./index238.js";
6
6
  /* empty css */
7
7
  const A = /* @__PURE__ */ $({
8
8
  __name: "BaseCheckboxGroup",
package/dist/index204.js CHANGED
@@ -1,83 +1,4 @@
1
- import { getCurrentScope as g, onScopeDispose as D, unref as x, onMounted as O, nextTick as S, isRef as C, getCurrentInstance as F } from "vue";
2
- function G(e) {
3
- return g() ? (D(e), !0) : !1;
4
- }
5
- function d(e) {
6
- return typeof e == "function" ? e() : x(e);
7
- }
8
- const L = typeof window < "u" && typeof document < "u";
9
- typeof WorkerGlobalScope < "u" && globalThis instanceof WorkerGlobalScope;
10
- const V = (e) => e != null, P = Object.prototype.toString, A = (e) => P.call(e) === "[object Object]", m = () => {
11
- };
12
- function h(e, r) {
13
- function t(...n) {
14
- return new Promise((o, i) => {
15
- Promise.resolve(e(() => r.apply(this, n), { fn: r, thisArg: this, args: n })).then(o).catch(i);
16
- });
17
- }
18
- return t;
19
- }
20
- function W(e, r = {}) {
21
- let t, n, o = m;
22
- const i = (l) => {
23
- clearTimeout(l), o(), o = m;
24
- };
25
- return (l) => {
26
- const c = d(e), u = d(r.maxWait);
27
- return t && i(t), c <= 0 || u !== void 0 && u <= 0 ? (n && (i(n), n = null), Promise.resolve(l())) : new Promise((s, T) => {
28
- o = r.rejectOnCancel ? T : s, u && !n && (n = setTimeout(() => {
29
- t && i(t), n = null, s(l());
30
- }, u)), t = setTimeout(() => {
31
- n && i(n), n = null, s(l());
32
- }, c);
33
- });
34
- };
35
- }
36
- function M(...e) {
37
- let r = 0, t, n = !0, o = m, i, a, l, c, u;
38
- !C(e[0]) && typeof e[0] == "object" ? { delay: a, trailing: l = !0, leading: c = !0, rejectOnCancel: u = !1 } = e[0] : [a, l = !0, c = !0, u = !1] = e;
39
- const s = () => {
40
- t && (clearTimeout(t), t = void 0, o(), o = m);
41
- };
42
- return (w) => {
43
- const f = d(a), y = Date.now() - r, p = () => i = w();
44
- return s(), f <= 0 ? (r = Date.now(), p()) : (y > f && (c || !n) ? (r = Date.now(), p()) : l && (i = new Promise((b, j) => {
45
- o = u ? j : b, t = setTimeout(() => {
46
- r = Date.now(), n = !0, b(p()), s();
47
- }, Math.max(0, f - y));
48
- })), !c && !t && (t = setTimeout(() => n = !0, f)), n = !1, i);
49
- };
50
- }
51
- function R(e) {
52
- return F();
53
- }
54
- function E(e, r = 200, t = {}) {
55
- return h(
56
- W(r, t),
57
- e
58
- );
59
- }
60
- function I(e, r = 200, t = !1, n = !0, o = !1) {
61
- return h(
62
- M(r, t, n, o),
63
- e
64
- );
65
- }
66
- function N(e, r = !0, t) {
67
- R() ? O(e, t) : r ? e() : S(e);
68
- }
1
+ const n = (t, a, m) => Math.min(Math.max(t, a), m);
69
2
  export {
70
- h as createFilterWrapper,
71
- W as debounceFilter,
72
- R as getLifeCycleTarget,
73
- L as isClient,
74
- A as isObject,
75
- m as noop,
76
- V as notNullish,
77
- M as throttleFilter,
78
- d as toValue,
79
- N as tryOnMounted,
80
- G as tryOnScopeDispose,
81
- E as useDebounceFn,
82
- I as useThrottleFn
3
+ n as clamp
83
4
  };
package/dist/index205.js CHANGED
@@ -1,4 +1,7 @@
1
- const n = (t, a, m) => Math.min(Math.max(t, a), m);
1
+ import { getDefaultExportFromCjs as r } from "./index263.js";
2
+ import { __require as o } from "./index262.js";
3
+ var t = o();
4
+ const s = /* @__PURE__ */ r(t);
2
5
  export {
3
- n as clamp
6
+ s as default
4
7
  };
package/dist/index206.js CHANGED
@@ -1,10 +1,18 @@
1
- const o = "bitboss-ui | ", e = () => ({
2
- warn: (r) => console.warn(`${o}${r}`),
3
- error: (r) => console.error(`${o}${r}`),
4
- throw: (r) => {
5
- throw new Error(`${o}${r}`);
6
- }
7
- });
1
+ import { getDefaultExportFromCjs as f, commonjsGlobal as n } from "./index263.js";
2
+ import { __module as e } from "./index265.js";
3
+ (function(s, a) {
4
+ (function(i, t) {
5
+ s.exports = t();
6
+ })(n, function() {
7
+ return function(i, t) {
8
+ t.prototype.isSameOrAfter = function(r, o) {
9
+ return this.isSame(r, o) || this.isAfter(r, o);
10
+ };
11
+ };
12
+ });
13
+ })(e);
14
+ var m = e.exports;
15
+ const c = /* @__PURE__ */ f(m);
8
16
  export {
9
- e as useLogger
17
+ c as default
10
18
  };
package/dist/index207.js CHANGED
@@ -1,5 +1,18 @@
1
- import t from "./index273.js";
2
- const r = t;
1
+ import { getDefaultExportFromCjs as i, commonjsGlobal as n } from "./index263.js";
2
+ import { __module as t } from "./index266.js";
3
+ (function(s, a) {
4
+ (function(f, o) {
5
+ s.exports = o();
6
+ })(n, function() {
7
+ return function(f, o) {
8
+ o.prototype.isSameOrBefore = function(e, r) {
9
+ return this.isSame(e, r) || this.isBefore(e, r);
10
+ };
11
+ };
12
+ });
13
+ })(t);
14
+ var m = t.exports;
15
+ const c = /* @__PURE__ */ i(m);
3
16
  export {
4
- r as throttle
17
+ c as default
5
18
  };
package/dist/index208.js CHANGED
@@ -1,43 +1,21 @@
1
- import { unrefElement as A } from "./index132.js";
2
- import { toValue as n, notNullish as g, tryOnScopeDispose as y } from "./index204.js";
3
- import { ref as i, computed as D, watch as F } from "vue";
4
- import { createFocusTrap as T } from "./index272.js";
5
- function E(f, a = {}) {
6
- let e;
7
- const { immediate: l, ...p } = a, r = i(!1), s = i(!1), c = (t) => e && e.activate(t), u = (t) => e && e.deactivate(t), v = () => {
8
- e && (e.pause(), s.value = !0);
9
- }, m = () => {
10
- e && (e.unpause(), s.value = !1);
11
- }, d = D(() => {
12
- const t = n(f);
13
- return (Array.isArray(t) ? t : [t]).map((h) => {
14
- const o = n(h);
15
- return typeof o == "string" ? o : A(o);
16
- }).filter(g);
1
+ import { getDefaultExportFromCjs as i, commonjsGlobal as m } from "./index263.js";
2
+ import { __module as _ } from "./index267.js";
3
+ import { __require as s } from "./index262.js";
4
+ (function(n, d) {
5
+ (function(t, o) {
6
+ n.exports = o(s());
7
+ })(m, function(t) {
8
+ function o(e) {
9
+ return e && typeof e == "object" && "default" in e ? e : { default: e };
10
+ }
11
+ var a = o(t), r = { name: "it", weekdays: "domenica_lunedì_martedì_mercoledì_giovedì_venerdì_sabato".split("_"), weekdaysShort: "dom_lun_mar_mer_gio_ven_sab".split("_"), weekdaysMin: "do_lu_ma_me_gi_ve_sa".split("_"), months: "gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre".split("_"), weekStart: 1, monthsShort: "gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic".split("_"), formats: { LT: "HH:mm", LTS: "HH:mm:ss", L: "DD/MM/YYYY", LL: "D MMMM YYYY", LLL: "D MMMM YYYY HH:mm", LLLL: "dddd D MMMM YYYY HH:mm" }, relativeTime: { future: "tra %s", past: "%s fa", s: "qualche secondo", m: "un minuto", mm: "%d minuti", h: "un' ora", hh: "%d ore", d: "un giorno", dd: "%d giorni", M: "un mese", MM: "%d mesi", y: "un anno", yy: "%d anni" }, ordinal: function(e) {
12
+ return e + "º";
13
+ } };
14
+ return a.default.locale(r, null, !0), r;
17
15
  });
18
- return F(
19
- d,
20
- (t) => {
21
- t.length && (e = T(t, {
22
- ...p,
23
- onActivate() {
24
- r.value = !0, a.onActivate && a.onActivate();
25
- },
26
- onDeactivate() {
27
- r.value = !1, a.onDeactivate && a.onDeactivate();
28
- }
29
- }), l && c());
30
- },
31
- { flush: "post" }
32
- ), y(() => u()), {
33
- hasFocus: r,
34
- isPaused: s,
35
- activate: c,
36
- deactivate: u,
37
- pause: v,
38
- unpause: m
39
- };
40
- }
16
+ })(_);
17
+ var u = _.exports;
18
+ const p = /* @__PURE__ */ i(u);
41
19
  export {
42
- E as useFocusTrap
20
+ p as default
43
21
  };
package/dist/index209.js CHANGED
@@ -1,8 +1,21 @@
1
- const o = (e, t = 50) => new Promise((r) => {
2
- const n = setInterval(() => {
3
- e() && (clearInterval(n), r());
4
- }, t);
5
- });
1
+ import { getDefaultExportFromCjs as p, commonjsGlobal as s } from "./index263.js";
2
+ import { __module as n } from "./index268.js";
3
+ (function(u, l) {
4
+ (function(c, e) {
5
+ u.exports = e();
6
+ })(s, function() {
7
+ return function(c, e, r) {
8
+ r.updateLocale = function(f, o) {
9
+ var t = r.Ls[f];
10
+ if (t) return (o ? Object.keys(o) : []).forEach(function(a) {
11
+ t[a] = o[a];
12
+ }), t;
13
+ };
14
+ };
15
+ });
16
+ })(n);
17
+ var i = n.exports;
18
+ const x = /* @__PURE__ */ p(i);
6
19
  export {
7
- o as waitFor
20
+ x as default
8
21
  };