@point-hub/papp 0.0.83 → 0.0.86
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.
- package/dist/index.js +4 -2
- package/dist/index.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10248,7 +10248,9 @@ const Ag = ["placeholder", "autofocus", "required", "disabled"], wg = /* @__PURE
|
|
|
10248
10248
|
const f = n, h = P({
|
|
10249
10249
|
set: () => {
|
|
10250
10250
|
},
|
|
10251
|
-
get: () => new Intl.NumberFormat("en-US"
|
|
10251
|
+
get: () => new Intl.NumberFormat("en-US", {
|
|
10252
|
+
maximumFractionDigits: r.decimalLength
|
|
10253
|
+
}).format(Number(r.modelValue))
|
|
10252
10254
|
});
|
|
10253
10255
|
return t({
|
|
10254
10256
|
inputRef: o
|
|
@@ -10301,7 +10303,7 @@ const Ag = ["placeholder", "autofocus", "required", "disabled"], wg = /* @__PURE
|
|
|
10301
10303
|
_: 3
|
|
10302
10304
|
}, 8, ["label", "layout", "description", "required", "helpers", "errors"]));
|
|
10303
10305
|
}
|
|
10304
|
-
}), xg = /* @__PURE__ */ le(wg, [["__scopeId", "data-v-
|
|
10306
|
+
}), xg = /* @__PURE__ */ le(wg, [["__scopeId", "data-v-0e2858d0"]]), Sg = { class: "cursor-pointer" }, Og = { class: "flex items-center justify-between gap-2" }, kg = {
|
|
10305
10307
|
key: 0,
|
|
10306
10308
|
class: "shrink-0 text-white"
|
|
10307
10309
|
}, Cg = {
|