quasar-ui-danx 0.4.51 → 0.4.52
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/danx.es.js
CHANGED
@@ -445,7 +445,7 @@ const Sd = { render: M0 }, L0 = { class: "flex items-center flex-nowrap" }, q0 =
|
|
445
445
|
class: L(["transition-all", d.iconClass + " " + l.value.iconClass])
|
446
446
|
}, null, 8, ["class"])),
|
447
447
|
B(d.$slots, "default", {}, () => [
|
448
|
-
d.label ? (m(), v("div", {
|
448
|
+
d.label || d.label === 0 ? (m(), v("div", {
|
449
449
|
key: 0,
|
450
450
|
class: L(["ml-2", d.labelClass])
|
451
451
|
}, D(d.label), 3)) : P("", !0)
|
@@ -26503,7 +26503,7 @@ function N9(t, e = "") {
|
|
26503
26503
|
function xh(t, e = "") {
|
26504
26504
|
return Object.entries(t).map(([n, r]) => typeof r == "object" ? xh(r, `${e}${n}-`) : `--${e}${n}: ${r}`).join(";");
|
26505
26505
|
}
|
26506
|
-
const dI = "0.4.
|
26506
|
+
const dI = "0.4.52", fI = {
|
26507
26507
|
version: dI
|
26508
26508
|
}, { version: _I } = fI;
|
26509
26509
|
function $9() {
|