bitboss-ui 2.0.87 → 2.0.89

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 (230) hide show
  1. package/dist/components/BaseButton/BaseButton.vue.d.ts +14 -7
  2. package/dist/components/BaseCheckbox/BaseCheckbox.vue.d.ts +17 -6
  3. package/dist/components/BaseCheckboxGroup/BaseCheckboxGroup.vue.d.ts +27 -224
  4. package/dist/components/BaseColorInput/BaseColorInput.vue.d.ts +14 -2
  5. package/dist/components/BaseDatePicker/BaseDatePicker.vue.d.ts +1 -1
  6. package/dist/components/BaseDatePicker/BaseDatePickerHeader.vue.d.ts +1 -1
  7. package/dist/components/BaseDatePicker/BaseDatePickerInputDaySelector.vue.d.ts +27 -18
  8. package/dist/components/BaseDatePicker/BaseDatePickerMonthSelector.vue.d.ts +1 -1
  9. package/dist/components/BaseDatePicker/BaseDatePickerYearSelector.vue.d.ts +1 -1
  10. package/dist/components/BaseDatePickerInput/BaseDatePickerInput.vue.d.ts +155 -19
  11. package/dist/components/BaseDialog/BaseDialog.vue.d.ts +16 -2
  12. package/dist/components/BaseInputContainer/BaseInputContainer.vue.d.ts +10 -3
  13. package/dist/components/BaseNumberInput/BaseNumberInput.vue.d.ts +13 -2
  14. package/dist/components/BaseRadio/BaseRadio.vue.d.ts +15 -6
  15. package/dist/components/BaseRadioGroup/BaseRadioGroup.vue.d.ts +27 -224
  16. package/dist/components/BaseRating/BaseRating.vue.d.ts +13 -2
  17. package/dist/components/BaseSelect/BaseSelect.vue.d.ts +315 -6
  18. package/dist/components/BaseSlider/BaseSlider.vue.d.ts +17 -3
  19. package/dist/components/BaseSwitch/BaseSwitch.vue.d.ts +13 -2
  20. package/dist/components/BaseSwitchGroup/BaseSwitchGroup.vue.d.ts +28 -217
  21. package/dist/components/BaseTag/BaseTag.vue.d.ts +200 -4
  22. package/dist/components/BaseTextInput/BaseTextInput.vue.d.ts +14 -3
  23. package/dist/components/BaseTextarea/BaseTextarea.vue.d.ts +13 -2
  24. package/dist/components/BbAccordion/BbAccordion.vue.d.ts +28 -20
  25. package/dist/components/BbAlert/BbAlert.vue.d.ts +23 -16
  26. package/dist/components/BbAvatar/BbAvatar.vue.d.ts +15 -6
  27. package/dist/components/BbBadge/BbBadge.vue.d.ts +14 -7
  28. package/dist/components/BbBreadcrumbs/BbBreadcrumbs.vue.d.ts +51 -44
  29. package/dist/components/BbButton/BbButton.vue.d.ts +13 -6
  30. package/dist/components/BbCheckbox/BbCheckbox.vue.d.ts +28 -19
  31. package/dist/components/BbCheckboxGroup/BbCheckboxGroup.vue.d.ts +32 -252
  32. package/dist/components/BbChip/BbChip.vue.d.ts +13 -6
  33. package/dist/components/BbCollapsible/BbCollapsible.vue.d.ts +13 -6
  34. package/dist/components/BbColorInput/BbColorInput.vue.d.ts +21 -12
  35. package/dist/components/BbConfirm/BbConfirm.vue.d.ts +24 -17
  36. package/dist/components/BbDatePickerInput/BbDatePickerInput.vue.d.ts +29 -22
  37. package/dist/components/BbDialog/BbDialog.vue.d.ts +9 -2
  38. package/dist/components/BbDropdown/BbDropdown.vue.d.ts +177 -159
  39. package/dist/components/BbDropdownButton/BbDropdownButton.vue.d.ts +190 -183
  40. package/dist/components/BbDropzone/BbDropzone.vue.d.ts +26 -17
  41. package/dist/components/BbIntersection/BbIntersection.vue.d.ts +24 -15
  42. package/dist/components/BbNumberInput/BbNumberInput.vue.d.ts +102 -12
  43. package/dist/components/BbOffCanvas/BbOffCanvas.vue.d.ts +17 -3
  44. package/dist/components/BbPagination/BbPagination.vue.d.ts +33 -23
  45. package/dist/components/BbPopover/BbPopover.vue.d.ts +66 -54
  46. package/dist/components/BbRadio/BbRadio.vue.d.ts +28 -19
  47. package/dist/components/BbRadioGroup/BbRadioGroup.vue.d.ts +32 -252
  48. package/dist/components/BbRating/BbRating.vue.d.ts +21 -12
  49. package/dist/components/BbRatio/BbRatio.vue.d.ts +14 -7
  50. package/dist/components/BbSelect/BbSelect.vue.d.ts +7 -162
  51. package/dist/components/BbSlider/BbSlider.vue.d.ts +21 -12
  52. package/dist/components/BbSmoothHeight/BbSmoothHeight.vue.d.ts +13 -3
  53. package/dist/components/BbSwitch/BbSwitch.vue.d.ts +28 -19
  54. package/dist/components/BbSwitchGroup/BbSwitchGroup.vue.d.ts +32 -252
  55. package/dist/components/BbTab/BbTab.vue.d.ts +89 -78
  56. package/dist/components/BbTable/BbTable.vue.d.ts +95 -78
  57. package/dist/components/BbTable/types.d.ts +0 -4
  58. package/dist/components/BbTag/BbTag.vue.d.ts +11 -2
  59. package/dist/components/BbTeleport.vue.d.ts +10 -3
  60. package/dist/components/BbTextInput/BbTextInput.vue.d.ts +21 -12
  61. package/dist/components/BbTextarea/BbTextarea.vue.d.ts +21 -12
  62. package/dist/components/BbToast/BbToast.vue.d.ts +1 -1
  63. package/dist/components/BbToast/BbToastMessage.vue.d.ts +1 -1
  64. package/dist/components/BbTooltip/BbTooltip.vue.d.ts +13 -3
  65. package/dist/components/BbTree/BbTree.vue.d.ts +9 -2
  66. package/dist/components/ChipsBox.vue.d.ts +2 -2
  67. package/dist/components/CommaBox.vue.d.ts +2 -2
  68. package/dist/components/CommonFloating.vue.d.ts +15 -7
  69. package/dist/components/CommonInputInnerContainer.vue.d.ts +16 -7
  70. package/dist/components/CommonInputOuterContainer.vue.d.ts +12 -5
  71. package/dist/components/ListBox.vue.d.ts +25 -16
  72. package/dist/components/OptionsContainer.vue.d.ts +26 -88
  73. package/dist/components/Transitions/Slide.vue.d.ts +12 -5
  74. package/dist/components/Transitions/SlideBack.vue.d.ts +12 -5
  75. package/dist/composables/useBroadcastChannelInstance.d.ts +2 -2
  76. package/dist/composables/useToast.d.ts +1 -1
  77. package/dist/composables/useWizard.d.ts +1 -1
  78. package/dist/index110.js +143 -135
  79. package/dist/index118.js +2 -2
  80. package/dist/index120.js +5 -5
  81. package/dist/index122.js +1 -1
  82. package/dist/index126.js +1 -1
  83. package/dist/index127.js +1 -1
  84. package/dist/index128.js +1 -1
  85. package/dist/index13.js +1 -1
  86. package/dist/index130.js +1 -1
  87. package/dist/index132.js +6 -6
  88. package/dist/index15.js +4 -4
  89. package/dist/index17.js +3 -3
  90. package/dist/index19.js +2 -2
  91. package/dist/index204.js +2 -81
  92. package/dist/index205.js +53 -2
  93. package/dist/index207.js +13 -4
  94. package/dist/index208.js +5 -2
  95. package/dist/index209.js +14 -124
  96. package/dist/index21.js +14 -14
  97. package/dist/index210.js +16 -5
  98. package/dist/index211.js +17 -123
  99. package/dist/index212.js +18 -18
  100. package/dist/index213.js +24 -13
  101. package/dist/index214.js +3 -16
  102. package/dist/index215.js +2 -2
  103. package/dist/index216.js +8 -2
  104. package/dist/index217.js +248 -40
  105. package/dist/index218.js +50 -18
  106. package/dist/index219.js +43 -5
  107. package/dist/index220.js +4 -52
  108. package/dist/index221.js +62 -0
  109. package/dist/index222.js +3 -13
  110. package/dist/index223.js +3 -5
  111. package/dist/index224.js +41 -12
  112. package/dist/index225.js +6 -369
  113. package/dist/index226.js +7 -4
  114. package/dist/index227.js +12 -164
  115. package/dist/index228.js +80 -83
  116. package/dist/index229.js +166 -0
  117. package/dist/index23.js +16 -16
  118. package/dist/index230.js +84 -19
  119. package/dist/index232.js +2 -3
  120. package/dist/index233.js +4 -8
  121. package/dist/index234.js +2 -249
  122. package/dist/index235.js +18 -50
  123. package/dist/index236.js +4 -44
  124. package/dist/index237.js +126 -5
  125. package/dist/index238.js +124 -59
  126. package/dist/index239.js +2 -3
  127. package/dist/index240.js +5 -7
  128. package/dist/index241.js +369 -3
  129. package/dist/index242.js +2 -2
  130. package/dist/index243.js +2 -18
  131. package/dist/index244.js +17 -105
  132. package/dist/index245.js +108 -0
  133. package/dist/{index246.js → index247.js} +1 -1
  134. package/dist/index25.js +6 -6
  135. package/dist/index251.js +9 -6
  136. package/dist/index252.js +23 -16
  137. package/dist/index253.js +88 -8
  138. package/dist/index255.js +6 -89
  139. package/dist/index256.js +18 -0
  140. package/dist/index258.js +3 -4
  141. package/dist/index260.js +7 -6
  142. package/dist/index261.js +281 -2
  143. package/dist/index262.js +6 -2
  144. package/dist/index263.js +2 -2
  145. package/dist/index266.js +2 -126
  146. package/dist/index267.js +2 -431
  147. package/dist/index268.js +2 -176
  148. package/dist/index269.js +2 -3
  149. package/dist/index27.js +1 -1
  150. package/dist/index270.js +4 -0
  151. package/dist/index271.js +2 -7
  152. package/dist/index272.js +1 -21
  153. package/dist/index273.js +30 -0
  154. package/dist/index274.js +21 -1
  155. package/dist/index276.js +224 -12
  156. package/dist/index277.js +429 -7
  157. package/dist/index278.js +2 -9
  158. package/dist/index279.js +87 -15
  159. package/dist/index280.js +3 -4
  160. package/dist/index281.js +11 -435
  161. package/dist/index282.js +7 -125
  162. package/dist/index283.js +8 -199
  163. package/dist/index284.js +17 -2
  164. package/dist/index285.js +4 -2
  165. package/dist/index286.js +4 -2
  166. package/dist/index287.js +176 -2
  167. package/dist/index288.js +200 -2
  168. package/dist/index289.js +2 -2
  169. package/dist/index29.js +3 -3
  170. package/dist/index290.js +65 -27
  171. package/dist/index291.js +2 -22
  172. package/dist/index292.js +128 -0
  173. package/dist/index293.js +22 -89
  174. package/dist/index295.js +5 -3
  175. package/dist/index296.js +436 -3
  176. package/dist/index297.js +126 -210
  177. package/dist/index298.js +3 -2
  178. package/dist/index299.js +3 -5
  179. package/dist/index300.js +204 -59
  180. package/dist/index301.js +3 -4
  181. package/dist/index302.js +2 -3
  182. package/dist/index303.js +3 -59
  183. package/dist/index304.js +58 -3
  184. package/dist/index305.js +6 -32
  185. package/dist/index306.js +17 -5
  186. package/dist/index309.js +32 -6
  187. package/dist/index31.js +2 -2
  188. package/dist/index310.js +5 -17
  189. package/dist/index313.js +2 -47
  190. package/dist/index314.js +47 -2
  191. package/dist/{index316.js → index315.js} +2 -2
  192. package/dist/index317.js +1 -1
  193. package/dist/index318.js +2 -47
  194. package/dist/index319.js +47 -2
  195. package/dist/index33.js +2 -2
  196. package/dist/index35.js +3 -3
  197. package/dist/index37.js +14 -14
  198. package/dist/index39.js +4 -4
  199. package/dist/index41.js +2 -2
  200. package/dist/index43.js +2 -2
  201. package/dist/index45.js +6 -6
  202. package/dist/index47.js +2 -2
  203. package/dist/index49.js +2 -2
  204. package/dist/index55.js +1 -1
  205. package/dist/index57.js +1 -1
  206. package/dist/index75.js +99 -85
  207. package/dist/index79.js +2 -2
  208. package/dist/index81.js +1 -1
  209. package/dist/index84.js +3 -3
  210. package/dist/index88.js +4 -4
  211. package/dist/index90.js +1 -1
  212. package/dist/style.css +1 -1
  213. package/dist/utilities/functions/booleanishToBoolean.d.ts +1 -1
  214. package/dist/utilities/functions/deburr.d.ts +1 -1
  215. package/dist/utilities/functions/flattenTree.d.ts +1 -1
  216. package/dist/utilities/functions/groupBy.d.ts +1 -1
  217. package/dist/utilities/functions/indexBy.d.ts +1 -1
  218. package/dist/utilities/functions/mapValues.d.ts +1 -1
  219. package/dist/utilities/functions/millisecondsTo.d.ts +1 -1
  220. package/dist/utilities/functions/replace.d.ts +1 -1
  221. package/dist/utilities/functions/retry.d.ts +1 -1
  222. package/dist/utilities/functions/throttle.d.ts +2 -2
  223. package/package.json +4 -4
  224. package/dist/index206.js +0 -4
  225. package/dist/index231.js +0 -29
  226. package/dist/index248.js +0 -4
  227. package/dist/index254.js +0 -25
  228. package/dist/index259.js +0 -283
  229. package/dist/index275.js +0 -5
  230. package/dist/index294.js +0 -226
