bitboss-ui 2.0.78 → 2.0.80

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 (160) 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 +14 -14
  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 +2 -2
  27. package/dist/index206.js +4 -8
  28. package/dist/index207.js +2 -3
  29. package/dist/index208.js +3 -41
  30. package/dist/index209.js +41 -6
  31. package/dist/index21.js +14 -14
  32. package/dist/index210.js +6 -7
  33. package/dist/index211.js +7 -5
  34. package/dist/index212.js +8 -16
  35. package/dist/index213.js +12 -16
  36. package/dist/index214.js +53 -19
  37. package/dist/index216.js +13 -27
  38. package/dist/index217.js +20 -3
  39. package/dist/index218.js +4 -2
  40. package/dist/index219.js +122 -245
  41. package/dist/index220.js +5 -52
  42. package/dist/index221.js +125 -44
  43. package/dist/index222.js +19 -5
  44. package/dist/index223.js +15 -59
  45. package/dist/index224.js +15 -52
  46. package/dist/index225.js +4 -0
  47. package/dist/index226.js +2 -13
  48. package/dist/index227.js +5 -164
  49. package/dist/index228.js +368 -83
  50. package/dist/index229.js +166 -0
  51. package/dist/index23.js +188 -187
  52. package/dist/index230.js +84 -3
  53. package/dist/index232.js +81 -125
  54. package/dist/index233.js +19 -2
  55. package/dist/index234.js +26 -19
  56. package/dist/index235.js +3 -5
  57. package/dist/index236.js +246 -366
  58. package/dist/index237.js +52 -4
  59. package/dist/index238.js +44 -2
  60. package/dist/index239.js +5 -4
  61. package/dist/index240.js +60 -2
  62. package/dist/index241.js +3 -2
  63. package/dist/index242.js +1 -1
  64. package/dist/index244.js +1 -1
  65. package/dist/index246.js +1 -1
  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 +4 -2
  77. package/dist/index259.js +3 -2
  78. package/dist/index261.js +7 -2
  79. package/dist/index262.js +176 -2
  80. package/dist/index263.js +431 -2
  81. package/dist/index264.js +1 -1
  82. package/dist/index265.js +89 -2
  83. package/dist/index266.js +200 -2
  84. package/dist/index267.js +3 -2
  85. package/dist/index268.js +12 -28
  86. package/dist/index269.js +8 -21
  87. package/dist/index27.js +1 -1
  88. package/dist/index270.js +11 -0
  89. package/dist/index271.js +17 -7
  90. package/dist/index272.js +3 -430
  91. package/dist/index273.js +280 -88
  92. package/dist/index274.js +5 -8
  93. package/dist/index275.js +2 -3
  94. package/dist/index276.js +4 -0
  95. package/dist/index277.js +2 -200
  96. package/dist/index278.js +2 -3
  97. package/dist/index279.js +2 -12
  98. package/dist/index280.js +124 -7
  99. package/dist/index281.js +20 -7
  100. package/dist/index283.js +435 -3
  101. package/dist/index284.js +121 -218
  102. package/dist/index285.js +2 -2
  103. package/dist/index286.js +2 -126
  104. package/dist/index287.js +2 -176
  105. package/dist/index288.js +1 -21
  106. package/dist/index289.js +4 -0
  107. package/dist/index29.js +3 -3
  108. package/dist/index290.js +2 -4
  109. package/dist/index291.js +23 -431
  110. package/dist/index292.js +21 -126
  111. package/dist/index294.js +224 -3
  112. package/dist/index295.js +1 -1
  113. package/dist/index296.js +3 -5
  114. package/dist/index297.js +204 -59
  115. package/dist/index298.js +2 -211
  116. package/dist/index299.js +5 -5
  117. package/dist/index300.js +66 -8
  118. package/dist/index304.js +1 -1
  119. package/dist/index305.js +4 -3
  120. package/dist/index306.js +7 -6
  121. package/dist/index307.js +32 -6
  122. package/dist/index308.js +3 -18
  123. package/dist/index309.js +6 -32
  124. package/dist/index31.js +2 -2
  125. package/dist/index310.js +46 -10
  126. package/dist/index311.js +10 -46
  127. package/dist/index312.js +7 -12
  128. package/dist/index313.js +19 -480
  129. package/dist/index314.js +1 -1
  130. package/dist/index315.js +482 -0
  131. package/dist/index317.js +1 -1
  132. package/dist/index318.js +47 -2
  133. package/dist/index319.js +2 -47
  134. package/dist/index33.js +2 -2
  135. package/dist/index35.js +3 -3
  136. package/dist/index37.js +97 -96
  137. package/dist/index39.js +4 -4
  138. package/dist/index41.js +2 -2
  139. package/dist/index43.js +2 -2
  140. package/dist/index45.js +6 -6
  141. package/dist/index47.js +2 -2
  142. package/dist/index49.js +2 -2
  143. package/dist/index55.js +1 -1
  144. package/dist/index57.js +1 -1
  145. package/dist/index61.js +2 -2
  146. package/dist/index75.js +3 -3
  147. package/dist/index79.js +2 -2
  148. package/dist/index81.js +1 -1
  149. package/dist/index84.js +110 -106
  150. package/dist/index86.js +1 -1
  151. package/dist/index88.js +4 -4
  152. package/dist/index90.js +1 -1
  153. package/package.json +1 -1
  154. package/dist/index215.js +0 -21
  155. package/dist/index231.js +0 -128
  156. package/dist/index256.js +0 -283
  157. package/dist/index260.js +0 -4
  158. package/dist/index282.js +0 -19
  159. package/dist/index293.js +0 -4
  160. package/dist/index316.js +0 -4
