bitboss-ui 2.0.115 → 2.0.117

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 (196) hide show
  1. package/dist/components/BaseCheckboxGroup/BaseCheckboxGroup.vue.d.ts +31 -58
  2. package/dist/components/BaseColorInput/BaseColorInput.vue.d.ts +4 -0
  3. package/dist/components/BaseDatePickerInput/BaseDatePickerInput.vue.d.ts +17 -8
  4. package/dist/components/BaseNumberInput/BaseNumberInput.vue.d.ts +4 -0
  5. package/dist/components/BaseSelect/BaseSelect.vue.d.ts +22 -3
  6. package/dist/components/BaseSlider/BaseSlider.vue.d.ts +1 -1
  7. package/dist/components/BaseSwitchGroup/BaseSwitchGroup.vue.d.ts +8 -167
  8. package/dist/components/BaseTag/BaseTag.vue.d.ts +17 -3
  9. package/dist/components/BaseTextInput/BaseTextInput.vue.d.ts +4 -0
  10. package/dist/components/BaseTextarea/BaseTextarea.vue.d.ts +4 -0
  11. package/dist/components/BbAccordion/BbAccordion.vue.d.ts +1 -1
  12. package/dist/components/BbButton/BbButton.vue.d.ts +4 -4
  13. package/dist/components/BbColorInput/BbColorInput.vue.d.ts +4 -0
  14. package/dist/components/BbDatePickerInput/BbDatePickerInput.vue.d.ts +4 -0
  15. package/dist/components/BbNumberInput/BbNumberInput.vue.d.ts +5 -0
  16. package/dist/components/BbSelect/BbSelect.vue.d.ts +9 -0
  17. package/dist/components/BbTag/BbTag.vue.d.ts +4 -0
  18. package/dist/components/BbTextInput/BbTextInput.vue.d.ts +4 -0
  19. package/dist/components/BbTextarea/BbTextarea.vue.d.ts +4 -0
  20. package/dist/components/BbTooltip/BbTooltip.vue.d.ts +0 -1
  21. package/dist/components/ClearableButton.vue.d.ts +2 -0
  22. package/dist/components/CommonInputInnerContainer.vue.d.ts +9 -1
  23. package/dist/index100.js +9 -9
  24. package/dist/index101.js +41 -37
  25. package/dist/index111.js +11 -11
  26. package/dist/index113.js +6 -4
  27. package/dist/index115.js +17 -15
  28. package/dist/index117.js +14 -12
  29. package/dist/index119.js +2 -2
  30. package/dist/index121.js +59 -61
  31. package/dist/index123.js +1 -1
  32. package/dist/index125.js +1 -1
  33. package/dist/index127.js +1 -1
  34. package/dist/index128.js +1 -1
  35. package/dist/index129.js +1 -1
  36. package/dist/index13.js +2 -2
  37. package/dist/index133.js +2 -2
  38. package/dist/index15.js +38 -33
  39. package/dist/index17.js +3 -3
  40. package/dist/index19.js +8 -8
  41. package/dist/index207.js +58 -79
  42. package/dist/index209.js +13 -25
  43. package/dist/index21.js +12 -12
  44. package/dist/index210.js +19 -16
  45. package/dist/index211.js +4 -48
  46. package/dist/index212.js +13 -15
  47. package/dist/index213.js +3 -3
  48. package/dist/index214.js +126 -12
  49. package/dist/index215.js +5 -16
  50. package/dist/index216.js +125 -5
  51. package/dist/index217.js +2 -2
  52. package/dist/index218.js +2 -2
  53. package/dist/index219.js +3 -3
  54. package/dist/index220.js +2 -2
  55. package/dist/index221.js +2 -19
  56. package/dist/index222.js +2 -27
  57. package/dist/index223.js +41 -2
  58. package/dist/index224.js +5 -7
  59. package/dist/index225.js +11 -246
  60. package/dist/index226.js +5 -52
  61. package/dist/index227.js +2 -44
  62. package/dist/index228.js +369 -5
  63. package/dist/index229.js +80 -54
  64. package/dist/index23.js +111 -107
  65. package/dist/index231.js +25 -2
  66. package/dist/index232.js +17 -4
  67. package/dist/index233.js +51 -2
  68. package/dist/index234.js +15 -53
  69. package/dist/index235.js +5 -0
  70. package/dist/index236.js +12 -13
  71. package/dist/index237.js +15 -19
  72. package/dist/index238.js +2 -4
  73. package/dist/index239.js +4 -3
  74. package/dist/index240.js +2 -41
  75. package/dist/index241.js +19 -6
  76. package/dist/index242.js +27 -7
  77. package/dist/index243.js +6 -13
  78. package/dist/index244.js +250 -3
  79. package/dist/index245.js +49 -123
  80. package/dist/index246.js +44 -125
  81. package/dist/index247.js +5 -2
  82. package/dist/index248.js +60 -5
  83. package/dist/index249.js +3 -369
  84. package/dist/index25.js +7 -7
  85. package/dist/index250.js +7 -2
  86. package/dist/index251.js +2 -2
  87. package/dist/index252.js +2 -2
  88. package/dist/index253.js +2 -18
  89. package/dist/index254.js +17 -105
  90. package/dist/index255.js +108 -0
  91. package/dist/{index256.js → index257.js} +2 -2
  92. package/dist/index259.js +11 -9
  93. package/dist/index260.js +9 -2
  94. package/dist/index261.js +3 -6
  95. package/dist/index262.js +6 -16
  96. package/dist/index263.js +15 -8
  97. package/dist/index264.js +9 -23
  98. package/dist/index265.js +23 -90
  99. package/dist/index266.js +92 -0
  100. package/dist/index268.js +9 -17
  101. package/dist/index269.js +224 -9
  102. package/dist/index27.js +1 -1
  103. package/dist/index270.js +3 -28
  104. package/dist/index272.js +7 -6
  105. package/dist/index273.js +176 -2
  106. package/dist/index274.js +7 -2
  107. package/dist/index275.js +11 -2
  108. package/dist/index276.js +281 -2
  109. package/dist/index277.js +6 -2
  110. package/dist/index278.js +2 -2
  111. package/dist/index279.js +2 -2
  112. package/dist/index280.js +2 -2
  113. package/dist/index281.js +2 -2
  114. package/dist/index282.js +2 -2
  115. package/dist/index283.js +2 -2
  116. package/dist/index284.js +125 -21
  117. package/dist/index285.js +433 -0
  118. package/dist/index286.js +2 -7
  119. package/dist/index287.js +22 -7
  120. package/dist/index289.js +3 -4
  121. package/dist/index29.js +48 -40
  122. package/dist/index290.js +17 -3
  123. package/dist/index291.js +11 -0
  124. package/dist/index292.js +23 -171
  125. package/dist/index293.js +3 -430
  126. package/dist/index294.js +436 -2
  127. package/dist/index295.js +125 -87
  128. package/dist/index296.js +200 -224
  129. package/dist/index297.js +2 -200
  130. package/dist/index298.js +2 -8
  131. package/dist/index299.js +2 -9
  132. package/dist/index300.js +2 -2
  133. package/dist/index301.js +2 -126
  134. package/dist/index302.js +1 -21
  135. package/dist/index303.js +24 -0
  136. package/dist/index305.js +8 -127
  137. package/dist/index306.js +89 -3
  138. package/dist/index307.js +1 -1
  139. package/dist/index308.js +3 -214
  140. package/dist/index309.js +214 -3
  141. package/dist/index31.js +2 -2
  142. package/dist/index310.js +2 -3
  143. package/dist/index311.js +3 -58
  144. package/dist/index312.js +3 -5
  145. package/dist/index313.js +57 -7
  146. package/dist/index314.js +5 -53
  147. package/dist/index315.js +65 -51
  148. package/dist/index316.js +6 -32
  149. package/dist/index317.js +17 -5
  150. package/dist/index318.js +2 -66
  151. package/dist/index319.js +32 -6
  152. package/dist/index320.js +25 -18
  153. package/dist/index321.js +53 -4
  154. package/dist/index322.js +53 -5
  155. package/dist/index323.js +5 -2
  156. package/dist/index324.js +8 -3
  157. package/dist/index325.js +6 -46
  158. package/dist/index326.js +6 -0
  159. package/dist/index327.js +47 -2
  160. package/dist/index328.js +2 -480
  161. package/dist/index33.js +8 -8
  162. package/dist/index331.js +480 -2
  163. package/dist/{index329.js → index332.js} +1 -1
  164. package/dist/index334.js +4 -0
  165. package/dist/index35.js +4 -4
  166. package/dist/index37.js +200 -189
  167. package/dist/index39.js +4 -4
  168. package/dist/index41.js +2 -2
  169. package/dist/index43.js +8 -8
  170. package/dist/index45.js +92 -85
  171. package/dist/index47.js +40 -36
  172. package/dist/index49.js +39 -35
  173. package/dist/index51.js +11 -12
  174. package/dist/index53.js +1 -1
  175. package/dist/index55.js +1 -1
  176. package/dist/index57.js +2 -2
  177. package/dist/index61.js +11 -10
  178. package/dist/index67.js +14 -12
  179. package/dist/index71.js +5 -3
  180. package/dist/index75.js +3 -3
  181. package/dist/index77.js +1 -1
  182. package/dist/index79.js +2 -2
  183. package/dist/index81.js +1 -1
  184. package/dist/index82.js +11 -9
  185. package/dist/index84.js +4 -4
  186. package/dist/index86.js +2 -2
  187. package/dist/index88.js +4 -4
  188. package/dist/style.css +1 -1
  189. package/package.json +1 -1
  190. package/dist/index230.js +0 -15
  191. package/dist/index258.js +0 -14
  192. package/dist/index267.js +0 -5
  193. package/dist/index271.js +0 -283
  194. package/dist/index288.js +0 -13
  195. package/dist/index304.js +0 -438
  196. /package/dist/{index330.js → index333.js} +0 -0