package/dist/index290.js CHANGED
@@ -1,30 +1,68 @@
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);
1
+ import { defineComponent as d, openBlock as s, createElementBlock as i, normalizeClass as b, createElementVNode as t, createBlock as l, createCommentVNode as o, toDisplayString as n, withCtx as u } from "vue";
2
+ import g from "./index13.js";
3
+ /* empty css */
4
+ import h from "./index126.js";
5
+ /* empty css */
6
+ const k = { class: "bb-toast-message__icon-container" }, f = { class: "bb-toast-message__content" }, C = {
7
+ key: 0,
8
+ class: "bb-toast-message__title"
9
+ }, w = { class: "bb-toast-message__text" }, E = /* @__PURE__ */ d({
10
+ __name: "BbToastMessage",
11
+ props: {
12
+ title: {},
13
+ text: {},
14
+ icon: {},
15
+ theme: { default: "default" },
16
+ id: {},
17
+ showClose: { type: Boolean }
18
+ },
19
+ emits: ["click:close"],
20
+ setup(r, { emit: c }) {
21
+ const m = r, p = c, _ = () => {
22
+ p("click:close", m.id);
23
+ };
24
+ return (e, a) => (s(), i("div", {
25
+ "aria-atomic": "true",
26
+ "aria-live": "polite",
27
+ "aria-role": "alert",
28
+ class: b(["bb-toast-message", { [`bb-toast-message--${e.theme}`]: e.theme }])
29
+ }, [
30
+ t("div", k, [
31
+ e.icon ? (s(), l(h, {
32
+ key: 0,
33
+ class: "bb-toast-message__icon",
34
+ type: e.icon
35
+ }, null, 8, ["type"])) : o("", !0)
36
+ ]),
37
+ t("div", f, [
38
+ e.title ? (s(), i("p", C, n(e.title), 1)) : o("", !0),
39
+ t("p", w, n(e.text), 1)
40
+ ]),
41
+ e.showClose ? (s(), l(g, {
42
+ key: 0,
43
+ "aria-label": "Chiudi",
44
+ class: "bb-toast-message__close",
45
+ onClick: _
46
+ }, {
47
+ default: u(() => a[0] || (a[0] = [
48
+ t("svg", {
49
+ fill: "none",
50
+ viewBox: "0 0 24 24",
51
+ xmlns: "http://www.w3.org/2000/svg"
52
+ }, [
53
+ t("path", {
54
+ d: "M23 23L1 1M23 1L1 23",
55
+ stroke: "currentColor",
56
+ "stroke-linecap": "round",
57
+ "stroke-width": "2"
58
+ })
59
+ ], -1)
60
+ ])),
61
+ _: 1
62
+ })) : o("", !0)
63
+ ], 2));
17
64
  }
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
- }
65
+ });
27
66
  export {
28
- c as hash,
29
- y as sortNumbers
67
+ E as default
30
68
  };