package/dist/index21.js CHANGED
@@ -3,20 +3,20 @@ import { defineComponent as $, ref as b, watch as x, openBlock as u, createEleme
3
3
  /* empty css */
4
4
  import p from "./index13.js";
5
5
  /* empty css */
6
- import s from "./index211.js";
7
- import z from "./index212.js";
8
- import U from "./index213.js";
9
- import W from "./index214.js";
10
- import E from "./index215.js";
11
- import T from "./index216.js";
12
- import { hash as V } from "./index217.js";
13
- import { last as j } from "./index218.js";
14
- import { useLogger as H } from "./index206.js";
15
- import P from "./index219.js";
16
- import Z from "./index220.js";
17
- import q from "./index221.js";
18
- import h from "./index222.js";
19
- import F from "./index223.js";
6
+ import s from "./index220.js";
7
+ import z from "./index223.js";
8
+ import U from "./index224.js";
9
+ import W from "./index222.js";
10
+ import E from "./index233.js";
11
+ import T from "./index234.js";
12
+ import { hash as V } from "./index235.js";
13
+ import { last as j } from "./index226.js";
14
+ import { useLogger as H } from "./index212.js";
15
+ import P from "./index236.js";
16
+ import Z from "./index237.js";
17
+ import q from "./index238.js";
18
+ import h from "./index239.js";
19
+ import F from "./index240.js";
20
20
  const G = { class: "bb-base-date-picker" }, I = { class: "bb-base-date-picker__body" }, J = { class: "bb-base-date-picker__controls" }, K = {
21
21
  style: { transform: "rotate(180deg)" },
22
22
  viewBox: "0 0 24 24",
package/dist/index210.js CHANGED
@@ -1,9 +1,8 @@
1
- import { ref as e } from "vue";
2
- const o = e(0), s = () => {
3
- o.value++;
4
- }, a = () => {
5
- o.value--;
6
- }, d = () => ({ openedModals: o, modalHasOpened: s, modalHasClosed: a });
1
+ const o = (e, t = 50) => new Promise((r) => {
2
+ const n = setInterval(() => {
3
+ e() && (clearInterval(n), r());
4
+ }, t);
5
+ });
7
6
  export {
8
- d as useModalsState
7
+ o as waitFor
9
8
  };
package/dist/index211.js CHANGED
@@ -1,7 +1,9 @@
1
- import { getDefaultExportFromCjs as r } from "./index257.js";
2
- import { __require as o } from "./index256.js";
3
- var t = o();
4
- const s = /* @__PURE__ */ r(t);
1
+ import { ref as e } from "vue";
2
+ const o = e(0), s = () => {
3
+ o.value++;
4
+ }, a = () => {
5
+ o.value--;
6
+ }, d = () => ({ openedModals: o, modalHasOpened: s, modalHasClosed: a });
5
7
  export {
6
- s as default
8
+ d as useModalsState
7
9
  };
package/dist/index212.js CHANGED
@@ -1,18 +1,10 @@
1
- import { getDefaultExportFromCjs as f, commonjsGlobal as n } from "./index257.js";
2
- import { __module as e } from "./index259.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);
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
+ });
16
8
  export {
17
- c as default
9
+ e as useLogger
18
10
  };
