bitboss-ui 2.1.102 → 2.1.103

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 (296) hide show
  1. package/dist/components/BaseColorInput/BaseColorInput.vue.d.ts +21 -47
  2. package/dist/components/BaseColorInput/ColorPalette.vue.d.ts +36 -0
  3. package/dist/components/BbBreadcrumbs/BbBreadcrumbs.vue.d.ts +1 -1
  4. package/dist/components/BbColorInput/BbColorInput.vue.d.ts +17 -0
  5. package/dist/components/BbColorPalette/BbColorPalette.vue.d.ts +207 -0
  6. package/dist/i18n/en.d.ts +5 -0
  7. package/dist/i18n/it.d.ts +5 -0
  8. package/dist/index.css +1 -1
  9. package/dist/index.d.ts +2 -0
  10. package/dist/index.js +79 -77
  11. package/dist/index109.js +134 -175
  12. package/dist/index11.js +1 -1
  13. package/dist/index110.js +185 -0
  14. package/dist/{index115.js → index116.js} +1 -1
  15. package/dist/index12.js +2 -2
  16. package/dist/{index121.js → index122.js} +8 -8
  17. package/dist/{index123.js → index124.js} +10 -10
  18. package/dist/index13.js +6 -6
  19. package/dist/{index131.js → index132.js} +1 -1
  20. package/dist/{index133.js → index134.js} +6 -6
  21. package/dist/{index135.js → index136.js} +1 -1
  22. package/dist/{index137.js → index138.js} +4 -4
  23. package/dist/index14.js +2 -2
  24. package/dist/index140.js +13 -11
  25. package/dist/index141.js +11 -2
  26. package/dist/index142.js +2 -419
  27. package/dist/index143.js +417 -7
  28. package/dist/index144.js +8 -8
  29. package/dist/index145.js +9 -25
  30. package/dist/index146.js +25 -2
  31. package/dist/index147.js +2 -5
  32. package/dist/index148.js +5 -6
  33. package/dist/index149.js +5 -4
  34. package/dist/index150.js +5 -3
  35. package/dist/index151.js +1 -1
  36. package/dist/index152.js +1 -1
  37. package/dist/index153.js +1 -1
  38. package/dist/index154.js +1 -1
  39. package/dist/index155.js +1 -1
  40. package/dist/index156.js +1 -1
  41. package/dist/index157.js +1 -1
  42. package/dist/index158.js +1 -1
  43. package/dist/index159.js +1 -1
  44. package/dist/index16.js +80 -94
  45. package/dist/index160.js +1 -1
  46. package/dist/index161.js +1 -1
  47. package/dist/index162.js +1 -1
  48. package/dist/index163.js +1 -1
  49. package/dist/index164.js +1 -1
  50. package/dist/index165.js +1 -1
  51. package/dist/index166.js +1 -1
  52. package/dist/index167.js +1 -1
  53. package/dist/index168.js +1 -1
  54. package/dist/index169.js +1 -1
  55. package/dist/index170.js +1 -1
  56. package/dist/index171.js +1 -1
  57. package/dist/index172.js +1 -1
  58. package/dist/index173.js +1 -1
  59. package/dist/index174.js +1 -1
  60. package/dist/index175.js +1 -1
  61. package/dist/index176.js +1 -1
  62. package/dist/index177.js +1 -1
  63. package/dist/index178.js +1 -1
  64. package/dist/index179.js +1 -1
  65. package/dist/index18.js +3 -3
  66. package/dist/index180.js +1 -1
  67. package/dist/index181.js +1 -1
  68. package/dist/index182.js +1 -1
  69. package/dist/index183.js +2 -3
  70. package/dist/index184.js +1 -1
  71. package/dist/index185.js +1 -1
  72. package/dist/index186.js +1 -1
  73. package/dist/index187.js +1 -1
  74. package/dist/index188.js +3 -2
  75. package/dist/index189.js +1 -1
  76. package/dist/index190.js +2 -3
  77. package/dist/index191.js +1 -1
  78. package/dist/index192.js +1 -1
  79. package/dist/index193.js +1 -1
  80. package/dist/index194.js +2 -2
  81. package/dist/index195.js +1 -1
  82. package/dist/index196.js +1 -1
  83. package/dist/index197.js +1 -1
  84. package/dist/index198.js +3 -2
  85. package/dist/index199.js +1 -1
  86. package/dist/index20.js +7 -7
  87. package/dist/index200.js +2 -3
  88. package/dist/index201.js +1 -1
  89. package/dist/index202.js +1 -1
  90. package/dist/index203.js +1 -1
  91. package/dist/index204.js +1 -1
  92. package/dist/index205.js +1 -1
  93. package/dist/index206.js +1 -1
  94. package/dist/index207.js +1 -1
  95. package/dist/index208.js +1 -1
  96. package/dist/index209.js +1 -1
  97. package/dist/index210.js +1 -1
  98. package/dist/index211.js +1 -1
  99. package/dist/index212.js +1 -1
  100. package/dist/index213.js +1 -1
  101. package/dist/{index298.js → index214.js} +1 -1
  102. package/dist/index215.js +3 -7
  103. package/dist/index217.js +7 -2
  104. package/dist/index219.js +137 -4
  105. package/dist/index22.js +1 -1
  106. package/dist/index220.js +2 -8
  107. package/dist/index221.js +4 -32
  108. package/dist/index222.js +8 -28
  109. package/dist/index223.js +4 -0
  110. package/dist/index224.js +2 -34
  111. package/dist/index225.js +3 -13
  112. package/dist/index226.js +33 -2
  113. package/dist/index227.js +28 -2
  114. package/dist/index229.js +2 -2
  115. package/dist/index230.js +2 -2
  116. package/dist/index231.js +2 -2
  117. package/dist/index232.js +2 -2
  118. package/dist/index233.js +1 -1
  119. package/dist/index237.js +7 -7
  120. package/dist/index238.js +1 -1
  121. package/dist/index24.js +10 -10
  122. package/dist/index241.js +1 -1
  123. package/dist/index242.js +13 -3
  124. package/dist/index243.js +3 -5
  125. package/dist/index244.js +86 -5
  126. package/dist/index246.js +29 -2
  127. package/dist/index247.js +16 -3
  128. package/dist/index248.js +16 -19
  129. package/dist/index249.js +49 -133
  130. package/dist/index250.js +17 -0
  131. package/dist/index251.js +12 -4
  132. package/dist/index252.js +2 -4
  133. package/dist/index253.js +4 -201
  134. package/dist/{index268.js → index254.js} +1 -1
  135. package/dist/index256.js +100 -3
  136. package/dist/index258.js +3 -2
  137. package/dist/index259.js +10 -86
  138. package/dist/index26.js +4 -4
  139. package/dist/index260.js +5 -0
  140. package/dist/index261.js +4 -29
  141. package/dist/index262.js +5 -17
  142. package/dist/index263.js +5 -51
  143. package/dist/index264.js +5 -15
  144. package/dist/index265.js +2 -12
  145. package/dist/index266.js +19 -15
  146. package/dist/index267.js +135 -25
  147. package/dist/index270.js +3 -100
  148. package/dist/index271.js +15 -0
  149. package/dist/index272.js +13 -67
  150. package/dist/index273.js +22 -17
  151. package/dist/index274.js +8 -11
  152. package/dist/index275.js +23 -104
  153. package/dist/index276.js +17 -12
  154. package/dist/index277.js +12 -11
  155. package/dist/index278.js +103 -12
  156. package/dist/index279.js +11 -5
  157. package/dist/index28.js +2 -2
  158. package/dist/index280.js +9 -6
  159. package/dist/index281.js +20 -15
  160. package/dist/index282.js +25 -33
  161. package/dist/index283.js +32 -9
  162. package/dist/index284.js +4 -3
  163. package/dist/index285.js +67 -4
  164. package/dist/index286.js +9 -9
  165. package/dist/index287.js +7 -23
  166. package/dist/index288.js +2 -23
  167. package/dist/index289.js +6 -6
  168. package/dist/index290.js +7 -2
  169. package/dist/index291.js +3 -7
  170. package/dist/index292.js +6 -7
  171. package/dist/index293.js +15 -8
  172. package/dist/index294.js +5 -21
  173. package/dist/index296.js +34 -9
  174. package/dist/index297.js +375 -0
  175. package/dist/index30.js +6 -6
  176. package/dist/index300.js +3 -2
  177. package/dist/index301.js +5 -4
  178. package/dist/index302.js +280 -5
  179. package/dist/index303.js +2 -5
  180. package/dist/index304.js +13 -277
  181. package/dist/index305.js +2 -2
  182. package/dist/index306.js +9 -9
  183. package/dist/index308.js +23 -12
  184. package/dist/index310.js +2 -27
  185. package/dist/index311.js +2 -2
  186. package/dist/index312.js +1 -1
  187. package/dist/index313.js +1 -1
  188. package/dist/index314.js +28 -2
  189. package/dist/index315.js +1 -1
  190. package/dist/index316.js +7 -28
  191. package/dist/index317.js +3 -2
  192. package/dist/index318.js +17 -3
  193. package/dist/index319.js +4 -3
  194. package/dist/index32.js +2 -2
  195. package/dist/index320.js +3 -125
  196. package/dist/index321.js +3 -2
  197. package/dist/index322.js +123 -13
  198. package/dist/index323.js +2 -2
  199. package/dist/index324.js +12 -16
  200. package/dist/index326.js +19 -3
  201. package/dist/index327.js +2 -17
  202. package/dist/index328.js +3 -2
  203. package/dist/index329.js +2 -3
  204. package/dist/index330.js +2 -3
  205. package/dist/index331.js +6 -719
  206. package/dist/index332.js +4 -366
  207. package/dist/index333.js +5 -57
  208. package/dist/index334.js +719 -2
  209. package/dist/index335.js +366 -4
  210. package/dist/index336.js +56 -5
  211. package/dist/index337.js +2 -7
  212. package/dist/index338.js +5 -19
  213. package/dist/index339.js +6 -8
  214. package/dist/index34.js +7 -7
  215. package/dist/index340.js +6 -14
  216. package/dist/index341.js +19 -5
  217. package/dist/index342.js +8 -7
  218. package/dist/index343.js +14 -5
  219. package/dist/index344.js +34 -7
  220. package/dist/index345.js +6 -7
  221. package/dist/index346.js +125 -31
  222. package/dist/index347.js +398 -6
  223. package/dist/index348.js +66 -128
  224. package/dist/index349.js +65 -396
  225. package/dist/index350.js +1 -1
  226. package/dist/index351.js +3 -62
  227. package/dist/index352.js +189 -60
  228. package/dist/index353.js +256 -91
  229. package/dist/index354.js +18 -187
  230. package/dist/index356.js +133 -21
  231. package/dist/index357.js +95 -0
  232. package/dist/index358.js +2 -134
  233. package/dist/index359.js +1 -1
  234. package/dist/index36.js +5 -5
  235. package/dist/index360.js +441 -2
  236. package/dist/index361.js +114 -427
  237. package/dist/index362.js +46 -127
  238. package/dist/index363.js +67 -44
  239. package/dist/index364.js +516 -66
  240. package/dist/index365.js +45 -515
  241. package/dist/index38.js +24 -24
  242. package/dist/index40.js +7 -7
  243. package/dist/index42.js +2 -2
  244. package/dist/index44.js +7 -7
  245. package/dist/index46.js +8 -8
  246. package/dist/index48.js +4 -4
  247. package/dist/index50.js +4 -4
  248. package/dist/index54.js +2 -2
  249. package/dist/index56.js +2 -2
  250. package/dist/index58.js +2 -2
  251. package/dist/index60.js +4 -4
  252. package/dist/index62.js +8 -8
  253. package/dist/index68.js +1 -1
  254. package/dist/index7.js +2 -2
  255. package/dist/index72.js +16 -10
  256. package/dist/index74.js +119 -79
  257. package/dist/index75.js +85 -0
  258. package/dist/index77.js +17 -123
  259. package/dist/index78.js +127 -0
  260. package/dist/{index81.js → index82.js} +9 -9
  261. package/dist/{index83.js → index84.js} +4 -4
  262. package/dist/{index85.js → index86.js} +3 -3
  263. package/dist/{index87.js → index88.js} +2 -2
  264. package/dist/index9.js +1 -1
  265. package/dist/index90.js +37 -125
  266. package/dist/index91.js +134 -0
  267. package/dist/{index92.js → index93.js} +4 -4
  268. package/dist/{index94.js → index95.js} +3 -3
  269. package/dist/{index96.js → index97.js} +6 -6
  270. package/dist/{index98.js → index99.js} +2 -2
  271. package/package.json +2 -2
  272. package/dist/components/BaseColorInput/ColorPallette.vue.d.ts +0 -13
  273. package/dist/index108.js +0 -144
  274. package/dist/index139.js +0 -15
  275. package/dist/index216.js +0 -140
  276. package/dist/index228.js +0 -5
  277. package/dist/index245.js +0 -7
  278. package/dist/index257.js +0 -5
  279. package/dist/index299.js +0 -9
  280. package/dist/index355.js +0 -260
  281. package/dist/index366.js +0 -52
  282. package/dist/index76.js +0 -21
  283. package/dist/index89.js +0 -46
  284. /package/dist/{index100.js → index101.js} +0 -0
  285. /package/dist/{index102.js → index103.js} +0 -0
  286. /package/dist/{index104.js → index105.js} +0 -0
  287. /package/dist/{index106.js → index107.js} +0 -0
  288. /package/dist/{index111.js → index112.js} +0 -0
  289. /package/dist/{index113.js → index114.js} +0 -0
  290. /package/dist/{index117.js → index118.js} +0 -0
  291. /package/dist/{index119.js → index120.js} +0 -0
  292. /package/dist/{index125.js → index126.js} +0 -0
  293. /package/dist/{index127.js → index128.js} +0 -0
  294. /package/dist/{index129.js → index130.js} +0 -0
  295. /package/dist/{index255.js → index269.js} +0 -0
  296. /package/dist/{index79.js → index80.js} +0 -0