package/dist/index291.js CHANGED
@@ -1,24 +1,4 @@
1
- import { defineComponent as a, computed as i, openBlock as r, createBlock as d, Transition as l, normalizeStyle as s, withCtx as u, renderSlot as p } from "vue";
2
- const f = /* @__PURE__ */ a({
3
- __name: "Slide",
4
- props: {
5
- direction: { default: "right" },
6
- duration: { default: 500 },
7
- gap: { default: 0 }
8
- },
9
- setup(t) {
10
- const n = t, o = i(() => `bb-slide-in-${n.direction}`);
11
- return (e, m) => (r(), d(l, {
12
- name: o.value,
13
- style: s({ "--transition-duration": `${e.duration}ms`, "--gap": `${e.gap}px` })
14
- }, {
15
- default: u(() => [
16
- p(e.$slots, "default", {}, void 0, !0)
17
- ]),
18
- _: 3
19
- }, 8, ["name", "style"]));
20
- }
21
- });
1
+ var o = { exports: {} };
22
2
  export {
23
- f as default
3
+ o as __module
24
4
  };
@@ -0,0 +1,128 @@
1
+ function l(n) {
2
+ return d(n) ? (n.nodeName || "").toLowerCase() : "#document";
3
+ }
4
+ function c(n) {
5
+ var t;
6
+ return (n == null || (t = n.ownerDocument) == null ? void 0 : t.defaultView) || window;
7
+ }
8
+ function S(n) {
9
+ var t;
10
+ return (t = (d(n) ? n.ownerDocument : n.document) || window.document) == null ? void 0 : t.documentElement;
11
+ }
12
+ function d(n) {
13
+ return n instanceof Node || n instanceof c(n).Node;
14
+ }
15
+ function p(n) {
16
+ return n instanceof Element || n instanceof c(n).Element;
17
+ }
18
+ function m(n) {
19
+ return n instanceof HTMLElement || n instanceof c(n).HTMLElement;
20
+ }
21
+ function f(n) {
22
+ return typeof ShadowRoot > "u" ? !1 : n instanceof ShadowRoot || n instanceof c(n).ShadowRoot;
23
+ }
24
+ function w(n) {
25
+ const {
26
+ overflow: t,
27
+ overflowX: e,
28
+ overflowY: o,
29
+ display: r
30
+ } = g(n);
31
+ return /auto|scroll|overlay|hidden|clip/.test(t + o + e) && !["inline", "contents"].includes(r);
32
+ }
33
+ function L(n) {
34
+ return ["table", "td", "th"].includes(l(n));
35
+ }
36
+ function E(n) {
37
+ return [":popover-open", ":modal"].some((t) => {
38
+ try {
39
+ return n.matches(t);
40
+ } catch {
41
+ return !1;
42
+ }
43
+ });
44
+ }
45
+ function N(n) {
46
+ const t = T(), e = p(n) ? g(n) : n;
47
+ return e.transform !== "none" || e.perspective !== "none" || (e.containerType ? e.containerType !== "normal" : !1) || !t && (e.backdropFilter ? e.backdropFilter !== "none" : !1) || !t && (e.filter ? e.filter !== "none" : !1) || ["transform", "perspective", "filter"].some((o) => (e.willChange || "").includes(o)) || ["paint", "layout", "strict", "content"].some((o) => (e.contain || "").includes(o));
48
+ }
49
+ function D(n) {
50
+ let t = u(n);
51
+ for (; m(t) && !y(t); ) {
52
+ if (N(t))
53
+ return t;
54
+ if (E(t))
55
+ return null;
56
+ t = u(t);
57
+ }
58
+ return null;
59
+ }
60
+ function T() {
61
+ return typeof CSS > "u" || !CSS.supports ? !1 : CSS.supports("-webkit-backdrop-filter", "none");
62
+ }
63
+ function y(n) {
64
+ return ["html", "body", "#document"].includes(l(n));
65
+ }
66
+ function g(n) {
67
+ return c(n).getComputedStyle(n);
68
+ }
69
+ function k(n) {
70
+ return p(n) ? {
71
+ scrollLeft: n.scrollLeft,
72
+ scrollTop: n.scrollTop
73
+ } : {
74
+ scrollLeft: n.scrollX,
75
+ scrollTop: n.scrollY
76
+ };
77
+ }
78
+ function u(n) {
79
+ if (l(n) === "html")
80
+ return n;
81
+ const t = (
82
+ // Step into the shadow DOM of the parent of a slotted node.
83
+ n.assignedSlot || // DOM Element detected.
84
+ n.parentNode || // ShadowRoot detected.
85
+ f(n) && n.host || // Fallback.
86
+ S(n)
87
+ );
88
+ return f(t) ? t.host : t;
89
+ }
90
+ function b(n) {
91
+ const t = u(n);
92
+ return y(t) ? n.ownerDocument ? n.ownerDocument.body : n.body : m(t) && w(t) ? t : b(t);
93
+ }
94
+ function a(n, t, e) {
95
+ var o;
96
+ t === void 0 && (t = []), e === void 0 && (e = !0);
97
+ const r = b(n), h = r === ((o = n.ownerDocument) == null ? void 0 : o.body), i = c(r);
98
+ if (h) {
99
+ const s = v(i);
100
+ return t.concat(i, i.visualViewport || [], w(r) ? r : [], s && e ? a(s) : []);
101
+ }
102
+ return t.concat(r, a(r, [], e));
103
+ }
104
+ function v(n) {
105
+ return n.parent && Object.getPrototypeOf(n.parent) ? n.frameElement : null;
106
+ }
107
+ export {
108
+ g as getComputedStyle,
109
+ D as getContainingBlock,
110
+ S as getDocumentElement,
111
+ v as getFrameElement,
112
+ b as getNearestOverflowAncestor,
113
+ l as getNodeName,
114
+ k as getNodeScroll,
115
+ a as getOverflowAncestors,
116
+ u as getParentNode,
117
+ c as getWindow,
118
+ N as isContainingBlock,
119
+ p as isElement,
120
+ m as isHTMLElement,
121
+ y as isLastTraversableNode,
122
+ d as isNode,
123
+ w as isOverflowElement,
124
+ f as isShadowRoot,
125
+ L as isTableElement,
126
+ E as isTopLayer,
127
+ T as isWebKit
128
+ };
package/dist/index293.js CHANGED
@@ -1,91 +1,24 @@
1
- import { getDefaultExportFromCjs as M, commonjsGlobal as b } from "./index260.js";
2
- var k = "Expected a function", E = NaN, N = "[object Symbol]", $ = /^\s+|\s+$/g, A = /^[-+]0x[0-9a-f]+$/i, B = /^0b[01]+$/i, R = /^0o[0-7]+$/i, _ = parseInt, D = typeof b == "object" && b && b.Object === Object && b, G = typeof self == "object" && self && self.Object === Object && self, P = D || G || Function("return this")(), H = Object.prototype, U = H.toString, X = Math.max, q = Math.min, v = function() {
3
- return P.Date.now();
4
- };
5
- function z(e, n, r) {
6
- var f, a, m, u, i, c, s = 0, x = !1, l = !1, j = !0;
7
- if (typeof e != "function")
8
- throw new TypeError(k);
9
- n = S(n) || 0, y(r) && (x = !!r.leading, l = "maxWait" in r, m = l ? X(S(r.maxWait) || 0, n) : m, j = "trailing" in r ? !!r.trailing : j);
10
- function p(t) {
11
- var o = f, d = a;
12
- return f = a = void 0, s = t, u = e.apply(d, o), u;
13
- }
14
- function C(t) {
15
- return s = t, i = setTimeout(g, n), x ? p(t) : u;
16
- }
17
- function L(t) {
18
- var o = t - c, d = t - s, O = n - o;
19
- return l ? q(O, m - d) : O;
20
- }
21
- function h(t) {
22
- var o = t - c, d = t - s;
23
- return c === void 0 || o >= n || o < 0 || l && d >= m;
24
- }
25
- function g() {
26
- var t = v();
27
- if (h(t))
28
- return I(t);
29
- i = setTimeout(g, L(t));
30
- }
31
- function I(t) {
32
- return i = void 0, j && f ? p(t) : (f = a = void 0, u);
33
- }
34
- function W() {
35
- i !== void 0 && clearTimeout(i), s = 0, f = c = a = i = void 0;
36
- }
37
- function F() {
38
- return i === void 0 ? u : I(v());
39
- }
40
- function T() {
41
- var t = v(), o = h(t);
42
- if (f = arguments, a = this, c = t, o) {
43
- if (i === void 0)
44
- return C(c);
45
- if (l)
46
- return i = setTimeout(g, n), p(c);
47
- }
48
- return i === void 0 && (i = setTimeout(g, n)), u;
49
- }
50
- return T.cancel = W, T.flush = F, T;
51
- }
52
- function J(e, n, r) {
53
- var f = !0, a = !0;
54
- if (typeof e != "function")
55
- throw new TypeError(k);
56
- return y(r) && (f = "leading" in r ? !!r.leading : f, a = "trailing" in r ? !!r.trailing : a), z(e, n, {
57
- leading: f,
58
- maxWait: n,
59
- trailing: a
60
- });
61
- }
62
- function y(e) {
63
- var n = typeof e;
64
- return !!e && (n == "object" || n == "function");
65
- }
66
- function K(e) {
67
- return !!e && typeof e == "object";
68
- }
69
- function Q(e) {
70
- return typeof e == "symbol" || K(e) && U.call(e) == N;
71
- }
72
- function S(e) {
73
- if (typeof e == "number")
74
- return e;
75
- if (Q(e))
76
- return E;
77
- if (y(e)) {
78
- var n = typeof e.valueOf == "function" ? e.valueOf() : e;
79
- e = y(n) ? n + "" : n;
80
- }
81
- if (typeof e != "string")
82
- return e === 0 ? e : +e;
83
- e = e.replace($, "");
84
- var r = B.test(e);
85
- return r || R.test(e) ? _(e.slice(2), r ? 2 : 8) : A.test(e) ? E : +e;
86
- }
87
- var V = J;
88
- const Z = /* @__PURE__ */ M(V);
1
+ import { defineComponent as o, computed as i, openBlock as r, createBlock as d, Transition as l, normalizeStyle as s, withCtx as u, renderSlot as p } from "vue";
2
+ const f = /* @__PURE__ */ o({
3
+ __name: "SlideBack",
4
+ props: {
5
+ direction: { default: "right" },
6
+ duration: { default: 500 },
7
+ gap: { default: 0 }
8
+ },
9
+ setup(t) {
10
+ const a = t, n = i(() => `bb-slide-back-in-${a.direction}`);
11
+ return (e, c) => (r(), d(l, {
12
+ name: n.value,
13
+ style: s({ "--transition-duration": `${e.duration}ms`, "--gap": `${e.gap}px` })
14
+ }, {
15
+ default: u(() => [
16
+ p(e.$slots, "default", {}, void 0, !0)
17
+ ]),
18
+ _: 3
19
+ }, 8, ["name", "style"]));
20
+ }
21
+ });
89
22
  export {
90
- Z as default
23
+ f as default
91
24
  };
package/dist/index295.js CHANGED
@@ -1,5 +1,7 @@
1
- import o from "./index244.js";
2
- /* empty css */
1
+ const o = (l, n, f = (r) => r, u) => l.map((r) => Array.isArray(r[n]) ? [
2
+ f(r, u),
3
+ ...o(r[n], n, f, f(r, u))
4
+ ] : [f(r, u)]).flat();
3
5
  export {
4
- o as default
6
+ o as flattenTree
5
7
  };