bt-core-app 1.4.488 → 1.4.489

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.
@@ -40612,7 +40612,7 @@ const W5 = { class: "d-flex align-center" }, WV = /* @__PURE__ */ Ke({
40612
40612
  title: n.value.title
40613
40613
  }, {
40614
40614
  default: F(() => [
40615
- ze("div", U5, Be(a.value), 1),
40615
+ ze("div", U5, Be(n.value.prefix) + Be(a.value), 1),
40616
40616
  b(In, { class: "ma-0 pa-0 mb-4" }, {
40617
40617
  default: F(() => [
40618
40618
  ($(!0), de(_e, null, et(i.value, (v, g) => ($(), ee(rt, {
package/dist/index.d.ts CHANGED
@@ -1566,6 +1566,7 @@ export declare interface UseDialogNumberOptions {
1566
1566
  confirmText?: string;
1567
1567
  height?: string;
1568
1568
  maxWidth?: string;
1569
+ prefix?: string;
1569
1570
  showDecimal?: boolean;
1570
1571
  showNegative?: boolean;
1571
1572
  startValue?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "1.4.488",
3
+ "version": "1.4.489",
4
4
  "description": "Core app tools for some basic features like navigation, authentication, server apis, and cosmetics",
5
5
  "homepage": "https://github.com/BlitzItTech/bt-core",
6
6
  "bugs": {