quasar-ui-danx 0.4.46 → 0.4.47
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 +6 -6
- package/dist/danx.es.js.map +1 -1
- package/dist/danx.umd.js +3 -3
- package/dist/danx.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/components/ActionTable/Form/Fields/SelectionMenuField.vue +41 -42
- package/src/components/Utility/Buttons/ShowHideButton.vue +0 -2
- package/src/components/Utility/Widgets/LabelPillWidget.vue +1 -0
package/dist/danx.es.js
CHANGED
@@ -650,10 +650,8 @@ const H0 = {
|
|
650
650
|
}),
|
651
651
|
emits: /* @__PURE__ */ At(["show", "hide"], ["update:modelValue"]),
|
652
652
|
setup(t, { emit: e }) {
|
653
|
-
const n = e, r = xn(t, "modelValue"), s = t;
|
654
|
-
|
655
|
-
const i = Jt(bo, {});
|
656
|
-
s.name && i[s.name] !== void 0 && (r.value = i[s.name], console.log("setting is sowing to", r.value));
|
653
|
+
const n = e, r = xn(t, "modelValue"), s = t, i = Jt(bo, {});
|
654
|
+
s.name && i[s.name] !== void 0 && (r.value = i[s.name]);
|
657
655
|
function o() {
|
658
656
|
r.value = !r.value, Wn(() => {
|
659
657
|
r.value ? n("show") : n("hide"), s.name && (i[s.name] = r.value, wn(bo, { ...Jt(bo, {}), [s.name]: r.value }));
|
@@ -3611,7 +3609,7 @@ const Rm = { class: "flex-grow" }, Um = {
|
|
3611
3609
|
class: L([s.selectClass, "mr-2"]),
|
3612
3610
|
"show-icon": s.selectIcon || k(v0)
|
3613
3611
|
}, {
|
3614
|
-
|
3612
|
+
default: $(() => [
|
3615
3613
|
O(u, {
|
3616
3614
|
"model-value": r.value,
|
3617
3615
|
onBeforeHide: i[1] || (i[1] = (d) => r.value = !1),
|
@@ -3631,6 +3629,7 @@ const Rm = { class: "flex-grow" }, Um = {
|
|
3631
3629
|
key: 0,
|
3632
3630
|
type: "trash",
|
3633
3631
|
class: "ml-4 mr-2",
|
3632
|
+
size: "sm",
|
3634
3633
|
onClick: ut((p) => s.$emit("delete", d), ["stop", "prevent"])
|
3635
3634
|
}, null, 8, ["onClick"])) : P("", !0)
|
3636
3635
|
], 10, bg)), [
|
@@ -8235,6 +8234,7 @@ const VI = {
|
|
8235
8234
|
yellow: "bg-yellow-950 text-yellow-400",
|
8236
8235
|
blue: "bg-blue-950 text-blue-400",
|
8237
8236
|
slate: "bg-slate-950 text-slate-400",
|
8237
|
+
"slate-mid": "bg-slate-800 text-slate-400",
|
8238
8238
|
gray: "bg-slate-700 text-gray-300",
|
8239
8239
|
none: ""
|
8240
8240
|
}, r = {
|
@@ -26507,7 +26507,7 @@ function F9(t, e = "") {
|
|
26507
26507
|
function xh(t, e = "") {
|
26508
26508
|
return Object.entries(t).map(([n, r]) => typeof r == "object" ? xh(r, `${e}${n}-`) : `--${e}${n}: ${r}`).join(";");
|
26509
26509
|
}
|
26510
|
-
const cI = "0.4.
|
26510
|
+
const cI = "0.4.47", dI = {
|
26511
26511
|
version: cI
|
26512
26512
|
}, { version: fI } = dI;
|
26513
26513
|
function N9() {
|