bitboss-ui 2.1.112 → 2.1.114

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 (187) hide show
  1. package/dist/components/BaseCheckbox/types.d.ts +8 -0
  2. package/dist/components/BaseCheckboxGroup/BaseCheckboxGroup.vue.d.ts +1 -222
  3. package/dist/components/BaseCheckboxGroup/types.d.ts +283 -0
  4. package/dist/components/BaseColorInput/BaseColorInput.vue.d.ts +5 -151
  5. package/dist/components/BaseColorInput/ColorPalette.vue.d.ts +1 -17
  6. package/dist/components/BaseColorInput/types.d.ts +233 -0
  7. package/dist/components/BaseRadioGroup/BaseRadioGroup.vue.d.ts +1 -1
  8. package/dist/components/BaseSwitchGroup/BaseSwitchGroup.vue.d.ts +1 -1
  9. package/dist/components/BbCheckboxGroup/BbCheckboxGroup.vue.d.ts +9 -3
  10. package/dist/components/BbColorInput/BbColorInput.vue.d.ts +1 -1
  11. package/dist/components/BbColorPalette/BbColorPalette.vue.d.ts +4 -4
  12. package/dist/components/BbSwitchGroup/BbSwitchGroup.vue.d.ts +1 -1
  13. package/dist/index.d.ts +2 -2
  14. package/dist/index109.js +9 -9
  15. package/dist/index110.js +17 -17
  16. package/dist/index118.js +1 -1
  17. package/dist/index122.js +1 -0
  18. package/dist/index124.js +4 -4
  19. package/dist/index126.js +13 -13
  20. package/dist/index134.js +1 -1
  21. package/dist/index136.js +5 -5
  22. package/dist/index138.js +1 -1
  23. package/dist/index14.js +1 -1
  24. package/dist/index144.js +1 -1
  25. package/dist/index146.js +2 -2
  26. package/dist/index148.js +1 -1
  27. package/dist/index16.js +3 -3
  28. package/dist/index18.js +3 -3
  29. package/dist/index20.js +70 -59
  30. package/dist/index22.js +14 -14
  31. package/dist/index221.js +138 -2
  32. package/dist/index222.js +2 -2
  33. package/dist/index223.js +2 -138
  34. package/dist/index227.js +1 -1
  35. package/dist/index229.js +4 -2
  36. package/dist/index230.js +13 -2
  37. package/dist/index231.js +20 -3
  38. package/dist/index232.js +2 -4
  39. package/dist/index233.js +4 -13
  40. package/dist/index234.js +85 -19
  41. package/dist/index236.js +30 -3
  42. package/dist/index237.js +17 -5
  43. package/dist/index238.js +51 -5
  44. package/dist/index239.js +18 -5
  45. package/dist/index24.js +10 -10
  46. package/dist/index240.js +3 -5
  47. package/dist/index241.js +12 -5
  48. package/dist/index242.js +18 -5
  49. package/dist/index243.js +8 -3
  50. package/dist/index244.js +2 -8
  51. package/dist/index245.js +3 -135
  52. package/dist/index246.js +7 -0
  53. package/dist/index247.js +5 -3
  54. package/dist/index248.js +5 -6
  55. package/dist/index249.js +5 -16
  56. package/dist/index250.js +5 -2
  57. package/dist/index251.js +5 -13
  58. package/dist/index252.js +3 -13
  59. package/dist/index253.js +135 -4
  60. package/dist/index255.js +2 -86
  61. package/dist/index256.js +108 -0
  62. package/dist/index258.js +100 -17
  63. package/dist/index26.js +3 -3
  64. package/dist/index260.js +9 -17
  65. package/dist/index261.js +3 -3
  66. package/dist/index262.js +4 -12
  67. package/dist/index263.js +3 -18
  68. package/dist/index264.js +187 -66
  69. package/dist/index265.js +3 -2
  70. package/dist/index266.js +5 -9
  71. package/dist/index267.js +5 -20
  72. package/dist/index268.js +268 -4
  73. package/dist/index269.js +52 -25
  74. package/dist/index270.js +52 -2
  75. package/dist/index271.js +31 -17
  76. package/dist/index272.js +60 -12
  77. package/dist/index273.js +7 -106
  78. package/dist/index274.js +4 -0
  79. package/dist/index275.js +367 -94
  80. package/dist/index277.js +2 -107
  81. package/dist/index278.js +7 -11
  82. package/dist/index279.js +7 -5
  83. package/dist/index28.js +1 -1
  84. package/dist/index280.js +2 -6
  85. package/dist/index281.js +30 -264
  86. package/dist/index282.js +9 -52
  87. package/dist/index283.js +25 -52
  88. package/dist/index284.js +11 -32
  89. package/dist/index285.js +13 -60
  90. package/dist/index286.js +22 -6
  91. package/dist/index289.js +5 -6
  92. package/dist/index290.js +9 -10
  93. package/dist/index291.js +21 -3
  94. package/dist/index292.js +6 -34
  95. package/dist/index293.js +15 -32
  96. package/dist/index294.js +16 -371
  97. package/dist/index295.js +14 -0
  98. package/dist/index296.js +107 -3
  99. package/dist/index297.js +6 -53
  100. package/dist/index298.js +3 -5
  101. package/dist/index299.js +53 -9
  102. package/dist/index30.js +3 -3
  103. package/dist/index300.js +13 -2
  104. package/dist/index301.js +67 -7
  105. package/dist/index302.js +33 -7
  106. package/dist/index306.js +3 -6
  107. package/dist/index307.js +7 -5
  108. package/dist/index308.js +3 -719
  109. package/dist/index309.js +17 -366
  110. package/dist/index310.js +23 -52
  111. package/dist/index311.js +1 -1
  112. package/dist/index312.js +3 -280
  113. package/dist/index313.js +5 -2
  114. package/dist/index314.js +3 -125
  115. package/dist/index315.js +3 -2
  116. package/dist/index316.js +278 -13
  117. package/dist/index317.js +2 -2
  118. package/dist/index32.js +2 -2
  119. package/dist/index322.js +25 -17
  120. package/dist/index324.js +1 -1
  121. package/dist/index325.js +2 -28
  122. package/dist/index326.js +2 -17
  123. package/dist/index327.js +2 -3
  124. package/dist/index328.js +2 -4
  125. package/dist/index329.js +120 -22
  126. package/dist/index330.js +2 -2
  127. package/dist/index331.js +15 -2
  128. package/dist/index332.js +2 -2
  129. package/dist/index333.js +19 -2
  130. package/dist/index334.js +2 -2
  131. package/dist/index335.js +1 -1
  132. package/dist/index336.js +719 -3
  133. package/dist/index337.js +366 -3
  134. package/dist/index338.js +57 -2
  135. package/dist/index34.js +8 -8
  136. package/dist/index340.js +5 -2
  137. package/dist/index341.js +2 -6
  138. package/dist/index342.js +6 -5
  139. package/dist/index343.js +2 -3
  140. package/dist/index344.js +6 -34
  141. package/dist/index345.js +66 -128
  142. package/dist/index346.js +65 -396
  143. package/dist/index347.js +35 -67
  144. package/dist/index348.js +128 -66
  145. package/dist/index349.js +390 -220
  146. package/dist/index352.js +1 -1
  147. package/dist/index353.js +1 -1
  148. package/dist/index354.js +1 -1
  149. package/dist/index355.js +200 -7
  150. package/dist/index356.js +208 -149
  151. package/dist/index357.js +91 -257
  152. package/dist/index358.js +225 -131
  153. package/dist/index359.js +133 -21
  154. package/dist/index36.js +4 -4
  155. package/dist/index360.js +24 -0
  156. package/dist/index362.js +1 -1
  157. package/dist/index363.js +2 -93
  158. package/dist/index367.js +1 -1
  159. package/dist/index38.js +133 -131
  160. package/dist/index40.js +7 -7
  161. package/dist/index42.js +2 -2
  162. package/dist/index44.js +16 -15
  163. package/dist/index46.js +6 -6
  164. package/dist/index50.js +2 -2
  165. package/dist/index54.js +1 -1
  166. package/dist/index56.js +1 -1
  167. package/dist/index58.js +2 -2
  168. package/dist/index60.js +2 -2
  169. package/dist/index62.js +5 -5
  170. package/dist/index66.js +3 -1
  171. package/dist/index68.js +1 -1
  172. package/dist/index74.js +4 -4
  173. package/dist/index82.js +4 -4
  174. package/dist/index84.js +1 -1
  175. package/dist/index86.js +2 -2
  176. package/dist/index88.js +3 -3
  177. package/dist/index90.js +1 -1
  178. package/dist/index93.js +3 -3
  179. package/dist/index95.js +2 -2
  180. package/dist/index97.js +5 -5
  181. package/dist/index99.js +1 -1
  182. package/package.json +2 -2
  183. package/dist/index235.js +0 -190
  184. package/dist/index254.js +0 -25
  185. package/dist/index257.js +0 -32
  186. package/dist/index259.js +0 -53
  187. package/dist/index361.js +0 -4
