quasar-ui-danx 0.2.14 → 0.2.15
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +0 -0
- package/dist/danx.es.js +380 -366
- package/dist/danx.es.js.map +1 -1
- package/dist/danx.umd.js +5 -5
- package/dist/danx.umd.js.map +1 -1
- package/index.js +0 -0
- package/package.json +2 -2
- package/postcss.config.js +0 -0
- package/src/components/ActionTable/ActionMenu.vue +0 -0
- package/src/components/ActionTable/ActionTable.vue +0 -0
- package/src/components/ActionTable/ActionTableColumn.vue +3 -1
- package/src/components/ActionTable/Columns/ColumnListItem.vue +0 -0
- package/src/components/ActionTable/Columns/ColumnSettingsDialog.vue +0 -0
- package/src/components/ActionTable/Columns/TitleColumnFormat.vue +0 -0
- package/src/components/ActionTable/Columns/VisibleColumnsToggleButtons.vue +0 -0
- package/src/components/ActionTable/Columns/index.ts +0 -0
- package/src/components/ActionTable/EmptyTableState.vue +0 -0
- package/src/components/ActionTable/Filters/CollapsableFiltersSidebar.vue +0 -0
- package/src/components/ActionTable/Filters/FilterFieldItem.vue +0 -0
- package/src/components/ActionTable/Filters/FilterFieldList.vue +0 -0
- package/src/components/ActionTable/Filters/FilterListToggle.vue +0 -0
- package/src/components/ActionTable/Filters/FilterToolbarLayout.vue +0 -0
- package/src/components/ActionTable/Filters/FilterableField.vue +0 -0
- package/src/components/ActionTable/Filters/index.ts +0 -0
- package/src/components/ActionTable/Form/Fields/BooleanField.vue +0 -0
- package/src/components/ActionTable/Form/Fields/ConfirmPasswordField.vue +0 -0
- package/src/components/ActionTable/Form/Fields/DateField.vue +0 -0
- package/src/components/ActionTable/Form/Fields/DateRangeField.vue +0 -0
- package/src/components/ActionTable/Form/Fields/DateTimeField.vue +0 -0
- package/src/components/ActionTable/Form/Fields/DateTimePicker.vue +0 -0
- package/src/components/ActionTable/Form/Fields/EditableDiv.vue +0 -0
- package/src/components/ActionTable/Form/Fields/FieldLabel.vue +0 -0
- package/src/components/ActionTable/Form/Fields/FileUploadButton.vue +0 -0
- package/src/components/ActionTable/Form/Fields/InlineDateTimeField.vue +0 -0
- package/src/components/ActionTable/Form/Fields/IntegerField.vue +0 -0
- package/src/components/ActionTable/Form/Fields/LabelValueBlock.vue +0 -0
- package/src/components/ActionTable/Form/Fields/LabeledInput.vue +0 -0
- package/src/components/ActionTable/Form/Fields/MultiFileField.vue +0 -0
- package/src/components/ActionTable/Form/Fields/MultiKeywordField.vue +0 -0
- package/src/components/ActionTable/Form/Fields/NewPasswordField.vue +0 -0
- package/src/components/ActionTable/Form/Fields/NumberField.vue +0 -0
- package/src/components/ActionTable/Form/Fields/NumberRangeField.vue +0 -0
- package/src/components/ActionTable/Form/Fields/SelectDrawer.vue +0 -0
- package/src/components/ActionTable/Form/Fields/SelectField.vue +0 -0
- package/src/components/ActionTable/Form/Fields/SelectWithChildrenField.vue +0 -0
- package/src/components/ActionTable/Form/Fields/SingleFileField.vue +0 -0
- package/src/components/ActionTable/Form/Fields/TextField.vue +0 -0
- package/src/components/ActionTable/Form/Fields/WysiwygField.vue +0 -0
- package/src/components/ActionTable/Form/Fields/index.ts +0 -0
- package/src/components/ActionTable/Form/RenderedForm.vue +0 -0
- package/src/components/ActionTable/Form/index.ts +0 -0
- package/src/components/ActionTable/Layouts/ActionTableLayout.vue +0 -0
- package/src/components/ActionTable/Layouts/index.ts +0 -0
- package/src/components/ActionTable/TableSummaryRow.vue +0 -0
- package/src/components/ActionTable/index.ts +0 -0
- package/src/components/ActionTable/listControls.ts +1 -1
- package/src/components/ActionTable/listHelpers.ts +0 -0
- package/src/components/ActionTable/tableColumns.ts +0 -0
- package/src/components/AuditHistory/AuditHistoryItem.vue +0 -0
- package/src/components/AuditHistory/AuditHistoryItemValue.vue +0 -0
- package/src/components/AuditHistory/index.ts +0 -0
- package/src/components/DragAndDrop/HandleDraggable.vue +0 -0
- package/src/components/DragAndDrop/ListItemDraggable.vue +0 -0
- package/src/components/DragAndDrop/dragAndDrop.ts +0 -0
- package/src/components/DragAndDrop/index.ts +0 -0
- package/src/components/DragAndDrop/listDragAndDrop.ts +0 -0
- package/src/components/PanelsDrawer/PanelsDrawer.vue +0 -0
- package/src/components/PanelsDrawer/PanelsDrawerPanels.vue +0 -0
- package/src/components/PanelsDrawer/PanelsDrawerTabs.vue +0 -0
- package/src/components/PanelsDrawer/index.ts +0 -0
- package/src/components/Utility/Buttons/ExportButton.vue +0 -0
- package/src/components/Utility/Buttons/RefreshButton.vue +0 -0
- package/src/components/Utility/Buttons/index.ts +0 -0
- package/src/components/Utility/Controls/PreviousNextControls.vue +0 -0
- package/src/components/Utility/Controls/index.ts +0 -0
- package/src/components/Utility/Dialogs/ConfirmDialog.vue +0 -0
- package/src/components/Utility/Dialogs/FullScreenDialog.vue +0 -0
- package/src/components/Utility/Dialogs/FullscreenCarouselDialog.vue +0 -0
- package/src/components/Utility/Dialogs/InfoDialog.vue +0 -0
- package/src/components/Utility/Dialogs/InputDialog.vue +0 -0
- package/src/components/Utility/Dialogs/index.ts +0 -0
- package/src/components/Utility/Files/FilePreview.vue +0 -0
- package/src/components/Utility/Files/SvgImg.vue +0 -0
- package/src/components/Utility/Files/index.ts +0 -0
- package/src/components/Utility/Formats/AddressFormat.vue +0 -0
- package/src/components/Utility/Formats/FlatListFormat.vue +0 -0
- package/src/components/Utility/Formats/GpsCoordinatesFormat.vue +0 -0
- package/src/components/Utility/Formats/IconWithTextFormat.vue +0 -0
- package/src/components/Utility/Formats/LabelValueFormat.vue +0 -0
- package/src/components/Utility/Formats/index.ts +0 -0
- package/src/components/Utility/Layouts/CollapsableSidebar.vue +0 -0
- package/src/components/Utility/Layouts/ContentDrawer.vue +0 -0
- package/src/components/Utility/Layouts/index.ts +0 -0
- package/src/components/Utility/Popovers/InteractiveTooltip.vue +0 -0
- package/src/components/Utility/Popovers/PopoverMenu.vue +0 -0
- package/src/components/Utility/Popovers/index.ts +0 -0
- package/src/components/Utility/Tabs/BadgeTab.vue +0 -0
- package/src/components/Utility/Tabs/IndicatorTab.vue +0 -0
- package/src/components/Utility/Tabs/index.ts +0 -0
- package/src/components/Utility/Tools/ActionVnode.vue +0 -0
- package/src/components/Utility/Tools/RenderComponent.vue +0 -0
- package/src/components/Utility/Tools/RenderVnode.vue +0 -0
- package/src/components/Utility/Tools/index.ts +0 -0
- package/src/components/Utility/Transitions/ListTransition.vue +0 -0
- package/src/components/Utility/Transitions/SlideTransition.vue +0 -0
- package/src/components/Utility/Transitions/StaggeredListTransition.vue +0 -0
- package/src/components/Utility/Transitions/index.ts +0 -0
- package/src/components/Utility/index.ts +0 -0
- package/src/components/index.ts +0 -0
- package/src/config/index.ts +0 -0
- package/src/helpers/FileUpload.ts +0 -0
- package/src/helpers/FlashMessages.ts +0 -0
- package/src/helpers/actions.ts +0 -0
- package/src/helpers/array.ts +0 -0
- package/src/helpers/compatibility.ts +0 -0
- package/src/helpers/date.ts +0 -0
- package/src/helpers/download.ts +0 -0
- package/src/helpers/downloadPdf.ts +0 -0
- package/src/helpers/files.ts +0 -0
- package/src/helpers/formats.ts +0 -0
- package/src/helpers/http.ts +0 -0
- package/src/helpers/index.ts +0 -0
- package/src/helpers/multiFileUpload.ts +0 -0
- package/src/helpers/singleFileUpload.ts +0 -0
- package/src/helpers/storage.ts +0 -0
- package/src/helpers/utils.ts +0 -0
- package/src/index.common.js +0 -0
- package/src/index.esm.js +0 -0
- package/src/index.js +0 -0
- package/src/index.sass +0 -0
- package/src/index.umd.js +0 -0
- package/src/styles/actions.scss +0 -0
- package/src/styles/index.scss +0 -0
- package/src/svg/CaretDownIcon.svg +0 -0
- package/src/svg/DragHandleDotsIcon.svg +0 -0
- package/src/svg/DragHandleIcon.svg +0 -0
- package/src/svg/FilterIcon.svg +0 -0
- package/src/svg/ImageIcon.svg +0 -0
- package/src/svg/PdfIcon.svg +0 -0
- package/src/svg/PercentIcon.svg +0 -0
- package/src/svg/SkipNextIcon.svg +0 -0
- package/src/svg/SkipPreviousIcon.svg +0 -0
- package/src/svg/TrashIcon.svg +0 -0
- package/src/svg/WarningIcon.svg +0 -0
- package/src/svg/XIcon.svg +0 -0
- package/src/svg/index.ts +0 -0
- package/src/vendor/tinymce-config.ts +0 -0
- package/src/vue-plugin.js +0 -0
- package/tailwind.config.js +0 -0
- package/tsconfig.json +0 -1
- package/types/svg.d.ts +0 -0
- package/types/vue-shims.d.ts +0 -0
- package/vite.config.js +0 -0
package/dist/danx.es.js
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
var Rd = Object.defineProperty;
|
2
2
|
var Bd = (t, e, n) => e in t ? Rd(t, e, { enumerable: !0, configurable: !0, writable: !0, value: n }) : t[e] = n;
|
3
3
|
var te = (t, e, n) => (Bd(t, typeof e != "symbol" ? e + "" : e, n), n);
|
4
|
-
import { getCurrentScope as zd, onScopeDispose as Vd, unref as x, ref as U, shallowRef as wl, computed as R, getCurrentInstance as Gd, onMounted as yn, watch as ce, openBlock as h, createBlock as E, createVNode as C, resolveComponent as $, createElementBlock as _, normalizeClass as
|
4
|
+
import { getCurrentScope as zd, onScopeDispose as Vd, unref as x, ref as U, shallowRef as wl, computed as R, getCurrentInstance as Gd, onMounted as yn, watch as ce, openBlock as h, createBlock as E, createVNode as C, resolveComponent as $, createElementBlock as _, normalizeClass as B, createCommentVNode as L, createElementVNode as O, toDisplayString as P, withCtx as D, Fragment as V, createTextVNode as H, renderSlot as z, withKeys as rs, renderList as Se, resolveDirective as Zd, withDirectives as Hd, mergeProps as dn, resolveDynamicComponent as fn, withModifiers as mn, normalizeStyle as is, Transition as El, TransitionGroup as Cl, nextTick as hr, isRef as Wd, defineComponent as qd, toRefs as Yd, onBeforeUnmount as jd, onActivated as Qd, onDeactivated as Xd, h as Co, reactive as Kd } from "vue";
|
5
5
|
import { uid as Jd, QSpinner as Il, QBtn as Io, QSelect as ko, QSeparator as ef, QTd as ss, QSpinnerBall as Fo, QTr as tf, QTable as nf, QTh as rf, QTab as sf } from "quasar";
|
6
6
|
let os = {
|
7
7
|
fileUpload: {
|
@@ -10,7 +10,7 @@ let os = {
|
|
10
10
|
uploadCompletedUrl: null
|
11
11
|
}
|
12
12
|
};
|
13
|
-
function
|
13
|
+
function vT(t) {
|
14
14
|
os = {
|
15
15
|
...os,
|
16
16
|
...t
|
@@ -26,7 +26,7 @@ function of(t, e, n = void 0) {
|
|
26
26
|
function Xr(t, e) {
|
27
27
|
return of(t, e);
|
28
28
|
}
|
29
|
-
function
|
29
|
+
function _T(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 xT(t, e, n) {
|
140
140
|
return Math.max(t, Math.min(e, n));
|
141
141
|
}
|
142
|
-
function
|
142
|
+
function bT(t) {
|
143
143
|
return t * 621371e-9;
|
144
144
|
}
|
145
|
-
function
|
145
|
+
function ST(t) {
|
146
146
|
return t / 621371e-9;
|
147
147
|
}
|
148
|
-
function
|
148
|
+
function TT(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());
|
@@ -652,7 +652,7 @@ function Df(t, e, n) {
|
|
652
652
|
function Pf(t) {
|
653
653
|
const e = [];
|
654
654
|
for (let n = 1; n <= 12; n++) {
|
655
|
-
const r =
|
655
|
+
const r = G.utc(2009, n, 1);
|
656
656
|
e.push(t(r));
|
657
657
|
}
|
658
658
|
return e;
|
@@ -660,7 +660,7 @@ function Pf(t) {
|
|
660
660
|
function Nf(t) {
|
661
661
|
const e = [];
|
662
662
|
for (let n = 1; n <= 7; n++) {
|
663
|
-
const r =
|
663
|
+
const r = G.utc(2016, 11, 13 + n);
|
664
664
|
e.push(t(r));
|
665
665
|
}
|
666
666
|
return e;
|
@@ -812,7 +812,7 @@ class ie {
|
|
812
812
|
() => {
|
813
813
|
if (!this.meridiemCache) {
|
814
814
|
const e = { hour: "numeric", hourCycle: "h12" };
|
815
|
-
this.meridiemCache = [
|
815
|
+
this.meridiemCache = [G.utc(2016, 11, 13, 9), G.utc(2016, 11, 13, 19)].map(
|
816
816
|
(n) => this.extract(n, e, "dayperiod")
|
817
817
|
);
|
818
818
|
}
|
@@ -823,7 +823,7 @@ class ie {
|
|
823
823
|
eras(e) {
|
824
824
|
return Nr(this, e, cu, () => {
|
825
825
|
const n = { era: e };
|
826
|
-
return this.eraCache[e] || (this.eraCache[e] = [
|
826
|
+
return this.eraCache[e] || (this.eraCache[e] = [G.utc(-40, 1, 1), G.utc(2017, 1, 1)].map(
|
827
827
|
(r) => this.extract(r, n, "era")
|
828
828
|
)), this.eraCache[e];
|
829
829
|
});
|
@@ -2329,7 +2329,7 @@ class K {
|
|
2329
2329
|
format: "extended",
|
2330
2330
|
...e,
|
2331
2331
|
includeOffset: !1
|
2332
|
-
},
|
2332
|
+
}, G.fromMillis(n, { zone: "UTC" }).toISOTime(e));
|
2333
2333
|
}
|
2334
2334
|
/**
|
2335
2335
|
* Returns an ISO 8601 representation of this Duration appropriate for use in JSON.
|
@@ -2716,13 +2716,13 @@ class me {
|
|
2716
2716
|
if (r && i) {
|
2717
2717
|
let s, o;
|
2718
2718
|
try {
|
2719
|
-
s =
|
2719
|
+
s = G.fromISO(r, n), o = s.isValid;
|
2720
2720
|
} catch {
|
2721
2721
|
o = !1;
|
2722
2722
|
}
|
2723
2723
|
let a, l;
|
2724
2724
|
try {
|
2725
|
-
a =
|
2725
|
+
a = G.fromISO(i, n), l = a.isValid;
|
2726
2726
|
} catch {
|
2727
2727
|
l = !1;
|
2728
2728
|
}
|
@@ -3109,7 +3109,7 @@ class Mr {
|
|
3109
3109
|
* @return {boolean}
|
3110
3110
|
*/
|
3111
3111
|
static hasDST(e = pe.defaultZone) {
|
3112
|
-
const n =
|
3112
|
+
const n = G.now().setZone(e).set({ month: 12 });
|
3113
3113
|
return !e.isUniversal && n.offset !== n.set({ month: 6 }).offset;
|
3114
3114
|
}
|
3115
3115
|
/**
|
@@ -3626,7 +3626,7 @@ function ah(t) {
|
|
3626
3626
|
}
|
3627
3627
|
let Pi = null;
|
3628
3628
|
function lh() {
|
3629
|
-
return Pi || (Pi =
|
3629
|
+
return Pi || (Pi = G.fromMillis(1555555555555)), Pi;
|
3630
3630
|
}
|
3631
3631
|
function uh(t, e) {
|
3632
3632
|
if (t.literal)
|
@@ -3683,7 +3683,7 @@ function Yt(t, e) {
|
|
3683
3683
|
loc: t.loc,
|
3684
3684
|
invalid: t.invalid
|
3685
3685
|
};
|
3686
|
-
return new
|
3686
|
+
return new G({ ...n, ...e, old: n });
|
3687
3687
|
}
|
3688
3688
|
function wu(t, e, n) {
|
3689
3689
|
let r = t - e * 60 * 1e3;
|
@@ -3733,14 +3733,14 @@ function sa(t, e) {
|
|
3733
3733
|
function nr(t, e, n, r, i, s) {
|
3734
3734
|
const { setZone: o, zone: a } = n;
|
3735
3735
|
if (t && Object.keys(t).length !== 0 || e) {
|
3736
|
-
const l = e || a, u =
|
3736
|
+
const l = e || a, u = G.fromObject(t, {
|
3737
3737
|
...n,
|
3738
3738
|
zone: l,
|
3739
3739
|
specificOffset: s
|
3740
3740
|
});
|
3741
3741
|
return o ? u : u.setZone(a);
|
3742
3742
|
} else
|
3743
|
-
return
|
3743
|
+
return G.invalid(
|
3744
3744
|
new at("unparsable", `the input "${i}" can't be parsed as ${r}`)
|
3745
3745
|
);
|
3746
3746
|
}
|
@@ -3844,11 +3844,11 @@ function la(t, e) {
|
|
3844
3844
|
W(t[u]) && (t[u] = Eu[u]);
|
3845
3845
|
const a = Kl(t) || Jl(t);
|
3846
3846
|
if (a)
|
3847
|
-
return
|
3847
|
+
return G.invalid(a);
|
3848
3848
|
const l = n.offset(i);
|
3849
3849
|
[s, o] = Wr(t, l, n);
|
3850
3850
|
}
|
3851
|
-
return new
|
3851
|
+
return new G({ ts: s, zone: n, loc: r, o });
|
3852
3852
|
}
|
3853
3853
|
function ua(t, e, n) {
|
3854
3854
|
const r = W(n.round) ? !0 : n.round, i = (o, a) => (o = Ys(o, r || n.calendary ? 0 : 2, !0), e.loc.clone(n).relFormatter(n).format(o, a)), s = (o) => n.calendary ? e.hasSame(t, o) ? 0 : e.startOf(o).diff(t.startOf(o), o).get(o) : e.diff(t, o).get(o);
|
@@ -3865,7 +3865,7 @@ function ca(t) {
|
|
3865
3865
|
let e = {}, n;
|
3866
3866
|
return t.length > 0 && typeof t[t.length - 1] == "object" ? (e = t[t.length - 1], n = Array.from(t).slice(0, t.length - 1)) : n = Array.from(t), [e, n];
|
3867
3867
|
}
|
3868
|
-
class
|
3868
|
+
class G {
|
3869
3869
|
/**
|
3870
3870
|
* @access private
|
3871
3871
|
*/
|
@@ -3892,7 +3892,7 @@ class V {
|
|
3892
3892
|
* @return {DateTime}
|
3893
3893
|
*/
|
3894
3894
|
static now() {
|
3895
|
-
return new
|
3895
|
+
return new G({});
|
3896
3896
|
}
|
3897
3897
|
/**
|
3898
3898
|
* Create a local DateTime
|
@@ -3957,13 +3957,13 @@ class V {
|
|
3957
3957
|
static fromJSDate(e, n = {}) {
|
3958
3958
|
const r = Zf(e) ? e.valueOf() : NaN;
|
3959
3959
|
if (Number.isNaN(r))
|
3960
|
-
return
|
3960
|
+
return G.invalid("invalid input");
|
3961
3961
|
const i = Nt(n.zone, pe.defaultZone);
|
3962
|
-
return i.isValid ? new
|
3962
|
+
return i.isValid ? new G({
|
3963
3963
|
ts: r,
|
3964
3964
|
zone: i,
|
3965
3965
|
loc: ie.fromObject(n)
|
3966
|
-
}) :
|
3966
|
+
}) : G.invalid($r(i));
|
3967
3967
|
}
|
3968
3968
|
/**
|
3969
3969
|
* Create a DateTime from a number of milliseconds since the epoch (meaning since 1 January 1970 00:00:00 UTC). Uses the default zone.
|
@@ -3977,7 +3977,7 @@ class V {
|
|
3977
3977
|
*/
|
3978
3978
|
static fromMillis(e, n = {}) {
|
3979
3979
|
if (rn(e))
|
3980
|
-
return e < -ia || e > ia ?
|
3980
|
+
return e < -ia || e > ia ? G.invalid("Timestamp out of range") : new G({
|
3981
3981
|
ts: e,
|
3982
3982
|
zone: Nt(n.zone, pe.defaultZone),
|
3983
3983
|
loc: ie.fromObject(n)
|
@@ -3998,7 +3998,7 @@ class V {
|
|
3998
3998
|
*/
|
3999
3999
|
static fromSeconds(e, n = {}) {
|
4000
4000
|
if (rn(e))
|
4001
|
-
return new
|
4001
|
+
return new G({
|
4002
4002
|
ts: e * 1e3,
|
4003
4003
|
zone: Nt(n.zone, pe.defaultZone),
|
4004
4004
|
loc: ie.fromObject(n)
|
@@ -4041,7 +4041,7 @@ class V {
|
|
4041
4041
|
e = e || {};
|
4042
4042
|
const r = Nt(n.zone, pe.defaultZone);
|
4043
4043
|
if (!r.isValid)
|
4044
|
-
return
|
4044
|
+
return G.invalid($r(r));
|
4045
4045
|
const i = ie.fromObject(n), s = ti(e, aa), { minDaysInFirstWeek: o, startOfWeek: a } = qo(s, i), l = pe.now(), u = W(n.specificOffset) ? r.offset(l) : n.specificOffset, c = !W(s.ordinal), d = !W(s.year), f = !W(s.month) || !W(s.day), m = d || f, g = s.weekYear || s.weekNumber;
|
4046
4046
|
if ((m || c) && g)
|
4047
4047
|
throw new An(
|
@@ -4059,14 +4059,14 @@ class V {
|
|
4059
4059
|
}
|
4060
4060
|
const F = p ? zf(s, o, a) : c ? Vf(s) : Kl(s), w = F || Jl(s);
|
4061
4061
|
if (w)
|
4062
|
-
return
|
4063
|
-
const S = p ? Ho(s, o, a) : c ? Wo(s) : s, [v, k] = Wr(S, u, r), A = new
|
4062
|
+
return G.invalid(w);
|
4063
|
+
const S = p ? Ho(s, o, a) : c ? Wo(s) : s, [v, k] = Wr(S, u, r), A = new G({
|
4064
4064
|
ts: v,
|
4065
4065
|
zone: r,
|
4066
4066
|
o: k,
|
4067
4067
|
loc: i
|
4068
4068
|
});
|
4069
|
-
return s.weekday && m && e.weekday !== A.weekday ?
|
4069
|
+
return s.weekday && m && e.weekday !== A.weekday ? G.invalid(
|
4070
4070
|
"mismatched weekday",
|
4071
4071
|
`you can't specify both a weekday of ${s.weekday} and a date of ${A.toISO()}`
|
4072
4072
|
) : A;
|
@@ -4149,13 +4149,13 @@ class V {
|
|
4149
4149
|
numberingSystem: s,
|
4150
4150
|
defaultToEN: !0
|
4151
4151
|
}), [a, l, u, c] = ch(o, e, n);
|
4152
|
-
return c ?
|
4152
|
+
return c ? G.invalid(c) : nr(a, l, r, `format ${n}`, e, u);
|
4153
4153
|
}
|
4154
4154
|
/**
|
4155
4155
|
* @deprecated use fromFormat instead
|
4156
4156
|
*/
|
4157
4157
|
static fromString(e, n, r = {}) {
|
4158
|
-
return
|
4158
|
+
return G.fromFormat(e, n, r);
|
4159
4159
|
}
|
4160
4160
|
/**
|
4161
4161
|
* Create a DateTime from a SQL date, time, or datetime
|
@@ -4193,7 +4193,7 @@ class V {
|
|
4193
4193
|
const r = e instanceof at ? e : new at(e, n);
|
4194
4194
|
if (pe.throwOnInvalid)
|
4195
4195
|
throw new yf(r);
|
4196
|
-
return new
|
4196
|
+
return new G({ invalid: r });
|
4197
4197
|
}
|
4198
4198
|
/**
|
4199
4199
|
* Check if an object is an instance of DateTime. Works across context boundaries
|
@@ -4629,7 +4629,7 @@ class V {
|
|
4629
4629
|
}
|
4630
4630
|
return Yt(this, { ts: i, zone: e });
|
4631
4631
|
} else
|
4632
|
-
return
|
4632
|
+
return G.invalid($r(e));
|
4633
4633
|
}
|
4634
4634
|
/**
|
4635
4635
|
* "Set" the locale, numberingSystem, or outputCalendar. Returns a newly-constructed DateTime.
|
@@ -5071,7 +5071,7 @@ class V {
|
|
5071
5071
|
* @return {Duration}
|
5072
5072
|
*/
|
5073
5073
|
diffNow(e = "milliseconds", n = {}) {
|
5074
|
-
return this.diff(
|
5074
|
+
return this.diff(G.now(), e, n);
|
5075
5075
|
}
|
5076
5076
|
/**
|
5077
5077
|
* Return an Interval spanning between this DateTime and another DateTime
|
@@ -5129,7 +5129,7 @@ class V {
|
|
5129
5129
|
toRelative(e = {}) {
|
5130
5130
|
if (!this.isValid)
|
5131
5131
|
return null;
|
5132
|
-
const n = e.base ||
|
5132
|
+
const n = e.base || G.fromObject({}, { zone: this.zone }), r = e.padding ? this < n ? -e.padding : e.padding : 0;
|
5133
5133
|
let i = ["years", "months", "days", "hours", "minutes", "seconds"], s = e.unit;
|
5134
5134
|
return Array.isArray(e.unit) && (i = e.unit, s = void 0), ua(n, this.plus(r), {
|
5135
5135
|
...e,
|
@@ -5152,7 +5152,7 @@ class V {
|
|
5152
5152
|
* @example DateTime.now().minus({ days: 2 }).toRelativeCalendar() //=> "2 days ago"
|
5153
5153
|
*/
|
5154
5154
|
toRelativeCalendar(e = {}) {
|
5155
|
-
return this.isValid ? ua(e.base ||
|
5155
|
+
return this.isValid ? ua(e.base || G.fromObject({}, { zone: this.zone }), this, {
|
5156
5156
|
...e,
|
5157
5157
|
numeric: "auto",
|
5158
5158
|
units: ["years", "months", "days"],
|
@@ -5165,7 +5165,7 @@ class V {
|
|
5165
5165
|
* @return {DateTime} the min DateTime, or undefined if called with no argument
|
5166
5166
|
*/
|
5167
5167
|
static min(...e) {
|
5168
|
-
if (!e.every(
|
5168
|
+
if (!e.every(G.isDateTime))
|
5169
5169
|
throw new $e("min requires all arguments be DateTimes");
|
5170
5170
|
return Yo(e, (n) => n.valueOf(), Math.min);
|
5171
5171
|
}
|
@@ -5175,7 +5175,7 @@ class V {
|
|
5175
5175
|
* @return {DateTime} the max DateTime, or undefined if called with no argument
|
5176
5176
|
*/
|
5177
5177
|
static max(...e) {
|
5178
|
-
if (!e.every(
|
5178
|
+
if (!e.every(G.isDateTime))
|
5179
5179
|
throw new $e("max requires all arguments be DateTimes");
|
5180
5180
|
return Yo(e, (n) => n.valueOf(), Math.max);
|
5181
5181
|
}
|
@@ -5199,7 +5199,7 @@ class V {
|
|
5199
5199
|
* @deprecated use fromFormatExplain instead
|
5200
5200
|
*/
|
5201
5201
|
static fromStringExplain(e, n, r = {}) {
|
5202
|
-
return
|
5202
|
+
return G.fromFormatExplain(e, n, r);
|
5203
5203
|
}
|
5204
5204
|
// FORMAT PRESETS
|
5205
5205
|
/**
|
@@ -5358,40 +5358,40 @@ class V {
|
|
5358
5358
|
}
|
5359
5359
|
}
|
5360
5360
|
function rr(t) {
|
5361
|
-
if (
|
5361
|
+
if (G.isDateTime(t))
|
5362
5362
|
return t;
|
5363
5363
|
if (t && t.valueOf && rn(t.valueOf()))
|
5364
|
-
return
|
5364
|
+
return G.fromJSDate(t);
|
5365
5365
|
if (t && typeof t == "object")
|
5366
|
-
return
|
5366
|
+
return G.fromObject(t);
|
5367
5367
|
throw new $e(
|
5368
5368
|
`Unknown datetime argument: ${t}, of type ${typeof t}`
|
5369
5369
|
);
|
5370
5370
|
}
|
5371
5371
|
const Iu = new gt("America/Chicago");
|
5372
5372
|
function ku(t) {
|
5373
|
-
return t = t == null ? void 0 : t.replace("T", " "),
|
5373
|
+
return t = t == null ? void 0 : t.replace("T", " "), G.fromSQL(t, { zone: Iu }).setZone("local");
|
5374
5374
|
}
|
5375
5375
|
function gh(t) {
|
5376
|
-
return t = t == null ? void 0 : t.replace("T", " "),
|
5376
|
+
return t = t == null ? void 0 : t.replace("T", " "), G.fromSQL(t, { zone: "local" }).setZone(Iu);
|
5377
5377
|
}
|
5378
5378
|
function ni(t) {
|
5379
|
-
return typeof t == "string" ? (t = t.replace("T", " ").replace(/\//g, "-"),
|
5379
|
+
return typeof t == "string" ? (t = t.replace("T", " ").replace(/\//g, "-"), G.fromSQL(t)) : t || G.fromSQL("0000-00-00 00:00:00");
|
5380
5380
|
}
|
5381
5381
|
function ms(t, e = "yyyy/MM/dd") {
|
5382
|
-
return
|
5382
|
+
return G.fromFormat(t, e);
|
5383
5383
|
}
|
5384
5384
|
function da(t, e = "yyyy/MM/dd HH:mm:ss") {
|
5385
|
-
return
|
5385
|
+
return G.fromFormat(t, e);
|
5386
5386
|
}
|
5387
|
-
function
|
5387
|
+
function wT(t) {
|
5388
5388
|
return bt(t, { format: "yyyy/MM/dd" });
|
5389
5389
|
}
|
5390
5390
|
function gr(t, e = {}) {
|
5391
5391
|
return Fu(ku(t), e);
|
5392
5392
|
}
|
5393
5393
|
function Fu(t = null, { format: e = "M/d/yy h:mma", empty: n = "- -" } = {}) {
|
5394
|
-
const r = (t ? ni(t) :
|
5394
|
+
const r = (t ? ni(t) : G.now()).toFormat(e).toLowerCase();
|
5395
5395
|
return r === "invalid datetime" ? n : r;
|
5396
5396
|
}
|
5397
5397
|
function fa(t = null) {
|
@@ -5401,8 +5401,8 @@ function bt(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
|
5405
|
-
const e =
|
5404
|
+
function ET(t) {
|
5405
|
+
const e = G.now().setZone("UTC").startOf("year").set({ second: t }), n = Math.floor(t / 3600);
|
5406
5406
|
return (n ? n + ":" : "") + e.toFormat("mm:ss");
|
5407
5407
|
}
|
5408
5408
|
function Ou(t) {
|
@@ -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 CT(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 IT(t, e) {
|
|
5424
5424
|
function yh(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 IT(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 kT(t) {
|
|
5448
5448
|
o === 0 && s === "1" ? n += "+1 " : n += s;
|
5449
5449
|
}), t === "+1 (" ? "" : n;
|
5450
5450
|
}
|
5451
|
-
function
|
5451
|
+
function kT(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 FT(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 wt = Ne;
|
9423
|
-
const
|
9423
|
+
const AT = new wt();
|
9424
9424
|
async function Qy(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 DT = {
|
9642
9642
|
async get(t, e = {}) {
|
9643
9643
|
return fetch(t, {
|
9644
9644
|
method: "get",
|
@@ -9661,7 +9661,7 @@ const PT = {
|
|
9661
9661
|
}).then((r) => r.json());
|
9662
9662
|
}
|
9663
9663
|
};
|
9664
|
-
async function
|
9664
|
+
async function PT(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 Ky(t) {
|
|
9704
9704
|
};
|
9705
9705
|
}
|
9706
9706
|
const Dn = wl(null);
|
9707
|
-
function
|
9707
|
+
function NT(t, e = null) {
|
9708
9708
|
const n = t.map((o) => {
|
9709
9709
|
const a = { ...e, ...o };
|
9710
9710
|
return a.trigger || (a.trigger = (l, u) => i(a, l, u), a.activeTarget = U(null)), a;
|
@@ -10153,7 +10153,7 @@ const vv = {
|
|
10153
10153
|
return (e, n) => {
|
10154
10154
|
const r = $("QTooltip");
|
10155
10155
|
return h(), _("div", {
|
10156
|
-
class:
|
10156
|
+
class: B(["flex items-center w-full", { "cursor-not-allowed": t.locked }])
|
10157
10157
|
}, [
|
10158
10158
|
t.locked ? (h(), _("a", vv, [
|
10159
10159
|
C(x(lv), { class: "w-4" })
|
@@ -10177,13 +10177,13 @@ const vv = {
|
|
10177
10177
|
onClick: n[1] || (n[1] = (i) => e.$emit("is-title", !t.isTitle))
|
10178
10178
|
}, [
|
10179
10179
|
C(x(gv), {
|
10180
|
-
class:
|
10180
|
+
class: B(["w-4", t.isTitle ? "" : "text-neutral-plus-3"])
|
10181
10181
|
}, null, 8, ["class"]),
|
10182
10182
|
C(r, null, {
|
10183
10183
|
default: D(() => [
|
10184
|
-
t.isTitle ? (h(), _(
|
10184
|
+
t.isTitle ? (h(), _(V, { key: 1 }, [
|
10185
10185
|
H("Remove from priority list")
|
10186
|
-
], 64)) : (h(), _(
|
10186
|
+
], 64)) : (h(), _(V, { key: 0 }, [
|
10187
10187
|
H("Add to priority list")
|
10188
10188
|
], 64))
|
10189
10189
|
]),
|
@@ -10387,7 +10387,7 @@ const bv = {
|
|
10387
10387
|
});
|
10388
10388
|
}, 20, { maxWait: 30 })).onStart(() => n("start")).onEnd(() => n("end"));
|
10389
10389
|
return (s, o) => (h(), _("div", {
|
10390
|
-
class:
|
10390
|
+
class: B([{
|
10391
10391
|
"cursor-ew-resize": t.direction === "horizontal",
|
10392
10392
|
"cursor-ns-resize": t.direction === "vertical"
|
10393
10393
|
}, "flex justify-center items-center w-full h-full"]),
|
@@ -10395,7 +10395,7 @@ const bv = {
|
|
10395
10395
|
onDragstart: o[0] || (o[0] = (...a) => x(i).dragStart && x(i).dragStart(...a)),
|
10396
10396
|
onDragend: o[1] || (o[1] = (...a) => x(i).dragEnd && x(i).dragEnd(...a))
|
10397
10397
|
}, [
|
10398
|
-
|
10398
|
+
z(s.$slots, "default")
|
10399
10399
|
], 34));
|
10400
10400
|
}
|
10401
10401
|
}, Sv = {
|
@@ -10575,7 +10575,7 @@ const E_ = { render: w_ }, C_ = {
|
|
10575
10575
|
function O_(t, e) {
|
10576
10576
|
return h(), _("svg", C_, [...F_]);
|
10577
10577
|
}
|
10578
|
-
const ao = { render: O_ },
|
10578
|
+
const ao = { render: O_ }, MT = {
|
10579
10579
|
__name: "ExportButton",
|
10580
10580
|
props: {
|
10581
10581
|
exporter: {
|
@@ -10608,7 +10608,7 @@ const ao = { render: O_ }, LT = {
|
|
10608
10608
|
}, 8, ["loading"]);
|
10609
10609
|
};
|
10610
10610
|
}
|
10611
|
-
},
|
10611
|
+
}, LT = {
|
10612
10612
|
__name: "RefreshButton",
|
10613
10613
|
props: {
|
10614
10614
|
loading: Boolean
|
@@ -10628,7 +10628,7 @@ const ao = { render: O_ }, LT = {
|
|
10628
10628
|
}, 8, ["loading"]);
|
10629
10629
|
};
|
10630
10630
|
}
|
10631
|
-
}, A_ = { class: "previous-next-controls" },
|
10631
|
+
}, A_ = { class: "previous-next-controls" }, $T = {
|
10632
10632
|
__name: "PreviousNextControls",
|
10633
10633
|
props: {
|
10634
10634
|
isLoading: Boolean
|
@@ -10739,9 +10739,9 @@ const ao = { render: O_ }, LT = {
|
|
10739
10739
|
}, {
|
10740
10740
|
default: D(() => [
|
10741
10741
|
O("h3", {
|
10742
|
-
class:
|
10742
|
+
class: B(["font-normal flex items-center", t.titleClass])
|
10743
10743
|
}, [
|
10744
|
-
|
10744
|
+
z(o.$slots, "title", {}, () => [
|
10745
10745
|
H(P(t.title), 1)
|
10746
10746
|
])
|
10747
10747
|
], 2),
|
@@ -10751,16 +10751,16 @@ const ao = { render: O_ }, LT = {
|
|
10751
10751
|
})) : L("", !0),
|
10752
10752
|
o.$slots.toolbar ? (h(), E(l, { key: 1 }, {
|
10753
10753
|
default: D(() => [
|
10754
|
-
|
10754
|
+
z(o.$slots, "toolbar")
|
10755
10755
|
]),
|
10756
10756
|
_: 3
|
10757
10757
|
})) : L("", !0),
|
10758
10758
|
t.content || o.$slots.default ? (h(), E(l, {
|
10759
10759
|
key: 2,
|
10760
|
-
class:
|
10760
|
+
class: B(["px-6 bg-neutral-plus-7 flex-grow max-h-full overflow-y-auto", t.contentClass])
|
10761
10761
|
}, {
|
10762
10762
|
default: D(() => [
|
10763
|
-
|
10763
|
+
z(o.$slots, "default", {}, () => [
|
10764
10764
|
H(P(t.content), 1)
|
10765
10765
|
])
|
10766
10766
|
]),
|
@@ -10774,23 +10774,23 @@ const ao = { render: O_ }, LT = {
|
|
10774
10774
|
onClick: s
|
10775
10775
|
}, {
|
10776
10776
|
default: D(() => [
|
10777
|
-
|
10777
|
+
z(o.$slots, "cancel-text")
|
10778
10778
|
]),
|
10779
10779
|
_: 3
|
10780
10780
|
}, 8, ["label"])
|
10781
10781
|
]),
|
10782
|
-
|
10782
|
+
z(o.$slots, "actions"),
|
10783
10783
|
t.hideConfirm ? L("", !0) : (h(), _("div", M_, [
|
10784
10784
|
C(u, {
|
10785
10785
|
label: o.$slots["confirm-text"] ? "" : t.confirmText,
|
10786
|
-
class:
|
10786
|
+
class: B(["action-btn ml-4", t.confirmClass]),
|
10787
10787
|
loading: t.isSaving,
|
10788
10788
|
disable: t.disabled,
|
10789
10789
|
"data-testid": "confirm-button",
|
10790
10790
|
onClick: i
|
10791
10791
|
}, {
|
10792
10792
|
default: D(() => [
|
10793
|
-
|
10793
|
+
z(o.$slots, "confirm-text")
|
10794
10794
|
]),
|
10795
10795
|
_: 3
|
10796
10796
|
}, 8, ["label", "class", "loading", "disable"])
|
@@ -10869,7 +10869,7 @@ const ao = { render: O_ }, LT = {
|
|
10869
10869
|
class: "carousel"
|
10870
10870
|
}, {
|
10871
10871
|
default: D(() => [
|
10872
|
-
(h(!0), _(
|
10872
|
+
(h(!0), _(V, null, Se(t.files, (d) => (h(), E(l, {
|
10873
10873
|
key: "file-" + d.id,
|
10874
10874
|
name: d.id,
|
10875
10875
|
"img-src": s(d)
|
@@ -10906,7 +10906,7 @@ const ao = { render: O_ }, LT = {
|
|
10906
10906
|
}, V_ = /* @__PURE__ */ It(z_, [["__scopeId", "data-v-d14549c8"]]), G_ = {
|
10907
10907
|
key: 0,
|
10908
10908
|
class: "p-4 m-4 absolute-top-right top right cursor-pointer"
|
10909
|
-
},
|
10909
|
+
}, UT = {
|
10910
10910
|
__name: "FullScreenDialog",
|
10911
10911
|
props: {
|
10912
10912
|
modelValue: Boolean,
|
@@ -10936,14 +10936,14 @@ const ao = { render: O_ }, LT = {
|
|
10936
10936
|
}, {
|
10937
10937
|
default: D(() => [
|
10938
10938
|
O("div", {
|
10939
|
-
class:
|
10939
|
+
class: B(["flex justify-center min-w-xs", x(i)])
|
10940
10940
|
}, [
|
10941
10941
|
t.closeable ? Hd((h(), _("div", G_, [
|
10942
10942
|
C(x(ao), { class: "w-5 h-5" })
|
10943
10943
|
])), [
|
10944
10944
|
[u]
|
10945
10945
|
]) : L("", !0),
|
10946
|
-
|
10946
|
+
z(o.$slots, "default")
|
10947
10947
|
], 2)
|
10948
10948
|
]),
|
10949
10949
|
_: 3
|
@@ -11007,9 +11007,9 @@ const ao = { render: O_ }, LT = {
|
|
11007
11007
|
}, {
|
11008
11008
|
default: D(() => [
|
11009
11009
|
O("h3", {
|
11010
|
-
class:
|
11010
|
+
class: B(["font-normal flex items-center", t.titleClass])
|
11011
11011
|
}, [
|
11012
|
-
|
11012
|
+
z(i.$slots, "title", {}, () => [
|
11013
11013
|
H(P(t.title), 1)
|
11014
11014
|
])
|
11015
11015
|
], 2),
|
@@ -11022,7 +11022,7 @@ const ao = { render: O_ }, LT = {
|
|
11022
11022
|
class: "px-6 bg-neutral-plus-7 flex-grow max-h-full overflow-y-auto"
|
11023
11023
|
}, {
|
11024
11024
|
default: D(() => [
|
11025
|
-
|
11025
|
+
z(i.$slots, "default", {}, () => [
|
11026
11026
|
H(P(t.content), 1)
|
11027
11027
|
])
|
11028
11028
|
]),
|
@@ -11036,7 +11036,7 @@ const ao = { render: O_ }, LT = {
|
|
11036
11036
|
onClick: r
|
11037
11037
|
}, {
|
11038
11038
|
default: D(() => [
|
11039
|
-
|
11039
|
+
z(i.$slots, "done-text")
|
11040
11040
|
]),
|
11041
11041
|
_: 3
|
11042
11042
|
}, 8, ["label"])
|
@@ -11056,7 +11056,7 @@ const ao = { render: O_ }, LT = {
|
|
11056
11056
|
}, 8, ["full-height", "full-width", "model-value", "no-backdrop-dismiss", "maximized"]);
|
11057
11057
|
};
|
11058
11058
|
}
|
11059
|
-
},
|
11059
|
+
}, RT = {
|
11060
11060
|
__name: "InputDialog",
|
11061
11061
|
props: {
|
11062
11062
|
...nl.props,
|
@@ -11079,7 +11079,7 @@ const ao = { render: O_ }, LT = {
|
|
11079
11079
|
onClose: i[3] || (i[3] = (o) => r.$emit("close", o))
|
11080
11080
|
}), {
|
11081
11081
|
default: D(() => [
|
11082
|
-
|
11082
|
+
z(r.$slots, "default", {}, () => [
|
11083
11083
|
C(s, {
|
11084
11084
|
modelValue: n.value,
|
11085
11085
|
"onUpdate:modelValue": i[0] || (i[0] = (o) => n.value = o),
|
@@ -11165,11 +11165,11 @@ const ao = { render: O_ }, LT = {
|
|
11165
11165
|
var F;
|
11166
11166
|
const b = $("QImg"), T = $("QLinearProgress"), I = $("QBtn");
|
11167
11167
|
return h(), _("div", {
|
11168
|
-
class:
|
11168
|
+
class: B(["relative flex justify-center bg-neutral-plus-7", { "rounded-2xl": !t.square }])
|
11169
11169
|
}, [
|
11170
|
-
s.value ? (h(), _(
|
11170
|
+
s.value ? (h(), _(V, { key: 0 }, [
|
11171
11171
|
O("div", {
|
11172
|
-
class:
|
11172
|
+
class: B(["grow h-full overflow-hidden", { "rounded-2xl": !t.square }]),
|
11173
11173
|
onClick: y[0] || (y[0] = (w) => i.value = !0)
|
11174
11174
|
}, [
|
11175
11175
|
l.value ? (h(), _("div", Y_, [
|
@@ -11201,7 +11201,7 @@ const ao = { render: O_ }, LT = {
|
|
11201
11201
|
]))
|
11202
11202
|
], 2),
|
11203
11203
|
p.$slots["action-button"] ? (h(), _("div", J_, [
|
11204
|
-
|
11204
|
+
z(p.$slots, "action-button", {}, void 0, !0)
|
11205
11205
|
])) : L("", !0),
|
11206
11206
|
t.image && t.image.progress !== void 0 ? (h(), _("div", e2, [
|
11207
11207
|
C(T, {
|
@@ -11211,14 +11211,14 @@ const ao = { render: O_ }, LT = {
|
|
11211
11211
|
stripe: ""
|
11212
11212
|
}, null, 8, ["value"])
|
11213
11213
|
])) : L("", !0)
|
11214
|
-
], 64)) :
|
11214
|
+
], 64)) : z(p.$slots, "missing", { key: 1 }, () => [
|
11215
11215
|
(h(), E(fn(t.missingIcon), { class: "w-full h-full p-2 text-gray-medium" }))
|
11216
11216
|
], !0),
|
11217
11217
|
O("div", t2, [
|
11218
11218
|
t.downloadable && ((F = s.value) != null && F.url) ? (h(), E(I, {
|
11219
11219
|
key: 0,
|
11220
11220
|
size: "sm",
|
11221
|
-
class:
|
11221
|
+
class: B(["!p-1 opacity-70 hover:opacity-100", t.downloadButtonClass]),
|
11222
11222
|
onClick: y[1] || (y[1] = mn((w) => x(Js)(s.value.url), ["stop"]))
|
11223
11223
|
}, {
|
11224
11224
|
default: D(() => [
|
@@ -11282,7 +11282,7 @@ const ao = { render: O_ }, LT = {
|
|
11282
11282
|
}, d2 = {
|
11283
11283
|
key: 1,
|
11284
11284
|
class: "address-line-3"
|
11285
|
-
}, f2 = { class: "address-city-state-zip" },
|
11285
|
+
}, f2 = { class: "address-city-state-zip" }, BT = {
|
11286
11286
|
__name: "AddressFormat",
|
11287
11287
|
props: {
|
11288
11288
|
address: {
|
@@ -11293,12 +11293,12 @@ const ao = { render: O_ }, LT = {
|
|
11293
11293
|
setup(t) {
|
11294
11294
|
return (e, n) => (h(), _("div", o2, [
|
11295
11295
|
t.address.attn ? (h(), _("div", a2, "Attn: " + P(t.address.attn), 1)) : t.address.name ? (h(), _("div", l2, P(t.address.name), 1)) : L("", !0),
|
11296
|
-
t.address.line1 ? (h(), _(
|
11296
|
+
t.address.line1 ? (h(), _(V, { key: 2 }, [
|
11297
11297
|
O("div", u2, P(t.address.line1), 1),
|
11298
11298
|
t.address.line2 ? (h(), _("div", c2, P(t.address.line2), 1)) : L("", !0),
|
11299
11299
|
t.address.line3 ? (h(), _("div", d2, P(t.address.line3), 1)) : L("", !0),
|
11300
11300
|
O("div", f2, [
|
11301
|
-
t.address.city ? (h(), _(
|
11301
|
+
t.address.city ? (h(), _(V, { key: 0 }, [
|
11302
11302
|
H(P(t.address.city) + ",", 1)
|
11303
11303
|
], 64)) : L("", !0),
|
11304
11304
|
H(" " + P(t.address.state) + " " + P(t.address.zip_code), 1)
|
@@ -11306,7 +11306,7 @@ const ao = { render: O_ }, LT = {
|
|
11306
11306
|
], 64)) : L("", !0)
|
11307
11307
|
]));
|
11308
11308
|
}
|
11309
|
-
},
|
11309
|
+
}, zT = {
|
11310
11310
|
__name: "FlatListFormat",
|
11311
11311
|
props: {
|
11312
11312
|
items: {
|
@@ -11320,7 +11320,7 @@ const ao = { render: O_ }, LT = {
|
|
11320
11320
|
},
|
11321
11321
|
setup(t) {
|
11322
11322
|
return (e, n) => (h(), _("ul", null, [
|
11323
|
-
(h(!0), _(
|
11323
|
+
(h(!0), _(V, null, Se(t.items, (r) => (h(), _("li", {
|
11324
11324
|
key: r[t.column]
|
11325
11325
|
}, P(r[t.column]), 1))), 128))
|
11326
11326
|
]));
|
@@ -11328,7 +11328,7 @@ const ao = { render: O_ }, LT = {
|
|
11328
11328
|
}, m2 = { class: "flex flex-nowrap items-center" }, h2 = {
|
11329
11329
|
key: 0,
|
11330
11330
|
class: "whitespace-nowrap"
|
11331
|
-
},
|
11331
|
+
}, VT = {
|
11332
11332
|
__name: "GpsCoordinatesFormat",
|
11333
11333
|
props: {
|
11334
11334
|
location: {
|
@@ -11349,15 +11349,15 @@ const ao = { render: O_ }, LT = {
|
|
11349
11349
|
var r;
|
11350
11350
|
return h(), _("div", m2, [
|
11351
11351
|
C(x(mv), {
|
11352
|
-
class:
|
11352
|
+
class: B(["mr-1 ml-[-.2em]", t.iconClass])
|
11353
11353
|
}, null, 8, ["class"]),
|
11354
|
-
(r = t.location) != null && r.latitude ? (h(), _("div", h2, P(t.location.latitude.toFixed(t.decimals)) + ", " + P(t.location.longitude.toFixed(t.decimals)), 1)) : (h(), _(
|
11354
|
+
(r = t.location) != null && r.latitude ? (h(), _("div", h2, P(t.location.latitude.toFixed(t.decimals)) + ", " + P(t.location.longitude.toFixed(t.decimals)), 1)) : (h(), _(V, { key: 1 }, [
|
11355
11355
|
H("Unknown")
|
11356
11356
|
], 64))
|
11357
11357
|
]);
|
11358
11358
|
};
|
11359
11359
|
}
|
11360
|
-
}, p2 = { class: "flex items-center flex-nowrap" },
|
11360
|
+
}, p2 = { class: "flex items-center flex-nowrap" }, GT = {
|
11361
11361
|
__name: "IconWithTextFormat",
|
11362
11362
|
props: {
|
11363
11363
|
icon: {
|
@@ -11380,18 +11380,18 @@ const ao = { render: O_ }, LT = {
|
|
11380
11380
|
setup(t) {
|
11381
11381
|
return (e, n) => (h(), _("div", p2, [
|
11382
11382
|
(h(), E(fn(t.icon), {
|
11383
|
-
class:
|
11383
|
+
class: B(t.iconClass)
|
11384
11384
|
}, null, 8, ["class"])),
|
11385
11385
|
O("div", {
|
11386
|
-
class:
|
11386
|
+
class: B(t.textClass)
|
11387
11387
|
}, [
|
11388
|
-
|
11388
|
+
z(e.$slots, "default", {}, () => [
|
11389
11389
|
H(P(t.text), 1)
|
11390
11390
|
])
|
11391
11391
|
], 2)
|
11392
11392
|
]));
|
11393
11393
|
}
|
11394
|
-
}, g2 = { class: "text-xs font-bold" },
|
11394
|
+
}, g2 = { class: "text-xs font-bold" }, ZT = {
|
11395
11395
|
__name: "LabelValueFormat",
|
11396
11396
|
props: {
|
11397
11397
|
label: {
|
@@ -11403,19 +11403,23 @@ const ao = { render: O_ }, LT = {
|
|
11403
11403
|
default: "-"
|
11404
11404
|
},
|
11405
11405
|
dense: Boolean,
|
11406
|
-
nowrap: Boolean
|
11406
|
+
nowrap: Boolean,
|
11407
|
+
loading: Boolean
|
11407
11408
|
},
|
11408
11409
|
setup(t) {
|
11409
|
-
return (e, n) =>
|
11410
|
-
|
11411
|
-
|
11412
|
-
|
11413
|
-
|
11414
|
-
|
11415
|
-
|
11416
|
-
|
11417
|
-
|
11418
|
-
|
11410
|
+
return (e, n) => {
|
11411
|
+
const r = $("QSpinnerTail");
|
11412
|
+
return h(), _("div", null, [
|
11413
|
+
O("div", g2, P(t.label), 1),
|
11414
|
+
O("div", {
|
11415
|
+
class: B({ "mt-2": !t.dense, "mt-1": t.dense, "text-no-wrap": t.nowrap })
|
11416
|
+
}, [
|
11417
|
+
t.loading ? (h(), E(r, { key: 0 })) : z(e.$slots, "default", { key: 1 }, () => [
|
11418
|
+
H(P(t.value || "-"), 1)
|
11419
|
+
])
|
11420
|
+
], 2)
|
11421
|
+
]);
|
11422
|
+
};
|
11419
11423
|
}
|
11420
11424
|
}, y2 = { class: "flex-grow max-w-full" }, v2 = {
|
11421
11425
|
__name: "CollapsableSidebar",
|
@@ -11467,7 +11471,7 @@ const ao = { render: O_ }, LT = {
|
|
11467
11471
|
}), (u, c) => {
|
11468
11472
|
const d = $("QBtn");
|
11469
11473
|
return h(), _("div", {
|
11470
|
-
class:
|
11474
|
+
class: B(["collapsable-sidebar overflow-x-hidden overflow-y-scroll relative", {
|
11471
11475
|
"is-collapsed": i.value,
|
11472
11476
|
"is-right-side": t.rightSide,
|
11473
11477
|
[t.displayClass]: !0
|
@@ -11475,29 +11479,29 @@ const ao = { render: O_ }, LT = {
|
|
11475
11479
|
style: is(l.value)
|
11476
11480
|
}, [
|
11477
11481
|
O("div", y2, [
|
11478
|
-
|
11482
|
+
z(u.$slots, "default", { isCollapsed: i.value }, void 0, !0)
|
11479
11483
|
]),
|
11480
|
-
!t.disabled && (!t.hideToggleOnCollapse || !i.value) ? (h(), _(
|
11484
|
+
!t.disabled && (!t.hideToggleOnCollapse || !i.value) ? (h(), _(V, { key: 0 }, [
|
11481
11485
|
t.toggleAtTop ? (h(), _("div", {
|
11482
11486
|
key: 1,
|
11483
|
-
class:
|
11487
|
+
class: B(["absolute top-0 right-0 cursor-pointer p-2", t.toggleClass]),
|
11484
11488
|
onClick: o
|
11485
11489
|
}, [
|
11486
11490
|
C(x(el), {
|
11487
|
-
class:
|
11491
|
+
class: B(["w-5 transition-all", { "rotate-180": t.rightSide ? !i.value : i.value }])
|
11488
11492
|
}, null, 8, ["class"])
|
11489
11493
|
], 2)) : (h(), _("div", {
|
11490
11494
|
key: 0,
|
11491
|
-
class:
|
11495
|
+
class: B(["flex w-full p-4", t.rightSide ? "justify-start" : "justify-end"])
|
11492
11496
|
}, [
|
11493
|
-
|
11497
|
+
z(u.$slots, "toggle", {}, () => [
|
11494
11498
|
C(d, {
|
11495
11499
|
class: "btn-secondary",
|
11496
11500
|
onClick: o
|
11497
11501
|
}, {
|
11498
11502
|
default: D(() => [
|
11499
11503
|
C(x(el), {
|
11500
|
-
class:
|
11504
|
+
class: B(["w-5 transition-all", { "rotate-180": t.rightSide ? !i.value : i.value }])
|
11501
11505
|
}, null, 8, ["class"])
|
11502
11506
|
]),
|
11503
11507
|
_: 1
|
@@ -11541,7 +11545,7 @@ const ao = { render: O_ }, LT = {
|
|
11541
11545
|
maximized: "",
|
11542
11546
|
position: t.position,
|
11543
11547
|
seamless: t.seamless,
|
11544
|
-
class:
|
11548
|
+
class: B({ "hide-backdrop": !t.overlay })
|
11545
11549
|
}, {
|
11546
11550
|
default: D(() => [
|
11547
11551
|
O("div", null, [
|
@@ -11552,9 +11556,9 @@ const ao = { render: O_ }, LT = {
|
|
11552
11556
|
}, ["stop", "prevent"]))
|
11553
11557
|
}, P(t.title), 1)) : L("", !0),
|
11554
11558
|
O("div", {
|
11555
|
-
class:
|
11559
|
+
class: B(["dialog-content bg-white", { [t.contentClass]: !0 }])
|
11556
11560
|
}, [
|
11557
|
-
|
11561
|
+
z(s.$slots, "default", {}, void 0, !0)
|
11558
11562
|
], 2)
|
11559
11563
|
])
|
11560
11564
|
]),
|
@@ -11647,11 +11651,11 @@ const _r = Oc, b2 = {
|
|
11647
11651
|
return (i, s) => {
|
11648
11652
|
const o = $("QTooltip"), a = $("QItem"), l = $("QList"), u = $("QMenu");
|
11649
11653
|
return h(), _("a", {
|
11650
|
-
class:
|
11654
|
+
class: B(["p-3 actionable", { "opacity-50 cursor-not-allowed": t.disabled }])
|
11651
11655
|
}, [
|
11652
11656
|
i.$slots.tooltip || t.tooltip ? (h(), E(o, { key: 0 }, {
|
11653
11657
|
default: D(() => [
|
11654
|
-
|
11658
|
+
z(i.$slots, "tooltip", {}, () => [
|
11655
11659
|
H(P(t.tooltip), 1)
|
11656
11660
|
])
|
11657
11661
|
]),
|
@@ -11679,16 +11683,16 @@ const _r = Oc, b2 = {
|
|
11679
11683
|
default: D(() => [
|
11680
11684
|
C(l, null, {
|
11681
11685
|
default: D(() => [
|
11682
|
-
(h(!0), _(
|
11686
|
+
(h(!0), _(V, null, Se(t.items, (c) => (h(), _(V, null, [
|
11683
11687
|
c.url ? (h(), _("a", {
|
11684
11688
|
key: c.url,
|
11685
|
-
class:
|
11689
|
+
class: B(["q-item", c.class]),
|
11686
11690
|
target: "_blank",
|
11687
11691
|
href: c.url
|
11688
11692
|
}, P(c.label), 11, T2)) : (h(), E(a, {
|
11689
11693
|
key: c.name || c.action,
|
11690
11694
|
clickable: "",
|
11691
|
-
class:
|
11695
|
+
class: B(c.class),
|
11692
11696
|
onClick: (d) => r(c)
|
11693
11697
|
}, {
|
11694
11698
|
default: D(() => [
|
@@ -11706,7 +11710,7 @@ const _r = Oc, b2 = {
|
|
11706
11710
|
], 2);
|
11707
11711
|
};
|
11708
11712
|
}
|
11709
|
-
},
|
11713
|
+
}, HT = {
|
11710
11714
|
__name: "InteractiveTooltip",
|
11711
11715
|
props: { tooltip: { type: String, default: "" } },
|
11712
11716
|
setup(t) {
|
@@ -11746,7 +11750,7 @@ const _r = Oc, b2 = {
|
|
11746
11750
|
"transition-duration": 200
|
11747
11751
|
}, {
|
11748
11752
|
default: D(() => [
|
11749
|
-
|
11753
|
+
z(d.$slots, "default", {}, () => [
|
11750
11754
|
H(P(t.tooltip), 1)
|
11751
11755
|
])
|
11752
11756
|
]),
|
@@ -11754,7 +11758,7 @@ const _r = Oc, b2 = {
|
|
11754
11758
|
}, 8, ["modelValue"]);
|
11755
11759
|
};
|
11756
11760
|
}
|
11757
|
-
}, E2 = { class: "flex items-center w-full" }, C2 = { class: "flex-grow text-sm" },
|
11761
|
+
}, E2 = { class: "flex items-center w-full" }, C2 = { class: "flex-grow text-sm" }, WT = {
|
11758
11762
|
__name: "BadgeTab",
|
11759
11763
|
props: {
|
11760
11764
|
name: {
|
@@ -11792,7 +11796,7 @@ const _r = Oc, b2 = {
|
|
11792
11796
|
}, 8, ["name"]);
|
11793
11797
|
};
|
11794
11798
|
}
|
11795
|
-
}, I2 = { class: "flex items-center w-full" }, k2 = { class: "flex-grow text-sm" },
|
11799
|
+
}, I2 = { class: "flex items-center w-full" }, k2 = { class: "flex-grow text-sm" }, qT = {
|
11796
11800
|
__name: "IndicatorTab",
|
11797
11801
|
props: {
|
11798
11802
|
name: {
|
@@ -11821,7 +11825,7 @@ const _r = Oc, b2 = {
|
|
11821
11825
|
O("div", null, [
|
11822
11826
|
t.overdue ? (h(), E(x(fv), {
|
11823
11827
|
key: 0,
|
11824
|
-
class:
|
11828
|
+
class: B(["w-5 ml-2", t.isActive ? "text-white" : "text-red-danger"])
|
11825
11829
|
}, null, 8, ["class"])) : t.warning ? (h(), E(x(E_), {
|
11826
11830
|
key: 1,
|
11827
11831
|
class: "text-yellow-warning w-5"
|
@@ -11848,12 +11852,12 @@ const _r = Oc, b2 = {
|
|
11848
11852
|
class: "relative"
|
11849
11853
|
}, {
|
11850
11854
|
default: D(() => [
|
11851
|
-
|
11855
|
+
z(e.$slots, "default")
|
11852
11856
|
]),
|
11853
11857
|
_: 3
|
11854
11858
|
}, 8, ["name"]));
|
11855
11859
|
}
|
11856
|
-
},
|
11860
|
+
}, YT = {
|
11857
11861
|
__name: "SlideTransition",
|
11858
11862
|
props: {
|
11859
11863
|
name: {
|
@@ -11864,7 +11868,7 @@ const _r = Oc, b2 = {
|
|
11864
11868
|
setup(t) {
|
11865
11869
|
return (e, n) => (h(), E(El, { name: t.name }, {
|
11866
11870
|
default: D(() => [
|
11867
|
-
|
11871
|
+
z(e.$slots, "default")
|
11868
11872
|
]),
|
11869
11873
|
_: 3
|
11870
11874
|
}, 8, ["name"]));
|
@@ -13948,12 +13952,12 @@ const Zx = {
|
|
13948
13952
|
onLeave: o
|
13949
13953
|
}, {
|
13950
13954
|
default: D(() => [
|
13951
|
-
|
13955
|
+
z(a.$slots, "default", {}, void 0, !0)
|
13952
13956
|
]),
|
13953
13957
|
_: 3
|
13954
13958
|
}, 512));
|
13955
13959
|
}
|
13956
|
-
},
|
13960
|
+
}, jT = /* @__PURE__ */ It(Zx, [["__scopeId", "data-v-6a1edcb9"]]);
|
13957
13961
|
class Hx extends kc {
|
13958
13962
|
constructor(n = {}) {
|
13959
13963
|
super({
|
@@ -14129,12 +14133,12 @@ const Wx = { class: "flex items-center" }, qx = { key: 0 }, Yx = { class: "flex-
|
|
14129
14133
|
}, null, 8, ["svg"])
|
14130
14134
|
])) : L("", !0),
|
14131
14135
|
O("div", Yx, [
|
14132
|
-
|
14136
|
+
z(s.$slots, "default")
|
14133
14137
|
])
|
14134
14138
|
])
|
14135
14139
|
], 32));
|
14136
14140
|
}
|
14137
|
-
}, Qx = /* @__PURE__ */ O("div", { class: "mb-4 text-sm" }, " Customize columns by visibility, order, or priority (maximum 3 additional). ", -1),
|
14141
|
+
}, Qx = /* @__PURE__ */ O("div", { class: "mb-4 text-sm" }, " Customize columns by visibility, order, or priority (maximum 3 additional). ", -1), QT = {
|
14138
14142
|
__name: "ColumnSettingsDialog",
|
14139
14143
|
props: {
|
14140
14144
|
hiddenColumnNames: {
|
@@ -14189,7 +14193,7 @@ const Wx = { class: "flex items-center" }, qx = { key: 0 }, Yx = { class: "flex-
|
|
14189
14193
|
}, {
|
14190
14194
|
default: D(() => [
|
14191
14195
|
Qx,
|
14192
|
-
(h(!0), _(
|
14196
|
+
(h(!0), _(V, null, Se(t.lockedColumns, (d) => (h(), E(x(tl), {
|
14193
14197
|
key: d.name,
|
14194
14198
|
locked: "",
|
14195
14199
|
visible: "",
|
@@ -14201,11 +14205,11 @@ const Wx = { class: "flex items-center" }, qx = { key: 0 }, Yx = { class: "flex-
|
|
14201
14205
|
"data-drop-zone": "column-list"
|
14202
14206
|
}, {
|
14203
14207
|
default: D(() => [
|
14204
|
-
(h(!0), _(
|
14208
|
+
(h(!0), _(V, null, Se(t.sortableColumns, (d, f) => (h(), E(x(jx), {
|
14205
14209
|
key: d.name,
|
14206
14210
|
"list-items": t.sortableColumns,
|
14207
14211
|
"drop-zone": "column-list",
|
14208
|
-
class:
|
14212
|
+
class: B(["px-2 border border-gray-200 bg-white", { "rounded-b-lg": f === t.sortableColumns.length - 1 }]),
|
14209
14213
|
"show-handle": "",
|
14210
14214
|
"onUpdate:listItems": c[0] || (c[0] = (m) => u.$emit("update:sortable-columns", m))
|
14211
14215
|
}, {
|
@@ -14244,7 +14248,7 @@ const Wx = { class: "flex items-center" }, qx = { key: 0 }, Yx = { class: "flex-
|
|
14244
14248
|
return typeof r == "function" ? r(n) : n;
|
14245
14249
|
}
|
14246
14250
|
return (n, r) => (h(), _("div", null, [
|
14247
|
-
(h(!0), _(
|
14251
|
+
(h(!0), _(V, null, Se(t.columns, (i) => (h(), _("div", {
|
14248
14252
|
key: i.name,
|
14249
14253
|
class: "overflow-hidden overflow-ellipsis text-xs text-gray-base"
|
14250
14254
|
}, P(e(t.row[i.name], i.format)), 1))), 128))
|
@@ -14291,9 +14295,9 @@ const Wx = { class: "flex items-center" }, qx = { key: 0 }, Yx = { class: "flex-
|
|
14291
14295
|
return (d, f) => {
|
14292
14296
|
const m = $("QCheckbox"), g = $("QList"), p = $("QMenu");
|
14293
14297
|
return h(), _("div", Kx, [
|
14294
|
-
(h(!0), _(
|
14298
|
+
(h(!0), _(V, null, Se(s.value, (y) => (h(), _("div", {
|
14295
14299
|
key: y,
|
14296
|
-
class:
|
14300
|
+
class: B(["category-toggle border-gray-200", { "has-visible-columns text-white bg-blue-600": a(y) }])
|
14297
14301
|
}, [
|
14298
14302
|
C(m, {
|
14299
14303
|
"toggle-indeterminate": "",
|
@@ -14304,7 +14308,7 @@ const Wx = { class: "flex items-center" }, qx = { key: 0 }, Yx = { class: "flex-
|
|
14304
14308
|
}, null, 8, ["model-value", "onClick"]),
|
14305
14309
|
O("div", null, P(y), 1),
|
14306
14310
|
C(x(Cv), {
|
14307
|
-
class:
|
14311
|
+
class: B(["ml-2 w-5 transition-all", { "rotate-180": i.value === y }])
|
14308
14312
|
}, null, 8, ["class"]),
|
14309
14313
|
C(p, {
|
14310
14314
|
"onUpdate:modelValue": (b) => i.value = b ? y : ""
|
@@ -14312,7 +14316,7 @@ const Wx = { class: "flex items-center" }, qx = { key: 0 }, Yx = { class: "flex-
|
|
14312
14316
|
default: D(() => [
|
14313
14317
|
C(g, null, {
|
14314
14318
|
default: D(() => [
|
14315
|
-
(h(!0), _(
|
14319
|
+
(h(!0), _(V, null, Se(o(y), (b) => (h(), _("div", {
|
14316
14320
|
key: b,
|
14317
14321
|
class: "flex items-center flex-nowrap px-2 py-3 cursor-pointer",
|
14318
14322
|
onClick: (T) => c(b.name)
|
@@ -14337,7 +14341,7 @@ const Wx = { class: "flex items-center" }, qx = { key: 0 }, Yx = { class: "flex-
|
|
14337
14341
|
]);
|
14338
14342
|
};
|
14339
14343
|
}
|
14340
|
-
},
|
14344
|
+
}, XT = /* @__PURE__ */ It(tb, [["__scopeId", "data-v-a55d8e51"]]), KT = {
|
14341
14345
|
__name: "CollapsableFiltersSidebar",
|
14342
14346
|
props: {
|
14343
14347
|
name: {
|
@@ -14400,11 +14404,11 @@ const Wx = { class: "flex items-center" }, qx = { key: 0 }, Yx = { class: "flex-
|
|
14400
14404
|
return ((i = e.field) == null ? void 0 : i.required_group) || (e.required || (s = e.field) != null && s.required ? "*" : "");
|
14401
14405
|
});
|
14402
14406
|
return (i, s) => (h(), _("span", null, [
|
14403
|
-
|
14407
|
+
z(i.$slots, "default", {}, () => {
|
14404
14408
|
var o;
|
14405
14409
|
return [
|
14406
14410
|
H(P(n.value) + " ", 1),
|
14407
|
-
t.showName ? (h(), _(
|
14411
|
+
t.showName ? (h(), _(V, { key: 0 }, [
|
14408
14412
|
H("(" + P((o = t.field) == null ? void 0 : o.name) + ")", 1)
|
14409
14413
|
], 64)) : L("", !0)
|
14410
14414
|
];
|
@@ -14445,7 +14449,7 @@ const Wx = { class: "flex items-center" }, qx = { key: 0 }, Yx = { class: "flex-
|
|
14445
14449
|
C(x(Jn), {
|
14446
14450
|
field: t.field,
|
14447
14451
|
"show-name": t.showName,
|
14448
|
-
class:
|
14452
|
+
class: B(t.labelClass)
|
14449
14453
|
}, null, 8, ["field", "show-name", "class"])
|
14450
14454
|
]),
|
14451
14455
|
_: 1
|
@@ -14495,7 +14499,7 @@ const Wx = { class: "flex items-center" }, qx = { key: 0 }, Yx = { class: "flex-
|
|
14495
14499
|
const r = $("QInput");
|
14496
14500
|
return h(), _("div", null, [
|
14497
14501
|
O("label", rb, [
|
14498
|
-
|
14502
|
+
z(e.$slots, "label", {}, () => [
|
14499
14503
|
H(P(t.label), 1)
|
14500
14504
|
])
|
14501
14505
|
]),
|
@@ -14522,7 +14526,7 @@ const Wx = { class: "flex items-center" }, qx = { key: 0 }, Yx = { class: "flex-
|
|
14522
14526
|
]);
|
14523
14527
|
};
|
14524
14528
|
}
|
14525
|
-
},
|
14529
|
+
}, JT = {
|
14526
14530
|
__name: "ConfirmPasswordField",
|
14527
14531
|
props: {
|
14528
14532
|
name: {
|
@@ -14592,9 +14596,9 @@ const Wx = { class: "flex items-center" }, qx = { key: 0 }, Yx = { class: "flex-
|
|
14592
14596
|
O("div", ob, [
|
14593
14597
|
C(x(Cc), { class: "w-5 text-blue-600" }),
|
14594
14598
|
O("div", ab, [
|
14595
|
-
s.value ? (h(), _(
|
14599
|
+
s.value ? (h(), _(V, { key: 0 }, [
|
14596
14600
|
H(P(i.value), 1)
|
14597
|
-
], 64)) : (h(), _(
|
14601
|
+
], 64)) : (h(), _(V, { key: 1 }, [
|
14598
14602
|
H(" - - ")
|
14599
14603
|
], 64))
|
14600
14604
|
])
|
@@ -14673,13 +14677,13 @@ const Wx = { class: "flex items-center" }, qx = { key: 0 }, Yx = { class: "flex-
|
|
14673
14677
|
],
|
14674
14678
|
range: "",
|
14675
14679
|
class: "reactive"
|
14676
|
-
}, null, 8, ["modelValue"])) : (h(), _(
|
14680
|
+
}, null, 8, ["modelValue"])) : (h(), _(V, { key: 2 }, [
|
14677
14681
|
O("div", ub, [
|
14678
14682
|
C(x(Cc), { class: "w-5 text-blue-600" }),
|
14679
14683
|
O("div", cb, [
|
14680
|
-
a.value ? (h(), _(
|
14684
|
+
a.value ? (h(), _(V, { key: 0 }, [
|
14681
14685
|
H(P(i.value.from) + " - " + P(i.value.to), 1)
|
14682
|
-
], 64)) : (h(), _(
|
14686
|
+
], 64)) : (h(), _(V, { key: 1 }, [
|
14683
14687
|
H(" - - ")
|
14684
14688
|
], 64))
|
14685
14689
|
])
|
@@ -14786,7 +14790,7 @@ const Wx = { class: "flex items-center" }, qx = { key: 0 }, Yx = { class: "flex-
|
|
14786
14790
|
});
|
14787
14791
|
};
|
14788
14792
|
}
|
14789
|
-
},
|
14793
|
+
}, ew = {
|
14790
14794
|
__name: "DateTimeField",
|
14791
14795
|
props: {
|
14792
14796
|
modelValue: {
|
@@ -14844,7 +14848,7 @@ const Wx = { class: "flex items-center" }, qx = { key: 0 }, Yx = { class: "flex-
|
|
14844
14848
|
]);
|
14845
14849
|
};
|
14846
14850
|
}
|
14847
|
-
},
|
14851
|
+
}, tw = {
|
14848
14852
|
__name: "EditableDiv",
|
14849
14853
|
props: {
|
14850
14854
|
modelValue: {
|
@@ -14870,7 +14874,7 @@ const Wx = { class: "flex items-center" }, qx = { key: 0 }, Yx = { class: "flex-
|
|
14870
14874
|
onInput: o
|
14871
14875
|
}, P(i.value), 33));
|
14872
14876
|
}
|
14873
|
-
}, mb = ["accept", "capture"],
|
14877
|
+
}, mb = ["accept", "capture"], nw = {
|
14874
14878
|
__name: "FileUploadButton",
|
14875
14879
|
props: {
|
14876
14880
|
...Io.props,
|
@@ -14911,7 +14915,7 @@ const Wx = { class: "flex items-center" }, qx = { key: 0 }, Yx = { class: "flex-
|
|
14911
14915
|
onClick: u[0] || (u[0] = (c) => l.$refs.fileUpload.click())
|
14912
14916
|
}), {
|
14913
14917
|
default: D(() => [
|
14914
|
-
|
14918
|
+
z(l.$slots, "default", {}, () => [
|
14915
14919
|
C(x(cv), { class: "w-5 mr-2" }),
|
14916
14920
|
H(" " + P(t.text), 1)
|
14917
14921
|
]),
|
@@ -14930,7 +14934,7 @@ const Wx = { class: "flex items-center" }, qx = { key: 0 }, Yx = { class: "flex-
|
|
14930
14934
|
_: 3
|
14931
14935
|
}, 16));
|
14932
14936
|
}
|
14933
|
-
}, hb = { class: "inline-block" }, pb = { class: "cursor-pointer py-2 hover:bg-blue-light flex items-center justify-end" },
|
14937
|
+
}, hb = { class: "inline-block" }, pb = { class: "cursor-pointer py-2 hover:bg-blue-light flex items-center justify-end" }, rw = {
|
14934
14938
|
__name: "InlineDateTimeField",
|
14935
14939
|
props: {
|
14936
14940
|
modelValue: {
|
@@ -15041,7 +15045,7 @@ const Wx = { class: "flex items-center" }, qx = { key: 0 }, Yx = { class: "flex-
|
|
15041
15045
|
dense: "",
|
15042
15046
|
inputmode: "numeric",
|
15043
15047
|
"input-class": { [t.inputClass]: !0, "text-right bg-white": !t.hidePrependLabel, "text-right !text-xs text-black font-normal": t.hidePrependLabel },
|
15044
|
-
class:
|
15048
|
+
class: B({ "no-prepend-icon w-32": t.hidePrependLabel, "prepend-label": !t.hidePrependLabel }),
|
15045
15049
|
"onUpdate:modelValue": l
|
15046
15050
|
}, {
|
15047
15051
|
prepend: D(() => [
|
@@ -15095,9 +15099,9 @@ const Wx = { class: "flex items-center" }, qx = { key: 0 }, Yx = { class: "flex-
|
|
15095
15099
|
return (e, n) => (h(), _("div", null, [
|
15096
15100
|
O("div", yb, P(t.label), 1),
|
15097
15101
|
O("div", {
|
15098
|
-
class:
|
15102
|
+
class: B({ "mt-2": !t.dense, "mt-1": t.dense, "text-no-wrap": t.nowrap })
|
15099
15103
|
}, [
|
15100
|
-
|
15104
|
+
z(e.$slots, "default", {}, () => [
|
15101
15105
|
H(P(t.value || "-"), 1)
|
15102
15106
|
])
|
15103
15107
|
], 2)
|
@@ -15130,7 +15134,7 @@ const Wx = { class: "flex items-center" }, qx = { key: 0 }, Yx = { class: "flex-
|
|
15130
15134
|
return yn(() => {
|
15131
15135
|
r.modelValue && (a.value = r.modelValue);
|
15132
15136
|
}), i(() => n("update:model-value", a.value)), (c, d) => (h(), _("div", {
|
15133
|
-
class:
|
15137
|
+
class: B(["max-w-full relative overflow-auto", { "p-4 border rounded border-gray-medium": !t.readonly }]),
|
15134
15138
|
onDragover: d[4] || (d[4] = mn(() => {
|
15135
15139
|
}, ["prevent"])),
|
15136
15140
|
onDrop: d[5] || (d[5] = mn((...f) => x(s) && x(s)(...f), ["prevent"]))
|
@@ -15159,9 +15163,9 @@ const Wx = { class: "flex items-center" }, qx = { key: 0 }, Yx = { class: "flex-
|
|
15159
15163
|
}, null, 544)
|
15160
15164
|
])) : L("", !0),
|
15161
15165
|
O("div", xb, [
|
15162
|
-
(h(!0), _(
|
15166
|
+
(h(!0), _(V, null, Se(x(a), (f) => (h(), E(x(vr), {
|
15163
15167
|
key: "file-upload-" + f.id,
|
15164
|
-
class:
|
15168
|
+
class: B(["w-32 m-2 cursor-pointer bg-gray-200", { "border border-dashed border-blue-600": !x(a).length }]),
|
15165
15169
|
image: f,
|
15166
15170
|
"related-files": x(a),
|
15167
15171
|
downloadable: "",
|
@@ -15300,16 +15304,16 @@ const Wx = { class: "flex items-center" }, qx = { key: 0 }, Yx = { class: "flex-
|
|
15300
15304
|
}), {
|
15301
15305
|
append: D(() => [
|
15302
15306
|
C(x(ev), {
|
15303
|
-
class:
|
15307
|
+
class: B(["w-4 transition", o.value ? "rotate-180" : ""])
|
15304
15308
|
}, null, 8, ["class"])
|
15305
15309
|
]),
|
15306
15310
|
selected: D(() => [
|
15307
15311
|
S.$props.multiple ? (h(), _("div", {
|
15308
15312
|
key: 0,
|
15309
|
-
class:
|
15313
|
+
class: B(["flex gap-y-1 overflow-hidden", { "flex-nowrap gap-y-0": t.chipLimit === 1, [t.selectionClass]: !0 }])
|
15310
15314
|
}, [
|
15311
|
-
f.value.length > 0 ? (h(), _(
|
15312
|
-
(h(!0), _(
|
15315
|
+
f.value.length > 0 ? (h(), _(V, { key: 0 }, [
|
15316
|
+
(h(!0), _(V, null, Se(f.value, (A) => (h(), E(k, {
|
15313
15317
|
key: "selected-" + A.label,
|
15314
15318
|
class: "!mr-1"
|
15315
15319
|
}, {
|
@@ -15327,12 +15331,12 @@ const Wx = { class: "flex items-center" }, qx = { key: 0 }, Yx = { class: "flex-
|
|
15327
15331
|
]),
|
15328
15332
|
_: 1
|
15329
15333
|
})) : L("", !0)
|
15330
|
-
], 64)) : (h(), _(
|
15334
|
+
], 64)) : (h(), _(V, { key: 1 }, [
|
15331
15335
|
H(P(t.placeholder), 1)
|
15332
15336
|
], 64))
|
15333
15337
|
], 2)) : (h(), _("div", {
|
15334
15338
|
key: 1,
|
15335
|
-
class:
|
15339
|
+
class: B(t.selectionClass)
|
15336
15340
|
}, P(d.value), 3))
|
15337
15341
|
]),
|
15338
15342
|
_: 1
|
@@ -15396,7 +15400,7 @@ const Wx = { class: "flex items-center" }, qx = { key: 0 }, Yx = { class: "flex-
|
|
15396
15400
|
disable: t.disabled,
|
15397
15401
|
"label-slot": !t.noLabel,
|
15398
15402
|
"input-class": t.inputClass,
|
15399
|
-
class:
|
15403
|
+
class: B(t.parentClass),
|
15400
15404
|
"stack-label": "",
|
15401
15405
|
type: t.type,
|
15402
15406
|
"model-value": t.modelValue,
|
@@ -15409,7 +15413,7 @@ const Wx = { class: "flex items-center" }, qx = { key: 0 }, Yx = { class: "flex-
|
|
15409
15413
|
field: t.field,
|
15410
15414
|
label: t.label,
|
15411
15415
|
"show-name": t.showName,
|
15412
|
-
class:
|
15416
|
+
class: B(t.labelClass)
|
15413
15417
|
}, null, 8, ["field", "label", "show-name", "class"])
|
15414
15418
|
]),
|
15415
15419
|
_: 1
|
@@ -15476,7 +15480,7 @@ const Wx = { class: "flex items-center" }, qx = { key: 0 }, Yx = { class: "flex-
|
|
15476
15480
|
}, null, 8, ["modelValue", "field", "no-label"])
|
15477
15481
|
]));
|
15478
15482
|
}
|
15479
|
-
},
|
15483
|
+
}, iw = {
|
15480
15484
|
__name: "NewPasswordField",
|
15481
15485
|
props: {
|
15482
15486
|
name: {
|
@@ -15576,9 +15580,9 @@ const Wx = { class: "flex items-center" }, qx = { key: 0 }, Yx = { class: "flex-
|
|
15576
15580
|
O("div", Cb, [
|
15577
15581
|
(h(), E(fn(a.value), { class: "w-5 text-blue-600" })),
|
15578
15582
|
O("div", Ib, [
|
15579
|
-
l.value ? (h(), _(
|
15583
|
+
l.value ? (h(), _(V, { key: 0 }, [
|
15580
15584
|
H(P(c(l.value.from || 0)) + " - " + P(c(l.value.to)), 1)
|
15581
|
-
], 64)) : (h(), _(
|
15585
|
+
], 64)) : (h(), _(V, { key: 1 }, [
|
15582
15586
|
H(" No Limit ")
|
15583
15587
|
], 64))
|
15584
15588
|
])
|
@@ -15608,7 +15612,7 @@ const Wx = { class: "flex items-center" }, qx = { key: 0 }, Yx = { class: "flex-
|
|
15608
15612
|
]);
|
15609
15613
|
};
|
15610
15614
|
}
|
15611
|
-
}, kb = ["data-dusk", "onClick"],
|
15615
|
+
}, kb = ["data-dusk", "onClick"], sw = {
|
15612
15616
|
__name: "SelectDrawer",
|
15613
15617
|
props: {
|
15614
15618
|
modelValue: {
|
@@ -15664,7 +15668,7 @@ const Wx = { class: "flex items-center" }, qx = { key: 0 }, Yx = { class: "flex-
|
|
15664
15668
|
title: "Filter " + t.label
|
15665
15669
|
}, {
|
15666
15670
|
default: D(() => [
|
15667
|
-
(h(!0), _(
|
15671
|
+
(h(!0), _(V, null, Se(s.value, (g) => (h(), _("div", {
|
15668
15672
|
key: "select-drawer-" + g.value,
|
15669
15673
|
"data-dusk": "drawer-opt-" + g.value,
|
15670
15674
|
class: "cursor-pointer hover:bg-gray-light px-8 py-3 flex items-center border-b border-gray-light",
|
@@ -15674,7 +15678,7 @@ const Wx = { class: "flex items-center" }, qx = { key: 0 }, Yx = { class: "flex-
|
|
15674
15678
|
"model-value": l(g),
|
15675
15679
|
class: "mr-2"
|
15676
15680
|
}, null, 8, ["model-value"]),
|
15677
|
-
|
15681
|
+
z(c.$slots, "option", { opt: g }, () => [
|
15678
15682
|
H(P(g.label), 1)
|
15679
15683
|
])
|
15680
15684
|
], 8, kb))), 128))
|
@@ -15689,20 +15693,20 @@ const Wx = { class: "flex items-center" }, qx = { key: 0 }, Yx = { class: "flex-
|
|
15689
15693
|
onClick: d[1] || (d[1] = (g) => i.value = !0)
|
15690
15694
|
}, {
|
15691
15695
|
default: D(() => [
|
15692
|
-
|
15693
|
-
|
15696
|
+
z(c.$slots, "selected", {}, () => [
|
15697
|
+
z(c.$slots, "label", {}, () => [
|
15694
15698
|
H(P(t.label) + ": ", 1)
|
15695
15699
|
]),
|
15696
|
-
t.modelValue && t.modelValue.length > 0 ?
|
15697
|
-
t.multiple ? (h(), _(
|
15700
|
+
t.modelValue && t.modelValue.length > 0 ? z(c.$slots, "selection", { key: 0 }, () => [
|
15701
|
+
t.multiple ? (h(), _(V, { key: 0 }, [
|
15698
15702
|
H(P(a(t.modelValue[0])) + " ", 1),
|
15699
|
-
t.modelValue.length > 1 ? (h(), _(
|
15703
|
+
t.modelValue.length > 1 ? (h(), _(V, { key: 0 }, [
|
15700
15704
|
H("+ " + P(t.modelValue.length - 1), 1)
|
15701
15705
|
], 64)) : L("", !0)
|
15702
|
-
], 64)) : (h(), _(
|
15706
|
+
], 64)) : (h(), _(V, { key: 1 }, [
|
15703
15707
|
H(P(a(t.modelValue)), 1)
|
15704
15708
|
], 64))
|
15705
|
-
]) :
|
15709
|
+
]) : z(c.$slots, "placeholder", { key: 1 }, () => [
|
15706
15710
|
H(P(t.placeholder), 1)
|
15707
15711
|
])
|
15708
15712
|
])
|
@@ -15769,7 +15773,7 @@ const Wx = { class: "flex items-center" }, qx = { key: 0 }, Yx = { class: "flex-
|
|
15769
15773
|
loading: t.loading
|
15770
15774
|
}, null, 8, ["modelValue", "options", "label", "placeholder", "option-value", "loading"]),
|
15771
15775
|
s.value ? (h(), _("div", Ob, [
|
15772
|
-
(h(!0), _(
|
15776
|
+
(h(!0), _(V, null, Se(s.value.children, (f) => (h(), E(d, {
|
15773
15777
|
key: f.id,
|
15774
15778
|
"model-value": o.value.includes(f.id),
|
15775
15779
|
field: f,
|
@@ -15813,7 +15817,7 @@ const Wx = { class: "flex items-center" }, qx = { key: 0 }, Yx = { class: "flex-
|
|
15813
15817
|
return i(() => n("update:model-value", a.value)), yn(() => {
|
15814
15818
|
r.modelValue && (a.value = r.modelValue);
|
15815
15819
|
}), (u, c) => (h(), _("div", {
|
15816
|
-
class:
|
15820
|
+
class: B(["max-w-full relative overflow-auto", { "p-4 border rounded border-gray-medium text-center": !t.readonly }]),
|
15817
15821
|
onDragover: c[4] || (c[4] = mn(() => {
|
15818
15822
|
}, ["prevent"])),
|
15819
15823
|
onDrop: c[5] || (c[5] = mn((...d) => x(s) && x(s)(...d), ["prevent"]))
|
@@ -15842,7 +15846,7 @@ const Wx = { class: "flex items-center" }, qx = { key: 0 }, Yx = { class: "flex-
|
|
15842
15846
|
])) : L("", !0),
|
15843
15847
|
!t.readonly || x(a) ? (h(), E(x(vr), {
|
15844
15848
|
key: 1,
|
15845
|
-
class:
|
15849
|
+
class: B(["w-32 cursor-pointer mt-2", { "border border-dashed border-blue-600": !x(a), "mx-auto": !t.readonly }]),
|
15846
15850
|
image: x(a),
|
15847
15851
|
downloadable: "",
|
15848
15852
|
onClick: c[3] || (c[3] = (d) => !t.disable && u.$refs.file.click())
|
@@ -16146,7 +16150,7 @@ const Xb = "YOUR_API_KEY", Kb = ["innerHTML"], Jb = {
|
|
16146
16150
|
return (s, o) => {
|
16147
16151
|
var a;
|
16148
16152
|
return h(), _("div", null, [
|
16149
|
-
t.field.type === "multi-select" ? (h(), _(
|
16153
|
+
t.field.type === "multi-select" ? (h(), _(V, { key: 0 }, [
|
16150
16154
|
((a = t.field.options) == null ? void 0 : a.length) > 0 || t.loading ? (h(), E(x(pi), {
|
16151
16155
|
key: 0,
|
16152
16156
|
"model-value": t.modelValue,
|
@@ -16227,7 +16231,7 @@ const Xb = "YOUR_API_KEY", Kb = ["innerHTML"], Jb = {
|
|
16227
16231
|
label: t.field.label,
|
16228
16232
|
placeholder: t.field.placeholder,
|
16229
16233
|
"onUpdate:modelValue": i
|
16230
|
-
}, null, 8, ["model-value", "options", "loading", "label", "placeholder"])) : (h(), _(
|
16234
|
+
}, null, 8, ["model-value", "options", "loading", "label", "placeholder"])) : (h(), _(V, { key: 10 }, [
|
16231
16235
|
H(' Field "' + P(t.field.name) + '": Unknown filter type ' + P(t.field.type), 1)
|
16232
16236
|
], 64))
|
16233
16237
|
]);
|
@@ -16255,12 +16259,12 @@ const Xb = "YOUR_API_KEY", Kb = ["innerHTML"], Jb = {
|
|
16255
16259
|
C(r, {
|
16256
16260
|
label: t.count,
|
16257
16261
|
rounded: "",
|
16258
|
-
class:
|
16262
|
+
class: B(["ml-2 transition-all", { "bg-gray-base": !t.count, "bg-blue-600": t.count }])
|
16259
16263
|
}, null, 8, ["label", "class"])
|
16260
16264
|
])
|
16261
16265
|
]),
|
16262
16266
|
default: D(() => [
|
16263
|
-
|
16267
|
+
z(e.$slots, "default")
|
16264
16268
|
]),
|
16265
16269
|
_: 3
|
16266
16270
|
});
|
@@ -16296,10 +16300,10 @@ const Xb = "YOUR_API_KEY", Kb = ["innerHTML"], Jb = {
|
|
16296
16300
|
return h(), E(u, null, {
|
16297
16301
|
default: D(() => [
|
16298
16302
|
O("div", oS, [
|
16299
|
-
(h(!0), _(
|
16303
|
+
(h(!0), _(V, null, Se(t.filterFields, (c, d) => (h(), _(V, {
|
16300
16304
|
key: "group-" + c.name
|
16301
16305
|
}, [
|
16302
|
-
c.flat ? (h(!0), _(
|
16306
|
+
c.flat ? (h(!0), _(V, { key: 0 }, Se(c.fields, (f) => (h(), E(x(Sl), {
|
16303
16307
|
key: "field-" + f.name,
|
16304
16308
|
"model-value": f.calcValue ? f.calcValue(t.filter) : t.filter[f.name],
|
16305
16309
|
field: f,
|
@@ -16312,7 +16316,7 @@ const Xb = "YOUR_API_KEY", Kb = ["innerHTML"], Jb = {
|
|
16312
16316
|
count: i.value[c.name]
|
16313
16317
|
}, {
|
16314
16318
|
default: D(() => [
|
16315
|
-
(h(!0), _(
|
16319
|
+
(h(!0), _(V, null, Se(c.fields, (f) => (h(), E(x(Sl), {
|
16316
16320
|
key: "field-" + f.name,
|
16317
16321
|
"model-value": f.calcValue ? f.calcValue(t.filter) : t.filter[f.name],
|
16318
16322
|
field: f,
|
@@ -16349,11 +16353,11 @@ const Xb = "YOUR_API_KEY", Kb = ["innerHTML"], Jb = {
|
|
16349
16353
|
return (r, i) => {
|
16350
16354
|
const s = $("QBadge"), o = $("QBtn");
|
16351
16355
|
return h(), _("div", {
|
16352
|
-
class:
|
16356
|
+
class: B(["flex items-center transition-all", { "w-72": t.showFilters, "w-[6.5rem]": !t.showFilters }])
|
16353
16357
|
}, [
|
16354
16358
|
O("div", lS, [
|
16355
16359
|
C(o, {
|
16356
|
-
class:
|
16360
|
+
class: B(["btn-blue-highlight", { highlighted: t.showFilters }]),
|
16357
16361
|
onClick: i[0] || (i[0] = (a) => r.$emit("update:show-filters", !t.showFilters))
|
16358
16362
|
}, {
|
16359
16363
|
default: D(() => [
|
@@ -16378,7 +16382,7 @@ const Xb = "YOUR_API_KEY", Kb = ["innerHTML"], Jb = {
|
|
16378
16382
|
}, cS = { class: "w-full flex justify-end items-center flex-nowrap border-b" }, dS = { class: "flex-grow" }, fS = {
|
16379
16383
|
key: 0,
|
16380
16384
|
class: "flex justify-end items-stretch flex-nowrap p-4"
|
16381
|
-
},
|
16385
|
+
}, ow = {
|
16382
16386
|
__name: "FilterToolbarLayout",
|
16383
16387
|
props: {
|
16384
16388
|
filter: {
|
@@ -16398,7 +16402,7 @@ const Xb = "YOUR_API_KEY", Kb = ["innerHTML"], Jb = {
|
|
16398
16402
|
"onUpdate:filter": n[1] || (n[1] = (r) => e.$emit("update:filter", r))
|
16399
16403
|
}, null, 8, ["show-filters", "filter"]),
|
16400
16404
|
O("div", dS, [
|
16401
|
-
|
16405
|
+
z(e.$slots, "default")
|
16402
16406
|
]),
|
16403
16407
|
e.$slots["right-side"] ? (h(), _("div", fS, [
|
16404
16408
|
e.$slots.default ? (h(), E(x(ef), {
|
@@ -16406,11 +16410,11 @@ const Xb = "YOUR_API_KEY", Kb = ["innerHTML"], Jb = {
|
|
16406
16410
|
vertical: "",
|
16407
16411
|
class: "mx-4 h-10 self-center"
|
16408
16412
|
})) : L("", !0),
|
16409
|
-
|
16413
|
+
z(e.$slots, "right-side")
|
16410
16414
|
])) : L("", !0)
|
16411
16415
|
]));
|
16412
16416
|
}
|
16413
|
-
}, mS = { class: "rendered-form" },
|
16417
|
+
}, mS = { class: "rendered-form" }, aw = {
|
16414
16418
|
__name: "RenderedForm",
|
16415
16419
|
props: {
|
16416
16420
|
values: {
|
@@ -16448,9 +16452,9 @@ const Xb = "YOUR_API_KEY", Kb = ["innerHTML"], Jb = {
|
|
16448
16452
|
n("update:values", { ...o, [l]: u });
|
16449
16453
|
}
|
16450
16454
|
return (l, u) => (h(), _("div", mS, [
|
16451
|
-
(h(!0), _(
|
16455
|
+
(h(!0), _(V, null, Se(x(s), (c, d) => (h(), _("div", {
|
16452
16456
|
key: c.id,
|
16453
|
-
class:
|
16457
|
+
class: B({ "mt-4": d > 0 })
|
16454
16458
|
}, [
|
16455
16459
|
(h(), E(fn(c.component), {
|
16456
16460
|
modelValue: o[c.name],
|
@@ -16468,15 +16472,15 @@ const Xb = "YOUR_API_KEY", Kb = ["innerHTML"], Jb = {
|
|
16468
16472
|
}, hS = {}, pS = { class: "flex flex-grow flex-col flex-nowrap overflow-hidden h-full bg-white" }, gS = { class: "flex flex-nowrap flex-grow overflow-hidden w-full" };
|
16469
16473
|
function yS(t, e) {
|
16470
16474
|
return h(), _("div", pS, [
|
16471
|
-
|
16472
|
-
|
16475
|
+
z(t.$slots, "top"),
|
16476
|
+
z(t.$slots, "toolbar"),
|
16473
16477
|
O("div", gS, [
|
16474
|
-
|
16475
|
-
|
16478
|
+
z(t.$slots, "filters"),
|
16479
|
+
z(t.$slots, "default")
|
16476
16480
|
])
|
16477
16481
|
]);
|
16478
16482
|
}
|
16479
|
-
const
|
16483
|
+
const lw = /* @__PURE__ */ It(hS, [["render", yS]]);
|
16480
16484
|
function vS(t) {
|
16481
16485
|
yn(() => {
|
16482
16486
|
const e = t.value.$el.getElementsByClassName("q-table__middle")[0];
|
@@ -16508,7 +16512,7 @@ function xS(t, e = null) {
|
|
16508
16512
|
}
|
16509
16513
|
return n;
|
16510
16514
|
}
|
16511
|
-
function
|
16515
|
+
function uw(t, {
|
16512
16516
|
listRoute: e,
|
16513
16517
|
summaryRoute: n = null,
|
16514
16518
|
filterFieldOptionsRoute: r = null,
|
@@ -16667,7 +16671,7 @@ function cw(t, {
|
|
16667
16671
|
setItemInPagedList: ye
|
16668
16672
|
};
|
16669
16673
|
}
|
16670
|
-
function
|
16674
|
+
function cw(t, e) {
|
16671
16675
|
const n = `${t}-column-order`, r = `${t}-visible-columns`, i = `${t}-title-columns`, s = U(on(n) || []), o = U(on(r, [])), a = U(on(i, [])), l = R(() => u.value.slice(0, 1)), u = R(() => [...e].sort((m, g) => {
|
16672
16676
|
const p = s.value.indexOf(m.name), y = s.value.indexOf(g.name);
|
16673
16677
|
return p === -1 ? 1 : y === -1 ? -1 : p - y;
|
@@ -16726,10 +16730,10 @@ const bS = {
|
|
16726
16730
|
onActionItem: s
|
16727
16731
|
}, null, 8, ["items", "disabled", "tooltip", "loading", "loading-component"]));
|
16728
16732
|
}
|
16729
|
-
}, SS = { class: "flex-grow" }, TS = {
|
16733
|
+
}, SS = { class: "flex-grow" }, TS = {
|
16730
16734
|
key: 0,
|
16731
16735
|
class: "flex flex-shrink-0 pl-2"
|
16732
|
-
},
|
16736
|
+
}, wS = {
|
16733
16737
|
__name: "ActionTableColumn",
|
16734
16738
|
props: {
|
16735
16739
|
rowProps: {
|
@@ -16747,6 +16751,7 @@ const bS = {
|
|
16747
16751
|
const l = ((u = e.settings) == null ? void 0 : u.width) || r.value.width;
|
16748
16752
|
return l ? { width: `${l}px` } : null;
|
16749
16753
|
}), a = R(() => ({
|
16754
|
+
[r.value.class || ""]: !0,
|
16750
16755
|
"is-saving": s.value,
|
16751
16756
|
"justify-end": r.value.align === "right",
|
16752
16757
|
"justify-center": r.value.align === "center",
|
@@ -16762,34 +16767,38 @@ const bS = {
|
|
16762
16767
|
style: is(o.value)
|
16763
16768
|
}, [
|
16764
16769
|
O("div", {
|
16765
|
-
class:
|
16770
|
+
class: B(["flex items-center flex-nowrap", a.value])
|
16766
16771
|
}, [
|
16767
16772
|
O("div", SS, [
|
16768
16773
|
r.value.onClick ? (h(), _("a", {
|
16769
16774
|
key: 0,
|
16770
|
-
onClick: u[0] || (u[0] = (c) => r.value.onClick(n.value))
|
16775
|
+
onClick: u[0] || (u[0] = (c) => r.value.onClick(n.value)),
|
16776
|
+
class: B(r.value.innerClass)
|
16771
16777
|
}, [
|
16772
16778
|
r.value.vnode ? (h(), E(x(_r), {
|
16773
16779
|
key: 0,
|
16774
16780
|
vnode: r.value.vnode(n.value)
|
16775
|
-
}, null, 8, ["vnode"])) :
|
16781
|
+
}, null, 8, ["vnode"])) : z(l.$slots, "default", { key: 1 }, () => [
|
16776
16782
|
H(P(i.value), 1)
|
16777
16783
|
])
|
16778
|
-
])) : (h(), _("div",
|
16784
|
+
], 2)) : (h(), _("div", {
|
16785
|
+
key: 1,
|
16786
|
+
class: B(r.value.innerClass)
|
16787
|
+
}, [
|
16779
16788
|
r.value.vnode ? (h(), E(x(_r), {
|
16780
16789
|
key: 0,
|
16781
16790
|
vnode: r.value.vnode(n.value)
|
16782
|
-
}, null, 8, ["vnode"])) :
|
16791
|
+
}, null, 8, ["vnode"])) : z(l.$slots, "default", { key: 1 }, () => [
|
16783
16792
|
H(P(i.value), 1)
|
16784
16793
|
])
|
16785
|
-
])),
|
16794
|
+
], 2)),
|
16786
16795
|
r.value.titleColumns ? (h(), E(x(Xx), {
|
16787
16796
|
key: 2,
|
16788
16797
|
row: n.value,
|
16789
16798
|
columns: r.value.titleColumns()
|
16790
16799
|
}, null, 8, ["row", "columns"])) : L("", !0)
|
16791
16800
|
]),
|
16792
|
-
r.value.actionMenu ? (h(), _("div",
|
16801
|
+
r.value.actionMenu ? (h(), _("div", TS, [
|
16793
16802
|
C(x(bS), {
|
16794
16803
|
actions: r.value.actionMenu,
|
16795
16804
|
target: n.value,
|
@@ -16802,7 +16811,7 @@ const bS = {
|
|
16802
16811
|
_: 3
|
16803
16812
|
}, 8, ["props", "style"]));
|
16804
16813
|
}
|
16805
|
-
},
|
16814
|
+
}, ES = { class: "flex items-center justify-center text-sm py-14 w-full" }, CS = { key: 0 }, IS = { key: 1 }, kS = {
|
16806
16815
|
__name: "EmptyTableState",
|
16807
16816
|
props: {
|
16808
16817
|
loading: Boolean,
|
@@ -16821,28 +16830,28 @@ const bS = {
|
|
16821
16830
|
}
|
16822
16831
|
},
|
16823
16832
|
setup(t) {
|
16824
|
-
return (e, n) => (h(), _("div",
|
16825
|
-
t.loading ? (h(), _("div",
|
16826
|
-
|
16833
|
+
return (e, n) => (h(), _("div", ES, [
|
16834
|
+
t.loading ? (h(), _("div", CS, [
|
16835
|
+
z(e.$slots, "loading", {}, () => [
|
16827
16836
|
H(P(t.loadingText) + " ", 1),
|
16828
16837
|
C(x(Fo), { class: "w-4 ml-2" })
|
16829
16838
|
])
|
16830
16839
|
])) : L("", !0),
|
16831
|
-
t.saving ? (h(), _("div",
|
16832
|
-
|
16840
|
+
t.saving ? (h(), _("div", IS, [
|
16841
|
+
z(e.$slots, "saving", {}, () => [
|
16833
16842
|
H(P(t.savingText) + " ", 1),
|
16834
16843
|
C(x(Fo), { class: "w-4 ml-2" })
|
16835
16844
|
])
|
16836
16845
|
])) : L("", !0),
|
16837
|
-
|
16846
|
+
z(e.$slots, "default", {}, () => [
|
16838
16847
|
H(P(t.text), 1)
|
16839
16848
|
])
|
16840
16849
|
]));
|
16841
16850
|
}
|
16842
|
-
},
|
16851
|
+
}, FS = { class: "flex flex-nowrap items-center" }, OS = {
|
16843
16852
|
key: 0,
|
16844
16853
|
class: "flex items-center"
|
16845
|
-
},
|
16854
|
+
}, AS = { key: 1 }, DS = {
|
16846
16855
|
__name: "TableSummaryRow",
|
16847
16856
|
props: {
|
16848
16857
|
loading: Boolean,
|
@@ -16883,22 +16892,22 @@ const bS = {
|
|
16883
16892
|
return s === void 0 ? "" : i.format ? i.format(s) : s;
|
16884
16893
|
}
|
16885
16894
|
return (i, s) => (h(), E(x(tf), {
|
16886
|
-
class:
|
16895
|
+
class: B(["sticky-column-1 transition-all sticky-row", { "!bg-neutral-plus-7": !t.selectedCount, "!bg-blue-600 text-white selected": t.selectedCount, "opacity-50": t.loading }])
|
16887
16896
|
}, {
|
16888
16897
|
default: D(() => [
|
16889
16898
|
C(x(ss), {
|
16890
16899
|
colspan: t.stickyColspan,
|
16891
|
-
class:
|
16900
|
+
class: B(["font-bold transition-all", { "!bg-neutral-plus-7 !pl-5": !t.selectedCount, "!bg-blue-600 text-white !pl-4": t.selectedCount }])
|
16892
16901
|
}, {
|
16893
16902
|
default: D(() => [
|
16894
|
-
O("div",
|
16895
|
-
t.selectedCount ? (h(), _("div",
|
16903
|
+
O("div", FS, [
|
16904
|
+
t.selectedCount ? (h(), _("div", OS, [
|
16896
16905
|
C(x(yv), {
|
16897
16906
|
class: "w-6 mr-3",
|
16898
16907
|
onClick: s[0] || (s[0] = (o) => i.$emit("clear"))
|
16899
16908
|
}),
|
16900
16909
|
H(" " + P(x(zn)(t.selectedCount)) + " " + P(t.selectedLabel), 1)
|
16901
|
-
])) : t.itemCount ? (h(), _("div",
|
16910
|
+
])) : t.itemCount ? (h(), _("div", AS, P(x(zn)(t.itemCount)) + " " + P(t.label), 1)) : L("", !0),
|
16902
16911
|
t.loading ? (h(), E(x(Il), {
|
16903
16912
|
key: 2,
|
16904
16913
|
class: "ml-3",
|
@@ -16908,12 +16917,12 @@ const bS = {
|
|
16908
16917
|
]),
|
16909
16918
|
_: 1
|
16910
16919
|
}, 8, ["colspan", "class"]),
|
16911
|
-
(h(!0), _(
|
16920
|
+
(h(!0), _(V, null, Se(n.value, (o) => (h(), E(x(ss), {
|
16912
16921
|
key: o.name,
|
16913
16922
|
align: o.align || "left"
|
16914
16923
|
}, {
|
16915
16924
|
default: D(() => [
|
16916
|
-
t.summary ? (h(), _(
|
16925
|
+
t.summary ? (h(), _(V, { key: 0 }, [
|
16917
16926
|
H(P(r(o)), 1)
|
16918
16927
|
], 64)) : L("", !0)
|
16919
16928
|
]),
|
@@ -16923,7 +16932,7 @@ const bS = {
|
|
16923
16932
|
_: 1
|
16924
16933
|
}, 8, ["class"]));
|
16925
16934
|
}
|
16926
|
-
},
|
16935
|
+
}, PS = { class: "overflow-hidden w-full" }, NS = {
|
16927
16936
|
__name: "ActionTable",
|
16928
16937
|
props: {
|
16929
16938
|
name: {
|
@@ -16976,7 +16985,7 @@ const bS = {
|
|
16976
16985
|
}
|
16977
16986
|
return (o, a) => {
|
16978
16987
|
var l;
|
16979
|
-
return h(), _("div",
|
16988
|
+
return h(), _("div", PS, [
|
16980
16989
|
C(x(b2)),
|
16981
16990
|
C(x(nf), {
|
16982
16991
|
ref_key: "actionTable",
|
@@ -16997,8 +17006,8 @@ const bS = {
|
|
16997
17006
|
onRequest: a[2] || (a[2] = (u) => o.$emit("update:quasar-pagination", { ...u.pagination, __sort: x(_S)(u.pagination, t.columns) }))
|
16998
17007
|
}, {
|
16999
17008
|
"no-data": D(() => [
|
17000
|
-
|
17001
|
-
C(
|
17009
|
+
z(o.$slots, "empty", {}, () => [
|
17010
|
+
C(kS, {
|
17002
17011
|
text: `There are no ${t.label.toLowerCase()} matching the applied filter`
|
17003
17012
|
}, null, 8, ["text"])
|
17004
17013
|
], !0)
|
@@ -17006,7 +17015,7 @@ const bS = {
|
|
17006
17015
|
"top-row": D(() => {
|
17007
17016
|
var u;
|
17008
17017
|
return [
|
17009
|
-
C(
|
17018
|
+
C(DS, {
|
17010
17019
|
label: t.label,
|
17011
17020
|
"item-count": ((u = t.summary) == null ? void 0 : u.count) || 0,
|
17012
17021
|
"selected-count": t.selectedRows.length,
|
@@ -17041,13 +17050,13 @@ const bS = {
|
|
17041
17050
|
}, 1032, ["props", "data-drop-zone"]))
|
17042
17051
|
]),
|
17043
17052
|
"body-cell": D((u) => [
|
17044
|
-
(h(), E(
|
17053
|
+
(h(), E(wS, {
|
17045
17054
|
key: u.key,
|
17046
17055
|
"row-props": u,
|
17047
17056
|
settings: i.value[u.col.name]
|
17048
17057
|
}, {
|
17049
17058
|
default: D(() => [
|
17050
|
-
|
17059
|
+
z(o.$slots, "default", {
|
17051
17060
|
columnName: u.col.name,
|
17052
17061
|
row: u.row,
|
17053
17062
|
value: u.value
|
@@ -17061,7 +17070,7 @@ const bS = {
|
|
17061
17070
|
]);
|
17062
17071
|
};
|
17063
17072
|
}
|
17064
|
-
},
|
17073
|
+
}, dw = /* @__PURE__ */ It(NS, [["__scopeId", "data-v-c99a35fa"]]), MS = { class: "flex space-x-2" }, LS = ["innerHTML"], Tl = {
|
17065
17074
|
__name: "AuditHistoryItemValue",
|
17066
17075
|
props: {
|
17067
17076
|
type: {
|
@@ -17092,24 +17101,24 @@ const bS = {
|
|
17092
17101
|
}
|
17093
17102
|
return r;
|
17094
17103
|
}
|
17095
|
-
return (r, i) => (h(), _("div",
|
17104
|
+
return (r, i) => (h(), _("div", MS, [
|
17096
17105
|
t.type === "SINGLE_FILE" ? (h(), E(x(vr), {
|
17097
17106
|
key: 0,
|
17098
17107
|
image: t.value,
|
17099
17108
|
class: "w-24"
|
17100
|
-
}, null, 8, ["image"])) : t.type === "MULTI_FILE" ? (h(!0), _(
|
17109
|
+
}, null, 8, ["image"])) : t.type === "MULTI_FILE" ? (h(!0), _(V, { key: 1 }, Se(t.value, (s) => (h(), E(x(vr), {
|
17101
17110
|
key: "file-" + s.id,
|
17102
17111
|
image: s,
|
17103
17112
|
class: "w-24 mb-2"
|
17104
17113
|
}, null, 8, ["image"]))), 128)) : t.type === "WYSIWYG" ? (h(), _("div", {
|
17105
17114
|
key: 2,
|
17106
17115
|
innerHTML: t.value
|
17107
|
-
}, null, 8,
|
17116
|
+
}, null, 8, LS)) : (h(), _(V, { key: 3 }, [
|
17108
17117
|
H(P(n(t.value)), 1)
|
17109
17118
|
], 64))
|
17110
17119
|
]));
|
17111
17120
|
}
|
17112
|
-
},
|
17121
|
+
}, $S = { class: "text-gray-shadow flex items-stretch flex-nowrap p-4" }, US = { class: "flex-grow text-sm w-3/5 overflow-auto" }, RS = { class: "flex flex-nowrap items-center mt-4" }, BS = { class: "bg-red-light line-through p-2" }, zS = { class: "bg-green-plus-4 ml-2.5 p-2" }, VS = { class: "ml-4 text-sm w-2/5" }, GS = ["href"], fw = {
|
17113
17122
|
__name: "AuditHistoryItem",
|
17114
17123
|
props: {
|
17115
17124
|
item: {
|
@@ -17127,17 +17136,17 @@ const bS = {
|
|
17127
17136
|
},
|
17128
17137
|
setup(t) {
|
17129
17138
|
const e = t, n = R(() => e.novaUrl + `/resources/audit-requests/${e.item.audit_request_id}`);
|
17130
|
-
return (r, i) => (h(), _("div",
|
17131
|
-
O("div",
|
17139
|
+
return (r, i) => (h(), _("div", $S, [
|
17140
|
+
O("div", US, [
|
17132
17141
|
O("h5", null, P(t.change.label) + " (" + P(t.change.name) + ")", 1),
|
17133
|
-
O("div",
|
17134
|
-
O("div",
|
17142
|
+
O("div", RS, [
|
17143
|
+
O("div", BS, [
|
17135
17144
|
C(x(Tl), {
|
17136
17145
|
type: t.change.type,
|
17137
17146
|
value: t.change.oldValue
|
17138
17147
|
}, null, 8, ["type", "value"])
|
17139
17148
|
]),
|
17140
|
-
O("div",
|
17149
|
+
O("div", zS, [
|
17141
17150
|
C(x(Tl), {
|
17142
17151
|
type: t.change.type,
|
17143
17152
|
value: t.change.newValue
|
@@ -17145,8 +17154,8 @@ const bS = {
|
|
17145
17154
|
])
|
17146
17155
|
])
|
17147
17156
|
]),
|
17148
|
-
O("div",
|
17149
|
-
t.item.user ? (h(), _(
|
17157
|
+
O("div", VS, [
|
17158
|
+
t.item.user ? (h(), _(V, { key: 0 }, [
|
17150
17159
|
O("div", null, P(t.item.user.name), 1),
|
17151
17160
|
O("div", null, P(t.item.user.email), 1)
|
17152
17161
|
], 64)) : L("", !0),
|
@@ -17156,14 +17165,14 @@ const bS = {
|
|
17156
17165
|
key: 0,
|
17157
17166
|
href: n.value,
|
17158
17167
|
target: "_blank"
|
17159
|
-
}, P(x(gr)(t.item.timestamp)), 9,
|
17168
|
+
}, P(x(gr)(t.item.timestamp)), 9, GS)) : (h(), _(V, { key: 1 }, [
|
17160
17169
|
H(P(x(gr)(t.item.timestamp)), 1)
|
17161
17170
|
], 64))
|
17162
17171
|
])
|
17163
17172
|
])
|
17164
17173
|
]));
|
17165
17174
|
}
|
17166
|
-
},
|
17175
|
+
}, ZS = {
|
17167
17176
|
__name: "PanelsDrawerPanels",
|
17168
17177
|
props: {
|
17169
17178
|
activePanel: {
|
@@ -17183,7 +17192,7 @@ const bS = {
|
|
17183
17192
|
class: "overflow-y-auto bg-neutral-plus-7 h-full transition-all"
|
17184
17193
|
}, {
|
17185
17194
|
default: D(() => [
|
17186
|
-
(h(!0), _(
|
17195
|
+
(h(!0), _(V, null, Se(t.panels, (s) => (h(), E(r, {
|
17187
17196
|
key: s.name,
|
17188
17197
|
name: s.name
|
17189
17198
|
}, {
|
@@ -17200,7 +17209,7 @@ const bS = {
|
|
17200
17209
|
}, 8, ["model-value"]);
|
17201
17210
|
};
|
17202
17211
|
}
|
17203
|
-
},
|
17212
|
+
}, HS = {
|
17204
17213
|
__name: "PanelsDrawerTabs",
|
17205
17214
|
props: {
|
17206
17215
|
modelValue: {
|
@@ -17225,8 +17234,8 @@ const bS = {
|
|
17225
17234
|
"onUpdate:modelValue": n[0] || (n[0] = (i) => e.$emit("update:model-value", i))
|
17226
17235
|
}, {
|
17227
17236
|
default: D(() => [
|
17228
|
-
(h(!0), _(
|
17229
|
-
i.enabled === void 0 || i.enabled ? (h(), _(
|
17237
|
+
(h(!0), _(V, null, Se(t.panels, (i) => (h(), _(V, null, [
|
17238
|
+
i.enabled === void 0 || i.enabled ? (h(), _(V, { key: 0 }, [
|
17230
17239
|
i.tabVnode ? (h(), E(x(_r), {
|
17231
17240
|
key: i.name,
|
17232
17241
|
vnode: i.tabVnode(t.modelValue),
|
@@ -17245,10 +17254,10 @@ const bS = {
|
|
17245
17254
|
}, 8, ["model-value"]);
|
17246
17255
|
};
|
17247
17256
|
}
|
17248
|
-
},
|
17257
|
+
}, WS = /* @__PURE__ */ It(HS, [["__scopeId", "data-v-beaa5548"]]), qS = { class: "flex flex-col flex-nowrap h-full" }, YS = { class: "flex items-center px-6 py-4 border-b" }, jS = { class: "flex-grow" }, QS = { class: "flex-grow overflow-hidden h-full" }, XS = { class: "flex items-stretch flex-nowrap h-full" }, KS = { class: "border-r w-[13.5em] overflow-y-auto" }, JS = {
|
17249
17258
|
key: 0,
|
17250
17259
|
class: "border-l overflow-y-auto"
|
17251
|
-
},
|
17260
|
+
}, mw = {
|
17252
17261
|
__name: "PanelsDrawer",
|
17253
17262
|
props: {
|
17254
17263
|
modelValue: {
|
@@ -17278,10 +17287,10 @@ const bS = {
|
|
17278
17287
|
"onUpdate:show": i[3] || (i[3] = (o) => r.$emit("close"))
|
17279
17288
|
}, {
|
17280
17289
|
default: D(() => [
|
17281
|
-
O("div",
|
17282
|
-
O("div",
|
17283
|
-
O("div",
|
17284
|
-
|
17290
|
+
O("div", qS, [
|
17291
|
+
O("div", YS, [
|
17292
|
+
O("div", jS, [
|
17293
|
+
z(r.$slots, "header")
|
17285
17294
|
]),
|
17286
17295
|
O("div", null, [
|
17287
17296
|
C(s, {
|
@@ -17294,10 +17303,10 @@ const bS = {
|
|
17294
17303
|
})
|
17295
17304
|
])
|
17296
17305
|
]),
|
17297
|
-
O("div",
|
17298
|
-
O("div",
|
17299
|
-
O("div",
|
17300
|
-
C(x(
|
17306
|
+
O("div", QS, [
|
17307
|
+
O("div", XS, [
|
17308
|
+
O("div", KS, [
|
17309
|
+
C(x(WS), {
|
17301
17310
|
modelValue: n.value,
|
17302
17311
|
"onUpdate:modelValue": [
|
17303
17312
|
i[1] || (i[1] = (o) => n.value = o),
|
@@ -17306,13 +17315,13 @@ const bS = {
|
|
17306
17315
|
panels: t.panels
|
17307
17316
|
}, null, 8, ["modelValue", "panels"])
|
17308
17317
|
]),
|
17309
|
-
C(x(
|
17318
|
+
C(x(ZS), {
|
17310
17319
|
panels: t.panels,
|
17311
17320
|
"active-panel": n.value,
|
17312
|
-
class:
|
17321
|
+
class: B(t.panelsClass)
|
17313
17322
|
}, null, 8, ["panels", "active-panel", "class"]),
|
17314
|
-
r.$slots["right-sidebar"] ? (h(), _("div",
|
17315
|
-
|
17323
|
+
r.$slots["right-sidebar"] ? (h(), _("div", JS, [
|
17324
|
+
z(r.$slots, "right-sidebar")
|
17316
17325
|
])) : L("", !0)
|
17317
17326
|
])
|
17318
17327
|
])
|
@@ -17322,21 +17331,25 @@ const bS = {
|
|
17322
17331
|
});
|
17323
17332
|
};
|
17324
17333
|
}
|
17325
|
-
},
|
17334
|
+
}, eT = "quasar-ui-danx", tT = "0.2.14", nT = "Dan <dan@flytedesk.com>", rT = "DanX Vue / Quasar component library", iT = "MIT", sT = "module", oT = "dist/danx.es.js", aT = "dist/danx.es.js", lT = {
|
17326
17335
|
dev: "cd dev && quasar dev && cd ..",
|
17327
17336
|
build: "vite build",
|
17328
17337
|
preview: "vite preview"
|
17329
|
-
},
|
17338
|
+
}, uT = {
|
17330
17339
|
type: "git",
|
17331
17340
|
url: "https://github.com/flytedan/quasar-app-extension-danx"
|
17332
|
-
},
|
17341
|
+
}, cT = {
|
17333
17342
|
"@quasar/extras": "^1.16.4",
|
17334
17343
|
"@types/node": "^20.12.7",
|
17344
|
+
"@typescript-eslint/eslint-plugin": "^7.6.0",
|
17345
|
+
"@typescript-eslint/parser": "^7.6.0",
|
17335
17346
|
"@vitejs/plugin-vue": "^5.0.4",
|
17336
17347
|
autoprefixer: "^10.4.19",
|
17337
17348
|
chalk: "^4.1.0",
|
17338
17349
|
"core-js": "^3.0.0",
|
17339
17350
|
cssnano: "^4.1.10",
|
17351
|
+
eslint: "^8.5.0",
|
17352
|
+
"eslint-plugin-vue": "^9.24.1",
|
17340
17353
|
"fs-extra": "^8.1.0",
|
17341
17354
|
postcss: "^8.4.38",
|
17342
17355
|
quasar: "^2.0.0",
|
@@ -17348,15 +17361,16 @@ const bS = {
|
|
17348
17361
|
"vite-plugin-dts": "^3.8.1",
|
17349
17362
|
"vite-svg-loader": "^5.1.0",
|
17350
17363
|
vue: "^3.4.21",
|
17364
|
+
"vue-eslint-parser": "^9.4.2",
|
17351
17365
|
"vue-router": "^4.0.0"
|
17352
|
-
},
|
17366
|
+
}, dT = {
|
17353
17367
|
"@heroicons/vue": "v1",
|
17354
17368
|
"@tinymce/tinymce-vue": "^5.1.1",
|
17355
17369
|
"@vueuse/core": "^10.7.2",
|
17356
17370
|
exifreader: "^4.21.1",
|
17357
17371
|
gsap: "^3.12.5",
|
17358
17372
|
luxon: "^3.4.4"
|
17359
|
-
},
|
17373
|
+
}, fT = [
|
17360
17374
|
"last 4 Chrome versions",
|
17361
17375
|
"last 4 Firefox versions",
|
17362
17376
|
"last 2 Edge versions",
|
@@ -17365,124 +17379,124 @@ const bS = {
|
|
17365
17379
|
"last 4 ChromeAndroid versions",
|
17366
17380
|
"last 4 FirefoxAndroid versions",
|
17367
17381
|
"last 4 iOS versions"
|
17368
|
-
],
|
17369
|
-
name:
|
17370
|
-
version:
|
17371
|
-
author:
|
17372
|
-
description:
|
17373
|
-
license:
|
17374
|
-
type:
|
17375
|
-
main:
|
17376
|
-
module:
|
17377
|
-
scripts:
|
17378
|
-
repository:
|
17379
|
-
devDependencies:
|
17380
|
-
dependencies:
|
17381
|
-
browserslist:
|
17382
|
-
}, { version:
|
17383
|
-
function
|
17384
|
-
console.log(`Installing Danx UI ${
|
17382
|
+
], mT = {
|
17383
|
+
name: eT,
|
17384
|
+
version: tT,
|
17385
|
+
author: nT,
|
17386
|
+
description: rT,
|
17387
|
+
license: iT,
|
17388
|
+
type: sT,
|
17389
|
+
main: oT,
|
17390
|
+
module: aT,
|
17391
|
+
scripts: lT,
|
17392
|
+
repository: uT,
|
17393
|
+
devDependencies: cT,
|
17394
|
+
dependencies: dT,
|
17395
|
+
browserslist: fT
|
17396
|
+
}, { version: hT } = mT;
|
17397
|
+
function hw(t) {
|
17398
|
+
console.log(`Installing Danx UI ${hT}... Nothing to do really.`);
|
17385
17399
|
}
|
17386
17400
|
export {
|
17387
17401
|
bS as ActionMenu,
|
17388
|
-
|
17389
|
-
|
17390
|
-
|
17402
|
+
dw as ActionTable,
|
17403
|
+
wS as ActionTableColumn,
|
17404
|
+
lw as ActionTableLayout,
|
17391
17405
|
b2 as ActionVnode,
|
17392
|
-
|
17393
|
-
|
17406
|
+
BT as AddressFormat,
|
17407
|
+
fw as AuditHistoryItem,
|
17394
17408
|
Tl as AuditHistoryItemValue,
|
17395
|
-
|
17409
|
+
WT as BadgeTab,
|
17396
17410
|
Od as BooleanField,
|
17397
17411
|
Cv as CaretDownIcon,
|
17398
|
-
|
17412
|
+
KT as CollapsableFiltersSidebar,
|
17399
17413
|
_2 as CollapsableSidebar,
|
17400
17414
|
tl as ColumnListItem,
|
17401
|
-
|
17415
|
+
QT as ColumnSettingsDialog,
|
17402
17416
|
nl as ConfirmDialog,
|
17403
|
-
|
17417
|
+
JT as ConfirmPasswordField,
|
17404
17418
|
Fc as ContentDrawer,
|
17405
17419
|
Dd as DateField,
|
17406
17420
|
Pd as DateRangeField,
|
17407
|
-
|
17421
|
+
ew as DateTimeField,
|
17408
17422
|
Nd as DateTimePicker,
|
17409
17423
|
kc as DragAndDrop,
|
17410
17424
|
Av as DragHandleDotsIcon,
|
17411
17425
|
Lv as DragHandleIcon,
|
17412
|
-
|
17413
|
-
|
17414
|
-
|
17426
|
+
tw as EditableDiv,
|
17427
|
+
kS as EmptyTableState,
|
17428
|
+
MT as ExportButton,
|
17415
17429
|
Jn as FieldLabel,
|
17416
17430
|
vr as FilePreview,
|
17417
17431
|
oo as FileUpload,
|
17418
|
-
|
17432
|
+
nw as FileUploadButton,
|
17419
17433
|
sS as FilterFieldItem,
|
17420
17434
|
aS as FilterFieldList,
|
17421
17435
|
zv as FilterIcon,
|
17422
17436
|
uS as FilterListToggle,
|
17423
|
-
|
17437
|
+
ow as FilterToolbarLayout,
|
17424
17438
|
Sl as FilterableField,
|
17425
17439
|
wt as FlashMessages,
|
17426
|
-
|
17440
|
+
zT as FlatListFormat,
|
17427
17441
|
V_ as FullScreenCarouselDialog,
|
17428
|
-
|
17429
|
-
|
17442
|
+
UT as FullScreenDialog,
|
17443
|
+
VT as GpsCoordinatesFormat,
|
17430
17444
|
bv as HandleDraggable,
|
17431
|
-
|
17445
|
+
GT as IconWithTextFormat,
|
17432
17446
|
Yv as ImageIcon,
|
17433
|
-
|
17447
|
+
qT as IndicatorTab,
|
17434
17448
|
q_ as InfoDialog,
|
17435
|
-
|
17436
|
-
|
17449
|
+
rw as InlineDateTimeField,
|
17450
|
+
RT as InputDialog,
|
17437
17451
|
gb as IntegerField,
|
17438
|
-
|
17452
|
+
HT as InteractiveTooltip,
|
17439
17453
|
vb as LabelValueBlock,
|
17440
|
-
|
17454
|
+
ZT as LabelValueFormat,
|
17441
17455
|
Ad as LabeledInput,
|
17442
17456
|
Hx as ListDragAndDrop,
|
17443
17457
|
jx as ListItemDraggable,
|
17444
17458
|
F2 as ListTransition,
|
17445
17459
|
Sb as MultiFileField,
|
17446
17460
|
wb as MultiKeywordField,
|
17447
|
-
|
17461
|
+
iw as NewPasswordField,
|
17448
17462
|
hi as NumberField,
|
17449
17463
|
ts as NumberRangeField,
|
17450
|
-
|
17451
|
-
|
17452
|
-
|
17464
|
+
mw as PanelsDrawer,
|
17465
|
+
ZS as PanelsDrawerPanels,
|
17466
|
+
WS as PanelsDrawerTabs,
|
17453
17467
|
e_ as PdfIcon,
|
17454
17468
|
s_ as PercentIcon,
|
17455
17469
|
w2 as PopoverMenu,
|
17456
|
-
|
17457
|
-
|
17470
|
+
$T as PreviousNextControls,
|
17471
|
+
LT as RefreshButton,
|
17458
17472
|
S2 as RenderComponent,
|
17459
17473
|
_r as RenderVnode,
|
17460
|
-
|
17461
|
-
|
17474
|
+
aw as RenderedForm,
|
17475
|
+
sw as SelectDrawer,
|
17462
17476
|
pi as SelectField,
|
17463
17477
|
Db as SelectWithChildrenField,
|
17464
17478
|
Mb as SingleFileField,
|
17465
17479
|
c_ as SkipNextIcon,
|
17466
17480
|
p_ as SkipPreviousIcon,
|
17467
|
-
|
17468
|
-
|
17481
|
+
YT as SlideTransition,
|
17482
|
+
jT as StaggeredListTransition,
|
17469
17483
|
s2 as SvgImg,
|
17470
|
-
|
17484
|
+
DS as TableSummaryRow,
|
17471
17485
|
Md as TextField,
|
17472
17486
|
Xx as TitleColumnFormat,
|
17473
17487
|
x_ as TrashIcon,
|
17474
|
-
|
17488
|
+
XT as VisibleColumnsToggleButtons,
|
17475
17489
|
E_ as WarningIcon,
|
17476
17490
|
Jb as WysiwygField,
|
17477
17491
|
ao as XIcon,
|
17478
17492
|
Dn as activeActionVnode,
|
17479
|
-
|
17480
|
-
|
17493
|
+
CT as centerTruncate,
|
17494
|
+
vT as configure,
|
17481
17495
|
os as danxOptions,
|
17482
17496
|
fa as dbDateTime,
|
17483
|
-
|
17497
|
+
kT as diffInDays,
|
17484
17498
|
Js as download,
|
17485
|
-
|
17499
|
+
FT as downloadFile,
|
17486
17500
|
vh as downloadFileResponse,
|
17487
17501
|
Ou as fCurrency,
|
17488
17502
|
bt as fDate,
|
@@ -17490,22 +17504,22 @@ export {
|
|
17490
17504
|
gr as fLocalizedDateTime,
|
17491
17505
|
zn as fNumber,
|
17492
17506
|
yh as fPercent,
|
17493
|
-
|
17494
|
-
|
17495
|
-
|
17496
|
-
|
17507
|
+
IT as fPhone,
|
17508
|
+
wT as fQDate,
|
17509
|
+
ET as fSecondsToTime,
|
17510
|
+
PT as fetchResourceListWithSelected,
|
17497
17511
|
xS as getFilterFromUrl,
|
17498
17512
|
on as getItem,
|
17499
17513
|
ma as getResponseHeader,
|
17500
17514
|
Xy as getUrlParam,
|
17501
|
-
|
17515
|
+
hw as install,
|
17502
17516
|
ku as localizedDateTime,
|
17503
17517
|
_S as mapSortBy,
|
17504
|
-
|
17505
|
-
|
17506
|
-
|
17507
|
-
|
17508
|
-
|
17518
|
+
bT as metersToMiles,
|
17519
|
+
ST as milesToMeters,
|
17520
|
+
xT as minmax,
|
17521
|
+
AT as notify,
|
17522
|
+
TT as parseCoords,
|
17509
17523
|
ni as parseDateTime,
|
17510
17524
|
ms as parseQDate,
|
17511
17525
|
da as parseQDateTime,
|
@@ -17513,18 +17527,18 @@ export {
|
|
17513
17527
|
gh as remoteDateTime,
|
17514
17528
|
Xr as remove,
|
17515
17529
|
of as replace,
|
17516
|
-
|
17530
|
+
DT as request,
|
17517
17531
|
Qy as resolveFileLocation,
|
17518
17532
|
sn as setItem,
|
17519
17533
|
pf as sleep,
|
17520
|
-
|
17521
|
-
|
17534
|
+
_T as uniqueBy,
|
17535
|
+
NT as useActions,
|
17522
17536
|
gf as useCompatibility,
|
17523
|
-
|
17537
|
+
uw as useListControls,
|
17524
17538
|
Ky as useMultiFileUpload,
|
17525
17539
|
Jy as useSingleFileUpload,
|
17526
|
-
|
17527
|
-
|
17540
|
+
cw as useTableColumns,
|
17541
|
+
hT as version,
|
17528
17542
|
Do as waitForRef
|
17529
17543
|
};
|
17530
17544
|
//# sourceMappingURL=danx.es.js.map
|