@brftech/filex-core 0.16.2 → 0.16.3
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/filex-core.js +9 -9
- package/dist/filex-core.js.map +1 -1
- package/dist/filex-core.umd.cjs +2 -2
- package/dist/filex-core.umd.cjs.map +1 -1
- package/dist/index.d.ts +9 -7
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/FileExplorer.vue +6 -5
- package/src/components/TabBar.vue +11 -7
- package/src/styles/base.css +105 -62
- package/src/types/ExplorerConfig.ts +9 -7
package/dist/filex-core.js
CHANGED
|
@@ -7621,15 +7621,15 @@ const Lv = ["data-prefers-dark", "aria-label"], Bv = {
|
|
|
7621
7621
|
title: f(s)("tabs.close"),
|
|
7622
7622
|
onClick: Te((I) => d("close", T.id), ["stop"])
|
|
7623
7623
|
}, "×", 8, Wv)
|
|
7624
|
-
], 42, Hv))), 128))
|
|
7625
|
-
t("button", {
|
|
7626
|
-
type: "button",
|
|
7627
|
-
class: "fe-tabs__new",
|
|
7628
|
-
"aria-label": f(s)("tabs.new"),
|
|
7629
|
-
title: f(s)("tabs.new"),
|
|
7630
|
-
onClick: R[1] || (R[1] = (T) => d("new"))
|
|
7631
|
-
}, "+", 8, qv)
|
|
7624
|
+
], 42, Hv))), 128))
|
|
7632
7625
|
]),
|
|
7626
|
+
t("button", {
|
|
7627
|
+
type: "button",
|
|
7628
|
+
class: "fe-tabs__new",
|
|
7629
|
+
"aria-label": f(s)("tabs.new"),
|
|
7630
|
+
title: f(s)("tabs.new"),
|
|
7631
|
+
onClick: R[1] || (R[1] = (T) => d("new"))
|
|
7632
|
+
}, "+", 8, qv),
|
|
7633
7633
|
o.splitEnabled !== !1 ? (i(), u("button", {
|
|
7634
7634
|
key: 0,
|
|
7635
7635
|
type: "button",
|
|
@@ -11065,7 +11065,7 @@ const Cm = ["placeholder", "disabled"], Sm = ["placeholder", "disabled"], Tm = [
|
|
|
11065
11065
|
const no = q(
|
|
11066
11066
|
() => Ze.tabs.value.map((e) => ({ id: e.id, label: vr(e.path), split: !!e.split }))
|
|
11067
11067
|
), mr = q(
|
|
11068
|
-
() => Ze.hasMultiple.value || d.config.tabStrip
|
|
11068
|
+
() => Ze.hasMultiple.value || d.config.tabStrip !== "auto" && no.value.length > 0
|
|
11069
11069
|
);
|
|
11070
11070
|
De(O, (e) => Ze.syncActive({ path: e })), De(U, (e) => Ze.syncActive({ viewMode: e })), et(() => {
|
|
11071
11071
|
pr || Ze.seed(O.value ?? "", U.value);
|