package/dist/index269.js CHANGED
@@ -1,27 +1,54 @@
1
- const a = new RegExp("\\p{Lu}", "u"), f = new RegExp("\\p{Ll}", "u"), R = new RegExp("\\p{N}", "u"), c = /\s/u, d = /[\p{Script=Han}\p{Script=Hiragana}\p{Script=Katakana}\p{Script=Hangul}]/u, A = new RegExp("\\p{Extended_Pictographic}", "u"), W = /* @__PURE__ */ new Set([
2
- ".",
3
- ",",
4
- ":",
5
- ";",
6
- "!",
7
- "|",
8
- "'",
9
- "`",
10
- '"',
11
- "(",
12
- ")",
13
- "[",
14
- "]",
15
- "{",
16
- "}"
17
- ]), _ = /* @__PURE__ */ new Set(["-", "_", "/", "\\", "+", "="]), m = /* @__PURE__ */ new Set(["i", "l", "I", "j", "t", "f", "r"]), p = /* @__PURE__ */ new Set(["W", "M", "w", "m", "@", "%", "&", "#"]), I = (t) => c.test(t) ? 0.42 : A.test(t) ? 1.95 : d.test(t) ? 1.8 : W.has(t) ? 0.48 : _.has(t) ? 0.66 : m.has(t) ? 0.72 : p.has(t) ? 1.28 : R.test(t) ? 0.92 : a.test(t) ? 1.08 : f.test(t) ? 0.9 : 1, C = (t, n) => {
18
- const e = t, i = n.fontWidth * 2, s = n.fontWidth * 0.6, r = n.estimationBias ?? 1, E = Array.from(e).reduce((u, o) => u + I(o) * n.fontWidth, 0);
19
- return Math.max(
20
- i,
21
- (E + s) * r
22
- );
23
- }, T = (t) => Math.max(10, t * 1.2);
1
+ import { defineComponent as p, ref as b, watch as _, computed as m, createElementBlock as d, openBlock as c, normalizeClass as u, createElementVNode as t, createVNode as h, withCtx as f, toDisplayString as o } from "vue";
2
+ import k from "./index354.js";
3
+ const y = { class: "bb-base-date-picker__year-container" }, v = {
4
+ "aria-live": "polite",
5
+ class: "bb-base-date-picker__selected-day-label"
6
+ }, B = { class: "bb-base-date-picker__weekday" }, D = { class: "bb-base-date-picker__monthday" }, M = { class: "bb-base-date-picker__month-button" }, C = /* @__PURE__ */ p({
7
+ __name: "BaseDatePickerHeader",
8
+ props: {
9
+ cursor: {},
10
+ disabled: { type: Boolean },
11
+ hidden: { type: Boolean }
12
+ },
13
+ emits: ["mode:year", "mode:month"],
14
+ setup(n) {
15
+ const s = n, r = b("top"), l = (e, a) => {
16
+ e && a && (r.value = e.isBefore(a) ? "top" : "bottom");
17
+ };
18
+ _(
19
+ () => s.cursor,
20
+ (e, a) => {
21
+ l(e, a);
22
+ }
23
+ );
24
+ const i = m(() => s.cursor.format("YYYY"));
25
+ return (e, a) => (c(), d("div", {
26
+ class: u(["bb-base-date-picker__header", { "bb-base-date-picker__header--hidden": e.hidden }])
27
+ }, [
28
+ t("div", y, [
29
+ h(k, {
30
+ direction: r.value,
31
+ duration: 500,
32
+ gap: 30
33
+ }, {
34
+ default: f(() => [
35
+ (c(), d("span", {
36
+ key: i.value,
37
+ "aria-live": "polite",
38
+ class: "bb-base-date-picker__year-button"
39
+ }, o(i.value), 1))
40
+ ]),
41
+ _: 1
42
+ }, 8, ["direction"])
43
+ ]),
44
+ t("div", v, [
45
+ t("span", B, o(e.cursor.format("ddd")) + ", ", 1),
46
+ t("span", D, o(e.cursor.format("DD")), 1),
47
+ t("span", M, o(e.cursor.format("MMMM")), 1)
48
+ ])
49
+ ], 2));
50
+ }
51
+ });
24
52
  export {
25
- C as estimateBreadcrumbItemWidth,
26
- T as estimateEllipsisWidth
53
+ C as default
27
54
  };
