vue3-beak-ui-framework 1.2.77 → 1.2.79
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/{date-CE18xjUy.js → date-B7g6i7Vq.js} +1 -1
- package/dist/{index-CLW6z3K0.js → index-Bcp8OCsz.js} +1 -1
- package/dist/{index-C3vxZiui.js → index-BwGuvach.js} +21 -6
- package/dist/{index.es-PCjcUP3s.js → index.es-BHE-pSwU.js} +2 -2
- package/dist/{jspdf.es.min-CuM_CDG8.js → jspdf.es.min--0AlWovE.js} +1 -1
- package/dist/style.css +1 -1
- package/dist/vue3-beak-ui-framework-lib.es.js +1 -1
- package/dist/vue3-beak-ui-framework-lib.umd.js +1 -1
- package/package.json +1 -1
|
@@ -7299,7 +7299,8 @@ const _hoisted_1$1O = { class: "table-filters" }, _hoisted_2$1x = {
|
|
|
7299
7299
|
*/
|
|
7300
7300
|
/**
|
|
7301
7301
|
* Typeface for the table. Accepts either a curated preset key
|
|
7302
|
-
* (`system | inter | manrope | outfit | jakarta | space-grotesk | aptos
|
|
7302
|
+
* (`system | inter | manrope | outfit | jakarta | space-grotesk | aptos |
|
|
7303
|
+
* univers | fira`)
|
|
7303
7304
|
* or any raw CSS `font-family` value (e.g. `'"Roboto", sans-serif'`). When
|
|
7304
7305
|
* undefined, the table inherits the surrounding font (the `<th>` falls
|
|
7305
7306
|
* back to its historical Arial, body cells inherit from the document).
|
|
@@ -7392,7 +7393,7 @@ const _hoisted_1$1O = { class: "table-filters" }, _hoisted_2$1x = {
|
|
|
7392
7393
|
default: "glacier",
|
|
7393
7394
|
validator: (ps) => {
|
|
7394
7395
|
if (!ps) return !0;
|
|
7395
|
-
const Ig = ["classic", "matutable", "lavender", "glacier", "compact", "striped", "dark"];
|
|
7396
|
+
const Ig = ["classic", "matutable", "lavender", "glacier", "compact", "striped", "dark", "hsbc", "citadel"];
|
|
7396
7397
|
return Ig.indexOf(ps) === -1 ? (console.warn(`V-BeakDataTable: invalid "${ps}" preset. Should be one of ${Ig.join(", ")}`), !1) : !0;
|
|
7397
7398
|
}
|
|
7398
7399
|
}
|
|
@@ -7501,7 +7502,21 @@ const _hoisted_1$1O = { class: "table-filters" }, _hoisted_2$1x = {
|
|
|
7501
7502
|
// Microsoft Office / Microsoft 365 installed. The fallback chain lands on
|
|
7502
7503
|
// Inter → system-ui so anyone else sees a sensible modern face instead of
|
|
7503
7504
|
// Times New Roman.
|
|
7504
|
-
aptos: '"Aptos", "Inter", system-ui, -apple-system, sans-serif'
|
|
7505
|
+
aptos: '"Aptos", "Inter", system-ui, -apple-system, sans-serif',
|
|
7506
|
+
// HSBC's corporate typeface is "Univers Next for HSBC", a licensed cut of
|
|
7507
|
+
// Univers commissioned for the bank. It is not distributed publicly, so it
|
|
7508
|
+
// renders only where the brand font is installed / self-hosted by the
|
|
7509
|
+
// consumer. The fallback chain lands on Univers → Helvetica Neue → Arial —
|
|
7510
|
+
// the grotesque family HSBC's brand guidelines nominate as the substitute
|
|
7511
|
+
// when the licensed face is unavailable — so anyone else sees an on-brand
|
|
7512
|
+
// neutral sans instead of a serif default.
|
|
7513
|
+
univers: '"Univers Next for HSBC", "Univers", "Helvetica Neue", Helvetica, Arial, sans-serif',
|
|
7514
|
+
// Fira Sans is Citadel Insurance's brand typeface. Unlike Univers / Aptos
|
|
7515
|
+
// it IS publicly distributed on Google Fonts, so the consumer only needs the
|
|
7516
|
+
// standard <link> (or @import) — no licensed / local install required. The
|
|
7517
|
+
// fallback chain still lands on system-ui so an unloaded face degrades to a
|
|
7518
|
+
// sensible neutral sans rather than a serif default.
|
|
7519
|
+
fira: '"Fira Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif'
|
|
7505
7520
|
}, eC = computed(() => Dg.font ? { "--bw-dt-font-family": UI[Dg.font] ?? Dg.font } : {}), DI = computed(() => Dg.beakrows ? Dg.beakrows.sort((SC, lA) => {
|
|
7506
7521
|
let IA = 1;
|
|
7507
7522
|
if (Qg.value === "desc" && (IA = -1), SC[$g.value] === null || lA[$g.value] === null)
|
|
@@ -123149,7 +123164,7 @@ class Columns {
|
|
|
123149
123164
|
const Tg = Bg.headings[Ig], Lg = [];
|
|
123150
123165
|
if (Tg.getAttribute("data-type") === "date") {
|
|
123151
123166
|
let Dg = !1;
|
|
123152
|
-
Tg.hasAttribute("data-format") && (Dg = Tg.getAttribute("data-format")), Lg.push(import("./date-
|
|
123167
|
+
Tg.hasAttribute("data-format") && (Dg = Tg.getAttribute("data-format")), Lg.push(import("./date-B7g6i7Vq.js").then(({ parseDate: $g }) => (Qg) => $g(Qg, Dg)));
|
|
123153
123168
|
}
|
|
123154
123169
|
Promise.all(Lg).then((Dg) => {
|
|
123155
123170
|
const Jg = Dg[0];
|
|
@@ -124686,7 +124701,7 @@ const _hoisted_1$M = ["id", "data-uid", "disabled"], _sfc_main$S = /* @__PURE__
|
|
|
124686
124701
|
Qg.value = !0, _g.value = null;
|
|
124687
124702
|
let MI;
|
|
124688
124703
|
try {
|
|
124689
|
-
({ Previewer: MI } = await import("./index-
|
|
124704
|
+
({ Previewer: MI } = await import("./index-Bcp8OCsz.js"));
|
|
124690
124705
|
} catch (OI) {
|
|
124691
124706
|
_g.value = "pagedjs is not installed. Run: npm i pagedjs", Qg.value = !1, Bg("render-error", OI);
|
|
124692
124707
|
return;
|
|
@@ -124797,7 +124812,7 @@ const _hoisted_1$M = ["id", "data-uid", "disabled"], _sfc_main$S = /* @__PURE__
|
|
|
124797
124812
|
}
|
|
124798
124813
|
const [_I, cC] = await Promise.all([
|
|
124799
124814
|
import("./html2canvas.esm-DgdJBc_o.js"),
|
|
124800
|
-
import("./jspdf.es.min
|
|
124815
|
+
import("./jspdf.es.min--0AlWovE.js").then((dC) => dC.j)
|
|
124801
124816
|
]), rC = _I.default || _I, IC = cC.jsPDF || cC.default, [AC, NC] = wI[Gg.pageSize], uC = Gg.pageLayout === "landscape" ? "landscape" : "portrait", CC = uC === "landscape" ? NC : AC, nC = uC === "landscape" ? AC : NC, oC = new IC({
|
|
124802
124817
|
orientation: uC,
|
|
124803
124818
|
unit: "mm",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { c as Va, g as al } from "./index-
|
|
2
|
-
import { _ as ka } from "./jspdf.es.min
|
|
1
|
+
import { c as Va, g as al } from "./index-BwGuvach.js";
|
|
2
|
+
import { _ as ka } from "./jspdf.es.min--0AlWovE.js";
|
|
3
3
|
var cn = {}, vn = {}, Cr, gn;
|
|
4
4
|
function ae() {
|
|
5
5
|
if (gn) return Cr;
|
|
@@ -9246,7 +9246,7 @@ function(n) {
|
|
|
9246
9246
|
var d = h.getContext("2d");
|
|
9247
9247
|
d.fillStyle = "#fff", d.fillRect(0, 0, h.width, h.height);
|
|
9248
9248
|
var m = { ignoreMouse: !0, ignoreAnimation: !0, ignoreDimensions: !0 }, _ = this;
|
|
9249
|
-
return (Kt.canvg ? Promise.resolve(Kt.canvg) : import("./index.es-
|
|
9249
|
+
return (Kt.canvg ? Promise.resolve(Kt.canvg) : import("./index.es-BHE-pSwU.js")).catch(function(k) {
|
|
9250
9250
|
return Promise.reject(new Error("Could not load canvg: " + k));
|
|
9251
9251
|
}).then(function(k) {
|
|
9252
9252
|
return k.default ? k.default : k;
|