package/dist/index213.js CHANGED
@@ -1,18 +1,14 @@
1
- import { getDefaultExportFromCjs as i, commonjsGlobal as n } from "./index257.js";
2
- import { __module as t } from "./index260.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);
1
+ import { defineComponent as n, getCurrentInstance as s, openBlock as p, createBlock as c, Teleport as l, unref as u, renderSlot as a } from "vue";
2
+ const m = /* @__PURE__ */ n({
3
+ __name: "BbTeleport",
4
+ setup(_) {
5
+ var e, t;
6
+ const o = !!((t = (e = s()) == null ? void 0 : e.proxy) != null && t.$nuxt) ? "#teleports" : "body";
7
+ return (r, d) => (p(), c(l, { to: u(o) }, [
8
+ a(r.$slots, "default")
9
+ ], 8, ["to"]));
10
+ }
11
+ });
16
12
  export {
17
- c as default
13
+ m as default
18
14
  };
package/dist/index214.js CHANGED
@@ -1,21 +1,55 @@
1
- import { getDefaultExportFromCjs as i, commonjsGlobal as m } from "./index257.js";
2
- import { __module as _ } from "./index261.js";
3
- import { __require as s } from "./index256.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;
15
- });
16
- })(_);
17
- var u = _.exports;
18
- const p = /* @__PURE__ */ i(u);
1
+ import { defineComponent as f, ref as d, openBlock as r, createElementBlock as _, renderSlot as e, createElementVNode as t, createBlock as s, unref as p, createCommentVNode as i, createVNode as c } from "vue";
2
+ /* empty css */
3
+ /* empty css */
4
+ import a from "./index126.js";
5
+ /* empty css */
6
+ import $ from "./index128.js";
7
+ /* empty css */
8
+ import b from "./index307.js";
9
+ const y = { class: "bb-common-input-inner-container__prefix" }, k = { class: "bb-common-input-inner-container__suffix" }, S = /* @__PURE__ */ f({
10
+ __name: "CommonInputInnerContainer",
11
+ props: {
12
+ "append:icon": {},
13
+ "prepend:icon": {},
14
+ preventFocus: { type: Boolean }
15
+ },
16
+ setup(m) {
17
+ const u = m, o = d(), l = () => {
18
+ var n;
19
+ !o.value || u.preventFocus || (n = o.value.querySelector("input")) == null || n.focus();
20
+ };
21
+ return (n, C) => (r(), _("span", {
22
+ ref_key: "container",
23
+ ref: o,
24
+ class: "bb-common-input-inner-container",
25
+ onClick: l
26
+ }, [
27
+ e(n.$slots, "prepend", {}, () => [
28
+ t("span", y, [
29
+ e(n.$slots, "prefix")
30
+ ])
31
+ ]),
32
+ n.$props["prepend:icon"] ? (r(), s(p(a), {
33
+ key: 0,
34
+ class: "bb-common-input-inner-container__prepend-icon",
35
+ type: n.$props["prepend:icon"]
36
+ }, null, 8, ["type"])) : i("", !0),
37
+ e(n.$slots, "default"),
38
+ n.$props["append:icon"] ? (r(), s(p(a), {
39
+ key: 1,
40
+ class: "bb-common-input-inner-container__append-icon",
41
+ type: n.$props["append:icon"]
42
+ }, null, 8, ["type"])) : i("", !0),
43
+ c(p($)),
44
+ c(b),
45
+ e(n.$slots, "append", {}, () => [
46
+ t("span", k, [
47
+ e(n.$slots, "suffix")
48
+ ])
49
+ ])
50
+ ], 512));
51
+ }
52
+ });
19
53
  export {
20
- p as default
54
+ S as default
21
55
  };