package/dist/index270.js CHANGED
@@ -1,4 +1,54 @@
1
- const e = (t) => t[t.length - 1];
1
+ import { defineComponent as b, computed as c, createElementBlock as l, openBlock as a, createElementVNode as h, Fragment as p, renderList as k, createBlock as f, normalizeClass as y, withCtx as M, createTextVNode as x, toDisplayString as B } from "vue";
2
+ import C from "./index14.js";
3
+ /* empty css */
4
+ const v = {
5
+ "aria-label": "Month selector",
6
+ class: "bb-base-date-picker__button-menu bb-base-date-picker__month-selector",
7
+ role: "listbox"
8
+ }, g = { class: "content" }, N = /* @__PURE__ */ b({
9
+ __name: "BaseDatePickerMonthSelector",
10
+ props: {
11
+ cursor: {},
12
+ disabled: { type: Boolean }
13
+ },
14
+ emits: ["update:month"],
15
+ setup(d, { emit: i }) {
16
+ const o = d, m = i, u = c(() => o.cursor.month()), _ = c(() => {
17
+ const t = o.cursor.clone().startOf("year"), n = u.value;
18
+ return Array.from({ length: 12 }, (e, r) => {
19
+ const s = t.add(r, "month");
20
+ return {
21
+ text: s.format("MMMM"),
22
+ key: s.unix(),
23
+ selected: r === n,
24
+ handler: () => m("update:month", r)
25
+ };
26
+ });
27
+ });
28
+ return (t, n) => (a(), l("div", v, [
29
+ h("div", g, [
30
+ (a(!0), l(p, null, k(_.value, (e) => (a(), f(C, {
31
+ key: e.key,
32
+ "aria-label": e.text,
33
+ "aria-selected": e.selected,
34
+ class: y({
35
+ content__btn: !0,
36
+ "content__btn--selected": e.selected
37
+ }),
38
+ disabled: t.disabled,
39
+ role: "option",
40
+ type: "button",
41
+ onClick: e.handler
42
+ }, {
43
+ default: M(() => [
44
+ x(B(e.text), 1)
45
+ ]),
46
+ _: 2
47
+ }, 1032, ["aria-label", "aria-selected", "class", "disabled", "onClick"]))), 128))
48
+ ])
49
+ ]));
50
+ }
51
+ });
2
52
  export {
3
- e as last
53
+ N as default
4
54
  };
