@opengis/filter 0.1.20 → 0.1.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { createElementBlock as w, openBlock as
|
|
2
|
-
import { notify as
|
|
3
|
-
const te = (
|
|
4
|
-
const
|
|
5
|
-
for (const [
|
|
6
|
-
|
|
7
|
-
return
|
|
1
|
+
import { createElementBlock as w, openBlock as i, createElementVNode as u, defineComponent as q, ref as A, computed as O, withModifiers as se, normalizeClass as L, createCommentVNode as _, toDisplayString as S, createVNode as Q, watch as E, createStaticVNode as Ne, Fragment as U, renderList as X, unref as e, createBlock as I, createTextVNode as G, withDirectives as W, vShow as Z, getCurrentInstance as Pe, vModelText as ee, onBeforeUnmount as me, onMounted as ce, isRef as Ye, Teleport as ge, normalizeStyle as be, renderSlot as de, nextTick as fe, withCtx as ne, resolveDynamicComponent as re, mergeProps as J, toRaw as ue, cloneVNode as We, useSlots as pe, reactive as qe, withKeys as $e, createSlots as Qe, normalizeProps as He, guardReactiveProps as Ge } from "vue";
|
|
2
|
+
import { notify as Ae } from "@opengis/core";
|
|
3
|
+
const te = (m, o) => {
|
|
4
|
+
const y = m.__vccOpts || m;
|
|
5
|
+
for (const [t, a] of o)
|
|
6
|
+
y[t] = a;
|
|
7
|
+
return y;
|
|
8
8
|
}, Xe = {}, Je = {
|
|
9
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10
10
|
width: "15px",
|
|
@@ -17,16 +17,16 @@ const te = (t, n) => {
|
|
|
17
17
|
"stroke-linejoin": "round",
|
|
18
18
|
class: "icon icon-tabler icons-tabler-outline icon-tabler-reload absolute inline mr-1 text-gray-800 transition-all cursor-pointer active:rotate-90 right-1 top-1 hover:text-blue-500"
|
|
19
19
|
};
|
|
20
|
-
function Ze(
|
|
21
|
-
return
|
|
22
|
-
|
|
20
|
+
function Ze(m, o) {
|
|
21
|
+
return i(), w("svg", Je, o[0] || (o[0] = [
|
|
22
|
+
u("path", {
|
|
23
23
|
stroke: "none",
|
|
24
24
|
d: "M0 0h24v24H0z",
|
|
25
25
|
fill: "none"
|
|
26
26
|
}, null, -1),
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
])
|
|
27
|
+
u("path", { d: "M19.933 13.041a8 8 0 1 1 -9.925 -8.788c3.899 -1 7.935 1.007 9.425 4.747" }, null, -1),
|
|
28
|
+
u("path", { d: "M20 4v5h-5" }, null, -1)
|
|
29
|
+
]));
|
|
30
30
|
}
|
|
31
31
|
const et = /* @__PURE__ */ te(Xe, [["render", Ze]]), tt = {}, lt = {
|
|
32
32
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -40,12 +40,12 @@ const et = /* @__PURE__ */ te(Xe, [["render", Ze]]), tt = {}, lt = {
|
|
|
40
40
|
"stroke-linejoin": "round",
|
|
41
41
|
class: "text-blue-600 w-[16px] h-[16px]"
|
|
42
42
|
};
|
|
43
|
-
function
|
|
44
|
-
return
|
|
45
|
-
|
|
46
|
-
])
|
|
43
|
+
function ot(m, o) {
|
|
44
|
+
return i(), w("svg", lt, o[0] || (o[0] = [
|
|
45
|
+
u("path", { d: "M20 6 9 17l-5-5" }, null, -1)
|
|
46
|
+
]));
|
|
47
47
|
}
|
|
48
|
-
const
|
|
48
|
+
const ae = /* @__PURE__ */ te(tt, [["render", ot]]), at = { class: "flex items-center justify-between w-full text-sm" }, nt = { class: "flex items-center cursor-pointer w-full" }, rt = {
|
|
49
49
|
key: 0,
|
|
50
50
|
width: "16",
|
|
51
51
|
height: "auto",
|
|
@@ -53,10 +53,10 @@ const ne = /* @__PURE__ */ te(tt, [["render", at]]), nt = { class: "flex items-c
|
|
|
53
53
|
}, st = ["value"], it = { class: "flex flex-row items-center font-normal text-gray-800 gap-x-1" }, ut = {
|
|
54
54
|
key: 0,
|
|
55
55
|
class: "text-xs text-gray-500 dark:text-neutral-500 pr-1"
|
|
56
|
-
},
|
|
56
|
+
}, dt = {
|
|
57
57
|
key: 1,
|
|
58
58
|
class: "absolute right-2 flex size-3.5 items-center justify-center"
|
|
59
|
-
},
|
|
59
|
+
}, he = /* @__PURE__ */ q({
|
|
60
60
|
__name: "list-item",
|
|
61
61
|
props: {
|
|
62
62
|
layout: {},
|
|
@@ -69,121 +69,121 @@ const ne = /* @__PURE__ */ te(tt, [["render", at]]), nt = { class: "flex items-c
|
|
|
69
69
|
highlighted: { type: Boolean }
|
|
70
70
|
},
|
|
71
71
|
emits: ["itemClick"],
|
|
72
|
-
setup(
|
|
73
|
-
const
|
|
74
|
-
function
|
|
75
|
-
|
|
72
|
+
setup(m, { expose: o, emit: y }) {
|
|
73
|
+
const t = m, a = y;
|
|
74
|
+
function l() {
|
|
75
|
+
a("itemClick", t.value);
|
|
76
76
|
}
|
|
77
|
-
const
|
|
78
|
-
return
|
|
77
|
+
const g = A(null), p = O(() => t.layout === "inline" && t.type === "radio");
|
|
78
|
+
return o({ el: g }), (n, x) => (i(), w("div", {
|
|
79
79
|
class: "flex items-center w-full rounded-sm group hover:bg-gray-100",
|
|
80
80
|
ref_key: "el",
|
|
81
|
-
ref:
|
|
81
|
+
ref: g
|
|
82
82
|
}, [
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
83
|
+
u("div", at, [
|
|
84
|
+
u("div", nt, [
|
|
85
|
+
u("label", {
|
|
86
86
|
for: "radio-9740",
|
|
87
87
|
class: L([
|
|
88
|
-
["inline", "popover"].includes(
|
|
89
|
-
{ "bg-blue-100":
|
|
88
|
+
["inline", "popover"].includes(n.layout) ? "text-sm text-gray-500 px-2 w-full py-2 cursor-pointer !flex flex-row items-center" : "flex flex-row items-center w-full px-2 py-2 text-sm text-gray-500 cursor-pointer",
|
|
89
|
+
{ "bg-blue-100": n.highlighted, relative: p.value }
|
|
90
90
|
]),
|
|
91
|
-
onClick: se(
|
|
91
|
+
onClick: se(l, ["stop", "prevent"])
|
|
92
92
|
}, [
|
|
93
|
-
|
|
93
|
+
p.value ? _("", !0) : (i(), w("div", {
|
|
94
94
|
key: 0,
|
|
95
95
|
class: L(["w-[18px] h-[18px] border flex items-center justify-center", [
|
|
96
|
-
|
|
97
|
-
|
|
96
|
+
n.type === "checkbox" ? "rounded-[4px]" : "rounded-full",
|
|
97
|
+
n.color ? `bg-[${n.color}] border-[#ffffff]` : n.isSelected ? "bg-[#2563eb] border-[#ffffff]" : "bg-[#ffffff] border-[#d9d9d9]"
|
|
98
98
|
]])
|
|
99
99
|
}, [
|
|
100
|
-
|
|
100
|
+
n.isSelected ? (i(), w("img", rt)) : _("", !0)
|
|
101
101
|
], 2)),
|
|
102
|
-
|
|
102
|
+
u("input", {
|
|
103
103
|
type: "checkbox",
|
|
104
104
|
class: "hidden",
|
|
105
105
|
id: "radio-9740",
|
|
106
|
-
value:
|
|
106
|
+
value: n.value
|
|
107
107
|
}, null, 8, st),
|
|
108
|
-
|
|
109
|
-
class: L(["flex flex-1 flex-row items-center justify-between",
|
|
108
|
+
u("div", {
|
|
109
|
+
class: L(["flex flex-1 flex-row items-center justify-between", p.value ? "pl-1 pr-6" : "w-[calc(100%-18px)] pl-[10px]"])
|
|
110
110
|
}, [
|
|
111
|
-
|
|
112
|
-
|
|
111
|
+
u("span", it, S(n.label ?? "Відсутні дані"), 1),
|
|
112
|
+
n.count ? (i(), w("div", ut, " (" + S(n.count) + ") ", 1)) : _("", !0)
|
|
113
113
|
], 2),
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
])) :
|
|
114
|
+
p.value && n.isSelected ? (i(), w("span", dt, [
|
|
115
|
+
Q(ae)
|
|
116
|
+
])) : _("", !0)
|
|
117
117
|
], 2)
|
|
118
118
|
])
|
|
119
119
|
])
|
|
120
120
|
], 512));
|
|
121
121
|
}
|
|
122
122
|
});
|
|
123
|
-
function
|
|
123
|
+
function xe(m, o) {
|
|
124
124
|
const {
|
|
125
|
-
options:
|
|
126
|
-
limit:
|
|
127
|
-
} =
|
|
128
|
-
function
|
|
129
|
-
return Array.isArray(
|
|
130
|
-
}
|
|
131
|
-
const
|
|
132
|
-
function k(
|
|
133
|
-
const
|
|
134
|
-
return { autoValueKey:
|
|
135
|
-
}
|
|
136
|
-
if (
|
|
137
|
-
const
|
|
138
|
-
|
|
139
|
-
}
|
|
140
|
-
const
|
|
141
|
-
const
|
|
142
|
-
return
|
|
125
|
+
options: y = [],
|
|
126
|
+
limit: t = 20
|
|
127
|
+
} = m;
|
|
128
|
+
function a(b) {
|
|
129
|
+
return Array.isArray(b) ? b[0] : b;
|
|
130
|
+
}
|
|
131
|
+
const l = A(a(m.modelValue)), g = A(""), p = A(!1), n = A([]), x = A("id"), d = A("text"), v = A(!1), c = A(m.layout !== "popover" && y.length > t);
|
|
132
|
+
function k(b) {
|
|
133
|
+
const h = b.find(Boolean) ?? {}, K = ["id", "value", "code", "key"].find(($) => $ in h) ?? "id", M = ["text", "label", "name", "title"].find(($) => $ in h) ?? "text";
|
|
134
|
+
return { autoValueKey: K, autoLabelKey: M };
|
|
135
|
+
}
|
|
136
|
+
if (y.length > 0) {
|
|
137
|
+
const b = k(y);
|
|
138
|
+
x.value = b.autoValueKey, d.value = b.autoLabelKey;
|
|
139
|
+
}
|
|
140
|
+
const V = O(() => {
|
|
141
|
+
const b = n.value;
|
|
142
|
+
return m.layout === "popover" || v.value ? b : b.slice(0, t);
|
|
143
143
|
});
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
}, { immediate: !0 }),
|
|
147
|
-
function C(
|
|
148
|
-
return
|
|
144
|
+
E(() => m.modelValue, (b) => {
|
|
145
|
+
l.value = a(b);
|
|
146
|
+
}, { immediate: !0 }), n.value = [...y].sort((b, h) => m.sort === "count" ? h.count && b.count ? h.count - b.count : 0 : m.sort === "name" ? String(b[d.value] ?? "").localeCompare(String(h[d.value] ?? "")) : 0);
|
|
147
|
+
function C(b) {
|
|
148
|
+
return l.value === b[x.value];
|
|
149
149
|
}
|
|
150
|
-
function
|
|
151
|
-
|
|
150
|
+
function f(b) {
|
|
151
|
+
l.value = b[x.value], o("update:modelValue", l.value), o("change", { name: m.name, value: l.value });
|
|
152
152
|
}
|
|
153
153
|
function r() {
|
|
154
|
-
|
|
154
|
+
l.value = void 0, o("update:modelValue", l.value), o("clear", m.name);
|
|
155
155
|
}
|
|
156
|
-
function
|
|
157
|
-
|
|
156
|
+
function s() {
|
|
157
|
+
v.value = !v.value;
|
|
158
158
|
}
|
|
159
159
|
return {
|
|
160
|
-
innerValue:
|
|
161
|
-
searchTerm:
|
|
162
|
-
filteredOptions:
|
|
160
|
+
innerValue: l,
|
|
161
|
+
searchTerm: g,
|
|
162
|
+
filteredOptions: V,
|
|
163
163
|
isSelected: C,
|
|
164
|
-
selectItem:
|
|
164
|
+
selectItem: f,
|
|
165
165
|
clear: r,
|
|
166
|
-
toggleShowAll:
|
|
167
|
-
isReqProc:
|
|
168
|
-
showAll:
|
|
169
|
-
isEnableShowAll:
|
|
166
|
+
toggleShowAll: s,
|
|
167
|
+
isReqProc: p,
|
|
168
|
+
showAll: v,
|
|
169
|
+
isEnableShowAll: c,
|
|
170
170
|
labelKey: d,
|
|
171
|
-
valueKey:
|
|
172
|
-
allOptions:
|
|
171
|
+
valueKey: x,
|
|
172
|
+
allOptions: n
|
|
173
173
|
};
|
|
174
174
|
}
|
|
175
|
-
const
|
|
175
|
+
const ct = {}, ft = {
|
|
176
176
|
class: "w-48 mx-auto",
|
|
177
177
|
viewBox: "0 0 178 90",
|
|
178
178
|
fill: "none",
|
|
179
179
|
xmlns: "http://www.w3.org/2000/svg"
|
|
180
180
|
};
|
|
181
|
-
function
|
|
182
|
-
return
|
|
181
|
+
function pt(m, o) {
|
|
182
|
+
return i(), w("svg", ft, o[0] || (o[0] = [
|
|
183
183
|
Ne('<rect x="27" y="50.5" width="124" height="39" rx="7.5" fill="currentColor" class="fill-white dark:fill-neutral-800"></rect><rect x="27" y="50.5" width="124" height="39" rx="7.5" stroke="currentColor" class="stroke-gray-50 dark:stroke-neutral-700/10"></rect><rect x="34.5" y="58" width="24" height="24" rx="4" fill="currentColor" class="fill-gray-50 dark:fill-neutral-700/30"></rect><rect x="66.5" y="61" width="60" height="6" rx="3" fill="currentColor" class="fill-gray-50 dark:fill-neutral-700/30"></rect><rect x="66.5" y="73" width="77" height="6" rx="3" fill="currentColor" class="fill-gray-50 dark:fill-neutral-700/30"></rect><rect x="19.5" y="28.5" width="139" height="39" rx="7.5" fill="currentColor" class="fill-white dark:fill-neutral-800"></rect><rect x="19.5" y="28.5" width="139" height="39" rx="7.5" stroke="currentColor" class="stroke-gray-100 dark:stroke-neutral-700/30"></rect><rect x="27" y="36" width="24" height="24" rx="4" fill="currentColor" class="fill-gray-100 dark:fill-neutral-700/70"></rect><rect x="59" y="39" width="60" height="6" rx="3" fill="currentColor" class="fill-gray-100 dark:fill-neutral-700/70"></rect><rect x="59" y="51" width="92" height="6" rx="3" fill="currentColor" class="fill-gray-100 dark:fill-neutral-700/70"></rect><g filter="url(#filter1)"><rect x="12" y="6" width="154" height="40" rx="8" fill="currentColor" class="fill-white dark:fill-neutral-800" shape-rendering="crispEdges"></rect><rect x="12.5" y="6.5" width="153" height="39" rx="7.5" stroke="currentColor" class="stroke-gray-100 dark:stroke-neutral-700/60" shape-rendering="crispEdges"></rect><rect x="20" y="14" width="24" height="24" rx="4" fill="currentColor" class="fill-gray-200 dark:fill-neutral-700"></rect><rect x="52" y="17" width="60" height="6" rx="3" fill="currentColor" class="fill-gray-200 dark:fill-neutral-700"></rect><rect x="52" y="29" width="106" height="6" rx="3" fill="currentColor" class="fill-gray-200 dark:fill-neutral-700"></rect></g><defs><filter id="filter1" x="0" y="0" width="178" height="64" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"></feFlood><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"></feColorMatrix><feOffset dy="6"></feOffset><feGaussianBlur stdDeviation="6"></feGaussianBlur><feComposite in2="hardAlpha" operator="out"></feComposite><feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.03 0"></feColorMatrix><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1187_14810"></feBlend><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1187_14810" result="shape"></feBlend></filter></defs>', 12)
|
|
184
|
-
])
|
|
184
|
+
]));
|
|
185
185
|
}
|
|
186
|
-
const we = /* @__PURE__ */ te(
|
|
186
|
+
const we = /* @__PURE__ */ te(ct, [["render", pt]]), mt = {}, vt = {
|
|
187
187
|
xmlns: "http://www.w3.org/2000/svg",
|
|
188
188
|
width: "24",
|
|
189
189
|
height: "24",
|
|
@@ -195,17 +195,17 @@ const we = /* @__PURE__ */ te(dt, [["render", mt]]), pt = {}, vt = {
|
|
|
195
195
|
"stroke-linejoin": "round",
|
|
196
196
|
class: "icon icon-tabler icons-tabler-outline icon-tabler-chevron-down w-[14px] rotate"
|
|
197
197
|
};
|
|
198
|
-
function yt(
|
|
199
|
-
return
|
|
200
|
-
|
|
198
|
+
function yt(m, o) {
|
|
199
|
+
return i(), w("svg", vt, o[0] || (o[0] = [
|
|
200
|
+
u("path", {
|
|
201
201
|
stroke: "none",
|
|
202
202
|
d: "M0 0h24v24H0z",
|
|
203
203
|
fill: "none"
|
|
204
204
|
}, null, -1),
|
|
205
|
-
|
|
206
|
-
])
|
|
205
|
+
u("path", { d: "M6 9l6 6l6 -6" }, null, -1)
|
|
206
|
+
]));
|
|
207
207
|
}
|
|
208
|
-
const ve = /* @__PURE__ */ te(
|
|
208
|
+
const ve = /* @__PURE__ */ te(mt, [["render", yt]]), gt = {}, bt = {
|
|
209
209
|
xmlns: "http://www.w3.org/2000/svg",
|
|
210
210
|
width: "24",
|
|
211
211
|
height: "24",
|
|
@@ -217,17 +217,17 @@ const ve = /* @__PURE__ */ te(pt, [["render", yt]]), gt = {}, bt = {
|
|
|
217
217
|
"stroke-linejoin": "round",
|
|
218
218
|
class: "icon icon-tabler icons-tabler-outline icon-tabler-chevron-down w-[14px] rotate-[180deg]"
|
|
219
219
|
};
|
|
220
|
-
function
|
|
221
|
-
return
|
|
222
|
-
|
|
220
|
+
function ht(m, o) {
|
|
221
|
+
return i(), w("svg", bt, o[0] || (o[0] = [
|
|
222
|
+
u("path", {
|
|
223
223
|
stroke: "none",
|
|
224
224
|
d: "M0 0h24v24H0z",
|
|
225
225
|
fill: "none"
|
|
226
226
|
}, null, -1),
|
|
227
|
-
|
|
228
|
-
])
|
|
227
|
+
u("path", { d: "M6 9l6 6l6 -6" }, null, -1)
|
|
228
|
+
]));
|
|
229
229
|
}
|
|
230
|
-
const ke = /* @__PURE__ */ te(gt, [["render",
|
|
230
|
+
const ke = /* @__PURE__ */ te(gt, [["render", ht]]), xt = {
|
|
231
231
|
key: 0,
|
|
232
232
|
class: "w-full"
|
|
233
233
|
}, wt = { class: "flex flex-col items-center justify-center p-5 text-center" }, kt = {
|
|
@@ -236,7 +236,7 @@ const ke = /* @__PURE__ */ te(gt, [["render", xt]]), ht = {
|
|
|
236
236
|
}, Ct = {
|
|
237
237
|
key: 1,
|
|
238
238
|
class: "flex justify-between items-center text-xs text-gray-500 p-1 border-t"
|
|
239
|
-
}, Vt = /* @__PURE__ */
|
|
239
|
+
}, Vt = /* @__PURE__ */ q({
|
|
240
240
|
__name: "radio",
|
|
241
241
|
props: {
|
|
242
242
|
id: {},
|
|
@@ -265,161 +265,161 @@ const ke = /* @__PURE__ */ te(gt, [["render", xt]]), ht = {
|
|
|
265
265
|
itemClass: {}
|
|
266
266
|
},
|
|
267
267
|
emits: ["update:modelValue", "change", "clear"],
|
|
268
|
-
setup(
|
|
269
|
-
const
|
|
270
|
-
innerValue:
|
|
271
|
-
filteredOptions:
|
|
272
|
-
isSelected:
|
|
273
|
-
selectItem:
|
|
268
|
+
setup(m, { expose: o, emit: y }) {
|
|
269
|
+
const t = m, a = A(null), l = y, {
|
|
270
|
+
innerValue: g,
|
|
271
|
+
filteredOptions: p,
|
|
272
|
+
isSelected: n,
|
|
273
|
+
selectItem: x,
|
|
274
274
|
clear: d,
|
|
275
|
-
toggleShowAll:
|
|
276
|
-
isReqProc:
|
|
275
|
+
toggleShowAll: v,
|
|
276
|
+
isReqProc: c,
|
|
277
277
|
showAll: k,
|
|
278
|
-
isEnableShowAll:
|
|
278
|
+
isEnableShowAll: V,
|
|
279
279
|
labelKey: C,
|
|
280
|
-
valueKey:
|
|
280
|
+
valueKey: f,
|
|
281
281
|
allOptions: r
|
|
282
|
-
} =
|
|
283
|
-
...
|
|
284
|
-
modelValue:
|
|
285
|
-
},
|
|
286
|
-
return
|
|
282
|
+
} = xe({
|
|
283
|
+
...t,
|
|
284
|
+
modelValue: t.modelValue ?? t.default ?? ""
|
|
285
|
+
}, l);
|
|
286
|
+
return o({
|
|
287
287
|
clear: d,
|
|
288
|
-
inputTextRef:
|
|
289
|
-
}),
|
|
290
|
-
() =>
|
|
291
|
-
(
|
|
292
|
-
|
|
288
|
+
inputTextRef: a
|
|
289
|
+
}), E(
|
|
290
|
+
() => t.modelValue,
|
|
291
|
+
(s) => {
|
|
292
|
+
s === void 0 && (g.value = void 0);
|
|
293
293
|
}
|
|
294
|
-
), (
|
|
295
|
-
class: L([
|
|
294
|
+
), (s, b) => (i(), w("div", {
|
|
295
|
+
class: L([s.layout === "popover" ? "flex flex-col h-full" : "flex flex-col vs-filter-checkbox"])
|
|
296
296
|
}, [
|
|
297
|
-
|
|
297
|
+
u("div", {
|
|
298
298
|
class: L([
|
|
299
|
-
|
|
300
|
-
|
|
299
|
+
s.layout === "popover" ? "flex-1 overflow-y-auto p-2" : "",
|
|
300
|
+
s.layout === "inline" ? "flex-1 overflow-y-auto max-h-80" : ""
|
|
301
301
|
])
|
|
302
302
|
}, [
|
|
303
|
-
(
|
|
304
|
-
layout:
|
|
305
|
-
key:
|
|
306
|
-
count:
|
|
307
|
-
label:
|
|
308
|
-
color:
|
|
303
|
+
(i(!0), w(U, null, X(e(p), (h) => (i(), I(he, {
|
|
304
|
+
layout: s.layout,
|
|
305
|
+
key: h[e(f)],
|
|
306
|
+
count: h.count,
|
|
307
|
+
label: h[e(C)],
|
|
308
|
+
color: h.color,
|
|
309
309
|
type: "radio",
|
|
310
|
-
value:
|
|
311
|
-
"is-selected": e(
|
|
312
|
-
onItemClick: (
|
|
310
|
+
value: h[e(f)],
|
|
311
|
+
"is-selected": e(n)(h),
|
|
312
|
+
onItemClick: (K) => e(x)(h)
|
|
313
313
|
}, null, 8, ["layout", "count", "label", "color", "value", "is-selected", "onItemClick"]))), 128))
|
|
314
314
|
], 2),
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
315
|
+
s.type === "select" && e(p).length === 0 && !e(c) ? (i(), w("div", xt, [
|
|
316
|
+
u("div", wt, [
|
|
317
|
+
Q(we),
|
|
318
|
+
b[4] || (b[4] = u("div", { class: "max-w-sm mx-auto mt-6" }, [
|
|
319
|
+
u("p", { class: "font-medium text-gray-800 dark:text-neutral-200" }, "За вашим запитом нічого не знайдено"),
|
|
320
|
+
u("p", { class: "mt-2 text-sm text-gray-500 dark:text-neutral-500" })
|
|
321
321
|
], -1))
|
|
322
322
|
])
|
|
323
|
-
])) :
|
|
324
|
-
|
|
325
|
-
!e(k) && e(
|
|
323
|
+
])) : _("", !0),
|
|
324
|
+
s.layout !== "popover" && s.type !== "select" ? (i(), w(U, { key: 1 }, [
|
|
325
|
+
!e(k) && e(V) ? (i(), w("div", {
|
|
326
326
|
key: 0,
|
|
327
|
-
onClick:
|
|
328
|
-
(...
|
|
327
|
+
onClick: b[0] || (b[0] = //@ts-ignore
|
|
328
|
+
(...h) => e(v) && e(v)(...h)),
|
|
329
329
|
class: "inline-flex cursor-pointer items-center gap-x-1.5 text-[13px] text-gray-800 underline underline-offset-4 hover:text-blue-600 focus:outline-none focus:text-blue-600 mt-1 px-2"
|
|
330
330
|
}, [
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
])) :
|
|
334
|
-
e(k) ? (
|
|
331
|
+
b[5] || (b[5] = G(" Показати більше ", -1)),
|
|
332
|
+
Q(ve)
|
|
333
|
+
])) : _("", !0),
|
|
334
|
+
e(k) ? (i(), w("div", {
|
|
335
335
|
key: 1,
|
|
336
|
-
onClick:
|
|
337
|
-
(...
|
|
336
|
+
onClick: b[1] || (b[1] = //@ts-ignore
|
|
337
|
+
(...h) => e(v) && e(v)(...h)),
|
|
338
338
|
class: "inline-flex cursor-pointer items-center gap-x-1.5 text-[13px] text-gray-800 underline underline-offset-4 hover:text-blue-600 focus:outline-none focus:text-blue-600 mt-1 px-2"
|
|
339
339
|
}, [
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
])) :
|
|
343
|
-
], 64)) :
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
G(S(e(
|
|
347
|
-
|
|
340
|
+
b[6] || (b[6] = G(" Показати менше ", -1)),
|
|
341
|
+
Q(ke)
|
|
342
|
+
])) : _("", !0)
|
|
343
|
+
], 64)) : _("", !0),
|
|
344
|
+
s.cleanable ? (i(), w(U, { key: 2 }, [
|
|
345
|
+
s.layout === "inline" ? (i(), w("div", kt, [
|
|
346
|
+
G(S(e(g) || e(g) === null ? 1 : 0) + " з " + S(e(r).length) + " обрано ", 1),
|
|
347
|
+
W(u("button", {
|
|
348
348
|
class: "text-gray-600 hover:text-gray-800",
|
|
349
|
-
onClick:
|
|
350
|
-
(...
|
|
349
|
+
onClick: b[2] || (b[2] = //@ts-ignore
|
|
350
|
+
(...h) => e(d) && e(d)(...h))
|
|
351
351
|
}, " Очистити ", 512), [
|
|
352
|
-
[Z, e(
|
|
352
|
+
[Z, e(g) !== "" && e(g) !== void 0]
|
|
353
353
|
])
|
|
354
|
-
])) :
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
354
|
+
])) : _("", !0),
|
|
355
|
+
s.layout === "popover" ? (i(), w("div", Ct, [
|
|
356
|
+
u("span", null, S(e(g) || e(g) === null ? 1 : 0) + " з " + S(e(r).length) + " обрано", 1),
|
|
357
|
+
W(u("button", {
|
|
358
358
|
class: "text-gray-600 hover:text-gray-800",
|
|
359
|
-
onClick:
|
|
360
|
-
(...
|
|
359
|
+
onClick: b[3] || (b[3] = //@ts-ignore
|
|
360
|
+
(...h) => e(d) && e(d)(...h))
|
|
361
361
|
}, " Очистити ", 512), [
|
|
362
|
-
[Z, e(
|
|
362
|
+
[Z, e(g) !== "" && e(g) !== void 0]
|
|
363
363
|
])
|
|
364
|
-
])) :
|
|
365
|
-
], 64)) :
|
|
364
|
+
])) : _("", !0)
|
|
365
|
+
], 64)) : _("", !0)
|
|
366
366
|
], 2));
|
|
367
367
|
}
|
|
368
368
|
});
|
|
369
|
-
function
|
|
369
|
+
function Me(m, o) {
|
|
370
370
|
const {
|
|
371
|
-
options:
|
|
372
|
-
limit:
|
|
373
|
-
} =
|
|
374
|
-
function
|
|
375
|
-
return Array.isArray(
|
|
376
|
-
}
|
|
377
|
-
const
|
|
378
|
-
function k(
|
|
379
|
-
const
|
|
380
|
-
return { autoValueKey:
|
|
381
|
-
}
|
|
382
|
-
if (
|
|
383
|
-
const
|
|
384
|
-
|
|
385
|
-
}
|
|
386
|
-
const
|
|
387
|
-
const
|
|
388
|
-
return
|
|
371
|
+
options: y = [],
|
|
372
|
+
limit: t = 20
|
|
373
|
+
} = m;
|
|
374
|
+
function a(b) {
|
|
375
|
+
return Array.isArray(b) ? b : b ? [b] : [];
|
|
376
|
+
}
|
|
377
|
+
const l = A(a(m.modelValue)), g = A(""), p = A(!1), n = A([]), x = A("id"), d = A("text"), v = A(!1), c = A(m.layout !== "popover" && y.length > t);
|
|
378
|
+
function k(b) {
|
|
379
|
+
const h = b.find(Boolean) ?? {}, K = ["id", "value", "code", "key"].find(($) => $ in h) ?? "id", M = ["text", "label", "name", "title"].find(($) => $ in h) ?? "text";
|
|
380
|
+
return { autoValueKey: K, autoLabelKey: M };
|
|
381
|
+
}
|
|
382
|
+
if (y.length > 0) {
|
|
383
|
+
const b = k(y);
|
|
384
|
+
x.value = b.autoValueKey, d.value = b.autoLabelKey;
|
|
385
|
+
}
|
|
386
|
+
const V = O(() => {
|
|
387
|
+
const b = n.value;
|
|
388
|
+
return m.layout === "popover" || v.value ? b : b.slice(0, t);
|
|
389
389
|
});
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
}, { immediate: !0 }),
|
|
393
|
-
function C(
|
|
394
|
-
return
|
|
390
|
+
E(() => m.modelValue, (b) => {
|
|
391
|
+
l.value = a(b);
|
|
392
|
+
}, { immediate: !0 }), n.value = [...y].sort((b, h) => m.sort === "count" ? h.count && b.count ? h.count - b.count : 0 : m.sort === "name" ? String(b[d.value]).localeCompare(String(h[d.value])) : 0);
|
|
393
|
+
function C(b) {
|
|
394
|
+
return l.value && l.value.includes(b[x.value]);
|
|
395
395
|
}
|
|
396
|
-
function
|
|
397
|
-
const
|
|
398
|
-
|
|
396
|
+
function f(b) {
|
|
397
|
+
const h = l.value.includes(b[x.value]);
|
|
398
|
+
l.value = h ? l.value.filter((K) => K !== b[x.value]) : [...l.value, b[x.value]], o("update:modelValue", l.value), o("change", { name: m.name, value: l.value });
|
|
399
399
|
}
|
|
400
400
|
function r() {
|
|
401
|
-
|
|
401
|
+
l.value = [], o("update:modelValue", l.value), o("clear", m.name);
|
|
402
402
|
}
|
|
403
|
-
function
|
|
404
|
-
|
|
403
|
+
function s() {
|
|
404
|
+
v.value = !v.value;
|
|
405
405
|
}
|
|
406
406
|
return {
|
|
407
|
-
innerValue:
|
|
408
|
-
searchTerm:
|
|
409
|
-
filteredOptions:
|
|
407
|
+
innerValue: l,
|
|
408
|
+
searchTerm: g,
|
|
409
|
+
filteredOptions: V,
|
|
410
410
|
isSelected: C,
|
|
411
|
-
selectItem:
|
|
411
|
+
selectItem: f,
|
|
412
412
|
clear: r,
|
|
413
|
-
toggleShowAll:
|
|
414
|
-
isReqProc:
|
|
415
|
-
showAll:
|
|
416
|
-
isEnableShowAll:
|
|
413
|
+
toggleShowAll: s,
|
|
414
|
+
isReqProc: p,
|
|
415
|
+
showAll: v,
|
|
416
|
+
isEnableShowAll: c,
|
|
417
417
|
labelKey: d,
|
|
418
|
-
valueKey:
|
|
419
|
-
allOptions:
|
|
418
|
+
valueKey: x,
|
|
419
|
+
allOptions: n
|
|
420
420
|
};
|
|
421
421
|
}
|
|
422
|
-
const
|
|
422
|
+
const Se = {
|
|
423
423
|
en: {
|
|
424
424
|
apply: "Apply",
|
|
425
425
|
search: "Search",
|
|
@@ -459,29 +459,29 @@ const Be = {
|
|
|
459
459
|
selectFieldHelp: "Оберіть поле, щоб розпочати створення фільтра."
|
|
460
460
|
}
|
|
461
461
|
};
|
|
462
|
-
function
|
|
463
|
-
const
|
|
464
|
-
return (
|
|
462
|
+
function Be(m) {
|
|
463
|
+
const o = m.split(".")[1], y = typeof window < "u" && window.localStorage ? localStorage.locale : null;
|
|
464
|
+
return (Se[y || navigator.language] || Se.uk)[o];
|
|
465
465
|
}
|
|
466
|
-
function
|
|
467
|
-
const
|
|
468
|
-
if (!
|
|
469
|
-
const
|
|
470
|
-
return (
|
|
471
|
-
const
|
|
472
|
-
return
|
|
466
|
+
function oe() {
|
|
467
|
+
const m = Pe();
|
|
468
|
+
if (!m.appContext.config.globalProperties.$i18n) return Be;
|
|
469
|
+
const o = m.appContext.config.globalProperties.$t;
|
|
470
|
+
return (y) => {
|
|
471
|
+
const t = o(y);
|
|
472
|
+
return t === y ? Be(y) : t;
|
|
473
473
|
};
|
|
474
474
|
}
|
|
475
|
-
const
|
|
475
|
+
const _t = {
|
|
476
476
|
key: 0,
|
|
477
477
|
class: "w-full"
|
|
478
|
-
},
|
|
478
|
+
}, $t = { class: "flex flex-col items-center justify-center p-5 text-center" }, At = { class: "max-w-sm mx-auto mt-6" }, St = { class: "font-medium text-gray-800 dark:text-neutral-200" }, Bt = {
|
|
479
479
|
key: 0,
|
|
480
480
|
class: "flex justify-between p-2 border-t bg-gray-50 text-xs text-gray-500"
|
|
481
|
-
},
|
|
481
|
+
}, jt = {
|
|
482
482
|
key: 1,
|
|
483
483
|
class: "flex justify-between items-center text-xs text-gray-500 p-1 border-t"
|
|
484
|
-
},
|
|
484
|
+
}, je = /* @__PURE__ */ q({
|
|
485
485
|
__name: "checkbox",
|
|
486
486
|
props: {
|
|
487
487
|
id: {},
|
|
@@ -510,105 +510,105 @@ const $t = {
|
|
|
510
510
|
itemClass: {}
|
|
511
511
|
},
|
|
512
512
|
emits: ["update:modelValue", "change", "clear"],
|
|
513
|
-
setup(
|
|
514
|
-
const
|
|
515
|
-
innerValue:
|
|
516
|
-
filteredOptions:
|
|
517
|
-
isSelected:
|
|
518
|
-
selectItem:
|
|
513
|
+
setup(m, { expose: o, emit: y }) {
|
|
514
|
+
const t = oe(), a = m, l = y, {
|
|
515
|
+
innerValue: g,
|
|
516
|
+
filteredOptions: p,
|
|
517
|
+
isSelected: n,
|
|
518
|
+
selectItem: x,
|
|
519
519
|
clear: d,
|
|
520
|
-
toggleShowAll:
|
|
521
|
-
isReqProc:
|
|
520
|
+
toggleShowAll: v,
|
|
521
|
+
isReqProc: c,
|
|
522
522
|
showAll: k,
|
|
523
|
-
isEnableShowAll:
|
|
523
|
+
isEnableShowAll: V,
|
|
524
524
|
labelKey: C,
|
|
525
|
-
valueKey:
|
|
525
|
+
valueKey: f,
|
|
526
526
|
allOptions: r
|
|
527
|
-
} =
|
|
528
|
-
...
|
|
529
|
-
modelValue:
|
|
530
|
-
},
|
|
531
|
-
return
|
|
532
|
-
() =>
|
|
533
|
-
(
|
|
534
|
-
|
|
527
|
+
} = Me({
|
|
528
|
+
...a,
|
|
529
|
+
modelValue: a.modelValue
|
|
530
|
+
}, l);
|
|
531
|
+
return E(
|
|
532
|
+
() => a.modelValue,
|
|
533
|
+
(s) => {
|
|
534
|
+
s === void 0 && (g.value = []);
|
|
535
535
|
}
|
|
536
|
-
),
|
|
536
|
+
), o({
|
|
537
537
|
clear: d
|
|
538
|
-
}), (
|
|
539
|
-
class: L([
|
|
538
|
+
}), (s, b) => (i(), w("div", {
|
|
539
|
+
class: L([s.layout === "popover" ? "flex flex-col h-full" : "flex flex-col vs-filter-checkbox space-y-0.5"])
|
|
540
540
|
}, [
|
|
541
|
-
|
|
541
|
+
u("div", {
|
|
542
542
|
class: L([
|
|
543
|
-
|
|
544
|
-
|
|
543
|
+
s.layout === "popover" ? "flex-1 overflow-y-auto p-2" : "",
|
|
544
|
+
s.layout === "inline" ? "flex-1 overflow-y-auto max-h-80" : ""
|
|
545
545
|
])
|
|
546
546
|
}, [
|
|
547
|
-
(
|
|
548
|
-
layout:
|
|
549
|
-
count:
|
|
550
|
-
label:
|
|
551
|
-
color:
|
|
547
|
+
(i(!0), w(U, null, X(e(p), (h) => (i(), I(he, {
|
|
548
|
+
layout: s.layout,
|
|
549
|
+
count: h.count,
|
|
550
|
+
label: h[e(C)],
|
|
551
|
+
color: h.color,
|
|
552
552
|
type: "checkbox",
|
|
553
|
-
value:
|
|
554
|
-
"is-selected": e(
|
|
555
|
-
onItemClick: (
|
|
553
|
+
value: h[e(f)],
|
|
554
|
+
"is-selected": e(n)(h),
|
|
555
|
+
onItemClick: (K) => e(x)(h)
|
|
556
556
|
}, null, 8, ["layout", "count", "label", "color", "value", "is-selected", "onItemClick"]))), 256))
|
|
557
557
|
], 2),
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
558
|
+
s.type === "select" && e(p).length === 0 && !e(c) ? (i(), w("div", _t, [
|
|
559
|
+
u("div", $t, [
|
|
560
|
+
Q(we),
|
|
561
|
+
u("div", At, [
|
|
562
|
+
u("p", St, S(e(t)("filter.notfound")), 1),
|
|
563
|
+
b[4] || (b[4] = u("p", { class: "mt-2 text-sm text-gray-500 dark:text-neutral-500" }, null, -1))
|
|
564
564
|
])
|
|
565
565
|
])
|
|
566
|
-
])) :
|
|
567
|
-
|
|
568
|
-
!e(k) && e(
|
|
566
|
+
])) : _("", !0),
|
|
567
|
+
s.layout !== "popover" && s.type !== "select" ? (i(), w(U, { key: 1 }, [
|
|
568
|
+
!e(k) && e(V) ? (i(), w("div", {
|
|
569
569
|
key: 0,
|
|
570
|
-
onClick:
|
|
571
|
-
(...
|
|
570
|
+
onClick: b[0] || (b[0] = //@ts-ignore
|
|
571
|
+
(...h) => e(v) && e(v)(...h)),
|
|
572
572
|
class: "inline-flex cursor-pointer items-center gap-x-1.5 text-[13px] text-gray-800 underline underline-offset-4 hover:text-blue-600 focus:outline-none focus:text-blue-600 mt-1 px-2"
|
|
573
573
|
}, [
|
|
574
|
-
G(S(e(
|
|
575
|
-
|
|
576
|
-
])) :
|
|
577
|
-
e(k) ? (
|
|
574
|
+
G(S(e(t)("filter.more")) + " ", 1),
|
|
575
|
+
Q(ve)
|
|
576
|
+
])) : _("", !0),
|
|
577
|
+
e(k) ? (i(), w("div", {
|
|
578
578
|
key: 1,
|
|
579
|
-
onClick:
|
|
580
|
-
(...
|
|
579
|
+
onClick: b[1] || (b[1] = //@ts-ignore
|
|
580
|
+
(...h) => e(v) && e(v)(...h)),
|
|
581
581
|
class: "inline-flex cursor-pointer items-center gap-x-1.5 text-[13px] text-gray-800 underline underline-offset-4 hover:text-blue-600 focus:outline-none focus:text-blue-600 mt-1 px-2"
|
|
582
582
|
}, [
|
|
583
|
-
G(S(e(
|
|
584
|
-
|
|
585
|
-
])) :
|
|
586
|
-
], 64)) :
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
G(S(e(
|
|
590
|
-
|
|
583
|
+
G(S(e(t)("filter.less")) + " ", 1),
|
|
584
|
+
Q(ke)
|
|
585
|
+
])) : _("", !0)
|
|
586
|
+
], 64)) : _("", !0),
|
|
587
|
+
s.cleanable ? (i(), w(U, { key: 2 }, [
|
|
588
|
+
s.layout === "inline" ? (i(), w("div", Bt, [
|
|
589
|
+
G(S(e(g).length) + " / " + S(e(r).length) + " " + S(e(t)("filter.selected")) + " ", 1),
|
|
590
|
+
W(u("button", {
|
|
591
591
|
class: "text-gray-600 hover:text-gray-800",
|
|
592
|
-
onClick:
|
|
593
|
-
(...
|
|
594
|
-
}, S(e(
|
|
595
|
-
[Z, e(
|
|
592
|
+
onClick: b[2] || (b[2] = //@ts-ignore
|
|
593
|
+
(...h) => e(d) && e(d)(...h))
|
|
594
|
+
}, S(e(t)("filter.clear")), 513), [
|
|
595
|
+
[Z, e(g).length !== 0]
|
|
596
596
|
])
|
|
597
|
-
])) :
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
597
|
+
])) : _("", !0),
|
|
598
|
+
s.layout === "popover" ? (i(), w("div", jt, [
|
|
599
|
+
u("span", null, S(e(g).length) + " / " + S(e(r).length) + " " + S(e(t)("filter.selected")), 1),
|
|
600
|
+
W(u("button", {
|
|
601
601
|
class: "text-gray-600 hover:text-gray-800",
|
|
602
|
-
onClick:
|
|
603
|
-
(...
|
|
604
|
-
}, S(e(
|
|
605
|
-
[Z, e(
|
|
602
|
+
onClick: b[3] || (b[3] = //@ts-ignore
|
|
603
|
+
(...h) => e(d) && e(d)(...h))
|
|
604
|
+
}, S(e(t)("filter.clear")), 513), [
|
|
605
|
+
[Z, e(g).length !== 0]
|
|
606
606
|
])
|
|
607
|
-
])) :
|
|
608
|
-
], 64)) :
|
|
607
|
+
])) : _("", !0)
|
|
608
|
+
], 64)) : _("", !0)
|
|
609
609
|
], 2));
|
|
610
610
|
}
|
|
611
|
-
}),
|
|
611
|
+
}), Dt = {}, Rt = {
|
|
612
612
|
xmlns: "http://www.w3.org/2000/svg",
|
|
613
613
|
width: "15px",
|
|
614
614
|
height: "15px",
|
|
@@ -620,18 +620,18 @@ const $t = {
|
|
|
620
620
|
"stroke-linejoin": "round",
|
|
621
621
|
class: "icon icon-tabler icons-tabler-outline icon-tabler-search stroke-gray-500 transition-all"
|
|
622
622
|
};
|
|
623
|
-
function
|
|
624
|
-
return
|
|
625
|
-
|
|
623
|
+
function Ft(m, o) {
|
|
624
|
+
return i(), w("svg", Rt, o[0] || (o[0] = [
|
|
625
|
+
u("path", {
|
|
626
626
|
stroke: "none",
|
|
627
627
|
d: "M0 0h24v24H0z",
|
|
628
628
|
fill: "none"
|
|
629
629
|
}, null, -1),
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
])
|
|
630
|
+
u("path", { d: "M10 10m-7 0a7 7 0 1 0 14 0a7 7 0 1 0 -14 0" }, null, -1),
|
|
631
|
+
u("path", { d: "M21 21l-6 -6" }, null, -1)
|
|
632
|
+
]));
|
|
633
633
|
}
|
|
634
|
-
const
|
|
634
|
+
const Le = /* @__PURE__ */ te(Dt, [["render", Ft]]), Kt = {}, Mt = {
|
|
635
635
|
xmlns: "http://www.w3.org/2000/svg",
|
|
636
636
|
viewBox: "0 0 24 24",
|
|
637
637
|
fill: "none",
|
|
@@ -643,24 +643,24 @@ const Oe = /* @__PURE__ */ te(Rt, [["render", Kt]]), Mt = {}, Lt = {
|
|
|
643
643
|
width: "15px",
|
|
644
644
|
height: "15px"
|
|
645
645
|
};
|
|
646
|
-
function
|
|
647
|
-
return
|
|
648
|
-
|
|
646
|
+
function Lt(m, o) {
|
|
647
|
+
return i(), w("svg", Mt, o[0] || (o[0] = [
|
|
648
|
+
u("path", {
|
|
649
649
|
stroke: "none",
|
|
650
650
|
d: "M0 0h24v24H0z",
|
|
651
651
|
fill: "none"
|
|
652
652
|
}, null, -1),
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
])
|
|
653
|
+
u("path", { d: "M18 6l-12 12" }, null, -1),
|
|
654
|
+
u("path", { d: "M6 6l12 12" }, null, -1)
|
|
655
|
+
]));
|
|
656
656
|
}
|
|
657
|
-
const Ce = /* @__PURE__ */ te(
|
|
658
|
-
class
|
|
659
|
-
static getWidthClass(
|
|
660
|
-
return typeof
|
|
657
|
+
const Ce = /* @__PURE__ */ te(Kt, [["render", Lt]]);
|
|
658
|
+
class Oe {
|
|
659
|
+
static getWidthClass(o) {
|
|
660
|
+
return typeof o == "number" ? `max-w-[${o}px] min-w-[${o}px]` : typeof o == "string" ? o.endsWith("%") || o.endsWith("px") ? `max-w-[${o}]` : `max-w-${o}` : "w-full";
|
|
661
661
|
}
|
|
662
662
|
}
|
|
663
|
-
const
|
|
663
|
+
const Ot = { class: "absolute bottom-2/4 translate-y-2/4 cursor-pointer left-3" }, Et = ["placeholder"], Tt = /* @__PURE__ */ q({
|
|
664
664
|
__name: "text-input",
|
|
665
665
|
props: {
|
|
666
666
|
id: {},
|
|
@@ -689,60 +689,60 @@ const Et = { class: "absolute bottom-2/4 translate-y-2/4 cursor-pointer left-3"
|
|
|
689
689
|
itemClass: {}
|
|
690
690
|
},
|
|
691
691
|
emits: ["update:modelValue", "change", "clear"],
|
|
692
|
-
setup(
|
|
693
|
-
const
|
|
694
|
-
|
|
695
|
-
() =>
|
|
696
|
-
(
|
|
697
|
-
|
|
692
|
+
setup(m, { emit: o }) {
|
|
693
|
+
const y = m, t = A((y.placeholder || y.label || y.title || y.name || "search").toString()), a = o, l = A(y.modelValue?.toString() ?? "");
|
|
694
|
+
E(
|
|
695
|
+
() => y.modelValue,
|
|
696
|
+
(x) => {
|
|
697
|
+
x !== l.value && (l.value = x?.toString() ?? "");
|
|
698
698
|
}
|
|
699
699
|
);
|
|
700
|
-
let
|
|
701
|
-
function
|
|
702
|
-
if (
|
|
703
|
-
|
|
700
|
+
let g = null;
|
|
701
|
+
function p() {
|
|
702
|
+
if (l.value = l.value.trimStart(), l.value.length === 0) {
|
|
703
|
+
n();
|
|
704
704
|
return;
|
|
705
705
|
}
|
|
706
|
-
|
|
707
|
-
|
|
706
|
+
g && clearTimeout(g), g = setTimeout(() => {
|
|
707
|
+
a("update:modelValue", l.value), a("change", { name: y.name, value: l.value });
|
|
708
708
|
}, 300);
|
|
709
709
|
}
|
|
710
|
-
function
|
|
711
|
-
|
|
710
|
+
function n() {
|
|
711
|
+
l.value = "", a("update:modelValue", ""), a("clear", y.name);
|
|
712
712
|
}
|
|
713
|
-
return (
|
|
713
|
+
return (x, d) => (i(), w("div", {
|
|
714
714
|
class: L([
|
|
715
715
|
"vs-form-text relative bg-white rounded-sm [&>input]:py-[7px] [&>input]:max-h-[38px] [&>input]:ps-10 [&>input]:pe-8 [&>input]:block [&>input]:w-full [&>input]:bg-gray-100 [&>input]:border-transparent [&>input]:rounded-sm [&>input]:text-sm [&>input]:focus:bg-white [&>input]:focus:border-blue-500 [&>input]:focus:ring-blue-500 [&>input]:disabled:opacity-50 [&>input]:disabled:pointer-events-none [&>input]:dark:bg-neutral-700 [&>input]:dark:border-transparent [&>input]:dark:text-neutral-400 [&>input]:dark:placeholder:text-neutral-400 dark:focus:bg-neutral-800 dark:focus:ring-neutral-600",
|
|
716
|
-
|
|
716
|
+
x.layout === "inline" ? e(Oe).getWidthClass(x.width) : "mb-2" + (x.layout === "popover" ? " m-2" : "")
|
|
717
717
|
])
|
|
718
718
|
}, [
|
|
719
|
-
|
|
720
|
-
|
|
719
|
+
u("div", Ot, [
|
|
720
|
+
Q(Le)
|
|
721
721
|
]),
|
|
722
|
-
|
|
722
|
+
l.value !== "" ? (i(), w("div", {
|
|
723
723
|
key: 0,
|
|
724
|
-
onClick:
|
|
724
|
+
onClick: n,
|
|
725
725
|
class: "absolute bottom-2/4 translate-y-2/4 right-3 cursor-pointer"
|
|
726
726
|
}, [
|
|
727
|
-
|
|
728
|
-
])) :
|
|
729
|
-
|
|
727
|
+
Q(Ce)
|
|
728
|
+
])) : _("", !0),
|
|
729
|
+
W(u("input", {
|
|
730
730
|
type: "text",
|
|
731
|
-
"onUpdate:modelValue": d[0] || (d[0] = (
|
|
732
|
-
onInput:
|
|
733
|
-
placeholder:
|
|
731
|
+
"onUpdate:modelValue": d[0] || (d[0] = (v) => l.value = v),
|
|
732
|
+
onInput: p,
|
|
733
|
+
placeholder: t.value,
|
|
734
734
|
class: "!pr-7 !pl-8 bg-white h-[38px] min-w-[100px] text-sm py-2 px-3 block w-full border border-solid placeholder:text-nowrap border-stone-200 rounded-sm text-sm text-stone-800 placeholder:text-stone-400 focus:border-2 focus:z-10 focus:border-blue-500 focus:ring-blue-500 focus:outline-blue-500"
|
|
735
|
-
}, null, 40,
|
|
736
|
-
[ee,
|
|
735
|
+
}, null, 40, Et), [
|
|
736
|
+
[ee, l.value]
|
|
737
737
|
])
|
|
738
738
|
], 2));
|
|
739
739
|
}
|
|
740
740
|
});
|
|
741
|
-
function
|
|
741
|
+
function Ee(m = { color: "blue" }) {
|
|
742
742
|
return O(() => {
|
|
743
|
-
const
|
|
743
|
+
const y = `w-full px-3 py-2 border-solid border text-black border-gray-300 text-sm rounded focus:outline-none focus:ring-2 focus:ring-${m.color}-500 focus:border-transparent
|
|
744
744
|
text-gray-800 bg-white dark:text-neutral-300 dark:bg-neutral-800 dark:border-neutral-600`;
|
|
745
|
-
return
|
|
745
|
+
return m?.size === "sm" ? `${y}h-[32px]` : `${y}h-[38px]`;
|
|
746
746
|
});
|
|
747
747
|
}
|
|
748
748
|
function It() {
|
|
@@ -751,8 +751,8 @@ function It() {
|
|
|
751
751
|
function Ut() {
|
|
752
752
|
return "font-medium border border-gray-200 border-solid disabled:pointer-events-none disabled:opacity-50 h-7 rounded-md text-xs px-2 py-1 text-gray-800 bg-white hover:bg-gray-100 dark:text-neutral-300 dark:bg-neutral-800 dark:hover:bg-neutral-700 dark:border-neutral-600";
|
|
753
753
|
}
|
|
754
|
-
function
|
|
755
|
-
return
|
|
754
|
+
function Te(m) {
|
|
755
|
+
return m === "ghost" ? "inline-flex relative py-2 px-4 items-center gap-x-2 text-sm font-medium rounded-sm border text-gray-600 hover:bg-blue-100 hover:text-gray-800 focus:outline-hidden focus:bg-gray-100 focus:text-gray-800 disabled:opacity-50 disabled:pointer-events-none dark:text-gray-500 dark:hover:bg-blue-800/30 dark:hover:text-blue-400 dark:focus:bg-blue-800/30 dark:focus:text-blue-400" : m === "soft" ? "inline-flex relative py-2 px-4 items-center gap-x-2 text-sm font-medium rounded-sm border bg-white-100 text-gray-800 hover:bg-gray-200 hover:bg-gray-200 focus:outline-hidden focus:bg-gray-200 disabled:opacity-50 disabled:pointer-events-none dark:text-blue-400 dark:hover:bg-blue-900 dark:focus:bg-blue-900" : "relative border-solid border-gray-200 focus-visible:outline-hidden focus-visible:ring-ring inline-flex items-center justify-center whitespace-nowrap rounded-md text-sm font-medium focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 border-input hover:bg-gray-100 border px-4 py-2 gap-1 bg-transparent h-[38px]";
|
|
756
756
|
}
|
|
757
757
|
const zt = {
|
|
758
758
|
key: 0,
|
|
@@ -764,7 +764,7 @@ const zt = {
|
|
|
764
764
|
key: 0,
|
|
765
765
|
class: "block text-xs font-medium text-gray-600 mb-1"
|
|
766
766
|
}, Wt = ["placeholder", "disabled"], qt = ["disabled"];
|
|
767
|
-
const Qt = /* @__PURE__ */
|
|
767
|
+
const Qt = /* @__PURE__ */ q({
|
|
768
768
|
__name: "range-input",
|
|
769
769
|
props: {
|
|
770
770
|
id: {},
|
|
@@ -793,208 +793,208 @@ const Qt = /* @__PURE__ */ W({
|
|
|
793
793
|
itemClass: {}
|
|
794
794
|
},
|
|
795
795
|
emits: ["update:modelValue", "change", "clear"],
|
|
796
|
-
setup(
|
|
797
|
-
const
|
|
798
|
-
|
|
799
|
-
),
|
|
800
|
-
get: () =>
|
|
801
|
-
set: (
|
|
802
|
-
|
|
796
|
+
setup(m, { expose: o, emit: y }) {
|
|
797
|
+
const t = Ee(), a = It(), l = oe(), g = m, p = A(
|
|
798
|
+
g.modelValue ?? g.default ?? []
|
|
799
|
+
), n = y, x = O({
|
|
800
|
+
get: () => g.modelValue ?? p.value,
|
|
801
|
+
set: (c) => {
|
|
802
|
+
g.modelValue !== void 0 ? n("update:modelValue", c) : p.value = c;
|
|
803
803
|
}
|
|
804
804
|
});
|
|
805
805
|
function d() {
|
|
806
|
-
|
|
806
|
+
n("change", { name: g.name, value: x.value || p.value });
|
|
807
807
|
}
|
|
808
|
-
function
|
|
809
|
-
|
|
808
|
+
function v() {
|
|
809
|
+
p.value = [], x.value = p.value, n("clear", g.name);
|
|
810
810
|
}
|
|
811
|
-
return
|
|
812
|
-
|
|
813
|
-
}),
|
|
814
|
-
clear:
|
|
815
|
-
currentValue:
|
|
816
|
-
}), (
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
class: L(
|
|
811
|
+
return E(() => g.modelValue, (c) => {
|
|
812
|
+
c !== void 0 && g.layout !== "popover" ? (p.value = c, n("update:modelValue", c)) : p.value = [];
|
|
813
|
+
}), o({
|
|
814
|
+
clear: v,
|
|
815
|
+
currentValue: x
|
|
816
|
+
}), (c, k) => (i(), w(U, null, [
|
|
817
|
+
u("div", null, [
|
|
818
|
+
u("div", {
|
|
819
|
+
class: L(c.layout === "vertical" ? "inline-flex items-center gap-2" : "space-y-3 p-2")
|
|
820
820
|
}, [
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
821
|
+
u("div", null, [
|
|
822
|
+
c.layout !== "vertical" ? (i(), w("label", zt, S(e(l)("filter.from")), 1)) : _("", !0),
|
|
823
|
+
W(u("input", {
|
|
824
824
|
type: "number",
|
|
825
|
-
class: L(e(
|
|
826
|
-
placeholder:
|
|
825
|
+
class: L(e(t)),
|
|
826
|
+
placeholder: c.placeholder?.[0] ?? "min",
|
|
827
827
|
step: "1",
|
|
828
828
|
style: { outline: "none" },
|
|
829
|
-
"onUpdate:modelValue": k[0] || (k[0] = (
|
|
830
|
-
disabled:
|
|
829
|
+
"onUpdate:modelValue": k[0] || (k[0] = (V) => x.value[0] = V),
|
|
830
|
+
disabled: c.disabled
|
|
831
831
|
}, null, 10, Nt), [
|
|
832
|
-
[ee,
|
|
832
|
+
[ee, x.value[0]]
|
|
833
833
|
])
|
|
834
834
|
]),
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
835
|
+
c.layout === "vertical" ? (i(), w("label", Pt, " - ")) : _("", !0),
|
|
836
|
+
u("div", null, [
|
|
837
|
+
c.layout !== "vertical" ? (i(), w("label", Yt, S(e(l)("filter.to")), 1)) : _("", !0),
|
|
838
|
+
W(u("input", {
|
|
839
839
|
type: "number",
|
|
840
|
-
class: L(e(
|
|
841
|
-
placeholder:
|
|
840
|
+
class: L(e(t)),
|
|
841
|
+
placeholder: c.placeholder?.[1] ?? "max",
|
|
842
842
|
min: "0",
|
|
843
843
|
max: "1000000000000000",
|
|
844
844
|
step: "1",
|
|
845
845
|
style: { outline: "none" },
|
|
846
|
-
"onUpdate:modelValue": k[1] || (k[1] = (
|
|
847
|
-
disabled:
|
|
846
|
+
"onUpdate:modelValue": k[1] || (k[1] = (V) => x.value[1] = V),
|
|
847
|
+
disabled: c.disabled
|
|
848
848
|
}, null, 10, Wt), [
|
|
849
|
-
[ee,
|
|
849
|
+
[ee, x.value[1]]
|
|
850
850
|
])
|
|
851
851
|
]),
|
|
852
|
-
["popover", "inline", "vertical"].includes(
|
|
852
|
+
["popover", "inline", "vertical"].includes(c.layout) ? (i(), w("button", {
|
|
853
853
|
key: 1,
|
|
854
854
|
onClick: d,
|
|
855
|
-
class: L(e(
|
|
856
|
-
}, S(
|
|
857
|
-
["popover", "inline"].includes(
|
|
855
|
+
class: L(e(a) + (c.layout === "vertical" ? " w-[50px]" : " bg-blue-100 hover:bg-blue-200"))
|
|
856
|
+
}, S(c.layout === "vertical" ? "Ok" : e(l)("filter.apply")), 3)) : _("", !0),
|
|
857
|
+
["popover", "inline"].includes(c.layout) ? (i(), w("button", {
|
|
858
858
|
key: 2,
|
|
859
|
-
disabled: !(
|
|
860
|
-
onClick:
|
|
861
|
-
class: L(e(
|
|
862
|
-
}, S(e(
|
|
859
|
+
disabled: !(x.value[0] || x.value[1]),
|
|
860
|
+
onClick: v,
|
|
861
|
+
class: L(e(a) + " hover:bg-gray-100")
|
|
862
|
+
}, S(e(l)("filter.clear")), 11, qt)) : _("", !0)
|
|
863
863
|
], 2)
|
|
864
864
|
]),
|
|
865
|
-
(
|
|
865
|
+
(c.cleanable && p.value.length, _("", !0))
|
|
866
866
|
], 64));
|
|
867
867
|
}
|
|
868
868
|
});
|
|
869
869
|
class H {
|
|
870
|
-
static format(
|
|
871
|
-
const
|
|
872
|
-
return `${
|
|
873
|
-
}
|
|
874
|
-
static getShiftedDay(
|
|
875
|
-
const
|
|
876
|
-
return
|
|
877
|
-
}
|
|
878
|
-
static getLastWeekRange(
|
|
879
|
-
if (
|
|
880
|
-
const
|
|
881
|
-
return
|
|
870
|
+
static format(o) {
|
|
871
|
+
const y = o.getFullYear(), t = (o.getMonth() + 1).toString().padStart(2, "0"), a = o.getDate().toString().padStart(2, "0");
|
|
872
|
+
return `${y}-${t}-${a}`;
|
|
873
|
+
}
|
|
874
|
+
static getShiftedDay(o, y = 0) {
|
|
875
|
+
const t = o ? new Date(o) : /* @__PURE__ */ new Date();
|
|
876
|
+
return t.setDate(t.getDate() + y), this.format(t);
|
|
877
|
+
}
|
|
878
|
+
static getLastWeekRange(o, y, t = 0) {
|
|
879
|
+
if (o && y) {
|
|
880
|
+
const x = new Date(o), d = new Date(y);
|
|
881
|
+
return x.setDate(x.getDate() + t * 7), d.setDate(d.getDate() + t * 7), [this.format(x), this.format(d)];
|
|
882
882
|
}
|
|
883
|
-
const
|
|
884
|
-
|
|
885
|
-
const
|
|
886
|
-
return
|
|
887
|
-
}
|
|
888
|
-
static getMonthRange(
|
|
889
|
-
let
|
|
890
|
-
|
|
891
|
-
const
|
|
892
|
-
return [this.format(
|
|
893
|
-
}
|
|
894
|
-
static getQuarterRange(
|
|
895
|
-
const
|
|
896
|
-
let
|
|
897
|
-
|
|
898
|
-
const
|
|
899
|
-
return [this.format(
|
|
900
|
-
}
|
|
901
|
-
static getYear(
|
|
902
|
-
let
|
|
903
|
-
return
|
|
904
|
-
}
|
|
905
|
-
static getYearRange(
|
|
906
|
-
let
|
|
907
|
-
return
|
|
908
|
-
this.format(new Date(
|
|
909
|
-
this.format(new Date(
|
|
883
|
+
const a = /* @__PURE__ */ new Date(), l = a.getDay(), g = l === 0 ? 13 : l - 1 + 7, p = new Date(a);
|
|
884
|
+
p.setDate(a.getDate() - g + t * 7);
|
|
885
|
+
const n = new Date(p);
|
|
886
|
+
return n.setDate(p.getDate() + 6), [this.format(p), this.format(n)];
|
|
887
|
+
}
|
|
888
|
+
static getMonthRange(o, y, t = 0) {
|
|
889
|
+
let a;
|
|
890
|
+
o ? a = new Date(o) : a = /* @__PURE__ */ new Date(), a = new Date(a.getFullYear(), a.getMonth() + t, 1);
|
|
891
|
+
const l = a, g = new Date(a.getFullYear(), a.getMonth() + 1, 0);
|
|
892
|
+
return [this.format(l), this.format(g)];
|
|
893
|
+
}
|
|
894
|
+
static getQuarterRange(o, y, t = 0) {
|
|
895
|
+
const a = o || y, l = a ? new Date(a) : /* @__PURE__ */ new Date();
|
|
896
|
+
let g = Math.floor(l.getMonth() / 3);
|
|
897
|
+
g += t;
|
|
898
|
+
const p = (g % 4 + 4) % 4 * 3, n = l.getFullYear() + Math.floor(g / 4), x = new Date(n, p, 1), d = new Date(n, p + 3, 0);
|
|
899
|
+
return [this.format(x), this.format(d)];
|
|
900
|
+
}
|
|
901
|
+
static getYear(o, y = 0) {
|
|
902
|
+
let t;
|
|
903
|
+
return o && /^\d{4}$/.test(o) ? t = parseInt(o, 10) : o ? t = new Date(o).getFullYear() : t = (/* @__PURE__ */ new Date()).getFullYear(), String(t + y);
|
|
904
|
+
}
|
|
905
|
+
static getYearRange(o, y = 0) {
|
|
906
|
+
let t;
|
|
907
|
+
return o && /^\d{4}$/.test(o) ? t = parseInt(o, 10) : o ? t = new Date(o).getFullYear() : t = (/* @__PURE__ */ new Date()).getFullYear(), [
|
|
908
|
+
this.format(new Date(t + y, 0, 1)),
|
|
909
|
+
this.format(new Date(t + y + 1, 0, 0))
|
|
910
910
|
];
|
|
911
911
|
}
|
|
912
|
-
static getRangeFromDaysBefore(
|
|
913
|
-
const
|
|
914
|
-
return
|
|
912
|
+
static getRangeFromDaysBefore(o) {
|
|
913
|
+
const y = /* @__PURE__ */ new Date(), t = new Date(y.getTime());
|
|
914
|
+
return t.setDate(y.getDate() - o), [this.format(t), this.format(y)];
|
|
915
915
|
}
|
|
916
916
|
}
|
|
917
|
-
function Ie(
|
|
917
|
+
function Ie(m, o) {
|
|
918
918
|
const {
|
|
919
|
-
popoverRef:
|
|
920
|
-
} =
|
|
921
|
-
|
|
922
|
-
),
|
|
923
|
-
function
|
|
924
|
-
const r = H.getRangeFromDaysBefore(
|
|
925
|
-
return
|
|
926
|
-
}
|
|
927
|
-
function
|
|
928
|
-
|
|
929
|
-
const
|
|
930
|
-
switch (
|
|
919
|
+
popoverRef: y
|
|
920
|
+
} = m, t = oe(), a = A(""), l = A(
|
|
921
|
+
m.modelValue ?? m.default ?? []
|
|
922
|
+
), g = A(0);
|
|
923
|
+
function p() {
|
|
924
|
+
const r = H.getRangeFromDaysBefore(g.value);
|
|
925
|
+
return l.value = [...r], o("change", { name: m.name, value: l.value }), o("update:modelValue", l.value), r;
|
|
926
|
+
}
|
|
927
|
+
function n(r) {
|
|
928
|
+
a.value = r, y.value?.close();
|
|
929
|
+
const s = [];
|
|
930
|
+
switch (a.value) {
|
|
931
931
|
case "today":
|
|
932
|
-
|
|
932
|
+
s.push(H.getShiftedDay()), s.push(H.getShiftedDay());
|
|
933
933
|
break;
|
|
934
934
|
case "week":
|
|
935
|
-
|
|
935
|
+
s.push(...H.getLastWeekRange());
|
|
936
936
|
break;
|
|
937
937
|
case "month":
|
|
938
|
-
|
|
938
|
+
s.push(...H.getMonthRange());
|
|
939
939
|
break;
|
|
940
940
|
case "quarter":
|
|
941
|
-
|
|
941
|
+
s.push(...H.getQuarterRange());
|
|
942
942
|
break;
|
|
943
943
|
case "year":
|
|
944
|
-
|
|
944
|
+
s.push(...H.getYearRange());
|
|
945
945
|
break;
|
|
946
946
|
case "last_7_days":
|
|
947
|
-
|
|
947
|
+
g.value = 7, p();
|
|
948
948
|
break;
|
|
949
949
|
case "range":
|
|
950
|
-
|
|
950
|
+
g.value = 7, s.push(...p());
|
|
951
951
|
break;
|
|
952
952
|
}
|
|
953
|
-
|
|
953
|
+
l.value = [...s], o("change", { name: m.name, value: l.value }), o("update:modelValue", l.value);
|
|
954
954
|
}
|
|
955
|
-
function
|
|
955
|
+
function x() {
|
|
956
956
|
const r = [];
|
|
957
|
-
switch (
|
|
957
|
+
switch (a.value) {
|
|
958
958
|
case "today":
|
|
959
|
-
r.push(H.getShiftedDay(
|
|
959
|
+
r.push(H.getShiftedDay(l.value[0], 1));
|
|
960
960
|
break;
|
|
961
961
|
case "week":
|
|
962
|
-
r.push(...H.getLastWeekRange(
|
|
962
|
+
r.push(...H.getLastWeekRange(l.value[0], l.value[1], 1));
|
|
963
963
|
break;
|
|
964
964
|
case "month":
|
|
965
|
-
r.push(...H.getMonthRange(
|
|
965
|
+
r.push(...H.getMonthRange(l.value[0], l.value[1], 1));
|
|
966
966
|
break;
|
|
967
967
|
case "quarter":
|
|
968
|
-
r.push(...H.getQuarterRange(
|
|
968
|
+
r.push(...H.getQuarterRange(l.value[0], l.value[1], 1));
|
|
969
969
|
break;
|
|
970
970
|
case "year":
|
|
971
|
-
r.push(...H.getYearRange(
|
|
971
|
+
r.push(...H.getYearRange(l.value[0], 1));
|
|
972
972
|
break;
|
|
973
973
|
}
|
|
974
|
-
|
|
974
|
+
l.value = [...r], o("change", { name: m.name, value: l.value }), o("update:modelValue", l.value);
|
|
975
975
|
}
|
|
976
976
|
function d() {
|
|
977
977
|
const r = [];
|
|
978
|
-
switch (
|
|
978
|
+
switch (a.value) {
|
|
979
979
|
case "today":
|
|
980
|
-
r.push(H.getShiftedDay(
|
|
980
|
+
r.push(H.getShiftedDay(l.value[0], -1));
|
|
981
981
|
break;
|
|
982
982
|
case "week":
|
|
983
|
-
r.push(...H.getLastWeekRange(
|
|
983
|
+
r.push(...H.getLastWeekRange(l.value[0], l.value[1], -1));
|
|
984
984
|
break;
|
|
985
985
|
case "month":
|
|
986
|
-
r.push(...H.getMonthRange(
|
|
986
|
+
r.push(...H.getMonthRange(l.value[0], l.value[1], -1));
|
|
987
987
|
break;
|
|
988
988
|
case "quarter":
|
|
989
|
-
r.push(...H.getQuarterRange(
|
|
989
|
+
r.push(...H.getQuarterRange(l.value[0], l.value[1], -1));
|
|
990
990
|
break;
|
|
991
991
|
case "year":
|
|
992
|
-
r.push(...H.getYearRange(
|
|
992
|
+
r.push(...H.getYearRange(l.value[0], -1));
|
|
993
993
|
break;
|
|
994
994
|
}
|
|
995
|
-
|
|
995
|
+
l.value = [...r], o("change", { name: m.name, value: l.value }), o("update:modelValue", l.value);
|
|
996
996
|
}
|
|
997
|
-
const
|
|
997
|
+
const v = [
|
|
998
998
|
"Січень",
|
|
999
999
|
"Лютий",
|
|
1000
1000
|
"Березень",
|
|
@@ -1008,60 +1008,60 @@ function Ie(t, n) {
|
|
|
1008
1008
|
"Листопад",
|
|
1009
1009
|
"Грудень"
|
|
1010
1010
|
];
|
|
1011
|
-
function
|
|
1012
|
-
const [
|
|
1013
|
-
return `${
|
|
1011
|
+
function c(r) {
|
|
1012
|
+
const [s, b, h] = r.split("-");
|
|
1013
|
+
return `${h}.${b}.${s}`;
|
|
1014
1014
|
}
|
|
1015
|
-
function k(r,
|
|
1016
|
-
const
|
|
1017
|
-
return new Intl.DateTimeFormat(localStorage.locale, { month:
|
|
1015
|
+
function k(r, s = "long") {
|
|
1016
|
+
const b = new Date(Date.UTC(2e3, r - 1, 1));
|
|
1017
|
+
return new Intl.DateTimeFormat(localStorage.locale, { month: s, timeZone: "UTC" }).format(b);
|
|
1018
1018
|
}
|
|
1019
|
-
function
|
|
1020
|
-
const { value:
|
|
1019
|
+
function V(r) {
|
|
1020
|
+
const { value: s } = l;
|
|
1021
1021
|
switch (r) {
|
|
1022
1022
|
case "today":
|
|
1023
|
-
return
|
|
1023
|
+
return c(s[0]);
|
|
1024
1024
|
case "range":
|
|
1025
1025
|
return "Період";
|
|
1026
1026
|
case "week":
|
|
1027
|
-
return
|
|
1027
|
+
return s[0] && s[1] ? `${c(s[0])} – ${c(s[1])}` : "";
|
|
1028
1028
|
case "quarter":
|
|
1029
|
-
if (
|
|
1030
|
-
const
|
|
1031
|
-
return `${Math.floor(
|
|
1029
|
+
if (s[0]) {
|
|
1030
|
+
const b = new Date(s[0]), h = b.getFullYear(), K = b.getMonth();
|
|
1031
|
+
return `${Math.floor(K / 3) + 1} ${t("filter.quarter")} ${h}`;
|
|
1032
1032
|
}
|
|
1033
1033
|
return "";
|
|
1034
1034
|
case "month":
|
|
1035
|
-
if (
|
|
1036
|
-
const [
|
|
1037
|
-
return `${k(parseInt(
|
|
1035
|
+
if (s[0]) {
|
|
1036
|
+
const [b, h] = s[0].split("-");
|
|
1037
|
+
return `${k(parseInt(h, 10))} ${b}`;
|
|
1038
1038
|
}
|
|
1039
1039
|
return "";
|
|
1040
1040
|
case "year":
|
|
1041
|
-
return
|
|
1041
|
+
return s[0] || "";
|
|
1042
1042
|
case "last_7_days":
|
|
1043
1043
|
return "За останні дні";
|
|
1044
1044
|
default:
|
|
1045
|
-
return
|
|
1045
|
+
return m.label ?? "";
|
|
1046
1046
|
}
|
|
1047
1047
|
}
|
|
1048
|
-
const C = O(() =>
|
|
1049
|
-
function
|
|
1050
|
-
|
|
1048
|
+
const C = O(() => a.value ? V(a.value) : m.label ?? "");
|
|
1049
|
+
function f() {
|
|
1050
|
+
a.value = "", l.value = [], o("update:modelValue", []), o("clear", m.name);
|
|
1051
1051
|
}
|
|
1052
1052
|
return {
|
|
1053
|
-
activeMode:
|
|
1054
|
-
innerValue:
|
|
1055
|
-
daysBefore:
|
|
1056
|
-
onDaysBeforeChange:
|
|
1057
|
-
onSelectChange:
|
|
1058
|
-
nextClick:
|
|
1053
|
+
activeMode: a,
|
|
1054
|
+
innerValue: l,
|
|
1055
|
+
daysBefore: g,
|
|
1056
|
+
onDaysBeforeChange: p,
|
|
1057
|
+
onSelectChange: n,
|
|
1058
|
+
nextClick: x,
|
|
1059
1059
|
prevClick: d,
|
|
1060
|
-
ukMonths:
|
|
1061
|
-
formatDisplayDate:
|
|
1062
|
-
getModeLabel:
|
|
1060
|
+
ukMonths: v,
|
|
1061
|
+
formatDisplayDate: c,
|
|
1062
|
+
getModeLabel: V,
|
|
1063
1063
|
currentLabel: C,
|
|
1064
|
-
clear:
|
|
1064
|
+
clear: f
|
|
1065
1065
|
};
|
|
1066
1066
|
}
|
|
1067
1067
|
const Ht = {
|
|
@@ -1079,8 +1079,8 @@ const Ht = {
|
|
|
1079
1079
|
}, ll = {
|
|
1080
1080
|
key: 0,
|
|
1081
1081
|
class: "block text-xs font-medium text-gray-600 mb-1"
|
|
1082
|
-
},
|
|
1083
|
-
const rl = /* @__PURE__ */
|
|
1082
|
+
}, ol = ["min", "disabled"], al = { class: "flex gap-1 pt-2" }, nl = ["onClick"];
|
|
1083
|
+
const rl = /* @__PURE__ */ q({
|
|
1084
1084
|
__name: "date-input",
|
|
1085
1085
|
props: {
|
|
1086
1086
|
id: {},
|
|
@@ -1109,241 +1109,253 @@ const rl = /* @__PURE__ */ W({
|
|
|
1109
1109
|
itemClass: {}
|
|
1110
1110
|
},
|
|
1111
1111
|
emits: ["update:modelValue", "change", "clear"],
|
|
1112
|
-
setup(
|
|
1113
|
-
const
|
|
1114
|
-
activeMode:
|
|
1112
|
+
setup(m, { expose: o, emit: y }) {
|
|
1113
|
+
const t = m, a = Ee(), l = Ut(), g = oe(), p = y, n = A(null), {
|
|
1114
|
+
activeMode: x,
|
|
1115
1115
|
innerValue: d,
|
|
1116
|
-
onSelectChange:
|
|
1117
|
-
nextClick:
|
|
1116
|
+
onSelectChange: v,
|
|
1117
|
+
nextClick: c,
|
|
1118
1118
|
prevClick: k,
|
|
1119
|
-
clear:
|
|
1120
|
-
} = Ie(
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1119
|
+
clear: V
|
|
1120
|
+
} = Ie(
|
|
1121
|
+
{
|
|
1122
|
+
...t,
|
|
1123
|
+
popoverRef: n
|
|
1124
|
+
},
|
|
1125
|
+
p
|
|
1126
|
+
);
|
|
1127
|
+
return E(
|
|
1128
|
+
() => t.modelValue,
|
|
1129
|
+
(C) => {
|
|
1130
|
+
C !== void 0 ? (d.value = C, p("update:modelValue", C)) : (x.value = "", d.value = []);
|
|
1131
|
+
}
|
|
1132
|
+
), E(
|
|
1133
|
+
d,
|
|
1134
|
+
(C) => {
|
|
1135
|
+
p("update:modelValue", C), p("change", { name: t.name, value: C });
|
|
1136
|
+
},
|
|
1137
|
+
{ deep: !0 }
|
|
1138
|
+
), o({
|
|
1139
|
+
clear: V,
|
|
1140
|
+
popoverRef: n
|
|
1141
|
+
}), (C, f) => (i(), w(U, null, [
|
|
1142
|
+
C.layout === "inline" ? (i(), w("div", Ht, [
|
|
1143
|
+
e(x) !== "" && e(x) === "range" ? (i(), w("div", Gt, [
|
|
1144
|
+
W(u("input", {
|
|
1133
1145
|
type: "date",
|
|
1134
1146
|
max: e(d)[1],
|
|
1135
1147
|
locale: "uk-UA",
|
|
1136
|
-
"onUpdate:modelValue":
|
|
1148
|
+
"onUpdate:modelValue": f[0] || (f[0] = (r) => e(d)[0] = r),
|
|
1137
1149
|
class: "px-2 p-0 border text-[12px] max-w-[calc(50%-5px)] h-[38px] rounded-sm focus:outline-blue-600",
|
|
1138
|
-
disabled:
|
|
1150
|
+
disabled: C.disabled
|
|
1139
1151
|
}, null, 8, Xt), [
|
|
1140
1152
|
[ee, e(d)[0]]
|
|
1141
1153
|
]),
|
|
1142
|
-
|
|
1154
|
+
W(u("input", {
|
|
1143
1155
|
type: "date",
|
|
1144
1156
|
min: e(d)[0],
|
|
1145
1157
|
locale: "uk-UA",
|
|
1146
|
-
"onUpdate:modelValue":
|
|
1158
|
+
"onUpdate:modelValue": f[1] || (f[1] = (r) => e(d)[1] = r),
|
|
1147
1159
|
class: "px-2 p-0 border text-[12px] max-w-[calc(50%-5px)] h-[38px] rounded-sm focus:outline-blue-600 appearance-auto",
|
|
1148
|
-
disabled:
|
|
1160
|
+
disabled: C.disabled
|
|
1149
1161
|
}, null, 8, Jt), [
|
|
1150
1162
|
[ee, e(d)[1]]
|
|
1151
1163
|
])
|
|
1152
|
-
])) :
|
|
1153
|
-
])) :
|
|
1154
|
-
|
|
1155
|
-
class: L(
|
|
1164
|
+
])) : _("", !0)
|
|
1165
|
+
])) : _("", !0),
|
|
1166
|
+
u("div", {
|
|
1167
|
+
class: L(C.layout === "popover" ? "space-y-3 p-2" : "flex items-center gap-2")
|
|
1156
1168
|
}, [
|
|
1157
|
-
|
|
1158
|
-
class: L(
|
|
1169
|
+
u("div", {
|
|
1170
|
+
class: L(C.layout !== "popover" ? "w-[48%]" : "")
|
|
1159
1171
|
}, [
|
|
1160
|
-
|
|
1161
|
-
|
|
1172
|
+
C.layout === "popover" ? (i(), w("label", Zt, S(e(g)("filter.from")), 1)) : _("", !0),
|
|
1173
|
+
W(u("input", {
|
|
1162
1174
|
type: "date",
|
|
1163
1175
|
max: e(d)[1],
|
|
1164
1176
|
locale: "uk-UA",
|
|
1165
|
-
"onUpdate:modelValue":
|
|
1166
|
-
class: L(e(
|
|
1167
|
-
disabled:
|
|
1177
|
+
"onUpdate:modelValue": f[2] || (f[2] = (r) => e(d)[0] = r),
|
|
1178
|
+
class: L(e(a)),
|
|
1179
|
+
disabled: C.disabled
|
|
1168
1180
|
}, null, 10, el), [
|
|
1169
1181
|
[ee, e(d)[0]]
|
|
1170
1182
|
])
|
|
1171
1183
|
], 2),
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
class: L(
|
|
1184
|
+
C.layout !== "popover" ? (i(), w("label", tl, " - ")) : _("", !0),
|
|
1185
|
+
u("div", {
|
|
1186
|
+
class: L(C.layout !== "popover" ? "w-[48%]" : "")
|
|
1175
1187
|
}, [
|
|
1176
|
-
|
|
1177
|
-
|
|
1188
|
+
C.layout === "popover" ? (i(), w("label", ll, S(e(g)("filter.to")), 1)) : _("", !0),
|
|
1189
|
+
W(u("input", {
|
|
1178
1190
|
type: "date",
|
|
1179
1191
|
min: e(d)[0],
|
|
1180
1192
|
locale: "uk-UA",
|
|
1181
|
-
"onUpdate:modelValue":
|
|
1182
|
-
class: L(e(
|
|
1183
|
-
disabled:
|
|
1184
|
-
}, null, 10,
|
|
1193
|
+
"onUpdate:modelValue": f[3] || (f[3] = (r) => e(d)[1] = r),
|
|
1194
|
+
class: L(e(a)),
|
|
1195
|
+
disabled: C.disabled
|
|
1196
|
+
}, null, 10, ol), [
|
|
1185
1197
|
[ee, e(d)[1]]
|
|
1186
1198
|
])
|
|
1187
1199
|
], 2)
|
|
1188
1200
|
], 2),
|
|
1189
|
-
|
|
1190
|
-
(
|
|
1201
|
+
u("div", al, [
|
|
1202
|
+
(i(), w(U, null, X(["today", "week", "month", "quarter", "year"], (r) => u("button", {
|
|
1191
1203
|
key: r,
|
|
1192
|
-
class: L(e(
|
|
1193
|
-
onClick: (
|
|
1194
|
-
}, S(e(
|
|
1195
|
-
|
|
1196
|
-
class: L(e(
|
|
1197
|
-
onClick:
|
|
1204
|
+
class: L(e(l) + (e(x) === r ? " bg-blue-100" : "")),
|
|
1205
|
+
onClick: (s) => e(v)(r)
|
|
1206
|
+
}, S(e(g)("filter." + r)), 11, nl)), 64)),
|
|
1207
|
+
u("button", {
|
|
1208
|
+
class: L(e(l)),
|
|
1209
|
+
onClick: f[4] || (f[4] = //@ts-ignore
|
|
1198
1210
|
(...r) => e(k) && e(k)(...r))
|
|
1199
|
-
}, "
|
|
1200
|
-
|
|
1201
|
-
class: L(e(
|
|
1202
|
-
onClick:
|
|
1203
|
-
(...r) => e(
|
|
1204
|
-
}, "
|
|
1211
|
+
}, "<", 2),
|
|
1212
|
+
u("button", {
|
|
1213
|
+
class: L(e(l)),
|
|
1214
|
+
onClick: f[5] || (f[5] = //@ts-ignore
|
|
1215
|
+
(...r) => e(c) && e(c)(...r))
|
|
1216
|
+
}, ">", 2)
|
|
1205
1217
|
]),
|
|
1206
|
-
(
|
|
1218
|
+
(C.cleanable, _("", !0))
|
|
1207
1219
|
], 64));
|
|
1208
1220
|
}
|
|
1209
1221
|
});
|
|
1210
|
-
function sl(
|
|
1222
|
+
function sl(m, o) {
|
|
1211
1223
|
const {
|
|
1212
|
-
api:
|
|
1213
|
-
options:
|
|
1214
|
-
limit:
|
|
1215
|
-
dataKey:
|
|
1216
|
-
} =
|
|
1217
|
-
function
|
|
1218
|
-
return
|
|
1219
|
-
}
|
|
1220
|
-
const
|
|
1221
|
-
function
|
|
1222
|
-
const
|
|
1223
|
-
return { autoValueKey:
|
|
1224
|
-
}
|
|
1225
|
-
if (
|
|
1226
|
-
const
|
|
1227
|
-
|
|
1228
|
-
}
|
|
1229
|
-
const
|
|
1230
|
-
if (
|
|
1231
|
-
const
|
|
1232
|
-
if (
|
|
1233
|
-
if (!
|
|
1234
|
-
return
|
|
1235
|
-
const
|
|
1236
|
-
return
|
|
1224
|
+
api: y,
|
|
1225
|
+
options: t = [],
|
|
1226
|
+
limit: a = 20,
|
|
1227
|
+
dataKey: l = "data"
|
|
1228
|
+
} = m, g = m.multi;
|
|
1229
|
+
function p(j) {
|
|
1230
|
+
return g ? Array.isArray(j) ? j : j ? [j] : [] : Array.isArray(j) ? j[0] : j;
|
|
1231
|
+
}
|
|
1232
|
+
const n = A(p(m.modelValue)), x = A(""), d = A(!1), v = A(t), c = A("id"), k = A("text"), V = A(!1), C = A(m.layout !== "popover" && t.length > a), f = A([]), r = A(0);
|
|
1233
|
+
function s(j) {
|
|
1234
|
+
const T = j.find(Boolean) ?? {}, P = ["id", "value", "code", "key"].find((ie) => ie in T) ?? "id", Y = ["text", "label", "name", "title"].find((ie) => ie in T) ?? "text";
|
|
1235
|
+
return { autoValueKey: P, autoLabelKey: Y };
|
|
1236
|
+
}
|
|
1237
|
+
if (t.length > 0) {
|
|
1238
|
+
const j = s(t);
|
|
1239
|
+
c.value = j.autoValueKey, k.value = j.autoLabelKey;
|
|
1240
|
+
}
|
|
1241
|
+
const b = O(() => {
|
|
1242
|
+
if (y) return v.value;
|
|
1243
|
+
const j = v.value;
|
|
1244
|
+
if (m.layout === "popover") return j;
|
|
1245
|
+
if (!x.value)
|
|
1246
|
+
return V.value ? j : j.slice(0, a);
|
|
1247
|
+
const T = x.value.toLowerCase();
|
|
1248
|
+
return j.filter((P) => P[k.value].toLowerCase().includes(T));
|
|
1237
1249
|
});
|
|
1238
|
-
let
|
|
1239
|
-
async function
|
|
1240
|
-
if (
|
|
1250
|
+
let h = null;
|
|
1251
|
+
async function K(j) {
|
|
1252
|
+
if (y) {
|
|
1241
1253
|
d.value = !0;
|
|
1242
1254
|
try {
|
|
1243
|
-
const
|
|
1244
|
-
|
|
1245
|
-
const
|
|
1246
|
-
if (!
|
|
1247
|
-
|
|
1255
|
+
const T = new URL(y, window.location.origin);
|
|
1256
|
+
T.searchParams.set("json", "1"), T.searchParams.set("key", j), T.searchParams.set("limit", a.toString());
|
|
1257
|
+
const P = await fetch(T.toString());
|
|
1258
|
+
if (!P.ok) {
|
|
1259
|
+
Ae({ type: "error", title: "Error", message: "Failed to fetch remote options" }), v.value = [];
|
|
1248
1260
|
return;
|
|
1249
1261
|
}
|
|
1250
|
-
const
|
|
1251
|
-
if (!
|
|
1252
|
-
|
|
1262
|
+
const Y = await P.json();
|
|
1263
|
+
if (!Y[l]) {
|
|
1264
|
+
Ae({ type: "error", title: "Error", message: Y }), v.value = [];
|
|
1253
1265
|
return;
|
|
1254
1266
|
}
|
|
1255
|
-
if (
|
|
1256
|
-
const ie = v
|
|
1257
|
-
|
|
1267
|
+
if (v.value = Y[l], v.value.length > 0) {
|
|
1268
|
+
const ie = s(v.value);
|
|
1269
|
+
c.value = ie.autoValueKey, k.value = ie.autoLabelKey;
|
|
1258
1270
|
}
|
|
1259
|
-
r.value =
|
|
1260
|
-
} catch (
|
|
1261
|
-
console.error("Failed to fetch remote options:",
|
|
1271
|
+
r.value = Y.total;
|
|
1272
|
+
} catch (T) {
|
|
1273
|
+
console.error("Failed to fetch remote options:", T);
|
|
1262
1274
|
} finally {
|
|
1263
1275
|
d.value = !1;
|
|
1264
1276
|
}
|
|
1265
1277
|
}
|
|
1266
1278
|
}
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1279
|
+
E(x, (j) => {
|
|
1280
|
+
y && (h && clearTimeout(h), h = setTimeout(() => {
|
|
1281
|
+
K(j);
|
|
1270
1282
|
}, 200));
|
|
1271
|
-
}),
|
|
1272
|
-
|
|
1283
|
+
}), E(() => m.modelValue, (j) => {
|
|
1284
|
+
n.value = p(j);
|
|
1273
1285
|
}, { immediate: !0 });
|
|
1274
|
-
function
|
|
1275
|
-
return
|
|
1286
|
+
function M(j) {
|
|
1287
|
+
return g && Array.isArray(n.value) ? n.value.includes(j[c.value]) : n.value && n.value === j[c.value];
|
|
1276
1288
|
}
|
|
1277
|
-
function j
|
|
1278
|
-
if (
|
|
1279
|
-
const
|
|
1280
|
-
|
|
1289
|
+
function $(j) {
|
|
1290
|
+
if (g && !Array.isArray(n.value) && (n.value = []), g && Array.isArray(n.value)) {
|
|
1291
|
+
const T = n.value.includes(j[c.value]);
|
|
1292
|
+
n.value = T ? n.value.filter((P) => P !== j[c.value]) : [...n.value, j[c.value]], f.value = T ? f.value.filter((P) => P !== j[k.value]) : [...f.value, j[k.value]];
|
|
1281
1293
|
} else
|
|
1282
|
-
|
|
1283
|
-
|
|
1294
|
+
n.value = j[c.value], f.value = j[k.value];
|
|
1295
|
+
o("update:modelValue", n.value), o("change", { name: m.name, value: n.value });
|
|
1284
1296
|
}
|
|
1285
1297
|
function B() {
|
|
1286
|
-
|
|
1298
|
+
g ? (n.value = [], f.value = []) : (n.value = void 0, f.value = []), o("update:modelValue", n.value), o("clear", m.name);
|
|
1287
1299
|
}
|
|
1288
|
-
function
|
|
1289
|
-
|
|
1300
|
+
function F() {
|
|
1301
|
+
h && clearTimeout(h), x.value = "", V.value = !1;
|
|
1290
1302
|
}
|
|
1291
|
-
function
|
|
1292
|
-
|
|
1303
|
+
function D() {
|
|
1304
|
+
V.value = !V.value;
|
|
1293
1305
|
}
|
|
1294
|
-
|
|
1295
|
-
|
|
1306
|
+
me(() => {
|
|
1307
|
+
h && clearTimeout(h);
|
|
1296
1308
|
});
|
|
1297
|
-
const
|
|
1298
|
-
|
|
1299
|
-
|
|
1309
|
+
const R = A(-1);
|
|
1310
|
+
E(b, () => {
|
|
1311
|
+
R.value = b.value.length > 0 ? 0 : -1;
|
|
1300
1312
|
});
|
|
1301
|
-
function
|
|
1302
|
-
const
|
|
1303
|
-
if (
|
|
1304
|
-
|
|
1305
|
-
else if (
|
|
1306
|
-
|
|
1307
|
-
else if (
|
|
1308
|
-
const
|
|
1309
|
-
|
|
1313
|
+
function N(j) {
|
|
1314
|
+
const T = b.value.length;
|
|
1315
|
+
if (j.key === "ArrowDown")
|
|
1316
|
+
j.preventDefault(), R.value = (R.value + 1) % T;
|
|
1317
|
+
else if (j.key === "ArrowUp")
|
|
1318
|
+
j.preventDefault(), R.value = (R.value - 1 + T) % T;
|
|
1319
|
+
else if (j.key === "Enter" && (j.preventDefault(), R.value >= 0 && R.value < b.value.length)) {
|
|
1320
|
+
const P = b.value[R.value];
|
|
1321
|
+
$(P);
|
|
1310
1322
|
}
|
|
1311
1323
|
}
|
|
1312
|
-
function
|
|
1313
|
-
|
|
1324
|
+
function z() {
|
|
1325
|
+
y && v.value.length === 0 && x.value.length === 0 && K(x.value);
|
|
1314
1326
|
}
|
|
1315
1327
|
return {
|
|
1316
|
-
innerValue:
|
|
1317
|
-
searchTerm:
|
|
1318
|
-
filteredOptions:
|
|
1319
|
-
isSelected:
|
|
1320
|
-
selectItem:
|
|
1328
|
+
innerValue: n,
|
|
1329
|
+
searchTerm: x,
|
|
1330
|
+
filteredOptions: b,
|
|
1331
|
+
isSelected: M,
|
|
1332
|
+
selectItem: $,
|
|
1321
1333
|
clear: B,
|
|
1322
|
-
resetSearch:
|
|
1323
|
-
toggleShowAll:
|
|
1334
|
+
resetSearch: F,
|
|
1335
|
+
toggleShowAll: D,
|
|
1324
1336
|
isReqProc: d,
|
|
1325
|
-
showAll:
|
|
1337
|
+
showAll: V,
|
|
1326
1338
|
isEnableShowAll: C,
|
|
1327
1339
|
labelKey: k,
|
|
1328
|
-
valueKey:
|
|
1329
|
-
allOptions:
|
|
1330
|
-
highlightedIndex:
|
|
1331
|
-
onKeyDown:
|
|
1332
|
-
selectedLabels:
|
|
1340
|
+
valueKey: c,
|
|
1341
|
+
allOptions: v,
|
|
1342
|
+
highlightedIndex: R,
|
|
1343
|
+
onKeyDown: N,
|
|
1344
|
+
selectedLabels: f,
|
|
1333
1345
|
totalCount: r,
|
|
1334
|
-
loadData:
|
|
1346
|
+
loadData: z
|
|
1335
1347
|
};
|
|
1336
1348
|
}
|
|
1337
|
-
const il = { class: "h-[45px] shrink-0 px-[6px] py-[4px] flex items-center relative justify-center" }, ul = ["placeholder"],
|
|
1349
|
+
const il = { class: "h-[45px] shrink-0 px-[6px] py-[4px] flex items-center relative justify-center" }, ul = ["placeholder"], dl = {
|
|
1338
1350
|
key: 0,
|
|
1339
1351
|
class: "w-full"
|
|
1340
|
-
},
|
|
1352
|
+
}, cl = { class: "flex flex-col items-center justify-center p-5 text-center" }, fl = { class: "max-w-sm mx-auto mt-6" }, pl = { class: "font-medium text-gray-800 dark:text-neutral-200" }, ml = {
|
|
1341
1353
|
key: 0,
|
|
1342
1354
|
class: "flex justify-between p-2 border-t bg-gray-50 text-xs text-gray-500"
|
|
1343
1355
|
}, vl = {
|
|
1344
1356
|
key: 1,
|
|
1345
1357
|
class: "flex justify-between items-center text-xs text-gray-500 p-1 border-t"
|
|
1346
|
-
}, yl = /* @__PURE__ */
|
|
1358
|
+
}, yl = /* @__PURE__ */ q({
|
|
1347
1359
|
__name: "select",
|
|
1348
1360
|
props: {
|
|
1349
1361
|
id: {},
|
|
@@ -1372,154 +1384,154 @@ const il = { class: "h-[45px] shrink-0 px-[6px] py-[4px] flex items-center relat
|
|
|
1372
1384
|
itemClass: {}
|
|
1373
1385
|
},
|
|
1374
1386
|
emits: ["update:modelValue", "change", "clear"],
|
|
1375
|
-
setup(
|
|
1376
|
-
const
|
|
1377
|
-
innerValue:
|
|
1378
|
-
filteredOptions:
|
|
1379
|
-
isSelected:
|
|
1387
|
+
setup(m, { expose: o, emit: y }) {
|
|
1388
|
+
const t = oe(), a = m, l = y, g = A(null), {
|
|
1389
|
+
innerValue: p,
|
|
1390
|
+
filteredOptions: n,
|
|
1391
|
+
isSelected: x,
|
|
1380
1392
|
selectItem: d,
|
|
1381
|
-
clear:
|
|
1382
|
-
resetSearch:
|
|
1393
|
+
clear: v,
|
|
1394
|
+
resetSearch: c,
|
|
1383
1395
|
toggleShowAll: k,
|
|
1384
|
-
isReqProc:
|
|
1396
|
+
isReqProc: V,
|
|
1385
1397
|
showAll: C,
|
|
1386
|
-
isEnableShowAll:
|
|
1398
|
+
isEnableShowAll: f,
|
|
1387
1399
|
searchTerm: r,
|
|
1388
|
-
labelKey:
|
|
1389
|
-
valueKey:
|
|
1390
|
-
highlightedIndex:
|
|
1391
|
-
onKeyDown:
|
|
1392
|
-
selectedLabels:
|
|
1393
|
-
totalCount:
|
|
1400
|
+
labelKey: s,
|
|
1401
|
+
valueKey: b,
|
|
1402
|
+
highlightedIndex: h,
|
|
1403
|
+
onKeyDown: K,
|
|
1404
|
+
selectedLabels: M,
|
|
1405
|
+
totalCount: $,
|
|
1394
1406
|
loadData: B
|
|
1395
1407
|
} = sl({
|
|
1396
|
-
...
|
|
1397
|
-
modelValue:
|
|
1398
|
-
},
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
}),
|
|
1402
|
-
() =>
|
|
1403
|
-
(
|
|
1404
|
-
|
|
1408
|
+
...a,
|
|
1409
|
+
modelValue: a.modelValue
|
|
1410
|
+
}, l);
|
|
1411
|
+
ce(() => {
|
|
1412
|
+
c(), a.layout !== "inline" && (B(), g.value && a.layout === "popover" && g.value.focus());
|
|
1413
|
+
}), E(
|
|
1414
|
+
() => a.modelValue,
|
|
1415
|
+
(D) => {
|
|
1416
|
+
D === void 0 && (a.multi ? p.value = [] : p.value = void 0);
|
|
1405
1417
|
}
|
|
1406
1418
|
);
|
|
1407
|
-
const
|
|
1408
|
-
return
|
|
1409
|
-
|
|
1419
|
+
const F = A([]);
|
|
1420
|
+
return E(h, (D) => {
|
|
1421
|
+
D >= 0 && F.value[D] && F.value[D]?.scrollIntoView({
|
|
1410
1422
|
block: "nearest",
|
|
1411
1423
|
behavior: "smooth"
|
|
1412
1424
|
});
|
|
1413
|
-
}),
|
|
1414
|
-
|
|
1415
|
-
}),
|
|
1416
|
-
clear:
|
|
1417
|
-
inputTextRef:
|
|
1418
|
-
selectedLabels:
|
|
1425
|
+
}), E(n, () => {
|
|
1426
|
+
F.value = [];
|
|
1427
|
+
}), o({
|
|
1428
|
+
clear: v,
|
|
1429
|
+
inputTextRef: g,
|
|
1430
|
+
selectedLabels: M,
|
|
1419
1431
|
loadData: B
|
|
1420
|
-
}), (
|
|
1421
|
-
class: L([
|
|
1432
|
+
}), (D, R) => (i(), w("div", {
|
|
1433
|
+
class: L([D.layout === "popover" ? "flex flex-col h-full" : "flex flex-col vs-filter-checkbox space-y-0.5"])
|
|
1422
1434
|
}, [
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
"onUpdate:modelValue":
|
|
1426
|
-
onKeydown:
|
|
1427
|
-
(...
|
|
1435
|
+
u("div", il, [
|
|
1436
|
+
W(u("input", {
|
|
1437
|
+
"onUpdate:modelValue": R[0] || (R[0] = (N) => Ye(r) ? r.value = N : null),
|
|
1438
|
+
onKeydown: R[1] || (R[1] = //@ts-ignore
|
|
1439
|
+
(...N) => e(K) && e(K)(...N)),
|
|
1428
1440
|
class: "w-full h-full text-[13px] px-4 border rounded-sm pl-9 focus:outline-none focus:ring-ring focus:ring-1 focus:ring-blue-500 text-gray-700",
|
|
1429
|
-
placeholder: e(
|
|
1441
|
+
placeholder: e(t)("filter.search"),
|
|
1430
1442
|
type: "text",
|
|
1431
1443
|
ref_key: "inputTextRef",
|
|
1432
|
-
ref:
|
|
1444
|
+
ref: g
|
|
1433
1445
|
}, null, 40, ul), [
|
|
1434
1446
|
[ee, e(r)]
|
|
1435
1447
|
]),
|
|
1436
|
-
|
|
1437
|
-
e(r) != "" ? (
|
|
1448
|
+
Q(Le, { class: "absolute text-gray-400 -translate-y-1/2 left-4 top-1/2" }),
|
|
1449
|
+
e(r) != "" ? (i(), I(Ce, {
|
|
1438
1450
|
key: 0,
|
|
1439
|
-
onClick:
|
|
1451
|
+
onClick: R[2] || (R[2] = (N) => r.value = ""),
|
|
1440
1452
|
class: "absolute text-gray-400 -translate-y-1/2 cursor-pointer hover:text-red-500 right-4 top-1/2"
|
|
1441
|
-
})) :
|
|
1453
|
+
})) : _("", !0)
|
|
1442
1454
|
]),
|
|
1443
|
-
|
|
1455
|
+
u("div", {
|
|
1444
1456
|
class: L([
|
|
1445
|
-
|
|
1446
|
-
|
|
1457
|
+
D.layout === "popover" ? "flex-1 overflow-y-auto p-2" : "",
|
|
1458
|
+
D.layout === "inline" ? "flex-1 overflow-y-auto max-h-80" : ""
|
|
1447
1459
|
])
|
|
1448
1460
|
}, [
|
|
1449
|
-
(
|
|
1450
|
-
layout:
|
|
1451
|
-
count:
|
|
1452
|
-
label:
|
|
1453
|
-
color:
|
|
1454
|
-
type:
|
|
1455
|
-
value:
|
|
1456
|
-
"is-selected": e(
|
|
1457
|
-
highlighted:
|
|
1458
|
-
onItemClick: (
|
|
1461
|
+
(i(!0), w(U, null, X(e(n), (N, z) => (i(), I(he, {
|
|
1462
|
+
layout: D.layout,
|
|
1463
|
+
count: N.count,
|
|
1464
|
+
label: N[e(s)],
|
|
1465
|
+
color: N.color,
|
|
1466
|
+
type: D.multi ? "checkbox" : "radio",
|
|
1467
|
+
value: N[e(b)],
|
|
1468
|
+
"is-selected": e(x)(N),
|
|
1469
|
+
highlighted: z === e(h),
|
|
1470
|
+
onItemClick: (j) => e(d)(N),
|
|
1459
1471
|
ref_for: !0,
|
|
1460
|
-
ref: (
|
|
1472
|
+
ref: (j) => F.value[z] = j?.el
|
|
1461
1473
|
}, null, 8, ["layout", "count", "label", "color", "type", "value", "is-selected", "highlighted", "onItemClick"]))), 256))
|
|
1462
1474
|
], 2),
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1475
|
+
D.type === "select" && e(n).length === 0 && !e(V) ? (i(), w("div", dl, [
|
|
1476
|
+
u("div", cl, [
|
|
1477
|
+
Q(we),
|
|
1478
|
+
u("div", fl, [
|
|
1479
|
+
u("p", pl, S(e(t)("filter.notfound")), 1),
|
|
1480
|
+
R[7] || (R[7] = u("p", { class: "mt-2 text-sm text-gray-500 dark:text-neutral-500" }, null, -1))
|
|
1469
1481
|
])
|
|
1470
1482
|
])
|
|
1471
|
-
])) :
|
|
1472
|
-
|
|
1473
|
-
!e(C) && e(
|
|
1483
|
+
])) : _("", !0),
|
|
1484
|
+
D.layout !== "popover" && D.type !== "select" ? (i(), w(U, { key: 1 }, [
|
|
1485
|
+
!e(C) && e(f) ? (i(), w("div", {
|
|
1474
1486
|
key: 0,
|
|
1475
|
-
onClick:
|
|
1476
|
-
(...
|
|
1487
|
+
onClick: R[3] || (R[3] = //@ts-ignore
|
|
1488
|
+
(...N) => e(k) && e(k)(...N)),
|
|
1477
1489
|
class: "inline-flex cursor-pointer items-center gap-x-1.5 text-[13px] text-gray-800 underline underline-offset-4 hover:text-blue-600 focus:outline-none focus:text-blue-600 mt-1 px-2"
|
|
1478
1490
|
}, [
|
|
1479
|
-
G(S(e(
|
|
1480
|
-
|
|
1481
|
-
])) :
|
|
1482
|
-
e(C) ? (
|
|
1491
|
+
G(S(e(t)("filter.more")) + " ", 1),
|
|
1492
|
+
Q(ve)
|
|
1493
|
+
])) : _("", !0),
|
|
1494
|
+
e(C) ? (i(), w("div", {
|
|
1483
1495
|
key: 1,
|
|
1484
|
-
onClick:
|
|
1485
|
-
(...
|
|
1496
|
+
onClick: R[4] || (R[4] = //@ts-ignore
|
|
1497
|
+
(...N) => e(k) && e(k)(...N)),
|
|
1486
1498
|
class: "inline-flex cursor-pointer items-center gap-x-1.5 text-[13px] text-gray-800 underline underline-offset-4 hover:text-blue-600 focus:outline-none focus:text-blue-600 mt-1 px-2"
|
|
1487
1499
|
}, [
|
|
1488
|
-
G(S(e(
|
|
1489
|
-
|
|
1490
|
-
])) :
|
|
1491
|
-
], 64)) :
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
G(S(
|
|
1495
|
-
|
|
1500
|
+
G(S(e(t)("filter.less")) + " ", 1),
|
|
1501
|
+
Q(ke)
|
|
1502
|
+
])) : _("", !0)
|
|
1503
|
+
], 64)) : _("", !0),
|
|
1504
|
+
D.cleanable ? (i(), w(U, { key: 2 }, [
|
|
1505
|
+
D.layout === "inline" ? (i(), w("div", ml, [
|
|
1506
|
+
G(S(D.multi && Array.isArray(e(p)) ? e(p)?.length : e(p) !== void 0 && (e(p) || e(p) === null) ? 1 : 0) + " / " + S(e($)) + " " + S(e(t)("filter.selected")) + " ", 1),
|
|
1507
|
+
W(u("button", {
|
|
1496
1508
|
class: "text-gray-600 hover:text-gray-800",
|
|
1497
|
-
onClick:
|
|
1498
|
-
(...
|
|
1499
|
-
}, S(e(
|
|
1500
|
-
[Z, e(
|
|
1509
|
+
onClick: R[5] || (R[5] = //@ts-ignore
|
|
1510
|
+
(...N) => e(v) && e(v)(...N))
|
|
1511
|
+
}, S(e(t)("filter.clear")), 513), [
|
|
1512
|
+
[Z, e(p) !== "" && e(p) !== void 0 || e(p)]
|
|
1501
1513
|
])
|
|
1502
|
-
])) :
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1514
|
+
])) : _("", !0),
|
|
1515
|
+
D.layout === "popover" ? (i(), w("div", vl, [
|
|
1516
|
+
u("span", null, S(D.multi && Array.isArray(e(p)) ? e(p)?.length : e(p) !== void 0 && (e(p) || e(p) === null) ? 1 : 0) + " / " + S(e($)) + " " + S(e(t)("filter.selected")), 1),
|
|
1517
|
+
W(u("button", {
|
|
1506
1518
|
class: "text-gray-600 hover:text-gray-800",
|
|
1507
|
-
onClick:
|
|
1508
|
-
(...
|
|
1509
|
-
}, S(e(
|
|
1510
|
-
[Z, e(
|
|
1519
|
+
onClick: R[6] || (R[6] = //@ts-ignore
|
|
1520
|
+
(...N) => e(v) && e(v)(...N))
|
|
1521
|
+
}, S(e(t)("filter.clear")), 513), [
|
|
1522
|
+
[Z, e(p) !== "" && e(p) !== void 0 || e(p)]
|
|
1511
1523
|
])
|
|
1512
|
-
])) :
|
|
1513
|
-
], 64)) :
|
|
1524
|
+
])) : _("", !0)
|
|
1525
|
+
], 64)) : _("", !0)
|
|
1514
1526
|
], 2));
|
|
1515
1527
|
}
|
|
1516
|
-
}), gl = ["for", "onClick"], bl = ["id", "name", "value"],
|
|
1528
|
+
}), gl = ["for", "onClick"], bl = ["id", "name", "value"], hl = { class: "block" }, xl = {
|
|
1517
1529
|
key: 0,
|
|
1518
1530
|
class: "flex justify-between p-2 border-t bg-gray-50 text-xs text-gray-500"
|
|
1519
1531
|
}, wl = {
|
|
1520
1532
|
key: 1,
|
|
1521
1533
|
class: "flex justify-between items-center text-xs text-gray-500 p-1 border-t"
|
|
1522
|
-
}, kl = /* @__PURE__ */
|
|
1534
|
+
}, kl = /* @__PURE__ */ q({
|
|
1523
1535
|
__name: "tag-field",
|
|
1524
1536
|
props: {
|
|
1525
1537
|
id: {},
|
|
@@ -1548,77 +1560,77 @@ const il = { class: "h-[45px] shrink-0 px-[6px] py-[4px] flex items-center relat
|
|
|
1548
1560
|
itemClass: {}
|
|
1549
1561
|
},
|
|
1550
1562
|
emits: ["update:modelValue", "change", "clear"],
|
|
1551
|
-
setup(
|
|
1552
|
-
const
|
|
1553
|
-
innerValue:
|
|
1554
|
-
isSelected:
|
|
1555
|
-
selectItem:
|
|
1556
|
-
clear:
|
|
1557
|
-
labelKey:
|
|
1563
|
+
setup(m, { expose: o, emit: y }) {
|
|
1564
|
+
const t = m, a = y, {
|
|
1565
|
+
innerValue: l,
|
|
1566
|
+
isSelected: g,
|
|
1567
|
+
selectItem: p,
|
|
1568
|
+
clear: n,
|
|
1569
|
+
labelKey: x,
|
|
1558
1570
|
valueKey: d,
|
|
1559
|
-
allOptions:
|
|
1560
|
-
} =
|
|
1561
|
-
...
|
|
1562
|
-
modelValue:
|
|
1563
|
-
},
|
|
1564
|
-
...
|
|
1565
|
-
modelValue:
|
|
1566
|
-
},
|
|
1567
|
-
return
|
|
1568
|
-
clear:
|
|
1569
|
-
}),
|
|
1570
|
-
() =>
|
|
1571
|
-
(
|
|
1572
|
-
|
|
1571
|
+
allOptions: v
|
|
1572
|
+
} = t.multi ? Me({
|
|
1573
|
+
...t,
|
|
1574
|
+
modelValue: t.modelValue ?? t.default ?? []
|
|
1575
|
+
}, a) : xe({
|
|
1576
|
+
...t,
|
|
1577
|
+
modelValue: t.modelValue !== void 0 ? t.modelValue : t.default ?? ""
|
|
1578
|
+
}, a);
|
|
1579
|
+
return o({
|
|
1580
|
+
clear: n
|
|
1581
|
+
}), E(
|
|
1582
|
+
() => t.modelValue,
|
|
1583
|
+
(c) => {
|
|
1584
|
+
c === void 0 && (t.multi ? l.value = [] : l.value = void 0);
|
|
1573
1585
|
}
|
|
1574
|
-
), (
|
|
1575
|
-
|
|
1576
|
-
class: L(["grid grid-cols-3 gap-2 mx-[1px]",
|
|
1586
|
+
), (c, k) => (i(), w(U, null, [
|
|
1587
|
+
u("div", {
|
|
1588
|
+
class: L(["grid grid-cols-3 gap-2 mx-[1px]", c.layout === "popover" ? "m-1" : "mb-1"])
|
|
1577
1589
|
}, [
|
|
1578
|
-
(
|
|
1579
|
-
key: `item-${
|
|
1580
|
-
for: `item-${
|
|
1581
|
-
onClick: se((C) => e(
|
|
1582
|
-
class: L([e(
|
|
1590
|
+
(i(!0), w(U, null, X(e(v), (V) => (i(), w("label", {
|
|
1591
|
+
key: `item-${V[e(d)]}`,
|
|
1592
|
+
for: `item-${V[e(d)]}`,
|
|
1593
|
+
onClick: se((C) => e(p)(V), ["stop", "prevent"]),
|
|
1594
|
+
class: L([e(g)(V) ? "ring-2 ring-indigo-600" : "", "p-2.5 group relative flex justify-center items-center gap-x-12 text-center text-xs bg-white text-gray-800 border border-gray-200 cursor-pointer rounded-sm dark:bg-neutral-900 dark:border-neutral-700 dark:text-neutral-200 peer-checked:text-indigo-600 dark:has-checked:text-indigo-500 peer-checked:border-indigo-600 dark:has-checked:border-indigo-500 peer-checked:ring peer-checked:shadow focus:ring dark:has-checked:ring-indigo-500 has-disabled:pointer-events-none has-disabled:text-gray-200 dark:has-disabled:text-neutral-700 has-disabled:after:absolute has-disabled:after:inset-0 has-disabled:after:bg-[linear-gradient(to_right_bottom,transparent_calc(50%-1px),var(--color-gray-200)_calc(50%-1px),var(--color-gray-200)_50%,transparent_50%)] dark:has-disabled:after:bg-[linear-gradient(to_right_bottom,transparent_calc(50%-1px),var(--color-neutral-700)_calc(50%-1px),var(--color-neutral-700)_50%,transparent_50%)]"])
|
|
1583
1595
|
}, [
|
|
1584
|
-
|
|
1596
|
+
u("input", {
|
|
1585
1597
|
type: "checkbox",
|
|
1586
|
-
id: `item-${
|
|
1598
|
+
id: `item-${V[e(d)]}`,
|
|
1587
1599
|
class: "hidden w4poy border-gray-200 g41z1 g22e3 axcnw dark:text-indigo-500 dark:border-neutral-700 dark:focus:ring-neutral-900",
|
|
1588
|
-
name: `item-${
|
|
1589
|
-
value:
|
|
1600
|
+
name: `item-${V[e(d)]}`,
|
|
1601
|
+
value: V[e(d)]
|
|
1590
1602
|
}, null, 8, bl),
|
|
1591
|
-
|
|
1603
|
+
u("span", hl, S(V[e(x)]), 1)
|
|
1592
1604
|
], 10, gl))), 128))
|
|
1593
1605
|
], 2),
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
G(S(
|
|
1597
|
-
|
|
1606
|
+
c.cleanable ? (i(), w(U, { key: 0 }, [
|
|
1607
|
+
c.layout === "inline" ? (i(), w("div", xl, [
|
|
1608
|
+
G(S(c.multi && Array.isArray(e(l)) ? e(l)?.length : e(l) !== void 0 && (e(l) || e(l) === null) ? 1 : 0) + " з " + S(e(v).length) + " обрано ", 1),
|
|
1609
|
+
W(u("button", {
|
|
1598
1610
|
class: "text-gray-600 hover:text-gray-800",
|
|
1599
1611
|
onClick: k[0] || (k[0] = //@ts-ignore
|
|
1600
|
-
(
|
|
1612
|
+
(...V) => e(n) && e(n)(...V))
|
|
1601
1613
|
}, " Очистити ", 512), [
|
|
1602
|
-
[Z, e(
|
|
1614
|
+
[Z, e(l) !== "" && e(l) !== void 0 || e(l)]
|
|
1603
1615
|
])
|
|
1604
|
-
])) :
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1616
|
+
])) : _("", !0),
|
|
1617
|
+
c.layout === "popover" ? (i(), w("div", wl, [
|
|
1618
|
+
u("span", null, S(c.multi && Array.isArray(e(l)) ? e(l)?.length : e(l) !== void 0 && (e(l) || e(l) === null) ? 1 : 0) + " з " + S(e(v).length) + " обрано", 1),
|
|
1619
|
+
W(u("button", {
|
|
1608
1620
|
class: "text-gray-600 hover:text-gray-800",
|
|
1609
1621
|
onClick: k[1] || (k[1] = //@ts-ignore
|
|
1610
|
-
(
|
|
1622
|
+
(...V) => e(n) && e(n)(...V))
|
|
1611
1623
|
}, " Очистити ", 512), [
|
|
1612
|
-
[Z, e(
|
|
1624
|
+
[Z, e(l) !== void 0 && e(l) !== "" || e(l)]
|
|
1613
1625
|
])
|
|
1614
|
-
])) :
|
|
1615
|
-
], 64)) :
|
|
1626
|
+
])) : _("", !0)
|
|
1627
|
+
], 64)) : _("", !0)
|
|
1616
1628
|
], 64));
|
|
1617
1629
|
}
|
|
1618
|
-
}), Cl = ["disabled", "title"], Vl = { class: "flex w-full items-center justify-between gap-1 overflow-hidden text-left" },
|
|
1630
|
+
}), Cl = ["disabled", "title"], Vl = { class: "flex w-full items-center justify-between gap-1 overflow-hidden text-left" }, _l = { class: "truncate text-ellipsis text-sm" }, $l = {
|
|
1619
1631
|
key: 0,
|
|
1620
1632
|
class: "inline-flex min-h-[18px] min-w-[18px] items-center justify-center rounded-sm bg-blue-100 px-2 text-[11px] font-semibold text-blue-600"
|
|
1621
|
-
},
|
|
1633
|
+
}, Al = { class: "w-full text-sm text-stone-800 bg-white shadow-[0_10px_40px_10px_rgba(0,0,0,0.08)] rounded-sm focus:outline-none focus:bg-stone-100 after:h-4 after:absolute after:-bottom-4 after:start-0 after:w-full before:h-4 before:absolute before:-top-4 before:start-0 before:w-full" }, Sl = { class: "w-[360px] max-h-[500px] overflow-auto [&::-webkit-scrollbar]:h-2 [&::-webkit-scrollbar]:w-1 [&::-webkit-scrollbar-thumb]:rounded-full [&::-webkit-scrollbar-track]:bg-stone-100 [&::-webkit-scrollbar-thumb]:bg-stone-300 dark:[&::-webkit-scrollbar-track]:bg-neutral-700 dark:[&::-webkit-scrollbar-thumb]:bg-neutral-500 before:w-full p-2" }, Ve = /* @__PURE__ */ q({
|
|
1622
1634
|
__name: "popover-field",
|
|
1623
1635
|
props: {
|
|
1624
1636
|
disabled: { type: Boolean, default: !1 },
|
|
@@ -1635,91 +1647,91 @@ const il = { class: "h-[45px] shrink-0 px-[6px] py-[4px] flex items-center relat
|
|
|
1635
1647
|
mode: {},
|
|
1636
1648
|
layout: {}
|
|
1637
1649
|
},
|
|
1638
|
-
setup(
|
|
1639
|
-
const
|
|
1640
|
-
function
|
|
1641
|
-
const
|
|
1642
|
-
if (!
|
|
1643
|
-
const
|
|
1644
|
-
let { left:
|
|
1645
|
-
|
|
1650
|
+
setup(m, { expose: o }) {
|
|
1651
|
+
const y = m, t = O(() => Te(y.mode)), a = A(!1), l = A({ top: 0, left: 0 }), g = A(null), p = A(null), n = A(null);
|
|
1652
|
+
function x() {
|
|
1653
|
+
const h = p.value, K = n.value;
|
|
1654
|
+
if (!h || !K) return;
|
|
1655
|
+
const M = h.getBoundingClientRect(), $ = K.offsetWidth, B = window.innerWidth, F = M.bottom + 8;
|
|
1656
|
+
let { left: D } = M;
|
|
1657
|
+
D + $ > B && (D = Math.max(B - $ - 10, 10)), l.value = { top: F, left: D };
|
|
1646
1658
|
}
|
|
1647
1659
|
function d() {
|
|
1648
|
-
|
|
1649
|
-
|
|
1660
|
+
a.value = !a.value, a.value && fe(() => {
|
|
1661
|
+
x(), y.fieldRef?.inputTextRef && y.fieldRef?.inputTextRef?.focus?.(), y.fieldRef?.loadData && y.fieldRef?.loadData?.();
|
|
1650
1662
|
});
|
|
1651
1663
|
}
|
|
1652
|
-
function
|
|
1653
|
-
!
|
|
1664
|
+
function v(h) {
|
|
1665
|
+
!g.value?.contains(h.target) && !n.value?.contains(h.target) && !p.value?.contains(h.target) && (a.value = !1);
|
|
1654
1666
|
}
|
|
1655
|
-
function
|
|
1656
|
-
|
|
1667
|
+
function c(h) {
|
|
1668
|
+
h.key === "Escape" && (a.value = !1);
|
|
1657
1669
|
}
|
|
1658
|
-
const k = A(!1),
|
|
1659
|
-
|
|
1670
|
+
const k = A(!1), V = A("ua"), C = (h) => {
|
|
1671
|
+
h.detail.key === "locale" && (V.value = h.detail.newValue);
|
|
1660
1672
|
};
|
|
1661
|
-
|
|
1662
|
-
k.value = !0,
|
|
1663
|
-
}),
|
|
1664
|
-
window.removeEventListener("resize", C), document.removeEventListener("click",
|
|
1673
|
+
ce(() => {
|
|
1674
|
+
k.value = !0, V.value = localStorage.locale, window.addEventListener("storage", C), document.addEventListener("click", v, !0), document.addEventListener("keydown", c), window.addEventListener("scroll", x, !0);
|
|
1675
|
+
}), me(() => {
|
|
1676
|
+
window.removeEventListener("resize", C), document.removeEventListener("click", v, !0), document.removeEventListener("keydown", c), window.removeEventListener("scroll", x, !0);
|
|
1665
1677
|
});
|
|
1666
|
-
function
|
|
1667
|
-
|
|
1678
|
+
function f() {
|
|
1679
|
+
a.value = !1;
|
|
1668
1680
|
}
|
|
1669
|
-
|
|
1670
|
-
function r(
|
|
1671
|
-
return Array.isArray(
|
|
1681
|
+
o({ close: f });
|
|
1682
|
+
function r(h) {
|
|
1683
|
+
return Array.isArray(h) ? h.filter((K) => K != null && K !== "").length : h && typeof h == "object" ? Object.values(h).filter((K) => K != null && K !== "").length : typeof h == "string" ? h.trim() === "" ? 0 : 1 : typeof h == "number" ? Number.isNaN(h) ? 0 : 1 : h === null || h !== void 0 ? 1 : 0;
|
|
1672
1684
|
}
|
|
1673
|
-
const
|
|
1674
|
-
const
|
|
1675
|
-
return
|
|
1676
|
-
}),
|
|
1677
|
-
const
|
|
1678
|
-
return !
|
|
1685
|
+
const s = O(() => {
|
|
1686
|
+
const h = y.fieldRef?.selectedLabels, K = r(h);
|
|
1687
|
+
return K > 0 ? K : r(y.currentValue);
|
|
1688
|
+
}), b = O(() => {
|
|
1689
|
+
const h = y.fieldRef?.selectedLabels;
|
|
1690
|
+
return !h || ["inline"].includes(y.layout || "") ? y[V.value] || (y.label ?? "") : Array.isArray(h) ? h.length > 0 ? h.join(", ") : y.label ?? "" : String(h);
|
|
1679
1691
|
});
|
|
1680
|
-
return (
|
|
1681
|
-
|
|
1692
|
+
return (h, K) => (i(), w("div", null, [
|
|
1693
|
+
u("button", {
|
|
1682
1694
|
onClick: d,
|
|
1683
|
-
disabled:
|
|
1695
|
+
disabled: h.disabled,
|
|
1684
1696
|
ref_key: "triggerRef",
|
|
1685
|
-
ref:
|
|
1686
|
-
title:
|
|
1697
|
+
ref: p,
|
|
1698
|
+
title: h.label,
|
|
1687
1699
|
class: L([
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1700
|
+
t.value,
|
|
1701
|
+
h.width ? e(Oe).getWidthClass(h.width) : "w-full",
|
|
1702
|
+
h.layout === "inline" && s.value > 0 ? "border border-blue-400 bg-blue-50 text-blue-600" : ""
|
|
1691
1703
|
]),
|
|
1692
1704
|
type: "button"
|
|
1693
1705
|
}, [
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1706
|
+
u("span", Vl, [
|
|
1707
|
+
u("span", _l, S(b.value), 1),
|
|
1708
|
+
h.layout === "inline" && s.value > 0 ? (i(), w("span", $l, S(s.value), 1)) : _("", !0)
|
|
1697
1709
|
]),
|
|
1698
|
-
|
|
1710
|
+
Q(ve, { class: "h-4 w-4 text-neutral-500" })
|
|
1699
1711
|
], 10, Cl),
|
|
1700
|
-
k.value ? (
|
|
1712
|
+
k.value ? (i(), I(ge, {
|
|
1701
1713
|
key: 0,
|
|
1702
1714
|
to: "body"
|
|
1703
1715
|
}, [
|
|
1704
|
-
|
|
1716
|
+
W(u("div", {
|
|
1705
1717
|
ref_key: "popperRef",
|
|
1706
|
-
ref:
|
|
1718
|
+
ref: n,
|
|
1707
1719
|
class: "vsTailwind vs-popover__content bottom-right w-fit fixed z-[1000]",
|
|
1708
|
-
style: be({ top: `${
|
|
1720
|
+
style: be({ top: `${l.value.top}px`, left: `${l.value.left}px` }),
|
|
1709
1721
|
"data-inside-popover": ""
|
|
1710
1722
|
}, [
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1723
|
+
u("div", Al, [
|
|
1724
|
+
u("div", Sl, [
|
|
1725
|
+
de(h.$slots, "default")
|
|
1714
1726
|
])
|
|
1715
1727
|
])
|
|
1716
1728
|
], 4), [
|
|
1717
|
-
[Z,
|
|
1729
|
+
[Z, a.value]
|
|
1718
1730
|
])
|
|
1719
|
-
])) :
|
|
1731
|
+
])) : _("", !0)
|
|
1720
1732
|
]));
|
|
1721
1733
|
}
|
|
1722
|
-
}),
|
|
1734
|
+
}), Bl = {}, jl = {
|
|
1723
1735
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1724
1736
|
width: "15px",
|
|
1725
1737
|
height: "24",
|
|
@@ -1731,17 +1743,17 @@ const il = { class: "h-[45px] shrink-0 px-[6px] py-[4px] flex items-center relat
|
|
|
1731
1743
|
"stroke-linejoin": "round",
|
|
1732
1744
|
class: "icon icon-tabler icons-tabler-outline icon-tabler-chevron-down text-gray-800 rotate-[90deg]"
|
|
1733
1745
|
};
|
|
1734
|
-
function
|
|
1735
|
-
return
|
|
1736
|
-
|
|
1746
|
+
function Dl(m, o) {
|
|
1747
|
+
return i(), w("svg", jl, o[0] || (o[0] = [
|
|
1748
|
+
u("path", {
|
|
1737
1749
|
stroke: "none",
|
|
1738
1750
|
d: "M0 0h24v24H0z",
|
|
1739
1751
|
fill: "none"
|
|
1740
1752
|
}, null, -1),
|
|
1741
|
-
|
|
1742
|
-
])
|
|
1753
|
+
u("path", { d: "M6 9l6 6l6 -6" }, null, -1)
|
|
1754
|
+
]));
|
|
1743
1755
|
}
|
|
1744
|
-
const
|
|
1756
|
+
const Rl = /* @__PURE__ */ te(Bl, [["render", Dl]]), Fl = {}, Kl = {
|
|
1745
1757
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1746
1758
|
width: "15px",
|
|
1747
1759
|
height: "24",
|
|
@@ -1753,21 +1765,21 @@ const Fl = /* @__PURE__ */ te(jl, [["render", Rl]]), Kl = {}, Ml = {
|
|
|
1753
1765
|
"stroke-linejoin": "round",
|
|
1754
1766
|
class: "icon icon-tabler icons-tabler-outline icon-tabler-chevron-down text-gray-800 rotate-[270deg]"
|
|
1755
1767
|
};
|
|
1756
|
-
function
|
|
1757
|
-
return
|
|
1758
|
-
|
|
1768
|
+
function Ml(m, o) {
|
|
1769
|
+
return i(), w("svg", Kl, o[0] || (o[0] = [
|
|
1770
|
+
u("path", {
|
|
1759
1771
|
stroke: "none",
|
|
1760
1772
|
d: "M0 0h24v24H0z",
|
|
1761
1773
|
fill: "none"
|
|
1762
1774
|
}, null, -1),
|
|
1763
|
-
|
|
1764
|
-
])
|
|
1775
|
+
u("path", { d: "M6 9l6 6l6 -6" }, null, -1)
|
|
1776
|
+
]));
|
|
1765
1777
|
}
|
|
1766
|
-
const
|
|
1778
|
+
const Ll = /* @__PURE__ */ te(Fl, [["render", Ml]]), Ol = { class: "flex gap-1" }, El = { class: "mb-1" }, Tl = { class: "mb-1" }, Il = { class: "inline-flex rounded-sm shrink-0 pl-1" }, Ul = ["title"], zl = { class: "inline-flex rounded-sm shrink-0 pl-1" }, Nl = ["title"], Pl = {
|
|
1767
1779
|
key: 1,
|
|
1768
1780
|
class: "flex gap-1 !w-[75%] rounded-sm"
|
|
1769
1781
|
}, Yl = ["max", "disabled"], Wl = ["min", "disabled"];
|
|
1770
|
-
const ql = /* @__PURE__ */
|
|
1782
|
+
const ql = /* @__PURE__ */ q({
|
|
1771
1783
|
__name: "date-input-inline",
|
|
1772
1784
|
props: {
|
|
1773
1785
|
id: {},
|
|
@@ -1796,168 +1808,175 @@ const ql = /* @__PURE__ */ W({
|
|
|
1796
1808
|
itemClass: {}
|
|
1797
1809
|
},
|
|
1798
1810
|
emits: ["update:modelValue", "change", "clear"],
|
|
1799
|
-
setup(
|
|
1800
|
-
const
|
|
1801
|
-
activeMode:
|
|
1802
|
-
innerValue:
|
|
1803
|
-
onSelectChange:
|
|
1811
|
+
setup(m, { expose: o, emit: y }) {
|
|
1812
|
+
const t = oe(), a = m, l = y, g = A(null), {
|
|
1813
|
+
activeMode: p,
|
|
1814
|
+
innerValue: n,
|
|
1815
|
+
onSelectChange: x,
|
|
1804
1816
|
nextClick: d,
|
|
1805
|
-
prevClick:
|
|
1806
|
-
currentLabel:
|
|
1817
|
+
prevClick: v,
|
|
1818
|
+
currentLabel: c,
|
|
1807
1819
|
clear: k
|
|
1808
1820
|
} = Ie({
|
|
1809
|
-
...
|
|
1810
|
-
popoverRef:
|
|
1811
|
-
},
|
|
1812
|
-
return
|
|
1813
|
-
|
|
1814
|
-
}),
|
|
1821
|
+
...a,
|
|
1822
|
+
popoverRef: g
|
|
1823
|
+
}, l);
|
|
1824
|
+
return E(() => a.modelValue, (V) => {
|
|
1825
|
+
V !== void 0 ? (n.value = V, l("update:modelValue", V)) : (p.value = "", n.value = []);
|
|
1826
|
+
}), E(
|
|
1827
|
+
n,
|
|
1828
|
+
(V) => {
|
|
1829
|
+
l("update:modelValue", V), l("change", { name: a.name, value: V });
|
|
1830
|
+
},
|
|
1831
|
+
{ deep: !0 }
|
|
1832
|
+
), o({
|
|
1815
1833
|
clear: k,
|
|
1816
|
-
popoverRef:
|
|
1817
|
-
}), (
|
|
1818
|
-
|
|
1819
|
-
|
|
1834
|
+
popoverRef: g
|
|
1835
|
+
}), (V, C) => (i(), w(U, null, [
|
|
1836
|
+
u("div", Ol, [
|
|
1837
|
+
Q(Ve, {
|
|
1820
1838
|
ref_key: "popoverRef",
|
|
1821
|
-
ref:
|
|
1822
|
-
label: e(
|
|
1823
|
-
"current-value": e(
|
|
1824
|
-
mode:
|
|
1825
|
-
width: typeof
|
|
1839
|
+
ref: g,
|
|
1840
|
+
label: e(c),
|
|
1841
|
+
"current-value": e(n),
|
|
1842
|
+
mode: V.mode,
|
|
1843
|
+
width: typeof V.width == "number" && e(n).length ? V.width - 70 : V.width,
|
|
1826
1844
|
onClear: e(k),
|
|
1827
|
-
layout:
|
|
1828
|
-
class: L(
|
|
1845
|
+
layout: V.layout,
|
|
1846
|
+
class: L(V.itemClass)
|
|
1829
1847
|
}, {
|
|
1830
|
-
default:
|
|
1831
|
-
|
|
1832
|
-
|
|
1848
|
+
default: ne(() => [
|
|
1849
|
+
u("div", null, [
|
|
1850
|
+
u("button", {
|
|
1833
1851
|
type: "button",
|
|
1834
|
-
onClick: C[0] || (C[0] = (
|
|
1852
|
+
onClick: C[0] || (C[0] = (f) => e(x)("range")),
|
|
1835
1853
|
class: "flex items-center justify-between w-full px-4 py-2 text-sm text-left rounded-sm cursor-pointer filter-date__item hs-selected:bg-stone-100 text-stone-800 hover:bg-stone-100 focus:outline-none focus:bg-stone-100"
|
|
1836
1854
|
}, [
|
|
1837
|
-
G(S(e(
|
|
1838
|
-
e(
|
|
1855
|
+
G(S(e(t)("filter.period")) + " ", 1),
|
|
1856
|
+
e(p) === "range" ? (i(), I(ae, { key: 0 })) : _("", !0)
|
|
1839
1857
|
])
|
|
1840
1858
|
]),
|
|
1841
|
-
C[12] || (C[12] =
|
|
1842
|
-
|
|
1859
|
+
C[12] || (C[12] = u("div", null, [
|
|
1860
|
+
u("div", { class: "pt-1 mt-1 border-t" })
|
|
1843
1861
|
], -1)),
|
|
1844
|
-
|
|
1845
|
-
|
|
1862
|
+
u("div", null, [
|
|
1863
|
+
u("button", {
|
|
1846
1864
|
type: "button",
|
|
1847
|
-
onClick: C[1] || (C[1] = (
|
|
1865
|
+
onClick: C[1] || (C[1] = (f) => e(x)("today")),
|
|
1848
1866
|
class: "flex items-center justify-between w-full px-4 py-2 text-sm text-left rounded-sm cursor-pointer filter-date__item hs-selected:bg-stone-100 text-stone-800 hover:bg-stone-100 focus:outline-none focus:bg-stone-100"
|
|
1849
1867
|
}, [
|
|
1850
|
-
G(S(e(
|
|
1851
|
-
e(
|
|
1868
|
+
G(S(e(t)("filter.today")) + " ", 1),
|
|
1869
|
+
e(p) === "today" ? (i(), I(ae, { key: 0 })) : _("", !0)
|
|
1852
1870
|
])
|
|
1853
1871
|
]),
|
|
1854
|
-
|
|
1855
|
-
|
|
1872
|
+
u("div", null, [
|
|
1873
|
+
u("button", {
|
|
1856
1874
|
type: "button",
|
|
1857
|
-
onClick: C[2] || (C[2] = (
|
|
1875
|
+
onClick: C[2] || (C[2] = (f) => e(x)("week")),
|
|
1858
1876
|
class: "flex items-center justify-between w-full px-4 py-2 text-sm text-left rounded-sm cursor-pointer filter-date__item hs-selected:bg-stone-100 text-stone-800 hover:bg-stone-100 focus:outline-none focus:bg-stone-100"
|
|
1859
1877
|
}, [
|
|
1860
|
-
G(S(e(
|
|
1861
|
-
e(
|
|
1878
|
+
G(S(e(t)("filter.week")) + " ", 1),
|
|
1879
|
+
e(p) === "week" ? (i(), I(ae, { key: 0 })) : _("", !0)
|
|
1862
1880
|
])
|
|
1863
1881
|
]),
|
|
1864
|
-
|
|
1865
|
-
|
|
1882
|
+
u("div", null, [
|
|
1883
|
+
u("button", {
|
|
1866
1884
|
type: "button",
|
|
1867
|
-
onClick: C[3] || (C[3] = (
|
|
1885
|
+
onClick: C[3] || (C[3] = (f) => e(x)("month")),
|
|
1868
1886
|
class: "flex items-center justify-between w-full px-4 py-2 text-sm text-left rounded-sm cursor-pointer filter-date__item hs-selected:bg-stone-100 text-stone-800 hover:bg-stone-100 focus:outline-none focus:bg-stone-100"
|
|
1869
1887
|
}, [
|
|
1870
|
-
G(S(e(
|
|
1871
|
-
e(
|
|
1888
|
+
G(S(e(t)("filter.month")) + " ", 1),
|
|
1889
|
+
e(p) === "month" ? (i(), I(ae, { key: 0 })) : _("", !0)
|
|
1872
1890
|
])
|
|
1873
1891
|
]),
|
|
1874
|
-
|
|
1875
|
-
|
|
1892
|
+
u("div", null, [
|
|
1893
|
+
u("button", {
|
|
1876
1894
|
type: "button",
|
|
1877
|
-
onClick: C[4] || (C[4] = (
|
|
1895
|
+
onClick: C[4] || (C[4] = (f) => e(x)("quarter")),
|
|
1878
1896
|
class: "flex items-center justify-between w-full px-4 py-2 text-sm text-left rounded-sm cursor-pointer filter-date__item hs-selected:bg-stone-100 text-stone-800 hover:bg-stone-100 focus:outline-none focus:bg-stone-100"
|
|
1879
1897
|
}, [
|
|
1880
|
-
G(S(e(
|
|
1881
|
-
e(
|
|
1898
|
+
G(S(e(t)("filter.quarter")) + " ", 1),
|
|
1899
|
+
e(p) === "quarter" ? (i(), I(ae, { key: 0 })) : _("", !0)
|
|
1882
1900
|
])
|
|
1883
1901
|
]),
|
|
1884
|
-
|
|
1885
|
-
|
|
1902
|
+
u("div", El, [
|
|
1903
|
+
u("button", {
|
|
1886
1904
|
type: "button",
|
|
1887
|
-
onClick: C[5] || (C[5] = (
|
|
1905
|
+
onClick: C[5] || (C[5] = (f) => e(x)("year")),
|
|
1888
1906
|
class: "flex items-center justify-between w-full px-4 py-2 text-sm text-left rounded-sm cursor-pointer filter-date__item hs-selected:bg-stone-100 text-stone-800 hover:bg-stone-100 focus:outline-none focus:bg-stone-100"
|
|
1889
1907
|
}, [
|
|
1890
|
-
G(S(e(
|
|
1891
|
-
e(
|
|
1908
|
+
G(S(e(t)("filter.year")) + " ", 1),
|
|
1909
|
+
e(p) === "year" ? (i(), I(ae, { key: 0 })) : _("", !0)
|
|
1892
1910
|
])
|
|
1893
1911
|
]),
|
|
1894
|
-
|
|
1895
|
-
|
|
1912
|
+
u("div", Tl, [
|
|
1913
|
+
u("button", {
|
|
1896
1914
|
type: "button",
|
|
1897
|
-
onClick: C[6] || (C[6] = (
|
|
1915
|
+
onClick: C[6] || (C[6] = (f) => e(k)()),
|
|
1898
1916
|
class: "flex items-center justify-between w-full px-4 py-2 text-sm text-left rounded-sm cursor-pointer filter-date__item hs-selected:bg-stone-100 text-stone-800 hover:bg-stone-100 focus:outline-none focus:bg-stone-100"
|
|
1899
1917
|
}, [
|
|
1900
|
-
G(S(e(
|
|
1901
|
-
e(
|
|
1918
|
+
G(S(e(t)("filter.alltime")) + " ", 1),
|
|
1919
|
+
e(n)[0] ? _("", !0) : (i(), I(ae, { key: 0 }))
|
|
1902
1920
|
])
|
|
1903
1921
|
])
|
|
1904
1922
|
]),
|
|
1905
|
-
_: 1
|
|
1923
|
+
_: 1,
|
|
1924
|
+
__: [12]
|
|
1906
1925
|
}, 8, ["label", "current-value", "mode", "width", "onClear", "layout", "class"]),
|
|
1907
|
-
e(
|
|
1908
|
-
|
|
1909
|
-
|
|
1926
|
+
e(p) !== "" && e(p) !== "range" && e(p) !== "last_7_days" ? (i(), w(U, { key: 0 }, [
|
|
1927
|
+
u("div", Il, [
|
|
1928
|
+
u("button", {
|
|
1910
1929
|
type: "button",
|
|
1911
|
-
title: e(
|
|
1930
|
+
title: e(t)("filter.prev"),
|
|
1912
1931
|
class: "inline-flex h-[38px] items-center px-2 text-sm text-gray-800 bg-gray-100 gap-x-2 -ms-px first:rounded-s-lg first:ms-0 last:rounded-e-lg focus:z-10 hover:bg-gray-200 focus:bg-gray-200 duration-300",
|
|
1913
1932
|
onClick: C[7] || (C[7] = //@ts-ignore
|
|
1914
|
-
(...
|
|
1933
|
+
(...f) => e(v) && e(v)(...f))
|
|
1915
1934
|
}, [
|
|
1916
|
-
|
|
1935
|
+
Q(Rl)
|
|
1917
1936
|
], 8, Ul)
|
|
1918
1937
|
]),
|
|
1919
|
-
|
|
1920
|
-
|
|
1938
|
+
u("div", zl, [
|
|
1939
|
+
u("button", {
|
|
1921
1940
|
type: "button",
|
|
1922
|
-
title: e(
|
|
1941
|
+
title: e(t)("filter.next"),
|
|
1923
1942
|
class: "inline-flex h-[38px] items-center px-2 text-sm text-gray-800 gap-x-2 bg-gray-100 -ms-px first:rounded-s-lg first:ms-0 last:rounded-e-lg focus:z-10 hover:bg-gray-200 focus:bg-gray-200 duration-300",
|
|
1924
1943
|
onClick: C[8] || (C[8] = //@ts-ignore
|
|
1925
|
-
(...
|
|
1944
|
+
(...f) => e(d) && e(d)(...f))
|
|
1926
1945
|
}, [
|
|
1927
|
-
|
|
1946
|
+
Q(Ll)
|
|
1928
1947
|
], 8, Nl)
|
|
1929
1948
|
])
|
|
1930
|
-
], 64)) :
|
|
1931
|
-
e(
|
|
1932
|
-
|
|
1949
|
+
], 64)) : _("", !0),
|
|
1950
|
+
e(p) !== "" && e(p) === "range" ? (i(), w("div", Pl, [
|
|
1951
|
+
W(u("input", {
|
|
1933
1952
|
type: "date",
|
|
1934
|
-
max: e(
|
|
1953
|
+
max: e(n)[1],
|
|
1935
1954
|
locale: "uk-UA",
|
|
1936
|
-
"onUpdate:modelValue": C[9] || (C[9] = (
|
|
1955
|
+
"onUpdate:modelValue": C[9] || (C[9] = (f) => e(n)[0] = f),
|
|
1937
1956
|
class: "px-2 p-0 border text-[12px] max-w-[calc(50%-5px)] h-[38px] rounded-sm focus:outline-blue-600",
|
|
1938
|
-
disabled:
|
|
1957
|
+
disabled: V.disabled
|
|
1939
1958
|
}, null, 8, Yl), [
|
|
1940
|
-
[ee, e(
|
|
1959
|
+
[ee, e(n)[0]]
|
|
1941
1960
|
]),
|
|
1942
|
-
|
|
1961
|
+
W(u("input", {
|
|
1943
1962
|
type: "date",
|
|
1944
|
-
min: e(
|
|
1963
|
+
min: e(n)[0],
|
|
1945
1964
|
locale: "uk-UA",
|
|
1946
|
-
"onUpdate:modelValue": C[10] || (C[10] = (
|
|
1965
|
+
"onUpdate:modelValue": C[10] || (C[10] = (f) => e(n)[1] = f),
|
|
1947
1966
|
class: "px-2 p-0 border text-[12px] max-w-[calc(50%-5px)] h-[38px] rounded-sm focus:outline-blue-600 appearance-auto",
|
|
1948
|
-
disabled:
|
|
1967
|
+
disabled: V.disabled
|
|
1949
1968
|
}, null, 8, Wl), [
|
|
1950
|
-
[ee, e(
|
|
1969
|
+
[ee, e(n)[1]]
|
|
1951
1970
|
])
|
|
1952
|
-
])) :
|
|
1971
|
+
])) : _("", !0)
|
|
1953
1972
|
]),
|
|
1954
|
-
(
|
|
1973
|
+
(V.cleanable, _("", !0))
|
|
1955
1974
|
], 64));
|
|
1956
1975
|
}
|
|
1957
1976
|
}), Ql = { class: "flex flex-wrap items-center gap-2" }, Hl = ["disabled", "onClick"], Gl = {
|
|
1958
1977
|
key: 0,
|
|
1959
1978
|
class: "flex justify-between items-center text-xs text-gray-500 p-1 border-t"
|
|
1960
|
-
}, Xl = /* @__PURE__ */
|
|
1979
|
+
}, Xl = /* @__PURE__ */ q({
|
|
1961
1980
|
__name: "button-field",
|
|
1962
1981
|
props: {
|
|
1963
1982
|
id: {},
|
|
@@ -1986,59 +2005,59 @@ const ql = /* @__PURE__ */ W({
|
|
|
1986
2005
|
itemClass: {}
|
|
1987
2006
|
},
|
|
1988
2007
|
emits: ["update:modelValue", "change", "clear"],
|
|
1989
|
-
setup(
|
|
1990
|
-
const
|
|
1991
|
-
innerValue:
|
|
1992
|
-
isSelected:
|
|
1993
|
-
selectItem:
|
|
1994
|
-
clear:
|
|
1995
|
-
labelKey:
|
|
2008
|
+
setup(m, { expose: o, emit: y }) {
|
|
2009
|
+
const t = m, a = y, {
|
|
2010
|
+
innerValue: l,
|
|
2011
|
+
isSelected: g,
|
|
2012
|
+
selectItem: p,
|
|
2013
|
+
clear: n,
|
|
2014
|
+
labelKey: x,
|
|
1996
2015
|
valueKey: d,
|
|
1997
|
-
allOptions:
|
|
1998
|
-
} =
|
|
1999
|
-
...
|
|
2000
|
-
modelValue:
|
|
2001
|
-
},
|
|
2002
|
-
function
|
|
2003
|
-
return
|
|
2016
|
+
allOptions: v
|
|
2017
|
+
} = xe({
|
|
2018
|
+
...t,
|
|
2019
|
+
modelValue: t.modelValue ?? t.default ?? ""
|
|
2020
|
+
}, a), c = O(() => l.value !== void 0 && !(typeof l.value == "string" && l.value === "")), k = O(() => c.value ? 1 : 0);
|
|
2021
|
+
function V(f) {
|
|
2022
|
+
return g(f) ? ["bg-blue-600 text-white"].filter((r) => typeof r == "string" && r.trim().length > 0).join(" ") : ["text-gray-700 hover:bg-gray-200 bg-gray-50 "].filter((r) => typeof r == "string" && r.trim().length > 0).join(" ");
|
|
2004
2023
|
}
|
|
2005
|
-
function C(
|
|
2006
|
-
|
|
2024
|
+
function C(f) {
|
|
2025
|
+
t.disabled || p(f);
|
|
2007
2026
|
}
|
|
2008
|
-
return
|
|
2009
|
-
clear:
|
|
2010
|
-
}),
|
|
2011
|
-
() =>
|
|
2012
|
-
(
|
|
2013
|
-
|
|
2027
|
+
return o({
|
|
2028
|
+
clear: n
|
|
2029
|
+
}), E(
|
|
2030
|
+
() => t.modelValue,
|
|
2031
|
+
(f) => {
|
|
2032
|
+
f === void 0 && (l.value = void 0);
|
|
2014
2033
|
}
|
|
2015
|
-
), (
|
|
2016
|
-
|
|
2017
|
-
(
|
|
2018
|
-
key:
|
|
2034
|
+
), (f, r) => (i(), w(U, null, [
|
|
2035
|
+
u("div", Ql, [
|
|
2036
|
+
(i(!0), w(U, null, X(e(v), (s) => (i(), w("button", {
|
|
2037
|
+
key: s[e(d)],
|
|
2019
2038
|
type: "button",
|
|
2020
|
-
class: L(["px-3 py-2 text-sm font-medium rounded-md transition-colors",
|
|
2021
|
-
disabled:
|
|
2022
|
-
onClick: (
|
|
2023
|
-
}, S(
|
|
2039
|
+
class: L(["px-3 py-2 text-sm font-medium rounded-md transition-colors", V(s)]),
|
|
2040
|
+
disabled: f.disabled,
|
|
2041
|
+
onClick: (b) => C(s)
|
|
2042
|
+
}, S(s[e(x)]), 11, Hl))), 128))
|
|
2024
2043
|
]),
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2044
|
+
f.cleanable && f.layout === "popover" ? (i(), w("div", Gl, [
|
|
2045
|
+
u("span", null, S(k.value) + " з " + S(e(v).length) + " обрано", 1),
|
|
2046
|
+
W(u("button", {
|
|
2028
2047
|
class: "text-gray-600 hover:text-gray-800",
|
|
2029
2048
|
onClick: r[0] || (r[0] = //@ts-ignore
|
|
2030
|
-
(...
|
|
2049
|
+
(...s) => e(n) && e(n)(...s))
|
|
2031
2050
|
}, " Очистити ", 512), [
|
|
2032
|
-
[Z,
|
|
2051
|
+
[Z, c.value]
|
|
2033
2052
|
])
|
|
2034
|
-
])) :
|
|
2053
|
+
])) : _("", !0)
|
|
2035
2054
|
], 64));
|
|
2036
2055
|
}
|
|
2037
|
-
}),
|
|
2056
|
+
}), De = {
|
|
2038
2057
|
radio: Vt,
|
|
2039
|
-
checkbox:
|
|
2040
|
-
check:
|
|
2041
|
-
text:
|
|
2058
|
+
checkbox: je,
|
|
2059
|
+
check: je,
|
|
2060
|
+
text: Tt,
|
|
2042
2061
|
range: Qt,
|
|
2043
2062
|
date: rl,
|
|
2044
2063
|
select: yl,
|
|
@@ -2046,24 +2065,24 @@ const ql = /* @__PURE__ */ W({
|
|
|
2046
2065
|
button: Xl,
|
|
2047
2066
|
"date:inline": ql
|
|
2048
2067
|
};
|
|
2049
|
-
function
|
|
2050
|
-
let
|
|
2051
|
-
switch (
|
|
2068
|
+
function _e(m, o) {
|
|
2069
|
+
let y;
|
|
2070
|
+
switch (m.toLowerCase()) {
|
|
2052
2071
|
case "autocomplete":
|
|
2053
|
-
|
|
2072
|
+
y = "select";
|
|
2054
2073
|
break;
|
|
2055
2074
|
case "check":
|
|
2056
|
-
|
|
2075
|
+
y = "checkbox";
|
|
2057
2076
|
break;
|
|
2058
2077
|
default:
|
|
2059
|
-
|
|
2078
|
+
y = m?.toString().toLowerCase();
|
|
2060
2079
|
}
|
|
2061
|
-
return
|
|
2062
|
-
component:
|
|
2063
|
-
type:
|
|
2080
|
+
return y === "date" && o && o === "inline" && (y = "date:inline"), {
|
|
2081
|
+
component: De[y] || De.text,
|
|
2082
|
+
type: y
|
|
2064
2083
|
};
|
|
2065
2084
|
}
|
|
2066
|
-
const Jl = { style: { display: "inline-flex", margin: "0px", width: "100%" } }, Zl = { class: "relative w-full mb-2 p-4 bg-white rounded-lg shadow-sm" },
|
|
2085
|
+
const Jl = { style: { display: "inline-flex", margin: "0px", width: "100%" } }, Zl = { class: "relative w-full mb-2 p-4 bg-white rounded-lg shadow-sm" }, eo = { class: "block mb-3 text-sm font-medium text-gray-800 dark:text-neutral-200" }, to = { class: "flex items-center" }, lo = { class: "text-sm font-medium max-w-[80%] text-gray-800 flex items-center gap-x-1" }, oo = { class: "filter-layout__body" }, ao = /* @__PURE__ */ q({
|
|
2067
2086
|
__name: "vertical-layout",
|
|
2068
2087
|
props: {
|
|
2069
2088
|
id: {},
|
|
@@ -2092,71 +2111,71 @@ const Jl = { style: { display: "inline-flex", margin: "0px", width: "100%" } },
|
|
|
2092
2111
|
itemClass: {}
|
|
2093
2112
|
},
|
|
2094
2113
|
emits: ["update:modelValue", "change", "clear"],
|
|
2095
|
-
setup(
|
|
2096
|
-
const
|
|
2097
|
-
get: () =>
|
|
2098
|
-
set: (
|
|
2114
|
+
setup(m, { expose: o, emit: y }) {
|
|
2115
|
+
const t = m, a = y, l = A(), g = _e(t.type, t.layout), p = O({
|
|
2116
|
+
get: () => t.modelValue,
|
|
2117
|
+
set: (v) => a("update:modelValue", v)
|
|
2099
2118
|
});
|
|
2100
|
-
function
|
|
2101
|
-
|
|
2119
|
+
function n(v) {
|
|
2120
|
+
a("clear", v);
|
|
2102
2121
|
}
|
|
2103
|
-
function
|
|
2104
|
-
|
|
2122
|
+
function x(v, c) {
|
|
2123
|
+
a("change", { name: v, value: c }), t.modelValue !== void 0 && a("update:modelValue", c);
|
|
2105
2124
|
}
|
|
2106
2125
|
function d() {
|
|
2107
|
-
|
|
2126
|
+
a("clear", t.name);
|
|
2108
2127
|
}
|
|
2109
|
-
return
|
|
2110
|
-
() =>
|
|
2111
|
-
(
|
|
2112
|
-
|
|
2128
|
+
return E(
|
|
2129
|
+
() => t.default,
|
|
2130
|
+
(v) => {
|
|
2131
|
+
p.value = v;
|
|
2113
2132
|
}
|
|
2114
|
-
),
|
|
2115
|
-
() =>
|
|
2116
|
-
(
|
|
2117
|
-
|
|
2133
|
+
), E(
|
|
2134
|
+
() => t.modelValue,
|
|
2135
|
+
(v) => {
|
|
2136
|
+
p.value = v;
|
|
2118
2137
|
}
|
|
2119
|
-
),
|
|
2120
|
-
filterRef:
|
|
2121
|
-
}), (
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
|
|
2138
|
+
), o({
|
|
2139
|
+
filterRef: l
|
|
2140
|
+
}), (v, c) => (i(), w("div", Jl, [
|
|
2141
|
+
u("div", Zl, [
|
|
2142
|
+
u("div", eo, [
|
|
2143
|
+
u("div", to, [
|
|
2144
|
+
u("span", lo, S(v.label), 1)
|
|
2126
2145
|
]),
|
|
2127
|
-
typeof
|
|
2146
|
+
typeof p.value == "string" && p.value.trim() !== "" || Array.isArray(p.value) && p.value.length > 0 && p.value.some((k) => k !== void 0) || p.value === null ? (i(), I(et, {
|
|
2128
2147
|
key: 0,
|
|
2129
2148
|
onClick: d
|
|
2130
|
-
})) :
|
|
2149
|
+
})) : _("", !0)
|
|
2131
2150
|
]),
|
|
2132
|
-
|
|
2133
|
-
e(
|
|
2134
|
-
type: e(
|
|
2135
|
-
class:
|
|
2136
|
-
onChange:
|
|
2137
|
-
onClear:
|
|
2151
|
+
u("div", oo, [
|
|
2152
|
+
e(g)?.type !== "select" ? (i(), I(re(e(g)?.component), J({ key: 0 }, t, {
|
|
2153
|
+
type: e(g)?.type,
|
|
2154
|
+
class: t.itemClass,
|
|
2155
|
+
onChange: c[0] || (c[0] = (k) => x(k.name, k.value)),
|
|
2156
|
+
onClear: c[1] || (c[1] = (k) => n(k)),
|
|
2138
2157
|
ref_key: "filterRef",
|
|
2139
|
-
ref:
|
|
2140
|
-
}), null, 16, ["type", "class"])) : (
|
|
2158
|
+
ref: l
|
|
2159
|
+
}), null, 16, ["type", "class"])) : (i(), I(Ve, {
|
|
2141
2160
|
key: 1,
|
|
2142
|
-
"current-value":
|
|
2143
|
-
label:
|
|
2144
|
-
mode:
|
|
2161
|
+
"current-value": p.value,
|
|
2162
|
+
label: v.label,
|
|
2163
|
+
mode: v.mode,
|
|
2145
2164
|
onClear: d,
|
|
2146
|
-
fieldRef:
|
|
2165
|
+
fieldRef: l.value,
|
|
2147
2166
|
width: void 0,
|
|
2148
|
-
disabled:
|
|
2167
|
+
disabled: v.disabled,
|
|
2149
2168
|
layout: "vertical"
|
|
2150
2169
|
}, {
|
|
2151
|
-
default:
|
|
2152
|
-
(
|
|
2170
|
+
default: ne(() => [
|
|
2171
|
+
(i(), I(re(e(g)?.component), J({
|
|
2153
2172
|
ref_key: "filterRef",
|
|
2154
|
-
ref:
|
|
2155
|
-
},
|
|
2156
|
-
type: e(
|
|
2157
|
-
class:
|
|
2158
|
-
onChange:
|
|
2159
|
-
onClear:
|
|
2173
|
+
ref: l
|
|
2174
|
+
}, t, {
|
|
2175
|
+
type: e(g)?.type,
|
|
2176
|
+
class: t.itemClass,
|
|
2177
|
+
onChange: c[2] || (c[2] = (k) => x(k.name, k.value)),
|
|
2178
|
+
onClear: c[3] || (c[3] = (k) => n(k))
|
|
2160
2179
|
}), null, 16, ["type", "class"]))
|
|
2161
2180
|
]),
|
|
2162
2181
|
_: 1
|
|
@@ -2165,7 +2184,7 @@ const Jl = { style: { display: "inline-flex", margin: "0px", width: "100%" } },
|
|
|
2165
2184
|
])
|
|
2166
2185
|
]));
|
|
2167
2186
|
}
|
|
2168
|
-
}),
|
|
2187
|
+
}), Re = /* @__PURE__ */ q({
|
|
2169
2188
|
__name: "inline-layout",
|
|
2170
2189
|
props: {
|
|
2171
2190
|
id: {},
|
|
@@ -2194,65 +2213,65 @@ const Jl = { style: { display: "inline-flex", margin: "0px", width: "100%" } },
|
|
|
2194
2213
|
itemClass: {}
|
|
2195
2214
|
},
|
|
2196
2215
|
emits: ["update:modelValue", "change", "clear"],
|
|
2197
|
-
setup(
|
|
2198
|
-
const
|
|
2199
|
-
get: () =>
|
|
2200
|
-
set: (d) =>
|
|
2216
|
+
setup(m, { expose: o, emit: y }) {
|
|
2217
|
+
const t = m, a = y, l = A(), g = _e(t.type, t.layout), p = O({
|
|
2218
|
+
get: () => t.modelValue,
|
|
2219
|
+
set: (d) => a("update:modelValue", d)
|
|
2201
2220
|
});
|
|
2202
|
-
function
|
|
2203
|
-
|
|
2221
|
+
function n(d = t.name) {
|
|
2222
|
+
a("clear", d);
|
|
2204
2223
|
}
|
|
2205
|
-
function
|
|
2206
|
-
|
|
2224
|
+
function x(d, v) {
|
|
2225
|
+
a("change", { name: d, value: v }), t.modelValue !== void 0 && a("update:modelValue", v);
|
|
2207
2226
|
}
|
|
2208
|
-
return
|
|
2209
|
-
() =>
|
|
2227
|
+
return E(
|
|
2228
|
+
() => t.default,
|
|
2210
2229
|
(d) => {
|
|
2211
|
-
|
|
2230
|
+
p.value = d;
|
|
2212
2231
|
}
|
|
2213
|
-
),
|
|
2214
|
-
() =>
|
|
2232
|
+
), E(
|
|
2233
|
+
() => t.modelValue,
|
|
2215
2234
|
(d) => {
|
|
2216
|
-
|
|
2235
|
+
p.value = d;
|
|
2217
2236
|
}
|
|
2218
|
-
),
|
|
2219
|
-
filterRef:
|
|
2220
|
-
}), (d,
|
|
2221
|
-
type: e(
|
|
2222
|
-
class:
|
|
2223
|
-
onChange:
|
|
2224
|
-
onClear:
|
|
2225
|
-
disabled:
|
|
2226
|
-
modelValue:
|
|
2227
|
-
"onUpdate:modelValue":
|
|
2228
|
-
}), null, 16, ["type", "class", "disabled", "modelValue"])) : (
|
|
2237
|
+
), o({
|
|
2238
|
+
filterRef: l
|
|
2239
|
+
}), (d, v) => ["text", "date", "button"].includes(d.type.toLocaleLowerCase()) ? (i(), I(re(e(g)?.component), J({ key: 0 }, t, {
|
|
2240
|
+
type: e(g)?.type,
|
|
2241
|
+
class: d.itemClass,
|
|
2242
|
+
onChange: v[0] || (v[0] = (c) => x(c.name, c.value)),
|
|
2243
|
+
onClear: v[1] || (v[1] = (c) => n(c)),
|
|
2244
|
+
disabled: d.disabled,
|
|
2245
|
+
modelValue: p.value,
|
|
2246
|
+
"onUpdate:modelValue": v[2] || (v[2] = (c) => p.value = c)
|
|
2247
|
+
}), null, 16, ["type", "class", "disabled", "modelValue"])) : (i(), I(Ve, {
|
|
2229
2248
|
key: 1,
|
|
2230
|
-
"current-value":
|
|
2231
|
-
label:
|
|
2232
|
-
mode:
|
|
2233
|
-
onClear:
|
|
2234
|
-
fieldRef:
|
|
2235
|
-
width:
|
|
2236
|
-
disabled:
|
|
2249
|
+
"current-value": p.value,
|
|
2250
|
+
label: d.label,
|
|
2251
|
+
mode: d.mode,
|
|
2252
|
+
onClear: n,
|
|
2253
|
+
fieldRef: l.value,
|
|
2254
|
+
width: t.width,
|
|
2255
|
+
disabled: d.disabled,
|
|
2237
2256
|
layout: "inline"
|
|
2238
2257
|
}, {
|
|
2239
|
-
default:
|
|
2240
|
-
(
|
|
2258
|
+
default: ne(() => [
|
|
2259
|
+
(i(), I(re(e(g)?.component), J({
|
|
2241
2260
|
ref_key: "filterRef",
|
|
2242
|
-
ref:
|
|
2243
|
-
},
|
|
2244
|
-
modelValue:
|
|
2245
|
-
"onUpdate:modelValue":
|
|
2246
|
-
type: e(
|
|
2247
|
-
class:
|
|
2248
|
-
onChange:
|
|
2249
|
-
onClear:
|
|
2261
|
+
ref: l
|
|
2262
|
+
}, t, {
|
|
2263
|
+
modelValue: p.value,
|
|
2264
|
+
"onUpdate:modelValue": v[3] || (v[3] = (c) => p.value = c),
|
|
2265
|
+
type: e(g)?.type,
|
|
2266
|
+
class: t.itemClass,
|
|
2267
|
+
onChange: v[4] || (v[4] = (c) => x(c.name, c.value)),
|
|
2268
|
+
onClear: v[5] || (v[5] = (c) => n(c))
|
|
2250
2269
|
}), null, 16, ["modelValue", "type", "class"]))
|
|
2251
2270
|
]),
|
|
2252
2271
|
_: 1
|
|
2253
2272
|
}, 8, ["current-value", "label", "mode", "fieldRef", "width", "disabled"]));
|
|
2254
2273
|
}
|
|
2255
|
-
}),
|
|
2274
|
+
}), no = /* @__PURE__ */ q({
|
|
2256
2275
|
__name: "popover-layout",
|
|
2257
2276
|
props: {
|
|
2258
2277
|
id: {},
|
|
@@ -2281,46 +2300,46 @@ const Jl = { style: { display: "inline-flex", margin: "0px", width: "100%" } },
|
|
|
2281
2300
|
itemClass: {}
|
|
2282
2301
|
},
|
|
2283
2302
|
emits: ["update:modelValue", "change", "clear"],
|
|
2284
|
-
setup(
|
|
2285
|
-
const
|
|
2286
|
-
get: () =>
|
|
2287
|
-
set: (d) =>
|
|
2303
|
+
setup(m, { expose: o, emit: y }) {
|
|
2304
|
+
const t = m, a = y, l = A(), g = A(_e(t.type, t.layout)), p = O({
|
|
2305
|
+
get: () => t.modelValue,
|
|
2306
|
+
set: (d) => a("update:modelValue", d)
|
|
2288
2307
|
});
|
|
2289
|
-
function
|
|
2290
|
-
|
|
2308
|
+
function n(d) {
|
|
2309
|
+
a("clear", d);
|
|
2291
2310
|
}
|
|
2292
|
-
function
|
|
2293
|
-
|
|
2311
|
+
function x(d, v) {
|
|
2312
|
+
a("change", { name: d, value: v }), t.modelValue !== void 0 && a("update:modelValue", v);
|
|
2294
2313
|
}
|
|
2295
|
-
return
|
|
2296
|
-
() =>
|
|
2314
|
+
return E(
|
|
2315
|
+
() => t.default,
|
|
2297
2316
|
(d) => {
|
|
2298
|
-
|
|
2317
|
+
p.value = d;
|
|
2299
2318
|
}
|
|
2300
|
-
),
|
|
2301
|
-
() =>
|
|
2319
|
+
), E(
|
|
2320
|
+
() => t.modelValue,
|
|
2302
2321
|
(d) => {
|
|
2303
|
-
|
|
2322
|
+
p.value = d;
|
|
2304
2323
|
}
|
|
2305
|
-
),
|
|
2306
|
-
() =>
|
|
2324
|
+
), E(
|
|
2325
|
+
() => t,
|
|
2307
2326
|
(d) => {
|
|
2308
|
-
|
|
2327
|
+
p.value = d;
|
|
2309
2328
|
}
|
|
2310
|
-
),
|
|
2311
|
-
filterRef:
|
|
2312
|
-
}), (d,
|
|
2313
|
-
type:
|
|
2314
|
-
class:
|
|
2315
|
-
modelValue:
|
|
2316
|
-
"onUpdate:modelValue":
|
|
2317
|
-
onChange:
|
|
2318
|
-
onClear:
|
|
2329
|
+
), o({
|
|
2330
|
+
filterRef: l
|
|
2331
|
+
}), (d, v) => (i(), I(re(g.value?.component), J(t, {
|
|
2332
|
+
type: g.value?.type,
|
|
2333
|
+
class: t.itemClass,
|
|
2334
|
+
modelValue: p.value,
|
|
2335
|
+
"onUpdate:modelValue": v[0] || (v[0] = (c) => p.value = c),
|
|
2336
|
+
onChange: v[1] || (v[1] = (c) => x(c.name, c.value)),
|
|
2337
|
+
onClear: v[2] || (v[2] = (c) => n(c)),
|
|
2319
2338
|
ref_key: "filterRef",
|
|
2320
|
-
ref:
|
|
2339
|
+
ref: l
|
|
2321
2340
|
}), null, 16, ["type", "class", "modelValue"]));
|
|
2322
2341
|
}
|
|
2323
|
-
}), le = /* @__PURE__ */
|
|
2342
|
+
}), le = /* @__PURE__ */ q({
|
|
2324
2343
|
__name: "filter-field",
|
|
2325
2344
|
props: {
|
|
2326
2345
|
id: {},
|
|
@@ -2349,192 +2368,192 @@ const Jl = { style: { display: "inline-flex", margin: "0px", width: "100%" } },
|
|
|
2349
2368
|
itemClass: {}
|
|
2350
2369
|
},
|
|
2351
2370
|
emits: ["update:modelValue", "change", "clear"],
|
|
2352
|
-
setup(
|
|
2353
|
-
const
|
|
2354
|
-
get: () =>
|
|
2355
|
-
set: (d) =>
|
|
2371
|
+
setup(m, { expose: o, emit: y }) {
|
|
2372
|
+
const t = m, a = y, l = A(), g = O({
|
|
2373
|
+
get: () => t.modelValue,
|
|
2374
|
+
set: (d) => a("update:modelValue", d)
|
|
2356
2375
|
});
|
|
2357
|
-
function
|
|
2358
|
-
|
|
2376
|
+
function p(d) {
|
|
2377
|
+
a("clear", d);
|
|
2359
2378
|
}
|
|
2360
|
-
function
|
|
2361
|
-
|
|
2379
|
+
function n(d, v) {
|
|
2380
|
+
a("change", { name: d, value: v }), t.modelValue !== void 0 && a("update:modelValue", v);
|
|
2362
2381
|
}
|
|
2363
|
-
|
|
2364
|
-
() =>
|
|
2382
|
+
E(
|
|
2383
|
+
() => t.default,
|
|
2365
2384
|
(d) => {
|
|
2366
|
-
|
|
2385
|
+
g.value = d;
|
|
2367
2386
|
}
|
|
2368
|
-
),
|
|
2369
|
-
() =>
|
|
2387
|
+
), E(
|
|
2388
|
+
() => t.modelValue,
|
|
2370
2389
|
(d) => {
|
|
2371
|
-
|
|
2390
|
+
g.value = d;
|
|
2372
2391
|
}
|
|
2373
|
-
),
|
|
2374
|
-
filterRef:
|
|
2392
|
+
), o({
|
|
2393
|
+
filterRef: l
|
|
2375
2394
|
});
|
|
2376
|
-
function
|
|
2377
|
-
switch (
|
|
2395
|
+
function x() {
|
|
2396
|
+
switch (t.layout) {
|
|
2378
2397
|
case "inline":
|
|
2379
|
-
return
|
|
2398
|
+
return Re;
|
|
2380
2399
|
case "vertical":
|
|
2381
|
-
return
|
|
2400
|
+
return ao;
|
|
2382
2401
|
case "popover":
|
|
2383
|
-
return
|
|
2402
|
+
return no;
|
|
2384
2403
|
default:
|
|
2385
|
-
return
|
|
2404
|
+
return Re;
|
|
2386
2405
|
}
|
|
2387
2406
|
}
|
|
2388
|
-
return (d,
|
|
2389
|
-
onChange:
|
|
2390
|
-
onClear:
|
|
2391
|
-
modelValue:
|
|
2392
|
-
"onUpdate:modelValue":
|
|
2407
|
+
return (d, v) => (i(), I(re(x()), J(t, {
|
|
2408
|
+
onChange: v[0] || (v[0] = (c) => n(c.name, c.value)),
|
|
2409
|
+
onClear: v[1] || (v[1] = (c) => p(c)),
|
|
2410
|
+
modelValue: g.value,
|
|
2411
|
+
"onUpdate:modelValue": v[2] || (v[2] = (c) => g.value = c)
|
|
2393
2412
|
}), null, 16, ["modelValue"]));
|
|
2394
2413
|
}
|
|
2395
2414
|
});
|
|
2396
|
-
function ye(
|
|
2415
|
+
function ye(m, o) {
|
|
2397
2416
|
const {
|
|
2398
|
-
slots:
|
|
2399
|
-
} =
|
|
2400
|
-
|
|
2401
|
-
() =>
|
|
2417
|
+
slots: y
|
|
2418
|
+
} = m, t = (r) => r ? JSON.parse(JSON.stringify(ue(r))) : {}, a = A(t(m.value));
|
|
2419
|
+
E(
|
|
2420
|
+
() => m.value,
|
|
2402
2421
|
(r) => {
|
|
2403
|
-
|
|
2422
|
+
a.value = t(r);
|
|
2404
2423
|
},
|
|
2405
2424
|
{ deep: !0, immediate: !0 }
|
|
2406
2425
|
);
|
|
2407
|
-
const
|
|
2408
|
-
function
|
|
2409
|
-
delete
|
|
2410
|
-
data: ue(
|
|
2426
|
+
const l = O(() => (ue(y?.default?.()) ?? []).flatMap((s) => Array.isArray(s.children) ? s.children : [s]));
|
|
2427
|
+
function g(r) {
|
|
2428
|
+
delete a.value[r], o("clear", {
|
|
2429
|
+
data: ue(a.value),
|
|
2411
2430
|
name: r
|
|
2412
2431
|
});
|
|
2413
2432
|
}
|
|
2414
|
-
function
|
|
2415
|
-
|
|
2416
|
-
...
|
|
2417
|
-
[r]:
|
|
2418
|
-
},
|
|
2419
|
-
data: ue(
|
|
2433
|
+
function p(r, s) {
|
|
2434
|
+
s === void 0 ? g(r) : a.value = {
|
|
2435
|
+
...a.value,
|
|
2436
|
+
[r]: s
|
|
2437
|
+
}, o("change", {
|
|
2438
|
+
data: ue(a.value),
|
|
2420
2439
|
name: r,
|
|
2421
|
-
value:
|
|
2440
|
+
value: s
|
|
2422
2441
|
});
|
|
2423
2442
|
}
|
|
2424
|
-
const
|
|
2425
|
-
const
|
|
2443
|
+
const n = O(() => l.value.map((r) => {
|
|
2444
|
+
const s = r.props?.name;
|
|
2426
2445
|
return We(r, {
|
|
2427
2446
|
...r.props,
|
|
2428
|
-
layout:
|
|
2447
|
+
layout: m.view,
|
|
2429
2448
|
showClean: !0,
|
|
2430
|
-
modelValue:
|
|
2431
|
-
"onUpdate:modelValue": (
|
|
2432
|
-
|
|
2449
|
+
modelValue: a.value[s],
|
|
2450
|
+
"onUpdate:modelValue": (b) => {
|
|
2451
|
+
p(s, b);
|
|
2433
2452
|
},
|
|
2434
|
-
onClear: () =>
|
|
2435
|
-
class: [
|
|
2436
|
-
itemClass: [
|
|
2453
|
+
onClear: () => g(s),
|
|
2454
|
+
class: [m.itemClass, r.props?.class],
|
|
2455
|
+
itemClass: [m.itemClass, r.props?.itemClass].filter((b) => typeof b == "string" && b.trim().length > 0).join(" ") || void 0
|
|
2437
2456
|
});
|
|
2438
|
-
})),
|
|
2457
|
+
})), x = O(
|
|
2439
2458
|
() => new Map(
|
|
2440
|
-
|
|
2441
|
-
const
|
|
2442
|
-
return
|
|
2459
|
+
n.value.map((r) => {
|
|
2460
|
+
const s = r.props?.name;
|
|
2461
|
+
return s ? [s, r] : null;
|
|
2443
2462
|
}).filter((r) => r !== null)
|
|
2444
2463
|
)
|
|
2445
2464
|
);
|
|
2446
2465
|
function d(r = !1) {
|
|
2447
|
-
|
|
2448
|
-
data: ue(
|
|
2466
|
+
a.value = {}, r || o("clearAll", {
|
|
2467
|
+
data: ue(a.value),
|
|
2449
2468
|
name: "ALL"
|
|
2450
2469
|
});
|
|
2451
2470
|
}
|
|
2452
|
-
const
|
|
2453
|
-
|
|
2471
|
+
const v = A(""), c = O(() => m.schema?.value ? Object.entries(a.value).filter(([r, s]) => m.schema && !(r in m.schema.value) ? !1 : Array.isArray(s) ? s.some((b) => b !== "" && b !== void 0) : s !== "" && s !== void 0).length : 0), k = A();
|
|
2472
|
+
E(v, async () => {
|
|
2454
2473
|
await fe(), k?.value?.filterRef?.inputTextRef && k.value.filterRef.inputTextRef.focus();
|
|
2455
2474
|
});
|
|
2456
|
-
const
|
|
2457
|
-
if (
|
|
2475
|
+
const V = O(() => m.schema?.value ? Object.fromEntries(Object.entries(m.schema?.value).slice(0, m.limit)) : {}), C = O(() => {
|
|
2476
|
+
if (n.value.length === 0) return [];
|
|
2458
2477
|
let r = 0;
|
|
2459
|
-
if (
|
|
2460
|
-
const
|
|
2461
|
-
|
|
2478
|
+
if (m.schema?.value) {
|
|
2479
|
+
const s = Object.entries(m.schema.value).length;
|
|
2480
|
+
m.limit && s < m.limit ? r = m.limit - s : r = 0;
|
|
2462
2481
|
}
|
|
2463
|
-
return
|
|
2464
|
-
}),
|
|
2482
|
+
return n.value.slice(0, r);
|
|
2483
|
+
}), f = O(() => n.value.length === 0 ? [] : m.view !== "inline" ? n.value : n.value.slice(C.value.length));
|
|
2465
2484
|
return {
|
|
2466
|
-
activeFilter:
|
|
2467
|
-
activeFilterCount:
|
|
2468
|
-
onFilterChange:
|
|
2469
|
-
clearFilter:
|
|
2485
|
+
activeFilter: a,
|
|
2486
|
+
activeFilterCount: c,
|
|
2487
|
+
onFilterChange: p,
|
|
2488
|
+
clearFilter: g,
|
|
2470
2489
|
clearAllFilters: d,
|
|
2471
|
-
limitedSchema:
|
|
2472
|
-
filtersSlot:
|
|
2490
|
+
limitedSchema: V,
|
|
2491
|
+
filtersSlot: n,
|
|
2473
2492
|
limitedFiltersSlot: C,
|
|
2474
|
-
popoverFiltersSlot:
|
|
2475
|
-
vnodeMap:
|
|
2476
|
-
selectedFilter:
|
|
2493
|
+
popoverFiltersSlot: f,
|
|
2494
|
+
vnodeMap: x,
|
|
2495
|
+
selectedFilter: v,
|
|
2477
2496
|
filterRef: k
|
|
2478
2497
|
};
|
|
2479
2498
|
}
|
|
2480
|
-
const
|
|
2499
|
+
const ro = /* @__PURE__ */ q({
|
|
2481
2500
|
__name: "popover",
|
|
2482
2501
|
emits: ["open", "close"],
|
|
2483
|
-
setup(
|
|
2484
|
-
const
|
|
2485
|
-
function
|
|
2486
|
-
|
|
2502
|
+
setup(m, { emit: o }) {
|
|
2503
|
+
const y = A(!1), t = A(null), a = A(null), l = A(null), g = A({ top: "0px", left: "0px", position: "absolute" });
|
|
2504
|
+
function p() {
|
|
2505
|
+
y.value = !y.value;
|
|
2487
2506
|
}
|
|
2488
|
-
function
|
|
2489
|
-
const k =
|
|
2490
|
-
if (!k ||
|
|
2491
|
-
const C = k.getBoundingClientRect(),
|
|
2492
|
-
let
|
|
2493
|
-
|
|
2507
|
+
function n() {
|
|
2508
|
+
const k = l.value, V = t.value;
|
|
2509
|
+
if (!k || !V) return;
|
|
2510
|
+
const C = k.getBoundingClientRect(), f = V.offsetWidth, r = window.innerWidth - C.left;
|
|
2511
|
+
let s = C.left + window.scrollX;
|
|
2512
|
+
f > r && (s = window.innerWidth - f - 8, s < 8 && (s = 8)), g.value = {
|
|
2494
2513
|
position: "absolute",
|
|
2495
2514
|
top: `${C.bottom + window.scrollY + 8}px`,
|
|
2496
|
-
left: `${
|
|
2515
|
+
left: `${s}px`
|
|
2497
2516
|
};
|
|
2498
2517
|
}
|
|
2499
|
-
const
|
|
2518
|
+
const x = O(() => Object.entries(g.value).map((k) => k.join(":")).join(";"));
|
|
2500
2519
|
function d(k) {
|
|
2501
|
-
const
|
|
2502
|
-
!
|
|
2520
|
+
const V = k.target;
|
|
2521
|
+
!l.value?.contains(k.target) && !t.value?.contains(k.target) && !V.closest("[data-inside-popover]") && (y.value = !1);
|
|
2503
2522
|
}
|
|
2504
|
-
const
|
|
2505
|
-
|
|
2506
|
-
|
|
2507
|
-
}),
|
|
2508
|
-
|
|
2509
|
-
}),
|
|
2510
|
-
|
|
2523
|
+
const v = A(!1);
|
|
2524
|
+
ce(() => {
|
|
2525
|
+
v.value = !0;
|
|
2526
|
+
}), ce(() => {
|
|
2527
|
+
l.value = a.value?.querySelector("[data-popover-trigger]") || null, l.value?.addEventListener("click", p), document.addEventListener("click", d), window.addEventListener("resize", n), window.addEventListener("scroll", n, !0);
|
|
2528
|
+
}), me(() => {
|
|
2529
|
+
l.value?.removeEventListener("click", p), document.removeEventListener("click", d), window.removeEventListener("resize", n), window.removeEventListener("scroll", n, !0);
|
|
2511
2530
|
});
|
|
2512
|
-
const
|
|
2513
|
-
return
|
|
2514
|
-
k ? (
|
|
2515
|
-
}), (k,
|
|
2531
|
+
const c = o;
|
|
2532
|
+
return E(y, async (k) => {
|
|
2533
|
+
k ? (c("open"), await fe(), n()) : c("close");
|
|
2534
|
+
}), (k, V) => (i(), w("div", {
|
|
2516
2535
|
ref_key: "wrapperRef",
|
|
2517
|
-
ref:
|
|
2536
|
+
ref: a
|
|
2518
2537
|
}, [
|
|
2519
|
-
|
|
2520
|
-
|
|
2538
|
+
de(k.$slots, "trigger"),
|
|
2539
|
+
v.value ? (i(), I(ge, {
|
|
2521
2540
|
key: 0,
|
|
2522
2541
|
to: "body"
|
|
2523
2542
|
}, [
|
|
2524
|
-
|
|
2543
|
+
W(u("div", {
|
|
2525
2544
|
ref_key: "popoverRef",
|
|
2526
|
-
ref:
|
|
2545
|
+
ref: t,
|
|
2527
2546
|
class: "absolute z-[50] w-[600px] rounded-md border bg-white shadow-md",
|
|
2528
|
-
style: be(
|
|
2547
|
+
style: be(x.value)
|
|
2529
2548
|
}, [
|
|
2530
|
-
|
|
2549
|
+
de(k.$slots, "default")
|
|
2531
2550
|
], 4), [
|
|
2532
|
-
[Z,
|
|
2551
|
+
[Z, y.value]
|
|
2533
2552
|
])
|
|
2534
|
-
])) :
|
|
2553
|
+
])) : _("", !0)
|
|
2535
2554
|
], 512));
|
|
2536
2555
|
}
|
|
2537
|
-
}),
|
|
2556
|
+
}), so = {}, io = {
|
|
2538
2557
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2539
2558
|
width: "24",
|
|
2540
2559
|
height: "24",
|
|
@@ -2546,27 +2565,27 @@ const ra = /* @__PURE__ */ W({
|
|
|
2546
2565
|
"stroke-linejoin": "round",
|
|
2547
2566
|
class: "lucide lucide-filter h-4 w-4"
|
|
2548
2567
|
};
|
|
2549
|
-
function
|
|
2550
|
-
return
|
|
2551
|
-
|
|
2552
|
-
])
|
|
2568
|
+
function uo(m, o) {
|
|
2569
|
+
return i(), w("svg", io, o[0] || (o[0] = [
|
|
2570
|
+
u("polygon", { points: "22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3" }, null, -1)
|
|
2571
|
+
]));
|
|
2553
2572
|
}
|
|
2554
|
-
const Ue = /* @__PURE__ */ te(
|
|
2573
|
+
const Ue = /* @__PURE__ */ te(so, [["render", uo]]), co = { class: "flex items-center gap-2 overflow-hidden" }, fo = {
|
|
2555
2574
|
key: 0,
|
|
2556
2575
|
class: "inline-flex min-h-[18px] min-w-[18px] items-center justify-center rounded-[4px] bg-blue-500 px-1 text-[11px] font-semibold text-white"
|
|
2557
|
-
},
|
|
2576
|
+
}, po = { class: "flex max-h-[400px]" }, mo = { class: "w-64 border-r border-gray-200 overflow-y-auto" }, vo = { class: "p-4 border-b" }, yo = { class: "text-sm text-gray-600" }, go = { class: "p-2" }, bo = ["onClick"], ho = { class: "flex items-center gap-2" }, xo = { class: "text-sm font-medium" }, wo = {
|
|
2558
2577
|
key: 0,
|
|
2559
2578
|
class: "inline-flex min-h-[18px] min-w-[18px] items-center justify-center rounded-[4px] bg-blue-100 px-1 text-[11px] font-semibold text-blue-600"
|
|
2560
|
-
},
|
|
2579
|
+
}, ko = ["onClick"], Co = { class: "flex items-center gap-2" }, Vo = { class: "text-sm font-medium" }, _o = {
|
|
2561
2580
|
key: 0,
|
|
2562
2581
|
class: "inline-flex min-h-[18px] min-w-[18px] items-center justify-center rounded-[4px] bg-blue-100 px-1 text-[11px] font-semibold text-blue-600"
|
|
2563
|
-
}, $
|
|
2582
|
+
}, $o = {
|
|
2564
2583
|
key: 0,
|
|
2565
2584
|
class: "p-2 border-t"
|
|
2566
|
-
},
|
|
2585
|
+
}, Ao = { class: "flex-1 min-h-[300px] overflow-y-auto" }, So = {
|
|
2567
2586
|
key: 0,
|
|
2568
2587
|
class: "flex items-center justify-center h-full text-gray-500"
|
|
2569
|
-
},
|
|
2588
|
+
}, Bo = { class: "text-sm" }, ze = /* @__PURE__ */ q({
|
|
2570
2589
|
__name: "popover-filter-layout",
|
|
2571
2590
|
props: {
|
|
2572
2591
|
badgeCount: {},
|
|
@@ -2583,163 +2602,163 @@ const Ue = /* @__PURE__ */ te(sa, [["render", ua]]), ca = { class: "flex items-c
|
|
|
2583
2602
|
itemClass: {}
|
|
2584
2603
|
},
|
|
2585
2604
|
emits: ["change", "clear", "clearAll"],
|
|
2586
|
-
setup(
|
|
2587
|
-
const
|
|
2605
|
+
setup(m, { expose: o, emit: y }) {
|
|
2606
|
+
const t = oe(), a = m, l = Te(a.mode), g = pe(), p = y, n = A({}), x = O(() => n?.value ? a.view !== "inline" ? n?.value : Object.fromEntries(Object.entries(n?.value).slice(a.limit)) : {}), {
|
|
2588
2607
|
activeFilter: d,
|
|
2589
|
-
activeFilterCount:
|
|
2590
|
-
onFilterChange:
|
|
2608
|
+
activeFilterCount: v,
|
|
2609
|
+
onFilterChange: c,
|
|
2591
2610
|
clearFilter: k,
|
|
2592
|
-
clearAllFilters:
|
|
2611
|
+
clearAllFilters: V,
|
|
2593
2612
|
popoverFiltersSlot: C,
|
|
2594
|
-
selectedFilter:
|
|
2613
|
+
selectedFilter: f,
|
|
2595
2614
|
filterRef: r
|
|
2596
2615
|
} = ye({
|
|
2597
|
-
...
|
|
2598
|
-
schema:
|
|
2599
|
-
slots:
|
|
2600
|
-
},
|
|
2601
|
-
function
|
|
2602
|
-
return Array.isArray(
|
|
2616
|
+
...a,
|
|
2617
|
+
schema: n,
|
|
2618
|
+
slots: g
|
|
2619
|
+
}, p), s = O(() => a.badgeCount ?? v.value);
|
|
2620
|
+
function b(M) {
|
|
2621
|
+
return Array.isArray(M) ? M.filter(($) => $ != null && $ !== "").length : M && typeof M == "object" ? Object.values(M).filter(($) => $ != null && $ !== "").length : M === null || M !== void 0 && M !== "" ? 1 : 0;
|
|
2603
2622
|
}
|
|
2604
|
-
function
|
|
2605
|
-
return d.value ?
|
|
2623
|
+
function h(M) {
|
|
2624
|
+
return d.value ? b(d.value[M]) : 0;
|
|
2606
2625
|
}
|
|
2607
|
-
function
|
|
2608
|
-
if (
|
|
2609
|
-
const [
|
|
2610
|
-
|
|
2611
|
-
} else C.value.length > 0 ?
|
|
2626
|
+
function K() {
|
|
2627
|
+
if (x.value) {
|
|
2628
|
+
const [M] = Object.keys(x.value);
|
|
2629
|
+
f.value = M;
|
|
2630
|
+
} else C.value.length > 0 ? f.value = C.value[0].props.name : f.value = "";
|
|
2612
2631
|
}
|
|
2613
|
-
return
|
|
2614
|
-
() =>
|
|
2615
|
-
(
|
|
2616
|
-
|
|
2632
|
+
return E(
|
|
2633
|
+
() => a.schema,
|
|
2634
|
+
(M) => {
|
|
2635
|
+
n.value = M ?? {};
|
|
2617
2636
|
},
|
|
2618
2637
|
{ deep: !0, immediate: !0 }
|
|
2619
|
-
),
|
|
2638
|
+
), o({
|
|
2620
2639
|
clearFilter: k,
|
|
2621
|
-
clearAllFilters:
|
|
2622
|
-
}), (
|
|
2623
|
-
onOpen:
|
|
2624
|
-
onClose:
|
|
2640
|
+
clearAllFilters: V
|
|
2641
|
+
}), (M, $) => (i(), I(ro, {
|
|
2642
|
+
onOpen: K,
|
|
2643
|
+
onClose: $[5] || ($[5] = (B) => f.value = "")
|
|
2625
2644
|
}, {
|
|
2626
|
-
trigger:
|
|
2627
|
-
|
|
2645
|
+
trigger: ne(() => [
|
|
2646
|
+
u("button", {
|
|
2628
2647
|
"data-popover-trigger": "",
|
|
2629
2648
|
"aria-haspopup": "dialog",
|
|
2630
2649
|
"aria-expanded": "false",
|
|
2631
2650
|
class: L([
|
|
2632
|
-
|
|
2633
|
-
e(
|
|
2651
|
+
M.itemClass,
|
|
2652
|
+
e(l),
|
|
2634
2653
|
"flex items-center justify-between gap-2",
|
|
2635
|
-
|
|
2654
|
+
s.value > 0 ? "border border-blue-400 bg-blue-50 text-blue-600 hover:border-blue-500" : "text-neutral-700 hover:border-neutral-400"
|
|
2636
2655
|
]),
|
|
2637
2656
|
type: "button"
|
|
2638
2657
|
}, [
|
|
2639
|
-
|
|
2640
|
-
|
|
2641
|
-
|
|
2658
|
+
u("span", co, [
|
|
2659
|
+
Q(Ue, { class: "h-4 w-4" }),
|
|
2660
|
+
$[6] || ($[6] = u("span", { class: "text-sm font-medium" }, "Фільтр", -1))
|
|
2642
2661
|
]),
|
|
2643
|
-
|
|
2662
|
+
s.value > 0 ? (i(), w("span", fo, S(s.value), 1)) : _("", !0)
|
|
2644
2663
|
], 2)
|
|
2645
2664
|
]),
|
|
2646
|
-
default:
|
|
2647
|
-
|
|
2648
|
-
|
|
2649
|
-
|
|
2650
|
-
|
|
2665
|
+
default: ne(() => [
|
|
2666
|
+
u("div", po, [
|
|
2667
|
+
u("div", mo, [
|
|
2668
|
+
u("div", vo, [
|
|
2669
|
+
u("p", yo, S(e(t)("filter.selectFieldHelp")), 1)
|
|
2651
2670
|
]),
|
|
2652
|
-
|
|
2653
|
-
|
|
2671
|
+
u("div", go, [
|
|
2672
|
+
M.schema ? (i(!0), w(U, { key: 0 }, X(Object.entries(x.value), ([B, F]) => (i(), w("button", {
|
|
2654
2673
|
key: B,
|
|
2655
2674
|
onClick: () => {
|
|
2656
|
-
|
|
2675
|
+
f.value = B;
|
|
2657
2676
|
},
|
|
2658
2677
|
class: L([
|
|
2659
2678
|
"flex w-full items-center justify-between px-3 py-2 text-left transition-colors hover:bg-gray-50",
|
|
2660
|
-
e(
|
|
2679
|
+
e(f) === B ? "bg-blue-50 text-blue-700 border-l-2 border-blue-500" : "text-neutral-700"
|
|
2661
2680
|
])
|
|
2662
2681
|
}, [
|
|
2663
|
-
|
|
2664
|
-
|
|
2682
|
+
u("div", ho, [
|
|
2683
|
+
u("span", xo, S(F.label), 1)
|
|
2665
2684
|
]),
|
|
2666
|
-
|
|
2667
|
-
], 10,
|
|
2668
|
-
(
|
|
2669
|
-
key: "slot-" +
|
|
2670
|
-
onClick: (
|
|
2685
|
+
h(B) > 0 ? (i(), w("div", wo, S(h(B)), 1)) : _("", !0)
|
|
2686
|
+
], 10, bo))), 128)) : _("", !0),
|
|
2687
|
+
(i(!0), w(U, null, X(e(C), (B, F) => (i(), w("button", {
|
|
2688
|
+
key: "slot-" + F,
|
|
2689
|
+
onClick: (D) => f.value = B.props.name,
|
|
2671
2690
|
class: L([
|
|
2672
2691
|
"flex items-center justify-between px-3 py-2 text-left transition-colors hover:bg-gray-50",
|
|
2673
|
-
e(
|
|
2692
|
+
e(f) === B.props.name ? "bg-blue-50 text-blue-700 border-l-2 border-blue-500" : "text-neutral-700"
|
|
2674
2693
|
])
|
|
2675
2694
|
}, [
|
|
2676
|
-
|
|
2677
|
-
|
|
2695
|
+
u("div", Co, [
|
|
2696
|
+
u("span", Vo, S(B.props.label), 1)
|
|
2678
2697
|
]),
|
|
2679
|
-
|
|
2680
|
-
], 10,
|
|
2698
|
+
h(B.props.name) > 0 ? (i(), w("div", _o, S(h(B.props.name)), 1)) : _("", !0)
|
|
2699
|
+
], 10, ko))), 128))
|
|
2681
2700
|
]),
|
|
2682
|
-
e(
|
|
2683
|
-
|
|
2684
|
-
class: L([
|
|
2685
|
-
onClick:
|
|
2701
|
+
e(v) > 0 ? (i(), w("div", $o, [
|
|
2702
|
+
u("button", {
|
|
2703
|
+
class: L([M.itemClass, "w-full px-3 py-2 text-left text-sm text-gray-600 hover:bg-gray-50 transition-colors"]),
|
|
2704
|
+
onClick: $[0] || ($[0] = (B) => e(V)()),
|
|
2686
2705
|
"data-inside-popover": ""
|
|
2687
2706
|
}, " Очистити всі ", 2)
|
|
2688
|
-
])) :
|
|
2707
|
+
])) : _("", !0)
|
|
2689
2708
|
]),
|
|
2690
|
-
|
|
2691
|
-
e(
|
|
2692
|
-
|
|
2693
|
-
])) :
|
|
2694
|
-
e(
|
|
2695
|
-
|
|
2696
|
-
e(
|
|
2709
|
+
u("div", Ao, [
|
|
2710
|
+
e(f) === "" ? (i(), w("div", So, [
|
|
2711
|
+
u("p", Bo, S(e(t)("filter.selectFieldHelp")), 1)
|
|
2712
|
+
])) : _("", !0),
|
|
2713
|
+
e(f) ? (i(), w(U, { key: 1 }, [
|
|
2714
|
+
x.value ? (i(!0), w(U, { key: 0 }, X(Object.entries(x.value), ([B, F]) => (i(), w(U, null, [
|
|
2715
|
+
e(f) === B ? (i(), I(le, J({
|
|
2697
2716
|
key: B,
|
|
2698
2717
|
layout: "popover",
|
|
2699
2718
|
ref_for: !0,
|
|
2700
2719
|
ref_key: "filterRef",
|
|
2701
2720
|
ref: r
|
|
2702
|
-
}, { ref_for: !0 },
|
|
2703
|
-
class: [
|
|
2704
|
-
"item-class": [
|
|
2705
|
-
onChange:
|
|
2706
|
-
onClear:
|
|
2707
|
-
e(k)(
|
|
2721
|
+
}, { ref_for: !0 }, F, {
|
|
2722
|
+
class: [M.itemClass, F?.class],
|
|
2723
|
+
"item-class": [M.itemClass, F?.itemClass].filter(Boolean).join(" ") || void 0,
|
|
2724
|
+
onChange: $[1] || ($[1] = (D) => e(c)(D.name, D.value)),
|
|
2725
|
+
onClear: $[2] || ($[2] = (D) => {
|
|
2726
|
+
e(k)(D), e(c)(D, void 0);
|
|
2708
2727
|
}),
|
|
2709
2728
|
modelValue: e(d)[B],
|
|
2710
|
-
"onUpdate:modelValue": (
|
|
2729
|
+
"onUpdate:modelValue": (D) => e(d)[B] = D,
|
|
2711
2730
|
cleanable: !0
|
|
2712
|
-
}), null, 16, ["class", "item-class", "modelValue", "onUpdate:modelValue"])) :
|
|
2713
|
-
], 64))), 256)) :
|
|
2714
|
-
(
|
|
2715
|
-
key: "slot-" +
|
|
2731
|
+
}), null, 16, ["class", "item-class", "modelValue", "onUpdate:modelValue"])) : _("", !0)
|
|
2732
|
+
], 64))), 256)) : _("", !0),
|
|
2733
|
+
(i(!0), w(U, null, X(e(C), (B, F) => (i(), w(U, {
|
|
2734
|
+
key: "slot-" + F
|
|
2716
2735
|
}, [
|
|
2717
|
-
e(
|
|
2736
|
+
e(f) === B.props.name ? (i(), I(le, J({
|
|
2718
2737
|
key: 0,
|
|
2719
2738
|
layout: "popover"
|
|
2720
2739
|
}, { ref_for: !0 }, B.props, {
|
|
2721
2740
|
ref_for: !0,
|
|
2722
2741
|
ref_key: "filterRef",
|
|
2723
2742
|
ref: r,
|
|
2724
|
-
class: [
|
|
2725
|
-
"item-class": [
|
|
2726
|
-
onChange:
|
|
2727
|
-
onClear:
|
|
2728
|
-
e(k)(
|
|
2743
|
+
class: [M.itemClass, B.props?.class],
|
|
2744
|
+
"item-class": [M.itemClass, B.props?.itemClass].filter(Boolean).join(" ") || void 0,
|
|
2745
|
+
onChange: $[3] || ($[3] = (D) => e(c)(D.name, D.value)),
|
|
2746
|
+
onClear: $[4] || ($[4] = (D) => {
|
|
2747
|
+
e(k)(D), e(c)(D, void 0);
|
|
2729
2748
|
}),
|
|
2730
2749
|
modelValue: e(d)[B.props.name],
|
|
2731
|
-
"onUpdate:modelValue": (
|
|
2750
|
+
"onUpdate:modelValue": (D) => e(d)[B.props.name] = D,
|
|
2732
2751
|
cleanable: !0
|
|
2733
|
-
}), null, 16, ["class", "item-class", "modelValue", "onUpdate:modelValue"])) :
|
|
2752
|
+
}), null, 16, ["class", "item-class", "modelValue", "onUpdate:modelValue"])) : _("", !0)
|
|
2734
2753
|
], 64))), 128))
|
|
2735
|
-
], 64)) :
|
|
2754
|
+
], 64)) : _("", !0)
|
|
2736
2755
|
])
|
|
2737
2756
|
])
|
|
2738
2757
|
]),
|
|
2739
2758
|
_: 1
|
|
2740
2759
|
}));
|
|
2741
2760
|
}
|
|
2742
|
-
}),
|
|
2761
|
+
}), jo = { class: "flex gap-1 items-center flex-wrap" }, Fe = /* @__PURE__ */ q({
|
|
2743
2762
|
__name: "inline-filter-layout",
|
|
2744
2763
|
props: {
|
|
2745
2764
|
schema: {},
|
|
@@ -2755,106 +2774,106 @@ const Ue = /* @__PURE__ */ te(sa, [["render", ua]]), ca = { class: "flex items-c
|
|
|
2755
2774
|
itemClass: {}
|
|
2756
2775
|
},
|
|
2757
2776
|
emits: ["change", "clear", "clearAll"],
|
|
2758
|
-
setup(
|
|
2759
|
-
const
|
|
2760
|
-
activeFilter:
|
|
2777
|
+
setup(m, { expose: o, emit: y }) {
|
|
2778
|
+
const t = oe(), a = m, l = y, g = pe(), p = A({}), n = O(() => Object.keys(a.schema).length > a.limit), {
|
|
2779
|
+
activeFilter: x,
|
|
2761
2780
|
activeFilterCount: d,
|
|
2762
|
-
onFilterChange:
|
|
2763
|
-
clearFilter:
|
|
2781
|
+
onFilterChange: v,
|
|
2782
|
+
clearFilter: c,
|
|
2764
2783
|
clearAllFilters: k,
|
|
2765
|
-
limitedSchema:
|
|
2784
|
+
limitedSchema: V,
|
|
2766
2785
|
filtersSlot: C,
|
|
2767
|
-
limitedFiltersSlot:
|
|
2786
|
+
limitedFiltersSlot: f
|
|
2768
2787
|
} = ye(
|
|
2769
2788
|
{
|
|
2770
|
-
...
|
|
2771
|
-
schema:
|
|
2772
|
-
slots:
|
|
2789
|
+
...a,
|
|
2790
|
+
schema: p,
|
|
2791
|
+
slots: g
|
|
2773
2792
|
},
|
|
2774
|
-
|
|
2793
|
+
l
|
|
2775
2794
|
);
|
|
2776
|
-
function r(
|
|
2777
|
-
return Array.isArray(
|
|
2795
|
+
function r($) {
|
|
2796
|
+
return Array.isArray($) ? $.some((B) => B !== "" && B !== void 0 && B !== null) : $ === null ? !0 : $ && typeof $ == "object" ? Object.values($).some((B) => B !== "" && B !== void 0 && B !== null) : $ !== "" && $ !== void 0;
|
|
2778
2797
|
}
|
|
2779
|
-
const
|
|
2780
|
-
const
|
|
2781
|
-
return /* @__PURE__ */ new Set([
|
|
2782
|
-
}),
|
|
2783
|
-
const
|
|
2784
|
-
return Math.max(
|
|
2785
|
-
}),
|
|
2786
|
-
function
|
|
2787
|
-
|
|
2798
|
+
const s = O(() => {
|
|
2799
|
+
const $ = Object.keys(V.value ?? {}), B = f.value.map((F) => F.props?.name).filter((F) => typeof F == "string");
|
|
2800
|
+
return /* @__PURE__ */ new Set([...$, ...B]);
|
|
2801
|
+
}), b = O(() => Object.entries(x.value ?? {}).filter(([$, B]) => s.value.has($) && r(B)).length), h = O(() => {
|
|
2802
|
+
const $ = d.value ?? 0, B = b.value ?? 0;
|
|
2803
|
+
return Math.max($ - B, 0);
|
|
2804
|
+
}), K = A();
|
|
2805
|
+
function M() {
|
|
2806
|
+
K.value && K.value.clearAllFilters(!0), k();
|
|
2788
2807
|
}
|
|
2789
|
-
return
|
|
2790
|
-
() =>
|
|
2791
|
-
(
|
|
2792
|
-
|
|
2808
|
+
return E(
|
|
2809
|
+
() => a.schema,
|
|
2810
|
+
($) => {
|
|
2811
|
+
p.value = $;
|
|
2793
2812
|
},
|
|
2794
2813
|
{ deep: !0, immediate: !0 }
|
|
2795
|
-
),
|
|
2796
|
-
clearFilter:
|
|
2814
|
+
), o({
|
|
2815
|
+
clearFilter: c,
|
|
2797
2816
|
clearAllFilters: k
|
|
2798
|
-
}), (
|
|
2799
|
-
|
|
2800
|
-
key:
|
|
2801
|
-
mode:
|
|
2802
|
-
width:
|
|
2803
|
-
}, { ref_for: !0 },
|
|
2804
|
-
class: [
|
|
2805
|
-
"item-class": [
|
|
2806
|
-
onChange: B[0] || (B[0] = (
|
|
2807
|
-
onClear: e(
|
|
2817
|
+
}), ($, B) => (i(), w("div", jo, [
|
|
2818
|
+
$.schema ? (i(!0), w(U, { key: 0 }, X(Object.entries(e(V)), ([F, D]) => (i(), I(le, J({
|
|
2819
|
+
key: F,
|
|
2820
|
+
mode: $.mode,
|
|
2821
|
+
width: $.width ? $.width : D?.width
|
|
2822
|
+
}, { ref_for: !0 }, D, {
|
|
2823
|
+
class: [$.itemClass, D?.class],
|
|
2824
|
+
"item-class": [$.itemClass, D?.itemClass].filter(Boolean).join(" ") || void 0,
|
|
2825
|
+
onChange: B[0] || (B[0] = (R) => e(v)(R.name, R.value)),
|
|
2826
|
+
onClear: e(c),
|
|
2808
2827
|
layout: "inline",
|
|
2809
2828
|
cleanable: !0,
|
|
2810
|
-
modelValue: e(
|
|
2811
|
-
"onUpdate:modelValue": (
|
|
2812
|
-
}), null, 16, ["mode", "width", "class", "item-class", "onClear", "modelValue", "onUpdate:modelValue"]))), 128)) :
|
|
2813
|
-
(
|
|
2814
|
-
key: "slot-" +
|
|
2829
|
+
modelValue: e(x)[F],
|
|
2830
|
+
"onUpdate:modelValue": (R) => e(x)[F] = R
|
|
2831
|
+
}), null, 16, ["mode", "width", "class", "item-class", "onClear", "modelValue", "onUpdate:modelValue"]))), 128)) : _("", !0),
|
|
2832
|
+
(i(!0), w(U, null, X(e(f), (F, D) => (i(), I(le, J({
|
|
2833
|
+
key: "slot-" + D,
|
|
2815
2834
|
layout: "inline"
|
|
2816
|
-
}, { ref_for: !0 },
|
|
2817
|
-
class: [
|
|
2818
|
-
"item-class": [
|
|
2819
|
-
onChange: B[1] || (B[1] = (
|
|
2820
|
-
onClear: B[2] || (B[2] = (
|
|
2821
|
-
e(
|
|
2835
|
+
}, { ref_for: !0 }, F.props, {
|
|
2836
|
+
class: [$.itemClass, F.props?.class],
|
|
2837
|
+
"item-class": [$.itemClass, F.props?.itemClass].filter(Boolean).join(" ") || void 0,
|
|
2838
|
+
onChange: B[1] || (B[1] = (R) => e(v)(R.name, R.value)),
|
|
2839
|
+
onClear: B[2] || (B[2] = (R) => {
|
|
2840
|
+
e(c)(R), e(v)(R, void 0);
|
|
2822
2841
|
}),
|
|
2823
2842
|
cleanable: !0,
|
|
2824
|
-
modelValue: e(
|
|
2825
|
-
"onUpdate:modelValue": (
|
|
2843
|
+
modelValue: e(x)[F.props.name],
|
|
2844
|
+
"onUpdate:modelValue": (R) => e(x)[F.props.name] = R
|
|
2826
2845
|
}), null, 16, ["class", "item-class", "modelValue", "onUpdate:modelValue"]))), 128)),
|
|
2827
|
-
|
|
2828
|
-
schema:
|
|
2829
|
-
limit:
|
|
2830
|
-
onChange: B[3] || (B[3] = (
|
|
2831
|
-
onClearAll: B[4] || (B[4] = (
|
|
2832
|
-
onClear: B[5] || (B[5] = (
|
|
2833
|
-
mode:
|
|
2846
|
+
n.value ? (i(), I(ze, J({ key: 1 }, a, {
|
|
2847
|
+
schema: $.schema,
|
|
2848
|
+
limit: $.limit,
|
|
2849
|
+
onChange: B[3] || (B[3] = (F) => e(v)(F.name, F.value)),
|
|
2850
|
+
onClearAll: B[4] || (B[4] = (F) => e(k)()),
|
|
2851
|
+
onClear: B[5] || (B[5] = (F) => e(c)(F.name)),
|
|
2852
|
+
mode: $.mode,
|
|
2834
2853
|
ref_key: "popoverRef",
|
|
2835
|
-
ref:
|
|
2854
|
+
ref: K,
|
|
2836
2855
|
cleanable: !0,
|
|
2837
|
-
"badge-count":
|
|
2856
|
+
"badge-count": h.value
|
|
2838
2857
|
}), {
|
|
2839
|
-
default:
|
|
2840
|
-
(
|
|
2841
|
-
key: "slot-" +
|
|
2858
|
+
default: ne(() => [
|
|
2859
|
+
(i(!0), w(U, null, X(e(C), (F, D) => (i(), I(re(F), J({
|
|
2860
|
+
key: "slot-" + D,
|
|
2842
2861
|
layout: "popover"
|
|
2843
|
-
}, { ref_for: !0 },
|
|
2862
|
+
}, { ref_for: !0 }, F.props, { cleanable: !0 }), null, 16))), 128))
|
|
2844
2863
|
]),
|
|
2845
2864
|
_: 1
|
|
2846
|
-
}, 16, ["schema", "limit", "mode", "badge-count"])) :
|
|
2847
|
-
e(d) > 0 ? (
|
|
2865
|
+
}, 16, ["schema", "limit", "mode", "badge-count"])) : _("", !0),
|
|
2866
|
+
e(d) > 0 ? (i(), w("button", {
|
|
2848
2867
|
key: 2,
|
|
2849
|
-
onClick:
|
|
2850
|
-
class: L([
|
|
2851
|
-
}, S(e(
|
|
2868
|
+
onClick: M,
|
|
2869
|
+
class: L([$.itemClass, "relative py-2 px-3 inline-flex justify-center items-center gap-x-2 text-sm font-medium rounded-md bg-gray-50 border text-gray-800 hover:bg-gray-200 focus:bg-gray-200"])
|
|
2870
|
+
}, S(e(t)("filter.clear")), 3)) : _("", !0)
|
|
2852
2871
|
]));
|
|
2853
2872
|
}
|
|
2854
|
-
}),
|
|
2873
|
+
}), Do = {
|
|
2855
2874
|
key: 0,
|
|
2856
2875
|
class: "p-2 overflow-y-auto overflow-hidden [&::-webkit-scrollbar]:w-2 [&::-webkit-scrollbar-thumb]:rounded-full [&::-webkit-scrollbar-track]:bg-gray-100 [&::-webkit-scrollbar-thumb]:bg-gray-300 dark:[&::-webkit-scrollbar-track]:bg-neutral-700 dark:[&::-webkit-scrollbar-thumb]:bg-neutral-500 dark:bg-neutral-800 max-h-[calc(100%-142px)] h-full bg-gray-100"
|
|
2857
|
-
},
|
|
2876
|
+
}, Ro = { class: "flex items-center vst-filters vsTailwind flex-col w-full" }, Fo = /* @__PURE__ */ q({
|
|
2858
2877
|
__name: "vertical-filter-layout",
|
|
2859
2878
|
props: {
|
|
2860
2879
|
schema: {},
|
|
@@ -2870,67 +2889,67 @@ const Ue = /* @__PURE__ */ te(sa, [["render", ua]]), ca = { class: "flex items-c
|
|
|
2870
2889
|
itemClass: {}
|
|
2871
2890
|
},
|
|
2872
2891
|
emits: ["change", "clear", "clearAll"],
|
|
2873
|
-
setup(
|
|
2874
|
-
const
|
|
2875
|
-
activeFilter:
|
|
2876
|
-
activeFilterCount:
|
|
2877
|
-
onFilterChange:
|
|
2878
|
-
clearFilter:
|
|
2892
|
+
setup(m, { expose: o, emit: y }) {
|
|
2893
|
+
const t = m, a = y, l = pe(), {
|
|
2894
|
+
activeFilter: g,
|
|
2895
|
+
activeFilterCount: p,
|
|
2896
|
+
onFilterChange: n,
|
|
2897
|
+
clearFilter: x,
|
|
2879
2898
|
clearAllFilters: d,
|
|
2880
|
-
filtersSlot:
|
|
2899
|
+
filtersSlot: v
|
|
2881
2900
|
} = ye({
|
|
2882
|
-
...
|
|
2883
|
-
slots:
|
|
2884
|
-
},
|
|
2885
|
-
return
|
|
2886
|
-
clearFilter:
|
|
2901
|
+
...t,
|
|
2902
|
+
slots: l
|
|
2903
|
+
}, a);
|
|
2904
|
+
return o({
|
|
2905
|
+
clearFilter: x,
|
|
2887
2906
|
clearAllFilters: d
|
|
2888
|
-
}), (
|
|
2889
|
-
|
|
2890
|
-
e(
|
|
2907
|
+
}), (c, k) => c.view === "vertical" ? (i(), w("div", Do, [
|
|
2908
|
+
u("div", Ro, [
|
|
2909
|
+
e(p) > 0 ? (i(), w("button", {
|
|
2891
2910
|
key: 0,
|
|
2892
|
-
onClick: k[0] || (k[0] = (
|
|
2911
|
+
onClick: k[0] || (k[0] = (V) => e(d)()),
|
|
2893
2912
|
"data-popover-trigger": "",
|
|
2894
2913
|
"aria-haspopup": "dialog",
|
|
2895
2914
|
"aria-expanded": "false",
|
|
2896
|
-
class: L([
|
|
2915
|
+
class: L([c.itemClass, "w-full ring-offset-background focus-visible:outline-hidden focus-visible:ring-ring inline-flex items-center justify-center whitespace-nowrap rounded-md text-sm font-medium transition-colors focus-visible:ring-2 focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0 hover:text-accent-foreground border h-10 px-4 py-2 gap-2 m-2 bg-white text-gray-800 hover:bg-gray-200 focus:bg-gray-200"]),
|
|
2897
2916
|
type: "button"
|
|
2898
|
-
}, " Очистити ", 2)) :
|
|
2899
|
-
|
|
2900
|
-
class: [
|
|
2901
|
-
"item-class": [
|
|
2902
|
-
onChange: k[1] || (k[1] = (
|
|
2903
|
-
onClear: k[2] || (k[2] = (
|
|
2904
|
-
e(
|
|
2917
|
+
}, " Очистити ", 2)) : _("", !0),
|
|
2918
|
+
c.schema ? (i(!0), w(U, { key: 1 }, X(Object.entries(c.schema), ([V, C]) => (i(), I(le, J({ layout: "vertical" }, { ref_for: !0 }, C, {
|
|
2919
|
+
class: [c.itemClass, C?.class],
|
|
2920
|
+
"item-class": [c.itemClass, C?.itemClass].filter(Boolean).join(" ") || void 0,
|
|
2921
|
+
onChange: k[1] || (k[1] = (f) => e(n)(f.name, f.value)),
|
|
2922
|
+
onClear: k[2] || (k[2] = (f) => {
|
|
2923
|
+
e(x)(f), e(n)(f, void 0);
|
|
2905
2924
|
}),
|
|
2906
|
-
modelValue: e(
|
|
2907
|
-
"onUpdate:modelValue": (
|
|
2925
|
+
modelValue: e(g)[V],
|
|
2926
|
+
"onUpdate:modelValue": (f) => e(g)[V] = f,
|
|
2908
2927
|
showClean: !0
|
|
2909
|
-
}), null, 16, ["class", "item-class", "modelValue", "onUpdate:modelValue"]))), 256)) :
|
|
2910
|
-
(
|
|
2928
|
+
}), null, 16, ["class", "item-class", "modelValue", "onUpdate:modelValue"]))), 256)) : _("", !0),
|
|
2929
|
+
(i(!0), w(U, null, X(e(v), (V, C) => (i(), I(le, J({
|
|
2911
2930
|
key: "slot-" + C,
|
|
2912
2931
|
layout: "vertical"
|
|
2913
|
-
}, { ref_for: !0 },
|
|
2914
|
-
class: [
|
|
2915
|
-
"item-class": [
|
|
2916
|
-
onChange: k[3] || (k[3] = (
|
|
2917
|
-
onClear: k[4] || (k[4] = (
|
|
2918
|
-
e(
|
|
2932
|
+
}, { ref_for: !0 }, V.props, {
|
|
2933
|
+
class: [c.itemClass, V.props?.class],
|
|
2934
|
+
"item-class": [c.itemClass, V.props?.itemClass].filter(Boolean).join(" ") || void 0,
|
|
2935
|
+
onChange: k[3] || (k[3] = (f) => e(n)(f.name, f.value)),
|
|
2936
|
+
onClear: k[4] || (k[4] = (f) => {
|
|
2937
|
+
e(x)(f), e(n)(f, void 0);
|
|
2919
2938
|
}),
|
|
2920
|
-
modelValue: e(
|
|
2921
|
-
"onUpdate:modelValue": (
|
|
2939
|
+
modelValue: e(g)[V.props.name],
|
|
2940
|
+
"onUpdate:modelValue": (f) => e(g)[V.props.name] = f,
|
|
2922
2941
|
showClean: !0
|
|
2923
2942
|
}), null, 16, ["class", "item-class", "modelValue", "onUpdate:modelValue"]))), 128))
|
|
2924
2943
|
])
|
|
2925
|
-
])) :
|
|
2944
|
+
])) : _("", !0);
|
|
2926
2945
|
}
|
|
2927
|
-
}),
|
|
2946
|
+
}), Ko = ["onKeydown"], Mo = ["disabled"], Lo = {
|
|
2928
2947
|
key: 0,
|
|
2929
2948
|
class: "ml-2 inline-flex min-h-[18px] min-w-[18px] items-center justify-center rounded-full bg-blue-500 px-1.5 text-[11px] font-semibold text-white"
|
|
2930
|
-
},
|
|
2949
|
+
}, Oo = { class: "rounded-2xl border border-slate-300/35 bg-white/95 p-4 shadow-2xl backdrop-blur-sm" }, Eo = { class: "mb-3 flex items-center justify-between" }, To = { class: "text-[15px] font-semibold text-slate-800" }, Io = { "aria-hidden": "true" }, Uo = { class: "flex max-h-80 flex-col gap-1 overflow-y-auto" }, zo = {
|
|
2931
2950
|
key: 0,
|
|
2932
2951
|
class: "mt-3 flex justify-end"
|
|
2933
|
-
},
|
|
2952
|
+
}, No = /* @__PURE__ */ q({
|
|
2934
2953
|
__name: "popover-inline-filter-layout",
|
|
2935
2954
|
props: {
|
|
2936
2955
|
schema: {},
|
|
@@ -2946,177 +2965,177 @@ const Ue = /* @__PURE__ */ te(sa, [["render", ua]]), ca = { class: "flex items-c
|
|
|
2946
2965
|
itemClass: {}
|
|
2947
2966
|
},
|
|
2948
2967
|
emits: ["change", "clear", "clearAll"],
|
|
2949
|
-
setup(
|
|
2950
|
-
const
|
|
2951
|
-
activeFilter:
|
|
2952
|
-
activeFilterCount:
|
|
2953
|
-
onFilterChange:
|
|
2968
|
+
setup(m, { emit: o }) {
|
|
2969
|
+
const y = oe(), t = m, a = o, l = A({}), g = pe(), {
|
|
2970
|
+
activeFilter: p,
|
|
2971
|
+
activeFilterCount: n,
|
|
2972
|
+
onFilterChange: x,
|
|
2954
2973
|
clearFilter: d,
|
|
2955
|
-
clearAllFilters:
|
|
2956
|
-
filtersSlot:
|
|
2974
|
+
clearAllFilters: v,
|
|
2975
|
+
filtersSlot: c
|
|
2957
2976
|
} = ye(
|
|
2958
2977
|
{
|
|
2959
|
-
...
|
|
2960
|
-
schema:
|
|
2961
|
-
slots:
|
|
2978
|
+
...t,
|
|
2979
|
+
schema: l.value,
|
|
2980
|
+
slots: g
|
|
2962
2981
|
},
|
|
2963
|
-
|
|
2964
|
-
), k = A(null),
|
|
2982
|
+
a
|
|
2983
|
+
), k = A(null), V = A(null), C = qe({ open: !1, top: 0, left: 0 }), f = O(() => C.open), r = O(() => !!t.disabled), s = O(() => l.value || {}), b = O(() => t.title ?? "Фільтр"), h = O(() => !!g.trigger), K = O(() => [
|
|
2965
2984
|
"inline-flex h-9 items-center justify-center gap-2 rounded-lg border border-transparent bg-slate-200/70 px-3 text-sm font-medium text-slate-700 transition-colors hover:bg-blue-100 hover:text-blue-600 focus:outline-none focus:ring-2 focus:ring-blue-200 disabled:cursor-not-allowed disabled:opacity-50 disabled:hover:bg-slate-200/70 disabled:hover:text-slate-700",
|
|
2966
2985
|
r.value ? "cursor-not-allowed opacity-60" : "cursor-pointer"
|
|
2967
|
-
]),
|
|
2986
|
+
]), M = O(() => C.open ? {
|
|
2968
2987
|
position: "absolute",
|
|
2969
2988
|
top: `${C.top}px`,
|
|
2970
2989
|
left: `${C.left}px`,
|
|
2971
2990
|
transform: "translateX(-50%)",
|
|
2972
2991
|
zIndex: 1e3
|
|
2973
2992
|
} : { display: "none" });
|
|
2974
|
-
function
|
|
2993
|
+
function $() {
|
|
2975
2994
|
C.open = !1;
|
|
2976
2995
|
}
|
|
2977
2996
|
function B() {
|
|
2978
2997
|
if (!k.value) return;
|
|
2979
|
-
const
|
|
2980
|
-
C.top =
|
|
2998
|
+
const z = k.value.getBoundingClientRect();
|
|
2999
|
+
C.top = z.bottom + window.scrollY + 8, C.left = z.left + z.width / 2 + window.scrollX;
|
|
2981
3000
|
}
|
|
2982
|
-
function
|
|
3001
|
+
function F() {
|
|
2983
3002
|
C.open = !C.open, C.open && fe(B);
|
|
2984
3003
|
}
|
|
2985
|
-
function
|
|
2986
|
-
r.value ||
|
|
3004
|
+
function D() {
|
|
3005
|
+
r.value || F();
|
|
2987
3006
|
}
|
|
2988
|
-
function
|
|
3007
|
+
function R() {
|
|
2989
3008
|
C.open && B();
|
|
2990
3009
|
}
|
|
2991
|
-
function
|
|
2992
|
-
|
|
3010
|
+
function N() {
|
|
3011
|
+
v();
|
|
2993
3012
|
}
|
|
2994
|
-
return
|
|
2995
|
-
window.addEventListener("resize",
|
|
2996
|
-
}),
|
|
2997
|
-
window.removeEventListener("resize",
|
|
2998
|
-
}),
|
|
2999
|
-
() =>
|
|
3000
|
-
(
|
|
3001
|
-
if (!
|
|
3002
|
-
|
|
3013
|
+
return ce(() => {
|
|
3014
|
+
window.addEventListener("resize", R), window.addEventListener("scroll", R, !0);
|
|
3015
|
+
}), me(() => {
|
|
3016
|
+
window.removeEventListener("resize", R), window.removeEventListener("scroll", R, !0);
|
|
3017
|
+
}), E(
|
|
3018
|
+
() => t.schema,
|
|
3019
|
+
(z) => {
|
|
3020
|
+
if (!z) {
|
|
3021
|
+
l.value = {};
|
|
3003
3022
|
return;
|
|
3004
3023
|
}
|
|
3005
|
-
if (Array.isArray(
|
|
3006
|
-
const
|
|
3007
|
-
const
|
|
3008
|
-
return [
|
|
3024
|
+
if (Array.isArray(z)) {
|
|
3025
|
+
const j = z.filter((T) => T && (T.name || T.id)).map((T) => {
|
|
3026
|
+
const P = T.name || T.id;
|
|
3027
|
+
return [P, { ...T, name: P }];
|
|
3009
3028
|
});
|
|
3010
|
-
|
|
3029
|
+
l.value = Object.fromEntries(j);
|
|
3011
3030
|
return;
|
|
3012
3031
|
}
|
|
3013
|
-
|
|
3032
|
+
l.value = z;
|
|
3014
3033
|
},
|
|
3015
3034
|
{ deep: !0, immediate: !0 }
|
|
3016
|
-
),
|
|
3017
|
-
() =>
|
|
3018
|
-
(
|
|
3019
|
-
|
|
3035
|
+
), E(
|
|
3036
|
+
() => t.disabled,
|
|
3037
|
+
(z) => {
|
|
3038
|
+
z && $();
|
|
3020
3039
|
}
|
|
3021
|
-
), (
|
|
3040
|
+
), (z, j) => (i(), w("div", {
|
|
3022
3041
|
class: "relative inline-flex",
|
|
3023
3042
|
ref_key: "anchor",
|
|
3024
3043
|
ref: k
|
|
3025
3044
|
}, [
|
|
3026
|
-
|
|
3045
|
+
h.value ? (i(), w("span", {
|
|
3027
3046
|
key: 0,
|
|
3028
3047
|
class: L(["inline-flex", r.value ? "cursor-not-allowed opacity-60 pointer-events-none" : "cursor-pointer"]),
|
|
3029
3048
|
role: "button",
|
|
3030
3049
|
tabindex: "0",
|
|
3031
3050
|
"data-popover-trigger": "",
|
|
3032
|
-
onClick: se(
|
|
3051
|
+
onClick: se(D, ["prevent", "stop"]),
|
|
3033
3052
|
onKeydown: [
|
|
3034
|
-
|
|
3035
|
-
|
|
3053
|
+
$e(se(D, ["prevent", "stop"]), ["enter"]),
|
|
3054
|
+
$e(se(D, ["prevent", "stop"]), ["space"])
|
|
3036
3055
|
]
|
|
3037
3056
|
}, [
|
|
3038
|
-
|
|
3039
|
-
toggle:
|
|
3040
|
-
open:
|
|
3057
|
+
de(z.$slots, "trigger", {
|
|
3058
|
+
toggle: D,
|
|
3059
|
+
open: f.value,
|
|
3041
3060
|
disabled: r.value,
|
|
3042
|
-
activeCount: e(
|
|
3061
|
+
activeCount: e(n)
|
|
3043
3062
|
})
|
|
3044
|
-
], 42,
|
|
3063
|
+
], 42, Ko)) : (i(), w("button", {
|
|
3045
3064
|
key: 1,
|
|
3046
|
-
class: L(
|
|
3065
|
+
class: L(K.value),
|
|
3047
3066
|
type: "button",
|
|
3048
3067
|
disabled: r.value,
|
|
3049
|
-
onClick: se(
|
|
3068
|
+
onClick: se(D, ["prevent", "stop"]),
|
|
3050
3069
|
"data-popover-trigger": ""
|
|
3051
3070
|
}, [
|
|
3052
|
-
|
|
3053
|
-
e(
|
|
3054
|
-
], 10,
|
|
3055
|
-
(
|
|
3056
|
-
|
|
3071
|
+
Q(Ue, { class: "h-4 w-4" }),
|
|
3072
|
+
e(n) > 0 ? (i(), w("div", Lo, S(e(n)), 1)) : _("", !0)
|
|
3073
|
+
], 10, Mo)),
|
|
3074
|
+
(i(), I(ge, { to: "body" }, [
|
|
3075
|
+
f.value ? (i(), w("div", {
|
|
3057
3076
|
key: 0,
|
|
3058
|
-
class: L(["absolute", typeof
|
|
3059
|
-
style: be(
|
|
3077
|
+
class: L(["absolute", typeof z.width == "number" ? `min-w-[${z.width + 32 + (Object.keys(s.value).length > 7 ? 20 : 0)}px]` : "min-w-[268px] "]),
|
|
3078
|
+
style: be(M.value),
|
|
3060
3079
|
ref_key: "panel",
|
|
3061
|
-
ref:
|
|
3062
|
-
onClick:
|
|
3080
|
+
ref: V,
|
|
3081
|
+
onClick: j[4] || (j[4] = se(() => {
|
|
3063
3082
|
}, ["stop"]))
|
|
3064
3083
|
}, [
|
|
3065
|
-
|
|
3066
|
-
|
|
3067
|
-
|
|
3068
|
-
|
|
3084
|
+
u("div", Oo, [
|
|
3085
|
+
u("div", Eo, [
|
|
3086
|
+
u("h3", To, S(b.value), 1),
|
|
3087
|
+
u("button", {
|
|
3069
3088
|
type: "button",
|
|
3070
3089
|
class: "inline-flex h-6 w-6 items-center justify-center rounded-full border-0 bg-slate-300/40 text-slate-600 transition-colors hover:bg-blue-200/60 hover:text-blue-600 focus:outline-none focus:ring-2 focus:ring-blue-200",
|
|
3071
|
-
onClick:
|
|
3090
|
+
onClick: $
|
|
3072
3091
|
}, [
|
|
3073
|
-
|
|
3074
|
-
|
|
3092
|
+
u("span", Io, [
|
|
3093
|
+
Q(Ce, { class: "h-4 w-4" })
|
|
3075
3094
|
]),
|
|
3076
|
-
|
|
3095
|
+
j[5] || (j[5] = u("span", { class: "sr-only" }, "Закрити", -1))
|
|
3077
3096
|
])
|
|
3078
3097
|
]),
|
|
3079
|
-
|
|
3080
|
-
Object.keys(
|
|
3081
|
-
width:
|
|
3082
|
-
class: [
|
|
3083
|
-
"item-class": [
|
|
3098
|
+
u("div", Uo, [
|
|
3099
|
+
Object.keys(s.value).length ? (i(!0), w(U, { key: 0 }, X(Object.entries(s.value), ([T, P]) => (i(), I(le, J({ key: T }, { ref_for: !0 }, { ...P, layout: "inline" }, {
|
|
3100
|
+
width: z.width ? z.width : P?.width,
|
|
3101
|
+
class: [z.itemClass, P?.class],
|
|
3102
|
+
"item-class": [z.itemClass, P?.itemClass].filter(Boolean).join(" ") || void 0,
|
|
3084
3103
|
cleanable: !0,
|
|
3085
|
-
modelValue: e(
|
|
3086
|
-
"onUpdate:modelValue": (
|
|
3087
|
-
onChange:
|
|
3088
|
-
onClear:
|
|
3089
|
-
e(d)(
|
|
3104
|
+
modelValue: e(p)[T],
|
|
3105
|
+
"onUpdate:modelValue": (Y) => e(p)[T] = Y,
|
|
3106
|
+
onChange: j[0] || (j[0] = (Y) => e(x)(Y.name, Y.value)),
|
|
3107
|
+
onClear: j[1] || (j[1] = (Y) => {
|
|
3108
|
+
e(d)(Y), e(x)(Y, void 0);
|
|
3090
3109
|
})
|
|
3091
|
-
}), null, 16, ["width", "class", "item-class", "modelValue", "onUpdate:modelValue"]))), 128)) :
|
|
3092
|
-
(
|
|
3093
|
-
key: "slot-" +
|
|
3110
|
+
}), null, 16, ["width", "class", "item-class", "modelValue", "onUpdate:modelValue"]))), 128)) : _("", !0),
|
|
3111
|
+
(i(!0), w(U, null, X(e(c), (T, P) => (i(), I(le, J({
|
|
3112
|
+
key: "slot-" + P,
|
|
3094
3113
|
ref_for: !0
|
|
3095
|
-
}, { ...
|
|
3096
|
-
class: [
|
|
3097
|
-
"item-class": [
|
|
3114
|
+
}, { ...T.props, layout: "inline" }, {
|
|
3115
|
+
class: [z.itemClass, T.props?.class],
|
|
3116
|
+
"item-class": [z.itemClass, T.props?.itemClass].filter(Boolean).join(" ") || void 0,
|
|
3098
3117
|
cleanable: !0,
|
|
3099
|
-
modelValue: e(
|
|
3100
|
-
"onUpdate:modelValue": (
|
|
3101
|
-
onChange:
|
|
3102
|
-
onClear:
|
|
3103
|
-
e(d)(
|
|
3118
|
+
modelValue: e(p)[T.props.name],
|
|
3119
|
+
"onUpdate:modelValue": (Y) => e(p)[T.props.name] = Y,
|
|
3120
|
+
onChange: j[2] || (j[2] = (Y) => e(x)(Y.name, Y.value)),
|
|
3121
|
+
onClear: j[3] || (j[3] = (Y) => {
|
|
3122
|
+
e(d)(Y), e(x)(Y, void 0);
|
|
3104
3123
|
})
|
|
3105
3124
|
}), null, 16, ["class", "item-class", "modelValue", "onUpdate:modelValue"]))), 128))
|
|
3106
3125
|
]),
|
|
3107
|
-
e(
|
|
3108
|
-
|
|
3126
|
+
e(n) > 0 ? (i(), w("div", zo, [
|
|
3127
|
+
u("button", {
|
|
3109
3128
|
type: "button",
|
|
3110
|
-
class: L([
|
|
3111
|
-
onClick:
|
|
3112
|
-
}, S(e(
|
|
3113
|
-
])) :
|
|
3129
|
+
class: L([z.itemClass, "text-sm font-semibold text-blue-600 transition-colors hover:text-blue-700 focus:outline-none"]),
|
|
3130
|
+
onClick: N
|
|
3131
|
+
}, S(e(y)("filter.clear")), 3)
|
|
3132
|
+
])) : _("", !0)
|
|
3114
3133
|
])
|
|
3115
|
-
], 6)) :
|
|
3134
|
+
], 6)) : _("", !0)
|
|
3116
3135
|
]))
|
|
3117
3136
|
], 512));
|
|
3118
3137
|
}
|
|
3119
|
-
}),
|
|
3138
|
+
}), Ke = /* @__PURE__ */ q({
|
|
3120
3139
|
__name: "filter",
|
|
3121
3140
|
props: {
|
|
3122
3141
|
schema: {},
|
|
@@ -3132,141 +3151,141 @@ const Ue = /* @__PURE__ */ te(sa, [["render", ua]]), ca = { class: "flex items-c
|
|
|
3132
3151
|
itemClass: {}
|
|
3133
3152
|
},
|
|
3134
3153
|
emits: ["change", "clear", "clearAll"],
|
|
3135
|
-
setup(
|
|
3136
|
-
const
|
|
3137
|
-
|
|
3138
|
-
() =>
|
|
3139
|
-
async (
|
|
3140
|
-
|
|
3154
|
+
setup(m, { expose: o, emit: y }) {
|
|
3155
|
+
const t = m, a = A(n(t.value ?? {}));
|
|
3156
|
+
E(
|
|
3157
|
+
() => t.value,
|
|
3158
|
+
async (f) => {
|
|
3159
|
+
a.value = n(f ?? {}), (!f || Object.keys(f).length === 0) && (await fe(), g.value?.clearAllFilters?.(!0));
|
|
3141
3160
|
},
|
|
3142
3161
|
{ deep: !0, immediate: !0 }
|
|
3143
3162
|
);
|
|
3144
|
-
const
|
|
3145
|
-
function
|
|
3146
|
-
if (Array.isArray(
|
|
3147
|
-
return
|
|
3148
|
-
if (
|
|
3149
|
-
const r = ue(
|
|
3150
|
-
for (const
|
|
3151
|
-
|
|
3152
|
-
return
|
|
3163
|
+
const l = y, g = A(), p = pe();
|
|
3164
|
+
function n(f) {
|
|
3165
|
+
if (Array.isArray(f))
|
|
3166
|
+
return f.map((r) => n(r));
|
|
3167
|
+
if (f !== null && typeof f == "object") {
|
|
3168
|
+
const r = ue(f), s = {};
|
|
3169
|
+
for (const b in r)
|
|
3170
|
+
s[b] = n(r[b]);
|
|
3171
|
+
return s;
|
|
3153
3172
|
}
|
|
3154
|
-
return
|
|
3173
|
+
return f;
|
|
3155
3174
|
}
|
|
3156
|
-
function
|
|
3157
|
-
r !== void 0 ?
|
|
3158
|
-
...
|
|
3159
|
-
[
|
|
3160
|
-
} : delete
|
|
3161
|
-
data:
|
|
3162
|
-
name:
|
|
3163
|
-
value:
|
|
3175
|
+
function x(f, r) {
|
|
3176
|
+
r !== void 0 ? a.value = {
|
|
3177
|
+
...a.value,
|
|
3178
|
+
[f]: r
|
|
3179
|
+
} : delete a.value[f], l("change", {
|
|
3180
|
+
data: n(a.value),
|
|
3181
|
+
name: f,
|
|
3182
|
+
value: n(r)
|
|
3164
3183
|
});
|
|
3165
3184
|
}
|
|
3166
|
-
function d(
|
|
3167
|
-
delete
|
|
3168
|
-
data:
|
|
3169
|
-
name:
|
|
3170
|
-
}),
|
|
3171
|
-
data:
|
|
3172
|
-
name:
|
|
3185
|
+
function d(f) {
|
|
3186
|
+
delete a.value[f], l("clear", {
|
|
3187
|
+
data: n(a.value),
|
|
3188
|
+
name: f
|
|
3189
|
+
}), l("change", {
|
|
3190
|
+
data: n(a.value),
|
|
3191
|
+
name: f,
|
|
3173
3192
|
value: null
|
|
3174
3193
|
});
|
|
3175
3194
|
}
|
|
3176
|
-
function
|
|
3177
|
-
|
|
3178
|
-
data:
|
|
3195
|
+
function v() {
|
|
3196
|
+
a.value = {}, l("clear", {
|
|
3197
|
+
data: n(a.value),
|
|
3179
3198
|
name: "ALL"
|
|
3180
|
-
}),
|
|
3181
|
-
data:
|
|
3199
|
+
}), l("change", {
|
|
3200
|
+
data: n(a.value),
|
|
3182
3201
|
name: "ALL",
|
|
3183
3202
|
value: null
|
|
3184
3203
|
});
|
|
3185
3204
|
}
|
|
3186
|
-
const
|
|
3205
|
+
const c = A({});
|
|
3187
3206
|
function k() {
|
|
3188
|
-
switch (
|
|
3207
|
+
switch (t.view) {
|
|
3189
3208
|
case "inline":
|
|
3190
|
-
return
|
|
3209
|
+
return Fe;
|
|
3191
3210
|
case "vertical":
|
|
3192
|
-
return
|
|
3211
|
+
return Fo;
|
|
3193
3212
|
case "popover":
|
|
3194
3213
|
return ze;
|
|
3195
3214
|
case "popover-inline":
|
|
3196
|
-
return
|
|
3215
|
+
return No;
|
|
3197
3216
|
default:
|
|
3198
|
-
return
|
|
3217
|
+
return Fe;
|
|
3199
3218
|
}
|
|
3200
3219
|
}
|
|
3201
|
-
|
|
3202
|
-
() =>
|
|
3203
|
-
(
|
|
3204
|
-
if (!
|
|
3205
|
-
|
|
3220
|
+
E(
|
|
3221
|
+
() => t.schema,
|
|
3222
|
+
(f) => {
|
|
3223
|
+
if (!f) {
|
|
3224
|
+
c.value = {};
|
|
3206
3225
|
return;
|
|
3207
3226
|
}
|
|
3208
|
-
if (Array.isArray(
|
|
3209
|
-
|
|
3227
|
+
if (Array.isArray(f) && !f.length) {
|
|
3228
|
+
c.value = {};
|
|
3210
3229
|
return;
|
|
3211
3230
|
}
|
|
3212
|
-
Array.isArray(
|
|
3213
|
-
name:
|
|
3214
|
-
type: { datepicker: "date" }[
|
|
3215
|
-
label:
|
|
3216
|
-
}), r[
|
|
3217
|
-
Object.assign(
|
|
3218
|
-
}),
|
|
3231
|
+
Array.isArray(f) ? c.value = f.filter((r) => r.type).reduce((r, s) => (Object.assign(s, {
|
|
3232
|
+
name: s.id || s.name,
|
|
3233
|
+
type: { datepicker: "date" }[s.type.toLowerCase()] || s.type.toLowerCase(),
|
|
3234
|
+
label: s.label || s.ua
|
|
3235
|
+
}), r[s.name] = s, s.data && !s.api && !s.options && Object.assign(s, { api: `/api/suggest/${s.data}` }), r), {}) : (Object.entries(f).forEach(([r, s]) => {
|
|
3236
|
+
Object.assign(s, { name: r || s.name || s.id, type: s.type.toLowerCase() });
|
|
3237
|
+
}), c.value = { ...f });
|
|
3219
3238
|
},
|
|
3220
3239
|
{ immediate: !0, deep: !0 }
|
|
3221
3240
|
);
|
|
3222
|
-
function
|
|
3223
|
-
|
|
3241
|
+
function V(f) {
|
|
3242
|
+
g.value.clearFilter(f), d(f);
|
|
3224
3243
|
}
|
|
3225
3244
|
function C() {
|
|
3226
|
-
|
|
3245
|
+
g.value.clearAllFilters(), v();
|
|
3227
3246
|
}
|
|
3228
|
-
return
|
|
3229
|
-
() =>
|
|
3230
|
-
(
|
|
3231
|
-
if (
|
|
3232
|
-
const r = new URL(window.location.href),
|
|
3233
|
-
Object.keys(
|
|
3247
|
+
return E(
|
|
3248
|
+
() => a.value,
|
|
3249
|
+
(f) => {
|
|
3250
|
+
if (t.history) {
|
|
3251
|
+
const r = new URL(window.location.href), s = new URLSearchParams(window.location.search);
|
|
3252
|
+
Object.keys(f).length > 0 ? s.set(
|
|
3234
3253
|
"filter",
|
|
3235
|
-
Object.entries(
|
|
3236
|
-
) :
|
|
3254
|
+
Object.entries(f).filter(([, b]) => b).map(([b, h]) => `${b}=${h}`).join("|")
|
|
3255
|
+
) : s.delete("filter"), r.search = decodeURI(s.toString()), window.history.pushState({}, "", r);
|
|
3237
3256
|
}
|
|
3238
3257
|
}
|
|
3239
|
-
),
|
|
3258
|
+
), o({
|
|
3240
3259
|
clearAllFilters: C,
|
|
3241
|
-
clearFilter:
|
|
3242
|
-
}), (
|
|
3243
|
-
schema:
|
|
3244
|
-
onChange: r[0] || (r[0] = (
|
|
3245
|
-
onClear: r[1] || (r[1] = (
|
|
3246
|
-
onClearAll:
|
|
3260
|
+
clearFilter: V
|
|
3261
|
+
}), (f, r) => (i(), I(re(k()), J(t, {
|
|
3262
|
+
schema: c.value,
|
|
3263
|
+
onChange: r[0] || (r[0] = (s) => x(s.name, s.value)),
|
|
3264
|
+
onClear: r[1] || (r[1] = (s) => d(s.name)),
|
|
3265
|
+
onClearAll: v,
|
|
3247
3266
|
ref_key: "filterRef",
|
|
3248
|
-
ref:
|
|
3267
|
+
ref: g
|
|
3249
3268
|
}), Qe({
|
|
3250
|
-
default:
|
|
3251
|
-
|
|
3269
|
+
default: ne(() => [
|
|
3270
|
+
de(f.$slots, "default")
|
|
3252
3271
|
]),
|
|
3253
3272
|
_: 2
|
|
3254
3273
|
}, [
|
|
3255
|
-
e(
|
|
3274
|
+
e(p).trigger ? {
|
|
3256
3275
|
name: "trigger",
|
|
3257
|
-
fn:
|
|
3258
|
-
|
|
3276
|
+
fn: ne((s) => [
|
|
3277
|
+
de(f.$slots, "trigger", He(Ge(s)))
|
|
3259
3278
|
]),
|
|
3260
3279
|
key: "0"
|
|
3261
3280
|
} : void 0
|
|
3262
3281
|
]), 1040, ["schema"]));
|
|
3263
3282
|
}
|
|
3264
3283
|
});
|
|
3265
|
-
|
|
3266
|
-
|
|
3284
|
+
Ke.install = function(o) {
|
|
3285
|
+
o.component("Filter", Ke), o.component("FilterField", le);
|
|
3267
3286
|
};
|
|
3268
3287
|
export {
|
|
3269
|
-
|
|
3288
|
+
Ke as Filter,
|
|
3270
3289
|
le as FilterField,
|
|
3271
|
-
|
|
3290
|
+
Ke as default
|
|
3272
3291
|
};
|