quasar-ui-danx 0.2.19 → 0.2.20
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 +208 -208
- package/dist/danx.es.js.map +1 -1
- package/dist/danx.umd.js +5 -5
- package/dist/danx.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/components/ActionTable/ActionTable.vue +1 -1
- package/src/helpers/index.ts +2 -1
- package/src/helpers/styles.ts +18 -0
- package/tailwind.config.js +19 -6
package/dist/danx.es.js
CHANGED
@@ -10,7 +10,7 @@ let os = {
|
|
10
10
|
uploadCompletedUrl: null
|
11
11
|
}
|
12
12
|
};
|
13
|
-
function
|
13
|
+
function tk(t) {
|
14
14
|
os = {
|
15
15
|
...os,
|
16
16
|
...t
|
@@ -26,7 +26,7 @@ function lf(t, e, n = void 0) {
|
|
26
26
|
function Xr(t, e) {
|
27
27
|
return lf(t, e);
|
28
28
|
}
|
29
|
-
function
|
29
|
+
function nk(t, e) {
|
30
30
|
return t.filter((n, r, i) => r === i.findIndex((s) => e(n, s)));
|
31
31
|
}
|
32
32
|
function af(t) {
|
@@ -136,16 +136,16 @@ function Do(t, e) {
|
|
136
136
|
});
|
137
137
|
});
|
138
138
|
}
|
139
|
-
function
|
139
|
+
function rk(t, e, n) {
|
140
140
|
return Math.max(t, Math.min(e, n));
|
141
141
|
}
|
142
|
-
function
|
142
|
+
function ik(t) {
|
143
143
|
return t * 621371e-9;
|
144
144
|
}
|
145
|
-
function
|
145
|
+
function sk(t) {
|
146
146
|
return t / 621371e-9;
|
147
147
|
}
|
148
|
-
function
|
148
|
+
function ok(t) {
|
149
149
|
const e = t.split(",");
|
150
150
|
if (e.length === 2) {
|
151
151
|
const n = parseFloat(e[0].trim()), r = parseFloat(e[1].trim());
|
@@ -5384,7 +5384,7 @@ function _s(t, e = "yyyy/MM/dd") {
|
|
5384
5384
|
function dl(t, e = "yyyy/MM/dd HH:mm:ss") {
|
5385
5385
|
return j.fromFormat(t, e);
|
5386
5386
|
}
|
5387
|
-
function
|
5387
|
+
function lk(t) {
|
5388
5388
|
return vt(t, { format: "yyyy/MM/dd" });
|
5389
5389
|
}
|
5390
5390
|
function pr(t, e = {}) {
|
@@ -5401,7 +5401,7 @@ function vt(t, { empty: e = "--", format: n = "M/d/yy" } = {}) {
|
|
5401
5401
|
const r = ni(t).toFormat(n);
|
5402
5402
|
return ["Invalid DateTime", "invalid datetime"].includes(r) ? e : r;
|
5403
5403
|
}
|
5404
|
-
function
|
5404
|
+
function ak(t) {
|
5405
5405
|
const e = j.now().setZone("UTC").startOf("year").set({ second: t }), n = Math.floor(t / 3600);
|
5406
5406
|
return (n ? n + ":" : "") + e.toFormat("mm:ss");
|
5407
5407
|
}
|
@@ -5414,7 +5414,7 @@ function Ou(t) {
|
|
5414
5414
|
function zn(t, e = {}) {
|
5415
5415
|
return new Intl.NumberFormat("en-US", e).format(t);
|
5416
5416
|
}
|
5417
|
-
function
|
5417
|
+
function uk(t, e) {
|
5418
5418
|
if (t.length > e) {
|
5419
5419
|
const n = Math.floor((e - 3) / 2), r = e - n - 3;
|
5420
5420
|
return t.substring(0, n) + "..." + t.substring(t.length - r);
|
@@ -5424,7 +5424,7 @@ function ak(t, e) {
|
|
5424
5424
|
function y1(t, e = { multiplier: 100, maximumFractionDigits: 1, NaN: "N/A" }) {
|
5425
5425
|
return t = parseFloat(t), isNaN(t) ? e.NaN : zn(t * e.multiplier, e) + "%";
|
5426
5426
|
}
|
5427
|
-
function
|
5427
|
+
function ck(t) {
|
5428
5428
|
if (!t || typeof t != "string")
|
5429
5429
|
return t || "";
|
5430
5430
|
const e = t.replace(/\D/g, "").split("");
|
@@ -5448,7 +5448,7 @@ function uk(t) {
|
|
5448
5448
|
o === 0 && s === "1" ? n += "+1 " : n += s;
|
5449
5449
|
}), t === "+1 (" ? "" : n;
|
5450
5450
|
}
|
5451
|
-
function
|
5451
|
+
function dk(t, e) {
|
5452
5452
|
return ni(e).diff(ni(t), ["days"]).days;
|
5453
5453
|
}
|
5454
5454
|
function Js(t, e, n) {
|
@@ -5514,7 +5514,7 @@ Use Save As... to download, then click back to return to this page.`
|
|
5514
5514
|
}
|
5515
5515
|
return !0;
|
5516
5516
|
}
|
5517
|
-
async function
|
5517
|
+
async function fk(t, e = "", n = null) {
|
5518
5518
|
let r;
|
5519
5519
|
n && (r = {
|
5520
5520
|
method: "POST",
|
@@ -9420,7 +9420,7 @@ te(Ne, "notify"), te(Ne, "PROP_DEFINITIONS", {
|
|
9420
9420
|
}
|
9421
9421
|
});
|
9422
9422
|
let Tt = Ne;
|
9423
|
-
const
|
9423
|
+
const mk = new Tt();
|
9424
9424
|
async function Xg(t, e = null) {
|
9425
9425
|
if (t.location)
|
9426
9426
|
return t.location;
|
@@ -9638,7 +9638,7 @@ class oo {
|
|
9638
9638
|
e.xhr.send(e.body);
|
9639
9639
|
}
|
9640
9640
|
}
|
9641
|
-
const
|
9641
|
+
const hk = {
|
9642
9642
|
async get(t, e = {}) {
|
9643
9643
|
return fetch(t, {
|
9644
9644
|
method: "get",
|
@@ -9661,7 +9661,7 @@ const mk = {
|
|
9661
9661
|
}).then((r) => r.json());
|
9662
9662
|
}
|
9663
9663
|
};
|
9664
|
-
async function
|
9664
|
+
async function pk(t, e, n, r) {
|
9665
9665
|
let i;
|
9666
9666
|
n && (i = e.value.find((s) => s.id === n) || (await t({ id: n }))[0]), e.value = await t(r), i && !e.value.find((s) => s.id === n) && e.value.push(i);
|
9667
9667
|
}
|
@@ -9704,7 +9704,7 @@ function Jg(t) {
|
|
9704
9704
|
};
|
9705
9705
|
}
|
9706
9706
|
const Dn = Ta(null);
|
9707
|
-
function
|
9707
|
+
function gk(t, e = null) {
|
9708
9708
|
const n = t.map((o) => {
|
9709
9709
|
const l = { ...e, ...o };
|
9710
9710
|
return l.trigger || (l.trigger = (a, u) => i(l, a, u), l.activeTarget = U(null)), l;
|
@@ -10575,7 +10575,7 @@ const Eb = { render: kb }, Cb = {
|
|
10575
10575
|
function Ab(t, e) {
|
10576
10576
|
return m(), b("svg", Cb, [...Ob]);
|
10577
10577
|
}
|
10578
|
-
const lo = { render: Ab },
|
10578
|
+
const lo = { render: Ab }, yk = {
|
10579
10579
|
__name: "ExportButton",
|
10580
10580
|
props: {
|
10581
10581
|
exporter: {
|
@@ -10608,7 +10608,7 @@ const lo = { render: Ab }, gk = {
|
|
10608
10608
|
}, 8, ["loading"]);
|
10609
10609
|
};
|
10610
10610
|
}
|
10611
|
-
},
|
10611
|
+
}, bk = {
|
10612
10612
|
__name: "RefreshButton",
|
10613
10613
|
props: {
|
10614
10614
|
loading: Boolean
|
@@ -10628,7 +10628,7 @@ const lo = { render: Ab }, gk = {
|
|
10628
10628
|
}, 8, ["loading"]);
|
10629
10629
|
};
|
10630
10630
|
}
|
10631
|
-
}, Db = { class: "previous-next-controls" },
|
10631
|
+
}, Db = { class: "previous-next-controls" }, xk = {
|
10632
10632
|
__name: "PreviousNextControls",
|
10633
10633
|
props: {
|
10634
10634
|
isLoading: Boolean
|
@@ -11099,7 +11099,7 @@ const lo = { render: Ab }, gk = {
|
|
11099
11099
|
}, cx = /* @__PURE__ */ jt(ax, [["__cssModules", ux]]), dx = {
|
11100
11100
|
key: 0,
|
11101
11101
|
class: "p-4 m-4 absolute-top-right top right cursor-pointer"
|
11102
|
-
},
|
11102
|
+
}, vk = {
|
11103
11103
|
__name: "FullScreenDialog",
|
11104
11104
|
props: {
|
11105
11105
|
modelValue: Boolean,
|
@@ -11249,7 +11249,7 @@ const lo = { render: Ab }, gk = {
|
|
11249
11249
|
}, 8, ["full-height", "full-width", "model-value", "no-backdrop-dismiss", "maximized"]);
|
11250
11250
|
};
|
11251
11251
|
}
|
11252
|
-
},
|
11252
|
+
}, wk = {
|
11253
11253
|
__name: "InputDialog",
|
11254
11254
|
props: {
|
11255
11255
|
...na.props,
|
@@ -11667,7 +11667,7 @@ const lo = { render: Ab }, gk = {
|
|
11667
11667
|
}, Kx = {
|
11668
11668
|
key: 1,
|
11669
11669
|
class: "address-line-3"
|
11670
|
-
}, Jx = { class: "address-city-state-zip" },
|
11670
|
+
}, Jx = { class: "address-city-state-zip" }, Sk = {
|
11671
11671
|
__name: "AddressFormat",
|
11672
11672
|
props: {
|
11673
11673
|
address: {
|
@@ -11691,7 +11691,7 @@ const lo = { render: Ab }, gk = {
|
|
11691
11691
|
], 64)) : $("", !0)
|
11692
11692
|
]));
|
11693
11693
|
}
|
11694
|
-
},
|
11694
|
+
}, Tk = {
|
11695
11695
|
__name: "FlatListFormat",
|
11696
11696
|
props: {
|
11697
11697
|
items: {
|
@@ -11713,7 +11713,7 @@ const lo = { render: Ab }, gk = {
|
|
11713
11713
|
}, e2 = { class: "flex flex-nowrap items-center" }, t2 = {
|
11714
11714
|
key: 0,
|
11715
11715
|
class: "whitespace-nowrap"
|
11716
|
-
},
|
11716
|
+
}, kk = {
|
11717
11717
|
__name: "GpsCoordinatesFormat",
|
11718
11718
|
props: {
|
11719
11719
|
location: {
|
@@ -11742,7 +11742,7 @@ const lo = { render: Ab }, gk = {
|
|
11742
11742
|
]);
|
11743
11743
|
};
|
11744
11744
|
}
|
11745
|
-
}, n2 = { class: "flex items-center flex-nowrap" },
|
11745
|
+
}, n2 = { class: "flex items-center flex-nowrap" }, Ek = {
|
11746
11746
|
__name: "IconWithTextFormat",
|
11747
11747
|
props: {
|
11748
11748
|
icon: {
|
@@ -11776,7 +11776,7 @@ const lo = { render: Ab }, gk = {
|
|
11776
11776
|
], 2)
|
11777
11777
|
]));
|
11778
11778
|
}
|
11779
|
-
}, r2 = { class: "text-xs font-bold" },
|
11779
|
+
}, r2 = { class: "text-xs font-bold" }, Ck = {
|
11780
11780
|
__name: "LabelValueFormat",
|
11781
11781
|
props: {
|
11782
11782
|
label: {
|
@@ -12475,7 +12475,7 @@ const br = Oc, Q2 = {
|
|
12475
12475
|
], 2);
|
12476
12476
|
};
|
12477
12477
|
}
|
12478
|
-
},
|
12478
|
+
}, Ik = {
|
12479
12479
|
__name: "InteractiveTooltip",
|
12480
12480
|
props: { tooltip: { type: String, default: "" } },
|
12481
12481
|
setup(t) {
|
@@ -12523,7 +12523,7 @@ const br = Oc, Q2 = {
|
|
12523
12523
|
}, 8, ["modelValue"]);
|
12524
12524
|
};
|
12525
12525
|
}
|
12526
|
-
}, ev = { class: "flex items-center w-full" }, tv = { class: "flex-grow text-sm" },
|
12526
|
+
}, ev = { class: "flex items-center w-full" }, tv = { class: "flex-grow text-sm" }, Fk = {
|
12527
12527
|
__name: "BadgeTab",
|
12528
12528
|
props: {
|
12529
12529
|
name: {
|
@@ -12561,7 +12561,7 @@ const br = Oc, Q2 = {
|
|
12561
12561
|
}, 8, ["name"]);
|
12562
12562
|
};
|
12563
12563
|
}
|
12564
|
-
}, nv = { class: "flex items-center w-full" }, rv = { class: "flex-grow text-sm" },
|
12564
|
+
}, nv = { class: "flex items-center w-full" }, rv = { class: "flex-grow text-sm" }, Ok = {
|
12565
12565
|
__name: "IndicatorTab",
|
12566
12566
|
props: {
|
12567
12567
|
name: {
|
@@ -12622,7 +12622,7 @@ const br = Oc, Q2 = {
|
|
12622
12622
|
_: 3
|
12623
12623
|
}, 8, ["name"]));
|
12624
12624
|
}
|
12625
|
-
},
|
12625
|
+
}, Ak = {
|
12626
12626
|
__name: "SlideTransition",
|
12627
12627
|
props: {
|
12628
12628
|
name: {
|
@@ -14658,7 +14658,7 @@ Re("x,y,z,top,right,bottom,left,width,height,fontSize,padding,margin,perspective
|
|
14658
14658
|
Be.registerPlugin(Fd);
|
14659
14659
|
var Vs = Be.registerPlugin(Fd) || Be;
|
14660
14660
|
Vs.core.Tween;
|
14661
|
-
const
|
14661
|
+
const Dk = {
|
14662
14662
|
__name: "StaggeredListTransition",
|
14663
14663
|
props: {
|
14664
14664
|
height: {
|
@@ -14903,7 +14903,7 @@ const xw = { class: "flex items-center" }, vw = { key: 0 }, ww = { class: "flex-
|
|
14903
14903
|
])
|
14904
14904
|
], 32));
|
14905
14905
|
}
|
14906
|
-
}, Tw = /* @__PURE__ */ O("div", { class: "mb-4 text-sm" }, " Customize columns by visibility, order, or priority (maximum 3 additional). ", -1),
|
14906
|
+
}, Tw = /* @__PURE__ */ O("div", { class: "mb-4 text-sm" }, " Customize columns by visibility, order, or priority (maximum 3 additional). ", -1), Pk = {
|
14907
14907
|
__name: "ColumnSettingsDialog",
|
14908
14908
|
props: {
|
14909
14909
|
hiddenColumnNames: {
|
@@ -15300,7 +15300,7 @@ const xw = { class: "flex items-center" }, vw = { key: 0 }, ww = { class: "flex-
|
|
15300
15300
|
}
|
15301
15301
|
}, Qw = {
|
15302
15302
|
$style: Gw
|
15303
|
-
},
|
15303
|
+
}, Nk = /* @__PURE__ */ jt(Yw, [["__cssModules", Qw]]), Mk = {
|
15304
15304
|
__name: "CollapsableFiltersSidebar",
|
15305
15305
|
props: {
|
15306
15306
|
name: {
|
@@ -15485,7 +15485,7 @@ const xw = { class: "flex items-center" }, vw = { key: 0 }, ww = { class: "flex-
|
|
15485
15485
|
]);
|
15486
15486
|
};
|
15487
15487
|
}
|
15488
|
-
},
|
15488
|
+
}, $k = {
|
15489
15489
|
__name: "ConfirmPasswordField",
|
15490
15490
|
props: {
|
15491
15491
|
name: {
|
@@ -15749,7 +15749,7 @@ const xw = { class: "flex items-center" }, vw = { key: 0 }, ww = { class: "flex-
|
|
15749
15749
|
});
|
15750
15750
|
};
|
15751
15751
|
}
|
15752
|
-
},
|
15752
|
+
}, Lk = {
|
15753
15753
|
__name: "DateTimeField",
|
15754
15754
|
props: {
|
15755
15755
|
modelValue: {
|
@@ -15807,7 +15807,7 @@ const xw = { class: "flex items-center" }, vw = { key: 0 }, ww = { class: "flex-
|
|
15807
15807
|
]);
|
15808
15808
|
};
|
15809
15809
|
}
|
15810
|
-
},
|
15810
|
+
}, Uk = {
|
15811
15811
|
__name: "EditableDiv",
|
15812
15812
|
props: {
|
15813
15813
|
modelValue: {
|
@@ -15833,7 +15833,7 @@ const xw = { class: "flex items-center" }, vw = { key: 0 }, ww = { class: "flex-
|
|
15833
15833
|
onInput: o
|
15834
15834
|
}, P(i.value), 33));
|
15835
15835
|
}
|
15836
|
-
}, aS = ["accept", "capture"],
|
15836
|
+
}, aS = ["accept", "capture"], Rk = {
|
15837
15837
|
__name: "FileUploadButton",
|
15838
15838
|
props: {
|
15839
15839
|
...Co.props,
|
@@ -15893,7 +15893,7 @@ const xw = { class: "flex items-center" }, vw = { key: 0 }, ww = { class: "flex-
|
|
15893
15893
|
_: 3
|
15894
15894
|
}, 16));
|
15895
15895
|
}
|
15896
|
-
}, uS = { class: "inline-block" }, cS = { class: "cursor-pointer py-2 hover:bg-blue-light flex items-center justify-end" },
|
15896
|
+
}, uS = { class: "inline-block" }, cS = { class: "cursor-pointer py-2 hover:bg-blue-light flex items-center justify-end" }, qk = {
|
15897
15897
|
__name: "InlineDateTimeField",
|
15898
15898
|
props: {
|
15899
15899
|
modelValue: {
|
@@ -16439,7 +16439,7 @@ const xw = { class: "flex items-center" }, vw = { key: 0 }, ww = { class: "flex-
|
|
16439
16439
|
}, null, 8, ["modelValue", "field", "no-label"])
|
16440
16440
|
]));
|
16441
16441
|
}
|
16442
|
-
},
|
16442
|
+
}, zk = {
|
16443
16443
|
__name: "NewPasswordField",
|
16444
16444
|
props: {
|
16445
16445
|
name: {
|
@@ -16571,7 +16571,7 @@ const xw = { class: "flex items-center" }, vw = { key: 0 }, ww = { class: "flex-
|
|
16571
16571
|
]);
|
16572
16572
|
};
|
16573
16573
|
}
|
16574
|
-
}, SS = ["data-dusk", "onClick"],
|
16574
|
+
}, SS = ["data-dusk", "onClick"], Bk = {
|
16575
16575
|
__name: "SelectDrawer",
|
16576
16576
|
props: {
|
16577
16577
|
modelValue: {
|
@@ -17341,7 +17341,7 @@ const ZS = "YOUR_API_KEY", HS = ["innerHTML"], WS = {
|
|
17341
17341
|
}, s3 = { class: "w-full flex justify-end items-center flex-nowrap border-b" }, o3 = { class: "flex-grow" }, l3 = {
|
17342
17342
|
key: 0,
|
17343
17343
|
class: "flex justify-end items-stretch flex-nowrap p-4"
|
17344
|
-
},
|
17344
|
+
}, jk = {
|
17345
17345
|
__name: "FilterToolbarLayout",
|
17346
17346
|
props: {
|
17347
17347
|
filter: {
|
@@ -17373,7 +17373,7 @@ const ZS = "YOUR_API_KEY", HS = ["innerHTML"], WS = {
|
|
17373
17373
|
])) : $("", !0)
|
17374
17374
|
]));
|
17375
17375
|
}
|
17376
|
-
}, a3 = { class: "rendered-form" },
|
17376
|
+
}, a3 = { class: "rendered-form" }, Vk = {
|
17377
17377
|
__name: "RenderedForm",
|
17378
17378
|
props: {
|
17379
17379
|
values: {
|
@@ -17439,7 +17439,7 @@ function f3(t, e) {
|
|
17439
17439
|
])
|
17440
17440
|
]);
|
17441
17441
|
}
|
17442
|
-
const
|
17442
|
+
const Gk = /* @__PURE__ */ jt(u3, [["render", f3]]);
|
17443
17443
|
function _3(t) {
|
17444
17444
|
gn(() => {
|
17445
17445
|
const e = t.value.$el.getElementsByClassName("q-table__middle")[0];
|
@@ -17449,7 +17449,7 @@ function _3(t) {
|
|
17449
17449
|
}
|
17450
17450
|
});
|
17451
17451
|
}
|
17452
|
-
function
|
17452
|
+
function m3(t, e) {
|
17453
17453
|
if (!t.sortBy)
|
17454
17454
|
return null;
|
17455
17455
|
const n = e.find((r) => r.name === t.sortBy);
|
@@ -17461,7 +17461,7 @@ function Gk(t, e) {
|
|
17461
17461
|
}
|
17462
17462
|
] : null;
|
17463
17463
|
}
|
17464
|
-
function
|
17464
|
+
function h3(t, e = null) {
|
17465
17465
|
const n = {}, r = Kg("filter", t);
|
17466
17466
|
if (r) {
|
17467
17467
|
const i = JSON.parse(r);
|
@@ -17520,7 +17520,7 @@ function Zk(t, {
|
|
17520
17520
|
function ne(V, ae = null) {
|
17521
17521
|
var ke;
|
17522
17522
|
if (V.match(l)) {
|
17523
|
-
const Gt = (ke = ae == null ? void 0 : ae.value) == null ? void 0 : ke.map((wn) => wn.fields.map((Ud) => Ud.name)).flat(), Zt =
|
17523
|
+
const Gt = (ke = ae == null ? void 0 : ae.value) == null ? void 0 : ke.map((wn) => wn.fields.map((Ud) => Ud.name)).flat(), Zt = h3(V, Gt);
|
17524
17524
|
Object.keys(Zt).length > 0 && (f.value = Zt, je("filter", f.value));
|
17525
17525
|
}
|
17526
17526
|
}
|
@@ -17651,7 +17651,7 @@ function Hk(t, e) {
|
|
17651
17651
|
orderedTitleColumns: f
|
17652
17652
|
};
|
17653
17653
|
}
|
17654
|
-
const
|
17654
|
+
const p3 = {
|
17655
17655
|
__name: "ActionMenu",
|
17656
17656
|
props: {
|
17657
17657
|
actions: {
|
@@ -17689,10 +17689,10 @@ const h3 = {
|
|
17689
17689
|
onActionItem: s
|
17690
17690
|
}, null, 8, ["items", "disabled", "tooltip", "loading", "loading-component"]));
|
17691
17691
|
}
|
17692
|
-
},
|
17692
|
+
}, g3 = { class: "flex-grow overflow-hidden" }, y3 = {
|
17693
17693
|
key: 0,
|
17694
17694
|
class: "flex flex-shrink-0 pl-2"
|
17695
|
-
},
|
17695
|
+
}, b3 = {
|
17696
17696
|
__name: "ActionTableColumn",
|
17697
17697
|
props: {
|
17698
17698
|
rowProps: {
|
@@ -17728,7 +17728,7 @@ const h3 = {
|
|
17728
17728
|
O("div", {
|
17729
17729
|
class: q(["flex items-center flex-nowrap", l.value])
|
17730
17730
|
}, [
|
17731
|
-
O("div",
|
17731
|
+
O("div", g3, [
|
17732
17732
|
r.value.onClick ? (m(), b("a", {
|
17733
17733
|
key: 0,
|
17734
17734
|
onClick: u[0] || (u[0] = (c) => r.value.onClick(n.value)),
|
@@ -17757,8 +17757,8 @@ const h3 = {
|
|
17757
17757
|
columns: r.value.titleColumns()
|
17758
17758
|
}, null, 8, ["row", "columns"])) : $("", !0)
|
17759
17759
|
]),
|
17760
|
-
r.value.actionMenu ? (m(), b("div",
|
17761
|
-
C(x(
|
17760
|
+
r.value.actionMenu ? (m(), b("div", y3, [
|
17761
|
+
C(x(p3), {
|
17762
17762
|
actions: r.value.actionMenu,
|
17763
17763
|
target: n.value,
|
17764
17764
|
loading: s.value
|
@@ -17770,7 +17770,7 @@ const h3 = {
|
|
17770
17770
|
_: 3
|
17771
17771
|
}, 8, ["props", "style"]));
|
17772
17772
|
}
|
17773
|
-
},
|
17773
|
+
}, x3 = { class: "flex items-center justify-center text-sm py-14 w-full" }, v3 = { key: 0 }, w3 = { key: 1 }, S3 = {
|
17774
17774
|
__name: "EmptyTableState",
|
17775
17775
|
props: {
|
17776
17776
|
loading: Boolean,
|
@@ -17789,14 +17789,14 @@ const h3 = {
|
|
17789
17789
|
}
|
17790
17790
|
},
|
17791
17791
|
setup(t) {
|
17792
|
-
return (e, n) => (m(), b("div",
|
17793
|
-
t.loading ? (m(), b("div",
|
17792
|
+
return (e, n) => (m(), b("div", x3, [
|
17793
|
+
t.loading ? (m(), b("div", v3, [
|
17794
17794
|
z(e.$slots, "loading", {}, () => [
|
17795
17795
|
G(P(t.loadingText) + " ", 1),
|
17796
17796
|
C(x(Fo), { class: "w-4 ml-2" })
|
17797
17797
|
])
|
17798
17798
|
])) : $("", !0),
|
17799
|
-
t.saving ? (m(), b("div",
|
17799
|
+
t.saving ? (m(), b("div", w3, [
|
17800
17800
|
z(e.$slots, "saving", {}, () => [
|
17801
17801
|
G(P(t.savingText) + " ", 1),
|
17802
17802
|
C(x(Fo), { class: "w-4 ml-2" })
|
@@ -17807,10 +17807,10 @@ const h3 = {
|
|
17807
17807
|
])
|
17808
17808
|
]));
|
17809
17809
|
}
|
17810
|
-
},
|
17810
|
+
}, T3 = { class: "flex flex-nowrap items-center" }, k3 = {
|
17811
17811
|
key: 0,
|
17812
17812
|
class: "flex items-center"
|
17813
|
-
},
|
17813
|
+
}, E3 = { key: 1 }, C3 = {
|
17814
17814
|
__name: "TableSummaryRow",
|
17815
17815
|
props: {
|
17816
17816
|
loading: Boolean,
|
@@ -17859,14 +17859,14 @@ const h3 = {
|
|
17859
17859
|
class: q(["font-bold transition-all", { "!bg-neutral-plus-7 !pl-5": !t.selectedCount, "!bg-blue-600 text-white !pl-4": t.selectedCount }])
|
17860
17860
|
}, {
|
17861
17861
|
default: D(() => [
|
17862
|
-
O("div",
|
17863
|
-
t.selectedCount ? (m(), b("div",
|
17862
|
+
O("div", T3, [
|
17863
|
+
t.selectedCount ? (m(), b("div", k3, [
|
17864
17864
|
C(x(yy), {
|
17865
17865
|
class: "w-6 mr-3",
|
17866
17866
|
onClick: s[0] || (s[0] = (o) => i.$emit("clear"))
|
17867
17867
|
}),
|
17868
17868
|
G(" " + P(x(zn)(t.selectedCount)) + " " + P(t.selectedLabel), 1)
|
17869
|
-
])) : t.itemCount ? (m(), b("div",
|
17869
|
+
])) : t.itemCount ? (m(), b("div", E3, P(x(zn)(t.itemCount)) + " " + P(t.label), 1)) : $("", !0),
|
17870
17870
|
t.loading ? (m(), E(x(Ca), {
|
17871
17871
|
key: 2,
|
17872
17872
|
class: "ml-3",
|
@@ -17891,14 +17891,14 @@ const h3 = {
|
|
17891
17891
|
_: 1
|
17892
17892
|
}, 8, ["class"]));
|
17893
17893
|
}
|
17894
|
-
},
|
17894
|
+
}, I3 = "_visible_11qns_1", F3 = "_collapse_11qns_1", O3 = "_absolute_11qns_1", A3 = "_relative_11qns_1", D3 = "_sticky_11qns_1", P3 = "_block_11qns_1", N3 = "_inline_11qns_1", M3 = "_flex_11qns_1", $3 = "_table_11qns_1", L3 = "_hidden_11qns_1", U3 = "_grow_11qns_1", R3 = "_transform_11qns_1", q3 = "_resize_11qns_4", z3 = "_rounded_11qns_1", B3 = "_border_11qns_1", j3 = "_uppercase_11qns_1", V3 = "_outline_11qns_1", G3 = "_filter_11qns_1", Z3 = "_transition_11qns_1", H3 = {
|
17895
17895
|
"!visible": "_!visible_11qns_1",
|
17896
|
-
visible:
|
17897
|
-
collapse:
|
17896
|
+
visible: I3,
|
17897
|
+
collapse: F3,
|
17898
17898
|
static: "_static_11qns_1",
|
17899
|
-
absolute:
|
17900
|
-
relative:
|
17901
|
-
sticky:
|
17899
|
+
absolute: O3,
|
17900
|
+
relative: A3,
|
17901
|
+
sticky: D3,
|
17902
17902
|
"bottom-1": "_bottom-1_11qns_1",
|
17903
17903
|
"left-0": "_left-0_11qns_1",
|
17904
17904
|
"right-0": "_right-0_11qns_1",
|
@@ -17930,12 +17930,12 @@ const h3 = {
|
|
17930
17930
|
"mt-2": "_mt-2_11qns_1",
|
17931
17931
|
"mt-3": "_mt-3_11qns_1",
|
17932
17932
|
"mt-4": "_mt-4_11qns_1",
|
17933
|
-
block:
|
17933
|
+
block: P3,
|
17934
17934
|
"inline-block": "_inline-block_11qns_1",
|
17935
|
-
inline:
|
17936
|
-
flex:
|
17937
|
-
table:
|
17938
|
-
hidden:
|
17935
|
+
inline: N3,
|
17936
|
+
flex: M3,
|
17937
|
+
table: $3,
|
17938
|
+
hidden: L3,
|
17939
17939
|
"h-10": "_h-10_11qns_1",
|
17940
17940
|
"h-4": "_h-4_11qns_1",
|
17941
17941
|
"h-5": "_h-5_11qns_1",
|
@@ -17964,15 +17964,15 @@ const h3 = {
|
|
17964
17964
|
"max-w-full": "_max-w-full_11qns_1",
|
17965
17965
|
"flex-shrink-0": "_flex-shrink-0_11qns_1",
|
17966
17966
|
"flex-grow": "_flex-grow_11qns_1",
|
17967
|
-
grow:
|
17967
|
+
grow: U3,
|
17968
17968
|
"rotate-180": "_rotate-180_11qns_1",
|
17969
|
-
transform:
|
17969
|
+
transform: R3,
|
17970
17970
|
"cursor-ew-resize": "_cursor-ew-resize_11qns_1",
|
17971
17971
|
"cursor-move": "_cursor-move_11qns_1",
|
17972
17972
|
"cursor-not-allowed": "_cursor-not-allowed_11qns_1",
|
17973
17973
|
"cursor-ns-resize": "_cursor-ns-resize_11qns_1",
|
17974
17974
|
"cursor-pointer": "_cursor-pointer_11qns_1",
|
17975
|
-
resize:
|
17975
|
+
resize: q3,
|
17976
17976
|
"flex-col": "_flex-col_11qns_1",
|
17977
17977
|
"flex-nowrap": "_flex-nowrap_11qns_1",
|
17978
17978
|
"items-center": "_items-center_11qns_1",
|
@@ -17993,7 +17993,7 @@ const h3 = {
|
|
17993
17993
|
"scroll-smooth": "_scroll-smooth_11qns_1",
|
17994
17994
|
"overflow-ellipsis": "_overflow-ellipsis_11qns_1",
|
17995
17995
|
"whitespace-nowrap": "_whitespace-nowrap_11qns_1",
|
17996
|
-
rounded:
|
17996
|
+
rounded: z3,
|
17997
17997
|
"rounded-2xl": "_rounded-2xl_11qns_1",
|
17998
17998
|
"rounded-lg": "_rounded-lg_11qns_1",
|
17999
17999
|
"rounded-md": "_rounded-md_11qns_1",
|
@@ -18003,7 +18003,7 @@ const h3 = {
|
|
18003
18003
|
"rounded-t-lg": "_rounded-t-lg_11qns_1",
|
18004
18004
|
"rounded-t-md": "_rounded-t-md_11qns_1",
|
18005
18005
|
"!border-0": "_!border-0_11qns_1",
|
18006
|
-
border:
|
18006
|
+
border: B3,
|
18007
18007
|
"border-b": "_border-b_11qns_1",
|
18008
18008
|
"border-l": "_border-l_11qns_1",
|
18009
18009
|
"border-l-0": "_border-l-0_11qns_1",
|
@@ -18059,7 +18059,7 @@ const h3 = {
|
|
18059
18059
|
"font-medium": "_font-medium_11qns_1",
|
18060
18060
|
"font-normal": "_font-normal_11qns_1",
|
18061
18061
|
"font-semibold": "_font-semibold_11qns_1",
|
18062
|
-
uppercase:
|
18062
|
+
uppercase: j3,
|
18063
18063
|
"leading-[1.2rem]": "_leading-[1.2rem]_11qns_1",
|
18064
18064
|
"text-black": "_text-black_11qns_1",
|
18065
18065
|
"text-blue-600": "_text-blue-600_11qns_1",
|
@@ -18070,16 +18070,16 @@ const h3 = {
|
|
18070
18070
|
"opacity-70": "_opacity-70_11qns_1",
|
18071
18071
|
"shadow-none": "_shadow-none_11qns_1",
|
18072
18072
|
"outline-none": "_outline-none_11qns_1",
|
18073
|
-
outline:
|
18074
|
-
filter:
|
18075
|
-
transition:
|
18073
|
+
outline: V3,
|
18074
|
+
filter: G3,
|
18075
|
+
transition: Z3,
|
18076
18076
|
"transition-all": "_transition-all_11qns_1",
|
18077
18077
|
"duration-300": "_duration-300_11qns_1",
|
18078
18078
|
"handle-drop-zone": "_handle-drop-zone_11qns_4",
|
18079
18079
|
"resize-handle": "_resize-handle_11qns_4",
|
18080
18080
|
"hover:text-blue-600": "_hover:text-blue-600_11qns_1",
|
18081
18081
|
"hover:opacity-100": "_hover:opacity-100_11qns_1"
|
18082
|
-
},
|
18082
|
+
}, W3 = { class: "overflow-hidden w-full" }, Y3 = {
|
18083
18083
|
__name: "ActionTable",
|
18084
18084
|
props: {
|
18085
18085
|
name: {
|
@@ -18132,7 +18132,7 @@ const h3 = {
|
|
18132
18132
|
}
|
18133
18133
|
return (o, l) => {
|
18134
18134
|
var a;
|
18135
|
-
return m(), b("div",
|
18135
|
+
return m(), b("div", W3, [
|
18136
18136
|
C(x(Q2)),
|
18137
18137
|
C(x(rf), {
|
18138
18138
|
ref_key: "actionTable",
|
@@ -18150,11 +18150,11 @@ const h3 = {
|
|
18150
18150
|
"onUpdate:selected": l[1] || (l[1] = (u) => o.$emit("update:selected-rows", u)),
|
18151
18151
|
"onUpdate:pagination": () => {
|
18152
18152
|
},
|
18153
|
-
onRequest: l[2] || (l[2] = (u) => o.$emit("update:quasar-pagination", { ...u.pagination, __sort:
|
18153
|
+
onRequest: l[2] || (l[2] = (u) => o.$emit("update:quasar-pagination", { ...u.pagination, __sort: x(m3)(u.pagination, t.columns) }))
|
18154
18154
|
}, {
|
18155
18155
|
"no-data": D(() => [
|
18156
18156
|
z(o.$slots, "empty", {}, () => [
|
18157
|
-
C(
|
18157
|
+
C(S3, {
|
18158
18158
|
text: `There are no ${t.label.toLowerCase()} matching the applied filter`
|
18159
18159
|
}, null, 8, ["text"])
|
18160
18160
|
])
|
@@ -18162,7 +18162,7 @@ const h3 = {
|
|
18162
18162
|
"top-row": D(() => {
|
18163
18163
|
var u;
|
18164
18164
|
return [
|
18165
|
-
C(
|
18165
|
+
C(C3, {
|
18166
18166
|
label: t.label,
|
18167
18167
|
"item-count": ((u = t.summary) == null ? void 0 : u.count) || 0,
|
18168
18168
|
"selected-count": t.selectedRows.length,
|
@@ -18198,7 +18198,7 @@ const h3 = {
|
|
18198
18198
|
}, 1032, ["props", "data-drop-zone", "class"]))
|
18199
18199
|
]),
|
18200
18200
|
"body-cell": D((u) => [
|
18201
|
-
(m(), E(
|
18201
|
+
(m(), E(b3, {
|
18202
18202
|
key: u.key,
|
18203
18203
|
"row-props": u,
|
18204
18204
|
settings: i.value[u.col.name]
|
@@ -18218,9 +18218,9 @@ const h3 = {
|
|
18218
18218
|
]);
|
18219
18219
|
};
|
18220
18220
|
}
|
18221
|
-
},
|
18222
|
-
cls:
|
18223
|
-
}, Wk = /* @__PURE__ */ jt(
|
18221
|
+
}, Q3 = {
|
18222
|
+
cls: H3
|
18223
|
+
}, Wk = /* @__PURE__ */ jt(Y3, [["__cssModules", Q3]]), X3 = { class: "flex space-x-2" }, K3 = ["innerHTML"], Sa = {
|
18224
18224
|
__name: "AuditHistoryItemValue",
|
18225
18225
|
props: {
|
18226
18226
|
type: {
|
@@ -18251,7 +18251,7 @@ const h3 = {
|
|
18251
18251
|
}
|
18252
18252
|
return r;
|
18253
18253
|
}
|
18254
|
-
return (r, i) => (m(), b("div",
|
18254
|
+
return (r, i) => (m(), b("div", X3, [
|
18255
18255
|
t.type === "SINGLE_FILE" ? (m(), E(x(yr), {
|
18256
18256
|
key: 0,
|
18257
18257
|
image: t.value,
|
@@ -18263,12 +18263,12 @@ const h3 = {
|
|
18263
18263
|
}, null, 8, ["image"]))), 128)) : t.type === "WYSIWYG" ? (m(), b("div", {
|
18264
18264
|
key: 2,
|
18265
18265
|
innerHTML: t.value
|
18266
|
-
}, null, 8,
|
18266
|
+
}, null, 8, K3)) : (m(), b(B, { key: 3 }, [
|
18267
18267
|
G(P(n(t.value)), 1)
|
18268
18268
|
], 64))
|
18269
18269
|
]));
|
18270
18270
|
}
|
18271
|
-
},
|
18271
|
+
}, J3 = { class: "text-gray-shadow flex items-stretch flex-nowrap p-4" }, eT = { class: "flex-grow text-sm w-3/5 overflow-auto" }, tT = { class: "flex flex-nowrap items-center mt-4" }, nT = { class: "bg-red-light line-through p-2" }, rT = { class: "bg-green-plus-4 ml-2.5 p-2" }, iT = { class: "ml-4 text-sm w-2/5" }, sT = ["href"], Yk = {
|
18272
18272
|
__name: "AuditHistoryItem",
|
18273
18273
|
props: {
|
18274
18274
|
item: {
|
@@ -18286,17 +18286,17 @@ const h3 = {
|
|
18286
18286
|
},
|
18287
18287
|
setup(t) {
|
18288
18288
|
const e = t, n = R(() => e.novaUrl + `/resources/audit-requests/${e.item.audit_request_id}`);
|
18289
|
-
return (r, i) => (m(), b("div",
|
18290
|
-
O("div",
|
18289
|
+
return (r, i) => (m(), b("div", J3, [
|
18290
|
+
O("div", eT, [
|
18291
18291
|
O("h5", null, P(t.change.label) + " (" + P(t.change.name) + ")", 1),
|
18292
|
-
O("div",
|
18293
|
-
O("div",
|
18292
|
+
O("div", tT, [
|
18293
|
+
O("div", nT, [
|
18294
18294
|
C(x(Sa), {
|
18295
18295
|
type: t.change.type,
|
18296
18296
|
value: t.change.oldValue
|
18297
18297
|
}, null, 8, ["type", "value"])
|
18298
18298
|
]),
|
18299
|
-
O("div",
|
18299
|
+
O("div", rT, [
|
18300
18300
|
C(x(Sa), {
|
18301
18301
|
type: t.change.type,
|
18302
18302
|
value: t.change.newValue
|
@@ -18304,7 +18304,7 @@ const h3 = {
|
|
18304
18304
|
])
|
18305
18305
|
])
|
18306
18306
|
]),
|
18307
|
-
O("div",
|
18307
|
+
O("div", iT, [
|
18308
18308
|
t.item.user ? (m(), b(B, { key: 0 }, [
|
18309
18309
|
O("div", null, P(t.item.user.name), 1),
|
18310
18310
|
O("div", null, P(t.item.user.email), 1)
|
@@ -18315,14 +18315,14 @@ const h3 = {
|
|
18315
18315
|
key: 0,
|
18316
18316
|
href: n.value,
|
18317
18317
|
target: "_blank"
|
18318
|
-
}, P(x(pr)(t.item.timestamp)), 9,
|
18318
|
+
}, P(x(pr)(t.item.timestamp)), 9, sT)) : (m(), b(B, { key: 1 }, [
|
18319
18319
|
G(P(x(pr)(t.item.timestamp)), 1)
|
18320
18320
|
], 64))
|
18321
18321
|
])
|
18322
18322
|
])
|
18323
18323
|
]));
|
18324
18324
|
}
|
18325
|
-
},
|
18325
|
+
}, oT = {
|
18326
18326
|
__name: "PanelsDrawerPanels",
|
18327
18327
|
props: {
|
18328
18328
|
activePanel: {
|
@@ -18359,14 +18359,14 @@ const h3 = {
|
|
18359
18359
|
}, 8, ["model-value"]);
|
18360
18360
|
};
|
18361
18361
|
}
|
18362
|
-
},
|
18362
|
+
}, lT = "_visible_10jxd_1", aT = "_collapse_10jxd_1", uT = "_absolute_10jxd_1", cT = "_relative_10jxd_1", dT = "_sticky_10jxd_1", fT = "_block_10jxd_1", _T = "_inline_10jxd_1", mT = "_flex_10jxd_1", hT = "_table_10jxd_1", pT = "_hidden_10jxd_1", gT = "_grow_10jxd_1", yT = "_transform_10jxd_1", bT = "_resize_10jxd_1", xT = "_rounded_10jxd_1", vT = "_border_10jxd_1", wT = "_uppercase_10jxd_1", ST = "_outline_10jxd_1", TT = "_filter_10jxd_1", kT = "_transition_10jxd_1", ET = {
|
18363
18363
|
"!visible": "_!visible_10jxd_1",
|
18364
|
-
visible:
|
18365
|
-
collapse:
|
18364
|
+
visible: lT,
|
18365
|
+
collapse: aT,
|
18366
18366
|
static: "_static_10jxd_1",
|
18367
|
-
absolute:
|
18368
|
-
relative:
|
18369
|
-
sticky:
|
18367
|
+
absolute: uT,
|
18368
|
+
relative: cT,
|
18369
|
+
sticky: dT,
|
18370
18370
|
"bottom-1": "_bottom-1_10jxd_1",
|
18371
18371
|
"left-0": "_left-0_10jxd_1",
|
18372
18372
|
"right-0": "_right-0_10jxd_1",
|
@@ -18398,12 +18398,12 @@ const h3 = {
|
|
18398
18398
|
"mt-2": "_mt-2_10jxd_1",
|
18399
18399
|
"mt-3": "_mt-3_10jxd_1",
|
18400
18400
|
"mt-4": "_mt-4_10jxd_1",
|
18401
|
-
block:
|
18401
|
+
block: fT,
|
18402
18402
|
"inline-block": "_inline-block_10jxd_1",
|
18403
|
-
inline:
|
18404
|
-
flex:
|
18405
|
-
table:
|
18406
|
-
hidden:
|
18403
|
+
inline: _T,
|
18404
|
+
flex: mT,
|
18405
|
+
table: hT,
|
18406
|
+
hidden: pT,
|
18407
18407
|
"h-10": "_h-10_10jxd_1",
|
18408
18408
|
"h-4": "_h-4_10jxd_1",
|
18409
18409
|
"h-5": "_h-5_10jxd_1",
|
@@ -18432,15 +18432,15 @@ const h3 = {
|
|
18432
18432
|
"max-w-full": "_max-w-full_10jxd_1",
|
18433
18433
|
"flex-shrink-0": "_flex-shrink-0_10jxd_1",
|
18434
18434
|
"flex-grow": "_flex-grow_10jxd_1",
|
18435
|
-
grow:
|
18435
|
+
grow: gT,
|
18436
18436
|
"rotate-180": "_rotate-180_10jxd_1",
|
18437
|
-
transform:
|
18437
|
+
transform: yT,
|
18438
18438
|
"cursor-ew-resize": "_cursor-ew-resize_10jxd_1",
|
18439
18439
|
"cursor-move": "_cursor-move_10jxd_1",
|
18440
18440
|
"cursor-not-allowed": "_cursor-not-allowed_10jxd_1",
|
18441
18441
|
"cursor-ns-resize": "_cursor-ns-resize_10jxd_1",
|
18442
18442
|
"cursor-pointer": "_cursor-pointer_10jxd_1",
|
18443
|
-
resize:
|
18443
|
+
resize: bT,
|
18444
18444
|
"flex-col": "_flex-col_10jxd_1",
|
18445
18445
|
"flex-nowrap": "_flex-nowrap_10jxd_1",
|
18446
18446
|
"items-center": "_items-center_10jxd_1",
|
@@ -18461,7 +18461,7 @@ const h3 = {
|
|
18461
18461
|
"scroll-smooth": "_scroll-smooth_10jxd_1",
|
18462
18462
|
"overflow-ellipsis": "_overflow-ellipsis_10jxd_1",
|
18463
18463
|
"whitespace-nowrap": "_whitespace-nowrap_10jxd_1",
|
18464
|
-
rounded:
|
18464
|
+
rounded: xT,
|
18465
18465
|
"rounded-2xl": "_rounded-2xl_10jxd_1",
|
18466
18466
|
"rounded-lg": "_rounded-lg_10jxd_1",
|
18467
18467
|
"rounded-md": "_rounded-md_10jxd_1",
|
@@ -18471,7 +18471,7 @@ const h3 = {
|
|
18471
18471
|
"rounded-t-lg": "_rounded-t-lg_10jxd_1",
|
18472
18472
|
"rounded-t-md": "_rounded-t-md_10jxd_1",
|
18473
18473
|
"!border-0": "_!border-0_10jxd_1",
|
18474
|
-
border:
|
18474
|
+
border: vT,
|
18475
18475
|
"border-b": "_border-b_10jxd_1",
|
18476
18476
|
"border-l": "_border-l_10jxd_1",
|
18477
18477
|
"border-l-0": "_border-l-0_10jxd_1",
|
@@ -18527,7 +18527,7 @@ const h3 = {
|
|
18527
18527
|
"font-medium": "_font-medium_10jxd_1",
|
18528
18528
|
"font-normal": "_font-normal_10jxd_1",
|
18529
18529
|
"font-semibold": "_font-semibold_10jxd_1",
|
18530
|
-
uppercase:
|
18530
|
+
uppercase: wT,
|
18531
18531
|
"leading-[1.2rem]": "_leading-[1.2rem]_10jxd_1",
|
18532
18532
|
"text-black": "_text-black_10jxd_1",
|
18533
18533
|
"text-blue-600": "_text-blue-600_10jxd_1",
|
@@ -18538,15 +18538,15 @@ const h3 = {
|
|
18538
18538
|
"opacity-70": "_opacity-70_10jxd_1",
|
18539
18539
|
"shadow-none": "_shadow-none_10jxd_1",
|
18540
18540
|
"outline-none": "_outline-none_10jxd_1",
|
18541
|
-
outline:
|
18542
|
-
filter:
|
18543
|
-
transition:
|
18541
|
+
outline: ST,
|
18542
|
+
filter: TT,
|
18543
|
+
transition: kT,
|
18544
18544
|
"transition-all": "_transition-all_10jxd_1",
|
18545
18545
|
"duration-300": "_duration-300_10jxd_1",
|
18546
18546
|
"panel-tabs": "_panel-tabs_10jxd_4",
|
18547
18547
|
"hover:text-blue-600": "_hover:text-blue-600_10jxd_1",
|
18548
18548
|
"hover:opacity-100": "_hover:opacity-100_10jxd_1"
|
18549
|
-
},
|
18549
|
+
}, CT = {
|
18550
18550
|
__name: "PanelsDrawerTabs",
|
18551
18551
|
props: {
|
18552
18552
|
modelValue: {
|
@@ -18591,9 +18591,9 @@ const h3 = {
|
|
18591
18591
|
}, 8, ["model-value", "class"]);
|
18592
18592
|
};
|
18593
18593
|
}
|
18594
|
-
},
|
18595
|
-
cls:
|
18596
|
-
},
|
18594
|
+
}, IT = {
|
18595
|
+
cls: ET
|
18596
|
+
}, FT = /* @__PURE__ */ jt(CT, [["__cssModules", IT]]), OT = { class: "flex flex-col flex-nowrap h-full" }, AT = { class: "flex items-center px-6 py-4 border-b" }, DT = { class: "flex-grow" }, PT = { class: "flex-grow overflow-hidden h-full" }, NT = { class: "flex items-stretch flex-nowrap h-full" }, MT = { class: "border-r w-[13.5rem] overflow-y-auto" }, $T = {
|
18597
18597
|
key: 0,
|
18598
18598
|
class: "border-l overflow-y-auto"
|
18599
18599
|
}, Qk = {
|
@@ -18626,9 +18626,9 @@ const h3 = {
|
|
18626
18626
|
"onUpdate:show": i[3] || (i[3] = (o) => r.$emit("close"))
|
18627
18627
|
}, {
|
18628
18628
|
default: D(() => [
|
18629
|
-
O("div",
|
18630
|
-
O("div",
|
18631
|
-
O("div",
|
18629
|
+
O("div", OT, [
|
18630
|
+
O("div", AT, [
|
18631
|
+
O("div", DT, [
|
18632
18632
|
z(r.$slots, "header")
|
18633
18633
|
]),
|
18634
18634
|
O("div", null, [
|
@@ -18642,10 +18642,10 @@ const h3 = {
|
|
18642
18642
|
})
|
18643
18643
|
])
|
18644
18644
|
]),
|
18645
|
-
O("div",
|
18646
|
-
O("div",
|
18647
|
-
O("div",
|
18648
|
-
C(x(
|
18645
|
+
O("div", PT, [
|
18646
|
+
O("div", NT, [
|
18647
|
+
O("div", MT, [
|
18648
|
+
C(x(FT), {
|
18649
18649
|
modelValue: n.value,
|
18650
18650
|
"onUpdate:modelValue": [
|
18651
18651
|
i[1] || (i[1] = (o) => n.value = o),
|
@@ -18654,12 +18654,12 @@ const h3 = {
|
|
18654
18654
|
panels: t.panels
|
18655
18655
|
}, null, 8, ["modelValue", "panels"])
|
18656
18656
|
]),
|
18657
|
-
C(x(
|
18657
|
+
C(x(oT), {
|
18658
18658
|
panels: t.panels,
|
18659
18659
|
"active-panel": n.value,
|
18660
18660
|
class: q(t.panelsClass)
|
18661
18661
|
}, null, 8, ["panels", "active-panel", "class"]),
|
18662
|
-
r.$slots["right-sidebar"] ? (m(), b("div",
|
18662
|
+
r.$slots["right-sidebar"] ? (m(), b("div", $T, [
|
18663
18663
|
z(r.$slots, "right-sidebar")
|
18664
18664
|
])) : $("", !0)
|
18665
18665
|
])
|
@@ -18670,14 +18670,14 @@ const h3 = {
|
|
18670
18670
|
});
|
18671
18671
|
};
|
18672
18672
|
}
|
18673
|
-
},
|
18673
|
+
}, LT = "quasar-ui-danx", UT = "0.2.19", RT = "Dan <dan@flytedesk.com>", qT = "DanX Vue / Quasar component library", zT = "MIT", BT = "module", jT = "dist/danx.es.js", VT = "dist/danx.es.js", GT = {
|
18674
18674
|
dev: "cd dev && quasar dev && cd ..",
|
18675
18675
|
build: "vite build",
|
18676
18676
|
preview: "vite preview"
|
18677
|
-
},
|
18677
|
+
}, ZT = {
|
18678
18678
|
type: "git",
|
18679
18679
|
url: "https://github.com/flytedan/quasar-app-extension-danx"
|
18680
|
-
},
|
18680
|
+
}, HT = {
|
18681
18681
|
"@quasar/extras": "^1.16.4",
|
18682
18682
|
"@types/node": "^20.12.7",
|
18683
18683
|
"@typescript-eslint/eslint-plugin": "^7.6.0",
|
@@ -18702,14 +18702,14 @@ const h3 = {
|
|
18702
18702
|
vue: "^3.4.21",
|
18703
18703
|
"vue-eslint-parser": "^9.4.2",
|
18704
18704
|
"vue-router": "^4.0.0"
|
18705
|
-
},
|
18705
|
+
}, WT = {
|
18706
18706
|
"@heroicons/vue": "v1",
|
18707
18707
|
"@tinymce/tinymce-vue": "^5.1.1",
|
18708
18708
|
"@vueuse/core": "^10.7.2",
|
18709
18709
|
exifreader: "^4.21.1",
|
18710
18710
|
gsap: "^3.12.5",
|
18711
18711
|
luxon: "^3.4.4"
|
18712
|
-
},
|
18712
|
+
}, YT = [
|
18713
18713
|
"last 4 Chrome versions",
|
18714
18714
|
"last 4 Firefox versions",
|
18715
18715
|
"last 2 Edge versions",
|
@@ -18718,124 +18718,124 @@ const h3 = {
|
|
18718
18718
|
"last 4 ChromeAndroid versions",
|
18719
18719
|
"last 4 FirefoxAndroid versions",
|
18720
18720
|
"last 4 iOS versions"
|
18721
|
-
],
|
18722
|
-
name:
|
18723
|
-
version:
|
18724
|
-
author:
|
18725
|
-
description:
|
18726
|
-
license:
|
18727
|
-
type:
|
18728
|
-
main:
|
18729
|
-
module:
|
18730
|
-
scripts:
|
18731
|
-
repository:
|
18732
|
-
devDependencies:
|
18733
|
-
dependencies:
|
18734
|
-
browserslist:
|
18735
|
-
}, { version:
|
18721
|
+
], QT = {
|
18722
|
+
name: LT,
|
18723
|
+
version: UT,
|
18724
|
+
author: RT,
|
18725
|
+
description: qT,
|
18726
|
+
license: zT,
|
18727
|
+
type: BT,
|
18728
|
+
main: jT,
|
18729
|
+
module: VT,
|
18730
|
+
scripts: GT,
|
18731
|
+
repository: ZT,
|
18732
|
+
devDependencies: HT,
|
18733
|
+
dependencies: WT,
|
18734
|
+
browserslist: YT
|
18735
|
+
}, { version: XT } = QT;
|
18736
18736
|
function Xk(t) {
|
18737
|
-
console.log(`Installing Danx UI ${
|
18737
|
+
console.log(`Installing Danx UI ${XT}... Nothing to do really.`);
|
18738
18738
|
}
|
18739
18739
|
export {
|
18740
|
-
|
18740
|
+
p3 as ActionMenu,
|
18741
18741
|
Wk as ActionTable,
|
18742
|
-
|
18743
|
-
|
18742
|
+
b3 as ActionTableColumn,
|
18743
|
+
Gk as ActionTableLayout,
|
18744
18744
|
Q2 as ActionVnode,
|
18745
|
-
|
18745
|
+
Sk as AddressFormat,
|
18746
18746
|
Yk as AuditHistoryItem,
|
18747
18747
|
Sa as AuditHistoryItemValue,
|
18748
|
-
|
18748
|
+
Fk as BadgeTab,
|
18749
18749
|
Od as BooleanField,
|
18750
18750
|
Cy as CaretDownIcon,
|
18751
|
-
|
18751
|
+
Mk as CollapsableFiltersSidebar,
|
18752
18752
|
C2 as CollapsableSidebar,
|
18753
18753
|
ta as ColumnListItem,
|
18754
|
-
|
18754
|
+
Pk as ColumnSettingsDialog,
|
18755
18755
|
na as ConfirmDialog,
|
18756
|
-
|
18756
|
+
$k as ConfirmPasswordField,
|
18757
18757
|
Fc as ContentDrawer,
|
18758
18758
|
Dd as DateField,
|
18759
18759
|
Pd as DateRangeField,
|
18760
|
-
|
18760
|
+
Lk as DateTimeField,
|
18761
18761
|
Nd as DateTimePicker,
|
18762
18762
|
Ic as DragAndDrop,
|
18763
18763
|
Dy as DragHandleDotsIcon,
|
18764
18764
|
Ly as DragHandleIcon,
|
18765
|
-
|
18766
|
-
|
18767
|
-
|
18765
|
+
Uk as EditableDiv,
|
18766
|
+
S3 as EmptyTableState,
|
18767
|
+
yk as ExportButton,
|
18768
18768
|
Jn as FieldLabel,
|
18769
18769
|
yr as FilePreview,
|
18770
18770
|
oo as FileUpload,
|
18771
|
-
|
18771
|
+
Rk as FileUploadButton,
|
18772
18772
|
e3 as FilterFieldItem,
|
18773
18773
|
n3 as FilterFieldList,
|
18774
18774
|
By as FilterIcon,
|
18775
18775
|
i3 as FilterListToggle,
|
18776
|
-
|
18776
|
+
jk as FilterToolbarLayout,
|
18777
18777
|
wa as FilterableField,
|
18778
18778
|
Tt as FlashMessages,
|
18779
|
-
|
18779
|
+
Tk as FlatListFormat,
|
18780
18780
|
cx as FullScreenCarouselDialog,
|
18781
|
-
|
18782
|
-
|
18781
|
+
vk as FullScreenDialog,
|
18782
|
+
kk as GpsCoordinatesFormat,
|
18783
18783
|
wy as HandleDraggable,
|
18784
|
-
|
18784
|
+
Ek as IconWithTextFormat,
|
18785
18785
|
Yy as ImageIcon,
|
18786
|
-
|
18786
|
+
Ok as IndicatorTab,
|
18787
18787
|
hx as InfoDialog,
|
18788
|
-
|
18789
|
-
|
18788
|
+
qk as InlineDateTimeField,
|
18789
|
+
wk as InputDialog,
|
18790
18790
|
dS as IntegerField,
|
18791
|
-
|
18791
|
+
Ik as InteractiveTooltip,
|
18792
18792
|
_S as LabelValueBlock,
|
18793
|
-
|
18793
|
+
Ck as LabelValueFormat,
|
18794
18794
|
Ad as LabeledInput,
|
18795
18795
|
bw as ListDragAndDrop,
|
18796
18796
|
Sw as ListItemDraggable,
|
18797
18797
|
iv as ListTransition,
|
18798
18798
|
gS as MultiFileField,
|
18799
18799
|
bS as MultiKeywordField,
|
18800
|
-
|
18800
|
+
zk as NewPasswordField,
|
18801
18801
|
mi as NumberField,
|
18802
18802
|
ts as NumberRangeField,
|
18803
18803
|
Qk as PanelsDrawer,
|
18804
|
-
|
18805
|
-
|
18804
|
+
oT as PanelsDrawerPanels,
|
18805
|
+
FT as PanelsDrawerTabs,
|
18806
18806
|
tb as PdfIcon,
|
18807
18807
|
ob as PercentIcon,
|
18808
18808
|
J2 as PopoverMenu,
|
18809
|
-
|
18810
|
-
|
18809
|
+
xk as PreviousNextControls,
|
18810
|
+
bk as RefreshButton,
|
18811
18811
|
X2 as RenderComponent,
|
18812
18812
|
br as RenderVnode,
|
18813
|
-
|
18814
|
-
|
18813
|
+
Vk as RenderedForm,
|
18814
|
+
Bk as SelectDrawer,
|
18815
18815
|
hi as SelectField,
|
18816
18816
|
CS as SelectWithChildrenField,
|
18817
18817
|
OS as SingleFileField,
|
18818
18818
|
db as SkipNextIcon,
|
18819
18819
|
pb as SkipPreviousIcon,
|
18820
|
-
|
18821
|
-
|
18820
|
+
Ak as SlideTransition,
|
18821
|
+
Dk as StaggeredListTransition,
|
18822
18822
|
Zx as SvgImg,
|
18823
|
-
|
18823
|
+
C3 as TableSummaryRow,
|
18824
18824
|
Md as TextField,
|
18825
18825
|
kw as TitleColumnFormat,
|
18826
18826
|
vb as TrashIcon,
|
18827
|
-
|
18827
|
+
Nk as VisibleColumnsToggleButtons,
|
18828
18828
|
Eb as WarningIcon,
|
18829
18829
|
WS as WysiwygField,
|
18830
18830
|
lo as XIcon,
|
18831
18831
|
Dn as activeActionVnode,
|
18832
|
-
|
18833
|
-
|
18832
|
+
uk as centerTruncate,
|
18833
|
+
tk as configure,
|
18834
18834
|
os as danxOptions,
|
18835
18835
|
fl as dbDateTime,
|
18836
|
-
|
18836
|
+
dk as diffInDays,
|
18837
18837
|
Js as download,
|
18838
|
-
|
18838
|
+
fk as downloadFile,
|
18839
18839
|
b1 as downloadFileResponse,
|
18840
18840
|
Ou as fCurrency,
|
18841
18841
|
vt as fDate,
|
@@ -18843,22 +18843,22 @@ export {
|
|
18843
18843
|
pr as fLocalizedDateTime,
|
18844
18844
|
zn as fNumber,
|
18845
18845
|
y1 as fPercent,
|
18846
|
-
|
18847
|
-
|
18848
|
-
|
18849
|
-
|
18850
|
-
|
18846
|
+
ck as fPhone,
|
18847
|
+
lk as fQDate,
|
18848
|
+
ak as fSecondsToTime,
|
18849
|
+
pk as fetchResourceListWithSelected,
|
18850
|
+
h3 as getFilterFromUrl,
|
18851
18851
|
on as getItem,
|
18852
18852
|
_l as getResponseHeader,
|
18853
18853
|
Kg as getUrlParam,
|
18854
18854
|
Xk as install,
|
18855
18855
|
Iu as localizedDateTime,
|
18856
|
-
|
18857
|
-
|
18858
|
-
|
18859
|
-
|
18860
|
-
|
18861
|
-
|
18856
|
+
m3 as mapSortBy,
|
18857
|
+
ik as metersToMiles,
|
18858
|
+
sk as milesToMeters,
|
18859
|
+
rk as minmax,
|
18860
|
+
mk as notify,
|
18861
|
+
ok as parseCoords,
|
18862
18862
|
ni as parseDateTime,
|
18863
18863
|
_s as parseQDate,
|
18864
18864
|
dl as parseQDateTime,
|
@@ -18866,18 +18866,18 @@ export {
|
|
18866
18866
|
g1 as remoteDateTime,
|
18867
18867
|
Xr as remove,
|
18868
18868
|
lf as replace,
|
18869
|
-
|
18869
|
+
hk as request,
|
18870
18870
|
Xg as resolveFileLocation,
|
18871
18871
|
sn as setItem,
|
18872
18872
|
pf as sleep,
|
18873
|
-
|
18874
|
-
|
18873
|
+
nk as uniqueBy,
|
18874
|
+
gk as useActions,
|
18875
18875
|
gf as useCompatibility,
|
18876
18876
|
Zk as useListControls,
|
18877
18877
|
Jg as useMultiFileUpload,
|
18878
18878
|
ey as useSingleFileUpload,
|
18879
18879
|
Hk as useTableColumns,
|
18880
|
-
|
18880
|
+
XT as version,
|
18881
18881
|
Do as waitForRef
|
18882
18882
|
};
|
18883
18883
|
//# sourceMappingURL=danx.es.js.map
|