package/dist/index271.js CHANGED
@@ -1,20 +1,34 @@
1
- import { isNil as c } from "./index250.js";
2
- const a = (t, r) => {
3
- if (!Object.prototype.hasOwnProperty.call(t, r))
4
- throw new Error(
5
- `Object ${JSON.stringify(t, null, 2)} has no property named "${r.toString()}"`
6
- );
7
- }, l = (t) => typeof t == "string" ? t.toLocaleLowerCase() : JSON.stringify(t).toLowerCase(), y = (t, r, s) => {
8
- const i = s.toLocaleLowerCase();
9
- for (let e = 0; e < r.length; e++) {
10
- const n = r[e];
11
- a(t, n);
12
- const o = t[n];
13
- if (c(o)) continue;
14
- if (l(o).includes(i)) return !0;
1
+ import { defineComponent as c, createBlock as l, openBlock as m, Transition as u, withCtx as f, renderSlot as d } from "vue";
2
+ const y = /* @__PURE__ */ c({
3
+ __name: "ScaleFade",
4
+ props: {
5
+ duration: { default: 200 },
6
+ scaleFrom: { default: 0.97 }
7
+ },
8
+ setup(n) {
9
+ const t = n, a = (s) => {
10
+ const e = s;
11
+ e.style.opacity = "0", e.style.transform = `scale(${t.scaleFrom})`, e.style.transformOrigin = "center top";
12
+ }, r = (s, e) => {
13
+ const o = s;
14
+ o.style.transition = `opacity ${t.duration}ms ease-out, transform ${t.duration}ms cubic-bezier(0.34, 1.56, 0.64, 1)`, o.offsetHeight, o.style.opacity = "1", o.style.transform = "scale(1)", setTimeout(e, t.duration);
15
+ }, i = (s, e) => {
16
+ const o = s;
17
+ o.style.transition = `opacity ${t.duration}ms ease-in, transform ${t.duration}ms ease-in`, o.style.opacity = "0", o.style.transform = `scale(${t.scaleFrom})`, setTimeout(e, t.duration);
18
+ };
19
+ return (s, e) => (m(), l(u, {
20
+ css: !1,
21
+ onBeforeEnter: a,
22
+ onEnter: r,
23
+ onLeave: i
24
+ }, {
25
+ default: f(() => [
26
+ d(s.$slots, "default")
27
+ ]),
28
+ _: 3
29
+ }));
15
30
  }
16
- return !1;
17
- };
31
+ });
18
32
  export {
19
- y as matchAnyKey
33
+ y as default
20
34
  };
package/dist/index272.js CHANGED
@@ -1,14 +1,62 @@
1
- import { ref as t } from "vue";
2
- const n = () => {
3
- const e = t([]);
4
- return { array: e, set: (...r) => {
5
- e.value = r;
6
- }, add: (...r) => {
7
- e.value.push(...r);
8
- }, remove: (r) => {
9
- e.value = e.value.filter(r);
10
- } };
11
- };
1
+ import { defineComponent as g, ref as i, computed as d, onMounted as h, createElementBlock as m, openBlock as u, createElementVNode as y, Fragment as x, renderList as B, createBlock as C, normalizeClass as S, withCtx as T, createTextVNode as E, toDisplayString as w } from "vue";
2
+ import { range as H } from "./index344.js";
3
+ import M from "./index14.js";
4
+ /* empty css */
5
+ const n = 10, l = 3, V = /* @__PURE__ */ g({
6
+ __name: "BaseDatePickerYearSelector",
7
+ props: {
8
+ cursor: {},
9
+ disabled: { type: Boolean }
10
+ },
11
+ emits: ["update:year"],
12
+ setup(p, { emit: _ }) {
13
+ const f = p, b = _, o = i(), r = d(() => f.cursor.year()), c = i(r.value - n * l), s = i(r.value + n * l), v = d(
14
+ () => H(c.value, s.value).map((e) => ({
15
+ text: e,
16
+ key: e,
17
+ selected: e === r.value,
18
+ handler: () => b("update:year", e)
19
+ }))
20
+ ), k = (e) => {
21
+ const t = e.target;
22
+ t.scrollTop <= 100 ? c.value = Math.max(
23
+ c.value - n * l,
24
+ r.value - 200
25
+ ) : t.scrollHeight - t.scrollTop === t.clientHeight && (s.value = Math.min(s.value + n * l, 2101));
26
+ };
27
+ return h(() => {
28
+ if (!o.value) return;
29
+ const e = o.value.querySelector(
30
+ ".content__btn--selected"
31
+ );
32
+ e && (e.parentElement.scrollTop = e.offsetTop - e.parentElement.clientHeight / 2 + 16);
33
+ }), (e, t) => (u(), m("div", {
34
+ ref_key: "container",
35
+ ref: o,
36
+ class: "bb-base-date-picker__button-menu bb-base-date-picker__year-selector scrollbar-border"
37
+ }, [
38
+ y("div", {
39
+ class: "content",
40
+ onScrollPassive: k
41
+ }, [
42
+ (u(!0), m(x, null, B(v.value, (a) => (u(), C(M, {
43
+ key: a.key,
44
+ class: S({
45
+ content__btn: !0,
46
+ "content__btn--selected": a.selected
47
+ }),
48
+ disabled: e.disabled,
49
+ onClick: a.handler
50
+ }, {
51
+ default: T(() => [
52
+ E(w(a.text), 1)
53
+ ]),
54
+ _: 2
55
+ }, 1032, ["class", "disabled", "onClick"]))), 128))
56
+ ], 32)
57
+ ], 512));
58
+ }
59
+ });
12
60
  export {
13
- n as useArray
61
+ V as default
14
62
  };
package/dist/index273.js CHANGED
@@ -1,108 +1,9 @@
1
- import { defineComponent as y, ref as F, computed as H, watch as N, createElementBlock as L, openBlock as p, Fragment as S, renderList as V, createBlock as A, withModifiers as O, normalizeClass as P, withCtx as $, createTextVNode as z, toDisplayString as D } from "vue";
2
- import { hash as d } from "./index261.js";
3
- import { isNil as l } from "./index250.js";
4
- import E from "./index68.js";
5
- /* empty css */
6
- const K = /* @__PURE__ */ y({
7
- __name: "ChipsBox",
8
- props: {
9
- options: {}
10
- },
11
- emits: ["option:unselected"],
12
- setup(f, { expose: v, emit: h }) {
13
- const t = f, u = h, n = F(null), i = H(() => t.options.some((e) => !e.disabled)), a = (e = 1) => {
14
- const s = l(n.value) ? -1 : n.value;
15
- let o = (s + e) % t.options.length;
16
- for (; t.options[o].disabled && o !== s; )
17
- o = a(e + 1);
18
- return o;
19
- }, x = () => {
20
- if (!i.value) return;
21
- const e = a();
22
- n.value = e;
23
- }, c = (e = 1) => {
24
- const s = l(n.value) ? 0 : n.value;
25
- let o = (s - e + t.options.length) % t.options.length;
26
- for (; t.options[o].disabled && o !== s; )
27
- o = c(e + 1);
28
- return o;
29
- }, m = async () => {
30
- if (!i.value) return;
31
- const e = c();
32
- n.value = e;
33
- }, w = () => {
34
- if (!i.value) return;
35
- let e = 0;
36
- for (; t.options[e].disabled; )
37
- e++;
38
- n.value = e;
39
- }, b = () => {
40
- if (!i.value) return;
41
- let e = t.options.length - 1;
42
- for (; t.options[e].disabled && e !== 0; )
43
- e--;
44
- n.value = e;
45
- }, I = () => {
46
- if (!i.value) return;
47
- let e = 0;
48
- for (; !t.options[e].selected && t.options.length !== e; )
49
- e++;
50
- n.value = e;
51
- }, g = () => {
52
- if (!i.value) return;
53
- let e = t.options.length - 1;
54
- for (; t.options[e].selected && e !== 0; )
55
- e--;
56
- n.value = e;
57
- }, _ = (e) => {
58
- if (!i.value) return;
59
- const s = t.options.findIndex(
60
- (o) => o.valueHash === e
61
- );
62
- s >= 0 && (n.value = s);
63
- }, r = () => {
64
- n.value = null;
65
- }, k = () => {
66
- if (l(n.value)) return;
67
- const e = t.options[n.value];
68
- e.selected && u("option:unselected", e);
69
- }, C = () => l(n.value) ? void 0 : t.options[n.value];
70
- return N(
71
- () => t.options,
72
- (e, s) => {
73
- d(e) !== d(s) && r();
74
- },
75
- {
76
- flush: "post"
77
- }
78
- ), v({
79
- focusNext: x,
80
- focusPrevious: m,
81
- focusFirst: w,
82
- focusFirstSelected: I,
83
- focusLast: b,
84
- focusLastSelected: g,
85
- blur: r,
86
- confirmOption: k,
87
- focusByHash: _,
88
- getHighlighted: C
89
- }), (e, s) => (p(!0), L(S, null, V(e.options, (o, B) => (p(), A(E, {
90
- key: o.valueHash,
91
- class: P({
92
- "bb-chipsbox-item": !0,
93
- "bb-chipsbox-item--focused": B === n.value
94
- }),
95
- clearable: !0,
96
- text: o.text,
97
- "onClick:clear": O((M) => u("option:unselected", o), ["stop"])
98
- }, {
99
- default: $(() => [
100
- z(D(o.text), 1)
101
- ]),
102
- _: 2
103
- }, 1032, ["class", "text", "onClick:clear"]))), 128));
104
- }
105
- });
1
+ const s = (r, t) => {
2
+ if (r.endsWith("."))
3
+ return t === 0 ? r.slice(0, -1) : r;
4
+ const [n, i] = r.split(".");
5
+ return i ? `${n}.${i.slice(0, t)}` : r;
6
+ };
106
7
  export {
107
- K as default
8
+ s as clampPrecision
108
9
  };
@@ -0,0 +1,4 @@
1
+ const r = (e) => typeof e > "u" || e === null;
2
+ export {
3
+ r as isNil
4
+ };