package/dist/index313.js CHANGED
@@ -1,10 +1,60 @@
1
- import { getType as o } from "./index321.js";
2
- function c(e) {
3
- if (o(e) !== "Object")
4
- return !1;
5
- const t = Object.getPrototypeOf(e);
6
- return !!t && t.constructor === Object && t === Object.prototype;
1
+ var o = function(a, e, s, t) {
2
+ if (s === "a" && !t) throw new TypeError("Private accessor was defined without a getter");
3
+ if (typeof e == "function" ? a !== e || !t : !e.has(a)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
4
+ return s === "m" ? t : s === "a" ? t.call(a) : t ? t.value : e.get(a);
5
+ }, i, l, r;
6
+ class d {
7
+ constructor(...e) {
8
+ i.set(this, /* @__PURE__ */ new Map()), l.set(this, /* @__PURE__ */ new Map()), r.set(this, /* @__PURE__ */ new Map());
9
+ for (const s of e)
10
+ this.define(s);
11
+ }
12
+ define(e, s = !1) {
13
+ for (let [t, f] of Object.entries(e)) {
14
+ t = t.toLowerCase(), f = f.map((n) => n.toLowerCase()), o(this, r, "f").has(t) || o(this, r, "f").set(t, /* @__PURE__ */ new Set());
15
+ const h = o(this, r, "f").get(t);
16
+ let u = !0;
17
+ for (let n of f) {
18
+ const w = n.startsWith("*");
19
+ if (n = w ? n.slice(1) : n, h == null || h.add(n), u && o(this, l, "f").set(t, n), u = !1, w)
20
+ continue;
21
+ const c = o(this, i, "f").get(n);
22
+ if (c && c != t && !s)
23
+ throw new Error(`"${t} -> ${n}" conflicts with "${c} -> ${n}". Pass \`force=true\` to override this definition.`);
24
+ o(this, i, "f").set(n, t);
25
+ }
26
+ }
27
+ return this;
28
+ }
29
+ getType(e) {
30
+ if (typeof e != "string")
31
+ return null;
32
+ const s = e.replace(/^.*[/\\]/, "").toLowerCase(), t = s.replace(/^.*\./, "").toLowerCase(), f = s.length < e.length;
33
+ return !(t.length < s.length - 1) && f ? null : o(this, i, "f").get(t) ?? null;
34
+ }
35
+ getExtension(e) {
36
+ var s;
37
+ return typeof e != "string" ? null : (e = (s = e == null ? void 0 : e.split) == null ? void 0 : s.call(e, ";")[0], (e && o(this, l, "f").get(e.trim().toLowerCase())) ?? null);
38
+ }
39
+ getAllExtensions(e) {
40
+ return typeof e != "string" ? null : o(this, r, "f").get(e.toLowerCase()) ?? null;
41
+ }
42
+ _freeze() {
43
+ this.define = () => {
44
+ throw new Error("define() not allowed for built-in Mime objects. See https://github.com/broofa/mime/blob/main/README.md#custom-mime-instances");
45
+ }, Object.freeze(this);
46
+ for (const e of o(this, r, "f").values())
47
+ Object.freeze(e);
48
+ return this;
49
+ }
50
+ _getTestState() {
51
+ return {
52
+ types: o(this, i, "f"),
53
+ extensions: o(this, l, "f")
54
+ };
55
+ }
7
56
  }
57
+ i = /* @__PURE__ */ new WeakMap(), l = /* @__PURE__ */ new WeakMap(), r = /* @__PURE__ */ new WeakMap();
8
58
  export {
9
- c as isPlainObject
59
+ d as default
10
60
  };
package/dist/index314.js CHANGED
@@ -1,55 +1,7 @@
1
- const e = {
2
- common: {
3
- closeLabel: "Chiudi",
4
- loadingText: "Caricamento...",
5
- noDataText: "Nessun elemento da visualizzare"
6
- },
7
- colorInput: {
8
- paletteLabel: "Seleziona un colore dalla tavolozza"
9
- },
10
- datePicker: {
11
- monthLabel: "Seleziona un mese",
12
- yearLabel: "Seleziona un anno",
13
- previousMonthLabel: "Vai indietro di un mese",
14
- nextMonthLabel: "Vai avanti di un mese"
15
- },
16
- baseDatePickerInput: {
17
- dateFormat: "Formato della data",
18
- dateFormatSingle: "GG/MM/AAAA",
19
- dateFormatRange: "GG/MM/AAAA - GG/MM/AAAA",
20
- emptyRange: "Seleziona un range",
21
- changeSelectionRange: "Cambia selezione, da {0} a {1}",
22
- changeSelection: "Cambia selezione, {0}",
23
- emptySelection: "Seleziona una data"
24
- },
25
- dialog: {
26
- closeLabel: "Chiudi modale"
27
- },
28
- dropdownButton: {
29
- open: "Apri menu",
30
- close: "Chiudi menu"
31
- },
32
- rating: {
33
- singleStar: "{0} su {1}",
34
- multipleStars: "{0} su {1}"
35
- },
36
- select: {
37
- multipleMaxReached: "{0} elementi selezionati"
38
- },
39
- chip: {
40
- clearLabel: "Elimina"
41
- },
42
- pagination: {
43
- previous: "Precedente",
44
- next: "Successivo"
45
- },
46
- table: {
47
- noDataText: "Non ci sono elementi da visualizzare",
48
- selectAllLabel: "Seleziona tutti gli elementi di questa pagina",
49
- selectText: "Seleziona un elemento",
50
- select: "Seleziona"
51
- }
52
- };
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();
53
5
  export {
54
- e as default
6
+ o as flattenTree
55
7
  };
package/dist/index315.js CHANGED
@@ -1,55 +1,69 @@
1
- const e = {
2
- common: {
3
- closeLabel: "Close",
4
- loadingText: "Loading...",
5
- noDataText: "No data to display"
1
+ import { defineComponent as d, openBlock as o, createElementBlock as l, normalizeClass as u, createElementVNode as t, createBlock as i, createCommentVNode as s, toDisplayString as n, unref as f, withCtx as g } from "vue";
2
+ import { useLocale as k } from "./index212.js";
3
+ import h from "./index13.js";
4
+ /* empty css */
5
+ import C from "./index127.js";
6
+ /* empty css */
7
+ const w = { class: "bb-toast-message__icon-container" }, v = { class: "bb-toast-message__content" }, y = {
8
+ key: 0,
9
+ class: "bb-toast-message__title"
10
+ }, B = { class: "bb-toast-message__text" }, z = /* @__PURE__ */ d({
11
+ __name: "BbToastMessage",
12
+ props: {
13
+ title: {},
14
+ text: {},
15
+ icon: {},
16
+ theme: { default: "default" },
17
+ id: {},
18
+ showClose: { type: Boolean }
6
19
  },
7
- colorInput: {
8
- paletteLabel: "Select a color from the palette"
9
- },
10
- datePicker: {
11
- monthLabel: "Select a month",
12
- yearLabel: "Select a year",
13
- previousMonthLabel: "Go to previous month",
14
- nextMonthLabel: "Go to next month"
15
- },
16
- baseDatePickerInput: {
17
- dateFormat: "Date format",
18
- dateFormatSingle: "DD/MM/YYYY",
19
- dateFormatRange: "DD/MM/YYYY - DD/MM/YYYY",
20
- emptyRange: "Select a range",
21
- changeSelectionRange: "Change selection, from {0} to {1}",
22
- changeSelection: "Change selection, {0}",
23
- emptySelection: "Select a date"
24
- },
25
- dialog: {
26
- closeLabel: "Close dialog"
27
- },
28
- dropdownButton: {
29
- open: "Open menu",
30
- close: "Close menu"
31
- },
32
- rating: {
33
- singleStar: "{0} out of {1}",
34
- multipleStars: "{0} out of {1}"
35
- },
36
- select: {
37
- multipleMaxReached: "{0} items selected"
38
- },
39
- chip: {
40
- clearLabel: "Remove"
41
- },
42
- pagination: {
43
- previous: "Previous",
44
- next: "Next"
45
- },
46
- table: {
47
- noDataText: "No data to display",
48
- selectAllLabel: "Select all items on this page",
49
- selectText: "Select an item",
50
- select: "Select"
20
+ emits: ["click:close"],
21
+ setup(r, { emit: c }) {
22
+ const m = r, p = c, { t: _ } = k(), b = () => {
23
+ p("click:close", m.id);
24
+ };
25
+ return (e, a) => (o(), l("div", {
26
+ "aria-atomic": "true",
27
+ "aria-live": "polite",
28
+ "aria-role": "alert",
29
+ class: u(["bb-toast-message", { [`bb-toast-message--${e.theme}`]: e.theme }])
30
+ }, [
31
+ t("div", w, [
32
+ e.icon ? (o(), i(C, {
33
+ key: 0,
34
+ class: "bb-toast-message__icon",
35
+ type: e.icon
36
+ }, null, 8, ["type"])) : s("", !0)
37
+ ]),
38
+ t("div", v, [
39
+ e.title ? (o(), l("p", y, n(e.title), 1)) : s("", !0),
40
+ t("p", B, n(e.text), 1)
41
+ ]),
42
+ e.showClose ? (o(), i(h, {
43
+ key: 0,
44
+ "aria-label": f(_)("common.closeLabel").value,
45
+ class: "bb-toast-message__close",
46
+ onClick: b
47
+ }, {
48
+ default: g(() => a[0] || (a[0] = [
49
+ t("svg", {
50
+ fill: "none",
51
+ viewBox: "0 0 24 24",
52
+ xmlns: "http://www.w3.org/2000/svg"
53
+ }, [
54
+ t("path", {
55
+ d: "M23 23L1 1M23 1L1 23",
56
+ stroke: "currentColor",
57
+ "stroke-linecap": "round",
58
+ "stroke-width": "2"
59
+ })
60
+ ], -1)
61
+ ])),
62
+ _: 1
63
+ }, 8, ["aria-label"])) : s("", !0)
64
+ ], 2));
51
65
  }
52
- };
66
+ });
53
67
  export {
54
- e as default
68
+ z as default
55
69
  };
package/dist/index316.js CHANGED
@@ -1,35 +1,9 @@
1
- import { openBlock as e, createElementBlock as t, createElementVNode as o } from "vue";
2
- /* empty css */
3
- import n from "./index286.js";
4
- const l = {}, s = {
5
- class: "bb-error-icon",
6
- fill: "none",
7
- viewBox: "0 0 20 20",
8
- xmlns: "http://www.w3.org/2000/svg"
9
- };
10
- function i(c, r) {
11
- return e(), t("svg", s, r[0] || (r[0] = [
12
- o("path", {
13
- d: "M9.99422 18.3333C14.5966 18.3333 18.3276 14.6024 18.3276 9.99999C18.3276 5.39762 14.5966 1.66666 9.99422 1.66666C5.39185 1.66666 1.66089 5.39762 1.66089 9.99999C1.66089 14.6024 5.39185 18.3333 9.99422 18.3333Z",
14
- fill: "currentColor"
15
- }, null, -1),
16
- o("path", {
17
- d: "M9.99414 6.66666V9.99999",
18
- stroke: "white",
19
- "stroke-linecap": "round",
20
- "stroke-linejoin": "round",
21
- "stroke-width": "2"
22
- }, null, -1),
23
- o("path", {
24
- d: "M9.99414 13.3333H10.0025",
25
- stroke: "white",
26
- "stroke-linecap": "round",
27
- "stroke-linejoin": "round",
28
- "stroke-width": "2"
29
- }, null, -1)
30
- ]));
1
+ function c(n, e) {
2
+ const u = [];
3
+ for (let t = 0; t < n.length; t += e)
4
+ u.push(n.slice(t, t + e));
5
+ return u;
31
6
  }
32
- const a = /* @__PURE__ */ n(l, [["render", i]]);
33
7
  export {
34
- a as default
8
+ c as chunk
35
9
  };
package/dist/index317.js CHANGED
@@ -1,9 +1,21 @@
1
- function l(n, c, r = 1) {
2
- const o = Math.max(Math.ceil((c - n) / r), 0), t = new Array(o);
3
- for (let e = 0; e < o; e++, n += r)
4
- t[e] = n;
1
+ function l(t, ...e) {
2
+ if (t.length) {
3
+ const o = t[0];
4
+ if (typeof o == "string") return [...t].sort(r);
5
+ if (typeof o == "number") return [...t].sort(r);
6
+ if (e && e.length)
7
+ return [...t].sort((f, u) => {
8
+ for (let n = 0; n < e.length; n++) {
9
+ const i = e[n], s = r(f[i], u[i]);
10
+ if (s) return s;
11
+ }
12
+ return 0;
13
+ });
14
+ throw new Error("Invalid comparison");
15
+ }
5
16
  return t;
6
17
  }
18
+ const r = (t, e) => t < e ? -1 : t > e ? 1 : 0;
7
19
  export {
8
- l as range
20
+ l as sort
9
21
  };
package/dist/index318.js CHANGED
@@ -1,69 +1,5 @@
1
- import { defineComponent as d, openBlock as o, createElementBlock as l, normalizeClass as u, createElementVNode as t, createBlock as i, createCommentVNode as s, toDisplayString as n, unref as f, withCtx as g } from "vue";
2
- import { useLocale as k } from "./index230.js";
3
- import h from "./index13.js";
4
- /* empty css */
5
- import C from "./index127.js";
1
+ import o from "./index266.js";
6
2
  /* empty css */
7
- const w = { class: "bb-toast-message__icon-container" }, v = { class: "bb-toast-message__content" }, y = {
8
- key: 0,
9
- class: "bb-toast-message__title"
10
- }, B = { class: "bb-toast-message__text" }, z = /* @__PURE__ */ d({
11
- __name: "BbToastMessage",
12
- props: {
13
- title: {},
14
- text: {},
15
- icon: {},
16
- theme: { default: "default" },
17
- id: {},
18
- showClose: { type: Boolean }
19
- },
20
- emits: ["click:close"],
21
- setup(r, { emit: c }) {
22
- const m = r, p = c, { t: _ } = k(), b = () => {
23
- p("click:close", m.id);
24
- };
25
- return (e, a) => (o(), l("div", {
26
- "aria-atomic": "true",
27
- "aria-live": "polite",
28
- "aria-role": "alert",
29
- class: u(["bb-toast-message", { [`bb-toast-message--${e.theme}`]: e.theme }])
30
- }, [
31
- t("div", w, [
32
- e.icon ? (o(), i(C, {
33
- key: 0,
34
- class: "bb-toast-message__icon",
35
- type: e.icon
36
- }, null, 8, ["type"])) : s("", !0)
37
- ]),
38
- t("div", v, [
39
- e.title ? (o(), l("p", y, n(e.title), 1)) : s("", !0),
40
- t("p", B, n(e.text), 1)
41
- ]),
42
- e.showClose ? (o(), i(h, {
43
- key: 0,
44
- "aria-label": f(_)("common.closeLabel").value,
45
- class: "bb-toast-message__close",
46
- onClick: b
47
- }, {
48
- default: g(() => a[0] || (a[0] = [
49
- t("svg", {
50
- fill: "none",
51
- viewBox: "0 0 24 24",
52
- xmlns: "http://www.w3.org/2000/svg"
53
- }, [
54
- t("path", {
55
- d: "M23 23L1 1M23 1L1 23",
56
- stroke: "currentColor",
57
- "stroke-linecap": "round",
58
- "stroke-width": "2"
59
- })
60
- ], -1)
61
- ])),
62
- _: 1
63
- }, 8, ["aria-label"])) : s("", !0)
64
- ], 2));
65
- }
66
- });
67
3
  export {
68
- z as default
4
+ o as default
69
5
  };
package/dist/index319.js CHANGED
@@ -1,9 +1,35 @@
1
- function c(n, e) {
2
- const u = [];
3
- for (let t = 0; t < n.length; t += e)
4
- u.push(n.slice(t, t + e));
5
- return u;
1
+ import { openBlock as e, createElementBlock as t, createElementVNode as o } from "vue";
2
+ /* empty css */
3
+ import n from "./index272.js";
4
+ const l = {}, s = {
5
+ class: "bb-error-icon",
6
+ fill: "none",
7
+ viewBox: "0 0 20 20",
8
+ xmlns: "http://www.w3.org/2000/svg"
9
+ };
10
+ function i(c, r) {
11
+ return e(), t("svg", s, r[0] || (r[0] = [
12
+ o("path", {
13
+ d: "M9.99422 18.3333C14.5966 18.3333 18.3276 14.6024 18.3276 9.99999C18.3276 5.39762 14.5966 1.66666 9.99422 1.66666C5.39185 1.66666 1.66089 5.39762 1.66089 9.99999C1.66089 14.6024 5.39185 18.3333 9.99422 18.3333Z",
14
+ fill: "currentColor"
15
+ }, null, -1),
16
+ o("path", {
17
+ d: "M9.99414 6.66666V9.99999",
18
+ stroke: "white",
19
+ "stroke-linecap": "round",
20
+ "stroke-linejoin": "round",
21
+ "stroke-width": "2"
22
+ }, null, -1),
23
+ o("path", {
24
+ d: "M9.99414 13.3333H10.0025",
25
+ stroke: "white",
26
+ "stroke-linecap": "round",
27
+ "stroke-linejoin": "round",
28
+ "stroke-width": "2"
29
+ }, null, -1)
30
+ ]));
6
31
  }
32
+ const a = /* @__PURE__ */ n(l, [["render", i]]);
7
33
  export {
8
- c as chunk
34
+ a as default
9
35
  };
package/dist/index320.js CHANGED
@@ -1,21 +1,28 @@
1
- function l(t, ...e) {
2
- if (t.length) {
3
- const o = t[0];
4
- if (typeof o == "string") return [...t].sort(r);
5
- if (typeof o == "number") return [...t].sort(r);
6
- if (e && e.length)
7
- return [...t].sort((f, u) => {
8
- for (let n = 0; n < e.length; n++) {
9
- const i = e[n], s = r(f[i], u[i]);
10
- if (s) return s;
11
- }
12
- return 0;
13
- });
14
- throw new Error("Invalid comparison");
15
- }
16
- return t;
1
+ import { openBlock as o, createElementBlock as r, createElementVNode as e } from "vue";
2
+ /* empty css */
3
+ import n from "./index272.js";
4
+ const l = {}, s = {
5
+ class: "bb-clearable-button",
6
+ type: "button"
7
+ };
8
+ function c(i, t) {
9
+ return o(), r("button", s, t[0] || (t[0] = [
10
+ e("svg", {
11
+ viewBox: "0 0 24 24",
12
+ xmlns: "http://www.w3.org/2000/svg"
13
+ }, [
14
+ e("path", {
15
+ d: "M12 12l7 7M12 12l-7 -7M12 12l-7 7M12 12l7 -7",
16
+ fill: "none",
17
+ stroke: "currentColor",
18
+ "stroke-linecap": "round",
19
+ "stroke-linejoin": "round",
20
+ "stroke-width": "2"
21
+ })
22
+ ], -1)
23
+ ]));
17
24
  }
18
- const r = (t, e) => t < e ? -1 : t > e ? 1 : 0;
25
+ const d = /* @__PURE__ */ n(l, [["render", c]]);
19
26
  export {
20
- l as sort
27
+ d as default
21
28
  };
package/dist/index321.js CHANGED
@@ -1,6 +1,55 @@
1
- function e(t) {
2
- return Object.prototype.toString.call(t).slice(8, -1);
3
- }
1
+ const e = {
2
+ common: {
3
+ closeLabel: "Chiudi",
4
+ loadingText: "Caricamento...",
5
+ noDataText: "Nessun elemento da visualizzare"
6
+ },
7
+ colorInput: {
8
+ paletteLabel: "Seleziona un colore dalla tavolozza"
9
+ },
10
+ datePicker: {
11
+ monthLabel: "Seleziona un mese",
12
+ yearLabel: "Seleziona un anno",
13
+ previousMonthLabel: "Vai indietro di un mese",
14
+ nextMonthLabel: "Vai avanti di un mese"
15
+ },
16
+ baseDatePickerInput: {
17
+ dateFormat: "Formato della data",
18
+ dateFormatSingle: "GG/MM/AAAA",
19
+ dateFormatRange: "GG/MM/AAAA - GG/MM/AAAA",
20
+ emptyRange: "Seleziona un range",
21
+ changeSelectionRange: "Cambia selezione, da {0} a {1}",
22
+ changeSelection: "Cambia selezione, {0}",
23
+ emptySelection: "Seleziona una data"
24
+ },
25
+ dialog: {
26
+ closeLabel: "Chiudi modale"
27
+ },
28
+ dropdownButton: {
29
+ open: "Apri menu",
30
+ close: "Chiudi menu"
31
+ },
32
+ rating: {
33
+ singleStar: "{0} su {1}",
34
+ multipleStars: "{0} su {1}"
35
+ },
36
+ select: {
37
+ multipleMaxReached: "{0} elementi selezionati"
38
+ },
39
+ chip: {
40
+ clearLabel: "Elimina"
41
+ },
42
+ pagination: {
43
+ previous: "Precedente",
44
+ next: "Successivo"
45
+ },
46
+ table: {
47
+ noDataText: "Non ci sono elementi da visualizzare",
48
+ selectAllLabel: "Seleziona tutti gli elementi di questa pagina",
49
+ selectText: "Seleziona un elemento",
50
+ select: "Seleziona"
51
+ }
52
+ };
4
53
  export {
5
- e as getType
54
+ e as default
6
55
  };
package/dist/index322.js CHANGED
@@ -1,7 +1,55 @@
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();
1
+ const e = {
2
+ common: {
3
+ closeLabel: "Close",
4
+ loadingText: "Loading...",
5
+ noDataText: "No data to display"
6
+ },
7
+ colorInput: {
8
+ paletteLabel: "Select a color from the palette"
9
+ },
10
+ datePicker: {
11
+ monthLabel: "Select a month",
12
+ yearLabel: "Select a year",
13
+ previousMonthLabel: "Go to previous month",
14
+ nextMonthLabel: "Go to next month"
15
+ },
16
+ baseDatePickerInput: {
17
+ dateFormat: "Date format",
18
+ dateFormatSingle: "DD/MM/YYYY",
19
+ dateFormatRange: "DD/MM/YYYY - DD/MM/YYYY",
20
+ emptyRange: "Select a range",
21
+ changeSelectionRange: "Change selection, from {0} to {1}",
22
+ changeSelection: "Change selection, {0}",
23
+ emptySelection: "Select a date"
24
+ },
25
+ dialog: {
26
+ closeLabel: "Close dialog"
27
+ },
28
+ dropdownButton: {
29
+ open: "Open menu",
30
+ close: "Close menu"
31
+ },
32
+ rating: {
33
+ singleStar: "{0} out of {1}",
34
+ multipleStars: "{0} out of {1}"
35
+ },
36
+ select: {
37
+ multipleMaxReached: "{0} items selected"
38
+ },
39
+ chip: {
40
+ clearLabel: "Remove"
41
+ },
42
+ pagination: {
43
+ previous: "Previous",
44
+ next: "Next"
45
+ },
46
+ table: {
47
+ noDataText: "No data to display",
48
+ selectAllLabel: "Select all items on this page",
49
+ selectText: "Select an item",
50
+ select: "Select"
51
+ }
52
+ };
5
53
  export {
6
- o as flattenTree
54
+ e as default
7
55
  };
package/dist/index323.js CHANGED
@@ -1,4 +1,7 @@
1
- const t = (d, o) => +d + +o;
1
+ import { getType as t } from "./index326.js";
2
+ function o(r) {
3
+ return t(r) === "Array";
4
+ }
2
5
  export {
3
- t as add
6
+ o as isArray
4
7
  };
package/dist/index324.js CHANGED
@@ -1,5 +1,10 @@
1
- import o from "./index265.js";
2
- /* empty css */
1
+ import { getType as o } from "./index326.js";
2
+ function c(e) {
3
+ if (o(e) !== "Object")
4
+ return !1;
5
+ const t = Object.getPrototypeOf(e);
6
+ return !!t && t.constructor === Object && t === Object.prototype;
7
+ }
3
8
  export {
4
- o as default
9
+ c as isPlainObject
5
10
  };