package/dist/index216.js CHANGED
@@ -1,29 +1,15 @@
1
- import { getDefaultExportFromCjs as c, commonjsGlobal as k } from "./index257.js";
2
- import { __module as n } from "./index263.js";
3
- (function(f, p) {
4
- (function(r, e) {
5
- f.exports = e();
6
- })(k, function() {
7
- var r = "week", e = "year";
8
- return function(w, u, a) {
9
- var o = u.prototype;
10
- o.week = function(t) {
11
- if (t === void 0 && (t = null), t !== null) return this.add(7 * (t - this.week()), "day");
12
- var s = this.$locale().yearStart || 1;
13
- if (this.month() === 11 && this.date() > 25) {
14
- var l = a(this).startOf(e).add(1, e).date(s), d = a(this).endOf(r);
15
- if (l.isBefore(d)) return 1;
16
- }
17
- var h = a(this).startOf(e).date(s).startOf(r).subtract(1, "millisecond"), i = this.diff(h, r, !0);
18
- return i < 0 ? a(this).startOf("week").week() : Math.ceil(i);
19
- }, o.weeks = function(t) {
20
- return t === void 0 && (t = null), this.week(t);
21
- };
22
- };
23
- });
24
- })(n);
25
- var m = n.exports;
26
- const x = /* @__PURE__ */ c(m);
1
+ import { openBlock as t, createElementBlock as n, renderSlot as e } from "vue";
2
+ /* empty css */
3
+ import r from "./index261.js";
4
+ const s = {}, c = { class: "bb-common-input-outer-container" };
5
+ function p(o, a) {
6
+ return t(), n("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]]);
27
13
  export {
28
- x as default
14
+ i as default
29
15
  };
package/dist/index217.js CHANGED
@@ -1,5 +1,22 @@
1
- import { hash as o } from "./index268.js";
2
- const t = (r, h = "bb") => `${h}${o(r)}`;
1
+ import { MaskInput as r } from "./index262.js";
2
+ const u = /* @__PURE__ */ new WeakMap(), p = (a, n) => {
3
+ if (a.arg == null || a.instance == null) return;
4
+ const s = "setup" in a.instance.$.type;
5
+ a.arg in a.instance ? a.instance[a.arg] = n : s && console.warn("Maska: please expose `%s` using defineExpose", a.arg);
6
+ }, k = (a, n) => {
7
+ var s;
8
+ const t = a instanceof HTMLInputElement ? a : a.querySelector("input");
9
+ if (t == null || (t == null ? void 0 : t.type) === "file") return;
10
+ let e = {};
11
+ if (n.value != null && (e = typeof n.value == "string" ? { mask: n.value } : { ...n.value }), n.arg != null) {
12
+ const l = (o) => {
13
+ const i = n.modifiers.unmasked ? o.unmasked : n.modifiers.completed ? o.completed : o.masked;
14
+ p(n, i);
15
+ };
16
+ e.onMaska = e.onMaska == null ? l : Array.isArray(e.onMaska) ? [...e.onMaska, l] : [e.onMaska, l];
17
+ }
18
+ u.has(t) ? (s = u.get(t)) == null || s.update(e) : u.set(t, new r(t, e));
19
+ };
3
20
  export {
4
- t as hash
21
+ k as vMaska
5
22
  };
package/dist/index218.js CHANGED
@@ -1,4 +1,6 @@
1
- const e = (t) => t[t.length - 1];
1
+ function x(e) {
2
+ return /^#([A-Fa-f0-9]{6})$/.test(e);
3
+ }
2
4
  export {
3
- e as last
5
+ x as isHex
4
6
  };