Skip to content

Commit

Permalink
cleanıup & dump version
Browse files Browse the repository at this point in the history
  • Loading branch information
n1crack committed May 6, 2024
1 parent 5005f79 commit 7b4398e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/vuefinder.cjs

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions dist/vuefinder.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ const O = {
FULL_SCREEN: "fullscreen",
DOWNLOAD: "download",
LANGUAGE: "language"
}, rt = Object.values(O), nt = "2.3.0";
}, rt = Object.values(O), nt = "2.3.1";
function De(l, e, a, r, o) {
return (e = Math, a = e.log, r = 1024, o = a(l) / a(r) | 0, l / e.pow(r, o)).toFixed(0) + " " + (o ? "KMGTPEZY"[--o] + "iB" : "B");
}
Expand Down Expand Up @@ -2049,7 +2049,6 @@ const Nr = { render: Tr }, Ur = { class: "flex p-1.5 bg-neutral-100 dark:bg-gray
const E = o.value.children;
let D = 0, R = 0, F = 5, ce = 1;
e.fs.limitBreadcrumbItems(F), le(() => {
console.log("width updated");
for (let se = E.length - 1; se >= 0 && !(D + E[se].offsetWidth > v.value - 40); se--)
D += parseInt(E[se].offsetWidth, 10), R++;
R < ce && (R = ce), R > F && (R = F), e.fs.limitBreadcrumbItems(R);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuefinder",
"version": "2.3.0",
"version": "2.3.1",
"description": "Vuefinder is a file manager component for vuejs.",
"type": "module",
"files": [
Expand Down

0 comments on commit 7b4398e

Please sign in to comment.