@@ -0,0 +1,185 @@
1
+ import { defineComponent as f, ref as y, computed as g, createBlock as v, openBlock as B, withCtx as a, createVNode as $, mergeProps as w, renderSlot as n, normalizeProps as l, guardReactiveProps as i } from "vue";
2
+ import T from "./index28.js";
3
+ /* empty css */
4
+ import V from "./index38.js";
5
+ /* empty css */
6
+ const F = /* @__PURE__ */ f({
7
+ __name: "BbSelect",
8
+ props: {
9
+ allowWriting: { type: [Boolean, String], default: !0 },
10
+ "append:icon": {},
11
+ autocomplete: {},
12
+ autofocus: {},
13
+ clearable: { type: Boolean },
14
+ comma: { type: Boolean },
15
+ compact: { type: Boolean },
16
+ dependencies: {},
17
+ depsDebounceTime: {},
18
+ direction: {},
19
+ disabled: { type: Boolean },
20
+ enforceCoherence: { type: Boolean },
21
+ errors: {},
22
+ filterBy: { type: [String, Array, Boolean, Function, null], default: () => [] },
23
+ groupBy: {},
24
+ hasErrors: { type: Boolean },
25
+ hideLabel: { type: Boolean },
26
+ hint: {},
27
+ id: {},
28
+ items: {},
29
+ headerHeight: {},
30
+ itemHeight: {},
31
+ itemText: {},
32
+ itemValue: {},
33
+ label: {},
34
+ labelPosition: {},
35
+ loading: { type: Boolean },
36
+ loadingText: {},
37
+ max: {},
38
+ maxSelectedLabels: {},
39
+ modelValue: {},
40
+ modelValueDebounceTime: {},
41
+ multiple: { type: Boolean },
42
+ name: {},
43
+ noDataText: {},
44
+ persistentHint: { type: Boolean },
45
+ placeholder: {},
46
+ prefill: { type: [Boolean, String], default: "focus" },
47
+ "prepend:icon": {},
48
+ required: { type: Boolean },
49
+ queryDebounceTime: {},
50
+ readonly: { type: Boolean },
51
+ reverse: { type: Boolean },
52
+ selectedLabelsFn: {},
53
+ showChevron: { type: Boolean, default: !0 },
54
+ stash: { type: Boolean },
55
+ transitionDuration: {},
56
+ updateOnAnimationFrame: { type: Boolean }
57
+ },
58
+ emits: ["blur", "change", "click", "focus", "inactive", "input", "update:modelValue", "option:add"],
59
+ setup(p, { emit: m }) {
60
+ const r = p, t = m, s = y(!1), u = g(() => r.persistentHint || s.value), h = {
61
+ onBlur: (e) => t("blur", e),
62
+ onChange: (e) => t("change", e),
63
+ onClick: (e) => t("click", e),
64
+ "onOption:add": (e) => t("option:add", e),
65
+ onFocus: (e) => {
66
+ s.value = !0, t("focus", e);
67
+ },
68
+ onInactive: () => {
69
+ s.value = !1, t("inactive");
70
+ },
71
+ onInput: (e) => t("input", e),
72
+ "onUpdate:modelValue": (e) => t("update:modelValue", e)
73
+ };
74
+ return (e, D) => (B(), v(T, {
75
+ id: e.id,
76
+ class: "bb-select",
77
+ compact: e.compact,
78
+ direction: e.direction,
79
+ errors: e.errors,
80
+ "has-errors": e.hasErrors,
81
+ "hide-label": e.hideLabel,
82
+ hint: e.hint,
83
+ label: e.label,
84
+ "label-position": e.labelPosition,
85
+ "model-value": e.modelValue,
86
+ name: e.name,
87
+ reverse: e.reverse,
88
+ "show-hint": u.value
89
+ }, {
90
+ label: a((d) => [
91
+ n(e.$slots, "label", l(i(d)))
92
+ ]),
93
+ input: a(({ id: d, hasErrors: c, ariaDescribedby: b }) => [
94
+ $(V, w({
95
+ id: d,
96
+ "allow-writing": e.allowWriting,
97
+ "append:icon": r["append:icon"],
98
+ "aria-describedby": b,
99
+ autocomplete: e.autocomplete,
100
+ autofocus: e.autofocus,
101
+ clearable: e.clearable,
102
+ comma: e.comma,
103
+ compact: e.compact,
104
+ dependencies: e.dependencies,
105
+ "deps-debounce-time": e.depsDebounceTime,
106
+ disabled: e.disabled,
107
+ "enforce-coherence": e.enforceCoherence,
108
+ "filter-by": e.filterBy,
109
+ "group-by": e.groupBy,
110
+ "has-errors": c,
111
+ "header-height": e.headerHeight,
112
+ "item-height": e.itemHeight,
113
+ "item-text": e.itemText,
114
+ "item-value": e.itemValue,
115
+ items: e.items,
116
+ loading: e.loading,
117
+ "loading-text": e.loadingText,
118
+ max: e.max,
119
+ "max-selected-labels": e.maxSelectedLabels,
120
+ "model-value": e.modelValue,
121
+ "model-value-debounce-time": e.modelValueDebounceTime,
122
+ multiple: e.multiple,
123
+ name: e.name,
124
+ "no-data-text": e.noDataText,
125
+ placeholder: e.placeholder,
126
+ prefill: e.prefill,
127
+ "prepend:icon": r["prepend:icon"],
128
+ "query-debounce-time": e.queryDebounceTime,
129
+ readonly: e.readonly,
130
+ required: e.required,
131
+ "selected-labels-fn": e.selectedLabelsFn,
132
+ "show-chevron": e.showChevron,
133
+ stash: e.stash,
134
+ "transition-duration": e.transitionDuration,
135
+ "update-on-animation-frame": e.updateOnAnimationFrame
136
+ }, h), {
137
+ "append-outer": a((o) => [
138
+ n(e.$slots, "append-outer", l(i(o)))
139
+ ]),
140
+ append: a((o) => [
141
+ n(e.$slots, "append", l(i(o)))
142
+ ]),
143
+ prefix: a((o) => [
144
+ n(e.$slots, "prefix", l(i(o)))
145
+ ]),
146
+ chevron: a((o) => [
147
+ n(e.$slots, "chevron", l(i(o)))
148
+ ]),
149
+ loading: a((o) => [
150
+ n(e.$slots, "loading", l(i(o)))
151
+ ]),
152
+ "no-data": a((o) => [
153
+ n(e.$slots, "no-data", l(i(o)))
154
+ ]),
155
+ option: a((o) => [
156
+ n(e.$slots, "option", l(i(o)))
157
+ ]),
158
+ group: a((o) => [
159
+ n(e.$slots, "group", l(i(o)))
160
+ ]),
161
+ "options:append": a((o) => [
162
+ n(e.$slots, "options:append", l(i(o)))
163
+ ]),
164
+ "options:prepend": a((o) => [
165
+ n(e.$slots, "options:prepend", l(i(o)))
166
+ ]),
167
+ "prepend-outer": a((o) => [
168
+ n(e.$slots, "prepend-outer", l(i(o)))
169
+ ]),
170
+ prepend: a((o) => [
171
+ n(e.$slots, "prepend", l(i(o)))
172
+ ]),
173
+ suffix: a((o) => [
174
+ n(e.$slots, "suffix", l(i(o)))
175
+ ]),
176
+ _: 2
177
+ }, 1040, ["id", "allow-writing", "append:icon", "aria-describedby", "autocomplete", "autofocus", "clearable", "comma", "compact", "dependencies", "deps-debounce-time", "disabled", "enforce-coherence", "filter-by", "group-by", "has-errors", "header-height", "item-height", "item-text", "item-value", "items", "loading", "loading-text", "max", "max-selected-labels", "model-value", "model-value-debounce-time", "multiple", "name", "no-data-text", "placeholder", "prefill", "prepend:icon", "query-debounce-time", "readonly", "required", "selected-labels-fn", "show-chevron", "stash", "transition-duration", "update-on-animation-frame"])
178
+ ]),
179
+ _: 3
180
+ }, 8, ["id", "compact", "direction", "errors", "has-errors", "hide-label", "hint", "label", "label-position", "model-value", "name", "reverse", "show-hint"]));
181
+ }
182
+ });
183
+ export {
184
+ F as default
185
+ };
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as p, computed as s, createElementBlock as b, openBlock as _, mergeProps as a, createStaticVNode as x } from "vue";
2
- import { isCssColor as m } from "./index226.js";
2
+ import { isCssColor as m } from "./index223.js";
3
3
  const d = /* @__PURE__ */ p({
4
4
  __name: "BbSpinner",
5
5
  props: {
package/dist/index12.js CHANGED
@@ -1,6 +1,6 @@
1
- import { nanoid as p } from "./index144.js";
1
+ import { nanoid as p } from "./index145.js";
2
2
  import { reactive as d } from "vue";
3
- import { wait as h } from "./index141.js";
3
+ import { wait as h } from "./index142.js";
4
4
  const i = d({
5
5
  stack: []
6
6
  }), b = () => {
@@ -1,18 +1,18 @@
1
1
  import { defineComponent as fe, ref as r, computed as f, getCurrentInstance as be, watch as b, nextTick as J, onMounted as me, createElementBlock as y, openBlock as u, normalizeClass as S, unref as he, createElementVNode as m, renderSlot as g, normalizeProps as X, guardReactiveProps as Y, normalizeStyle as ve, Fragment as M, renderList as Q, createVNode as pe, withCtx as T, toDisplayString as ye, createBlock as U, resolveDynamicComponent as ge, Transition as ke, createCommentVNode as _e } from "vue";
2
2
  import { useId as Se } from "./index8.js";
3
- import { useRoute as we } from "./index148.js";
4
- import { useRouter as xe } from "./index149.js";
5
- import { useScroll as $e, useResizeObserver as Ie } from "./index142.js";
3
+ import { useRoute as we } from "./index149.js";
4
+ import { useRouter as xe } from "./index150.js";
5
+ import { useScroll as $e, useResizeObserver as Ie } from "./index143.js";
6
6
  import Ce from "./index14.js";
7
7
  /* empty css */
8
- import Be from "./index113.js";
8
+ import Be from "./index114.js";
9
9
  /* empty css */
10
- import { useFrameworkDetection as Te } from "./index143.js";
11
- import { merge as qe } from "./index282.js";
12
- import { isNil as Le } from "./index258.js";
10
+ import { useFrameworkDetection as Te } from "./index144.js";
11
+ import { merge as qe } from "./index283.js";
12
+ import { isNil as Le } from "./index252.js";
13
13
  import { useQuery as Fe } from "./index11.js";
14
14
  import { hash as Ee } from "./index233.js";
15
- import { isNotNil as Ne } from "./index146.js";
15
+ import { isNotNil as Ne } from "./index147.js";
16
16
  import { useLogger as Pe } from "./index236.js";
17
17
  const Ve = ["id"], Re = { class: "bb-tab__label-boundary" }, Ke = { class: "bb-tab__label" }, De = { class: "bb-tab__panes-container" }, We = ["id", "aria-labelledby", "tabindex"], rt = /* @__PURE__ */ fe({
18
18
  __name: "BbTab",
@@ -1,16 +1,16 @@
1
1
  import { defineComponent as he, mergeModels as X, ref as ke, computed as u, toRef as O, useModel as Y, watch as M, reactive as ge, createBlock as Z, openBlock as s, resolveDynamicComponent as xe, normalizeClass as i, withCtx as we, createElementBlock as o, createCommentVNode as p, createElementVNode as n, toDisplayString as m, renderSlot as c, unref as v, Fragment as k, renderList as x, normalizeStyle as H, createVNode as ee, createTextVNode as Ce, mergeProps as Ie } from "vue";
2
- import { clamp as Ve } from "./index217.js";
2
+ import { clamp as Ve } from "./index220.js";
3
3
  import { hash as T } from "./index233.js";
4
- import { isNil as w } from "./index258.js";
5
- import { when as $e } from "./index251.js";
4
+ import { isNil as w } from "./index252.js";
5
+ import { when as $e } from "./index253.js";
6
6
  import { useId as Be } from "./index8.js";
7
- import { useItemValue as He } from "./index293.js";
8
- import { useItemsGetter as Te } from "./index261.js";
9
- import { usePrefill as Ae } from "./index266.js";
10
- import { useIndexById as le } from "./index262.js";
11
- import { useBaseOptions as Ne } from "./index263.js";
12
- import { useHashedWatcher as Le } from "./index265.js";
13
- import { useLocale as De } from "./index225.js";
7
+ import { useItemValue as He } from "./index280.js";
8
+ import { useItemsGetter as Te } from "./index246.js";
9
+ import { usePrefill as Ae } from "./index247.js";
10
+ import { useIndexById as le } from "./index248.js";
11
+ import { useBaseOptions as Ne } from "./index249.js";
12
+ import { useHashedWatcher as Le } from "./index251.js";
13
+ import { useLocale as De } from "./index242.js";
14
14
  import ae from "./index18.js";
15
15
  /* empty css */
16
16
  import Ee from "./index32.js";
package/dist/index13.js CHANGED
@@ -1,10 +1,10 @@
1
- import { copy as Y } from "./index145.js";
1
+ import { copy as Y } from "./index146.js";
2
2
  import { reactive as D, watch as f, toValue as G, computed as d, provide as H } from "vue";
3
- import { isNotNil as a } from "./index146.js";
4
- import { mapValues as Q } from "./index147.js";
5
- import { useRoute as X } from "./index148.js";
6
- import { useRouter as Z } from "./index149.js";
7
- import { useStepper as _ } from "./index142.js";
3
+ import { isNotNil as a } from "./index147.js";
4
+ import { mapValues as Q } from "./index148.js";
5
+ import { useRoute as X } from "./index149.js";
6
+ import { useRouter as Z } from "./index150.js";
7
+ import { useStepper as _ } from "./index143.js";
8
8
  const ee = Symbol(), k = /((step\/)(?<step>[\s\S]+?)(?=[/?]))|((step\/)(?<step2>[\s\S]+))/, N = (i) => {
9
9
  const s = i.match(k);
10
10
  return s?.groups?.step ?? s?.groups?.step2 ?? null;
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as a, createElementBlock as o, openBlock as e, normalizeClass as c, createVNode as l, TransitionGroup as m, withCtx as i, Fragment as p, renderList as u, unref as r, createBlock as f, mergeProps as _ } from "vue";
2
2
  import { useToast as d, state as k } from "./index12.js";
3
- import b from "./index272.js";
3
+ import b from "./index285.js";
4
4
  const $ = /* @__PURE__ */ a({
5
5
  __name: "BbToast",
6
6
  props: {
@@ -1,14 +1,14 @@
1
1
  import { defineComponent as R, mergeModels as U, ref as L, computed as v, useTemplateRef as W, useModel as x, watch as m, onBeforeUnmount as F, createElementBlock as I, openBlock as g, Fragment as _, renderSlot as k, createCommentVNode as C, createVNode as j, normalizeProps as q, mergeProps as B, withCtx as T, createElementVNode as f, normalizeStyle as G, createBlock as H, unref as J } from "vue";
2
2
  import { useId as K } from "./index8.js";
3
- import { useLocale as Q } from "./index225.js";
4
- import { useUntil as X } from "./index276.js";
3
+ import { useLocale as Q } from "./index242.js";
4
+ import { useUntil as X } from "./index272.js";
5
5
  import Y from "./index14.js";
6
6
  /* empty css */
7
- import Z from "./index249.js";
7
+ import Z from "./index267.js";
8
8
  /* empty css */
9
- import { useElementSize as ee } from "./index142.js";
10
- import { extractDomContainer as V } from "./index285.js";
11
- import { parseWidthString as te } from "./index288.js";
9
+ import { useElementSize as ee } from "./index143.js";
10
+ import { extractDomContainer as V } from "./index261.js";
11
+ import { parseWidthString as te } from "./index273.js";
12
12
  const ce = /* @__PURE__ */ R({
13
13
  inheritAttrs: !1,
14
14
  __name: "BbTooltip",
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as $, computed as g, resolveComponent as y, createElementBlock as f, openBlock 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 "./index279.js";
2
+ import { flattenTree as T } from "./index294.js";
3
3
  const w = { class: "bb-tree-row" }, E = { class: "bb-tree-main-content" }, N = /* @__PURE__ */ $({
4
4
  __name: "BbTree",
5
5
  props: {
@@ -1,12 +1,12 @@
1
1
  import { defineComponent as k, ref as y, createElementBlock as C, openBlock as t, normalizeClass as E, renderSlot as n, createBlock as s, createCommentVNode as l, createVNode as a, createElementVNode as m, unref as p } from "vue";
2
2
  /* empty css */
3
3
  /* empty css */
4
- import u from "./index87.js";
4
+ import u from "./index88.js";
5
5
  /* empty css */
6
- import I from "./index115.js";
6
+ import I from "./index116.js";
7
7
  /* empty css */
8
- import N from "./index221.js";
9
- import g from "./index222.js";
8
+ import N from "./index226.js";
9
+ import g from "./index227.js";
10
10
  /* empty css */
11
11
  const h = { class: "bb-common-input-inner-container__prefix" }, B = { class: "bb-common-input-inner-container__suffix" }, R = /* @__PURE__ */ k({
12
12
  __name: "CommonInputInnerContainer",
package/dist/index14.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as w, getCurrentInstance as P, computed as r, createBlock as c, openBlock as i, mergeProps as f, withCtx as v, renderSlot as d, createTextVNode as p, toDisplayString as h, resolveDynamicComponent as b } from "vue";
2
- import R from "./index224.js";
3
- import { useFrameworkDetection as _ } from "./index143.js";
2
+ import R from "./index296.js";
3
+ import { useFrameworkDetection as _ } from "./index144.js";
4
4
  import { _config as g } from "./index4.js";
5
5
  const D = /* @__PURE__ */ w({
6
6
  __name: "BaseButton",
package/dist/index140.js CHANGED
@@ -1,13 +1,15 @@
1
- import { clamp as s } from "./index217.js";
2
- const o = (n, e, r = !1) => {
3
- const t = n * 100 / e;
4
- return r ? s(t, 0, 100) : t;
5
- }, g = (n, e, r, t = !1) => o(n - e, r - e, t), l = (n, e, r) => {
6
- const t = r - e, c = n / 100 * t;
7
- return e + c;
8
- };
1
+ import { createElementBlock as t, openBlock as n, renderSlot as e } from "vue";
2
+ /* empty css */
3
+ import r from "./index217.js";
4
+ const s = {}, c = { class: "bb-common-input-outer-container" };
5
+ function p(o, a) {
6
+ return n(), t("span", c, [
7
+ e(o.$slots, "prepend-outer"),
8
+ e(o.$slots, "default"),
9
+ e(o.$slots, "append-outer")
10
+ ]);
11
+ }
12
+ const i = /* @__PURE__ */ r(s, [["render", p]]);
9
13
  export {
10
- o as getAsPercentage,
11
- g as getAsPercentageBetween,
12
- l as getValueFromPercentageInInterval
14
+ i as default
13
15
  };
package/dist/index141.js CHANGED
@@ -1,4 +1,13 @@
1
- const o = (e) => new Promise((t) => setTimeout(t, e));
1
+ import { clamp as s } from "./index220.js";
2
+ const o = (n, e, r = !1) => {
3
+ const t = n * 100 / e;
4
+ return r ? s(t, 0, 100) : t;
5
+ }, g = (n, e, r, t = !1) => o(n - e, r - e, t), l = (n, e, r) => {
6
+ const t = r - e, c = n / 100 * t;
7
+ return e + c;
8
+ };
2
9
  export {
3
- o as wait
10
+ o as getAsPercentage,
11
+ g as getAsPercentageBetween,
12
+ l as getValueFromPercentageInInterval
4
13
  };