golden-logic-ui 1.0.38 → 1.0.40
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/golden-logic-ui.js +1297 -1346
- package/dist/golden-logic-ui.umd.cjs +4 -4
- package/package.json +1 -1
package/dist/golden-logic-ui.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { openBlock as d, createElementBlock as u, createElementVNode as s, createCommentVNode as
|
|
2
|
-
const
|
|
1
|
+
import { openBlock as d, createElementBlock as u, createElementVNode as s, createCommentVNode as g, createStaticVNode as Ze, inject as ve, watch as K, effectScope as Ke, computed as J, reactive as xe, resolveComponent as W, Fragment as v, createVNode as z, normalizeClass as b, toDisplayString as h, withModifiers as N, withDirectives as P, vModelText as V, renderList as $, normalizeStyle as We, renderSlot as A, createTextVNode as w, vShow as B, createBlock as H, resolveDynamicComponent as se, mergeProps as Z, withCtx as X, ref as O, onMounted as G, vModelDynamic as Xe, provide as Ye, pushScopeId as Je, popScopeId as Qe, vModelCheckbox as et, unref as we, toHandlers as te, TransitionGroup as tt, resolveDirective as ke, markRaw as rt } from "vue";
|
|
2
|
+
const D = (e, t) => {
|
|
3
3
|
const r = e.__vccOpts || e;
|
|
4
4
|
for (const [n, a] of t)
|
|
5
5
|
r[n] = a;
|
|
6
6
|
return r;
|
|
7
|
-
},
|
|
7
|
+
}, st = {
|
|
8
8
|
props: ["isOpen"],
|
|
9
9
|
methods: {
|
|
10
10
|
confirmDeletion() {
|
|
@@ -14,27 +14,27 @@ const k = (e, t) => {
|
|
|
14
14
|
this.$emit("cancel-delete");
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
|
-
},
|
|
17
|
+
}, nt = {
|
|
18
18
|
key: 0,
|
|
19
19
|
class: "fixed inset-0 z-50 overflow-y-auto",
|
|
20
20
|
"aria-labelledby": "modal-title",
|
|
21
21
|
role: "dialog",
|
|
22
22
|
"aria-modal": "true"
|
|
23
|
-
},
|
|
23
|
+
}, ot = { class: "flex items-end justify-center min-h-screen px-4 pt-4 pb-20 text-center sm:block sm:p-0" }, at = /* @__PURE__ */ s("div", {
|
|
24
24
|
class: "fixed inset-0 transition-opacity bg-gray-500 bg-opacity-75",
|
|
25
25
|
"aria-hidden": "true"
|
|
26
|
-
}, null, -1),
|
|
26
|
+
}, null, -1), it = /* @__PURE__ */ s("span", {
|
|
27
27
|
class: "hidden sm:inline-block sm:align-middle sm:h-screen",
|
|
28
28
|
"aria-hidden": "true"
|
|
29
|
-
}, "", -1),
|
|
30
|
-
function
|
|
31
|
-
return r.isOpen ? (d(), u("div",
|
|
32
|
-
s("div",
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
s("div",
|
|
36
|
-
|
|
37
|
-
s("div",
|
|
29
|
+
}, "", -1), lt = { class: "inline-block overflow-hidden text-left align-bottom transition-all transform bg-white rounded-lg shadow-xl sm:my-8 sm:align-middle sm:max-w-lg sm:w-full" }, dt = /* @__PURE__ */ Ze('<div class="px-4 pt-5 pb-4 bg-white sm:p-6 sm:pb-4"><div class="sm:flex sm:items-start"><div class="mt-3 text-center sm:mt-0 sm:ml-4 sm:text-left"><h3 class="text-lg font-medium leading-6 text-gray-900" id="modal-title"> Confirm Deletion </h3><div class="mt-2"><p class="text-sm text-gray-500"> Are you sure you want to delete this item? This action cannot be undone. </p></div></div></div></div>', 1), ut = { class: "px-4 py-3 bg-gray-50 sm:px-6 sm:flex sm:flex-row-reverse" };
|
|
30
|
+
function ct(e, t, r, n, a, o) {
|
|
31
|
+
return r.isOpen ? (d(), u("div", nt, [
|
|
32
|
+
s("div", ot, [
|
|
33
|
+
at,
|
|
34
|
+
it,
|
|
35
|
+
s("div", lt, [
|
|
36
|
+
dt,
|
|
37
|
+
s("div", ut, [
|
|
38
38
|
s("button", {
|
|
39
39
|
onClick: t[0] || (t[0] = (...l) => o.confirmDeletion && o.confirmDeletion(...l)),
|
|
40
40
|
type: "button",
|
|
@@ -48,25 +48,25 @@ function Ye(e, t, r, n, a, o) {
|
|
|
48
48
|
])
|
|
49
49
|
])
|
|
50
50
|
])
|
|
51
|
-
])) :
|
|
51
|
+
])) : g("", !0);
|
|
52
52
|
}
|
|
53
|
-
const
|
|
54
|
-
function
|
|
55
|
-
return
|
|
53
|
+
const ie = /* @__PURE__ */ D(st, [["render", ct]]);
|
|
54
|
+
function ft() {
|
|
55
|
+
return $e().__VUE_DEVTOOLS_GLOBAL_HOOK__;
|
|
56
56
|
}
|
|
57
|
-
function
|
|
57
|
+
function $e() {
|
|
58
58
|
return typeof navigator < "u" && typeof window < "u" ? window : typeof globalThis < "u" ? globalThis : {};
|
|
59
59
|
}
|
|
60
|
-
const
|
|
61
|
-
let
|
|
62
|
-
function
|
|
60
|
+
const ht = typeof Proxy == "function", gt = "devtools-plugin:setup", mt = "plugin:settings:set";
|
|
61
|
+
let U, ne;
|
|
62
|
+
function pt() {
|
|
63
63
|
var e;
|
|
64
|
-
return
|
|
64
|
+
return U !== void 0 || (typeof window < "u" && window.performance ? (U = !0, ne = window.performance) : typeof globalThis < "u" && (!((e = globalThis.perf_hooks) === null || e === void 0) && e.performance) ? (U = !0, ne = globalThis.perf_hooks.performance) : U = !1), U;
|
|
65
65
|
}
|
|
66
|
-
function
|
|
67
|
-
return
|
|
66
|
+
function _t() {
|
|
67
|
+
return pt() ? ne.now() : Date.now();
|
|
68
68
|
}
|
|
69
|
-
class
|
|
69
|
+
class bt {
|
|
70
70
|
constructor(t, r) {
|
|
71
71
|
this.target = null, this.targetQueue = [], this.onQueue = [], this.plugin = t, this.hook = r;
|
|
72
72
|
const n = {};
|
|
@@ -94,9 +94,9 @@ class nt {
|
|
|
94
94
|
o = l;
|
|
95
95
|
},
|
|
96
96
|
now() {
|
|
97
|
-
return
|
|
97
|
+
return _t();
|
|
98
98
|
}
|
|
99
|
-
}, r && r.on(
|
|
99
|
+
}, r && r.on(mt, (l, i) => {
|
|
100
100
|
l === this.plugin.id && this.fallbacks.setSettings(i);
|
|
101
101
|
}), this.proxiedOn = new Proxy({}, {
|
|
102
102
|
get: (l, i) => this.target ? this.target.on[i] : (...c) => {
|
|
@@ -111,11 +111,11 @@ class nt {
|
|
|
111
111
|
args: c,
|
|
112
112
|
resolve: () => {
|
|
113
113
|
}
|
|
114
|
-
}), this.fallbacks[i](...c)) : (...c) => new Promise((
|
|
114
|
+
}), this.fallbacks[i](...c)) : (...c) => new Promise((f) => {
|
|
115
115
|
this.targetQueue.push({
|
|
116
116
|
method: i,
|
|
117
117
|
args: c,
|
|
118
|
-
resolve:
|
|
118
|
+
resolve: f
|
|
119
119
|
});
|
|
120
120
|
})
|
|
121
121
|
});
|
|
@@ -128,12 +128,12 @@ class nt {
|
|
|
128
128
|
r.resolve(await this.target[r.method](...r.args));
|
|
129
129
|
}
|
|
130
130
|
}
|
|
131
|
-
function
|
|
132
|
-
const r = e, n =
|
|
131
|
+
function yt(e, t) {
|
|
132
|
+
const r = e, n = $e(), a = ft(), o = ht && r.enableEarlyProxy;
|
|
133
133
|
if (a && (n.__VUE_DEVTOOLS_PLUGIN_API_AVAILABLE__ || !o))
|
|
134
|
-
a.emit(
|
|
134
|
+
a.emit(gt, e, t);
|
|
135
135
|
else {
|
|
136
|
-
const l = o ? new
|
|
136
|
+
const l = o ? new bt(r, a) : null;
|
|
137
137
|
(n.__VUE_DEVTOOLS_PLUGINS__ = n.__VUE_DEVTOOLS_PLUGINS__ || []).push({
|
|
138
138
|
pluginDescriptor: r,
|
|
139
139
|
setupFn: t,
|
|
@@ -146,48 +146,48 @@ function ot(e, t) {
|
|
|
146
146
|
* (c) 2022 Evan You
|
|
147
147
|
* @license MIT
|
|
148
148
|
*/
|
|
149
|
-
var
|
|
150
|
-
function
|
|
151
|
-
return e === void 0 && (e = null),
|
|
149
|
+
var Ce = "store";
|
|
150
|
+
function Se(e) {
|
|
151
|
+
return e === void 0 && (e = null), ve(e !== null ? e : Ce);
|
|
152
152
|
}
|
|
153
|
-
function
|
|
153
|
+
function F(e, t) {
|
|
154
154
|
Object.keys(e).forEach(function(r) {
|
|
155
155
|
return t(e[r], r);
|
|
156
156
|
});
|
|
157
157
|
}
|
|
158
|
-
function
|
|
158
|
+
function Oe(e) {
|
|
159
159
|
return e !== null && typeof e == "object";
|
|
160
160
|
}
|
|
161
|
-
function
|
|
161
|
+
function vt(e) {
|
|
162
162
|
return e && typeof e.then == "function";
|
|
163
163
|
}
|
|
164
|
-
function
|
|
164
|
+
function I(e, t) {
|
|
165
165
|
if (!e)
|
|
166
166
|
throw new Error("[vuex] " + t);
|
|
167
167
|
}
|
|
168
|
-
function
|
|
168
|
+
function xt(e, t) {
|
|
169
169
|
return function() {
|
|
170
170
|
return e(t);
|
|
171
171
|
};
|
|
172
172
|
}
|
|
173
|
-
function
|
|
173
|
+
function De(e, t, r) {
|
|
174
174
|
return t.indexOf(e) < 0 && (r && r.prepend ? t.unshift(e) : t.push(e)), function() {
|
|
175
175
|
var n = t.indexOf(e);
|
|
176
176
|
n > -1 && t.splice(n, 1);
|
|
177
177
|
};
|
|
178
178
|
}
|
|
179
|
-
function
|
|
179
|
+
function Pe(e, t) {
|
|
180
180
|
e._actions = /* @__PURE__ */ Object.create(null), e._mutations = /* @__PURE__ */ Object.create(null), e._wrappedGetters = /* @__PURE__ */ Object.create(null), e._modulesNamespaceMap = /* @__PURE__ */ Object.create(null);
|
|
181
181
|
var r = e.state;
|
|
182
|
-
|
|
182
|
+
Q(e, r, [], e._modules.root, !0), le(e, r, t);
|
|
183
183
|
}
|
|
184
|
-
function
|
|
184
|
+
function le(e, t, r) {
|
|
185
185
|
var n = e._state, a = e._scope;
|
|
186
186
|
e.getters = {}, e._makeLocalGettersCache = /* @__PURE__ */ Object.create(null);
|
|
187
|
-
var o = e._wrappedGetters, l = {}, i = {}, c =
|
|
187
|
+
var o = e._wrappedGetters, l = {}, i = {}, c = Ke(!0);
|
|
188
188
|
c.run(function() {
|
|
189
|
-
|
|
190
|
-
l[m] =
|
|
189
|
+
F(o, function(f, m) {
|
|
190
|
+
l[m] = xt(f, e), i[m] = J(function() {
|
|
191
191
|
return l[m]();
|
|
192
192
|
}), Object.defineProperty(e.getters, m, {
|
|
193
193
|
get: function() {
|
|
@@ -197,53 +197,53 @@ function re(e, t, r) {
|
|
|
197
197
|
// for local getters
|
|
198
198
|
});
|
|
199
199
|
});
|
|
200
|
-
}), e._state =
|
|
200
|
+
}), e._state = xe({
|
|
201
201
|
data: t
|
|
202
|
-
}), e._scope = c, e.strict &&
|
|
202
|
+
}), e._scope = c, e.strict && St(e), n && r && e._withCommit(function() {
|
|
203
203
|
n.data = null;
|
|
204
204
|
}), a && a.stop();
|
|
205
205
|
}
|
|
206
|
-
function
|
|
206
|
+
function Q(e, t, r, n, a) {
|
|
207
207
|
var o = !r.length, l = e._modules.getNamespace(r);
|
|
208
208
|
if (n.namespaced && (e._modulesNamespaceMap[l] && process.env.NODE_ENV !== "production" && console.error("[vuex] duplicate namespace " + l + " for the namespaced module " + r.join("/")), e._modulesNamespaceMap[l] = n), !o && !a) {
|
|
209
|
-
var i =
|
|
209
|
+
var i = de(t, r.slice(0, -1)), c = r[r.length - 1];
|
|
210
210
|
e._withCommit(function() {
|
|
211
211
|
process.env.NODE_ENV !== "production" && c in i && console.warn(
|
|
212
212
|
'[vuex] state field "' + c + '" was overridden by a module with the same name at "' + r.join(".") + '"'
|
|
213
213
|
), i[c] = n.state;
|
|
214
214
|
});
|
|
215
215
|
}
|
|
216
|
-
var
|
|
217
|
-
n.forEachMutation(function(m,
|
|
218
|
-
var x = l +
|
|
219
|
-
|
|
220
|
-
}), n.forEachAction(function(m,
|
|
221
|
-
var x = m.root ?
|
|
222
|
-
|
|
223
|
-
}), n.forEachGetter(function(m,
|
|
224
|
-
var x = l +
|
|
225
|
-
|
|
226
|
-
}), n.forEachChild(function(m,
|
|
227
|
-
|
|
216
|
+
var f = n.context = wt(e, l, r);
|
|
217
|
+
n.forEachMutation(function(m, y) {
|
|
218
|
+
var x = l + y;
|
|
219
|
+
kt(e, x, m, f);
|
|
220
|
+
}), n.forEachAction(function(m, y) {
|
|
221
|
+
var x = m.root ? y : l + y, C = m.handler || m;
|
|
222
|
+
$t(e, x, C, f);
|
|
223
|
+
}), n.forEachGetter(function(m, y) {
|
|
224
|
+
var x = l + y;
|
|
225
|
+
Ct(e, x, m, f);
|
|
226
|
+
}), n.forEachChild(function(m, y) {
|
|
227
|
+
Q(e, t, r.concat(y), m, a);
|
|
228
228
|
});
|
|
229
229
|
}
|
|
230
|
-
function
|
|
230
|
+
function wt(e, t, r) {
|
|
231
231
|
var n = t === "", a = {
|
|
232
232
|
dispatch: n ? e.dispatch : function(o, l, i) {
|
|
233
|
-
var c =
|
|
234
|
-
if ((!m || !m.root) && (
|
|
235
|
-
console.error("[vuex] unknown local action type: " + c.type + ", global type: " +
|
|
233
|
+
var c = Y(o, l, i), f = c.payload, m = c.options, y = c.type;
|
|
234
|
+
if ((!m || !m.root) && (y = t + y, process.env.NODE_ENV !== "production" && !e._actions[y])) {
|
|
235
|
+
console.error("[vuex] unknown local action type: " + c.type + ", global type: " + y);
|
|
236
236
|
return;
|
|
237
237
|
}
|
|
238
|
-
return e.dispatch(
|
|
238
|
+
return e.dispatch(y, f);
|
|
239
239
|
},
|
|
240
240
|
commit: n ? e.commit : function(o, l, i) {
|
|
241
|
-
var c =
|
|
242
|
-
if ((!m || !m.root) && (
|
|
243
|
-
console.error("[vuex] unknown local mutation type: " + c.type + ", global type: " +
|
|
241
|
+
var c = Y(o, l, i), f = c.payload, m = c.options, y = c.type;
|
|
242
|
+
if ((!m || !m.root) && (y = t + y, process.env.NODE_ENV !== "production" && !e._mutations[y])) {
|
|
243
|
+
console.error("[vuex] unknown local mutation type: " + c.type + ", global type: " + y);
|
|
244
244
|
return;
|
|
245
245
|
}
|
|
246
|
-
e.commit(
|
|
246
|
+
e.commit(y, f, m);
|
|
247
247
|
}
|
|
248
248
|
};
|
|
249
249
|
return Object.defineProperties(a, {
|
|
@@ -251,17 +251,17 @@ function lt(e, t, r) {
|
|
|
251
251
|
get: n ? function() {
|
|
252
252
|
return e.getters;
|
|
253
253
|
} : function() {
|
|
254
|
-
return
|
|
254
|
+
return Ee(e, t);
|
|
255
255
|
}
|
|
256
256
|
},
|
|
257
257
|
state: {
|
|
258
258
|
get: function() {
|
|
259
|
-
return
|
|
259
|
+
return de(e.state, r);
|
|
260
260
|
}
|
|
261
261
|
}
|
|
262
262
|
}), a;
|
|
263
263
|
}
|
|
264
|
-
function
|
|
264
|
+
function Ee(e, t) {
|
|
265
265
|
if (!e._makeLocalGettersCache[t]) {
|
|
266
266
|
var r = {}, n = t.length;
|
|
267
267
|
Object.keys(e.getters).forEach(function(a) {
|
|
@@ -278,13 +278,13 @@ function we(e, t) {
|
|
|
278
278
|
}
|
|
279
279
|
return e._makeLocalGettersCache[t];
|
|
280
280
|
}
|
|
281
|
-
function
|
|
281
|
+
function kt(e, t, r, n) {
|
|
282
282
|
var a = e._mutations[t] || (e._mutations[t] = []);
|
|
283
283
|
a.push(function(l) {
|
|
284
284
|
r.call(e, n.state, l);
|
|
285
285
|
});
|
|
286
286
|
}
|
|
287
|
-
function
|
|
287
|
+
function $t(e, t, r, n) {
|
|
288
288
|
var a = e._actions[t] || (e._actions[t] = []);
|
|
289
289
|
a.push(function(l) {
|
|
290
290
|
var i = r.call(e, {
|
|
@@ -295,12 +295,12 @@ function ut(e, t, r, n) {
|
|
|
295
295
|
rootGetters: e.getters,
|
|
296
296
|
rootState: e.state
|
|
297
297
|
}, l);
|
|
298
|
-
return
|
|
298
|
+
return vt(i) || (i = Promise.resolve(i)), e._devtoolHook ? i.catch(function(c) {
|
|
299
299
|
throw e._devtoolHook.emit("vuex:error", c), c;
|
|
300
300
|
}) : i;
|
|
301
301
|
});
|
|
302
302
|
}
|
|
303
|
-
function
|
|
303
|
+
function Ct(e, t, r, n) {
|
|
304
304
|
if (e._wrappedGetters[t]) {
|
|
305
305
|
process.env.NODE_ENV !== "production" && console.error("[vuex] duplicate getter key: " + t);
|
|
306
306
|
return;
|
|
@@ -318,24 +318,24 @@ function ct(e, t, r, n) {
|
|
|
318
318
|
);
|
|
319
319
|
};
|
|
320
320
|
}
|
|
321
|
-
function
|
|
322
|
-
|
|
321
|
+
function St(e) {
|
|
322
|
+
K(function() {
|
|
323
323
|
return e._state.data;
|
|
324
324
|
}, function() {
|
|
325
|
-
process.env.NODE_ENV !== "production" &&
|
|
325
|
+
process.env.NODE_ENV !== "production" && I(e._committing, "do not mutate vuex store state outside mutation handlers.");
|
|
326
326
|
}, { deep: !0, flush: "sync" });
|
|
327
327
|
}
|
|
328
|
-
function
|
|
328
|
+
function de(e, t) {
|
|
329
329
|
return t.reduce(function(r, n) {
|
|
330
330
|
return r[n];
|
|
331
331
|
}, e);
|
|
332
332
|
}
|
|
333
|
-
function
|
|
334
|
-
return
|
|
333
|
+
function Y(e, t, r) {
|
|
334
|
+
return Oe(e) && e.type && (r = t, t = e, e = e.type), process.env.NODE_ENV !== "production" && I(typeof e == "string", "expects string as the type, but found " + typeof e + "."), { type: e, payload: t, options: r };
|
|
335
335
|
}
|
|
336
|
-
var
|
|
337
|
-
function
|
|
338
|
-
|
|
336
|
+
var Ot = "vuex bindings", me = "vuex:mutations", re = "vuex:actions", q = "vuex", Dt = 0;
|
|
337
|
+
function Pt(e, t) {
|
|
338
|
+
yt(
|
|
339
339
|
{
|
|
340
340
|
id: "org.vuejs.vuex",
|
|
341
341
|
app: e,
|
|
@@ -343,42 +343,42 @@ function mt(e, t) {
|
|
|
343
343
|
homepage: "https://next.vuex.vuejs.org/",
|
|
344
344
|
logo: "https://vuejs.org/images/icons/favicon-96x96.png",
|
|
345
345
|
packageName: "vuex",
|
|
346
|
-
componentStateTypes: [
|
|
346
|
+
componentStateTypes: [Ot]
|
|
347
347
|
},
|
|
348
348
|
function(r) {
|
|
349
349
|
r.addTimelineLayer({
|
|
350
|
-
id:
|
|
350
|
+
id: me,
|
|
351
351
|
label: "Vuex Mutations",
|
|
352
|
-
color:
|
|
352
|
+
color: pe
|
|
353
353
|
}), r.addTimelineLayer({
|
|
354
|
-
id:
|
|
354
|
+
id: re,
|
|
355
355
|
label: "Vuex Actions",
|
|
356
|
-
color:
|
|
356
|
+
color: pe
|
|
357
357
|
}), r.addInspector({
|
|
358
|
-
id:
|
|
358
|
+
id: q,
|
|
359
359
|
label: "Vuex",
|
|
360
360
|
icon: "storage",
|
|
361
361
|
treeFilterPlaceholder: "Filter stores..."
|
|
362
362
|
}), r.on.getInspectorTree(function(n) {
|
|
363
|
-
if (n.app === e && n.inspectorId ===
|
|
363
|
+
if (n.app === e && n.inspectorId === q)
|
|
364
364
|
if (n.filter) {
|
|
365
365
|
var a = [];
|
|
366
|
-
|
|
366
|
+
Te(a, t._modules.root, n.filter, ""), n.rootNodes = a;
|
|
367
367
|
} else
|
|
368
368
|
n.rootNodes = [
|
|
369
|
-
|
|
369
|
+
Ie(t._modules.root, "")
|
|
370
370
|
];
|
|
371
371
|
}), r.on.getInspectorState(function(n) {
|
|
372
|
-
if (n.app === e && n.inspectorId ===
|
|
372
|
+
if (n.app === e && n.inspectorId === q) {
|
|
373
373
|
var a = n.nodeId;
|
|
374
|
-
|
|
375
|
-
|
|
374
|
+
Ee(t, a), n.state = At(
|
|
375
|
+
Tt(t._modules, a),
|
|
376
376
|
a === "root" ? t.getters : t._makeLocalGettersCache,
|
|
377
377
|
a
|
|
378
378
|
);
|
|
379
379
|
}
|
|
380
380
|
}), r.on.editInspectorState(function(n) {
|
|
381
|
-
if (n.app === e && n.inspectorId ===
|
|
381
|
+
if (n.app === e && n.inspectorId === q) {
|
|
382
382
|
var a = n.nodeId, o = n.path;
|
|
383
383
|
a !== "root" && (o = a.split("/").filter(Boolean).concat(o)), t._withCommit(function() {
|
|
384
384
|
n.set(t._state.data, o, n.state.value);
|
|
@@ -386,8 +386,8 @@ function mt(e, t) {
|
|
|
386
386
|
}
|
|
387
387
|
}), t.subscribe(function(n, a) {
|
|
388
388
|
var o = {};
|
|
389
|
-
n.payload && (o.payload = n.payload), o.state = a, r.notifyComponentUpdate(), r.sendInspectorTree(
|
|
390
|
-
layerId:
|
|
389
|
+
n.payload && (o.payload = n.payload), o.state = a, r.notifyComponentUpdate(), r.sendInspectorTree(q), r.sendInspectorState(q), r.addTimelineEvent({
|
|
390
|
+
layerId: me,
|
|
391
391
|
event: {
|
|
392
392
|
time: Date.now(),
|
|
393
393
|
title: n.type,
|
|
@@ -397,8 +397,8 @@ function mt(e, t) {
|
|
|
397
397
|
}), t.subscribeAction({
|
|
398
398
|
before: function(n, a) {
|
|
399
399
|
var o = {};
|
|
400
|
-
n.payload && (o.payload = n.payload), n._id =
|
|
401
|
-
layerId:
|
|
400
|
+
n.payload && (o.payload = n.payload), n._id = Dt++, n._time = Date.now(), o.state = a, r.addTimelineEvent({
|
|
401
|
+
layerId: re,
|
|
402
402
|
event: {
|
|
403
403
|
time: n._time,
|
|
404
404
|
title: n.type,
|
|
@@ -418,7 +418,7 @@ function mt(e, t) {
|
|
|
418
418
|
value: l
|
|
419
419
|
}
|
|
420
420
|
}, n.payload && (o.payload = n.payload), o.state = a, r.addTimelineEvent({
|
|
421
|
-
layerId:
|
|
421
|
+
layerId: re,
|
|
422
422
|
event: {
|
|
423
423
|
time: Date.now(),
|
|
424
424
|
title: n.type,
|
|
@@ -432,25 +432,25 @@ function mt(e, t) {
|
|
|
432
432
|
}
|
|
433
433
|
);
|
|
434
434
|
}
|
|
435
|
-
var
|
|
435
|
+
var pe = 8702998, Et = 6710886, jt = 16777215, je = {
|
|
436
436
|
label: "namespaced",
|
|
437
|
-
textColor:
|
|
438
|
-
backgroundColor:
|
|
437
|
+
textColor: jt,
|
|
438
|
+
backgroundColor: Et
|
|
439
439
|
};
|
|
440
|
-
function
|
|
440
|
+
function Ae(e) {
|
|
441
441
|
return e && e !== "root" ? e.split("/").slice(-2, -1)[0] : "Root";
|
|
442
442
|
}
|
|
443
|
-
function
|
|
443
|
+
function Ie(e, t) {
|
|
444
444
|
return {
|
|
445
445
|
id: t || "root",
|
|
446
446
|
// all modules end with a `/`, we want the last segment only
|
|
447
447
|
// cart/ -> cart
|
|
448
448
|
// nested/cart/ -> cart
|
|
449
|
-
label:
|
|
450
|
-
tags: e.namespaced ? [
|
|
449
|
+
label: Ae(t),
|
|
450
|
+
tags: e.namespaced ? [je] : [],
|
|
451
451
|
children: Object.keys(e._children).map(
|
|
452
452
|
function(r) {
|
|
453
|
-
return
|
|
453
|
+
return Ie(
|
|
454
454
|
e._children[r],
|
|
455
455
|
t + r + "/"
|
|
456
456
|
);
|
|
@@ -458,16 +458,16 @@ function Ce(e, t) {
|
|
|
458
458
|
)
|
|
459
459
|
};
|
|
460
460
|
}
|
|
461
|
-
function
|
|
461
|
+
function Te(e, t, r, n) {
|
|
462
462
|
n.includes(r) && e.push({
|
|
463
463
|
id: n || "root",
|
|
464
464
|
label: n.endsWith("/") ? n.slice(0, n.length - 1) : n || "Root",
|
|
465
|
-
tags: t.namespaced ? [
|
|
465
|
+
tags: t.namespaced ? [je] : []
|
|
466
466
|
}), Object.keys(t._children).forEach(function(a) {
|
|
467
|
-
|
|
467
|
+
Te(e, t._children[a], r, n + a + "/");
|
|
468
468
|
});
|
|
469
469
|
}
|
|
470
|
-
function
|
|
470
|
+
function At(e, t, r) {
|
|
471
471
|
t = r === "root" ? t : t[r];
|
|
472
472
|
var n = Object.keys(t), a = {
|
|
473
473
|
state: Object.keys(e.state).map(function(l) {
|
|
@@ -479,12 +479,12 @@ function bt(e, t, r) {
|
|
|
479
479
|
})
|
|
480
480
|
};
|
|
481
481
|
if (n.length) {
|
|
482
|
-
var o =
|
|
482
|
+
var o = It(t);
|
|
483
483
|
a.getters = Object.keys(o).map(function(l) {
|
|
484
484
|
return {
|
|
485
|
-
key: l.endsWith("/") ?
|
|
485
|
+
key: l.endsWith("/") ? Ae(l) : l,
|
|
486
486
|
editable: !1,
|
|
487
|
-
value:
|
|
487
|
+
value: oe(function() {
|
|
488
488
|
return o[l];
|
|
489
489
|
})
|
|
490
490
|
};
|
|
@@ -492,7 +492,7 @@ function bt(e, t, r) {
|
|
|
492
492
|
}
|
|
493
493
|
return a;
|
|
494
494
|
}
|
|
495
|
-
function
|
|
495
|
+
function It(e) {
|
|
496
496
|
var t = {};
|
|
497
497
|
return Object.keys(e).forEach(function(r) {
|
|
498
498
|
var n = r.split("/");
|
|
@@ -507,16 +507,16 @@ function yt(e) {
|
|
|
507
507
|
abstract: !0
|
|
508
508
|
}
|
|
509
509
|
}), a = a[l]._custom.value;
|
|
510
|
-
}), a[o] =
|
|
510
|
+
}), a[o] = oe(function() {
|
|
511
511
|
return e[r];
|
|
512
512
|
});
|
|
513
513
|
} else
|
|
514
|
-
t[r] =
|
|
514
|
+
t[r] = oe(function() {
|
|
515
515
|
return e[r];
|
|
516
516
|
});
|
|
517
517
|
}), t;
|
|
518
518
|
}
|
|
519
|
-
function
|
|
519
|
+
function Tt(e, t) {
|
|
520
520
|
var r = t.split("/").filter(function(n) {
|
|
521
521
|
return n;
|
|
522
522
|
});
|
|
@@ -530,81 +530,81 @@ function vt(e, t) {
|
|
|
530
530
|
t === "root" ? e : e.root._children
|
|
531
531
|
);
|
|
532
532
|
}
|
|
533
|
-
function
|
|
533
|
+
function oe(e) {
|
|
534
534
|
try {
|
|
535
535
|
return e();
|
|
536
536
|
} catch (t) {
|
|
537
537
|
return t;
|
|
538
538
|
}
|
|
539
539
|
}
|
|
540
|
-
var
|
|
540
|
+
var T = function(t, r) {
|
|
541
541
|
this.runtime = r, this._children = /* @__PURE__ */ Object.create(null), this._rawModule = t;
|
|
542
542
|
var n = t.state;
|
|
543
543
|
this.state = (typeof n == "function" ? n() : n) || {};
|
|
544
|
-
},
|
|
545
|
-
|
|
544
|
+
}, Ne = { namespaced: { configurable: !0 } };
|
|
545
|
+
Ne.namespaced.get = function() {
|
|
546
546
|
return !!this._rawModule.namespaced;
|
|
547
547
|
};
|
|
548
|
-
|
|
548
|
+
T.prototype.addChild = function(t, r) {
|
|
549
549
|
this._children[t] = r;
|
|
550
550
|
};
|
|
551
|
-
|
|
551
|
+
T.prototype.removeChild = function(t) {
|
|
552
552
|
delete this._children[t];
|
|
553
553
|
};
|
|
554
|
-
|
|
554
|
+
T.prototype.getChild = function(t) {
|
|
555
555
|
return this._children[t];
|
|
556
556
|
};
|
|
557
|
-
|
|
557
|
+
T.prototype.hasChild = function(t) {
|
|
558
558
|
return t in this._children;
|
|
559
559
|
};
|
|
560
|
-
|
|
560
|
+
T.prototype.update = function(t) {
|
|
561
561
|
this._rawModule.namespaced = t.namespaced, t.actions && (this._rawModule.actions = t.actions), t.mutations && (this._rawModule.mutations = t.mutations), t.getters && (this._rawModule.getters = t.getters);
|
|
562
562
|
};
|
|
563
|
-
|
|
564
|
-
|
|
563
|
+
T.prototype.forEachChild = function(t) {
|
|
564
|
+
F(this._children, t);
|
|
565
565
|
};
|
|
566
|
-
|
|
567
|
-
this._rawModule.getters &&
|
|
566
|
+
T.prototype.forEachGetter = function(t) {
|
|
567
|
+
this._rawModule.getters && F(this._rawModule.getters, t);
|
|
568
568
|
};
|
|
569
|
-
|
|
570
|
-
this._rawModule.actions &&
|
|
569
|
+
T.prototype.forEachAction = function(t) {
|
|
570
|
+
this._rawModule.actions && F(this._rawModule.actions, t);
|
|
571
571
|
};
|
|
572
|
-
|
|
573
|
-
this._rawModule.mutations &&
|
|
572
|
+
T.prototype.forEachMutation = function(t) {
|
|
573
|
+
this._rawModule.mutations && F(this._rawModule.mutations, t);
|
|
574
574
|
};
|
|
575
|
-
Object.defineProperties(
|
|
576
|
-
var
|
|
575
|
+
Object.defineProperties(T.prototype, Ne);
|
|
576
|
+
var R = function(t) {
|
|
577
577
|
this.register([], t, !1);
|
|
578
578
|
};
|
|
579
|
-
|
|
579
|
+
R.prototype.get = function(t) {
|
|
580
580
|
return t.reduce(function(r, n) {
|
|
581
581
|
return r.getChild(n);
|
|
582
582
|
}, this.root);
|
|
583
583
|
};
|
|
584
|
-
|
|
584
|
+
R.prototype.getNamespace = function(t) {
|
|
585
585
|
var r = this.root;
|
|
586
586
|
return t.reduce(function(n, a) {
|
|
587
587
|
return r = r.getChild(a), n + (r.namespaced ? a + "/" : "");
|
|
588
588
|
}, "");
|
|
589
589
|
};
|
|
590
|
-
|
|
591
|
-
|
|
590
|
+
R.prototype.update = function(t) {
|
|
591
|
+
Me([], this.root, t);
|
|
592
592
|
};
|
|
593
|
-
|
|
593
|
+
R.prototype.register = function(t, r, n) {
|
|
594
594
|
var a = this;
|
|
595
|
-
n === void 0 && (n = !0), process.env.NODE_ENV !== "production" &&
|
|
596
|
-
var o = new
|
|
595
|
+
n === void 0 && (n = !0), process.env.NODE_ENV !== "production" && Ve(t, r);
|
|
596
|
+
var o = new T(r, n);
|
|
597
597
|
if (t.length === 0)
|
|
598
598
|
this.root = o;
|
|
599
599
|
else {
|
|
600
600
|
var l = this.get(t.slice(0, -1));
|
|
601
601
|
l.addChild(t[t.length - 1], o);
|
|
602
602
|
}
|
|
603
|
-
r.modules &&
|
|
603
|
+
r.modules && F(r.modules, function(i, c) {
|
|
604
604
|
a.register(t.concat(c), i, n);
|
|
605
605
|
});
|
|
606
606
|
};
|
|
607
|
-
|
|
607
|
+
R.prototype.unregister = function(t) {
|
|
608
608
|
var r = this.get(t.slice(0, -1)), n = t[t.length - 1], a = r.getChild(n);
|
|
609
609
|
if (!a) {
|
|
610
610
|
process.env.NODE_ENV !== "production" && console.warn(
|
|
@@ -614,12 +614,12 @@ V.prototype.unregister = function(t) {
|
|
|
614
614
|
}
|
|
615
615
|
a.runtime && r.removeChild(n);
|
|
616
616
|
};
|
|
617
|
-
|
|
617
|
+
R.prototype.isRegistered = function(t) {
|
|
618
618
|
var r = this.get(t.slice(0, -1)), n = t[t.length - 1];
|
|
619
619
|
return r ? r.hasChild(n) : !1;
|
|
620
620
|
};
|
|
621
|
-
function
|
|
622
|
-
if (process.env.NODE_ENV !== "production" &&
|
|
621
|
+
function Me(e, t, r) {
|
|
622
|
+
if (process.env.NODE_ENV !== "production" && Ve(e, r), t.update(r), r.modules)
|
|
623
623
|
for (var n in r.modules) {
|
|
624
624
|
if (!t.getChild(n)) {
|
|
625
625
|
process.env.NODE_ENV !== "production" && console.warn(
|
|
@@ -627,78 +627,78 @@ function De(e, t, r) {
|
|
|
627
627
|
);
|
|
628
628
|
return;
|
|
629
629
|
}
|
|
630
|
-
|
|
630
|
+
Me(
|
|
631
631
|
e.concat(n),
|
|
632
632
|
t.getChild(n),
|
|
633
633
|
r.modules[n]
|
|
634
634
|
);
|
|
635
635
|
}
|
|
636
636
|
}
|
|
637
|
-
var
|
|
637
|
+
var _e = {
|
|
638
638
|
assert: function(e) {
|
|
639
639
|
return typeof e == "function";
|
|
640
640
|
},
|
|
641
641
|
expected: "function"
|
|
642
|
-
},
|
|
642
|
+
}, Nt = {
|
|
643
643
|
assert: function(e) {
|
|
644
644
|
return typeof e == "function" || typeof e == "object" && typeof e.handler == "function";
|
|
645
645
|
},
|
|
646
646
|
expected: 'function or object with "handler" function'
|
|
647
|
-
},
|
|
648
|
-
getters:
|
|
649
|
-
mutations:
|
|
650
|
-
actions:
|
|
647
|
+
}, be = {
|
|
648
|
+
getters: _e,
|
|
649
|
+
mutations: _e,
|
|
650
|
+
actions: Nt
|
|
651
651
|
};
|
|
652
|
-
function
|
|
653
|
-
Object.keys(
|
|
652
|
+
function Ve(e, t) {
|
|
653
|
+
Object.keys(be).forEach(function(r) {
|
|
654
654
|
if (t[r]) {
|
|
655
|
-
var n =
|
|
656
|
-
|
|
657
|
-
|
|
655
|
+
var n = be[r];
|
|
656
|
+
F(t[r], function(a, o) {
|
|
657
|
+
I(
|
|
658
658
|
n.assert(a),
|
|
659
|
-
|
|
659
|
+
Mt(e, r, o, a, n.expected)
|
|
660
660
|
);
|
|
661
661
|
});
|
|
662
662
|
}
|
|
663
663
|
});
|
|
664
664
|
}
|
|
665
|
-
function
|
|
665
|
+
function Mt(e, t, r, n, a) {
|
|
666
666
|
var o = t + " should be " + a + ' but "' + t + "." + r + '"';
|
|
667
667
|
return e.length > 0 && (o += ' in module "' + e.join(".") + '"'), o += " is " + JSON.stringify(n) + ".", o;
|
|
668
668
|
}
|
|
669
|
-
var
|
|
669
|
+
var j = function e(t) {
|
|
670
670
|
var r = this;
|
|
671
|
-
t === void 0 && (t = {}), process.env.NODE_ENV !== "production" && (
|
|
671
|
+
t === void 0 && (t = {}), process.env.NODE_ENV !== "production" && (I(typeof Promise < "u", "vuex requires a Promise polyfill in this browser."), I(this instanceof e, "store must be called with the new operator."));
|
|
672
672
|
var n = t.plugins;
|
|
673
673
|
n === void 0 && (n = []);
|
|
674
674
|
var a = t.strict;
|
|
675
675
|
a === void 0 && (a = !1);
|
|
676
676
|
var o = t.devtools;
|
|
677
|
-
this._committing = !1, this._actions = /* @__PURE__ */ Object.create(null), this._actionSubscribers = [], this._mutations = /* @__PURE__ */ Object.create(null), this._wrappedGetters = /* @__PURE__ */ Object.create(null), this._modules = new
|
|
678
|
-
var l = this, i = this, c = i.dispatch,
|
|
679
|
-
this.dispatch = function(x,
|
|
680
|
-
return c.call(l, x,
|
|
681
|
-
}, this.commit = function(x,
|
|
682
|
-
return
|
|
677
|
+
this._committing = !1, this._actions = /* @__PURE__ */ Object.create(null), this._actionSubscribers = [], this._mutations = /* @__PURE__ */ Object.create(null), this._wrappedGetters = /* @__PURE__ */ Object.create(null), this._modules = new R(t), this._modulesNamespaceMap = /* @__PURE__ */ Object.create(null), this._subscribers = [], this._makeLocalGettersCache = /* @__PURE__ */ Object.create(null), this._scope = null, this._devtools = o;
|
|
678
|
+
var l = this, i = this, c = i.dispatch, f = i.commit;
|
|
679
|
+
this.dispatch = function(x, C) {
|
|
680
|
+
return c.call(l, x, C);
|
|
681
|
+
}, this.commit = function(x, C, L) {
|
|
682
|
+
return f.call(l, x, C, L);
|
|
683
683
|
}, this.strict = a;
|
|
684
684
|
var m = this._modules.root.state;
|
|
685
|
-
|
|
686
|
-
return
|
|
685
|
+
Q(this, m, [], this._modules.root), le(this, m), n.forEach(function(y) {
|
|
686
|
+
return y(r);
|
|
687
687
|
});
|
|
688
|
-
},
|
|
689
|
-
|
|
690
|
-
t.provide(r ||
|
|
688
|
+
}, ue = { state: { configurable: !0 } };
|
|
689
|
+
j.prototype.install = function(t, r) {
|
|
690
|
+
t.provide(r || Ce, this), t.config.globalProperties.$store = this;
|
|
691
691
|
var n = this._devtools !== void 0 ? this._devtools : process.env.NODE_ENV !== "production" || !1;
|
|
692
|
-
n &&
|
|
692
|
+
n && Pt(t, this);
|
|
693
693
|
};
|
|
694
|
-
|
|
694
|
+
ue.state.get = function() {
|
|
695
695
|
return this._state.data;
|
|
696
696
|
};
|
|
697
|
-
|
|
698
|
-
process.env.NODE_ENV !== "production" &&
|
|
697
|
+
ue.state.set = function(e) {
|
|
698
|
+
process.env.NODE_ENV !== "production" && I(!1, "use store.replaceState() to explicit replace store state.");
|
|
699
699
|
};
|
|
700
|
-
|
|
701
|
-
var a = this, o =
|
|
700
|
+
j.prototype.commit = function(t, r, n) {
|
|
701
|
+
var a = this, o = Y(t, r, n), l = o.type, i = o.payload, c = o.options, f = { type: l, payload: i }, m = this._mutations[l];
|
|
702
702
|
if (!m) {
|
|
703
703
|
process.env.NODE_ENV !== "production" && console.error("[vuex] unknown mutation type: " + l);
|
|
704
704
|
return;
|
|
@@ -707,14 +707,14 @@ D.prototype.commit = function(t, r, n) {
|
|
|
707
707
|
m.forEach(function(x) {
|
|
708
708
|
x(i);
|
|
709
709
|
});
|
|
710
|
-
}), this._subscribers.slice().forEach(function(
|
|
711
|
-
return
|
|
710
|
+
}), this._subscribers.slice().forEach(function(y) {
|
|
711
|
+
return y(f, a.state);
|
|
712
712
|
}), process.env.NODE_ENV !== "production" && c && c.silent && console.warn(
|
|
713
713
|
"[vuex] mutation type: " + l + ". Silent option has been removed. Use the filter functionality in the vue-devtools"
|
|
714
714
|
);
|
|
715
715
|
};
|
|
716
|
-
|
|
717
|
-
var n = this, a =
|
|
716
|
+
j.prototype.dispatch = function(t, r) {
|
|
717
|
+
var n = this, a = Y(t, r), o = a.type, l = a.payload, i = { type: o, payload: l }, c = this._actions[o];
|
|
718
718
|
if (!c) {
|
|
719
719
|
process.env.NODE_ENV !== "production" && console.error("[vuex] unknown action type: " + o);
|
|
720
720
|
return;
|
|
@@ -728,130 +728,130 @@ D.prototype.dispatch = function(t, r) {
|
|
|
728
728
|
} catch (m) {
|
|
729
729
|
process.env.NODE_ENV !== "production" && (console.warn("[vuex] error in before action subscribers: "), console.error(m));
|
|
730
730
|
}
|
|
731
|
-
var
|
|
731
|
+
var f = c.length > 1 ? Promise.all(c.map(function(m) {
|
|
732
732
|
return m(l);
|
|
733
733
|
})) : c[0](l);
|
|
734
|
-
return new Promise(function(m,
|
|
735
|
-
|
|
734
|
+
return new Promise(function(m, y) {
|
|
735
|
+
f.then(function(x) {
|
|
736
736
|
try {
|
|
737
|
-
n._actionSubscribers.filter(function(
|
|
738
|
-
return
|
|
739
|
-
}).forEach(function(
|
|
740
|
-
return
|
|
737
|
+
n._actionSubscribers.filter(function(C) {
|
|
738
|
+
return C.after;
|
|
739
|
+
}).forEach(function(C) {
|
|
740
|
+
return C.after(i, n.state);
|
|
741
741
|
});
|
|
742
|
-
} catch (
|
|
743
|
-
process.env.NODE_ENV !== "production" && (console.warn("[vuex] error in after action subscribers: "), console.error(
|
|
742
|
+
} catch (C) {
|
|
743
|
+
process.env.NODE_ENV !== "production" && (console.warn("[vuex] error in after action subscribers: "), console.error(C));
|
|
744
744
|
}
|
|
745
745
|
m(x);
|
|
746
746
|
}, function(x) {
|
|
747
747
|
try {
|
|
748
|
-
n._actionSubscribers.filter(function(
|
|
749
|
-
return
|
|
750
|
-
}).forEach(function(
|
|
751
|
-
return
|
|
748
|
+
n._actionSubscribers.filter(function(C) {
|
|
749
|
+
return C.error;
|
|
750
|
+
}).forEach(function(C) {
|
|
751
|
+
return C.error(i, n.state, x);
|
|
752
752
|
});
|
|
753
|
-
} catch (
|
|
754
|
-
process.env.NODE_ENV !== "production" && (console.warn("[vuex] error in error action subscribers: "), console.error(
|
|
753
|
+
} catch (C) {
|
|
754
|
+
process.env.NODE_ENV !== "production" && (console.warn("[vuex] error in error action subscribers: "), console.error(C));
|
|
755
755
|
}
|
|
756
|
-
|
|
756
|
+
y(x);
|
|
757
757
|
});
|
|
758
758
|
});
|
|
759
759
|
};
|
|
760
|
-
|
|
761
|
-
return
|
|
760
|
+
j.prototype.subscribe = function(t, r) {
|
|
761
|
+
return De(t, this._subscribers, r);
|
|
762
762
|
};
|
|
763
|
-
|
|
763
|
+
j.prototype.subscribeAction = function(t, r) {
|
|
764
764
|
var n = typeof t == "function" ? { before: t } : t;
|
|
765
|
-
return
|
|
765
|
+
return De(n, this._actionSubscribers, r);
|
|
766
766
|
};
|
|
767
|
-
|
|
767
|
+
j.prototype.watch = function(t, r, n) {
|
|
768
768
|
var a = this;
|
|
769
|
-
return process.env.NODE_ENV !== "production" &&
|
|
769
|
+
return process.env.NODE_ENV !== "production" && I(typeof t == "function", "store.watch only accepts a function."), K(function() {
|
|
770
770
|
return t(a.state, a.getters);
|
|
771
771
|
}, r, Object.assign({}, n));
|
|
772
772
|
};
|
|
773
|
-
|
|
773
|
+
j.prototype.replaceState = function(t) {
|
|
774
774
|
var r = this;
|
|
775
775
|
this._withCommit(function() {
|
|
776
776
|
r._state.data = t;
|
|
777
777
|
});
|
|
778
778
|
};
|
|
779
|
-
|
|
780
|
-
n === void 0 && (n = {}), typeof t == "string" && (t = [t]), process.env.NODE_ENV !== "production" && (
|
|
779
|
+
j.prototype.registerModule = function(t, r, n) {
|
|
780
|
+
n === void 0 && (n = {}), typeof t == "string" && (t = [t]), process.env.NODE_ENV !== "production" && (I(Array.isArray(t), "module path must be a string or an Array."), I(t.length > 0, "cannot register the root module by using registerModule.")), this._modules.register(t, r), Q(this, this.state, t, this._modules.get(t), n.preserveState), le(this, this.state);
|
|
781
781
|
};
|
|
782
|
-
|
|
782
|
+
j.prototype.unregisterModule = function(t) {
|
|
783
783
|
var r = this;
|
|
784
|
-
typeof t == "string" && (t = [t]), process.env.NODE_ENV !== "production" &&
|
|
785
|
-
var n =
|
|
784
|
+
typeof t == "string" && (t = [t]), process.env.NODE_ENV !== "production" && I(Array.isArray(t), "module path must be a string or an Array."), this._modules.unregister(t), this._withCommit(function() {
|
|
785
|
+
var n = de(r.state, t.slice(0, -1));
|
|
786
786
|
delete n[t[t.length - 1]];
|
|
787
|
-
}),
|
|
787
|
+
}), Pe(this);
|
|
788
788
|
};
|
|
789
|
-
|
|
790
|
-
return typeof t == "string" && (t = [t]), process.env.NODE_ENV !== "production" &&
|
|
789
|
+
j.prototype.hasModule = function(t) {
|
|
790
|
+
return typeof t == "string" && (t = [t]), process.env.NODE_ENV !== "production" && I(Array.isArray(t), "module path must be a string or an Array."), this._modules.isRegistered(t);
|
|
791
791
|
};
|
|
792
|
-
|
|
793
|
-
this._modules.update(t),
|
|
792
|
+
j.prototype.hotUpdate = function(t) {
|
|
793
|
+
this._modules.update(t), Pe(this, !0);
|
|
794
794
|
};
|
|
795
|
-
|
|
795
|
+
j.prototype._withCommit = function(t) {
|
|
796
796
|
var r = this._committing;
|
|
797
797
|
this._committing = !0, t(), this._committing = r;
|
|
798
798
|
};
|
|
799
|
-
Object.defineProperties(
|
|
800
|
-
var
|
|
799
|
+
Object.defineProperties(j.prototype, ue);
|
|
800
|
+
var Vt = Be(function(e, t) {
|
|
801
801
|
var r = {};
|
|
802
|
-
return process.env.NODE_ENV !== "production" && !
|
|
802
|
+
return process.env.NODE_ENV !== "production" && !ce(t) && console.error("[vuex] mapState: mapper parameter must be either an Array or an Object"), Le(t).forEach(function(n) {
|
|
803
803
|
var a = n.key, o = n.val;
|
|
804
804
|
r[a] = function() {
|
|
805
805
|
var i = this.$store.state, c = this.$store.getters;
|
|
806
806
|
if (e) {
|
|
807
|
-
var
|
|
808
|
-
if (!
|
|
807
|
+
var f = Ge(this.$store, "mapState", e);
|
|
808
|
+
if (!f)
|
|
809
809
|
return;
|
|
810
|
-
i =
|
|
810
|
+
i = f.context.state, c = f.context.getters;
|
|
811
811
|
}
|
|
812
812
|
return typeof o == "function" ? o.call(this, i, c) : i[o];
|
|
813
813
|
}, r[a].vuex = !0;
|
|
814
814
|
}), r;
|
|
815
|
-
}),
|
|
815
|
+
}), Lt = Be(function(e, t) {
|
|
816
816
|
var r = {};
|
|
817
|
-
return process.env.NODE_ENV !== "production" && !
|
|
817
|
+
return process.env.NODE_ENV !== "production" && !ce(t) && console.error("[vuex] mapMutations: mapper parameter must be either an Array or an Object"), Le(t).forEach(function(n) {
|
|
818
818
|
var a = n.key, o = n.val;
|
|
819
819
|
r[a] = function() {
|
|
820
820
|
for (var i = [], c = arguments.length; c--; )
|
|
821
821
|
i[c] = arguments[c];
|
|
822
|
-
var
|
|
822
|
+
var f = this.$store.commit;
|
|
823
823
|
if (e) {
|
|
824
|
-
var m =
|
|
824
|
+
var m = Ge(this.$store, "mapMutations", e);
|
|
825
825
|
if (!m)
|
|
826
826
|
return;
|
|
827
|
-
|
|
827
|
+
f = m.context.commit;
|
|
828
828
|
}
|
|
829
|
-
return typeof o == "function" ? o.apply(this, [
|
|
829
|
+
return typeof o == "function" ? o.apply(this, [f].concat(i)) : f.apply(this.$store, [o].concat(i));
|
|
830
830
|
};
|
|
831
831
|
}), r;
|
|
832
832
|
});
|
|
833
|
-
function
|
|
834
|
-
return
|
|
833
|
+
function Le(e) {
|
|
834
|
+
return ce(e) ? Array.isArray(e) ? e.map(function(t) {
|
|
835
835
|
return { key: t, val: t };
|
|
836
836
|
}) : Object.keys(e).map(function(t) {
|
|
837
837
|
return { key: t, val: e[t] };
|
|
838
838
|
}) : [];
|
|
839
839
|
}
|
|
840
|
-
function
|
|
841
|
-
return Array.isArray(e) ||
|
|
840
|
+
function ce(e) {
|
|
841
|
+
return Array.isArray(e) || Oe(e);
|
|
842
842
|
}
|
|
843
|
-
function
|
|
843
|
+
function Be(e) {
|
|
844
844
|
return function(t, r) {
|
|
845
845
|
return typeof t != "string" ? (r = t, t = "") : t.charAt(t.length - 1) !== "/" && (t += "/"), e(t, r);
|
|
846
846
|
};
|
|
847
847
|
}
|
|
848
|
-
function
|
|
848
|
+
function Ge(e, t, r) {
|
|
849
849
|
var n = e._modulesNamespaceMap[r];
|
|
850
850
|
return process.env.NODE_ENV !== "production" && !n && console.error("[vuex] module namespace not found in " + t + "(): " + r), n;
|
|
851
851
|
}
|
|
852
|
-
const
|
|
852
|
+
const Bt = {
|
|
853
853
|
components: {
|
|
854
|
-
DeleteConfirmationModal:
|
|
854
|
+
DeleteConfirmationModal: ie
|
|
855
855
|
},
|
|
856
856
|
props: {
|
|
857
857
|
is_required: {
|
|
@@ -999,7 +999,7 @@ const Ct = {
|
|
|
999
999
|
mounted() {
|
|
1000
1000
|
console.log(this.model_value), this.model_value ? Array.isArray(this.model_value) ? this.uploadFileList = this.model_value : this.uploadFileList = [this.model_value] : this.uploadFileList = [], this.error_message_data = this.error_message;
|
|
1001
1001
|
}
|
|
1002
|
-
},
|
|
1002
|
+
}, Gt = { class: "flex flex-col items-center justify-center pt-5 pb-6" }, Ft = ["multiple"], Rt = ["name"], Ut = /* @__PURE__ */ s("svg", {
|
|
1003
1003
|
class: "w-8 h-8 mb-4 text-gray-500 dark:text-gray-400",
|
|
1004
1004
|
"aria-hidden": "true",
|
|
1005
1005
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1013,117 +1013,117 @@ const Ct = {
|
|
|
1013
1013
|
"stroke-width": "2",
|
|
1014
1014
|
d: "M13 13h3a3 3 0 0 0 0-6h-.025A5.56 5.56 0 0 0 16 6.5 5.5 5.5 0 0 0 5.207 5.021C5.137 5.017 5.071 5 5 5a4 4 0 0 0 0 8h2.167M10 15V6m0 0L8 8m2-2 2 2"
|
|
1015
1015
|
})
|
|
1016
|
-
], -1),
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
],
|
|
1020
|
-
|
|
1021
|
-
],
|
|
1016
|
+
], -1), qt = /* @__PURE__ */ s("p", { class: "text-sm text-gray-500 dark:text-gray-400" }, " Drag & drop files or browse ", -1), zt = [
|
|
1017
|
+
Ut,
|
|
1018
|
+
qt
|
|
1019
|
+
], Ht = { key: 1 }, Zt = /* @__PURE__ */ s("p", { class: "text-sm text-gray-500 dark:text-gray-400" }, "Drop files here", -1), Kt = [
|
|
1020
|
+
Zt
|
|
1021
|
+
], Wt = { class: "mt-2 gl-span-form-error" }, Xt = { class: "block mt-2 mb-3 text-sm font-normal leading-5 text-gray-500" }, Yt = {
|
|
1022
1022
|
key: 0,
|
|
1023
1023
|
class: ""
|
|
1024
|
-
},
|
|
1024
|
+
}, Jt = { class: "flex items-center justify-between p-2 mb-2 text-gray-900 rounded-lg bg-gray-50 hover:bg-gray-100 hover:shadow dark:bg-gray-600 dark:hover:bg-gray-500 dark:text-white" }, Qt = /* @__PURE__ */ s("i", { class: "text-3xl fas fa-file-alt" }, null, -1), er = { class: "w-full ml-3" }, tr = { class: "flex items-center justify-between mb-1" }, rr = { class: "text-xs text-black dark:text-white" }, sr = { class: "text-xs text-black dark:text-white" }, nr = { class: "w-full h-1 mb-1 bg-white rounded-full dark:bg-gray-800" }, or = { class: "overflow-x-scroll max-h-56" }, ar = { class: "flex items-center justify-between p-2 mb-2 text-gray-900 rounded-lg bg-gray-50 hover:bg-gray-100 hover:shadow dark:bg-gray-600 dark:hover:bg-gray-500 dark:text-white" }, ir = { class: "flex items-center" }, lr = /* @__PURE__ */ s("i", {
|
|
1025
1025
|
class: "text-3xl fas fa-file-alt",
|
|
1026
1026
|
"aria-hidden": "true"
|
|
1027
|
-
}, null, -1),
|
|
1028
|
-
function
|
|
1029
|
-
const l =
|
|
1030
|
-
return d(), u(
|
|
1031
|
-
|
|
1027
|
+
}, null, -1), dr = { class: "flex flex-col ml-3" }, ur = { class: "text-xs" }, cr = { class: "text-xs" }, fr = { class: "flex gap-2" }, hr = ["href"], gr = ["onClick"];
|
|
1028
|
+
function mr(e, t, r, n, a, o) {
|
|
1029
|
+
const l = W("DeleteConfirmationModal");
|
|
1030
|
+
return d(), u(v, null, [
|
|
1031
|
+
z(l, {
|
|
1032
1032
|
isOpen: a.open_delete_modal,
|
|
1033
1033
|
onConfirmDelete: o.deleteAction,
|
|
1034
1034
|
onCancelDelete: o.closeDeleteModal
|
|
1035
1035
|
}, null, 8, ["isOpen", "onConfirmDelete", "onCancelDelete"]),
|
|
1036
1036
|
s("div", {
|
|
1037
|
-
class:
|
|
1037
|
+
class: b([{
|
|
1038
1038
|
"border-red-500 dark:border-red-500": a.error_message_data !== "",
|
|
1039
1039
|
"border-gray-200 dark:border-gray-700": a.error_message_data == ""
|
|
1040
1040
|
}, "w-full p-4 bg-white border rounded-lg shadow dark:bg-gray-800"])
|
|
1041
1041
|
}, [
|
|
1042
1042
|
s("label", {
|
|
1043
|
-
class:
|
|
1043
|
+
class: b({
|
|
1044
1044
|
"gl-label-form": a.error_message_data == "",
|
|
1045
1045
|
"gl-label-form-invalid": a.error_message_data !== "",
|
|
1046
1046
|
required: r.is_required
|
|
1047
1047
|
})
|
|
1048
1048
|
}, h(r.label_name), 3),
|
|
1049
1049
|
s("div", {
|
|
1050
|
-
onDragover: t[3] || (t[3] =
|
|
1051
|
-
onDragleave: t[4] || (t[4] =
|
|
1052
|
-
onDrop: t[5] || (t[5] =
|
|
1050
|
+
onDragover: t[3] || (t[3] = N((...i) => o.onDragOver && o.onDragOver(...i), ["prevent"])),
|
|
1051
|
+
onDragleave: t[4] || (t[4] = N((...i) => o.onDragLeave && o.onDragLeave(...i), ["prevent"])),
|
|
1052
|
+
onDrop: t[5] || (t[5] = N((...i) => o.onDrop && o.onDrop(...i), ["prevent"])),
|
|
1053
1053
|
class: "flex flex-col items-center justify-center w-full h-40 mt-3 mb-3 border-2 border-gray-300 border-dashed rounded-lg cursor-pointer bg-gray-50 dark:hover:bg-bray-800 dark:bg-gray-700 hover:bg-gray-100 dark:border-gray-600 dark:hover:border-gray-500 dark:hover:bg-gray-600"
|
|
1054
1054
|
}, [
|
|
1055
|
-
s("div",
|
|
1055
|
+
s("div", Gt, [
|
|
1056
1056
|
s("input", {
|
|
1057
1057
|
type: "file",
|
|
1058
1058
|
ref: "file_input" + r.field_name,
|
|
1059
1059
|
hidden: "",
|
|
1060
1060
|
multiple: r.has_multiple_file,
|
|
1061
1061
|
onChange: t[0] || (t[0] = (...i) => o.uploadFiles && o.uploadFiles(...i))
|
|
1062
|
-
}, null, 40,
|
|
1063
|
-
|
|
1062
|
+
}, null, 40, Ft),
|
|
1063
|
+
P(s("input", {
|
|
1064
1064
|
type: "hidden",
|
|
1065
1065
|
name: r.field_name,
|
|
1066
1066
|
"onUpdate:modelValue": t[1] || (t[1] = (i) => o.uploadedFileIds = i)
|
|
1067
|
-
}, null, 8,
|
|
1068
|
-
[
|
|
1067
|
+
}, null, 8, Rt), [
|
|
1068
|
+
[V, o.uploadedFileIds]
|
|
1069
1069
|
]),
|
|
1070
|
-
a.isDragging ? (d(), u("div",
|
|
1070
|
+
a.isDragging ? (d(), u("div", Ht, Kt)) : (d(), u("div", {
|
|
1071
1071
|
key: 0,
|
|
1072
1072
|
class: "flex flex-col items-center justify-center",
|
|
1073
1073
|
onClick: t[2] || (t[2] = (i) => e.$refs["file_input" + this.field_name].click())
|
|
1074
|
-
},
|
|
1074
|
+
}, zt))
|
|
1075
1075
|
])
|
|
1076
1076
|
], 32),
|
|
1077
|
-
s("span",
|
|
1078
|
-
s("small",
|
|
1079
|
-
a.files.length > 0 ? (d(), u("section",
|
|
1080
|
-
(d(!0), u(
|
|
1081
|
-
|
|
1082
|
-
s("div",
|
|
1083
|
-
s("div",
|
|
1084
|
-
s("span",
|
|
1085
|
-
s("span",
|
|
1077
|
+
s("span", Wt, h(a.error_message_data), 1),
|
|
1078
|
+
s("small", Xt, h(r.description), 1),
|
|
1079
|
+
a.files.length > 0 ? (d(), u("section", Yt, [
|
|
1080
|
+
(d(!0), u(v, null, $(a.files, (i, c) => (d(), u("li", Jt, [
|
|
1081
|
+
Qt,
|
|
1082
|
+
s("div", er, [
|
|
1083
|
+
s("div", tr, [
|
|
1084
|
+
s("span", rr, h(o.getFileName(i.file_name)), 1),
|
|
1085
|
+
s("span", sr, h(i.loading), 1)
|
|
1086
1086
|
]),
|
|
1087
|
-
s("div",
|
|
1087
|
+
s("div", nr, [
|
|
1088
1088
|
s("div", {
|
|
1089
1089
|
class: "h-full bg-gray-500 rounded-full dark:bg-gray-400",
|
|
1090
|
-
style:
|
|
1090
|
+
style: We({ width: i.loading + "%" })
|
|
1091
1091
|
}, null, 4)
|
|
1092
1092
|
])
|
|
1093
1093
|
])
|
|
1094
1094
|
]))), 256))
|
|
1095
|
-
])) :
|
|
1096
|
-
s("section",
|
|
1097
|
-
(d(!0), u(
|
|
1098
|
-
s("div",
|
|
1099
|
-
|
|
1100
|
-
s("div",
|
|
1101
|
-
s("span",
|
|
1102
|
-
s("span",
|
|
1095
|
+
])) : g("", !0),
|
|
1096
|
+
s("section", or, [
|
|
1097
|
+
(d(!0), u(v, null, $(a.uploadFileList, (i, c) => (d(), u("li", ar, [
|
|
1098
|
+
s("div", ir, [
|
|
1099
|
+
lr,
|
|
1100
|
+
s("div", dr, [
|
|
1101
|
+
s("span", ur, h(o.getFileName(i.file_name)), 1),
|
|
1102
|
+
s("span", cr, h(o.formatFileSize(i.size)), 1)
|
|
1103
1103
|
])
|
|
1104
1104
|
]),
|
|
1105
|
-
s("div",
|
|
1105
|
+
s("div", fr, [
|
|
1106
1106
|
s("a", {
|
|
1107
1107
|
href: i.url,
|
|
1108
1108
|
target: "_blank",
|
|
1109
1109
|
class: "text-lg text-blue-600 cursor-pointer dark:text-blue-400 fas fa-download"
|
|
1110
|
-
}, null, 8,
|
|
1110
|
+
}, null, 8, hr),
|
|
1111
1111
|
r.is_enable_delete ? (d(), u("i", {
|
|
1112
1112
|
key: 0,
|
|
1113
|
-
onClick: (
|
|
1113
|
+
onClick: (f) => {
|
|
1114
1114
|
a.media_id = i.id, a.open_delete_modal = !0;
|
|
1115
1115
|
},
|
|
1116
1116
|
class: "text-lg text-red-600 cursor-pointer dark:text-red-400 fas fa-x"
|
|
1117
|
-
}, null, 8,
|
|
1117
|
+
}, null, 8, gr)) : g("", !0)
|
|
1118
1118
|
])
|
|
1119
1119
|
]))), 256))
|
|
1120
1120
|
])
|
|
1121
1121
|
], 2)
|
|
1122
1122
|
], 64);
|
|
1123
1123
|
}
|
|
1124
|
-
const
|
|
1124
|
+
const ud = /* @__PURE__ */ D(Bt, [["render", mr]]), pr = {
|
|
1125
1125
|
computed: {
|
|
1126
|
-
...
|
|
1126
|
+
...Vt("notification", ["notification"]),
|
|
1127
1127
|
alertClasses() {
|
|
1128
1128
|
switch (this.notification.type) {
|
|
1129
1129
|
case "info":
|
|
@@ -1158,7 +1158,7 @@ const Jl = /* @__PURE__ */ k(Ct, [["render", tr]]), rr = {
|
|
|
1158
1158
|
}
|
|
1159
1159
|
},
|
|
1160
1160
|
methods: {
|
|
1161
|
-
|
|
1161
|
+
...Lt("notification", ["HIDE_NOTIFICATION"]),
|
|
1162
1162
|
dismiss() {
|
|
1163
1163
|
this.HIDE_NOTIFICATION();
|
|
1164
1164
|
}
|
|
@@ -1170,7 +1170,7 @@ const Jl = /* @__PURE__ */ k(Ct, [["render", tr]]), rr = {
|
|
|
1170
1170
|
}, this.notification.duration);
|
|
1171
1171
|
}
|
|
1172
1172
|
}
|
|
1173
|
-
},
|
|
1173
|
+
}, _r = /* @__PURE__ */ s("svg", {
|
|
1174
1174
|
class: "flex-shrink-0 w-4 h-4",
|
|
1175
1175
|
"aria-hidden": "true",
|
|
1176
1176
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1178,7 +1178,7 @@ const Jl = /* @__PURE__ */ k(Ct, [["render", tr]]), rr = {
|
|
|
1178
1178
|
viewBox: "0 0 20 20"
|
|
1179
1179
|
}, [
|
|
1180
1180
|
/* @__PURE__ */ s("path", { d: "M10 .5a9.5 9.5 0 1 0 9.5 9.5A9.51 9.51 0 0 0 10 .5ZM9.5 4a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3ZM12 15H8a1 1 0 0 1 0-2h1v-3H8a1 1 0 0 1 0-2h2a1 1 0 0 1 1 1v4h1a1 1 0 0 1 0 2Z" })
|
|
1181
|
-
], -1),
|
|
1181
|
+
], -1), br = /* @__PURE__ */ s("span", { class: "sr-only" }, "Info", -1), yr = { class: "mr-3 text-sm font-medium ms-3" }, vr = /* @__PURE__ */ s("span", { class: "sr-only" }, "Close", -1), xr = /* @__PURE__ */ s("svg", {
|
|
1182
1182
|
class: "w-3 h-3",
|
|
1183
1183
|
"aria-hidden": "true",
|
|
1184
1184
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1192,28 +1192,28 @@ const Jl = /* @__PURE__ */ k(Ct, [["render", tr]]), rr = {
|
|
|
1192
1192
|
"stroke-width": "2",
|
|
1193
1193
|
d: "m1 1 6 6m0 0 6 6M7 7l6-6M7 7l-6 6"
|
|
1194
1194
|
})
|
|
1195
|
-
], -1),
|
|
1196
|
-
|
|
1197
|
-
|
|
1195
|
+
], -1), wr = [
|
|
1196
|
+
vr,
|
|
1197
|
+
xr
|
|
1198
1198
|
];
|
|
1199
|
-
function
|
|
1199
|
+
function kr(e, t, r, n, a, o) {
|
|
1200
1200
|
return e.notification.show ? (d(), u("div", {
|
|
1201
1201
|
key: 0,
|
|
1202
|
-
class:
|
|
1202
|
+
class: b(["fixed right-0 z-50 flex items-center p-4 m-5 mb-4 rounded-lg shadow-lg", o.alertClasses]),
|
|
1203
1203
|
role: "alert"
|
|
1204
1204
|
}, [
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
s("div",
|
|
1205
|
+
_r,
|
|
1206
|
+
br,
|
|
1207
|
+
s("div", yr, h(e.notification.message), 1),
|
|
1208
1208
|
s("button", {
|
|
1209
1209
|
type: "button",
|
|
1210
1210
|
onClick: t[0] || (t[0] = (...l) => o.dismiss && o.dismiss(...l)),
|
|
1211
|
-
class:
|
|
1211
|
+
class: b(["inline-flex items-center justify-center w-6 h-6 p-1 -mx-1 -my-1 rounded-lg ms-auto focus:ring-2 hover:bg-opacity-50", o.buttonClasses]),
|
|
1212
1212
|
"aria-label": "Close"
|
|
1213
|
-
},
|
|
1214
|
-
], 2)) :
|
|
1213
|
+
}, wr, 2)
|
|
1214
|
+
], 2)) : g("", !0);
|
|
1215
1215
|
}
|
|
1216
|
-
const
|
|
1216
|
+
const cd = /* @__PURE__ */ D(pr, [["render", kr]]), $r = {
|
|
1217
1217
|
components: {},
|
|
1218
1218
|
props: {
|
|
1219
1219
|
field_name: {
|
|
@@ -1248,10 +1248,10 @@ const Ql = /* @__PURE__ */ k(rr, [["render", dr]]), ur = {
|
|
|
1248
1248
|
},
|
|
1249
1249
|
mounted() {
|
|
1250
1250
|
}
|
|
1251
|
-
},
|
|
1252
|
-
function
|
|
1253
|
-
return d(), u("ul",
|
|
1254
|
-
(d(!0), u(
|
|
1251
|
+
}, Cr = { class: "grid w-full gap-1 mt-5 mb-5 md:gap-0 md:grid-cols-10 language-selector" }, Sr = ["name", "value", "id", "checked"], Or = ["for"];
|
|
1252
|
+
function Dr(e, t, r, n, a, o) {
|
|
1253
|
+
return d(), u("ul", Cr, [
|
|
1254
|
+
(d(!0), u(v, null, $(a.locals, (l, i) => (d(), u("li", null, [
|
|
1255
1255
|
s("input", {
|
|
1256
1256
|
type: "radio",
|
|
1257
1257
|
name: r.trans_selector_name,
|
|
@@ -1260,22 +1260,22 @@ function gr(e, t, r, n, a, o) {
|
|
|
1260
1260
|
id: l + "_" + r.field_name,
|
|
1261
1261
|
autocomplete: "off",
|
|
1262
1262
|
checked: l === a.default_language
|
|
1263
|
-
}, null, 8,
|
|
1263
|
+
}, null, 8, Sr),
|
|
1264
1264
|
s("label", {
|
|
1265
1265
|
for: l + "_" + r.field_name,
|
|
1266
|
-
class:
|
|
1266
|
+
class: b([{
|
|
1267
1267
|
"border md:!rounded-s-lg": i === 0,
|
|
1268
1268
|
"border md:!rounded-e-lg": i === a.locals.length - 1,
|
|
1269
1269
|
"border-t border-b": i !== 0 && i !== a.locals.length - 1
|
|
1270
1270
|
}, "w-full p-1 font-bold text-center text-gray-500 uppercase bg-white border-gray-200 rounded-lg cursor-pointer md:rounded-none dark:hover:text-gray-300 dark:border-gray-700 dark:peer-checked:text-blue-500 peer-checked:border-blue-600 peer-checked:text-blue-600 hover:text-gray-600 hover:bg-gray-100 dark:text-gray-400 dark:bg-gray-800 dark:hover:bg-gray-700"])
|
|
1271
|
-
}, h(l), 11,
|
|
1271
|
+
}, h(l), 11, Or)
|
|
1272
1272
|
]))), 256))
|
|
1273
1273
|
]);
|
|
1274
1274
|
}
|
|
1275
|
-
const
|
|
1275
|
+
const fd = /* @__PURE__ */ D($r, [["render", Dr]]), Pr = { class: "bg-white border rounded-lg border-stroke shadow-default dark:border-strokedark dark:bg-boxdark" }, Er = { class: "px-3 py-4 border-b border-stroke dark:border-strokedark" }, jr = { class: "font-semibold text-black dark:text-white" }, Ar = {
|
|
1276
1276
|
key: 0,
|
|
1277
1277
|
class: "p-6"
|
|
1278
|
-
},
|
|
1278
|
+
}, hd = {
|
|
1279
1279
|
__name: "GlCard",
|
|
1280
1280
|
props: {
|
|
1281
1281
|
class: {
|
|
@@ -1284,23 +1284,23 @@ const ed = /* @__PURE__ */ k(ur, [["render", gr]]), mr = { class: "bg-white bord
|
|
|
1284
1284
|
}
|
|
1285
1285
|
},
|
|
1286
1286
|
setup(e) {
|
|
1287
|
-
const t = e, r =
|
|
1287
|
+
const t = e, r = J(() => t.class);
|
|
1288
1288
|
return (n, a) => (d(), u("div", {
|
|
1289
|
-
class:
|
|
1289
|
+
class: b(["flex flex-col gap-9", r.value])
|
|
1290
1290
|
}, [
|
|
1291
|
-
s("div",
|
|
1292
|
-
s("div",
|
|
1293
|
-
s("h3",
|
|
1294
|
-
|
|
1291
|
+
s("div", Pr, [
|
|
1292
|
+
s("div", Er, [
|
|
1293
|
+
s("h3", jr, [
|
|
1294
|
+
A(n.$slots, "header")
|
|
1295
1295
|
])
|
|
1296
1296
|
]),
|
|
1297
|
-
n.$slots.body ? (d(), u("div",
|
|
1298
|
-
|
|
1299
|
-
])) :
|
|
1297
|
+
n.$slots.body ? (d(), u("div", Ar, [
|
|
1298
|
+
A(n.$slots, "body")
|
|
1299
|
+
])) : g("", !0)
|
|
1300
1300
|
])
|
|
1301
1301
|
], 2));
|
|
1302
1302
|
}
|
|
1303
|
-
},
|
|
1303
|
+
}, Ir = {
|
|
1304
1304
|
name: "MultiSelectDropdown",
|
|
1305
1305
|
template: "MultiSelectDropdown",
|
|
1306
1306
|
props: {
|
|
@@ -1457,16 +1457,16 @@ const ed = /* @__PURE__ */ k(ur, [["render", gr]]), mr = { class: "bg-white bord
|
|
|
1457
1457
|
this.selectedIds = e.map((t) => t.id), this.$emit("update:modelValue", this.selectedIds), this.$emit("selected", this.selectedIds), this.$emit("selectionChanged", this.selectedIds);
|
|
1458
1458
|
}
|
|
1459
1459
|
}
|
|
1460
|
-
},
|
|
1460
|
+
}, Tr = { class: "font-bold ptext-lg dark:text-white" }, Nr = { class: "mt-3 mb-4" }, Mr = { class: "bg-blue-100 text-blue-800 text-sm font-medium mb-2 mt-2 me-2 px-2.5 py-0.5 rounded dark:bg-blue-900 dark:text-blue-300" }, Vr = /* @__PURE__ */ s("hr", { class: "!opacity-100 bg-gray-200 border-0 dark:bg-gray-700" }, null, -1), Lr = ["name", "value"], Br = {
|
|
1461
1461
|
key: 0,
|
|
1462
1462
|
class: "dropdown"
|
|
1463
|
-
},
|
|
1463
|
+
}, Gr = {
|
|
1464
1464
|
class: "inline-flex ml-2 rounded-md shadow-sm",
|
|
1465
1465
|
role: "group"
|
|
1466
|
-
},
|
|
1466
|
+
}, Fr = { class: "border border-gray-200 rounded-lg focus:ring-blue-500 focus:border-blue-500 dark:border-gray-600 dark:focus:ring-blue-500 dark:focus:border-blue-500" }, Rr = { class: "relative" }, Ur = ["onClick"], qr = { class: "text-gray-700 bg-white dark:border-strokedark dark:bg-boxdark dark:text-gray-200 !border-b !border-t-0 !border-r !border-l absolute w-full z-[999999999] showOptions" }, zr = { class: "p-1" }, Hr = /* @__PURE__ */ s("label", {
|
|
1467
1467
|
for: "default-search",
|
|
1468
1468
|
class: "mb-2 text-sm font-medium text-gray-900 sr-only dark:text-white"
|
|
1469
|
-
}, "Search", -1),
|
|
1469
|
+
}, "Search", -1), Zr = { class: "relative" }, Kr = /* @__PURE__ */ s("div", { class: "absolute inset-y-0 flex items-center pointer-events-none start-0 ps-3" }, [
|
|
1470
1470
|
/* @__PURE__ */ s("svg", {
|
|
1471
1471
|
class: "w-4 h-4 text-gray-500 dark:text-gray-400",
|
|
1472
1472
|
"aria-hidden": "true",
|
|
@@ -1482,38 +1482,38 @@ const ed = /* @__PURE__ */ k(ur, [["render", gr]]), mr = { class: "bg-white bord
|
|
|
1482
1482
|
d: "m19 19-4-4m0-7A7 7 0 1 1 1 8a7 7 0 0 1 14 0Z"
|
|
1483
1483
|
})
|
|
1484
1484
|
])
|
|
1485
|
-
], -1),
|
|
1486
|
-
function
|
|
1487
|
-
return d(), u(
|
|
1485
|
+
], -1), Wr = ["id"], Xr = { class: "overflow-y-auto max-h-64" }, Yr = ["onClick", "onMousedown", "id"];
|
|
1486
|
+
function Jr(e, t, r, n, a, o) {
|
|
1487
|
+
return d(), u(v, null, [
|
|
1488
1488
|
r.show ? (d(), u("div", {
|
|
1489
1489
|
key: 0,
|
|
1490
|
-
class:
|
|
1490
|
+
class: b(r.field_name)
|
|
1491
1491
|
}, [
|
|
1492
|
-
s("h3",
|
|
1493
|
-
s("p",
|
|
1494
|
-
(d(!0), u(
|
|
1492
|
+
s("h3", Tr, h(r.label_name), 1),
|
|
1493
|
+
s("p", Nr, [
|
|
1494
|
+
(d(!0), u(v, null, $(a.selected, (l, i) => (d(), u("span", Mr, h(l.name), 1))), 256))
|
|
1495
1495
|
]),
|
|
1496
|
-
|
|
1497
|
-
], 2)) :
|
|
1498
|
-
r.show ?
|
|
1496
|
+
Vr
|
|
1497
|
+
], 2)) : g("", !0),
|
|
1498
|
+
r.show ? g("", !0) : (d(), u("div", {
|
|
1499
1499
|
key: 1,
|
|
1500
|
-
class:
|
|
1500
|
+
class: b(["mb-4", r.field_name])
|
|
1501
1501
|
}, [
|
|
1502
|
-
(d(!0), u(
|
|
1502
|
+
(d(!0), u(v, null, $(a.selectedIds, (l, i) => (d(), u("input", {
|
|
1503
1503
|
type: "hidden",
|
|
1504
1504
|
name: r.field_name + "[]",
|
|
1505
1505
|
key: i,
|
|
1506
1506
|
value: l
|
|
1507
|
-
}, null, 8,
|
|
1508
|
-
r.options ? (d(), u("div",
|
|
1507
|
+
}, null, 8, Lr))), 128)),
|
|
1508
|
+
r.options ? (d(), u("div", Br, [
|
|
1509
1509
|
s("label", {
|
|
1510
|
-
class:
|
|
1510
|
+
class: b({
|
|
1511
1511
|
"gl-label-form": r.error_message == "",
|
|
1512
1512
|
"gl-label-form-invalid": r.error_message !== "",
|
|
1513
1513
|
required: r.is_required
|
|
1514
1514
|
})
|
|
1515
1515
|
}, h(r.label_name), 3),
|
|
1516
|
-
s("div",
|
|
1516
|
+
s("div", Gr, [
|
|
1517
1517
|
s("button", {
|
|
1518
1518
|
onClick: t[0] || (t[0] = (...l) => o.selectAll && o.selectAll(...l)),
|
|
1519
1519
|
type: "button",
|
|
@@ -1525,34 +1525,34 @@ function Lr(e, t, r, n, a, o) {
|
|
|
1525
1525
|
class: "px-4 py-0 text-sm font-medium text-gray-900 bg-transparent border border-gray-900 rounded-e-md hover:bg-gray-900 hover:text-white focus:z-10 focus:bg-gray-900 focus:text-white dark:border-white dark:text-white dark:hover:text-white dark:hover:bg-gray-700 dark:focus:bg-gray-700"
|
|
1526
1526
|
}, " Deselect all ")
|
|
1527
1527
|
]),
|
|
1528
|
-
s("div",
|
|
1529
|
-
s("div",
|
|
1528
|
+
s("div", Fr, [
|
|
1529
|
+
s("div", Rr, [
|
|
1530
1530
|
s("div", {
|
|
1531
1531
|
class: "flex flex-wrap gap-2 pl-8 pr-2 gl-multi-dropdown showOptions",
|
|
1532
1532
|
onClick: t[2] || (t[2] = (l) => o.showOptions())
|
|
1533
1533
|
}, [
|
|
1534
|
-
(d(!0), u(
|
|
1534
|
+
(d(!0), u(v, null, $(a.selected, (l, i) => (d(), u("span", {
|
|
1535
1535
|
key: i,
|
|
1536
1536
|
class: "px-2 py-1 text-xs font-medium text-blue-800 bg-blue-100 rounded pointer-events-none dark:bg-blue-900 dark:text-blue-300"
|
|
1537
1537
|
}, [
|
|
1538
|
-
|
|
1538
|
+
w(h(l.name) + " ", 1),
|
|
1539
1539
|
s("i", {
|
|
1540
|
-
onClick:
|
|
1540
|
+
onClick: N((c) => o.clearOption(l), ["stop"]),
|
|
1541
1541
|
class: "cursor-pointer pointer-events-auto hover:text-red-600 dark:hover:text-red-400 fas fa-times"
|
|
1542
|
-
}, null, 8,
|
|
1542
|
+
}, null, 8, Ur)
|
|
1543
1543
|
]))), 128))
|
|
1544
1544
|
]),
|
|
1545
1545
|
s("i", {
|
|
1546
|
-
class:
|
|
1546
|
+
class: b([a.optionsShown ? "fa-angle-up" : "fa-angle-down", "absolute text-xl text-gray-500 cursor-pointer fas right-2 hover:text-gray-700"]),
|
|
1547
1547
|
style: { top: "11px" }
|
|
1548
1548
|
}, null, 2)
|
|
1549
1549
|
]),
|
|
1550
|
-
|
|
1551
|
-
s("div",
|
|
1552
|
-
|
|
1553
|
-
s("div",
|
|
1554
|
-
|
|
1555
|
-
|
|
1550
|
+
P(s("div", qr, [
|
|
1551
|
+
s("div", zr, [
|
|
1552
|
+
Hr,
|
|
1553
|
+
s("div", Zr, [
|
|
1554
|
+
Kr,
|
|
1555
|
+
P(s("input", {
|
|
1556
1556
|
type: "search",
|
|
1557
1557
|
"onUpdate:modelValue": t[3] || (t[3] = (l) => a.searchFilter = l),
|
|
1558
1558
|
id: r.field_name + "search",
|
|
@@ -1561,14 +1561,14 @@ function Lr(e, t, r, n, a, o) {
|
|
|
1561
1561
|
autocomplete: "off",
|
|
1562
1562
|
class: "block w-full p-2 text-sm text-gray-900 border border-gray-300 rounded-lg ps-10 bg-gray-50 focus:ring-blue-500 focus:border-blue-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500",
|
|
1563
1563
|
placeholder: "Search ..."
|
|
1564
|
-
}, null, 40,
|
|
1565
|
-
[
|
|
1564
|
+
}, null, 40, Wr), [
|
|
1565
|
+
[V, a.searchFilter]
|
|
1566
1566
|
])
|
|
1567
1567
|
])
|
|
1568
1568
|
]),
|
|
1569
|
-
s("div",
|
|
1570
|
-
(d(!0), u(
|
|
1571
|
-
class:
|
|
1569
|
+
s("div", Xr, [
|
|
1570
|
+
(d(!0), u(v, null, $(o.filteredOptions, (l, i) => (d(), u("div", {
|
|
1571
|
+
class: b([
|
|
1572
1572
|
"block px-2 py-2 text-xs leading-4 text-gray-700 no-underline cursor-pointer dark:text-gray-200 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white",
|
|
1573
1573
|
i + 1 == a.count || o.isOptionSelected(l.id) ? "bg-gray-100 dark:bg-gray-600" : ""
|
|
1574
1574
|
]),
|
|
@@ -1576,17 +1576,17 @@ function Lr(e, t, r, n, a, o) {
|
|
|
1576
1576
|
onMousedown: (c) => o.selectOption(l),
|
|
1577
1577
|
key: i,
|
|
1578
1578
|
id: i + 1
|
|
1579
|
-
}, h(l.name || l.id || "-"), 43,
|
|
1579
|
+
}, h(l.name || l.id || "-"), 43, Yr))), 128))
|
|
1580
1580
|
])
|
|
1581
1581
|
], 512), [
|
|
1582
|
-
[
|
|
1582
|
+
[B, a.optionsShown]
|
|
1583
1583
|
])
|
|
1584
1584
|
])
|
|
1585
|
-
])) :
|
|
1585
|
+
])) : g("", !0)
|
|
1586
1586
|
], 2))
|
|
1587
1587
|
], 64);
|
|
1588
1588
|
}
|
|
1589
|
-
const
|
|
1589
|
+
const gd = /* @__PURE__ */ D(Ir, [["render", Jr]]), Qr = {
|
|
1590
1590
|
props: {
|
|
1591
1591
|
button_type: {
|
|
1592
1592
|
type: String,
|
|
@@ -1638,7 +1638,7 @@ const rd = /* @__PURE__ */ k(yr, [["render", Lr]]), Br = {
|
|
|
1638
1638
|
}
|
|
1639
1639
|
},
|
|
1640
1640
|
methods: {}
|
|
1641
|
-
},
|
|
1641
|
+
}, es = /* @__PURE__ */ s("svg", {
|
|
1642
1642
|
"aria-hidden": "true",
|
|
1643
1643
|
role: "status",
|
|
1644
1644
|
class: "inline w-4 h-4 me-3 animate-spin",
|
|
@@ -1655,35 +1655,35 @@ const rd = /* @__PURE__ */ k(yr, [["render", Lr]]), Br = {
|
|
|
1655
1655
|
fill: "#1C64F2"
|
|
1656
1656
|
})
|
|
1657
1657
|
], -1);
|
|
1658
|
-
function
|
|
1659
|
-
return r.is_loading ? (d(),
|
|
1658
|
+
function ts(e, t, r, n, a, o) {
|
|
1659
|
+
return r.is_loading ? (d(), H(se("button"), {
|
|
1660
1660
|
key: 1,
|
|
1661
1661
|
disabled: "",
|
|
1662
|
-
class:
|
|
1662
|
+
class: b(`flex items-center gap-2 focus:outline-none text-sm px-2 py-2 me-2 font-medium rounded-lg ${o.buttonTypeClass}`)
|
|
1663
1663
|
}, {
|
|
1664
|
-
default:
|
|
1665
|
-
|
|
1666
|
-
|
|
1664
|
+
default: X(() => [
|
|
1665
|
+
es,
|
|
1666
|
+
w(" Loading... ")
|
|
1667
1667
|
]),
|
|
1668
1668
|
_: 1
|
|
1669
|
-
}, 8, ["class"])) : (d(),
|
|
1669
|
+
}, 8, ["class"])) : (d(), H(se(r.tag), Z({
|
|
1670
1670
|
key: 0,
|
|
1671
1671
|
type: r.is_submit
|
|
1672
1672
|
}, { type: r.is_submit ? "submit" : void 0 }, {
|
|
1673
1673
|
href: r.tag === "a" ? r.href : void 0,
|
|
1674
1674
|
class: `flex items-center gap-2 focus:outline-none text-sm px-5 py-2 me-2 font-medium rounded-lg ${o.buttonTypeClass}`
|
|
1675
1675
|
}), {
|
|
1676
|
-
default:
|
|
1676
|
+
default: X(() => [
|
|
1677
1677
|
r.icon ? (d(), u("i", {
|
|
1678
1678
|
key: 0,
|
|
1679
|
-
class:
|
|
1680
|
-
}, null, 2)) :
|
|
1681
|
-
|
|
1679
|
+
class: b([r.icon, "text-base"])
|
|
1680
|
+
}, null, 2)) : g("", !0),
|
|
1681
|
+
A(e.$slots, "default")
|
|
1682
1682
|
]),
|
|
1683
1683
|
_: 3
|
|
1684
1684
|
}, 16, ["type", "href", "class"]));
|
|
1685
1685
|
}
|
|
1686
|
-
const
|
|
1686
|
+
const md = /* @__PURE__ */ D(Qr, [["render", ts]]), rs = { class: "font-bold ptext-lg dark:text-white" }, ss = ["name", "id"], ns = ["id"], os = /* @__PURE__ */ s("hr", { class: "!opacity-100 bg-gray-200 border-0 dark:bg-gray-700" }, null, -1), as = ["for"], is = /* @__PURE__ */ s("span", { class: "language-label js-language-label bg-blue-100 text-blue-800 text-xs font-medium me-2 px-2.5 py-0.5 rounded dark:bg-blue-900 dark:text-blue-300" }, null, -1), ls = ["name", "id"], ds = ["required", "name", "id", "type"], us = { class: "gl-span-form-error" }, cs = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" }, pd = {
|
|
1687
1687
|
__name: "GlTextareaTranslate",
|
|
1688
1688
|
props: {
|
|
1689
1689
|
is_required: {
|
|
@@ -1741,8 +1741,8 @@ const sd = /* @__PURE__ */ k(Br, [["render", Fr]]), Rr = { class: "font-bold pte
|
|
|
1741
1741
|
},
|
|
1742
1742
|
emits: ["update:modelValue", "update:modelValueTranslate", "keydown"],
|
|
1743
1743
|
setup(e, { expose: t, emit: r }) {
|
|
1744
|
-
const n = e, a = r, o =
|
|
1745
|
-
return
|
|
1744
|
+
const n = e, a = r, o = O(null), l = O(null);
|
|
1745
|
+
return G(() => {
|
|
1746
1746
|
o.value !== null && o.value.hasAttribute("autofocus") && o.value.focus(), n.model_value && (a("update:modelValue", n.model_value), o.value.value = n.model_value), n.model_value_translate, n.translatable && axios.post("/admin/get_field_translations", {
|
|
1747
1747
|
model: n.translatable.model,
|
|
1748
1748
|
row_id: n.translatable.row_id,
|
|
@@ -1752,74 +1752,74 @@ const sd = /* @__PURE__ */ k(Br, [["render", Fr]]), Rr = { class: "font-bold pte
|
|
|
1752
1752
|
}).catch((i) => {
|
|
1753
1753
|
console.log(i);
|
|
1754
1754
|
});
|
|
1755
|
-
}), t({ focus: () => o.value.focus() }), (i, c) => (d(), u(
|
|
1755
|
+
}), t({ focus: () => o.value.focus() }), (i, c) => (d(), u(v, null, [
|
|
1756
1756
|
e.show ? (d(), u("div", {
|
|
1757
1757
|
key: 0,
|
|
1758
|
-
class:
|
|
1758
|
+
class: b(e.field_name)
|
|
1759
1759
|
}, [
|
|
1760
|
-
s("h3",
|
|
1761
|
-
|
|
1760
|
+
s("h3", rs, h(e.label_name), 1),
|
|
1761
|
+
P(s("input", {
|
|
1762
1762
|
type: "hidden",
|
|
1763
1763
|
"data-i18n": "true",
|
|
1764
1764
|
name: e.field_name + "_i18n",
|
|
1765
1765
|
id: e.field_name + "_i18n",
|
|
1766
1766
|
ref_key: "input_translate",
|
|
1767
1767
|
ref: l,
|
|
1768
|
-
"onUpdate:modelValue": c[0] || (c[0] = (
|
|
1769
|
-
}, null, 8,
|
|
1770
|
-
[
|
|
1768
|
+
"onUpdate:modelValue": c[0] || (c[0] = (f) => i.inputTranslateValue = f)
|
|
1769
|
+
}, null, 8, ss), [
|
|
1770
|
+
[V, i.inputTranslateValue]
|
|
1771
1771
|
]),
|
|
1772
1772
|
s("p", {
|
|
1773
1773
|
id: e.field_name,
|
|
1774
1774
|
class: "mb-4 text-base text-gray-900 input_tr_show dark:text-white"
|
|
1775
|
-
}, h(e.model_value), 9,
|
|
1776
|
-
|
|
1777
|
-
], 2)) :
|
|
1778
|
-
e.show ?
|
|
1775
|
+
}, h(e.model_value), 9, ns),
|
|
1776
|
+
os
|
|
1777
|
+
], 2)) : g("", !0),
|
|
1778
|
+
e.show ? g("", !0) : (d(), u("div", {
|
|
1779
1779
|
key: 1,
|
|
1780
|
-
class:
|
|
1780
|
+
class: b(["mb-4", e.field_name])
|
|
1781
1781
|
}, [
|
|
1782
1782
|
s("label", {
|
|
1783
|
-
class:
|
|
1783
|
+
class: b({
|
|
1784
1784
|
"gl-label-translation-form": e.error_message == "",
|
|
1785
1785
|
"gl-label-translation-form-invalid": e.error_message !== "",
|
|
1786
1786
|
required: e.is_required
|
|
1787
1787
|
}),
|
|
1788
1788
|
for: e.field_name
|
|
1789
|
-
}, h(e.label_name), 11,
|
|
1790
|
-
|
|
1789
|
+
}, h(e.label_name), 11, as),
|
|
1790
|
+
is,
|
|
1791
1791
|
s("input", {
|
|
1792
1792
|
class: "mb-4",
|
|
1793
1793
|
type: "hidden",
|
|
1794
1794
|
"data-i18n": "true",
|
|
1795
1795
|
name: e.field_name + "_i18n",
|
|
1796
1796
|
id: e.field_name + "_i18n",
|
|
1797
|
-
onInput: c[1] || (c[1] = (
|
|
1797
|
+
onInput: c[1] || (c[1] = (f) => i.$emit("update:modelValueTranslate", f.target.value)),
|
|
1798
1798
|
ref_key: "input_translate",
|
|
1799
1799
|
ref: l
|
|
1800
|
-
}, null, 40,
|
|
1800
|
+
}, null, 40, ls),
|
|
1801
1801
|
s("textarea", {
|
|
1802
1802
|
required: e.is_required,
|
|
1803
1803
|
name: e.field_name,
|
|
1804
1804
|
id: e.field_name,
|
|
1805
|
-
class:
|
|
1805
|
+
class: b({
|
|
1806
1806
|
" gl-textarea-form form-input-translation mt-4 ": e.error_message == "",
|
|
1807
1807
|
" gl-textarea-form-invalid form-input-translation mt-4 ": e.error_message !== ""
|
|
1808
1808
|
}),
|
|
1809
1809
|
type: e.type,
|
|
1810
|
-
onInput: c[2] || (c[2] = (
|
|
1811
|
-
onKeydown: c[3] || (c[3] = (
|
|
1810
|
+
onInput: c[2] || (c[2] = (f) => i.$emit("update:modelValue", f.target.value)),
|
|
1811
|
+
onKeydown: c[3] || (c[3] = (f) => i.$emit("keydown", f)),
|
|
1812
1812
|
ref_key: "input",
|
|
1813
1813
|
ref: o,
|
|
1814
1814
|
rows: "4"
|
|
1815
1815
|
}, `
|
|
1816
|
-
`, 42,
|
|
1817
|
-
s("span",
|
|
1818
|
-
s("small",
|
|
1816
|
+
`, 42, ds),
|
|
1817
|
+
s("span", us, h(e.error_message), 1),
|
|
1818
|
+
s("small", cs, h(e.description), 1)
|
|
1819
1819
|
], 2))
|
|
1820
1820
|
], 64));
|
|
1821
1821
|
}
|
|
1822
|
-
},
|
|
1822
|
+
}, fs = { class: "font-bold ptext-lg dark:text-white" }, hs = ["name", "id"], gs = ["id"], ms = /* @__PURE__ */ s("hr", { class: "!opacity-100 bg-gray-200 border-0 dark:bg-gray-700" }, null, -1), ps = ["for"], _s = /* @__PURE__ */ s("span", { class: "language-label js-language-label bg-blue-100 text-blue-800 text-xs font-medium me-2 px-2.5 py-0.5 rounded dark:bg-blue-900 dark:text-blue-300" }, null, -1), bs = ["name", "id"], ys = ["name", "id", "type"], vs = { class: "gl-span-form-error" }, xs = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" }, _d = {
|
|
1823
1823
|
__name: "GlTinymceTranslate",
|
|
1824
1824
|
props: {
|
|
1825
1825
|
is_required: {
|
|
@@ -1877,8 +1877,8 @@ const sd = /* @__PURE__ */ k(Br, [["render", Fr]]), Rr = { class: "font-bold pte
|
|
|
1877
1877
|
},
|
|
1878
1878
|
emits: ["update:modelValue", "update:modelValueTranslate", "keydown"],
|
|
1879
1879
|
setup(e, { expose: t, emit: r }) {
|
|
1880
|
-
const n = e, a = r, o =
|
|
1881
|
-
return
|
|
1880
|
+
const n = e, a = r, o = O(null), l = O(null);
|
|
1881
|
+
return G(() => {
|
|
1882
1882
|
tinymce.init({
|
|
1883
1883
|
selector: "#" + n.field_name,
|
|
1884
1884
|
width: "100%",
|
|
@@ -1892,73 +1892,73 @@ const sd = /* @__PURE__ */ k(Br, [["render", Fr]]), Rr = { class: "font-bold pte
|
|
|
1892
1892
|
}).catch((i) => {
|
|
1893
1893
|
console.log(i);
|
|
1894
1894
|
});
|
|
1895
|
-
}), t({ focus: () => o.value.focus() }), (i, c) => (d(), u(
|
|
1895
|
+
}), t({ focus: () => o.value.focus() }), (i, c) => (d(), u(v, null, [
|
|
1896
1896
|
e.show ? (d(), u("div", {
|
|
1897
1897
|
key: 0,
|
|
1898
|
-
class:
|
|
1898
|
+
class: b(e.field_name)
|
|
1899
1899
|
}, [
|
|
1900
|
-
s("h3",
|
|
1901
|
-
|
|
1900
|
+
s("h3", fs, h(e.label_name), 1),
|
|
1901
|
+
P(s("input", {
|
|
1902
1902
|
type: "hidden",
|
|
1903
1903
|
"data-i18n": "true",
|
|
1904
1904
|
name: e.field_name + "_i18n",
|
|
1905
1905
|
id: e.field_name + "_i18n",
|
|
1906
1906
|
ref_key: "input_translate",
|
|
1907
1907
|
ref: l,
|
|
1908
|
-
"onUpdate:modelValue": c[0] || (c[0] = (
|
|
1909
|
-
}, null, 8,
|
|
1910
|
-
[
|
|
1908
|
+
"onUpdate:modelValue": c[0] || (c[0] = (f) => i.inputTranslateValue = f)
|
|
1909
|
+
}, null, 8, hs), [
|
|
1910
|
+
[V, i.inputTranslateValue]
|
|
1911
1911
|
]),
|
|
1912
1912
|
s("p", {
|
|
1913
1913
|
id: e.field_name,
|
|
1914
1914
|
class: "mb-4 text-base text-gray-900 input_tr_show dark:text-white"
|
|
1915
|
-
}, h(e.model_value), 9,
|
|
1916
|
-
|
|
1917
|
-
], 2)) :
|
|
1918
|
-
e.show ?
|
|
1915
|
+
}, h(e.model_value), 9, gs),
|
|
1916
|
+
ms
|
|
1917
|
+
], 2)) : g("", !0),
|
|
1918
|
+
e.show ? g("", !0) : (d(), u("div", {
|
|
1919
1919
|
key: 1,
|
|
1920
|
-
class:
|
|
1920
|
+
class: b(["mb-4", e.field_name])
|
|
1921
1921
|
}, [
|
|
1922
1922
|
s("label", {
|
|
1923
|
-
class:
|
|
1923
|
+
class: b({
|
|
1924
1924
|
"gl-label-translation-form": e.error_message == "",
|
|
1925
1925
|
"gl-label-translation-form-invalid": e.error_message !== "",
|
|
1926
1926
|
required: e.is_required
|
|
1927
1927
|
}),
|
|
1928
1928
|
for: e.field_name
|
|
1929
|
-
}, h(e.label_name), 11,
|
|
1930
|
-
|
|
1929
|
+
}, h(e.label_name), 11, ps),
|
|
1930
|
+
_s,
|
|
1931
1931
|
s("input", {
|
|
1932
1932
|
class: "mb-4",
|
|
1933
1933
|
type: "hidden",
|
|
1934
1934
|
"data-i18n": "true",
|
|
1935
1935
|
name: e.field_name + "_i18n",
|
|
1936
1936
|
id: e.field_name + "_i18n",
|
|
1937
|
-
onInput: c[1] || (c[1] = (
|
|
1937
|
+
onInput: c[1] || (c[1] = (f) => i.$emit("update:modelValueTranslate", f.target.value)),
|
|
1938
1938
|
ref_key: "input_translate",
|
|
1939
1939
|
ref: l
|
|
1940
|
-
}, null, 40,
|
|
1940
|
+
}, null, 40, bs),
|
|
1941
1941
|
s("textarea", {
|
|
1942
1942
|
name: e.field_name,
|
|
1943
1943
|
id: e.field_name,
|
|
1944
|
-
class:
|
|
1944
|
+
class: b(["tiny", {
|
|
1945
1945
|
" gl-textarea-form form-input-translation mt-4 ": e.error_message == "",
|
|
1946
1946
|
" gl-textarea-form-invalid form-input-translation mt-4 ": e.error_message !== ""
|
|
1947
1947
|
}]),
|
|
1948
1948
|
type: e.type,
|
|
1949
|
-
onInput: c[2] || (c[2] = (
|
|
1950
|
-
onKeydown: c[3] || (c[3] = (
|
|
1949
|
+
onInput: c[2] || (c[2] = (f) => i.$emit("update:modelValue", f.target.value)),
|
|
1950
|
+
onKeydown: c[3] || (c[3] = (f) => i.$emit("keydown", f)),
|
|
1951
1951
|
ref_key: "input",
|
|
1952
1952
|
ref: o,
|
|
1953
1953
|
rows: "4"
|
|
1954
1954
|
}, `
|
|
1955
|
-
`, 42,
|
|
1956
|
-
s("span",
|
|
1957
|
-
s("small",
|
|
1955
|
+
`, 42, ys),
|
|
1956
|
+
s("span", vs, h(e.error_message), 1),
|
|
1957
|
+
s("small", xs, h(e.description), 1)
|
|
1958
1958
|
], 2))
|
|
1959
1959
|
], 64));
|
|
1960
1960
|
}
|
|
1961
|
-
},
|
|
1961
|
+
}, ws = { class: "font-bold ptext-lg dark:text-white" }, ks = ["name", "id"], $s = ["id"], Cs = /* @__PURE__ */ s("hr", { class: "!opacity-100 bg-gray-200 border-0 dark:bg-gray-700" }, null, -1), Ss = ["for"], Os = /* @__PURE__ */ s("span", { class: "language-label js-language-label bg-blue-100 text-blue-800 text-xs font-medium me-2 px-2.5 py-0.5 rounded dark:bg-blue-900 dark:text-blue-300" }, null, -1), Ds = ["name", "id"], Ps = ["required", "name", "id", "type"], Es = { class: "gl-span-form-error" }, js = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" }, bd = {
|
|
1962
1962
|
__name: "GlTextTranslate",
|
|
1963
1963
|
props: {
|
|
1964
1964
|
is_required: {
|
|
@@ -2016,8 +2016,8 @@ const sd = /* @__PURE__ */ k(Br, [["render", Fr]]), Rr = { class: "font-bold pte
|
|
|
2016
2016
|
},
|
|
2017
2017
|
emits: ["update:modelValue", "update:modelValueTranslate", "keydown"],
|
|
2018
2018
|
setup(e, { expose: t, emit: r }) {
|
|
2019
|
-
const n = e, a = r, o =
|
|
2020
|
-
return
|
|
2019
|
+
const n = e, a = r, o = O(null), l = O(null);
|
|
2020
|
+
return G(() => {
|
|
2021
2021
|
o.value !== null && o.value.hasAttribute("autofocus") && o.value.focus(), n.model_value && (a("update:modelValue", n.model_value), o.value.value = n.model_value), n.model_value_translate, n.translatable && axios.post("/admin/get_field_translations", {
|
|
2022
2022
|
model: n.translatable.model,
|
|
2023
2023
|
row_id: n.translatable.row_id,
|
|
@@ -2027,73 +2027,73 @@ const sd = /* @__PURE__ */ k(Br, [["render", Fr]]), Rr = { class: "font-bold pte
|
|
|
2027
2027
|
}).catch((i) => {
|
|
2028
2028
|
console.log(i);
|
|
2029
2029
|
});
|
|
2030
|
-
}), t({ focus: () => o.value.focus() }), (i, c) => (d(), u(
|
|
2030
|
+
}), t({ focus: () => o.value.focus() }), (i, c) => (d(), u(v, null, [
|
|
2031
2031
|
e.show ? (d(), u("div", {
|
|
2032
2032
|
key: 0,
|
|
2033
|
-
class:
|
|
2033
|
+
class: b(e.field_name)
|
|
2034
2034
|
}, [
|
|
2035
|
-
s("h3",
|
|
2036
|
-
|
|
2035
|
+
s("h3", ws, h(e.label_name), 1),
|
|
2036
|
+
P(s("input", {
|
|
2037
2037
|
type: "hidden",
|
|
2038
2038
|
"data-i18n": "true",
|
|
2039
2039
|
name: e.field_name + "_i18n",
|
|
2040
2040
|
id: e.field_name + "_i18n",
|
|
2041
2041
|
ref: "input_translate_s",
|
|
2042
|
-
"onUpdate:modelValue": c[0] || (c[0] = (
|
|
2043
|
-
}, null, 8,
|
|
2044
|
-
[
|
|
2042
|
+
"onUpdate:modelValue": c[0] || (c[0] = (f) => i.inputTranslateValue = f)
|
|
2043
|
+
}, null, 8, ks), [
|
|
2044
|
+
[V, i.inputTranslateValue]
|
|
2045
2045
|
]),
|
|
2046
2046
|
s("p", {
|
|
2047
2047
|
id: e.field_name,
|
|
2048
2048
|
class: "mb-4 text-base text-gray-900 input_tr_show dark:text-white"
|
|
2049
|
-
}, h(e.model_value), 9,
|
|
2050
|
-
|
|
2051
|
-
], 2)) :
|
|
2052
|
-
e.show ?
|
|
2049
|
+
}, h(e.model_value), 9, $s),
|
|
2050
|
+
Cs
|
|
2051
|
+
], 2)) : g("", !0),
|
|
2052
|
+
e.show ? g("", !0) : (d(), u("div", {
|
|
2053
2053
|
key: 1,
|
|
2054
|
-
class:
|
|
2054
|
+
class: b(["mb-4", e.field_name])
|
|
2055
2055
|
}, [
|
|
2056
2056
|
s("label", {
|
|
2057
|
-
class:
|
|
2057
|
+
class: b({
|
|
2058
2058
|
"gl-label-translation-form": e.error_message == "",
|
|
2059
2059
|
"gl-label-translation-form-invalid": e.error_message !== "",
|
|
2060
2060
|
required: e.is_required
|
|
2061
2061
|
}),
|
|
2062
2062
|
for: e.field_name
|
|
2063
|
-
}, h(e.label_name), 11,
|
|
2064
|
-
|
|
2063
|
+
}, h(e.label_name), 11, Ss),
|
|
2064
|
+
Os,
|
|
2065
2065
|
s("input", {
|
|
2066
2066
|
class: "mb-4",
|
|
2067
2067
|
type: "hidden",
|
|
2068
2068
|
"data-i18n": "true",
|
|
2069
2069
|
name: e.field_name + "_i18n",
|
|
2070
2070
|
id: e.field_name + "_i18n",
|
|
2071
|
-
onInput: c[1] || (c[1] = (
|
|
2071
|
+
onInput: c[1] || (c[1] = (f) => i.$emit("update:modelValueTranslate", f.target.value)),
|
|
2072
2072
|
ref_key: "input_translate",
|
|
2073
2073
|
ref: l
|
|
2074
|
-
}, null, 40,
|
|
2074
|
+
}, null, 40, Ds),
|
|
2075
2075
|
s("input", {
|
|
2076
2076
|
required: e.is_required,
|
|
2077
2077
|
name: e.field_name,
|
|
2078
2078
|
id: e.field_name,
|
|
2079
|
-
class:
|
|
2079
|
+
class: b({
|
|
2080
2080
|
" gl-input-form form-input-translation mt-2 ": e.error_message == "",
|
|
2081
2081
|
" gl-input-form-invalid form-input-translation mt-2 ": e.error_message !== ""
|
|
2082
2082
|
}),
|
|
2083
2083
|
type: e.type,
|
|
2084
|
-
onInput: c[2] || (c[2] = (
|
|
2085
|
-
onKeydown: c[3] || (c[3] = (
|
|
2084
|
+
onInput: c[2] || (c[2] = (f) => i.$emit("update:modelValue", f.target.value)),
|
|
2085
|
+
onKeydown: c[3] || (c[3] = (f) => i.$emit("keydown", f)),
|
|
2086
2086
|
ref_key: "input",
|
|
2087
2087
|
ref: o
|
|
2088
|
-
}, null, 42,
|
|
2089
|
-
s("span",
|
|
2090
|
-
s("small",
|
|
2088
|
+
}, null, 42, Ps),
|
|
2089
|
+
s("span", Es, h(e.error_message), 1),
|
|
2090
|
+
s("small", js, h(e.description), 1)
|
|
2091
2091
|
], 2))
|
|
2092
2092
|
], 64));
|
|
2093
2093
|
}
|
|
2094
|
-
},
|
|
2094
|
+
}, As = { class: "font-bold ptext-lg dark:text-white" }, Is = { class: "mb-4 text-base text-gray-900 dark:text-white" }, Ts = /* @__PURE__ */ s("hr", { class: "!opacity-100 bg-gray-200 border-0 dark:bg-gray-700" }, null, -1), Ns = ["for"], Ms = ["required", "name", "id", "type"], Vs = { class: "gl-span-form-error" }, Ls = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" }, yd = {
|
|
2095
2095
|
__name: "GlTextInput",
|
|
2096
|
-
props:
|
|
2096
|
+
props: {
|
|
2097
2097
|
is_required: {
|
|
2098
2098
|
type: Boolean,
|
|
2099
2099
|
default: !1
|
|
@@ -2130,112 +2130,119 @@ const sd = /* @__PURE__ */ k(Br, [["render", Fr]]), Rr = { class: "font-bold pte
|
|
|
2130
2130
|
type: String,
|
|
2131
2131
|
default: ""
|
|
2132
2132
|
}
|
|
2133
|
-
},
|
|
2134
|
-
|
|
2135
|
-
modelModifiers: {}
|
|
2136
|
-
}),
|
|
2137
|
-
emits: /* @__PURE__ */ ae(["update:modelValue", "keydown"], ["update:modelValue"]),
|
|
2133
|
+
},
|
|
2134
|
+
emits: ["update:modelValue", "keydown"],
|
|
2138
2135
|
setup(e, { expose: t, emit: r }) {
|
|
2139
|
-
const n =
|
|
2140
|
-
|
|
2141
|
-
|
|
2142
|
-
})
|
|
2136
|
+
const n = e, a = r, o = O(null);
|
|
2137
|
+
G(() => {
|
|
2138
|
+
o.value !== null && o.value.hasAttribute("autofocus") && o.value.focus();
|
|
2139
|
+
});
|
|
2140
|
+
const l = J({
|
|
2141
|
+
get() {
|
|
2142
|
+
return n.modelValue;
|
|
2143
|
+
},
|
|
2144
|
+
set(i) {
|
|
2145
|
+
a("update:modelValue", i);
|
|
2146
|
+
}
|
|
2147
|
+
});
|
|
2148
|
+
return t({ focus: () => o.value.focus() }), (i, c) => (d(), u(v, null, [
|
|
2143
2149
|
e.show ? (d(), u("div", {
|
|
2144
2150
|
key: 0,
|
|
2145
|
-
class:
|
|
2151
|
+
class: b(e.field_name)
|
|
2146
2152
|
}, [
|
|
2147
|
-
s("h3",
|
|
2148
|
-
s("p",
|
|
2149
|
-
|
|
2150
|
-
], 2)) :
|
|
2151
|
-
e.show ?
|
|
2153
|
+
s("h3", As, h(e.label_name), 1),
|
|
2154
|
+
s("p", Is, h(e.type == "password" ? e.modelValue.replace(/./g, "*") : e.modelValue), 1),
|
|
2155
|
+
Ts
|
|
2156
|
+
], 2)) : g("", !0),
|
|
2157
|
+
e.show ? g("", !0) : (d(), u("div", {
|
|
2152
2158
|
key: 1,
|
|
2153
|
-
class:
|
|
2159
|
+
class: b(["mb-4", e.field_name])
|
|
2154
2160
|
}, [
|
|
2155
2161
|
s("label", {
|
|
2156
|
-
class:
|
|
2162
|
+
class: b({
|
|
2157
2163
|
"gl-label-form": e.error_message == "",
|
|
2158
2164
|
"gl-label-form-invalid": e.error_message !== "",
|
|
2159
2165
|
required: e.is_required
|
|
2160
2166
|
}),
|
|
2161
2167
|
for: e.field_name
|
|
2162
|
-
}, h(e.label_name), 11,
|
|
2163
|
-
s("input", {
|
|
2168
|
+
}, h(e.label_name), 11, Ns),
|
|
2169
|
+
P(s("input", {
|
|
2164
2170
|
required: e.is_required,
|
|
2165
2171
|
name: e.field_name,
|
|
2166
2172
|
id: e.field_name,
|
|
2167
|
-
class:
|
|
2173
|
+
class: b({
|
|
2168
2174
|
"gl-input-form": e.error_message == "",
|
|
2169
2175
|
"gl-input-form-invalid": e.error_message !== ""
|
|
2170
2176
|
}),
|
|
2171
2177
|
type: e.type,
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
onKeydown: o[1] || (o[1] = (l) => a.$emit("keydown", l)),
|
|
2178
|
+
"onUpdate:modelValue": c[0] || (c[0] = (f) => l.value = f),
|
|
2179
|
+
onKeydown: c[1] || (c[1] = (f) => i.$emit("keydown", f)),
|
|
2175
2180
|
ref_key: "input",
|
|
2176
|
-
ref:
|
|
2177
|
-
}, null, 42,
|
|
2178
|
-
|
|
2179
|
-
|
|
2181
|
+
ref: o
|
|
2182
|
+
}, null, 42, Ms), [
|
|
2183
|
+
[Xe, l.value]
|
|
2184
|
+
]),
|
|
2185
|
+
s("span", Vs, h(e.error_message), 1),
|
|
2186
|
+
s("small", Ls, h(e.description), 1)
|
|
2180
2187
|
], 2))
|
|
2181
2188
|
], 64));
|
|
2182
2189
|
}
|
|
2183
|
-
},
|
|
2190
|
+
}, Bs = {
|
|
2184
2191
|
setup(e, { slots: t }) {
|
|
2185
|
-
const r =
|
|
2186
|
-
return
|
|
2192
|
+
const r = O(t.default().map((a) => a.props)), n = O(r.value[0].title);
|
|
2193
|
+
return Ye("selectedTitle", n), {
|
|
2187
2194
|
tabs: r,
|
|
2188
2195
|
selectedTitle: n
|
|
2189
2196
|
};
|
|
2190
2197
|
}
|
|
2191
|
-
},
|
|
2192
|
-
function
|
|
2193
|
-
return d(), u(
|
|
2194
|
-
s("div",
|
|
2195
|
-
s("div",
|
|
2196
|
-
s("ul",
|
|
2197
|
-
(d(!0), u(
|
|
2198
|
+
}, Gs = { class: "flex flex-wrap" }, Fs = { class: "w-full" }, Rs = { class: "flex flex-row flex-wrap gap-1 pt-3 pb-4 mb-0 list-none" }, Us = ["onClick"], qs = { class: "relative flex flex-col w-full min-w-0 mb-6 break-words bg-white rounded shadow-lg dark:border-strokedark dark:bg-boxdark" }, zs = { class: "flex-auto px-4 py-5" }, Hs = { class: "tab-content tab-space" };
|
|
2199
|
+
function Zs(e, t, r, n, a, o) {
|
|
2200
|
+
return d(), u(v, null, [
|
|
2201
|
+
s("div", Gs, [
|
|
2202
|
+
s("div", Fs, [
|
|
2203
|
+
s("ul", Rs, [
|
|
2204
|
+
(d(!0), u(v, null, $(n.tabs, (l) => (d(), u("li", {
|
|
2198
2205
|
key: l.title,
|
|
2199
2206
|
onClick: (i) => n.selectedTitle = l.title,
|
|
2200
2207
|
class: "flex-auto -mb-px text-center"
|
|
2201
2208
|
}, [
|
|
2202
2209
|
s("a", {
|
|
2203
|
-
class:
|
|
2210
|
+
class: b([{ "text-slate-600 bg-white dark:bg-meta-4": n.selectedTitle != l.title, "text-white bg-slate-600 dark:bg-primary": n.selectedTitle === l.title }, "block px-5 py-3 text-xs font-bold leading-normal uppercase rounded shadow-lg hover:text-white tex hover:bg-slate-600 dark:hover:bg-primary dark:text-white tabs_buttons"])
|
|
2204
2211
|
}, [
|
|
2205
2212
|
s("i", {
|
|
2206
|
-
class:
|
|
2213
|
+
class: b([l.icon, "mr-1 text-base"])
|
|
2207
2214
|
}, null, 2),
|
|
2208
|
-
|
|
2215
|
+
w(" " + h(l.title), 1)
|
|
2209
2216
|
], 2)
|
|
2210
|
-
], 8,
|
|
2217
|
+
], 8, Us))), 128))
|
|
2211
2218
|
])
|
|
2212
2219
|
])
|
|
2213
2220
|
]),
|
|
2214
|
-
s("div",
|
|
2215
|
-
s("div",
|
|
2216
|
-
s("div",
|
|
2217
|
-
|
|
2221
|
+
s("div", qs, [
|
|
2222
|
+
s("div", zs, [
|
|
2223
|
+
s("div", Hs, [
|
|
2224
|
+
A(e.$slots, "default")
|
|
2218
2225
|
])
|
|
2219
2226
|
])
|
|
2220
2227
|
])
|
|
2221
2228
|
], 64);
|
|
2222
2229
|
}
|
|
2223
|
-
const
|
|
2230
|
+
const vd = /* @__PURE__ */ D(Bs, [["render", Zs]]), Ks = {
|
|
2224
2231
|
props: ["title"],
|
|
2225
2232
|
setup() {
|
|
2226
2233
|
return {
|
|
2227
|
-
selectedTitle:
|
|
2234
|
+
selectedTitle: ve("selectedTitle")
|
|
2228
2235
|
};
|
|
2229
2236
|
}
|
|
2230
|
-
},
|
|
2231
|
-
function
|
|
2232
|
-
return
|
|
2233
|
-
|
|
2237
|
+
}, Ws = { class: "block" };
|
|
2238
|
+
function Xs(e, t, r, n, a, o) {
|
|
2239
|
+
return P((d(), u("div", Ws, [
|
|
2240
|
+
A(e.$slots, "default")
|
|
2234
2241
|
], 512)), [
|
|
2235
|
-
[
|
|
2242
|
+
[B, r.title == n.selectedTitle]
|
|
2236
2243
|
]);
|
|
2237
2244
|
}
|
|
2238
|
-
const
|
|
2245
|
+
const xd = /* @__PURE__ */ D(Ks, [["render", Xs]]), Ys = {
|
|
2239
2246
|
props: {
|
|
2240
2247
|
elements_to_show_prop: {
|
|
2241
2248
|
type: Number,
|
|
@@ -2297,8 +2304,8 @@ const dd = /* @__PURE__ */ k(Ts, [["render", Ns]]), Vs = {
|
|
|
2297
2304
|
const r = (a) => {
|
|
2298
2305
|
t.style.cursor = "grabbing";
|
|
2299
2306
|
const o = (i) => {
|
|
2300
|
-
const c = i.clientX || i.touches && i.touches[0] && i.touches[0].clientX,
|
|
2301
|
-
Math.abs(m) > Math.abs(
|
|
2307
|
+
const c = i.clientX || i.touches && i.touches[0] && i.touches[0].clientX, f = i.clientY || i.touches && i.touches[0] && i.touches[0].clientY, m = c - e.initialX, y = f - e.initialY;
|
|
2308
|
+
Math.abs(m) > Math.abs(y) ? (i.preventDefault(), Math.abs(m) >= 70 && (m < 0 ? e.next() : e.prev(), e.initialX = c)) : t.style.cursor = "grab", Math.abs(y) > Math.abs(m) && (t.style.cursor = "grab");
|
|
2302
2309
|
}, l = () => {
|
|
2303
2310
|
document.removeEventListener("mousemove", o), document.removeEventListener("touchmove", o), document.removeEventListener("mouseup", l), document.removeEventListener("touchend", l), t.style.cursor = "grab";
|
|
2304
2311
|
};
|
|
@@ -2334,10 +2341,10 @@ const dd = /* @__PURE__ */ k(Ts, [["render", Ns]]), Vs = {
|
|
|
2334
2341
|
this.direction_property == "rtl" ? t.style.marginRight = -this.dotsNavigation[e - 1] + "px" : t.style.marginLeft = -this.dotsNavigation[e - 1] + "px", this.currentDot = e;
|
|
2335
2342
|
}
|
|
2336
2343
|
}
|
|
2337
|
-
},
|
|
2344
|
+
}, E = (e) => (Je("data-v-a94f16a9"), e = e(), Qe(), e), Js = ["id"], Qs = {
|
|
2338
2345
|
key: 0,
|
|
2339
2346
|
class: "items-center hidden w-2/12 xl:flex xxl:flex md:flex sm:flex arrow_button"
|
|
2340
|
-
},
|
|
2347
|
+
}, en = { class: "w-full" }, tn = {
|
|
2341
2348
|
key: 0,
|
|
2342
2349
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2343
2350
|
class: "w-6 h-6",
|
|
@@ -2345,13 +2352,13 @@ const dd = /* @__PURE__ */ k(Ts, [["render", Ns]]), Vs = {
|
|
|
2345
2352
|
viewBox: "0 0 24 24",
|
|
2346
2353
|
stroke: "currentColor",
|
|
2347
2354
|
"stroke-width": "2"
|
|
2348
|
-
},
|
|
2355
|
+
}, rn = /* @__PURE__ */ E(() => /* @__PURE__ */ s("path", {
|
|
2349
2356
|
"stroke-linecap": "round",
|
|
2350
2357
|
"stroke-linejoin": "round",
|
|
2351
2358
|
d: "M11 17l-5-5m0 0l5-5m-5 5h12"
|
|
2352
|
-
}, null, -1)),
|
|
2353
|
-
|
|
2354
|
-
],
|
|
2359
|
+
}, null, -1)), sn = [
|
|
2360
|
+
rn
|
|
2361
|
+
], nn = {
|
|
2355
2362
|
key: 1,
|
|
2356
2363
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2357
2364
|
class: "w-6 h-6",
|
|
@@ -2359,13 +2366,13 @@ const dd = /* @__PURE__ */ k(Ts, [["render", Ns]]), Vs = {
|
|
|
2359
2366
|
viewBox: "0 0 24 24",
|
|
2360
2367
|
stroke: "currentColor",
|
|
2361
2368
|
"stroke-width": "2"
|
|
2362
|
-
},
|
|
2369
|
+
}, on = /* @__PURE__ */ E(() => /* @__PURE__ */ s("path", {
|
|
2363
2370
|
"stroke-linecap": "round",
|
|
2364
2371
|
"stroke-linejoin": "round",
|
|
2365
2372
|
d: "M13 7l5 5m0 0l-5 5m5-5H6"
|
|
2366
|
-
}, null, -1)),
|
|
2367
|
-
|
|
2368
|
-
],
|
|
2373
|
+
}, null, -1)), an = [
|
|
2374
|
+
on
|
|
2375
|
+
], ln = ["id"], dn = ["id"], un = { class: "w-full" }, cn = {
|
|
2369
2376
|
key: 0,
|
|
2370
2377
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2371
2378
|
class: "w-6 h-6",
|
|
@@ -2373,13 +2380,13 @@ const dd = /* @__PURE__ */ k(Ts, [["render", Ns]]), Vs = {
|
|
|
2373
2380
|
viewBox: "0 0 24 24",
|
|
2374
2381
|
stroke: "currentColor",
|
|
2375
2382
|
"stroke-width": "2"
|
|
2376
|
-
},
|
|
2383
|
+
}, fn = /* @__PURE__ */ E(() => /* @__PURE__ */ s("path", {
|
|
2377
2384
|
"stroke-linecap": "round",
|
|
2378
2385
|
"stroke-linejoin": "round",
|
|
2379
2386
|
d: "M11 17l-5-5m0 0l5-5m-5 5h12"
|
|
2380
|
-
}, null, -1)),
|
|
2381
|
-
|
|
2382
|
-
],
|
|
2387
|
+
}, null, -1)), hn = [
|
|
2388
|
+
fn
|
|
2389
|
+
], gn = {
|
|
2383
2390
|
key: 1,
|
|
2384
2391
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2385
2392
|
class: "w-6 h-6",
|
|
@@ -2387,13 +2394,13 @@ const dd = /* @__PURE__ */ k(Ts, [["render", Ns]]), Vs = {
|
|
|
2387
2394
|
viewBox: "0 0 24 24",
|
|
2388
2395
|
stroke: "currentColor",
|
|
2389
2396
|
"stroke-width": "2"
|
|
2390
|
-
},
|
|
2397
|
+
}, mn = /* @__PURE__ */ E(() => /* @__PURE__ */ s("path", {
|
|
2391
2398
|
"stroke-linecap": "round",
|
|
2392
2399
|
"stroke-linejoin": "round",
|
|
2393
2400
|
d: "M13 7l5 5m0 0l-5 5m5-5H6"
|
|
2394
|
-
}, null, -1)),
|
|
2395
|
-
|
|
2396
|
-
],
|
|
2401
|
+
}, null, -1)), pn = [
|
|
2402
|
+
mn
|
|
2403
|
+
], _n = { class: "w-full" }, bn = {
|
|
2397
2404
|
key: 0,
|
|
2398
2405
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2399
2406
|
class: "w-6 h-6",
|
|
@@ -2401,13 +2408,13 @@ const dd = /* @__PURE__ */ k(Ts, [["render", Ns]]), Vs = {
|
|
|
2401
2408
|
viewBox: "0 0 24 24",
|
|
2402
2409
|
stroke: "currentColor",
|
|
2403
2410
|
"stroke-width": "2"
|
|
2404
|
-
},
|
|
2411
|
+
}, yn = /* @__PURE__ */ E(() => /* @__PURE__ */ s("path", {
|
|
2405
2412
|
"stroke-linecap": "round",
|
|
2406
2413
|
"stroke-linejoin": "round",
|
|
2407
2414
|
d: "M13 7l5 5m0 0l-5 5m5-5H6"
|
|
2408
|
-
}, null, -1)),
|
|
2409
|
-
|
|
2410
|
-
],
|
|
2415
|
+
}, null, -1)), vn = [
|
|
2416
|
+
yn
|
|
2417
|
+
], xn = {
|
|
2411
2418
|
key: 1,
|
|
2412
2419
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2413
2420
|
class: "w-6 h-6",
|
|
@@ -2415,23 +2422,23 @@ const dd = /* @__PURE__ */ k(Ts, [["render", Ns]]), Vs = {
|
|
|
2415
2422
|
viewBox: "0 0 24 24",
|
|
2416
2423
|
stroke: "currentColor",
|
|
2417
2424
|
"stroke-width": "2"
|
|
2418
|
-
},
|
|
2425
|
+
}, wn = /* @__PURE__ */ E(() => /* @__PURE__ */ s("path", {
|
|
2419
2426
|
"stroke-linecap": "round",
|
|
2420
2427
|
"stroke-linejoin": "round",
|
|
2421
2428
|
d: "M11 17l-5-5m0 0l5-5m-5 5h12"
|
|
2422
|
-
}, null, -1)),
|
|
2423
|
-
|
|
2424
|
-
],
|
|
2425
|
-
|
|
2426
|
-
],
|
|
2429
|
+
}, null, -1)), kn = [
|
|
2430
|
+
wn
|
|
2431
|
+
], $n = ["onClick"], Cn = /* @__PURE__ */ E(() => /* @__PURE__ */ s("span", null, null, -1)), Sn = [
|
|
2432
|
+
Cn
|
|
2433
|
+
], On = {
|
|
2427
2434
|
key: 1,
|
|
2428
2435
|
class: "flex justify-between pl-5 pr-5"
|
|
2429
|
-
},
|
|
2430
|
-
|
|
2431
|
-
],
|
|
2436
|
+
}, Dn = ["onClick"], Pn = /* @__PURE__ */ E(() => /* @__PURE__ */ s("span", null, null, -1)), En = [
|
|
2437
|
+
Pn
|
|
2438
|
+
], jn = {
|
|
2432
2439
|
key: 0,
|
|
2433
2440
|
class: "flex"
|
|
2434
|
-
},
|
|
2441
|
+
}, An = { class: "flex items-center" }, In = { class: "w-full" }, Tn = {
|
|
2435
2442
|
key: 0,
|
|
2436
2443
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2437
2444
|
class: "w-6 h-6",
|
|
@@ -2439,13 +2446,13 @@ const dd = /* @__PURE__ */ k(Ts, [["render", Ns]]), Vs = {
|
|
|
2439
2446
|
viewBox: "0 0 24 24",
|
|
2440
2447
|
stroke: "currentColor",
|
|
2441
2448
|
"stroke-width": "2"
|
|
2442
|
-
},
|
|
2449
|
+
}, Nn = /* @__PURE__ */ E(() => /* @__PURE__ */ s("path", {
|
|
2443
2450
|
"stroke-linecap": "round",
|
|
2444
2451
|
"stroke-linejoin": "round",
|
|
2445
2452
|
d: "M11 17l-5-5m0 0l5-5m-5 5h12"
|
|
2446
|
-
}, null, -1)),
|
|
2447
|
-
|
|
2448
|
-
],
|
|
2453
|
+
}, null, -1)), Mn = [
|
|
2454
|
+
Nn
|
|
2455
|
+
], Vn = {
|
|
2449
2456
|
key: 1,
|
|
2450
2457
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2451
2458
|
class: "w-6 h-6",
|
|
@@ -2453,13 +2460,13 @@ const dd = /* @__PURE__ */ k(Ts, [["render", Ns]]), Vs = {
|
|
|
2453
2460
|
viewBox: "0 0 24 24",
|
|
2454
2461
|
stroke: "currentColor",
|
|
2455
2462
|
"stroke-width": "2"
|
|
2456
|
-
},
|
|
2463
|
+
}, Ln = /* @__PURE__ */ E(() => /* @__PURE__ */ s("path", {
|
|
2457
2464
|
"stroke-linecap": "round",
|
|
2458
2465
|
"stroke-linejoin": "round",
|
|
2459
2466
|
d: "M13 7l5 5m0 0l-5 5m5-5H6"
|
|
2460
|
-
}, null, -1)),
|
|
2461
|
-
|
|
2462
|
-
],
|
|
2467
|
+
}, null, -1)), Bn = [
|
|
2468
|
+
Ln
|
|
2469
|
+
], Gn = { class: "flex items-center" }, Fn = { class: "w-full" }, Rn = {
|
|
2463
2470
|
key: 0,
|
|
2464
2471
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2465
2472
|
class: "w-6 h-6",
|
|
@@ -2467,13 +2474,13 @@ const dd = /* @__PURE__ */ k(Ts, [["render", Ns]]), Vs = {
|
|
|
2467
2474
|
viewBox: "0 0 24 24",
|
|
2468
2475
|
stroke: "currentColor",
|
|
2469
2476
|
"stroke-width": "2"
|
|
2470
|
-
},
|
|
2477
|
+
}, Un = /* @__PURE__ */ E(() => /* @__PURE__ */ s("path", {
|
|
2471
2478
|
"stroke-linecap": "round",
|
|
2472
2479
|
"stroke-linejoin": "round",
|
|
2473
2480
|
d: "M13 7l5 5m0 0l-5 5m5-5H6"
|
|
2474
|
-
}, null, -1)),
|
|
2475
|
-
|
|
2476
|
-
],
|
|
2481
|
+
}, null, -1)), qn = [
|
|
2482
|
+
Un
|
|
2483
|
+
], zn = {
|
|
2477
2484
|
key: 1,
|
|
2478
2485
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2479
2486
|
class: "w-6 h-6",
|
|
@@ -2481,16 +2488,16 @@ const dd = /* @__PURE__ */ k(Ts, [["render", Ns]]), Vs = {
|
|
|
2481
2488
|
viewBox: "0 0 24 24",
|
|
2482
2489
|
stroke: "currentColor",
|
|
2483
2490
|
"stroke-width": "2"
|
|
2484
|
-
},
|
|
2491
|
+
}, Hn = /* @__PURE__ */ E(() => /* @__PURE__ */ s("path", {
|
|
2485
2492
|
"stroke-linecap": "round",
|
|
2486
2493
|
"stroke-linejoin": "round",
|
|
2487
2494
|
d: "M11 17l-5-5m0 0l5-5m-5 5h12"
|
|
2488
|
-
}, null, -1)),
|
|
2489
|
-
|
|
2490
|
-
],
|
|
2495
|
+
}, null, -1)), Zn = [
|
|
2496
|
+
Hn
|
|
2497
|
+
], Kn = {
|
|
2491
2498
|
key: 1,
|
|
2492
2499
|
class: "items-center hidden w-2/12 xl:flex xxl:flex md:flex sm:flex arrow_button"
|
|
2493
|
-
},
|
|
2500
|
+
}, Wn = { class: "w-full" }, Xn = {
|
|
2494
2501
|
key: 0,
|
|
2495
2502
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2496
2503
|
class: "w-6 h-6",
|
|
@@ -2498,13 +2505,13 @@ const dd = /* @__PURE__ */ k(Ts, [["render", Ns]]), Vs = {
|
|
|
2498
2505
|
viewBox: "0 0 24 24",
|
|
2499
2506
|
stroke: "currentColor",
|
|
2500
2507
|
"stroke-width": "2"
|
|
2501
|
-
},
|
|
2508
|
+
}, Yn = /* @__PURE__ */ E(() => /* @__PURE__ */ s("path", {
|
|
2502
2509
|
"stroke-linecap": "round",
|
|
2503
2510
|
"stroke-linejoin": "round",
|
|
2504
2511
|
d: "M13 7l5 5m0 0l-5 5m5-5H6"
|
|
2505
|
-
}, null, -1)),
|
|
2506
|
-
|
|
2507
|
-
],
|
|
2512
|
+
}, null, -1)), Jn = [
|
|
2513
|
+
Yn
|
|
2514
|
+
], Qn = {
|
|
2508
2515
|
key: 1,
|
|
2509
2516
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2510
2517
|
class: "w-6 h-6",
|
|
@@ -2512,32 +2519,32 @@ const dd = /* @__PURE__ */ k(Ts, [["render", Ns]]), Vs = {
|
|
|
2512
2519
|
viewBox: "0 0 24 24",
|
|
2513
2520
|
stroke: "currentColor",
|
|
2514
2521
|
"stroke-width": "2"
|
|
2515
|
-
},
|
|
2522
|
+
}, eo = /* @__PURE__ */ E(() => /* @__PURE__ */ s("path", {
|
|
2516
2523
|
"stroke-linecap": "round",
|
|
2517
2524
|
"stroke-linejoin": "round",
|
|
2518
2525
|
d: "M11 17l-5-5m0 0l5-5m-5 5h12"
|
|
2519
|
-
}, null, -1)),
|
|
2520
|
-
|
|
2526
|
+
}, null, -1)), to = [
|
|
2527
|
+
eo
|
|
2521
2528
|
];
|
|
2522
|
-
function
|
|
2529
|
+
function ro(e, t, r, n, a, o) {
|
|
2523
2530
|
return d(), u("div", null, [
|
|
2524
2531
|
s("div", {
|
|
2525
|
-
class:
|
|
2532
|
+
class: b(["", !r.hide_arrow && r.slider_arrows_indicators_position == "arrows_outside_slide" ? "flex" : "relative block"]),
|
|
2526
2533
|
id: "mainSliderContainer_" + e.Random_string
|
|
2527
2534
|
}, [
|
|
2528
|
-
e.dotsNum > 0 && !r.hide_arrow && r.slider_arrows_indicators_position == "arrows_outside_slider" ? (d(), u("div",
|
|
2529
|
-
s("div",
|
|
2535
|
+
e.dotsNum > 0 && !r.hide_arrow && r.slider_arrows_indicators_position == "arrows_outside_slider" ? (d(), u("div", Qs, [
|
|
2536
|
+
s("div", en, [
|
|
2530
2537
|
s("button", {
|
|
2531
2538
|
class: "p-3 mr-5 rounded-full shadow-lg arrow_button_styles",
|
|
2532
2539
|
onClick: t[0] || (t[0] = (l) => o.prev())
|
|
2533
2540
|
}, [
|
|
2534
|
-
r.direction_property == "ltr" ? (d(), u("svg",
|
|
2535
|
-
r.direction_property == "rtl" ? (d(), u("svg",
|
|
2541
|
+
r.direction_property == "ltr" ? (d(), u("svg", tn, sn)) : g("", !0),
|
|
2542
|
+
r.direction_property == "rtl" ? (d(), u("svg", nn, an)) : g("", !0)
|
|
2536
2543
|
])
|
|
2537
2544
|
])
|
|
2538
|
-
])) :
|
|
2545
|
+
])) : g("", !0),
|
|
2539
2546
|
s("div", {
|
|
2540
|
-
class:
|
|
2547
|
+
class: b(["overflow-hidden", o.sliderContainerAction()]),
|
|
2541
2548
|
id: "sliderContainer_" + e.Random_string
|
|
2542
2549
|
}, [
|
|
2543
2550
|
s("ul", {
|
|
@@ -2546,101 +2553,101 @@ function Rn(e, t, r, n, a, o) {
|
|
|
2546
2553
|
}, [
|
|
2547
2554
|
e.dotsNum > 0 && !r.hide_arrow && r.slider_arrows_indicators_position == "arrows_indicators_inside_slider" ? (d(), u("div", {
|
|
2548
2555
|
key: 0,
|
|
2549
|
-
class:
|
|
2556
|
+
class: b(["items-center justify-center hidden arrow_button xl:flex xxl:flex md:flex sm:flex", r.direction_property == "rtl" ? "arrow_button_next" : "arrow_button_prev"])
|
|
2550
2557
|
}, [
|
|
2551
|
-
s("div",
|
|
2558
|
+
s("div", un, [
|
|
2552
2559
|
s("button", {
|
|
2553
2560
|
class: "p-3 rounded-full shadow-lg arrow_button_styles",
|
|
2554
|
-
onClick: t[1] || (t[1] =
|
|
2561
|
+
onClick: t[1] || (t[1] = N((l) => o.prev(), ["stop"]))
|
|
2555
2562
|
}, [
|
|
2556
|
-
r.direction_property == "ltr" ? (d(), u("svg",
|
|
2557
|
-
r.direction_property == "rtl" ? (d(), u("svg",
|
|
2563
|
+
r.direction_property == "ltr" ? (d(), u("svg", cn, hn)) : g("", !0),
|
|
2564
|
+
r.direction_property == "rtl" ? (d(), u("svg", gn, pn)) : g("", !0)
|
|
2558
2565
|
])
|
|
2559
2566
|
])
|
|
2560
|
-
], 2)) :
|
|
2561
|
-
|
|
2567
|
+
], 2)) : g("", !0),
|
|
2568
|
+
A(e.$slots, "default", {}, void 0, !0),
|
|
2562
2569
|
e.dotsNum > 0 && !r.hide_arrow && r.slider_arrows_indicators_position == "arrows_indicators_inside_slider" ? (d(), u("div", {
|
|
2563
2570
|
key: 1,
|
|
2564
|
-
class:
|
|
2571
|
+
class: b(["items-center justify-center hidden xl:flex xxl:flex md:flex sm:flex arrow_button", r.direction_property == "rtl" ? "arrow_button_prev" : "arrow_button_next"])
|
|
2565
2572
|
}, [
|
|
2566
|
-
s("div",
|
|
2573
|
+
s("div", _n, [
|
|
2567
2574
|
s("button", {
|
|
2568
2575
|
class: "p-3 rounded-full shadow-lg arrow_button_styles",
|
|
2569
|
-
onClick: t[2] || (t[2] =
|
|
2576
|
+
onClick: t[2] || (t[2] = N((l) => o.next(), ["stop"]))
|
|
2570
2577
|
}, [
|
|
2571
|
-
r.direction_property == "ltr" ? (d(), u("svg",
|
|
2572
|
-
r.direction_property == "rtl" ? (d(), u("svg",
|
|
2578
|
+
r.direction_property == "ltr" ? (d(), u("svg", bn, vn)) : g("", !0),
|
|
2579
|
+
r.direction_property == "rtl" ? (d(), u("svg", xn, kn)) : g("", !0)
|
|
2573
2580
|
])
|
|
2574
2581
|
])
|
|
2575
|
-
], 2)) :
|
|
2576
|
-
], 8,
|
|
2582
|
+
], 2)) : g("", !0)
|
|
2583
|
+
], 8, dn),
|
|
2577
2584
|
r.slider_arrows_indicators_position != "arrows_indicators_below_slider" ? (d(), u("div", {
|
|
2578
2585
|
key: 0,
|
|
2579
|
-
class:
|
|
2586
|
+
class: b(["flex justify-center mb-1 space-x-1", o.sliderIndicatorsAction()])
|
|
2580
2587
|
}, [
|
|
2581
|
-
(d(!0), u(
|
|
2588
|
+
(d(!0), u(v, null, $(e.dotsNum, (l) => (d(), u("button", {
|
|
2582
2589
|
role: "button",
|
|
2583
|
-
class:
|
|
2590
|
+
class: b(["gl-dot", { active: e.currentDot == l }]),
|
|
2584
2591
|
key: l,
|
|
2585
2592
|
onClick: (i) => o.setDot(l)
|
|
2586
|
-
},
|
|
2587
|
-
], 2)) :
|
|
2588
|
-
r.slider_arrows_indicators_position == "arrows_indicators_below_slider" ? (d(), u("div",
|
|
2593
|
+
}, Sn, 10, $n))), 128))
|
|
2594
|
+
], 2)) : g("", !0),
|
|
2595
|
+
r.slider_arrows_indicators_position == "arrows_indicators_below_slider" ? (d(), u("div", On, [
|
|
2589
2596
|
s("div", {
|
|
2590
|
-
class:
|
|
2597
|
+
class: b(["flex justify-center mb-1 space-x-1", o.sliderIndicatorsAction()])
|
|
2591
2598
|
}, [
|
|
2592
|
-
(d(!0), u(
|
|
2599
|
+
(d(!0), u(v, null, $(e.dotsNum, (l) => (d(), u("button", {
|
|
2593
2600
|
role: "button",
|
|
2594
|
-
class:
|
|
2601
|
+
class: b(["gl-dot", { active: e.currentDot == l }]),
|
|
2595
2602
|
key: l,
|
|
2596
2603
|
onClick: (i) => o.setDot(l)
|
|
2597
|
-
},
|
|
2604
|
+
}, En, 10, Dn))), 128))
|
|
2598
2605
|
], 2),
|
|
2599
|
-
e.dotsNum > 0 ? (d(), u("div",
|
|
2600
|
-
s("div",
|
|
2601
|
-
s("div",
|
|
2606
|
+
e.dotsNum > 0 ? (d(), u("div", jn, [
|
|
2607
|
+
s("div", An, [
|
|
2608
|
+
s("div", In, [
|
|
2602
2609
|
s("button", {
|
|
2603
|
-
class:
|
|
2610
|
+
class: b(["p-3 rounded-full arrow_button_styles", r.direction_property == "rtl" ? "ml-3" : "mr-3"]),
|
|
2604
2611
|
onClick: t[3] || (t[3] = (l) => o.prev())
|
|
2605
2612
|
}, [
|
|
2606
|
-
r.direction_property == "ltr" ? (d(), u("svg",
|
|
2607
|
-
r.direction_property == "rtl" ? (d(), u("svg",
|
|
2613
|
+
r.direction_property == "ltr" ? (d(), u("svg", Tn, Mn)) : g("", !0),
|
|
2614
|
+
r.direction_property == "rtl" ? (d(), u("svg", Vn, Bn)) : g("", !0)
|
|
2608
2615
|
], 2)
|
|
2609
2616
|
])
|
|
2610
2617
|
]),
|
|
2611
|
-
s("div",
|
|
2612
|
-
s("div",
|
|
2618
|
+
s("div", Gn, [
|
|
2619
|
+
s("div", Fn, [
|
|
2613
2620
|
s("button", {
|
|
2614
2621
|
class: "p-3 rounded-full arrow_button_styles",
|
|
2615
2622
|
onClick: t[4] || (t[4] = (l) => o.next())
|
|
2616
2623
|
}, [
|
|
2617
|
-
r.direction_property == "ltr" ? (d(), u("svg",
|
|
2618
|
-
r.direction_property == "rtl" ? (d(), u("svg",
|
|
2624
|
+
r.direction_property == "ltr" ? (d(), u("svg", Rn, qn)) : g("", !0),
|
|
2625
|
+
r.direction_property == "rtl" ? (d(), u("svg", zn, Zn)) : g("", !0)
|
|
2619
2626
|
])
|
|
2620
2627
|
])
|
|
2621
2628
|
])
|
|
2622
|
-
])) :
|
|
2623
|
-
])) :
|
|
2624
|
-
], 10,
|
|
2625
|
-
e.dotsNum > 0 && !r.hide_arrow && r.slider_arrows_indicators_position == "arrows_outside_slider" ? (d(), u("div",
|
|
2626
|
-
s("div",
|
|
2629
|
+
])) : g("", !0)
|
|
2630
|
+
])) : g("", !0)
|
|
2631
|
+
], 10, ln),
|
|
2632
|
+
e.dotsNum > 0 && !r.hide_arrow && r.slider_arrows_indicators_position == "arrows_outside_slider" ? (d(), u("div", Kn, [
|
|
2633
|
+
s("div", Wn, [
|
|
2627
2634
|
s("button", {
|
|
2628
2635
|
class: "p-3 ml-5 rounded-full shadow-lg arrow_button_styles",
|
|
2629
2636
|
onClick: t[5] || (t[5] = (l) => o.next())
|
|
2630
2637
|
}, [
|
|
2631
|
-
r.direction_property == "ltr" ? (d(), u("svg",
|
|
2632
|
-
r.direction_property == "rtl" ? (d(), u("svg",
|
|
2638
|
+
r.direction_property == "ltr" ? (d(), u("svg", Xn, Jn)) : g("", !0),
|
|
2639
|
+
r.direction_property == "rtl" ? (d(), u("svg", Qn, to)) : g("", !0)
|
|
2633
2640
|
])
|
|
2634
2641
|
])
|
|
2635
|
-
])) :
|
|
2636
|
-
], 10,
|
|
2642
|
+
])) : g("", !0)
|
|
2643
|
+
], 10, Js)
|
|
2637
2644
|
]);
|
|
2638
2645
|
}
|
|
2639
|
-
const
|
|
2646
|
+
const wd = /* @__PURE__ */ D(Ys, [["render", ro], ["__scopeId", "data-v-a94f16a9"]]), so = {
|
|
2640
2647
|
class: "fixed left-0 top-13 z-[1055] h-full w-full overflow-y-auto overflow-x-hidden outline-none inset-0 bg-black bg-opacity-80",
|
|
2641
2648
|
tabindex: "-1",
|
|
2642
2649
|
"aria-hidden": "true"
|
|
2643
|
-
},
|
|
2650
|
+
}, no = { class: "pointer-events-auto relative flex max-h-[100%] w-full flex-col overflow-hidden text-current shadow-4 outline-none bg-white border rounded-lg border-stroke dark:border-strokedark dark:bg-boxdark" }, oo = { class: "flex items-center justify-between flex-shrink-0 pt-10 pb-3 pl-3 pr-3 border-b-2 dark:border-gray-600" }, ao = { class: "text-xl font-medium leading-normal text-surface dark:text-white" }, io = /* @__PURE__ */ s("span", { class: "[&>svg]:h-6 [&>svg]:w-6" }, [
|
|
2644
2651
|
/* @__PURE__ */ s("svg", {
|
|
2645
2652
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2646
2653
|
fill: "currentColor",
|
|
@@ -2654,9 +2661,9 @@ const ud = /* @__PURE__ */ k(Vs, [["render", Rn], ["__scopeId", "data-v-a94f16a9
|
|
|
2654
2661
|
d: "M6 18L18 6M6 6l12 12"
|
|
2655
2662
|
})
|
|
2656
2663
|
])
|
|
2657
|
-
], -1),
|
|
2658
|
-
|
|
2659
|
-
],
|
|
2664
|
+
], -1), lo = [
|
|
2665
|
+
io
|
|
2666
|
+
], uo = { class: "relative p-4 overflow-y-auto" }, co = { class: "flex flex-wrap items-center justify-end flex-shrink-0 p-4 border-t-2 rounded-b-md border-neutral-100 dark:border-gray-600" }, kd = {
|
|
2660
2667
|
__name: "GlModal",
|
|
2661
2668
|
props: {
|
|
2662
2669
|
is_open: {
|
|
@@ -2681,31 +2688,31 @@ const ud = /* @__PURE__ */ k(Vs, [["render", Rn], ["__scopeId", "data-v-a94f16a9
|
|
|
2681
2688
|
}, l = () => {
|
|
2682
2689
|
n("closeModal"), o();
|
|
2683
2690
|
};
|
|
2684
|
-
return
|
|
2691
|
+
return K(
|
|
2685
2692
|
() => r.is_open,
|
|
2686
2693
|
(i, c) => {
|
|
2687
2694
|
i ? a() : o();
|
|
2688
2695
|
},
|
|
2689
2696
|
{ immediate: !0, deep: !0 }
|
|
2690
|
-
), (i, c) =>
|
|
2697
|
+
), (i, c) => P((d(), u("div", so, [
|
|
2691
2698
|
s("div", {
|
|
2692
|
-
class:
|
|
2699
|
+
class: b(["pointer-events-none relative h-[calc(100%-1rem)] w-auto translate-y-[-50px] transition-all duration-300 ease-in-out min-[576px]:mx-auto min-[576px]:mt-7 min-[576px]:h-[calc(100%-3.5rem)]", e.max_width])
|
|
2693
2700
|
}, [
|
|
2694
|
-
s("div",
|
|
2695
|
-
s("div",
|
|
2696
|
-
s("h5",
|
|
2701
|
+
s("div", no, [
|
|
2702
|
+
s("div", oo, [
|
|
2703
|
+
s("h5", ao, h(e.title), 1),
|
|
2697
2704
|
s("button", {
|
|
2698
2705
|
type: "button",
|
|
2699
2706
|
class: "box-content border-none rounded-none text-neutral-500 hover:text-neutral-800 hover:no-underline focus:text-neutral-800 focus:opacity-100 focus:shadow-none focus:outline-none dark:text-neutral-400 dark:hover:text-neutral-300 dark:focus:text-neutral-300",
|
|
2700
2707
|
onClick: l,
|
|
2701
2708
|
"aria-label": "Close"
|
|
2702
|
-
},
|
|
2709
|
+
}, lo)
|
|
2703
2710
|
]),
|
|
2704
|
-
s("div",
|
|
2705
|
-
|
|
2711
|
+
s("div", uo, [
|
|
2712
|
+
A(i.$slots, "body")
|
|
2706
2713
|
]),
|
|
2707
|
-
s("div",
|
|
2708
|
-
|
|
2714
|
+
s("div", co, [
|
|
2715
|
+
A(i.$slots, "buttons"),
|
|
2709
2716
|
s("button", {
|
|
2710
2717
|
onClick: l,
|
|
2711
2718
|
type: "button",
|
|
@@ -2715,10 +2722,10 @@ const ud = /* @__PURE__ */ k(Vs, [["render", Rn], ["__scopeId", "data-v-a94f16a9
|
|
|
2715
2722
|
])
|
|
2716
2723
|
], 2)
|
|
2717
2724
|
], 512)), [
|
|
2718
|
-
[
|
|
2725
|
+
[B, e.is_open]
|
|
2719
2726
|
]);
|
|
2720
2727
|
}
|
|
2721
|
-
},
|
|
2728
|
+
}, fo = { class: "mb-4" }, ho = { class: "flex justify-between px-6 py-3 -mb-px border border-gray-300 no-underlin" }, go = { class: "relative inline-flex items-center cursor-pointer" }, mo = ["name", "id", "checked"], po = /* @__PURE__ */ s("div", { class: "w-11 h-6 bg-gray-200 peer-focus:outline-none peer-focus:ring-4 peer-focus:ring-blue-300 dark:peer-focus:ring-blue-800 rounded-full peer dark:bg-gray-700 peer-checked:after:translate-x-full rtl:peer-checked:after:-translate-x-full peer-checked:after:border-white after:content-[''] after:absolute after:top-[2px] after:start-[2px] after:bg-white after:border-gray-300 after:border after:rounded-full after:h-5 after:w-5 after:transition-all dark:border-gray-600 peer-checked:bg-blue-600" }, null, -1), _o = /* @__PURE__ */ s("hr", { class: "!opacity-100 bg-gray-200 border-0 dark:bg-gray-700" }, null, -1), bo = { class: "flex justify-between px-6 py-3 -mb-px border border-gray-200 rounded-lg no-underlin dark:border-gray-600 dark:focus:border-frontenddark" }, yo = { class: "relative inline-flex items-center cursor-pointer" }, vo = ["name", "id"], xo = /* @__PURE__ */ s("div", { class: "w-11 h-6 bg-gray-200 peer-focus:outline-none peer-focus:ring-4 peer-focus:ring-blue-300 dark:peer-focus:ring-blue-800 rounded-full peer dark:bg-gray-700 peer-checked:after:translate-x-full rtl:peer-checked:after:-translate-x-full peer-checked:after:border-white after:content-[''] after:absolute after:top-[2px] after:start-[2px] after:bg-white after:border-gray-300 after:border after:rounded-full after:h-5 after:w-5 after:transition-all dark:border-gray-600 peer-checked:bg-blue-600" }, null, -1), wo = { class: "gl-span-form-error" }, ko = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" }, $d = {
|
|
2722
2729
|
__name: "GlToggleBox",
|
|
2723
2730
|
props: {
|
|
2724
2731
|
is_required: {
|
|
@@ -2760,100 +2767,137 @@ const ud = /* @__PURE__ */ k(Vs, [["render", Rn], ["__scopeId", "data-v-a94f16a9
|
|
|
2760
2767
|
},
|
|
2761
2768
|
emits: ["update:modelValue"],
|
|
2762
2769
|
setup(e, { emit: t }) {
|
|
2763
|
-
const r = e, n = t, a =
|
|
2764
|
-
|
|
2765
|
-
|
|
2770
|
+
const r = e, n = t, a = O(null), o = J({
|
|
2771
|
+
get() {
|
|
2772
|
+
return r.modelValue;
|
|
2773
|
+
},
|
|
2774
|
+
set(l) {
|
|
2775
|
+
n("update:modelValue", l);
|
|
2776
|
+
}
|
|
2766
2777
|
});
|
|
2767
|
-
|
|
2768
|
-
const i = l.target.checked ? 1 : 0;
|
|
2769
|
-
n("update:modelValue", i);
|
|
2770
|
-
};
|
|
2771
|
-
return (l, i) => (d(), u(y, null, [
|
|
2778
|
+
return (l, i) => (d(), u(v, null, [
|
|
2772
2779
|
e.show ? (d(), u("div", {
|
|
2773
2780
|
key: 0,
|
|
2774
|
-
class:
|
|
2781
|
+
class: b(e.field_name)
|
|
2775
2782
|
}, [
|
|
2776
|
-
s("div",
|
|
2777
|
-
s("li",
|
|
2778
|
-
|
|
2779
|
-
s("label",
|
|
2783
|
+
s("div", fo, [
|
|
2784
|
+
s("li", ho, [
|
|
2785
|
+
w(h(e.label_name) + " ", 1),
|
|
2786
|
+
s("label", go, [
|
|
2780
2787
|
s("input", {
|
|
2781
2788
|
type: "checkbox",
|
|
2782
2789
|
class: "sr-only peer",
|
|
2783
2790
|
name: e.field_name,
|
|
2784
2791
|
id: e.field_name,
|
|
2792
|
+
checked: e.modelValue,
|
|
2785
2793
|
"true-value": 1,
|
|
2786
2794
|
"false-value": 0,
|
|
2787
2795
|
ref_key: "input",
|
|
2788
2796
|
ref: a,
|
|
2789
2797
|
disabled: ""
|
|
2790
|
-
}, null, 8,
|
|
2791
|
-
|
|
2798
|
+
}, null, 8, mo),
|
|
2799
|
+
po
|
|
2792
2800
|
])
|
|
2793
2801
|
])
|
|
2794
2802
|
]),
|
|
2795
|
-
|
|
2796
|
-
], 2)) :
|
|
2797
|
-
e.show ?
|
|
2803
|
+
_o
|
|
2804
|
+
], 2)) : g("", !0),
|
|
2805
|
+
e.show ? g("", !0) : (d(), u("div", {
|
|
2798
2806
|
key: 1,
|
|
2799
|
-
class:
|
|
2807
|
+
class: b(["mb-4", e.field_name])
|
|
2800
2808
|
}, [
|
|
2801
|
-
s("li",
|
|
2802
|
-
|
|
2803
|
-
s("label",
|
|
2804
|
-
s("input", {
|
|
2809
|
+
s("li", bo, [
|
|
2810
|
+
w(h(e.label_name) + " ", 1),
|
|
2811
|
+
s("label", yo, [
|
|
2812
|
+
P(s("input", {
|
|
2805
2813
|
type: "checkbox",
|
|
2806
2814
|
class: "sr-only peer",
|
|
2807
2815
|
name: e.field_name,
|
|
2808
2816
|
id: e.field_name,
|
|
2809
|
-
value: e.model_value || e.modelValue,
|
|
2810
|
-
checked: e.model_value == 1 || e.modelValue == 1,
|
|
2811
2817
|
"true-value": 1,
|
|
2812
2818
|
"false-value": 0,
|
|
2813
2819
|
ref_key: "input",
|
|
2814
2820
|
ref: a,
|
|
2815
|
-
|
|
2816
|
-
}, null,
|
|
2817
|
-
|
|
2821
|
+
"onUpdate:modelValue": i[0] || (i[0] = (c) => o.value = c)
|
|
2822
|
+
}, null, 8, vo), [
|
|
2823
|
+
[et, o.value]
|
|
2824
|
+
]),
|
|
2825
|
+
xo
|
|
2818
2826
|
])
|
|
2819
2827
|
]),
|
|
2820
|
-
s("span",
|
|
2821
|
-
s("small",
|
|
2828
|
+
s("span", wo, h(e.error_message), 1),
|
|
2829
|
+
s("small", ko, h(e.description), 1)
|
|
2822
2830
|
], 2))
|
|
2823
2831
|
], 64));
|
|
2824
2832
|
}
|
|
2825
|
-
},
|
|
2826
|
-
|
|
2827
|
-
|
|
2833
|
+
}, $o = { class: "font-bold ptext-lg dark:text-white" }, Co = { class: "mt-3 mb-4" }, So = { class: "bg-blue-100 text-blue-800 text-sm font-medium mb-2 mt-2 me-2 px-2.5 py-0.5 rounded dark:bg-blue-900 dark:text-blue-300" }, Oo = /* @__PURE__ */ s("hr", { class: "!opacity-100 bg-gray-200 border-0 dark:bg-gray-700" }, null, -1), Do = ["name", "id", "value"], Po = {
|
|
2834
|
+
key: 0,
|
|
2835
|
+
class: "dropdown"
|
|
2836
|
+
}, Eo = { class: "border border-gray-200 rounded-lg focus:ring-blue-500 focus:border-blue-500 dark:border-gray-600 dark:focus:ring-blue-500 dark:focus:border-blue-500" }, jo = { class: "relative showOptions" }, Ao = ["value", "placeholder"], Io = { class: "text-gray-700 bg-white dark:border-strokedark dark:bg-boxdark dark:text-gray-200 !border-b !border-t-0 !border-r !border-l absolute w-full z-[999999999]" }, To = { class: "p-1" }, No = /* @__PURE__ */ s("label", {
|
|
2837
|
+
for: "default-search",
|
|
2838
|
+
class: "mb-2 text-sm font-medium text-gray-900 sr-only dark:text-white"
|
|
2839
|
+
}, "Search", -1), Mo = { class: "relative" }, Vo = /* @__PURE__ */ s("div", { class: "absolute inset-y-0 flex items-center pointer-events-none start-0 ps-3" }, [
|
|
2840
|
+
/* @__PURE__ */ s("svg", {
|
|
2841
|
+
class: "w-4 h-4 text-gray-500 dark:text-gray-400",
|
|
2842
|
+
"aria-hidden": "true",
|
|
2843
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2844
|
+
fill: "none",
|
|
2845
|
+
viewBox: "0 0 20 20"
|
|
2846
|
+
}, [
|
|
2847
|
+
/* @__PURE__ */ s("path", {
|
|
2848
|
+
stroke: "currentColor",
|
|
2849
|
+
"stroke-linecap": "round",
|
|
2850
|
+
"stroke-linejoin": "round",
|
|
2851
|
+
"stroke-width": "2",
|
|
2852
|
+
d: "m19 19-4-4m0-7A7 7 0 1 1 1 8a7 7 0 0 1 14 0Z"
|
|
2853
|
+
})
|
|
2854
|
+
])
|
|
2855
|
+
], -1), Lo = ["id"], Bo = { class: "overflow-y-auto max-h-64" }, Go = ["onClick", "onMousedown", "id"], Fo = { class: "flex items-center py-2 pl-10 pr-4" }, Ro = {
|
|
2856
|
+
key: 0,
|
|
2857
|
+
class: "absolute flex items-center flex-shrink-0 w-4 h-4 text-green-500 left-2 dark:text-green-400",
|
|
2858
|
+
"aria-hidden": "true",
|
|
2859
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2860
|
+
fill: "none",
|
|
2861
|
+
viewBox: "0 0 16 12"
|
|
2862
|
+
}, Uo = /* @__PURE__ */ s("path", {
|
|
2863
|
+
stroke: "currentColor",
|
|
2864
|
+
"stroke-linecap": "round",
|
|
2865
|
+
"stroke-linejoin": "round",
|
|
2866
|
+
"stroke-width": "2",
|
|
2867
|
+
d: "M1 5.917 5.724 10.5 15 1.5"
|
|
2868
|
+
}, null, -1), qo = [
|
|
2869
|
+
Uo
|
|
2870
|
+
], zo = { class: "block mt-1 text-sm font-normal leading-5 text-red-500" }, Ho = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" }, Cd = {
|
|
2871
|
+
__name: "GlDropdown",
|
|
2828
2872
|
props: {
|
|
2829
2873
|
modelValue: {
|
|
2830
2874
|
type: [String, Number],
|
|
2831
2875
|
default: ""
|
|
2832
2876
|
},
|
|
2833
|
-
|
|
2877
|
+
defaultValue: {
|
|
2834
2878
|
type: [String, Number],
|
|
2835
2879
|
default: ""
|
|
2836
2880
|
},
|
|
2837
|
-
|
|
2881
|
+
fieldName: {
|
|
2838
2882
|
type: String,
|
|
2839
2883
|
default: ""
|
|
2840
2884
|
},
|
|
2841
|
-
|
|
2885
|
+
isRequired: {
|
|
2842
2886
|
type: Boolean,
|
|
2843
2887
|
default: !1
|
|
2844
2888
|
},
|
|
2845
|
-
|
|
2889
|
+
hasCancel: {
|
|
2846
2890
|
type: Boolean,
|
|
2847
2891
|
default: !0
|
|
2848
2892
|
},
|
|
2849
|
-
|
|
2893
|
+
labelName: {
|
|
2850
2894
|
type: String,
|
|
2851
2895
|
default: ""
|
|
2852
2896
|
},
|
|
2853
2897
|
options: {
|
|
2854
2898
|
type: Array,
|
|
2855
2899
|
required: !0,
|
|
2856
|
-
default: [],
|
|
2900
|
+
default: () => [],
|
|
2857
2901
|
note: "Options of dropdown. An array of options with id and name"
|
|
2858
2902
|
},
|
|
2859
2903
|
placeholder: {
|
|
@@ -2872,7 +2916,7 @@ const ud = /* @__PURE__ */ k(Vs, [["render", Rn], ["__scopeId", "data-v-a94f16a9
|
|
|
2872
2916
|
type: Boolean,
|
|
2873
2917
|
default: !1
|
|
2874
2918
|
},
|
|
2875
|
-
|
|
2919
|
+
errorMessage: {
|
|
2876
2920
|
type: String,
|
|
2877
2921
|
default: ""
|
|
2878
2922
|
},
|
|
@@ -2882,276 +2926,183 @@ const ud = /* @__PURE__ */ k(Vs, [["render", Rn], ["__scopeId", "data-v-a94f16a9
|
|
|
2882
2926
|
}
|
|
2883
2927
|
},
|
|
2884
2928
|
emits: ["update:modelValue", "selected", "selectionChanged"],
|
|
2885
|
-
|
|
2886
|
-
|
|
2887
|
-
|
|
2888
|
-
|
|
2889
|
-
|
|
2890
|
-
|
|
2891
|
-
|
|
2892
|
-
|
|
2893
|
-
|
|
2894
|
-
|
|
2895
|
-
|
|
2896
|
-
|
|
2897
|
-
|
|
2898
|
-
|
|
2899
|
-
|
|
2900
|
-
|
|
2901
|
-
this.selected = this.options_values.find(
|
|
2902
|
-
(t) => String(t.id) === String(e)
|
|
2903
|
-
) || {}, this.show || (document.body.addEventListener("click", function(t) {
|
|
2904
|
-
self.clearData(t);
|
|
2905
|
-
}), document.addEventListener("keypress", function(t) {
|
|
2906
|
-
t.key === "Enter" && t.target.form && t.preventDefault();
|
|
2907
|
-
}));
|
|
2908
|
-
},
|
|
2909
|
-
computed: {
|
|
2910
|
-
options_values() {
|
|
2911
|
-
return this.convertedOptions();
|
|
2912
|
-
},
|
|
2913
|
-
filteredOptions() {
|
|
2914
|
-
const e = [], t = new RegExp(this.searchFilter, "ig");
|
|
2915
|
-
for (const r of this.options_values) {
|
|
2916
|
-
const n = String(r.name);
|
|
2917
|
-
(this.searchFilter.length < 1 || n.match(t)) && e.length < this.maxItem && e.push(r);
|
|
2929
|
+
setup(e, { emit: t }) {
|
|
2930
|
+
const r = e, n = t, a = O({}), o = O(0), l = O(!1), i = O(""), c = O("");
|
|
2931
|
+
G(() => {
|
|
2932
|
+
n("selected", a.value), c.value = x();
|
|
2933
|
+
var p = qe();
|
|
2934
|
+
a.value = f.value.find((k) => String(k.id) === String(p)) || {}, r.show || (document.body.addEventListener("click", (k) => {
|
|
2935
|
+
L(k);
|
|
2936
|
+
}), document.addEventListener("keypress", (k) => {
|
|
2937
|
+
k.key === "Enter" && k.target.form && k.preventDefault();
|
|
2938
|
+
}));
|
|
2939
|
+
});
|
|
2940
|
+
const f = computed(() => Ue()), m = computed(() => {
|
|
2941
|
+
const p = [], k = new RegExp(i.value, "ig");
|
|
2942
|
+
for (const S of f.value) {
|
|
2943
|
+
const M = String(S.name);
|
|
2944
|
+
(i.value.length < 1 || M.match(k)) && p.length < r.maxItem && p.push(S);
|
|
2918
2945
|
}
|
|
2919
|
-
return
|
|
2920
|
-
}
|
|
2921
|
-
|
|
2922
|
-
|
|
2923
|
-
|
|
2924
|
-
if ([
|
|
2925
|
-
"ArrowLeft",
|
|
2926
|
-
"ArrowUp",
|
|
2927
|
-
"ArrowRight",
|
|
2928
|
-
"ArrowDown",
|
|
2929
|
-
"Enter"
|
|
2930
|
-
].includes(e.key)) {
|
|
2931
|
-
if (["ArrowUp", "ArrowDown"].includes(e.key) && e.preventDefault(), e.key === "ArrowDown" && this.posts === "")
|
|
2946
|
+
return p;
|
|
2947
|
+
});
|
|
2948
|
+
function y(p) {
|
|
2949
|
+
if (["ArrowLeft", "ArrowUp", "ArrowRight", "ArrowDown", "Enter"].includes(p.key)) {
|
|
2950
|
+
if (["ArrowUp", "ArrowDown"].includes(p.key) && p.preventDefault(), p.key === "ArrowDown" && r.posts === "")
|
|
2932
2951
|
return;
|
|
2933
|
-
|
|
2952
|
+
Re(p.key);
|
|
2934
2953
|
}
|
|
2935
|
-
}
|
|
2936
|
-
|
|
2937
|
-
let
|
|
2938
|
-
return "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(
|
|
2939
|
-
|
|
2940
|
-
|
|
2941
|
-
|
|
2942
|
-
|
|
2943
|
-
|
|
2944
|
-
);
|
|
2945
|
-
}
|
|
2946
|
-
|
|
2947
|
-
|
|
2948
|
-
}
|
|
2949
|
-
|
|
2950
|
-
|
|
2951
|
-
|
|
2952
|
-
|
|
2953
|
-
|
|
2954
|
-
|
|
2955
|
-
|
|
2956
|
-
|
|
2957
|
-
|
|
2958
|
-
|
|
2959
|
-
}
|
|
2960
|
-
|
|
2961
|
-
|
|
2962
|
-
}
|
|
2963
|
-
|
|
2964
|
-
|
|
2965
|
-
|
|
2966
|
-
|
|
2967
|
-
|
|
2968
|
-
|
|
2969
|
-
}
|
|
2970
|
-
|
|
2971
|
-
|
|
2972
|
-
|
|
2973
|
-
selectOption(e) {
|
|
2974
|
-
this.selected = e, this.optionsShown = !1, this.$emit("selected", this.selected), this.$emit("selectionChanged", this.selected);
|
|
2975
|
-
},
|
|
2976
|
-
showOptions() {
|
|
2977
|
-
this.show || (this.searchFilter = "", this.optionsShown = !0, this.$nextTick(() => {
|
|
2978
|
-
this.$refs[this.field_name + "search" + this.uuid].focus();
|
|
2954
|
+
}
|
|
2955
|
+
function x() {
|
|
2956
|
+
let p = (/* @__PURE__ */ new Date()).getTime();
|
|
2957
|
+
return "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g, function(S) {
|
|
2958
|
+
const M = (p + Math.random() * 16) % 16 | 0;
|
|
2959
|
+
return p = Math.floor(p / 16), (S === "x" ? M : M & 3 | 8).toString(16);
|
|
2960
|
+
});
|
|
2961
|
+
}
|
|
2962
|
+
function C(p) {
|
|
2963
|
+
return Object.keys(p).length > 0;
|
|
2964
|
+
}
|
|
2965
|
+
function L(p) {
|
|
2966
|
+
p.target.id != r.fieldName + "search" + c.value && p.target.id != r.fieldName && !p.target.classList.contains("showOptions") && (ge(), o.value = 0);
|
|
2967
|
+
}
|
|
2968
|
+
function fe(p) {
|
|
2969
|
+
const k = `${p}${c.value}`, S = document.getElementById(k);
|
|
2970
|
+
S && S.scrollIntoView();
|
|
2971
|
+
}
|
|
2972
|
+
function Fe(p) {
|
|
2973
|
+
const k = `${p}${c.value}`, S = document.getElementById(k);
|
|
2974
|
+
S && S.click();
|
|
2975
|
+
}
|
|
2976
|
+
function Re(p) {
|
|
2977
|
+
p === "ArrowDown" && o.value < m.value.length && (o.value++, fe(o.value)), p === "ArrowUp" && o.value > 1 && (o.value--, fe(o.value)), p === "Enter" && Fe(o.value);
|
|
2978
|
+
}
|
|
2979
|
+
function Ue() {
|
|
2980
|
+
return r.options.map((p, k) => typeof p == "object" ? p : { id: p, name: p });
|
|
2981
|
+
}
|
|
2982
|
+
function qe() {
|
|
2983
|
+
var p = r.defaultValue || r.modelValue;
|
|
2984
|
+
return p ? typeof p == "object" ? p.id + "" : p + "" : "";
|
|
2985
|
+
}
|
|
2986
|
+
function he(p) {
|
|
2987
|
+
a.value = p, l.value = !1, n("selected", a.value), n("selectionChanged", a.value);
|
|
2988
|
+
}
|
|
2989
|
+
function ee() {
|
|
2990
|
+
r.show || (i.value = "", l.value = !0, nextTick(() => {
|
|
2991
|
+
refs[r.fieldName + "search" + c.value].focus();
|
|
2979
2992
|
}));
|
|
2980
|
-
},
|
|
2981
|
-
ClearInput() {
|
|
2982
|
-
this.show || (this.selected = {}, this.searchFilter = "", this.$emit("update:modelValue", ""), this.showOptions());
|
|
2983
|
-
},
|
|
2984
|
-
exit() {
|
|
2985
|
-
this.selected.id || (this.selected = {}, this.searchFilter = ""), this.$emit("selected", this.selected), this.optionsShown = !1;
|
|
2986
2993
|
}
|
|
2987
|
-
|
|
2988
|
-
|
|
2989
|
-
watch: {
|
|
2990
|
-
searchFilter() {
|
|
2991
|
-
this.filteredOptions.length === 0 && (this.selected = {});
|
|
2992
|
-
},
|
|
2993
|
-
selected(e) {
|
|
2994
|
-
this.isObjectNotEmpty(e) && this.$emit("update:modelValue", e.id);
|
|
2994
|
+
function ze() {
|
|
2995
|
+
r.show || (a.value = {}, i.value = "", n("update:modelValue", ""), ee());
|
|
2995
2996
|
}
|
|
2996
|
-
|
|
2997
|
-
|
|
2998
|
-
|
|
2999
|
-
|
|
3000
|
-
|
|
3001
|
-
|
|
3002
|
-
|
|
3003
|
-
|
|
3004
|
-
|
|
3005
|
-
|
|
3006
|
-
|
|
3007
|
-
|
|
3008
|
-
|
|
3009
|
-
|
|
3010
|
-
|
|
3011
|
-
|
|
3012
|
-
|
|
3013
|
-
|
|
3014
|
-
|
|
3015
|
-
|
|
3016
|
-
|
|
3017
|
-
},
|
|
3018
|
-
|
|
3019
|
-
|
|
3020
|
-
|
|
3021
|
-
|
|
3022
|
-
|
|
3023
|
-
|
|
3024
|
-
|
|
3025
|
-
|
|
3026
|
-
|
|
3027
|
-
|
|
3028
|
-
|
|
3029
|
-
|
|
3030
|
-
|
|
3031
|
-
|
|
3032
|
-
|
|
3033
|
-
|
|
3034
|
-
|
|
3035
|
-
|
|
3036
|
-
|
|
3037
|
-
|
|
3038
|
-
|
|
3039
|
-
|
|
3040
|
-
|
|
3041
|
-
|
|
3042
|
-
|
|
3043
|
-
|
|
3044
|
-
|
|
3045
|
-
|
|
3046
|
-
}, null,
|
|
3047
|
-
|
|
3048
|
-
|
|
3049
|
-
|
|
3050
|
-
|
|
3051
|
-
|
|
3052
|
-
|
|
3053
|
-
|
|
3054
|
-
|
|
3055
|
-
|
|
3056
|
-
|
|
3057
|
-
|
|
3058
|
-
|
|
3059
|
-
go
|
|
3060
|
-
], 2)) : f("", !0),
|
|
3061
|
-
r.show ? f("", !0) : (d(), u("div", {
|
|
3062
|
-
key: 1,
|
|
3063
|
-
class: p(["mb-4", r.field_name])
|
|
3064
|
-
}, [
|
|
3065
|
-
s("input", {
|
|
3066
|
-
type: "hidden",
|
|
3067
|
-
name: r.field_name,
|
|
3068
|
-
id: r.field_name,
|
|
3069
|
-
value: a.selected.id
|
|
3070
|
-
}, null, 8, mo),
|
|
3071
|
-
r.options ? (d(), u("div", _o, [
|
|
3072
|
-
r.label_name ? (d(), u("label", {
|
|
3073
|
-
key: 0,
|
|
3074
|
-
class: p({
|
|
3075
|
-
"gl-label-form": r.error_message == "",
|
|
3076
|
-
"gl-label-form-invalid": r.error_message !== "",
|
|
3077
|
-
required: r.is_required
|
|
3078
|
-
})
|
|
3079
|
-
}, h(r.label_name), 3)) : f("", !0),
|
|
3080
|
-
s("div", po, [
|
|
3081
|
-
s("div", bo, [
|
|
3082
|
-
s("input", {
|
|
3083
|
-
class: p([{
|
|
3084
|
-
"gl-input-form": r.error_message == "",
|
|
3085
|
-
"gl-input-form-invalid": r.error_message !== ""
|
|
3086
|
-
}, "pl-8 pr-2 showOptions"]),
|
|
3087
|
-
ref: r.field_name,
|
|
3088
|
-
onClick: t[0] || (t[0] = (l) => o.showOptions()),
|
|
3089
|
-
value: a.selected.name,
|
|
3090
|
-
placeholder: r.placeholder,
|
|
3091
|
-
autocomplete: "off",
|
|
3092
|
-
readonly: ""
|
|
3093
|
-
}, null, 10, yo),
|
|
3094
|
-
C(s("i", {
|
|
3095
|
-
onClick: t[1] || (t[1] = A((l) => o.ClearInput(), ["stop"])),
|
|
3096
|
-
class: "absolute text-gray-500 cursor-pointer fas fa-times right-7 hover:text-gray-700 dark:hover:text-gray-800",
|
|
3097
|
-
style: { top: "13px" }
|
|
3098
|
-
}, null, 512), [
|
|
3099
|
-
[T, o.isObjectNotEmpty(a.selected) && r.has_cancel]
|
|
2997
|
+
function ge() {
|
|
2998
|
+
a.value.id || (a.value = {}, i.value = ""), n("selected", a.value), l.value = !1;
|
|
2999
|
+
}
|
|
3000
|
+
return K(i, () => {
|
|
3001
|
+
m.value.length === 0 && (a.value = {});
|
|
3002
|
+
}), K(a, (p) => {
|
|
3003
|
+
C(p) && n("update:modelValue", p.id);
|
|
3004
|
+
}), (p, k) => (d(), u(v, null, [
|
|
3005
|
+
e.show ? (d(), u("div", {
|
|
3006
|
+
key: 0,
|
|
3007
|
+
class: b(p.field_name)
|
|
3008
|
+
}, [
|
|
3009
|
+
s("h3", $o, h(p.label_name), 1),
|
|
3010
|
+
s("p", Co, [
|
|
3011
|
+
s("span", So, h(p.selectedValue.name), 1)
|
|
3012
|
+
]),
|
|
3013
|
+
Oo
|
|
3014
|
+
], 2)) : g("", !0),
|
|
3015
|
+
e.show ? g("", !0) : (d(), u("div", {
|
|
3016
|
+
key: 1,
|
|
3017
|
+
class: b(["mb-4", p.field_name])
|
|
3018
|
+
}, [
|
|
3019
|
+
s("input", {
|
|
3020
|
+
type: "hidden",
|
|
3021
|
+
name: p.field_name,
|
|
3022
|
+
id: p.field_name,
|
|
3023
|
+
value: a.value.id
|
|
3024
|
+
}, null, 8, Do),
|
|
3025
|
+
e.options ? (d(), u("div", Po, [
|
|
3026
|
+
p.label_name ? (d(), u("label", {
|
|
3027
|
+
key: 0,
|
|
3028
|
+
class: b({
|
|
3029
|
+
"gl-label-form": p.error_message == "",
|
|
3030
|
+
"gl-label-form-invalid": p.error_message !== "",
|
|
3031
|
+
required: p.is_required
|
|
3032
|
+
})
|
|
3033
|
+
}, h(p.label_name), 3)) : g("", !0),
|
|
3034
|
+
s("div", Eo, [
|
|
3035
|
+
s("div", jo, [
|
|
3036
|
+
s("input", {
|
|
3037
|
+
class: b([{
|
|
3038
|
+
"gl-input-form": p.error_message == "",
|
|
3039
|
+
"gl-input-form-invalid": p.error_message !== ""
|
|
3040
|
+
}, "pl-8 pr-2 showOptions"]),
|
|
3041
|
+
ref: p.field_name,
|
|
3042
|
+
onClick: k[0] || (k[0] = (S) => ee()),
|
|
3043
|
+
value: a.value.name,
|
|
3044
|
+
placeholder: e.placeholder,
|
|
3045
|
+
autocomplete: "off",
|
|
3046
|
+
readonly: ""
|
|
3047
|
+
}, null, 10, Ao),
|
|
3048
|
+
P(s("i", {
|
|
3049
|
+
onClick: k[1] || (k[1] = N((S) => ze(), ["stop"])),
|
|
3050
|
+
class: "absolute text-gray-500 cursor-pointer fas fa-times right-7 hover:text-gray-700 dark:hover:text-gray-800",
|
|
3051
|
+
style: { top: "13px" }
|
|
3052
|
+
}, null, 512), [
|
|
3053
|
+
[B, C(a.value) && p.has_cancel]
|
|
3054
|
+
]),
|
|
3055
|
+
s("i", {
|
|
3056
|
+
onClick: k[2] || (k[2] = (S) => !l.value && ee()),
|
|
3057
|
+
class: b([l.value ? "fa-angle-up" : "fa-angle-down", "absolute text-xl text-gray-500 cursor-pointer fas right-2 hover:text-gray-700 dark:hover:text-gray-800 showOptions"]),
|
|
3058
|
+
style: { top: "11px" }
|
|
3059
|
+
}, null, 2)
|
|
3100
3060
|
]),
|
|
3101
|
-
s("
|
|
3102
|
-
|
|
3103
|
-
|
|
3104
|
-
|
|
3105
|
-
|
|
3106
|
-
|
|
3107
|
-
|
|
3108
|
-
|
|
3109
|
-
|
|
3110
|
-
|
|
3111
|
-
|
|
3112
|
-
|
|
3113
|
-
|
|
3114
|
-
|
|
3115
|
-
|
|
3116
|
-
|
|
3117
|
-
|
|
3118
|
-
|
|
3119
|
-
autocomplete: "off",
|
|
3120
|
-
class: "block w-full p-2 text-sm text-gray-900 border rounded-lg outline-none border-frontend ps-10 bg-gray-50 focus:border-frontend dark:bg-gray-700 dark:border-frontenddark dark:placeholder-frontenddark dark:text-white dark:focus:border-frontenddark",
|
|
3121
|
-
placeholder: "Search ..."
|
|
3122
|
-
}, null, 40, Co), [
|
|
3123
|
-
[I, a.searchFilter]
|
|
3061
|
+
P(s("div", Io, [
|
|
3062
|
+
s("div", To, [
|
|
3063
|
+
No,
|
|
3064
|
+
s("div", Mo, [
|
|
3065
|
+
Vo,
|
|
3066
|
+
P(s("input", {
|
|
3067
|
+
type: "search",
|
|
3068
|
+
"onUpdate:modelValue": k[3] || (k[3] = (S) => i.value = S),
|
|
3069
|
+
ref: `${p.field_name}search${c.value}`,
|
|
3070
|
+
id: `${p.field_name}search${c.value}`,
|
|
3071
|
+
onKeydown: y,
|
|
3072
|
+
onBlur: k[4] || (k[4] = (S) => ge()),
|
|
3073
|
+
autocomplete: "off",
|
|
3074
|
+
class: "block w-full p-2 text-sm text-gray-900 border rounded-lg outline-none border-frontend ps-10 bg-gray-50 focus:border-frontend dark:bg-gray-700 dark:border-frontenddark dark:placeholder-frontenddark dark:text-white dark:focus:border-frontenddark",
|
|
3075
|
+
placeholder: "Search ..."
|
|
3076
|
+
}, null, 40, Lo), [
|
|
3077
|
+
[V, i.value]
|
|
3078
|
+
])
|
|
3124
3079
|
])
|
|
3080
|
+
]),
|
|
3081
|
+
s("div", Bo, [
|
|
3082
|
+
(d(!0), u(v, null, $(we(m), (S, M) => (d(), u("div", {
|
|
3083
|
+
class: b(["relative px-2 py-2 text-xs leading-4 text-gray-700 no-underline cursor-pointer dark:text-gray-200 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white", M + 1 == o.value ? "bg-gray-100 dark:bg-gray-600" : ""]),
|
|
3084
|
+
onClick: (He) => he(S),
|
|
3085
|
+
onMousedown: (He) => he(S),
|
|
3086
|
+
key: M,
|
|
3087
|
+
id: `${M + 1}${c.value}`
|
|
3088
|
+
}, [
|
|
3089
|
+
s("div", Fo, [
|
|
3090
|
+
a.value.id === S.id ? (d(), u("svg", Ro, qo)) : g("", !0),
|
|
3091
|
+
s("span", null, h(S.name || S.id || "-"), 1)
|
|
3092
|
+
])
|
|
3093
|
+
], 42, Go))), 128))
|
|
3125
3094
|
])
|
|
3126
|
-
]),
|
|
3127
|
-
|
|
3128
|
-
(d(!0), u(y, null, w(o.filteredOptions, (l, i) => (d(), u("div", {
|
|
3129
|
-
class: p([
|
|
3130
|
-
"relative px-2 py-2 text-xs leading-4 text-gray-700 no-underline cursor-pointer dark:text-gray-200 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white",
|
|
3131
|
-
i + 1 == a.count ? "bg-gray-100 dark:bg-gray-600" : ""
|
|
3132
|
-
]),
|
|
3133
|
-
onClick: (c) => o.selectOption(l),
|
|
3134
|
-
onMousedown: (c) => o.selectOption(l),
|
|
3135
|
-
key: i,
|
|
3136
|
-
id: `${i + 1}${a.uuid}`
|
|
3137
|
-
}, [
|
|
3138
|
-
s("div", Do, [
|
|
3139
|
-
a.selected.id === l.id ? (d(), u("svg", Po, jo)) : f("", !0),
|
|
3140
|
-
s("span", null, h(l.name || l.id || "-"), 1)
|
|
3141
|
-
])
|
|
3142
|
-
], 42, Oo))), 128))
|
|
3095
|
+
], 512), [
|
|
3096
|
+
[B, l.value]
|
|
3143
3097
|
])
|
|
3144
|
-
], 512), [
|
|
3145
|
-
[T, a.optionsShown]
|
|
3146
3098
|
])
|
|
3147
|
-
])
|
|
3148
|
-
|
|
3149
|
-
|
|
3150
|
-
|
|
3151
|
-
],
|
|
3152
|
-
|
|
3153
|
-
}
|
|
3154
|
-
const fd = /* @__PURE__ */ k(uo, [["render", To]]), Mo = { class: "font-bold ptext-lg dark:text-white" }, No = ["id"], Vo = /* @__PURE__ */ s("hr", { class: "!opacity-100 bg-gray-200 border-0 dark:bg-gray-700" }, null, -1), Lo = ["for"], Bo = ["required", "name", "id", "type", "placeholder"], Go = { class: "gl-span-form-error" }, Fo = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" }, gd = {
|
|
3099
|
+
])) : g("", !0),
|
|
3100
|
+
s("span", zo, h(p.error_message), 1),
|
|
3101
|
+
s("small", Ho, h(e.description), 1)
|
|
3102
|
+
], 2))
|
|
3103
|
+
], 64));
|
|
3104
|
+
}
|
|
3105
|
+
}, Zo = { class: "font-bold ptext-lg dark:text-white" }, Ko = ["id"], Wo = /* @__PURE__ */ s("hr", { class: "!opacity-100 bg-gray-200 border-0 dark:bg-gray-700" }, null, -1), Xo = ["for"], Yo = ["required", "name", "id", "type", "placeholder"], Jo = { class: "gl-span-form-error" }, Qo = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" }, Sd = {
|
|
3155
3106
|
__name: "GlTextarea",
|
|
3156
3107
|
props: {
|
|
3157
3108
|
is_required: {
|
|
@@ -3197,38 +3148,38 @@ const fd = /* @__PURE__ */ k(uo, [["render", To]]), Mo = { class: "font-bold pte
|
|
|
3197
3148
|
},
|
|
3198
3149
|
emits: ["update:modelValue", "keydown"],
|
|
3199
3150
|
setup(e, { expose: t, emit: r }) {
|
|
3200
|
-
const n = e, a = r, o =
|
|
3201
|
-
return
|
|
3151
|
+
const n = e, a = r, o = O(null);
|
|
3152
|
+
return G(() => {
|
|
3202
3153
|
o.value !== null && o.value.hasAttribute("autofocus") && o.value.focus(), n.model_value && (a("update:modelValue", n.model_value), o.value.value = n.model_value), n.modelValue != "" && (a("update:modelValue", n.modelValue), o.value.value = n.modelValue);
|
|
3203
|
-
}), t({ focus: () => o.value.focus() }), (l, i) => (d(), u(
|
|
3154
|
+
}), t({ focus: () => o.value.focus() }), (l, i) => (d(), u(v, null, [
|
|
3204
3155
|
e.show ? (d(), u("div", {
|
|
3205
3156
|
key: 0,
|
|
3206
|
-
class:
|
|
3157
|
+
class: b(e.field_name)
|
|
3207
3158
|
}, [
|
|
3208
|
-
s("h3",
|
|
3159
|
+
s("h3", Zo, h(e.label_name), 1),
|
|
3209
3160
|
s("p", {
|
|
3210
3161
|
id: e.field_name,
|
|
3211
3162
|
class: "mb-4 text-base text-gray-900 input_tr_show dark:text-white"
|
|
3212
|
-
}, h(e.model_value), 9,
|
|
3213
|
-
|
|
3214
|
-
], 2)) :
|
|
3215
|
-
e.show ?
|
|
3163
|
+
}, h(e.model_value), 9, Ko),
|
|
3164
|
+
Wo
|
|
3165
|
+
], 2)) : g("", !0),
|
|
3166
|
+
e.show ? g("", !0) : (d(), u("div", {
|
|
3216
3167
|
key: 1,
|
|
3217
|
-
class:
|
|
3168
|
+
class: b(["mb-4", e.field_name])
|
|
3218
3169
|
}, [
|
|
3219
3170
|
s("label", {
|
|
3220
|
-
class:
|
|
3171
|
+
class: b({
|
|
3221
3172
|
"gl-label-form": e.error_message == "",
|
|
3222
3173
|
"gl-label-form-invalid": e.error_message !== "",
|
|
3223
3174
|
required: e.is_required
|
|
3224
3175
|
}),
|
|
3225
3176
|
for: e.field_name
|
|
3226
|
-
}, h(e.label_name), 11,
|
|
3177
|
+
}, h(e.label_name), 11, Xo),
|
|
3227
3178
|
s("textarea", {
|
|
3228
3179
|
required: e.is_required,
|
|
3229
3180
|
name: e.field_name,
|
|
3230
3181
|
id: e.field_name,
|
|
3231
|
-
class:
|
|
3182
|
+
class: b({
|
|
3232
3183
|
" gl-textarea-form mt-4 ": e.error_message == "",
|
|
3233
3184
|
" gl-textarea-form-invalid mt-4 ": e.error_message !== ""
|
|
3234
3185
|
}),
|
|
@@ -3238,13 +3189,13 @@ const fd = /* @__PURE__ */ k(uo, [["render", To]]), Mo = { class: "font-bold pte
|
|
|
3238
3189
|
ref: o,
|
|
3239
3190
|
rows: "4",
|
|
3240
3191
|
placeholder: e.place_holder
|
|
3241
|
-
}, null, 42,
|
|
3242
|
-
s("span",
|
|
3243
|
-
s("small",
|
|
3192
|
+
}, null, 42, Yo),
|
|
3193
|
+
s("span", Jo, h(e.error_message), 1),
|
|
3194
|
+
s("small", Qo, h(e.description), 1)
|
|
3244
3195
|
], 2))
|
|
3245
3196
|
], 64));
|
|
3246
3197
|
}
|
|
3247
|
-
},
|
|
3198
|
+
}, ea = {
|
|
3248
3199
|
emits: ["pagination-change-page"],
|
|
3249
3200
|
props: {
|
|
3250
3201
|
data: {
|
|
@@ -3298,8 +3249,8 @@ const fd = /* @__PURE__ */ k(uo, [["render", To]]), Mo = { class: "font-bold pte
|
|
|
3298
3249
|
return this.lastPage;
|
|
3299
3250
|
for (var e = this.currentPage, t = this.lastPage, r = this.limit, n = e - r, a = e + r + 1, o = [], l = [], i, c = 1; c <= t; c++)
|
|
3300
3251
|
(c === 1 || c === t || c >= n && c < a) && o.push(c);
|
|
3301
|
-
return o.forEach(function(
|
|
3302
|
-
i && (
|
|
3252
|
+
return o.forEach(function(f) {
|
|
3253
|
+
i && (f - i === 2 ? l.push(i + 1) : f - i !== 1 && l.push("...")), l.push(f), i = f;
|
|
3303
3254
|
}), l;
|
|
3304
3255
|
}
|
|
3305
3256
|
},
|
|
@@ -3349,14 +3300,14 @@ const fd = /* @__PURE__ */ k(uo, [["render", To]]), Mo = { class: "font-bold pte
|
|
|
3349
3300
|
})
|
|
3350
3301
|
});
|
|
3351
3302
|
}
|
|
3352
|
-
},
|
|
3303
|
+
}, ta = {
|
|
3353
3304
|
compatConfig: {
|
|
3354
3305
|
MODE: 3
|
|
3355
3306
|
},
|
|
3356
3307
|
inheritAttrs: !1,
|
|
3357
3308
|
emits: ["pagination-change-page"],
|
|
3358
3309
|
components: {
|
|
3359
|
-
RenderlessPagination:
|
|
3310
|
+
RenderlessPagination: ea
|
|
3360
3311
|
},
|
|
3361
3312
|
props: {
|
|
3362
3313
|
data: {
|
|
@@ -3390,10 +3341,10 @@ const fd = /* @__PURE__ */ k(uo, [["render", To]]), Mo = { class: "font-bold pte
|
|
|
3390
3341
|
},
|
|
3391
3342
|
mounted() {
|
|
3392
3343
|
}
|
|
3393
|
-
},
|
|
3344
|
+
}, ra = { class: "flex flex-col items-center" }, sa = {
|
|
3394
3345
|
key: 0,
|
|
3395
3346
|
class: "text-sm text-gray-700 dark:text-gray-400"
|
|
3396
|
-
},
|
|
3347
|
+
}, na = { class: "font-semibold text-gray-900 dark:text-white" }, oa = { class: "font-semibold text-gray-900 dark:text-white" }, aa = { class: "font-semibold text-gray-900 dark:text-white" }, ia = ["tabindex"], la = /* @__PURE__ */ s("span", { class: "sr-only" }, "Previous", -1), da = /* @__PURE__ */ s("svg", {
|
|
3397
3348
|
class: "w-2.5 h-2.5 rtl:rotate-180",
|
|
3398
3349
|
"aria-hidden": "true",
|
|
3399
3350
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3407,7 +3358,7 @@ const fd = /* @__PURE__ */ k(uo, [["render", To]]), Mo = { class: "font-bold pte
|
|
|
3407
3358
|
"stroke-width": "2",
|
|
3408
3359
|
d: "M5 1 1 5l4 4"
|
|
3409
3360
|
})
|
|
3410
|
-
], -1),
|
|
3361
|
+
], -1), ua = ["aria-current"], ca = ["tabindex"], fa = /* @__PURE__ */ s("span", { class: "sr-only" }, "Next", -1), ha = /* @__PURE__ */ s("svg", {
|
|
3411
3362
|
class: "w-2.5 h-2.5 rtl:rotate-180",
|
|
3412
3363
|
"aria-hidden": "true",
|
|
3413
3364
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3422,25 +3373,25 @@ const fd = /* @__PURE__ */ k(uo, [["render", To]]), Mo = { class: "font-bold pte
|
|
|
3422
3373
|
d: "m1 9 4-4-4-4"
|
|
3423
3374
|
})
|
|
3424
3375
|
], -1);
|
|
3425
|
-
function
|
|
3426
|
-
const l =
|
|
3427
|
-
return d(),
|
|
3376
|
+
function ga(e, t, r, n, a, o) {
|
|
3377
|
+
const l = W("RenderlessPagination");
|
|
3378
|
+
return d(), H(l, {
|
|
3428
3379
|
data: r.data,
|
|
3429
3380
|
limit: r.limit,
|
|
3430
3381
|
onPaginationChangePage: o.onPaginationChangePage
|
|
3431
3382
|
}, {
|
|
3432
|
-
default:
|
|
3433
|
-
s("div",
|
|
3434
|
-
i.computed.total > i.computed.perPage ? (d(), u("span",
|
|
3435
|
-
|
|
3436
|
-
s("span",
|
|
3437
|
-
|
|
3438
|
-
s("span",
|
|
3439
|
-
|
|
3440
|
-
s("span",
|
|
3441
|
-
|
|
3442
|
-
])) :
|
|
3443
|
-
i.computed.total > i.computed.perPage ? (d(), u("ul",
|
|
3383
|
+
default: X((i) => [
|
|
3384
|
+
s("div", ra, [
|
|
3385
|
+
i.computed.total > i.computed.perPage ? (d(), u("span", sa, [
|
|
3386
|
+
w(" Showing "),
|
|
3387
|
+
s("span", na, h(i.computed.from), 1),
|
|
3388
|
+
w(" to "),
|
|
3389
|
+
s("span", oa, h(i.computed.to), 1),
|
|
3390
|
+
w(" of "),
|
|
3391
|
+
s("span", aa, h(i.computed.total), 1),
|
|
3392
|
+
w(" Entries ")
|
|
3393
|
+
])) : g("", !0),
|
|
3394
|
+
i.computed.total > i.computed.perPage ? (d(), u("ul", Z({ key: 1 }, e.$attrs, {
|
|
3444
3395
|
class: ["flex items-center h-8 -space-x-px text-sm", {
|
|
3445
3396
|
"pagination-sm": r.size == "small",
|
|
3446
3397
|
"pagination-lg": r.size == "large",
|
|
@@ -3450,56 +3401,56 @@ function ra(e, t, r, n, a, o) {
|
|
|
3450
3401
|
}), [
|
|
3451
3402
|
i.computed.prevPageUrl || r.showDisabled ? (d(), u("li", {
|
|
3452
3403
|
key: 0,
|
|
3453
|
-
class:
|
|
3404
|
+
class: b(["flex items-center justify-center h-8 px-3 leading-tight text-gray-500 bg-white border border-gray-300 ms-0 border-e-0 rounded-s-lg hover:bg-gray-100 hover:text-gray-700 dark:bg-gray-800 dark:border-gray-700 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-white", { disabled: !i.computed.prevPageUrl }])
|
|
3454
3405
|
}, [
|
|
3455
|
-
s("a",
|
|
3406
|
+
s("a", Z({
|
|
3456
3407
|
class: "page-link",
|
|
3457
3408
|
href: "#",
|
|
3458
3409
|
"aria-label": "Previous",
|
|
3459
3410
|
tabindex: !i.computed.prevPageUrl && -1
|
|
3460
|
-
},
|
|
3461
|
-
|
|
3462
|
-
|
|
3463
|
-
|
|
3411
|
+
}, te(i.prevButtonEvents, !0)), [
|
|
3412
|
+
A(e.$slots, "prev-nav", {}, () => [
|
|
3413
|
+
la,
|
|
3414
|
+
da
|
|
3464
3415
|
])
|
|
3465
|
-
], 16,
|
|
3466
|
-
], 2)) :
|
|
3467
|
-
(d(!0), u(
|
|
3468
|
-
class:
|
|
3469
|
-
key:
|
|
3416
|
+
], 16, ia)
|
|
3417
|
+
], 2)) : g("", !0),
|
|
3418
|
+
(d(!0), u(v, null, $(i.computed.pageRange, (c, f) => (d(), u("li", {
|
|
3419
|
+
class: b(["", { active: c == i.computed.currentPage }]),
|
|
3420
|
+
key: f
|
|
3470
3421
|
}, [
|
|
3471
|
-
s("a",
|
|
3422
|
+
s("a", Z({
|
|
3472
3423
|
class: "",
|
|
3473
3424
|
href: "#"
|
|
3474
|
-
},
|
|
3425
|
+
}, te(i.pageButtonEvents(c), !0), {
|
|
3475
3426
|
"aria-current": c == i.computed.currentPage ? "page" : null,
|
|
3476
3427
|
class: c == i.computed.currentPage ? "z-10 flex items-center justify-center px-3 h-8 leading-tight text-blue-600 border border-blue-300 bg-blue-50 hover:bg-blue-100 hover:text-blue-700 dark:border-gray-700 dark:bg-gray-700 dark:text-white" : "flex items-center justify-center px-3 h-8 leading-tight text-gray-500 bg-white border border-gray-300 hover:bg-gray-100 hover:text-gray-700 dark:bg-gray-800 dark:border-gray-700 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-white"
|
|
3477
|
-
}), h(c), 17,
|
|
3428
|
+
}), h(c), 17, ua)
|
|
3478
3429
|
], 2))), 128)),
|
|
3479
3430
|
i.computed.nextPageUrl || r.showDisabled ? (d(), u("li", {
|
|
3480
3431
|
key: 1,
|
|
3481
|
-
class:
|
|
3432
|
+
class: b(["flex items-center justify-center h-8 px-3 leading-tight text-gray-500 bg-white border border-gray-300 rounded-e-lg hover:bg-gray-100 hover:text-gray-700 dark:bg-gray-800 dark:border-gray-700 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-white", { disabled: !i.computed.nextPageUrl }])
|
|
3482
3433
|
}, [
|
|
3483
|
-
s("a",
|
|
3434
|
+
s("a", Z({
|
|
3484
3435
|
class: "",
|
|
3485
3436
|
href: "#",
|
|
3486
3437
|
"aria-label": "Next",
|
|
3487
3438
|
tabindex: !i.computed.nextPageUrl && -1
|
|
3488
|
-
},
|
|
3489
|
-
|
|
3490
|
-
|
|
3491
|
-
|
|
3439
|
+
}, te(i.nextButtonEvents, !0)), [
|
|
3440
|
+
A(e.$slots, "next-nav", {}, () => [
|
|
3441
|
+
fa,
|
|
3442
|
+
ha
|
|
3492
3443
|
])
|
|
3493
|
-
], 16,
|
|
3494
|
-
], 2)) :
|
|
3495
|
-
], 16)) :
|
|
3444
|
+
], 16, ca)
|
|
3445
|
+
], 2)) : g("", !0)
|
|
3446
|
+
], 16)) : g("", !0)
|
|
3496
3447
|
])
|
|
3497
3448
|
]),
|
|
3498
3449
|
_: 3
|
|
3499
3450
|
}, 8, ["data", "limit", "onPaginationChangePage"]);
|
|
3500
3451
|
}
|
|
3501
|
-
const
|
|
3502
|
-
components: { TailwindPagination:
|
|
3452
|
+
const ma = /* @__PURE__ */ D(ta, [["render", ga]]), pa = {
|
|
3453
|
+
components: { TailwindPagination: ma },
|
|
3503
3454
|
props: {
|
|
3504
3455
|
data: Array,
|
|
3505
3456
|
columns: Array,
|
|
@@ -3575,10 +3526,10 @@ const sa = /* @__PURE__ */ k(qo, [["render", ra]]), na = {
|
|
|
3575
3526
|
this.isMounted && e !== t && this.GetItemLists();
|
|
3576
3527
|
}
|
|
3577
3528
|
}
|
|
3578
|
-
},
|
|
3529
|
+
}, _a = { class: "p-2" }, ba = { class: "flex flex-col flex-wrap pb-4 space-y-4 xl:flex-row xl:items-center xl:justify-between flex-column sm:space-y-0" }, ya = { class: "flex items-center gap-2" }, va = /* @__PURE__ */ s("span", { class: "font-medium" }, " Show ", -1), xa = { style: { "margin-top": "9px" } }, wa = /* @__PURE__ */ s("span", { class: "font-medium" }, " Entries ", -1), ka = /* @__PURE__ */ s("label", {
|
|
3579
3530
|
for: "table-search",
|
|
3580
3531
|
class: "sr-only"
|
|
3581
|
-
}, "Search", -1),
|
|
3532
|
+
}, "Search", -1), $a = { class: "relative" }, Ca = /* @__PURE__ */ s("div", { class: "absolute inset-y-0 left-0 flex items-center pointer-events-none rtl:inset-r-0 rtl:right-0 ps-3" }, [
|
|
3582
3533
|
/* @__PURE__ */ s("svg", {
|
|
3583
3534
|
class: "w-5 h-5 text-gray-500 dark:text-gray-400",
|
|
3584
3535
|
"aria-hidden": "true",
|
|
@@ -3592,24 +3543,24 @@ const sa = /* @__PURE__ */ k(qo, [["render", ra]]), na = {
|
|
|
3592
3543
|
"clip-rule": "evenodd"
|
|
3593
3544
|
})
|
|
3594
3545
|
])
|
|
3595
|
-
], -1),
|
|
3546
|
+
], -1), Sa = { class: "overflow-auto rounded-lg dark:text-gray-400 dark:bg-gray-800" }, Oa = { class: "w-full h-full max-w-full overflow-hidden bg-white border-separate xl:overflow-auto lg:border-collapse border-spacing-y-3 lg:border-spacing-y-0 dark:border-strokedark dark:bg-boxdark" }, Da = { class: "hidden text-sm font-normal text-center text-gray-700 uppercase lg:table-header-group dark:border-strokedark bg-gray-50 dark:bg-gray-700 dark:text-gray-400" }, Pa = ["onClick"], Ea = {
|
|
3596
3547
|
key: 0,
|
|
3597
3548
|
class: "ml-2"
|
|
3598
|
-
},
|
|
3549
|
+
}, ja = {
|
|
3599
3550
|
key: 0,
|
|
3600
3551
|
class: "fa fa-arrow-up"
|
|
3601
|
-
},
|
|
3552
|
+
}, Aa = {
|
|
3602
3553
|
key: 1,
|
|
3603
3554
|
class: "fa fa-arrow-down"
|
|
3604
|
-
},
|
|
3605
|
-
function
|
|
3606
|
-
const l =
|
|
3607
|
-
return d(), u("div",
|
|
3608
|
-
s("div",
|
|
3609
|
-
s("div",
|
|
3610
|
-
|
|
3611
|
-
s("div",
|
|
3612
|
-
|
|
3555
|
+
}, Ia = ["data-label"], Ta = { class: "overflow-auto max-h-40" }, Na = { class: "flex items-center justify-between px-4 py-3 bg-white border-gray-200 sm:px-6 dark:text-gray-400 dark:bg-gray-800" };
|
|
3556
|
+
function Ma(e, t, r, n, a, o) {
|
|
3557
|
+
const l = W("dropdown"), i = W("TailwindPagination");
|
|
3558
|
+
return d(), u("div", _a, [
|
|
3559
|
+
s("div", ba, [
|
|
3560
|
+
s("div", ya, [
|
|
3561
|
+
va,
|
|
3562
|
+
s("div", xa, [
|
|
3563
|
+
z(l, {
|
|
3613
3564
|
has_cancel: !1,
|
|
3614
3565
|
options: a.pageOptions,
|
|
3615
3566
|
modelValue: a.perPage,
|
|
@@ -3622,67 +3573,67 @@ function $a(e, t, r, n, a, o) {
|
|
|
3622
3573
|
placeholder: "Please select an option"
|
|
3623
3574
|
}, null, 8, ["options", "modelValue"])
|
|
3624
3575
|
]),
|
|
3625
|
-
|
|
3576
|
+
wa
|
|
3626
3577
|
]),
|
|
3627
|
-
|
|
3628
|
-
s("div",
|
|
3629
|
-
|
|
3630
|
-
|
|
3578
|
+
ka,
|
|
3579
|
+
s("div", $a, [
|
|
3580
|
+
Ca,
|
|
3581
|
+
P(s("input", {
|
|
3631
3582
|
type: "text",
|
|
3632
3583
|
"onUpdate:modelValue": t[1] || (t[1] = (c) => a.search = c),
|
|
3633
3584
|
onInput: t[2] || (t[2] = (c) => o.handleSearch()),
|
|
3634
3585
|
class: "block w-full p-2 text-sm text-gray-900 border border-gray-300 rounded-lg ps-10 bg-gray-50 focus:ring-blue-500 focus:border-blue-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500",
|
|
3635
3586
|
placeholder: "Search ..."
|
|
3636
3587
|
}, null, 544), [
|
|
3637
|
-
[
|
|
3588
|
+
[V, a.search]
|
|
3638
3589
|
])
|
|
3639
3590
|
])
|
|
3640
3591
|
]),
|
|
3641
|
-
s("div",
|
|
3642
|
-
s("table",
|
|
3643
|
-
s("thead",
|
|
3592
|
+
s("div", Sa, [
|
|
3593
|
+
s("table", Oa, [
|
|
3594
|
+
s("thead", Da, [
|
|
3644
3595
|
s("tr", null, [
|
|
3645
|
-
(d(!0), u(
|
|
3646
|
-
key:
|
|
3596
|
+
(d(!0), u(v, null, $(r.columns, (c, f) => (d(), u("th", {
|
|
3597
|
+
key: f,
|
|
3647
3598
|
onClick: (m) => o.updateSortColumn(c.field_name, c.sortable),
|
|
3648
3599
|
class: "w-full px-4 py-2 lg:w-2/12"
|
|
3649
3600
|
}, [
|
|
3650
|
-
|
|
3651
|
-
a.sortField === c.field_name ? (d(), u("span",
|
|
3652
|
-
a.sortOrder === "asc" ? (d(), u("i",
|
|
3653
|
-
])) :
|
|
3654
|
-
], 8,
|
|
3601
|
+
w(h(c.field_label) + " ", 1),
|
|
3602
|
+
a.sortField === c.field_name ? (d(), u("span", Ea, [
|
|
3603
|
+
a.sortOrder === "asc" ? (d(), u("i", ja)) : (d(), u("i", Aa))
|
|
3604
|
+
])) : g("", !0)
|
|
3605
|
+
], 8, Pa))), 128))
|
|
3655
3606
|
])
|
|
3656
3607
|
]),
|
|
3657
3608
|
s("tbody", null, [
|
|
3658
|
-
(d(!0), u(
|
|
3659
|
-
key:
|
|
3609
|
+
(d(!0), u(v, null, $(a.itemLists.data, (c, f) => (d(), u("tr", {
|
|
3610
|
+
key: f,
|
|
3660
3611
|
class: "bg-white dark:bg-gray-800 dark:border-gray-700 hover:bg-gray-50 dark:hover:bg-gray-600"
|
|
3661
3612
|
}, [
|
|
3662
|
-
(d(!0), u(
|
|
3663
|
-
key:
|
|
3613
|
+
(d(!0), u(v, null, $(r.columns, (m, y) => (d(), u("td", {
|
|
3614
|
+
key: y,
|
|
3664
3615
|
"data-label": m.field_label,
|
|
3665
3616
|
class: "text-pretty before:content-[attr(data-label)] before:font-bold lg:before:content-none flex md:flex-row flex-col justify-between gap-2 lg:table-cell py-4 px-5 lg:py-2.5 lg:px-4 border dark:border-gray-700"
|
|
3666
3617
|
}, [
|
|
3667
|
-
s("div",
|
|
3668
|
-
m.tdComp ? (d(),
|
|
3618
|
+
s("div", Ta, [
|
|
3619
|
+
m.tdComp ? (d(), H(se(o.forDynCompIs(m.tdComp)), {
|
|
3669
3620
|
key: 0,
|
|
3670
3621
|
row: c,
|
|
3671
3622
|
field: m.field_name,
|
|
3672
3623
|
xprops: r.xprops,
|
|
3673
3624
|
tdProps: m.tdProps,
|
|
3674
3625
|
onDeleteAction: t[3] || (t[3] = (x) => o.GetItemLists())
|
|
3675
|
-
}, null, 40, ["row", "field", "xprops", "tdProps"])) : (d(), u(
|
|
3676
|
-
|
|
3626
|
+
}, null, 40, ["row", "field", "xprops", "tdProps"])) : (d(), u(v, { key: 1 }, [
|
|
3627
|
+
w(h(c[m.field_name]), 1)
|
|
3677
3628
|
], 64))
|
|
3678
3629
|
])
|
|
3679
|
-
], 8,
|
|
3630
|
+
], 8, Ia))), 128))
|
|
3680
3631
|
]))), 128))
|
|
3681
3632
|
])
|
|
3682
3633
|
])
|
|
3683
3634
|
]),
|
|
3684
|
-
s("div",
|
|
3685
|
-
|
|
3635
|
+
s("div", Na, [
|
|
3636
|
+
z(i, {
|
|
3686
3637
|
class: "mt-3 mb-0",
|
|
3687
3638
|
data: a.itemLists,
|
|
3688
3639
|
limit: a.limit,
|
|
@@ -3693,7 +3644,7 @@ function $a(e, t, r, n, a, o) {
|
|
|
3693
3644
|
])
|
|
3694
3645
|
]);
|
|
3695
3646
|
}
|
|
3696
|
-
const
|
|
3647
|
+
const Od = /* @__PURE__ */ D(pa, [["render", Ma]]), Va = {
|
|
3697
3648
|
components: {},
|
|
3698
3649
|
props: {
|
|
3699
3650
|
data: Array,
|
|
@@ -3790,10 +3741,10 @@ const md = /* @__PURE__ */ k(na, [["render", $a]]), Ca = {
|
|
|
3790
3741
|
mounted() {
|
|
3791
3742
|
document.body.addEventListener("click", this.closeBoxOnbodyClick);
|
|
3792
3743
|
}
|
|
3793
|
-
},
|
|
3744
|
+
}, La = { class: "p-2" }, Ba = { class: "flex flex-wrap pb-4 space-y-4 md:items-center md:justify-between flex-column sm:flex-row sm:space-y-0" }, Ga = { class: "flex items-center gap-2" }, Fa = /* @__PURE__ */ s("span", { class: "font-medium" }, " Show ", -1), Ra = { style: { "margin-top": "9px" } }, Ua = /* @__PURE__ */ s("span", { class: "font-medium" }, " Entries ", -1), qa = /* @__PURE__ */ s("label", {
|
|
3794
3745
|
for: "table-search",
|
|
3795
3746
|
class: "sr-only"
|
|
3796
|
-
}, "Search", -1),
|
|
3747
|
+
}, "Search", -1), za = { class: "relative" }, Ha = /* @__PURE__ */ s("div", { class: "absolute inset-y-0 left-0 flex items-center pointer-events-none rtl:inset-r-0 rtl:right-0 ps-3" }, [
|
|
3797
3748
|
/* @__PURE__ */ s("svg", {
|
|
3798
3749
|
class: "w-5 h-5 text-gray-500 dark:text-gray-400",
|
|
3799
3750
|
"aria-hidden": "true",
|
|
@@ -3807,10 +3758,10 @@ const md = /* @__PURE__ */ k(na, [["render", $a]]), Ca = {
|
|
|
3807
3758
|
"clip-rule": "evenodd"
|
|
3808
3759
|
})
|
|
3809
3760
|
])
|
|
3810
|
-
], -1),
|
|
3761
|
+
], -1), Za = { class: "overflow-auto rounded-lg dark:text-gray-400 dark:bg-gray-800" }, Ka = { class: "w-full h-full max-w-full overflow-hidden bg-white border-separate xl:overflow-auto lg:border-collapse border-spacing-y-3 lg:border-spacing-y-0 dark:border-strokedark dark:bg-boxdark" }, Wa = { class: "hidden text-sm font-normal text-center text-gray-700 uppercase lg:table-header-group dark:border-strokedark bg-gray-50 dark:bg-gray-700 dark:text-gray-400" }, Xa = ["onClick"], Ya = {
|
|
3811
3762
|
key: 0,
|
|
3812
3763
|
class: "ml-2"
|
|
3813
|
-
},
|
|
3764
|
+
}, Ja = ["data-label"], Qa = ["innerHTML"], ei = { class: "flex items-center justify-between px-4 py-3 bg-white border-gray-200 sm:px-6 dark:text-gray-400 dark:bg-gray-800" }, ti = { class: "flex justify-between flex-1 sm:hidden" }, ri = ["disabled"], si = ["disabled"], ni = { class: "hidden sm:flex sm:flex-1 sm:items-center sm:justify-between" }, oi = { class: "text-sm text-gray-700 dark:text-gray-400" }, ai = { class: "font-medium" }, ii = { class: "font-medium" }, li = { class: "font-medium" }, di = { "aria-label": "Page navigation" }, ui = { class: "flex items-center h-8 -space-x-px text-sm" }, ci = ["disabled"], fi = /* @__PURE__ */ s("span", { class: "sr-only" }, "Previous", -1), hi = /* @__PURE__ */ s("svg", {
|
|
3814
3765
|
class: "w-2.5 h-2.5 rtl:rotate-180",
|
|
3815
3766
|
"aria-hidden": "true",
|
|
3816
3767
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3824,10 +3775,10 @@ const md = /* @__PURE__ */ k(na, [["render", $a]]), Ca = {
|
|
|
3824
3775
|
"stroke-width": "2",
|
|
3825
3776
|
d: "M5 1 1 5l4 4"
|
|
3826
3777
|
})
|
|
3827
|
-
], -1),
|
|
3828
|
-
|
|
3829
|
-
|
|
3830
|
-
],
|
|
3778
|
+
], -1), gi = [
|
|
3779
|
+
fi,
|
|
3780
|
+
hi
|
|
3781
|
+
], mi = ["onClick"], pi = ["onClick"], _i = ["disabled"], bi = /* @__PURE__ */ s("span", { class: "sr-only" }, "Next", -1), yi = /* @__PURE__ */ s("svg", {
|
|
3831
3782
|
class: "w-2.5 h-2.5 rtl:rotate-180",
|
|
3832
3783
|
"aria-hidden": "true",
|
|
3833
3784
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3841,18 +3792,18 @@ const md = /* @__PURE__ */ k(na, [["render", $a]]), Ca = {
|
|
|
3841
3792
|
"stroke-width": "2",
|
|
3842
3793
|
d: "m1 9 4-4-4-4"
|
|
3843
3794
|
})
|
|
3844
|
-
], -1),
|
|
3845
|
-
|
|
3846
|
-
|
|
3795
|
+
], -1), vi = [
|
|
3796
|
+
bi,
|
|
3797
|
+
yi
|
|
3847
3798
|
];
|
|
3848
|
-
function
|
|
3849
|
-
const l =
|
|
3850
|
-
return d(), u("div",
|
|
3851
|
-
s("div",
|
|
3852
|
-
s("div",
|
|
3853
|
-
|
|
3854
|
-
s("div",
|
|
3855
|
-
|
|
3799
|
+
function xi(e, t, r, n, a, o) {
|
|
3800
|
+
const l = W("dropdown");
|
|
3801
|
+
return d(), u("div", La, [
|
|
3802
|
+
s("div", Ba, [
|
|
3803
|
+
s("div", Ga, [
|
|
3804
|
+
Fa,
|
|
3805
|
+
s("div", Ra, [
|
|
3806
|
+
z(l, {
|
|
3856
3807
|
has_cancel: !1,
|
|
3857
3808
|
options: a.showNoOfEntries,
|
|
3858
3809
|
modelValue: a.itemsPerPage,
|
|
@@ -3865,100 +3816,100 @@ function di(e, t, r, n, a, o) {
|
|
|
3865
3816
|
placeholder: "Please select an option"
|
|
3866
3817
|
}, null, 8, ["options", "modelValue"])
|
|
3867
3818
|
]),
|
|
3868
|
-
|
|
3819
|
+
Ua
|
|
3869
3820
|
]),
|
|
3870
|
-
|
|
3871
|
-
s("div",
|
|
3872
|
-
|
|
3873
|
-
|
|
3821
|
+
qa,
|
|
3822
|
+
s("div", za, [
|
|
3823
|
+
Ha,
|
|
3824
|
+
P(s("input", {
|
|
3874
3825
|
type: "text",
|
|
3875
3826
|
"onUpdate:modelValue": t[1] || (t[1] = (i) => a.search = i),
|
|
3876
3827
|
class: "block p-2 text-sm text-gray-900 border border-gray-300 rounded-lg ps-10 w-80 bg-gray-50 focus:ring-blue-500 focus:border-blue-500 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500",
|
|
3877
3828
|
placeholder: "Search ..."
|
|
3878
3829
|
}, null, 512), [
|
|
3879
|
-
[
|
|
3830
|
+
[V, a.search]
|
|
3880
3831
|
])
|
|
3881
3832
|
])
|
|
3882
3833
|
]),
|
|
3883
|
-
s("div",
|
|
3884
|
-
s("table",
|
|
3885
|
-
s("thead",
|
|
3834
|
+
s("div", Za, [
|
|
3835
|
+
s("table", Ka, [
|
|
3836
|
+
s("thead", Wa, [
|
|
3886
3837
|
s("tr", null, [
|
|
3887
|
-
(d(!0), u(
|
|
3838
|
+
(d(!0), u(v, null, $(r.columns, (i, c) => (d(), u("th", {
|
|
3888
3839
|
key: c,
|
|
3889
|
-
onClick: (
|
|
3840
|
+
onClick: (f) => o.sort(i),
|
|
3890
3841
|
class: "w-full px-4 py-2 lg:w-2/12"
|
|
3891
3842
|
}, [
|
|
3892
|
-
|
|
3893
|
-
a.sortKey === i ? (d(), u("span",
|
|
3894
|
-
], 8,
|
|
3843
|
+
w(h(i) + " ", 1),
|
|
3844
|
+
a.sortKey === i ? (d(), u("span", Ya, h(a.sortOrder === 1 ? "▲" : "▼"), 1)) : g("", !0)
|
|
3845
|
+
], 8, Xa))), 128))
|
|
3895
3846
|
])
|
|
3896
3847
|
]),
|
|
3897
3848
|
s("tbody", null, [
|
|
3898
|
-
(d(!0), u(
|
|
3849
|
+
(d(!0), u(v, null, $(o.paginatedData, (i, c) => (d(), u("tr", {
|
|
3899
3850
|
key: c,
|
|
3900
3851
|
class: "bg-white dark:bg-gray-800 dark:border-gray-700 hover:bg-gray-50 dark:hover:bg-gray-600"
|
|
3901
3852
|
}, [
|
|
3902
|
-
(d(!0), u(
|
|
3853
|
+
(d(!0), u(v, null, $(r.columns, (f, m) => (d(), u("td", {
|
|
3903
3854
|
key: m,
|
|
3904
|
-
"data-label":
|
|
3855
|
+
"data-label": f,
|
|
3905
3856
|
class: "text-pretty before:content-[attr(data-label)] before:font-bold lg:before:content-none flex md:flex-row flex-col justify-between gap-2 lg:table-cell py-4 px-5 lg:py-2.5 lg:px-4 border dark:border-gray-700"
|
|
3906
3857
|
}, [
|
|
3907
3858
|
s("p", {
|
|
3908
3859
|
class: "text-pretty",
|
|
3909
3860
|
innerHTML: i[m]
|
|
3910
|
-
}, null, 8,
|
|
3911
|
-
], 8,
|
|
3861
|
+
}, null, 8, Qa)
|
|
3862
|
+
], 8, Ja))), 128))
|
|
3912
3863
|
]))), 128))
|
|
3913
3864
|
])
|
|
3914
3865
|
])
|
|
3915
3866
|
]),
|
|
3916
|
-
s("div",
|
|
3917
|
-
s("div",
|
|
3867
|
+
s("div", ei, [
|
|
3868
|
+
s("div", ti, [
|
|
3918
3869
|
s("a", {
|
|
3919
3870
|
href: "#",
|
|
3920
3871
|
onClick: t[2] || (t[2] = (...i) => o.previousPage && o.previousPage(...i)),
|
|
3921
3872
|
disabled: a.currentPage === 1,
|
|
3922
3873
|
class: "relative inline-flex items-center px-4 py-2 text-sm font-medium text-gray-700 bg-white border border-gray-300 rounded-md hover:bg-gray-50"
|
|
3923
|
-
}, "Previous", 8,
|
|
3874
|
+
}, "Previous", 8, ri),
|
|
3924
3875
|
s("a", {
|
|
3925
3876
|
href: "#",
|
|
3926
3877
|
onClick: t[3] || (t[3] = (...i) => o.nextPage && o.nextPage(...i)),
|
|
3927
3878
|
disabled: a.currentPage === o.totalPages,
|
|
3928
3879
|
class: "relative inline-flex items-center px-4 py-2 ml-3 text-sm font-medium text-gray-700 bg-white border border-gray-300 rounded-md hover:bg-gray-50"
|
|
3929
|
-
}, "Next", 8,
|
|
3880
|
+
}, "Next", 8, si)
|
|
3930
3881
|
]),
|
|
3931
|
-
s("div",
|
|
3882
|
+
s("div", ni, [
|
|
3932
3883
|
s("div", null, [
|
|
3933
|
-
s("p",
|
|
3934
|
-
|
|
3935
|
-
s("span",
|
|
3936
|
-
|
|
3937
|
-
s("span",
|
|
3938
|
-
|
|
3939
|
-
s("span",
|
|
3940
|
-
|
|
3884
|
+
s("p", oi, [
|
|
3885
|
+
w(" Showing "),
|
|
3886
|
+
s("span", ai, h(o.firstItemIndex), 1),
|
|
3887
|
+
w(" to "),
|
|
3888
|
+
s("span", ii, h(o.lastItemIndex), 1),
|
|
3889
|
+
w(" of "),
|
|
3890
|
+
s("span", li, h(o.filteredData.length), 1),
|
|
3891
|
+
w(" entries ")
|
|
3941
3892
|
])
|
|
3942
3893
|
]),
|
|
3943
3894
|
s("div", null, [
|
|
3944
|
-
s("nav",
|
|
3945
|
-
s("ul",
|
|
3895
|
+
s("nav", di, [
|
|
3896
|
+
s("ul", ui, [
|
|
3946
3897
|
s("li", null, [
|
|
3947
3898
|
s("a", {
|
|
3948
3899
|
href: "#",
|
|
3949
3900
|
onClick: t[4] || (t[4] = (...i) => o.previousPage && o.previousPage(...i)),
|
|
3950
3901
|
disabled: a.currentPage === 1,
|
|
3951
3902
|
class: "flex items-center justify-center h-8 px-3 leading-tight text-gray-500 bg-white border border-gray-300 ms-0 border-e-0 rounded-s-lg hover:bg-gray-100 hover:text-gray-700 dark:bg-gray-800 dark:border-gray-700 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-white"
|
|
3952
|
-
},
|
|
3903
|
+
}, gi, 8, ci)
|
|
3953
3904
|
]),
|
|
3954
|
-
(d(!0), u(
|
|
3905
|
+
(d(!0), u(v, null, $(o.displayedPageNumbers, (i) => (d(), u(v, { key: i }, [
|
|
3955
3906
|
s("li", null, [
|
|
3956
3907
|
a.currentPage !== i ? (d(), u("a", {
|
|
3957
3908
|
key: 0,
|
|
3958
3909
|
href: "#",
|
|
3959
3910
|
onClick: (c) => o.goToPage(i),
|
|
3960
3911
|
class: "flex items-center justify-center h-8 px-3 leading-tight text-gray-500 bg-white border border-gray-300 hover:bg-gray-100 hover:text-gray-700 dark:bg-gray-800 dark:border-gray-700 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-white"
|
|
3961
|
-
}, h(i), 9,
|
|
3912
|
+
}, h(i), 9, mi)) : g("", !0)
|
|
3962
3913
|
]),
|
|
3963
3914
|
s("li", null, [
|
|
3964
3915
|
a.currentPage === i ? (d(), u("a", {
|
|
@@ -3967,7 +3918,7 @@ function di(e, t, r, n, a, o) {
|
|
|
3967
3918
|
onClick: (c) => o.goToPage(i),
|
|
3968
3919
|
"aria-current": "page",
|
|
3969
3920
|
class: "z-10 flex items-center justify-center h-8 px-3 leading-tight text-blue-600 border border-blue-300 bg-blue-50 hover:bg-blue-100 hover:text-blue-700 dark:border-gray-700 dark:bg-gray-700 dark:text-white"
|
|
3970
|
-
}, h(i), 9,
|
|
3921
|
+
}, h(i), 9, pi)) : g("", !0)
|
|
3971
3922
|
])
|
|
3972
3923
|
], 64))), 128)),
|
|
3973
3924
|
s("li", null, [
|
|
@@ -3976,7 +3927,7 @@ function di(e, t, r, n, a, o) {
|
|
|
3976
3927
|
onClick: t[5] || (t[5] = (...i) => o.nextPage && o.nextPage(...i)),
|
|
3977
3928
|
disabled: a.currentPage === o.totalPages,
|
|
3978
3929
|
class: "flex items-center justify-center h-8 px-3 leading-tight text-gray-500 bg-white border border-gray-300 rounded-e-lg hover:bg-gray-100 hover:text-gray-700 dark:bg-gray-800 dark:border-gray-700 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-white"
|
|
3979
|
-
},
|
|
3930
|
+
}, vi, 8, _i)
|
|
3980
3931
|
])
|
|
3981
3932
|
])
|
|
3982
3933
|
])
|
|
@@ -3985,13 +3936,13 @@ function di(e, t, r, n, a, o) {
|
|
|
3985
3936
|
])
|
|
3986
3937
|
]);
|
|
3987
3938
|
}
|
|
3988
|
-
const
|
|
3939
|
+
const Dd = /* @__PURE__ */ D(Va, [["render", xi]]), wi = {
|
|
3989
3940
|
class: "flex items-center p-4 text-gray-500 bg-white rounded-lg shadow dark:bg-gray-800 dark:text-gray-400",
|
|
3990
3941
|
role: "alert"
|
|
3991
|
-
},
|
|
3942
|
+
}, ki = {
|
|
3992
3943
|
key: 0,
|
|
3993
3944
|
class: "inline-flex items-center justify-center flex-shrink-0 w-8 h-8 text-green-500 bg-green-100 rounded-lg dark:bg-green-800 dark:text-green-200"
|
|
3994
|
-
},
|
|
3945
|
+
}, $i = /* @__PURE__ */ s("svg", {
|
|
3995
3946
|
class: "w-5 h-5",
|
|
3996
3947
|
"aria-hidden": "true",
|
|
3997
3948
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3999,13 +3950,13 @@ const _d = /* @__PURE__ */ k(Ca, [["render", di]]), ui = {
|
|
|
3999
3950
|
viewBox: "0 0 20 20"
|
|
4000
3951
|
}, [
|
|
4001
3952
|
/* @__PURE__ */ s("path", { d: "M10 .5a9.5 9.5 0 1 0 9.5 9.5A9.51 9.51 0 0 0 10 .5Zm3.707 8.207-4 4a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L9 10.586l3.293-3.293a1 1 0 0 1 1.414 1.414Z" })
|
|
4002
|
-
], -1),
|
|
4003
|
-
|
|
4004
|
-
|
|
4005
|
-
],
|
|
3953
|
+
], -1), Ci = /* @__PURE__ */ s("span", { class: "sr-only" }, "Check icon", -1), Si = [
|
|
3954
|
+
$i,
|
|
3955
|
+
Ci
|
|
3956
|
+
], Oi = {
|
|
4006
3957
|
key: 1,
|
|
4007
3958
|
class: "inline-flex items-center justify-center flex-shrink-0 w-8 h-8 text-red-500 bg-red-100 rounded-lg dark:bg-red-800 dark:text-red-200"
|
|
4008
|
-
},
|
|
3959
|
+
}, Di = /* @__PURE__ */ s("svg", {
|
|
4009
3960
|
class: "w-5 h-5",
|
|
4010
3961
|
"aria-hidden": "true",
|
|
4011
3962
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4013,13 +3964,13 @@ const _d = /* @__PURE__ */ k(Ca, [["render", di]]), ui = {
|
|
|
4013
3964
|
viewBox: "0 0 20 20"
|
|
4014
3965
|
}, [
|
|
4015
3966
|
/* @__PURE__ */ s("path", { d: "M10 .5a9.5 9.5 0 1 0 9.5 9.5A9.51 9.51 0 0 0 10 .5Zm3.707 11.793a1 1 0 1 1-1.414 1.414L10 11.414l-2.293 2.293a1 1 0 0 1-1.414-1.414L8.586 10 6.293 7.707a1 1 0 0 1 1.414-1.414L10 8.586l2.293-2.293a1 1 0 0 1 1.414 1.414L11.414 10l2.293 2.293Z" })
|
|
4016
|
-
], -1),
|
|
4017
|
-
|
|
4018
|
-
|
|
4019
|
-
],
|
|
3967
|
+
], -1), Pi = /* @__PURE__ */ s("span", { class: "sr-only" }, "Error icon", -1), Ei = [
|
|
3968
|
+
Di,
|
|
3969
|
+
Pi
|
|
3970
|
+
], ji = {
|
|
4020
3971
|
key: 2,
|
|
4021
3972
|
class: "inline-flex items-center justify-center flex-shrink-0 w-8 h-8 text-orange-500 bg-orange-100 rounded-lg dark:bg-orange-700 dark:text-orange-200"
|
|
4022
|
-
},
|
|
3973
|
+
}, Ai = /* @__PURE__ */ s("svg", {
|
|
4023
3974
|
class: "w-5 h-5",
|
|
4024
3975
|
"aria-hidden": "true",
|
|
4025
3976
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4027,10 +3978,10 @@ const _d = /* @__PURE__ */ k(Ca, [["render", di]]), ui = {
|
|
|
4027
3978
|
viewBox: "0 0 20 20"
|
|
4028
3979
|
}, [
|
|
4029
3980
|
/* @__PURE__ */ s("path", { d: "M10 .5a9.5 9.5 0 1 0 9.5 9.5A9.51 9.51 0 0 0 10 .5ZM10 15a1 1 0 1 1 0-2 1 1 0 0 1 0 2Zm1-4a1 1 0 0 1-2 0V6a1 1 0 0 1 2 0v5Z" })
|
|
4030
|
-
], -1),
|
|
4031
|
-
|
|
4032
|
-
|
|
4033
|
-
],
|
|
3981
|
+
], -1), Ii = /* @__PURE__ */ s("span", { class: "sr-only" }, "Warning icon", -1), Ti = [
|
|
3982
|
+
Ai,
|
|
3983
|
+
Ii
|
|
3984
|
+
], Ni = { class: "ml-3 text-sm font-normal" }, Mi = /* @__PURE__ */ s("span", { class: "sr-only" }, "Close", -1), Vi = /* @__PURE__ */ s("svg", {
|
|
4034
3985
|
"aria-hidden": "true",
|
|
4035
3986
|
class: "w-5 h-5",
|
|
4036
3987
|
fill: "currentColor",
|
|
@@ -4042,10 +3993,10 @@ const _d = /* @__PURE__ */ k(Ca, [["render", di]]), ui = {
|
|
|
4042
3993
|
d: "M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z",
|
|
4043
3994
|
"clip-rule": "evenodd"
|
|
4044
3995
|
})
|
|
4045
|
-
], -1),
|
|
4046
|
-
|
|
4047
|
-
|
|
4048
|
-
],
|
|
3996
|
+
], -1), Li = [
|
|
3997
|
+
Mi,
|
|
3998
|
+
Vi
|
|
3999
|
+
], Bi = {
|
|
4049
4000
|
__name: "ToastListItem",
|
|
4050
4001
|
props: {
|
|
4051
4002
|
message: String,
|
|
@@ -4061,29 +4012,29 @@ const _d = /* @__PURE__ */ k(Ca, [["render", di]]), ui = {
|
|
|
4061
4012
|
emits: ["remove"],
|
|
4062
4013
|
setup(e, { emit: t }) {
|
|
4063
4014
|
const r = e;
|
|
4064
|
-
|
|
4015
|
+
G(() => {
|
|
4065
4016
|
setTimeout(() => n("remove"), r.duration);
|
|
4066
4017
|
});
|
|
4067
4018
|
const n = t;
|
|
4068
|
-
return (a, o) => (d(), u("div",
|
|
4069
|
-
r.type === "success" ? (d(), u("div",
|
|
4070
|
-
r.type === "error" ? (d(), u("div",
|
|
4071
|
-
r.type === "warning" ? (d(), u("div",
|
|
4072
|
-
s("div",
|
|
4019
|
+
return (a, o) => (d(), u("div", wi, [
|
|
4020
|
+
r.type === "success" ? (d(), u("div", ki, Si)) : g("", !0),
|
|
4021
|
+
r.type === "error" ? (d(), u("div", Oi, Ei)) : g("", !0),
|
|
4022
|
+
r.type === "warning" ? (d(), u("div", ji, Ti)) : g("", !0),
|
|
4023
|
+
s("div", Ni, h(r.message), 1),
|
|
4073
4024
|
s("button", {
|
|
4074
4025
|
onClick: o[0] || (o[0] = (l) => n("remove")),
|
|
4075
4026
|
type: "button",
|
|
4076
4027
|
class: "-mx-1.5 -my-1.5 ml-auto inline-flex h-8 w-8 rounded-lg bg-white p-1.5 text-gray-400 hover:bg-gray-100 hover:text-gray-900 focus:ring-2 focus:ring-gray-300 dark:bg-gray-800 dark:text-gray-500 dark:hover:bg-gray-700 dark:hover:text-white",
|
|
4077
4028
|
"data-dismiss-target": "#toast-default",
|
|
4078
4029
|
"aria-label": "Close"
|
|
4079
|
-
},
|
|
4030
|
+
}, Li)
|
|
4080
4031
|
]));
|
|
4081
4032
|
}
|
|
4082
|
-
},
|
|
4033
|
+
}, ae = xe({
|
|
4083
4034
|
items: []
|
|
4084
|
-
}),
|
|
4035
|
+
}), Gi = {
|
|
4085
4036
|
add(e) {
|
|
4086
|
-
|
|
4037
|
+
ae.items.unshift({
|
|
4087
4038
|
key: Symbol(),
|
|
4088
4039
|
message: e.message,
|
|
4089
4040
|
type: e.type,
|
|
@@ -4091,18 +4042,18 @@ const _d = /* @__PURE__ */ k(Ca, [["render", di]]), ui = {
|
|
|
4091
4042
|
});
|
|
4092
4043
|
},
|
|
4093
4044
|
remove(e) {
|
|
4094
|
-
|
|
4045
|
+
ae.items.splice(e, 1);
|
|
4095
4046
|
}
|
|
4096
|
-
},
|
|
4097
|
-
state:
|
|
4098
|
-
methods:
|
|
4099
|
-
},
|
|
4047
|
+
}, ye = {
|
|
4048
|
+
state: ae,
|
|
4049
|
+
methods: Gi
|
|
4050
|
+
}, Pd = {
|
|
4100
4051
|
__name: "GlToastList",
|
|
4101
4052
|
setup(e) {
|
|
4102
4053
|
function t(r) {
|
|
4103
|
-
|
|
4054
|
+
ye.methods.remove(r);
|
|
4104
4055
|
}
|
|
4105
|
-
return (r, n) => (d(),
|
|
4056
|
+
return (r, n) => (d(), H(tt, {
|
|
4106
4057
|
tag: "div",
|
|
4107
4058
|
"enter-from-class": "translate-x-full opacity-0",
|
|
4108
4059
|
"enter-active-class": "duration-500",
|
|
@@ -4110,8 +4061,8 @@ const _d = /* @__PURE__ */ k(Ca, [["render", di]]), ui = {
|
|
|
4110
4061
|
"leave-to-class": "translate-x-full opacity-0",
|
|
4111
4062
|
class: "fixed z-50 w-full max-w-xs space-y-4 top-4 right-4"
|
|
4112
4063
|
}, {
|
|
4113
|
-
default:
|
|
4114
|
-
(d(!0), u(
|
|
4064
|
+
default: X(() => [
|
|
4065
|
+
(d(!0), u(v, null, $(we(ye).state.items, (a, o) => (d(), H(Bi, {
|
|
4115
4066
|
key: a.key,
|
|
4116
4067
|
message: a.message,
|
|
4117
4068
|
type: a.type,
|
|
@@ -4122,10 +4073,10 @@ const _d = /* @__PURE__ */ k(Ca, [["render", di]]), ui = {
|
|
|
4122
4073
|
_: 1
|
|
4123
4074
|
}));
|
|
4124
4075
|
}
|
|
4125
|
-
},
|
|
4076
|
+
}, Fi = {
|
|
4126
4077
|
key: 0,
|
|
4127
4078
|
class: "flex justify-center"
|
|
4128
|
-
},
|
|
4079
|
+
}, Ri = /* @__PURE__ */ s("svg", {
|
|
4129
4080
|
class: "w-5 h-5",
|
|
4130
4081
|
"aria-hidden": "true",
|
|
4131
4082
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4133,12 +4084,12 @@ const _d = /* @__PURE__ */ k(Ca, [["render", di]]), ui = {
|
|
|
4133
4084
|
viewBox: "0 0 4 15"
|
|
4134
4085
|
}, [
|
|
4135
4086
|
/* @__PURE__ */ s("path", { d: "M3.5 1.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm0 6.041a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm0 5.959a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z" })
|
|
4136
|
-
], -1),
|
|
4137
|
-
|
|
4138
|
-
],
|
|
4087
|
+
], -1), Ui = [
|
|
4088
|
+
Ri
|
|
4089
|
+
], qi = { class: "absolute z-10 mt-5 origin-top-right bg-white divide-y divide-gray-100 rounded-lg shadow w-44 dark:bg-gray-700 dark:divide-gray-600" }, zi = {
|
|
4139
4090
|
class: "py-2 text-sm text-gray-700 dark:text-gray-200",
|
|
4140
4091
|
"aria-labelledby": "dropdownDividerButton"
|
|
4141
|
-
},
|
|
4092
|
+
}, Hi = { key: 0 }, Zi = ["href"], Ki = /* @__PURE__ */ s("i", { class: "mr-2 fa-solid fa-list-ul opacity-80" }, null, -1), Wi = { key: 1 }, Xi = /* @__PURE__ */ s("i", { class: "mr-2 fa-solid fa-trash-can opacity-80" }, null, -1), Ed = {
|
|
4142
4093
|
__name: "DatatableAction",
|
|
4143
4094
|
props: {
|
|
4144
4095
|
field: {
|
|
@@ -4164,15 +4115,15 @@ const _d = /* @__PURE__ */ k(Ca, [["render", di]]), ui = {
|
|
|
4164
4115
|
},
|
|
4165
4116
|
emits: ["deleteAction"],
|
|
4166
4117
|
setup(e, { emit: t }) {
|
|
4167
|
-
const r =
|
|
4118
|
+
const r = Se(), n = e, a = O(!1), o = O(!1), l = () => {
|
|
4168
4119
|
a.value = !1;
|
|
4169
4120
|
}, i = () => {
|
|
4170
4121
|
a.value = !0;
|
|
4171
4122
|
}, c = () => {
|
|
4172
4123
|
o.value = !1;
|
|
4173
|
-
},
|
|
4124
|
+
}, f = () => {
|
|
4174
4125
|
o.value = !0;
|
|
4175
|
-
}, m = t,
|
|
4126
|
+
}, m = t, y = () => {
|
|
4176
4127
|
axios.delete(`${n.xprops.route}/${n.row.id}`).then(() => {
|
|
4177
4128
|
c(), m("deleteAction"), r.commit("notification/SHOW_NOTIFICATION", {
|
|
4178
4129
|
message: "Item deleted successfully.",
|
|
@@ -4183,55 +4134,55 @@ const _d = /* @__PURE__ */ k(Ca, [["render", di]]), ui = {
|
|
|
4183
4134
|
console.log(x);
|
|
4184
4135
|
});
|
|
4185
4136
|
};
|
|
4186
|
-
return (x,
|
|
4187
|
-
const
|
|
4188
|
-
return d(), u(
|
|
4189
|
-
|
|
4137
|
+
return (x, C) => {
|
|
4138
|
+
const L = ke("click-outside");
|
|
4139
|
+
return d(), u(v, null, [
|
|
4140
|
+
z(ie, {
|
|
4190
4141
|
isOpen: o.value,
|
|
4191
|
-
onConfirmDelete:
|
|
4142
|
+
onConfirmDelete: y,
|
|
4192
4143
|
onCancelDelete: c
|
|
4193
4144
|
}, null, 8, ["isOpen"]),
|
|
4194
|
-
e.row && x.can(`edit_${e.xprops.permission} || delete_${e.xprops.permission}`) ?
|
|
4145
|
+
e.row && x.can(`edit_${e.xprops.permission} || delete_${e.xprops.permission}`) ? P((d(), u("div", Fi, [
|
|
4195
4146
|
s("button", {
|
|
4196
4147
|
onClick: i,
|
|
4197
4148
|
class: "inline-flex items-center p-2 text-sm font-medium text-center text-gray-900 bg-white rounded-lg hover:bg-gray-100 focus:ring-4 focus:outline-none dark:text-white focus:ring-gray-50 dark:bg-gray-800 dark:hover:bg-gray-700 dark:focus:ring-gray-600",
|
|
4198
4149
|
type: "button"
|
|
4199
|
-
},
|
|
4200
|
-
|
|
4201
|
-
s("ul",
|
|
4202
|
-
x.can(`edit_${e.xprops.permission}`) ? (d(), u("li",
|
|
4150
|
+
}, Ui),
|
|
4151
|
+
P(s("div", qi, [
|
|
4152
|
+
s("ul", zi, [
|
|
4153
|
+
x.can(`edit_${e.xprops.permission}`) ? (d(), u("li", Hi, [
|
|
4203
4154
|
s("a", {
|
|
4204
4155
|
href: e.xprops.route + "/" + e.row.id + "/edit",
|
|
4205
4156
|
class: "block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white"
|
|
4206
4157
|
}, [
|
|
4207
|
-
|
|
4208
|
-
|
|
4209
|
-
], 8,
|
|
4210
|
-
])) :
|
|
4211
|
-
x.can(`delete_${e.xprops.permission}`) ? (d(), u("li",
|
|
4158
|
+
Ki,
|
|
4159
|
+
w(" Edit")
|
|
4160
|
+
], 8, Zi)
|
|
4161
|
+
])) : g("", !0),
|
|
4162
|
+
x.can(`delete_${e.xprops.permission}`) ? (d(), u("li", Wi, [
|
|
4212
4163
|
s("a", {
|
|
4213
4164
|
href: "#",
|
|
4214
|
-
onClick:
|
|
4165
|
+
onClick: N(f, ["prevent"]),
|
|
4215
4166
|
class: "block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white"
|
|
4216
4167
|
}, [
|
|
4217
|
-
|
|
4218
|
-
|
|
4168
|
+
Xi,
|
|
4169
|
+
w(" Remove")
|
|
4219
4170
|
])
|
|
4220
|
-
])) :
|
|
4171
|
+
])) : g("", !0)
|
|
4221
4172
|
])
|
|
4222
4173
|
], 512), [
|
|
4223
|
-
[
|
|
4174
|
+
[B, a.value]
|
|
4224
4175
|
])
|
|
4225
4176
|
])), [
|
|
4226
|
-
[
|
|
4227
|
-
]) :
|
|
4177
|
+
[L, l]
|
|
4178
|
+
]) : g("", !0)
|
|
4228
4179
|
], 64);
|
|
4229
4180
|
};
|
|
4230
4181
|
}
|
|
4231
|
-
},
|
|
4182
|
+
}, Yi = {
|
|
4232
4183
|
key: 0,
|
|
4233
4184
|
class: "flex justify-center"
|
|
4234
|
-
},
|
|
4185
|
+
}, Ji = /* @__PURE__ */ s("svg", {
|
|
4235
4186
|
class: "w-5 h-5",
|
|
4236
4187
|
"aria-hidden": "true",
|
|
4237
4188
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4239,12 +4190,12 @@ const _d = /* @__PURE__ */ k(Ca, [["render", di]]), ui = {
|
|
|
4239
4190
|
viewBox: "0 0 4 15"
|
|
4240
4191
|
}, [
|
|
4241
4192
|
/* @__PURE__ */ s("path", { d: "M3.5 1.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm0 6.041a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm0 5.959a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z" })
|
|
4242
|
-
], -1),
|
|
4243
|
-
|
|
4244
|
-
],
|
|
4193
|
+
], -1), Qi = [
|
|
4194
|
+
Ji
|
|
4195
|
+
], el = { class: "absolute z-10 mt-5 origin-top-right bg-white divide-y divide-gray-100 rounded-lg shadow w-44 dark:bg-gray-700 dark:divide-gray-600" }, tl = {
|
|
4245
4196
|
class: "py-2 text-sm text-gray-700 dark:text-gray-200",
|
|
4246
4197
|
"aria-labelledby": "dropdownDividerButton"
|
|
4247
|
-
},
|
|
4198
|
+
}, rl = { key: 0 }, sl = /* @__PURE__ */ s("i", { class: "mr-2 fa-solid fa-trash-can opacity-80" }, null, -1), jd = {
|
|
4248
4199
|
__name: "DatatableDeleteAction",
|
|
4249
4200
|
props: {
|
|
4250
4201
|
field: {
|
|
@@ -4270,15 +4221,15 @@ const _d = /* @__PURE__ */ k(Ca, [["render", di]]), ui = {
|
|
|
4270
4221
|
},
|
|
4271
4222
|
emits: ["deleteAction"],
|
|
4272
4223
|
setup(e, { emit: t }) {
|
|
4273
|
-
const r =
|
|
4224
|
+
const r = Se(), n = e, a = O(!1), o = O(!1), l = () => {
|
|
4274
4225
|
a.value = !1;
|
|
4275
4226
|
}, i = () => {
|
|
4276
4227
|
a.value = !0;
|
|
4277
4228
|
}, c = () => {
|
|
4278
4229
|
o.value = !1;
|
|
4279
|
-
},
|
|
4230
|
+
}, f = () => {
|
|
4280
4231
|
o.value = !0;
|
|
4281
|
-
}, m = t,
|
|
4232
|
+
}, m = t, y = () => {
|
|
4282
4233
|
axios.delete(`${n.xprops.route}/${n.row.id}`).then(() => {
|
|
4283
4234
|
c(), m("deleteAction"), r.commit("notification/SHOW_NOTIFICATION", {
|
|
4284
4235
|
message: "Item deleted successfully.",
|
|
@@ -4289,43 +4240,43 @@ const _d = /* @__PURE__ */ k(Ca, [["render", di]]), ui = {
|
|
|
4289
4240
|
console.log(x);
|
|
4290
4241
|
});
|
|
4291
4242
|
};
|
|
4292
|
-
return (x,
|
|
4293
|
-
const
|
|
4294
|
-
return d(), u(
|
|
4295
|
-
|
|
4243
|
+
return (x, C) => {
|
|
4244
|
+
const L = ke("click-outside");
|
|
4245
|
+
return d(), u(v, null, [
|
|
4246
|
+
z(ie, {
|
|
4296
4247
|
isOpen: o.value,
|
|
4297
|
-
onConfirmDelete:
|
|
4248
|
+
onConfirmDelete: y,
|
|
4298
4249
|
onCancelDelete: c
|
|
4299
4250
|
}, null, 8, ["isOpen"]),
|
|
4300
|
-
e.row && x.can(`delete_${e.xprops.permission}`) ?
|
|
4251
|
+
e.row && x.can(`delete_${e.xprops.permission}`) ? P((d(), u("div", Yi, [
|
|
4301
4252
|
s("button", {
|
|
4302
4253
|
onClick: i,
|
|
4303
4254
|
class: "inline-flex items-center p-2 text-sm font-medium text-center text-gray-900 bg-white rounded-lg hover:bg-gray-100 focus:ring-4 focus:outline-none dark:text-white focus:ring-gray-50 dark:bg-gray-800 dark:hover:bg-gray-700 dark:focus:ring-gray-600",
|
|
4304
4255
|
type: "button"
|
|
4305
|
-
},
|
|
4306
|
-
|
|
4307
|
-
s("ul",
|
|
4308
|
-
x.can(`delete_${e.xprops.permission}`) ? (d(), u("li",
|
|
4256
|
+
}, Qi),
|
|
4257
|
+
P(s("div", el, [
|
|
4258
|
+
s("ul", tl, [
|
|
4259
|
+
x.can(`delete_${e.xprops.permission}`) ? (d(), u("li", rl, [
|
|
4309
4260
|
s("a", {
|
|
4310
4261
|
href: "#",
|
|
4311
|
-
onClick:
|
|
4262
|
+
onClick: N(f, ["prevent"]),
|
|
4312
4263
|
class: "block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white"
|
|
4313
4264
|
}, [
|
|
4314
|
-
|
|
4315
|
-
|
|
4265
|
+
sl,
|
|
4266
|
+
w(" Remove")
|
|
4316
4267
|
])
|
|
4317
|
-
])) :
|
|
4268
|
+
])) : g("", !0)
|
|
4318
4269
|
])
|
|
4319
4270
|
], 512), [
|
|
4320
|
-
[
|
|
4271
|
+
[B, a.value]
|
|
4321
4272
|
])
|
|
4322
4273
|
])), [
|
|
4323
|
-
[
|
|
4324
|
-
]) :
|
|
4274
|
+
[L, l]
|
|
4275
|
+
]) : g("", !0)
|
|
4325
4276
|
], 64);
|
|
4326
4277
|
};
|
|
4327
4278
|
}
|
|
4328
|
-
},
|
|
4279
|
+
}, nl = {
|
|
4329
4280
|
props: ["field", "row"],
|
|
4330
4281
|
computed: {
|
|
4331
4282
|
isArray() {
|
|
@@ -4341,7 +4292,7 @@ const _d = /* @__PURE__ */ k(Ca, [["render", di]]), ui = {
|
|
|
4341
4292
|
mounted() {
|
|
4342
4293
|
console.log("row : ", this.row);
|
|
4343
4294
|
}
|
|
4344
|
-
},
|
|
4295
|
+
}, ol = ["href", "title"], al = /* @__PURE__ */ s("svg", {
|
|
4345
4296
|
class: "w-3 h-3 text-white me-2",
|
|
4346
4297
|
"aria-hidden": "true",
|
|
4347
4298
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4358,10 +4309,10 @@ const _d = /* @__PURE__ */ k(Ca, [["render", di]]), ui = {
|
|
|
4358
4309
|
d: "M9.657 15.874 7.358 13H5a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2h-2.358l-2.3 2.874a3 3 0 0 1-4.685 0ZM17 16a1 1 0 1 0 0 2h.01a1 1 0 1 0 0-2H17Z",
|
|
4359
4310
|
"clip-rule": "evenodd"
|
|
4360
4311
|
})
|
|
4361
|
-
], -1),
|
|
4312
|
+
], -1), il = {
|
|
4362
4313
|
key: 1,
|
|
4363
4314
|
class: "m-1 d-inline-block"
|
|
4364
|
-
},
|
|
4315
|
+
}, ll = ["href", "title"], dl = /* @__PURE__ */ s("svg", {
|
|
4365
4316
|
class: "w-3 h-3 text-white me-2",
|
|
4366
4317
|
"aria-hidden": "true",
|
|
4367
4318
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4379,9 +4330,9 @@ const _d = /* @__PURE__ */ k(Ca, [["render", di]]), ui = {
|
|
|
4379
4330
|
"clip-rule": "evenodd"
|
|
4380
4331
|
})
|
|
4381
4332
|
], -1);
|
|
4382
|
-
function
|
|
4333
|
+
function ul(e, t, r, n, a, o) {
|
|
4383
4334
|
return d(), u("div", null, [
|
|
4384
|
-
o.isArray ? (d(!0), u(
|
|
4335
|
+
o.isArray ? (d(!0), u(v, { key: 0 }, $(r.row, (l, i) => (d(), u("div", {
|
|
4385
4336
|
key: i,
|
|
4386
4337
|
class: "m-1 d-inline-block"
|
|
4387
4338
|
}, [
|
|
@@ -4391,23 +4342,23 @@ function Ji(e, t, r, n, a, o) {
|
|
|
4391
4342
|
target: "_blank",
|
|
4392
4343
|
class: "inline-flex items-center px-3 py-2 text-xs font-medium text-center text-white bg-blue-700 rounded-lg hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800"
|
|
4393
4344
|
}, [
|
|
4394
|
-
|
|
4395
|
-
|
|
4396
|
-
], 8,
|
|
4397
|
-
]))), 128)) : o.isString ? (d(), u("div",
|
|
4345
|
+
al,
|
|
4346
|
+
w(" Download ")
|
|
4347
|
+
], 8, ol)
|
|
4348
|
+
]))), 128)) : o.isString ? (d(), u("div", il, [
|
|
4398
4349
|
s("a", {
|
|
4399
4350
|
href: r.row,
|
|
4400
4351
|
title: r.row,
|
|
4401
4352
|
target: "_blank",
|
|
4402
4353
|
class: "inline-flex items-center px-3 py-2 text-xs font-medium text-center text-white bg-blue-700 rounded-lg hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800"
|
|
4403
4354
|
}, [
|
|
4404
|
-
|
|
4405
|
-
|
|
4406
|
-
], 8,
|
|
4407
|
-
])) :
|
|
4355
|
+
dl,
|
|
4356
|
+
w(" Download ")
|
|
4357
|
+
], 8, ll)
|
|
4358
|
+
])) : g("", !0)
|
|
4408
4359
|
]);
|
|
4409
4360
|
}
|
|
4410
|
-
const
|
|
4361
|
+
const Ad = /* @__PURE__ */ D(nl, [["render", ul]]), cl = {
|
|
4411
4362
|
props: ["field", "row"],
|
|
4412
4363
|
computed: {
|
|
4413
4364
|
isArray() {
|
|
@@ -4417,7 +4368,7 @@ const vd = /* @__PURE__ */ k(Hi, [["render", Ji]]), Qi = {
|
|
|
4417
4368
|
return typeof this.row[this.field] == "object";
|
|
4418
4369
|
}
|
|
4419
4370
|
}
|
|
4420
|
-
},
|
|
4371
|
+
}, fl = ["href", "title"], hl = /* @__PURE__ */ s("svg", {
|
|
4421
4372
|
class: "w-3 h-3 text-white me-2",
|
|
4422
4373
|
"aria-hidden": "true",
|
|
4423
4374
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4434,10 +4385,10 @@ const vd = /* @__PURE__ */ k(Hi, [["render", Ji]]), Qi = {
|
|
|
4434
4385
|
d: "M9.657 15.874 7.358 13H5a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2h-2.358l-2.3 2.874a3 3 0 0 1-4.685 0ZM17 16a1 1 0 1 0 0 2h.01a1 1 0 1 0 0-2H17Z",
|
|
4435
4386
|
"clip-rule": "evenodd"
|
|
4436
4387
|
})
|
|
4437
|
-
], -1),
|
|
4388
|
+
], -1), gl = {
|
|
4438
4389
|
key: 1,
|
|
4439
4390
|
class: "m-1 d-inline-block"
|
|
4440
|
-
},
|
|
4391
|
+
}, ml = ["href", "title"], pl = /* @__PURE__ */ s("svg", {
|
|
4441
4392
|
class: "w-3 h-3 text-white me-2",
|
|
4442
4393
|
"aria-hidden": "true",
|
|
4443
4394
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4455,9 +4406,9 @@ const vd = /* @__PURE__ */ k(Hi, [["render", Ji]]), Qi = {
|
|
|
4455
4406
|
"clip-rule": "evenodd"
|
|
4456
4407
|
})
|
|
4457
4408
|
], -1);
|
|
4458
|
-
function
|
|
4409
|
+
function _l(e, t, r, n, a, o) {
|
|
4459
4410
|
return d(), u("div", null, [
|
|
4460
|
-
o.isArray ? (d(!0), u(
|
|
4411
|
+
o.isArray ? (d(!0), u(v, { key: 0 }, $(r.row[r.field], (l) => (d(), u("div", {
|
|
4461
4412
|
key: l.id,
|
|
4462
4413
|
class: "m-1 d-inline-block"
|
|
4463
4414
|
}, [
|
|
@@ -4467,39 +4418,39 @@ function ol(e, t, r, n, a, o) {
|
|
|
4467
4418
|
target: "_blank",
|
|
4468
4419
|
class: "inline-flex items-center px-3 py-2 text-xs font-medium text-center text-white bg-blue-700 rounded-lg hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800"
|
|
4469
4420
|
}, [
|
|
4470
|
-
|
|
4471
|
-
|
|
4472
|
-
], 8,
|
|
4473
|
-
]))), 128)) : o.isObject ? (d(), u("div",
|
|
4421
|
+
hl,
|
|
4422
|
+
w(" Download ")
|
|
4423
|
+
], 8, fl)
|
|
4424
|
+
]))), 128)) : o.isObject ? (d(), u("div", gl, [
|
|
4474
4425
|
s("a", {
|
|
4475
4426
|
href: r.row[r.field].url,
|
|
4476
4427
|
title: r.row[r.field].name,
|
|
4477
4428
|
target: "_blank",
|
|
4478
4429
|
class: "inline-flex items-center px-3 py-2 text-xs font-medium text-center text-white bg-blue-700 rounded-lg hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800"
|
|
4479
4430
|
}, [
|
|
4480
|
-
|
|
4481
|
-
|
|
4482
|
-
], 8,
|
|
4483
|
-
])) :
|
|
4431
|
+
pl,
|
|
4432
|
+
w(" Download ")
|
|
4433
|
+
], 8, ml)
|
|
4434
|
+
])) : g("", !0)
|
|
4484
4435
|
]);
|
|
4485
4436
|
}
|
|
4486
|
-
const
|
|
4437
|
+
const Id = /* @__PURE__ */ D(cl, [["render", _l]]), bl = {
|
|
4487
4438
|
props: ["field", "row", "tdProps"]
|
|
4488
|
-
},
|
|
4489
|
-
function
|
|
4490
|
-
return r.row[r.field] ? (d(), u("div",
|
|
4439
|
+
}, yl = { key: 0 }, vl = ["innerHTML"];
|
|
4440
|
+
function xl(e, t, r, n, a, o) {
|
|
4441
|
+
return r.row[r.field] ? (d(), u("div", yl, [
|
|
4491
4442
|
s("div", {
|
|
4492
4443
|
class: "w-full",
|
|
4493
4444
|
innerHTML: r.row[r.field]
|
|
4494
|
-
}, null, 8,
|
|
4495
|
-
])) :
|
|
4445
|
+
}, null, 8, vl)
|
|
4446
|
+
])) : g("", !0);
|
|
4496
4447
|
}
|
|
4497
|
-
const
|
|
4448
|
+
const Td = /* @__PURE__ */ D(bl, [["render", xl]]), wl = {
|
|
4498
4449
|
props: ["field", "row", "tdProps"],
|
|
4499
4450
|
computed: {
|
|
4500
4451
|
entry() {
|
|
4501
4452
|
const [e, t] = this.field.split(".");
|
|
4502
|
-
return
|
|
4453
|
+
return rt({ key: e, field: t });
|
|
4503
4454
|
},
|
|
4504
4455
|
isArray() {
|
|
4505
4456
|
return Array.isArray(this.row[this.entry.key]);
|
|
@@ -4508,24 +4459,24 @@ const wd = /* @__PURE__ */ k(al, [["render", dl]]), ul = {
|
|
|
4508
4459
|
return typeof this.row[this.entry.key] == "object";
|
|
4509
4460
|
}
|
|
4510
4461
|
}
|
|
4511
|
-
},
|
|
4462
|
+
}, kl = { class: "flex flex-wrap gap-2" }, $l = {
|
|
4512
4463
|
key: 1,
|
|
4513
4464
|
class: "px-2 py-1 text-xs font-medium text-blue-800 bg-blue-100 rounded dark:bg-blue-900 dark:text-blue-300"
|
|
4514
4465
|
};
|
|
4515
|
-
function
|
|
4516
|
-
return d(), u("div",
|
|
4517
|
-
o.isArray ? (d(!0), u(
|
|
4466
|
+
function Cl(e, t, r, n, a, o) {
|
|
4467
|
+
return d(), u("div", kl, [
|
|
4468
|
+
o.isArray ? (d(!0), u(v, { key: 0 }, $(r.row[o.entry.key], (l, i) => (d(), u("span", {
|
|
4518
4469
|
key: i,
|
|
4519
4470
|
class: "px-2 py-1 text-xs font-medium text-blue-800 bg-blue-100 rounded dark:bg-blue-900 dark:text-blue-300"
|
|
4520
|
-
}, h(l[o.entry.field]), 1))), 128)) : o.isObject ? (d(), u("span",
|
|
4471
|
+
}, h(l[o.entry.field]), 1))), 128)) : o.isObject ? (d(), u("span", $l, h(r.row[o.entry.key][o.entry.field]), 1)) : g("", !0)
|
|
4521
4472
|
]);
|
|
4522
4473
|
}
|
|
4523
|
-
const
|
|
4474
|
+
const Nd = /* @__PURE__ */ D(wl, [["render", Cl]]), Sl = {
|
|
4524
4475
|
props: ["field", "row", "tdProps"]
|
|
4525
|
-
},
|
|
4526
|
-
function
|
|
4527
|
-
return r.row[r.field] ? (d(), u("div",
|
|
4528
|
-
s("div",
|
|
4476
|
+
}, Ol = { key: 0 }, Dl = { class: "m-1 d-inline-block" }, Pl = ["href", "title"], El = ["src", "alt", "title"];
|
|
4477
|
+
function jl(e, t, r, n, a, o) {
|
|
4478
|
+
return r.row[r.field] ? (d(), u("div", Ol, [
|
|
4479
|
+
s("div", Dl, [
|
|
4529
4480
|
s("a", {
|
|
4530
4481
|
href: r.row[r.field].url,
|
|
4531
4482
|
title: r.row[r.field].name,
|
|
@@ -4535,37 +4486,37 @@ function yl(e, t, r, n, a, o) {
|
|
|
4535
4486
|
src: r.row[r.field].thumbnail,
|
|
4536
4487
|
alt: r.row[r.field].name,
|
|
4537
4488
|
title: r.row[r.field].name
|
|
4538
|
-
}, null, 8,
|
|
4539
|
-
], 8,
|
|
4489
|
+
}, null, 8, El)
|
|
4490
|
+
], 8, Pl)
|
|
4540
4491
|
])
|
|
4541
|
-
])) :
|
|
4492
|
+
])) : g("", !0);
|
|
4542
4493
|
}
|
|
4543
|
-
const
|
|
4494
|
+
const Md = /* @__PURE__ */ D(Sl, [["render", jl], ["__scopeId", "data-v-3a28c02c"]]), Al = {
|
|
4544
4495
|
props: ["field", "row", "tdProps"],
|
|
4545
4496
|
computed: {
|
|
4546
4497
|
isActive() {
|
|
4547
4498
|
return this.row[this.field] === 1;
|
|
4548
4499
|
}
|
|
4549
4500
|
}
|
|
4550
|
-
},
|
|
4501
|
+
}, Il = { class: "flex flex-wrap gap-2" }, Tl = {
|
|
4551
4502
|
key: 0,
|
|
4552
4503
|
class: "inline-flex items-center px-2 py-1 text-xs font-medium text-green-800 bg-green-100 rounded-full dark:bg-green-900 dark:text-green-300"
|
|
4553
|
-
},
|
|
4504
|
+
}, Nl = /* @__PURE__ */ s("span", { class: "w-2 h-2 bg-green-500 rounded-full me-1" }, null, -1), Ml = {
|
|
4554
4505
|
key: 1,
|
|
4555
4506
|
class: "inline-flex items-center bg-red-100 text-red-800 text-xs font-medium px-2.5 py-0.5 rounded-full dark:bg-red-900 dark:text-red-300"
|
|
4556
|
-
},
|
|
4557
|
-
function
|
|
4558
|
-
return d(), u("div",
|
|
4559
|
-
o.isActive ? (d(), u("span",
|
|
4560
|
-
|
|
4561
|
-
|
|
4562
|
-
])) : o.isActive ?
|
|
4563
|
-
|
|
4564
|
-
|
|
4507
|
+
}, Vl = /* @__PURE__ */ s("span", { class: "w-2 h-2 bg-red-500 rounded-full me-1" }, null, -1);
|
|
4508
|
+
function Ll(e, t, r, n, a, o) {
|
|
4509
|
+
return d(), u("div", Il, [
|
|
4510
|
+
o.isActive ? (d(), u("span", Tl, [
|
|
4511
|
+
Nl,
|
|
4512
|
+
w(" Active ")
|
|
4513
|
+
])) : o.isActive ? g("", !0) : (d(), u("span", Ml, [
|
|
4514
|
+
Vl,
|
|
4515
|
+
w(" Inactive ")
|
|
4565
4516
|
]))
|
|
4566
4517
|
]);
|
|
4567
4518
|
}
|
|
4568
|
-
const
|
|
4519
|
+
const Vd = /* @__PURE__ */ D(Al, [["render", Ll]]), Bl = {
|
|
4569
4520
|
props: ["field", "row", "tdProps"],
|
|
4570
4521
|
computed: {
|
|
4571
4522
|
hasLabelColor(e) {
|
|
@@ -4573,40 +4524,40 @@ const Cd = /* @__PURE__ */ k(vl, [["render", Sl]]), Ol = {
|
|
|
4573
4524
|
return t ? t.class : "";
|
|
4574
4525
|
}
|
|
4575
4526
|
}
|
|
4576
|
-
},
|
|
4527
|
+
}, Gl = { class: "flex flex-wrap gap-2" }, Fl = {
|
|
4577
4528
|
key: 0,
|
|
4578
4529
|
class: "inline-flex items-center px-2 py-1 text-xs font-medium text-green-800 bg-green-100 rounded-full dark:bg-green-900 dark:text-green-300"
|
|
4579
|
-
},
|
|
4530
|
+
}, Rl = /* @__PURE__ */ s("span", { class: "w-2 h-2 bg-green-500 rounded-full me-1" }, null, -1), Ul = {
|
|
4580
4531
|
key: 1,
|
|
4581
4532
|
class: "inline-flex items-center px-2 py-1 text-xs font-medium text-red-800 bg-red-100 rounded-full dark:bg-red-900 dark:text-red-300"
|
|
4582
|
-
},
|
|
4533
|
+
}, ql = /* @__PURE__ */ s("span", { class: "w-2 h-2 bg-red-500 rounded-full me-1" }, null, -1), zl = {
|
|
4583
4534
|
key: 2,
|
|
4584
4535
|
class: "inline-flex items-center px-2 py-1 text-xs font-medium text-yellow-800 bg-yellow-100 rounded-full dark:bg-gray-700 dark:text-yellow-300"
|
|
4585
|
-
},
|
|
4536
|
+
}, Hl = /* @__PURE__ */ s("span", { class: "w-2 h-2 bg-yellow-500 rounded-full me-1" }, null, -1), Zl = {
|
|
4586
4537
|
key: 3,
|
|
4587
4538
|
class: "inline-flex items-center px-2 py-1 text-xs font-medium text-blue-800 bg-blue-100 rounded-full dark:bg-gray-700 dark:text-blue-400"
|
|
4588
|
-
},
|
|
4589
|
-
function
|
|
4590
|
-
return d(), u("div",
|
|
4591
|
-
o.hasLabelColor == "green" ? (d(), u("span",
|
|
4592
|
-
|
|
4593
|
-
|
|
4594
|
-
])) :
|
|
4595
|
-
o.hasLabelColor == "red" ? (d(), u("span",
|
|
4596
|
-
|
|
4597
|
-
|
|
4598
|
-
])) :
|
|
4599
|
-
o.hasLabelColor == "yellow" ? (d(), u("span",
|
|
4600
|
-
|
|
4601
|
-
|
|
4602
|
-
])) :
|
|
4603
|
-
o.hasLabelColor == "default" ? (d(), u("span",
|
|
4604
|
-
|
|
4605
|
-
|
|
4606
|
-
])) :
|
|
4539
|
+
}, Kl = /* @__PURE__ */ s("span", { class: "w-2 h-2 bg-blue-500 rounded-full me-1" }, null, -1);
|
|
4540
|
+
function Wl(e, t, r, n, a, o) {
|
|
4541
|
+
return d(), u("div", Gl, [
|
|
4542
|
+
o.hasLabelColor == "green" ? (d(), u("span", Fl, [
|
|
4543
|
+
Rl,
|
|
4544
|
+
w(" " + h(this.row[this.field]), 1)
|
|
4545
|
+
])) : g("", !0),
|
|
4546
|
+
o.hasLabelColor == "red" ? (d(), u("span", Ul, [
|
|
4547
|
+
ql,
|
|
4548
|
+
w(" " + h(this.row[this.field]), 1)
|
|
4549
|
+
])) : g("", !0),
|
|
4550
|
+
o.hasLabelColor == "yellow" ? (d(), u("span", zl, [
|
|
4551
|
+
Hl,
|
|
4552
|
+
w(" " + h(this.row[this.field]), 1)
|
|
4553
|
+
])) : g("", !0),
|
|
4554
|
+
o.hasLabelColor == "default" ? (d(), u("span", Zl, [
|
|
4555
|
+
Kl,
|
|
4556
|
+
w(" " + h(this.row[this.field]), 1)
|
|
4557
|
+
])) : g("", !0)
|
|
4607
4558
|
]);
|
|
4608
4559
|
}
|
|
4609
|
-
const
|
|
4560
|
+
const Ld = /* @__PURE__ */ D(Bl, [["render", Wl]]), Xl = {
|
|
4610
4561
|
props: ["isOpen", "title", "button_text"],
|
|
4611
4562
|
methods: {
|
|
4612
4563
|
confirmAction() {
|
|
@@ -4616,35 +4567,35 @@ const Sd = /* @__PURE__ */ k(Ol, [["render", Vl]]), Ll = {
|
|
|
4616
4567
|
this.$emit("cancel-action");
|
|
4617
4568
|
}
|
|
4618
4569
|
}
|
|
4619
|
-
},
|
|
4570
|
+
}, Yl = {
|
|
4620
4571
|
key: 0,
|
|
4621
4572
|
class: "fixed inset-0 z-50 overflow-y-auto",
|
|
4622
4573
|
role: "dialog",
|
|
4623
4574
|
"aria-modal": "true"
|
|
4624
|
-
},
|
|
4575
|
+
}, Jl = { class: "flex items-end justify-center min-h-screen px-4 pt-4 pb-20 text-center sm:block sm:p-0" }, Ql = /* @__PURE__ */ s("div", {
|
|
4625
4576
|
class: "fixed inset-0 transition-opacity bg-gray-500 bg-opacity-75",
|
|
4626
4577
|
"aria-hidden": "true"
|
|
4627
|
-
}, null, -1),
|
|
4578
|
+
}, null, -1), ed = /* @__PURE__ */ s("span", {
|
|
4628
4579
|
class: "hidden sm:inline-block sm:align-middle sm:h-screen",
|
|
4629
4580
|
"aria-hidden": "true"
|
|
4630
|
-
}, "", -1),
|
|
4631
|
-
function
|
|
4632
|
-
return r.isOpen ? (d(), u("div",
|
|
4633
|
-
s("div",
|
|
4634
|
-
|
|
4635
|
-
|
|
4636
|
-
s("div",
|
|
4637
|
-
s("div",
|
|
4638
|
-
s("div",
|
|
4639
|
-
s("div",
|
|
4640
|
-
s("h3",
|
|
4641
|
-
s("div",
|
|
4642
|
-
|
|
4581
|
+
}, "", -1), td = { class: "inline-block overflow-hidden text-left align-bottom transition-all transform bg-white rounded-lg shadow-xl sm:my-8 sm:align-middle sm:max-w-lg sm:w-full" }, rd = { class: "px-4 pt-5 pb-4 bg-white sm:p-6 sm:pb-4" }, sd = { class: "sm:flex sm:items-start" }, nd = { class: "mt-3 text-center sm:mt-0 sm:ml-4 sm:text-left" }, od = { class: "text-lg font-medium leading-6 text-gray-900" }, ad = { class: "mt-2" }, id = { class: "px-4 py-3 bg-gray-50 sm:px-6 sm:flex sm:flex-row-reverse" };
|
|
4582
|
+
function ld(e, t, r, n, a, o) {
|
|
4583
|
+
return r.isOpen ? (d(), u("div", Yl, [
|
|
4584
|
+
s("div", Jl, [
|
|
4585
|
+
Ql,
|
|
4586
|
+
ed,
|
|
4587
|
+
s("div", td, [
|
|
4588
|
+
s("div", rd, [
|
|
4589
|
+
s("div", sd, [
|
|
4590
|
+
s("div", nd, [
|
|
4591
|
+
s("h3", od, h(r.title), 1),
|
|
4592
|
+
s("div", ad, [
|
|
4593
|
+
A(e.$slots, "default")
|
|
4643
4594
|
])
|
|
4644
4595
|
])
|
|
4645
4596
|
])
|
|
4646
4597
|
]),
|
|
4647
|
-
s("div",
|
|
4598
|
+
s("div", id, [
|
|
4648
4599
|
s("button", {
|
|
4649
4600
|
onClick: t[0] || (t[0] = (...l) => o.confirmAction && o.confirmAction(...l)),
|
|
4650
4601
|
type: "button",
|
|
@@ -4658,41 +4609,41 @@ function Xl(e, t, r, n, a, o) {
|
|
|
4658
4609
|
])
|
|
4659
4610
|
])
|
|
4660
4611
|
])
|
|
4661
|
-
])) :
|
|
4612
|
+
])) : g("", !0);
|
|
4662
4613
|
}
|
|
4663
|
-
const
|
|
4614
|
+
const Bd = /* @__PURE__ */ D(Xl, [["render", ld]]);
|
|
4664
4615
|
export {
|
|
4665
|
-
|
|
4666
|
-
|
|
4667
|
-
|
|
4668
|
-
|
|
4669
|
-
|
|
4670
|
-
|
|
4671
|
-
|
|
4672
|
-
|
|
4673
|
-
|
|
4674
|
-
|
|
4675
|
-
|
|
4676
|
-
|
|
4677
|
-
|
|
4678
|
-
|
|
4679
|
-
|
|
4680
|
-
|
|
4681
|
-
|
|
4682
|
-
|
|
4683
|
-
|
|
4684
|
-
|
|
4685
|
-
|
|
4686
|
-
|
|
4687
|
-
|
|
4688
|
-
|
|
4689
|
-
|
|
4690
|
-
|
|
4691
|
-
|
|
4692
|
-
|
|
4693
|
-
|
|
4694
|
-
|
|
4695
|
-
|
|
4696
|
-
|
|
4697
|
-
|
|
4616
|
+
md as GlButton,
|
|
4617
|
+
hd as GlCard,
|
|
4618
|
+
Bd as GlConfirmationModal,
|
|
4619
|
+
Dd as GlDataTable,
|
|
4620
|
+
Od as GlDataTableServerSide,
|
|
4621
|
+
Ed as GlDatatableAction,
|
|
4622
|
+
jd as GlDatatableDeleteAction,
|
|
4623
|
+
Ad as GlDatatableFileDownload,
|
|
4624
|
+
Id as GlDatatableFiles,
|
|
4625
|
+
Td as GlDatatableHtml,
|
|
4626
|
+
Nd as GlDatatableList,
|
|
4627
|
+
Md as GlDatatablePicture,
|
|
4628
|
+
Vd as GlDatatableStatus,
|
|
4629
|
+
Ld as GlDatatableStatusGeneral,
|
|
4630
|
+
ie as GlDeleteConfirmationModal,
|
|
4631
|
+
Cd as GlDropdown,
|
|
4632
|
+
ud as GlFilesUpload,
|
|
4633
|
+
fd as GlLanguageSelector,
|
|
4634
|
+
kd as GlModal,
|
|
4635
|
+
wd as GlMultiItemSlide,
|
|
4636
|
+
gd as GlMultiSelectDropdown,
|
|
4637
|
+
cd as GlNotify,
|
|
4638
|
+
xd as GlTab,
|
|
4639
|
+
vd as GlTabsWrapper,
|
|
4640
|
+
ma as GlTailwindPagination,
|
|
4641
|
+
yd as GlTextInput,
|
|
4642
|
+
bd as GlTextTranslate,
|
|
4643
|
+
Sd as GlTextarea,
|
|
4644
|
+
pd as GlTextareaTranslate,
|
|
4645
|
+
_d as GlTinymceTranslate,
|
|
4646
|
+
ye as GlToast,
|
|
4647
|
+
Pd as GlToastList,
|
|
4648
|
+
$d as GlToggleBox
|
|
4698
4649
|
};
|