golden-logic-ui 1.0.22 → 1.0.24
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 +994 -885
- package/dist/golden-logic-ui.umd.cjs +4 -4
- package/dist/style.css +1 -1
- 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
|
|
1
|
+
import { openBlock as d, createElementBlock as u, createElementVNode as s, createCommentVNode as f, createStaticVNode as je, inject as ce, watch as ee, effectScope as Ae, computed as Ie, reactive as he, resolveComponent as U, Fragment as y, createVNode as G, normalizeClass as p, toDisplayString as h, withModifiers as A, withDirectives as C, vModelText as I, renderList as w, normalizeStyle as Te, renderSlot as P, createTextVNode as v, vShow as T, createBlock as F, resolveDynamicComponent as X, mergeProps as q, withCtx as z, ref as S, onMounted as M, provide as Me, pushScopeId as Ne, popScopeId as Ve, toHandlers as K, TransitionGroup as Le, unref as Be, resolveDirective as fe, markRaw as Ge } from "vue";
|
|
2
2
|
const k = (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
|
+
}, Fe = {
|
|
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
|
+
}, Re = {
|
|
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
|
+
}, qe = { class: "flex items-end justify-center min-h-screen px-4 pt-4 pb-20 text-center sm:block sm:p-0" }, Ue = /* @__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), ze = /* @__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), He = { 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" }, Ze = /* @__PURE__ */ je('<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), Ke = { class: "px-4 py-3 bg-gray-50 sm:px-6 sm:flex sm:flex-row-reverse" };
|
|
30
|
+
function We(e, t, r, n, a, o) {
|
|
31
|
+
return r.isOpen ? (d(), u("div", Re, [
|
|
32
|
+
s("div", qe, [
|
|
33
|
+
Ue,
|
|
34
|
+
ze,
|
|
35
|
+
s("div", He, [
|
|
36
|
+
Ze,
|
|
37
|
+
s("div", Ke, [
|
|
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 He(e, t, r, n, a, o) {
|
|
|
48
48
|
])
|
|
49
49
|
])
|
|
50
50
|
])
|
|
51
|
-
])) :
|
|
51
|
+
])) : f("", !0);
|
|
52
52
|
}
|
|
53
|
-
const
|
|
54
|
-
function
|
|
55
|
-
return
|
|
53
|
+
const te = /* @__PURE__ */ k(Fe, [["render", We]]);
|
|
54
|
+
function Xe() {
|
|
55
|
+
return ge().__VUE_DEVTOOLS_GLOBAL_HOOK__;
|
|
56
56
|
}
|
|
57
|
-
function
|
|
57
|
+
function ge() {
|
|
58
58
|
return typeof navigator < "u" && typeof window < "u" ? window : typeof globalThis < "u" ? globalThis : {};
|
|
59
59
|
}
|
|
60
|
-
const
|
|
61
|
-
let
|
|
62
|
-
function
|
|
60
|
+
const Ye = typeof Proxy == "function", Je = "devtools-plugin:setup", Qe = "plugin:settings:set";
|
|
61
|
+
let L, Y;
|
|
62
|
+
function et() {
|
|
63
63
|
var e;
|
|
64
|
-
return
|
|
64
|
+
return L !== void 0 || (typeof window < "u" && window.performance ? (L = !0, Y = window.performance) : typeof globalThis < "u" && (!((e = globalThis.perf_hooks) === null || e === void 0) && e.performance) ? (L = !0, Y = globalThis.perf_hooks.performance) : L = !1), L;
|
|
65
65
|
}
|
|
66
|
-
function
|
|
67
|
-
return
|
|
66
|
+
function tt() {
|
|
67
|
+
return et() ? Y.now() : Date.now();
|
|
68
68
|
}
|
|
69
|
-
class
|
|
69
|
+
class rt {
|
|
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 Je {
|
|
|
94
94
|
o = l;
|
|
95
95
|
},
|
|
96
96
|
now() {
|
|
97
|
-
return
|
|
97
|
+
return tt();
|
|
98
98
|
}
|
|
99
|
-
}, r && r.on(
|
|
99
|
+
}, r && r.on(Qe, (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 Je {
|
|
|
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((g) => {
|
|
115
115
|
this.targetQueue.push({
|
|
116
116
|
method: i,
|
|
117
117
|
args: c,
|
|
118
|
-
resolve:
|
|
118
|
+
resolve: g
|
|
119
119
|
});
|
|
120
120
|
})
|
|
121
121
|
});
|
|
@@ -128,12 +128,12 @@ class Je {
|
|
|
128
128
|
r.resolve(await this.target[r.method](...r.args));
|
|
129
129
|
}
|
|
130
130
|
}
|
|
131
|
-
function
|
|
132
|
-
const r = e, n =
|
|
131
|
+
function st(e, t) {
|
|
132
|
+
const r = e, n = ge(), a = Xe(), o = Ye && r.enableEarlyProxy;
|
|
133
133
|
if (a && (n.__VUE_DEVTOOLS_PLUGIN_API_AVAILABLE__ || !o))
|
|
134
|
-
a.emit(
|
|
134
|
+
a.emit(Je, e, t);
|
|
135
135
|
else {
|
|
136
|
-
const l = o ? new
|
|
136
|
+
const l = o ? new rt(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 Qe(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 me = "store";
|
|
150
|
+
function _e(e) {
|
|
151
|
+
return e === void 0 && (e = null), ce(e !== null ? e : me);
|
|
152
152
|
}
|
|
153
153
|
function N(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 pe(e) {
|
|
159
159
|
return e !== null && typeof e == "object";
|
|
160
160
|
}
|
|
161
|
-
function
|
|
161
|
+
function nt(e) {
|
|
162
162
|
return e && typeof e.then == "function";
|
|
163
163
|
}
|
|
164
164
|
function E(e, t) {
|
|
165
165
|
if (!e)
|
|
166
166
|
throw new Error("[vuex] " + t);
|
|
167
167
|
}
|
|
168
|
-
function
|
|
168
|
+
function ot(e, t) {
|
|
169
169
|
return function() {
|
|
170
170
|
return e(t);
|
|
171
171
|
};
|
|
172
172
|
}
|
|
173
|
-
function
|
|
173
|
+
function be(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 ye(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
|
+
Z(e, r, [], e._modules.root, !0), re(e, r, t);
|
|
183
183
|
}
|
|
184
|
-
function
|
|
184
|
+
function re(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 = Ae(!0);
|
|
188
188
|
c.run(function() {
|
|
189
|
-
N(o, function(
|
|
190
|
-
l[m] =
|
|
189
|
+
N(o, function(g, m) {
|
|
190
|
+
l[m] = ot(g, e), i[m] = Ie(function() {
|
|
191
191
|
return l[m]();
|
|
192
192
|
}), Object.defineProperty(e.getters, m, {
|
|
193
193
|
get: function() {
|
|
@@ -197,53 +197,53 @@ function te(e, t, r) {
|
|
|
197
197
|
// for local getters
|
|
198
198
|
});
|
|
199
199
|
});
|
|
200
|
-
}), e._state =
|
|
200
|
+
}), e._state = he({
|
|
201
201
|
data: t
|
|
202
|
-
}), e._scope = c, e.strict &&
|
|
202
|
+
}), e._scope = c, e.strict && ut(e), n && r && e._withCommit(function() {
|
|
203
203
|
n.data = null;
|
|
204
204
|
}), a && a.stop();
|
|
205
205
|
}
|
|
206
|
-
function
|
|
206
|
+
function Z(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 = se(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
|
|
216
|
+
var g = n.context = at(e, l, r);
|
|
217
217
|
n.forEachMutation(function(m, b) {
|
|
218
218
|
var x = l + b;
|
|
219
|
-
|
|
219
|
+
it(e, x, m, g);
|
|
220
220
|
}), n.forEachAction(function(m, b) {
|
|
221
221
|
var x = m.root ? b : l + b, $ = m.handler || m;
|
|
222
|
-
|
|
222
|
+
lt(e, x, $, g);
|
|
223
223
|
}), n.forEachGetter(function(m, b) {
|
|
224
224
|
var x = l + b;
|
|
225
|
-
|
|
225
|
+
dt(e, x, m, g);
|
|
226
226
|
}), n.forEachChild(function(m, b) {
|
|
227
|
-
|
|
227
|
+
Z(e, t, r.concat(b), m, a);
|
|
228
228
|
});
|
|
229
229
|
}
|
|
230
|
-
function
|
|
230
|
+
function at(e, t, r) {
|
|
231
231
|
var n = t === "", a = {
|
|
232
232
|
dispatch: n ? e.dispatch : function(o, l, i) {
|
|
233
|
-
var c = H(o, l, i),
|
|
233
|
+
var c = H(o, l, i), g = c.payload, m = c.options, b = c.type;
|
|
234
234
|
if ((!m || !m.root) && (b = t + b, process.env.NODE_ENV !== "production" && !e._actions[b])) {
|
|
235
235
|
console.error("[vuex] unknown local action type: " + c.type + ", global type: " + b);
|
|
236
236
|
return;
|
|
237
237
|
}
|
|
238
|
-
return e.dispatch(b,
|
|
238
|
+
return e.dispatch(b, g);
|
|
239
239
|
},
|
|
240
240
|
commit: n ? e.commit : function(o, l, i) {
|
|
241
|
-
var c = H(o, l, i),
|
|
241
|
+
var c = H(o, l, i), g = c.payload, m = c.options, b = c.type;
|
|
242
242
|
if ((!m || !m.root) && (b = t + b, process.env.NODE_ENV !== "production" && !e._mutations[b])) {
|
|
243
243
|
console.error("[vuex] unknown local mutation type: " + c.type + ", global type: " + b);
|
|
244
244
|
return;
|
|
245
245
|
}
|
|
246
|
-
e.commit(b,
|
|
246
|
+
e.commit(b, g, m);
|
|
247
247
|
}
|
|
248
248
|
};
|
|
249
249
|
return Object.defineProperties(a, {
|
|
@@ -251,17 +251,17 @@ function rt(e, t, r) {
|
|
|
251
251
|
get: n ? function() {
|
|
252
252
|
return e.getters;
|
|
253
253
|
} : function() {
|
|
254
|
-
return
|
|
254
|
+
return ve(e, t);
|
|
255
255
|
}
|
|
256
256
|
},
|
|
257
257
|
state: {
|
|
258
258
|
get: function() {
|
|
259
|
-
return
|
|
259
|
+
return se(e.state, r);
|
|
260
260
|
}
|
|
261
261
|
}
|
|
262
262
|
}), a;
|
|
263
263
|
}
|
|
264
|
-
function
|
|
264
|
+
function ve(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 pe(e, t) {
|
|
|
278
278
|
}
|
|
279
279
|
return e._makeLocalGettersCache[t];
|
|
280
280
|
}
|
|
281
|
-
function
|
|
281
|
+
function it(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 lt(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 nt(e, t, r, n) {
|
|
|
295
295
|
rootGetters: e.getters,
|
|
296
296
|
rootState: e.state
|
|
297
297
|
}, l);
|
|
298
|
-
return
|
|
298
|
+
return nt(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 dt(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 ot(e, t, r, n) {
|
|
|
318
318
|
);
|
|
319
319
|
};
|
|
320
320
|
}
|
|
321
|
-
function
|
|
322
|
-
|
|
321
|
+
function ut(e) {
|
|
322
|
+
ee(function() {
|
|
323
323
|
return e._state.data;
|
|
324
324
|
}, function() {
|
|
325
325
|
process.env.NODE_ENV !== "production" && E(e._committing, "do not mutate vuex store state outside mutation handlers.");
|
|
326
326
|
}, { deep: !0, flush: "sync" });
|
|
327
327
|
}
|
|
328
|
-
function
|
|
328
|
+
function se(e, t) {
|
|
329
329
|
return t.reduce(function(r, n) {
|
|
330
330
|
return r[n];
|
|
331
331
|
}, e);
|
|
332
332
|
}
|
|
333
333
|
function H(e, t, r) {
|
|
334
|
-
return
|
|
334
|
+
return pe(e) && e.type && (r = t, t = e, e = e.type), process.env.NODE_ENV !== "production" && E(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 ct = "vuex bindings", ae = "vuex:mutations", W = "vuex:actions", B = "vuex", ht = 0;
|
|
337
|
+
function ft(e, t) {
|
|
338
|
+
st(
|
|
339
339
|
{
|
|
340
340
|
id: "org.vuejs.vuex",
|
|
341
341
|
app: e,
|
|
@@ -343,42 +343,42 @@ function dt(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: [ct]
|
|
347
347
|
},
|
|
348
348
|
function(r) {
|
|
349
349
|
r.addTimelineLayer({
|
|
350
|
-
id:
|
|
350
|
+
id: ae,
|
|
351
351
|
label: "Vuex Mutations",
|
|
352
|
-
color:
|
|
352
|
+
color: ie
|
|
353
353
|
}), r.addTimelineLayer({
|
|
354
|
-
id:
|
|
354
|
+
id: W,
|
|
355
355
|
label: "Vuex Actions",
|
|
356
|
-
color:
|
|
356
|
+
color: ie
|
|
357
357
|
}), r.addInspector({
|
|
358
|
-
id:
|
|
358
|
+
id: B,
|
|
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 === B)
|
|
364
364
|
if (n.filter) {
|
|
365
365
|
var a = [];
|
|
366
|
-
|
|
366
|
+
$e(a, t._modules.root, n.filter, ""), n.rootNodes = a;
|
|
367
367
|
} else
|
|
368
368
|
n.rootNodes = [
|
|
369
|
-
|
|
369
|
+
ke(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 === B) {
|
|
373
373
|
var a = n.nodeId;
|
|
374
|
-
|
|
375
|
-
|
|
374
|
+
ve(t, a), n.state = _t(
|
|
375
|
+
bt(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 === B) {
|
|
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 dt(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(B), r.sendInspectorState(B), r.addTimelineEvent({
|
|
390
|
+
layerId: ae,
|
|
391
391
|
event: {
|
|
392
392
|
time: Date.now(),
|
|
393
393
|
title: n.type,
|
|
@@ -397,8 +397,8 @@ function dt(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 = ht++, n._time = Date.now(), o.state = a, r.addTimelineEvent({
|
|
401
|
+
layerId: W,
|
|
402
402
|
event: {
|
|
403
403
|
time: n._time,
|
|
404
404
|
title: n.type,
|
|
@@ -418,7 +418,7 @@ function dt(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: W,
|
|
422
422
|
event: {
|
|
423
423
|
time: Date.now(),
|
|
424
424
|
title: n.type,
|
|
@@ -432,25 +432,25 @@ function dt(e, t) {
|
|
|
432
432
|
}
|
|
433
433
|
);
|
|
434
434
|
}
|
|
435
|
-
var
|
|
435
|
+
var ie = 8702998, gt = 6710886, mt = 16777215, xe = {
|
|
436
436
|
label: "namespaced",
|
|
437
|
-
textColor:
|
|
438
|
-
backgroundColor:
|
|
437
|
+
textColor: mt,
|
|
438
|
+
backgroundColor: gt
|
|
439
439
|
};
|
|
440
|
-
function
|
|
440
|
+
function we(e) {
|
|
441
441
|
return e && e !== "root" ? e.split("/").slice(-2, -1)[0] : "Root";
|
|
442
442
|
}
|
|
443
|
-
function
|
|
443
|
+
function ke(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: we(t),
|
|
450
|
+
tags: e.namespaced ? [xe] : [],
|
|
451
451
|
children: Object.keys(e._children).map(
|
|
452
452
|
function(r) {
|
|
453
|
-
return
|
|
453
|
+
return ke(
|
|
454
454
|
e._children[r],
|
|
455
455
|
t + r + "/"
|
|
456
456
|
);
|
|
@@ -458,16 +458,16 @@ function ve(e, t) {
|
|
|
458
458
|
)
|
|
459
459
|
};
|
|
460
460
|
}
|
|
461
|
-
function
|
|
461
|
+
function $e(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 ? [xe] : []
|
|
466
466
|
}), Object.keys(t._children).forEach(function(a) {
|
|
467
|
-
|
|
467
|
+
$e(e, t._children[a], r, n + a + "/");
|
|
468
468
|
});
|
|
469
469
|
}
|
|
470
|
-
function
|
|
470
|
+
function _t(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,10 +479,10 @@ function ft(e, t, r) {
|
|
|
479
479
|
})
|
|
480
480
|
};
|
|
481
481
|
if (n.length) {
|
|
482
|
-
var o =
|
|
482
|
+
var o = pt(t);
|
|
483
483
|
a.getters = Object.keys(o).map(function(l) {
|
|
484
484
|
return {
|
|
485
|
-
key: l.endsWith("/") ?
|
|
485
|
+
key: l.endsWith("/") ? we(l) : l,
|
|
486
486
|
editable: !1,
|
|
487
487
|
value: J(function() {
|
|
488
488
|
return o[l];
|
|
@@ -492,7 +492,7 @@ function ft(e, t, r) {
|
|
|
492
492
|
}
|
|
493
493
|
return a;
|
|
494
494
|
}
|
|
495
|
-
function
|
|
495
|
+
function pt(e) {
|
|
496
496
|
var t = {};
|
|
497
497
|
return Object.keys(e).forEach(function(r) {
|
|
498
498
|
var n = r.split("/");
|
|
@@ -516,7 +516,7 @@ function ht(e) {
|
|
|
516
516
|
});
|
|
517
517
|
}), t;
|
|
518
518
|
}
|
|
519
|
-
function
|
|
519
|
+
function bt(e, t) {
|
|
520
520
|
var r = t.split("/").filter(function(n) {
|
|
521
521
|
return n;
|
|
522
522
|
});
|
|
@@ -541,8 +541,8 @@ var j = 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
|
+
}, Ce = { namespaced: { configurable: !0 } };
|
|
545
|
+
Ce.namespaced.get = function() {
|
|
546
546
|
return !!this._rawModule.namespaced;
|
|
547
547
|
};
|
|
548
548
|
j.prototype.addChild = function(t, r) {
|
|
@@ -572,27 +572,27 @@ j.prototype.forEachAction = function(t) {
|
|
|
572
572
|
j.prototype.forEachMutation = function(t) {
|
|
573
573
|
this._rawModule.mutations && N(this._rawModule.mutations, t);
|
|
574
574
|
};
|
|
575
|
-
Object.defineProperties(j.prototype,
|
|
576
|
-
var
|
|
575
|
+
Object.defineProperties(j.prototype, Ce);
|
|
576
|
+
var V = function(t) {
|
|
577
577
|
this.register([], t, !1);
|
|
578
578
|
};
|
|
579
|
-
|
|
579
|
+
V.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
|
+
V.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
|
+
V.prototype.update = function(t) {
|
|
591
|
+
Se([], this.root, t);
|
|
592
592
|
};
|
|
593
|
-
|
|
593
|
+
V.prototype.register = function(t, r, n) {
|
|
594
594
|
var a = this;
|
|
595
|
-
n === void 0 && (n = !0), process.env.NODE_ENV !== "production" &&
|
|
595
|
+
n === void 0 && (n = !0), process.env.NODE_ENV !== "production" && Oe(t, r);
|
|
596
596
|
var o = new j(r, n);
|
|
597
597
|
if (t.length === 0)
|
|
598
598
|
this.root = o;
|
|
@@ -604,7 +604,7 @@ M.prototype.register = function(t, r, n) {
|
|
|
604
604
|
a.register(t.concat(c), i, n);
|
|
605
605
|
});
|
|
606
606
|
};
|
|
607
|
-
|
|
607
|
+
V.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 @@ M.prototype.unregister = function(t) {
|
|
|
614
614
|
}
|
|
615
615
|
a.runtime && r.removeChild(n);
|
|
616
616
|
};
|
|
617
|
-
|
|
617
|
+
V.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 Se(e, t, r) {
|
|
622
|
+
if (process.env.NODE_ENV !== "production" && Oe(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,49 +627,46 @@ function ke(e, t, r) {
|
|
|
627
627
|
);
|
|
628
628
|
return;
|
|
629
629
|
}
|
|
630
|
-
|
|
630
|
+
Se(
|
|
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 le = {
|
|
638
638
|
assert: function(e) {
|
|
639
639
|
return typeof e == "function";
|
|
640
640
|
},
|
|
641
641
|
expected: "function"
|
|
642
|
-
},
|
|
642
|
+
}, yt = {
|
|
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
|
+
}, de = {
|
|
648
|
+
getters: le,
|
|
649
|
+
mutations: le,
|
|
650
|
+
actions: yt
|
|
651
651
|
};
|
|
652
|
-
function
|
|
653
|
-
Object.keys(
|
|
652
|
+
function Oe(e, t) {
|
|
653
|
+
Object.keys(de).forEach(function(r) {
|
|
654
654
|
if (t[r]) {
|
|
655
|
-
var n =
|
|
655
|
+
var n = de[r];
|
|
656
656
|
N(t[r], function(a, o) {
|
|
657
657
|
E(
|
|
658
658
|
n.assert(a),
|
|
659
|
-
|
|
659
|
+
vt(e, r, o, a, n.expected)
|
|
660
660
|
);
|
|
661
661
|
});
|
|
662
662
|
}
|
|
663
663
|
});
|
|
664
664
|
}
|
|
665
|
-
function
|
|
665
|
+
function vt(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
|
-
function
|
|
670
|
-
return new O(e);
|
|
671
|
-
}
|
|
672
|
-
var O = function e(t) {
|
|
669
|
+
var D = function e(t) {
|
|
673
670
|
var r = this;
|
|
674
671
|
t === void 0 && (t = {}), process.env.NODE_ENV !== "production" && (E(typeof Promise < "u", "vuex requires a Promise polyfill in this browser."), E(this instanceof e, "store must be called with the new operator."));
|
|
675
672
|
var n = t.plugins;
|
|
@@ -677,31 +674,31 @@ var O = function e(t) {
|
|
|
677
674
|
var a = t.strict;
|
|
678
675
|
a === void 0 && (a = !1);
|
|
679
676
|
var o = t.devtools;
|
|
680
|
-
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
|
|
681
|
-
var l = this, i = this, c = i.dispatch,
|
|
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 V(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, g = i.commit;
|
|
682
679
|
this.dispatch = function(x, $) {
|
|
683
680
|
return c.call(l, x, $);
|
|
684
|
-
}, this.commit = function(x, $,
|
|
685
|
-
return
|
|
681
|
+
}, this.commit = function(x, $, R) {
|
|
682
|
+
return g.call(l, x, $, R);
|
|
686
683
|
}, this.strict = a;
|
|
687
684
|
var m = this._modules.root.state;
|
|
688
|
-
|
|
685
|
+
Z(this, m, [], this._modules.root), re(this, m), n.forEach(function(b) {
|
|
689
686
|
return b(r);
|
|
690
687
|
});
|
|
691
|
-
},
|
|
692
|
-
|
|
693
|
-
t.provide(r ||
|
|
688
|
+
}, ne = { state: { configurable: !0 } };
|
|
689
|
+
D.prototype.install = function(t, r) {
|
|
690
|
+
t.provide(r || me, this), t.config.globalProperties.$store = this;
|
|
694
691
|
var n = this._devtools !== void 0 ? this._devtools : process.env.NODE_ENV !== "production" || !1;
|
|
695
|
-
n &&
|
|
692
|
+
n && ft(t, this);
|
|
696
693
|
};
|
|
697
|
-
|
|
694
|
+
ne.state.get = function() {
|
|
698
695
|
return this._state.data;
|
|
699
696
|
};
|
|
700
|
-
|
|
697
|
+
ne.state.set = function(e) {
|
|
701
698
|
process.env.NODE_ENV !== "production" && E(!1, "use store.replaceState() to explicit replace store state.");
|
|
702
699
|
};
|
|
703
|
-
|
|
704
|
-
var a = this, o = H(t, r, n), l = o.type, i = o.payload, c = o.options,
|
|
700
|
+
D.prototype.commit = function(t, r, n) {
|
|
701
|
+
var a = this, o = H(t, r, n), l = o.type, i = o.payload, c = o.options, g = { type: l, payload: i }, m = this._mutations[l];
|
|
705
702
|
if (!m) {
|
|
706
703
|
process.env.NODE_ENV !== "production" && console.error("[vuex] unknown mutation type: " + l);
|
|
707
704
|
return;
|
|
@@ -711,12 +708,12 @@ O.prototype.commit = function(t, r, n) {
|
|
|
711
708
|
x(i);
|
|
712
709
|
});
|
|
713
710
|
}), this._subscribers.slice().forEach(function(b) {
|
|
714
|
-
return b(
|
|
711
|
+
return b(g, a.state);
|
|
715
712
|
}), process.env.NODE_ENV !== "production" && c && c.silent && console.warn(
|
|
716
713
|
"[vuex] mutation type: " + l + ". Silent option has been removed. Use the filter functionality in the vue-devtools"
|
|
717
714
|
);
|
|
718
715
|
};
|
|
719
|
-
|
|
716
|
+
D.prototype.dispatch = function(t, r) {
|
|
720
717
|
var n = this, a = H(t, r), o = a.type, l = a.payload, i = { type: o, payload: l }, c = this._actions[o];
|
|
721
718
|
if (!c) {
|
|
722
719
|
process.env.NODE_ENV !== "production" && console.error("[vuex] unknown action type: " + o);
|
|
@@ -731,11 +728,11 @@ O.prototype.dispatch = function(t, r) {
|
|
|
731
728
|
} catch (m) {
|
|
732
729
|
process.env.NODE_ENV !== "production" && (console.warn("[vuex] error in before action subscribers: "), console.error(m));
|
|
733
730
|
}
|
|
734
|
-
var
|
|
731
|
+
var g = c.length > 1 ? Promise.all(c.map(function(m) {
|
|
735
732
|
return m(l);
|
|
736
733
|
})) : c[0](l);
|
|
737
734
|
return new Promise(function(m, b) {
|
|
738
|
-
|
|
735
|
+
g.then(function(x) {
|
|
739
736
|
try {
|
|
740
737
|
n._actionSubscribers.filter(function($) {
|
|
741
738
|
return $.after;
|
|
@@ -760,101 +757,101 @@ O.prototype.dispatch = function(t, r) {
|
|
|
760
757
|
});
|
|
761
758
|
});
|
|
762
759
|
};
|
|
763
|
-
|
|
764
|
-
return
|
|
760
|
+
D.prototype.subscribe = function(t, r) {
|
|
761
|
+
return be(t, this._subscribers, r);
|
|
765
762
|
};
|
|
766
|
-
|
|
763
|
+
D.prototype.subscribeAction = function(t, r) {
|
|
767
764
|
var n = typeof t == "function" ? { before: t } : t;
|
|
768
|
-
return
|
|
765
|
+
return be(n, this._actionSubscribers, r);
|
|
769
766
|
};
|
|
770
|
-
|
|
767
|
+
D.prototype.watch = function(t, r, n) {
|
|
771
768
|
var a = this;
|
|
772
|
-
return process.env.NODE_ENV !== "production" && E(typeof t == "function", "store.watch only accepts a function."),
|
|
769
|
+
return process.env.NODE_ENV !== "production" && E(typeof t == "function", "store.watch only accepts a function."), ee(function() {
|
|
773
770
|
return t(a.state, a.getters);
|
|
774
771
|
}, r, Object.assign({}, n));
|
|
775
772
|
};
|
|
776
|
-
|
|
773
|
+
D.prototype.replaceState = function(t) {
|
|
777
774
|
var r = this;
|
|
778
775
|
this._withCommit(function() {
|
|
779
776
|
r._state.data = t;
|
|
780
777
|
});
|
|
781
778
|
};
|
|
782
|
-
|
|
783
|
-
n === void 0 && (n = {}), typeof t == "string" && (t = [t]), process.env.NODE_ENV !== "production" && (E(Array.isArray(t), "module path must be a string or an Array."), E(t.length > 0, "cannot register the root module by using registerModule.")), this._modules.register(t, r),
|
|
779
|
+
D.prototype.registerModule = function(t, r, n) {
|
|
780
|
+
n === void 0 && (n = {}), typeof t == "string" && (t = [t]), process.env.NODE_ENV !== "production" && (E(Array.isArray(t), "module path must be a string or an Array."), E(t.length > 0, "cannot register the root module by using registerModule.")), this._modules.register(t, r), Z(this, this.state, t, this._modules.get(t), n.preserveState), re(this, this.state);
|
|
784
781
|
};
|
|
785
|
-
|
|
782
|
+
D.prototype.unregisterModule = function(t) {
|
|
786
783
|
var r = this;
|
|
787
784
|
typeof t == "string" && (t = [t]), process.env.NODE_ENV !== "production" && E(Array.isArray(t), "module path must be a string or an Array."), this._modules.unregister(t), this._withCommit(function() {
|
|
788
|
-
var n =
|
|
785
|
+
var n = se(r.state, t.slice(0, -1));
|
|
789
786
|
delete n[t[t.length - 1]];
|
|
790
|
-
}),
|
|
787
|
+
}), ye(this);
|
|
791
788
|
};
|
|
792
|
-
|
|
789
|
+
D.prototype.hasModule = function(t) {
|
|
793
790
|
return typeof t == "string" && (t = [t]), process.env.NODE_ENV !== "production" && E(Array.isArray(t), "module path must be a string or an Array."), this._modules.isRegistered(t);
|
|
794
791
|
};
|
|
795
|
-
|
|
796
|
-
this._modules.update(t),
|
|
792
|
+
D.prototype.hotUpdate = function(t) {
|
|
793
|
+
this._modules.update(t), ye(this, !0);
|
|
797
794
|
};
|
|
798
|
-
|
|
795
|
+
D.prototype._withCommit = function(t) {
|
|
799
796
|
var r = this._committing;
|
|
800
797
|
this._committing = !0, t(), this._committing = r;
|
|
801
798
|
};
|
|
802
|
-
Object.defineProperties(
|
|
803
|
-
var
|
|
799
|
+
Object.defineProperties(D.prototype, ne);
|
|
800
|
+
var xt = Pe(function(e, t) {
|
|
804
801
|
var r = {};
|
|
805
|
-
return process.env.NODE_ENV !== "production" && !
|
|
802
|
+
return process.env.NODE_ENV !== "production" && !oe(t) && console.error("[vuex] mapState: mapper parameter must be either an Array or an Object"), De(t).forEach(function(n) {
|
|
806
803
|
var a = n.key, o = n.val;
|
|
807
804
|
r[a] = function() {
|
|
808
805
|
var i = this.$store.state, c = this.$store.getters;
|
|
809
806
|
if (e) {
|
|
810
|
-
var
|
|
811
|
-
if (!
|
|
807
|
+
var g = Ee(this.$store, "mapState", e);
|
|
808
|
+
if (!g)
|
|
812
809
|
return;
|
|
813
|
-
i =
|
|
810
|
+
i = g.context.state, c = g.context.getters;
|
|
814
811
|
}
|
|
815
812
|
return typeof o == "function" ? o.call(this, i, c) : i[o];
|
|
816
813
|
}, r[a].vuex = !0;
|
|
817
814
|
}), r;
|
|
818
|
-
}),
|
|
815
|
+
}), wt = Pe(function(e, t) {
|
|
819
816
|
var r = {};
|
|
820
|
-
return process.env.NODE_ENV !== "production" && !
|
|
817
|
+
return process.env.NODE_ENV !== "production" && !oe(t) && console.error("[vuex] mapMutations: mapper parameter must be either an Array or an Object"), De(t).forEach(function(n) {
|
|
821
818
|
var a = n.key, o = n.val;
|
|
822
819
|
r[a] = function() {
|
|
823
820
|
for (var i = [], c = arguments.length; c--; )
|
|
824
821
|
i[c] = arguments[c];
|
|
825
|
-
var
|
|
822
|
+
var g = this.$store.commit;
|
|
826
823
|
if (e) {
|
|
827
|
-
var m =
|
|
824
|
+
var m = Ee(this.$store, "mapMutations", e);
|
|
828
825
|
if (!m)
|
|
829
826
|
return;
|
|
830
|
-
|
|
827
|
+
g = m.context.commit;
|
|
831
828
|
}
|
|
832
|
-
return typeof o == "function" ? o.apply(this, [
|
|
829
|
+
return typeof o == "function" ? o.apply(this, [g].concat(i)) : g.apply(this.$store, [o].concat(i));
|
|
833
830
|
};
|
|
834
831
|
}), r;
|
|
835
832
|
});
|
|
836
|
-
function
|
|
837
|
-
return
|
|
833
|
+
function De(e) {
|
|
834
|
+
return oe(e) ? Array.isArray(e) ? e.map(function(t) {
|
|
838
835
|
return { key: t, val: t };
|
|
839
836
|
}) : Object.keys(e).map(function(t) {
|
|
840
837
|
return { key: t, val: e[t] };
|
|
841
838
|
}) : [];
|
|
842
839
|
}
|
|
843
|
-
function
|
|
844
|
-
return Array.isArray(e) ||
|
|
840
|
+
function oe(e) {
|
|
841
|
+
return Array.isArray(e) || pe(e);
|
|
845
842
|
}
|
|
846
|
-
function
|
|
843
|
+
function Pe(e) {
|
|
847
844
|
return function(t, r) {
|
|
848
845
|
return typeof t != "string" ? (r = t, t = "") : t.charAt(t.length - 1) !== "/" && (t += "/"), e(t, r);
|
|
849
846
|
};
|
|
850
847
|
}
|
|
851
|
-
function
|
|
848
|
+
function Ee(e, t, r) {
|
|
852
849
|
var n = e._modulesNamespaceMap[r];
|
|
853
850
|
return process.env.NODE_ENV !== "production" && !n && console.error("[vuex] module namespace not found in " + t + "(): " + r), n;
|
|
854
851
|
}
|
|
855
|
-
const
|
|
852
|
+
const kt = {
|
|
856
853
|
components: {
|
|
857
|
-
DeleteConfirmationModal:
|
|
854
|
+
DeleteConfirmationModal: te
|
|
858
855
|
},
|
|
859
856
|
props: {
|
|
860
857
|
is_required: {
|
|
@@ -1002,7 +999,7 @@ const vt = {
|
|
|
1002
999
|
mounted() {
|
|
1003
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;
|
|
1004
1001
|
}
|
|
1005
|
-
},
|
|
1002
|
+
}, $t = { class: "flex flex-col items-center justify-center pt-5 pb-6" }, Ct = ["multiple"], St = ["name"], Ot = /* @__PURE__ */ s("svg", {
|
|
1006
1003
|
class: "w-8 h-8 mb-4 text-gray-500 dark:text-gray-400",
|
|
1007
1004
|
"aria-hidden": "true",
|
|
1008
1005
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1016,22 +1013,22 @@ const vt = {
|
|
|
1016
1013
|
"stroke-width": "2",
|
|
1017
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"
|
|
1018
1015
|
})
|
|
1019
|
-
], -1),
|
|
1020
|
-
|
|
1021
|
-
Ct
|
|
1022
|
-
], Ot = { key: 1 }, Dt = /* @__PURE__ */ s("p", { class: "text-sm text-gray-500 dark:text-gray-400" }, "Drop files here", -1), Pt = [
|
|
1016
|
+
], -1), Dt = /* @__PURE__ */ s("p", { class: "text-sm text-gray-500 dark:text-gray-400" }, " Drag & drop files or browse ", -1), Pt = [
|
|
1017
|
+
Ot,
|
|
1023
1018
|
Dt
|
|
1024
|
-
], Et = {
|
|
1019
|
+
], Et = { key: 1 }, jt = /* @__PURE__ */ s("p", { class: "text-sm text-gray-500 dark:text-gray-400" }, "Drop files here", -1), At = [
|
|
1020
|
+
jt
|
|
1021
|
+
], It = { class: "mt-2 gl-span-form-error" }, Tt = { class: "block mt-2 mb-3 text-sm font-normal leading-5 text-gray-500" }, Mt = {
|
|
1025
1022
|
key: 0,
|
|
1026
1023
|
class: ""
|
|
1027
|
-
},
|
|
1024
|
+
}, Nt = { 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" }, Vt = /* @__PURE__ */ s("i", { class: "text-3xl fas fa-file-alt" }, null, -1), Lt = { class: "w-full ml-3" }, Bt = { class: "flex items-center justify-between mb-1" }, Gt = { class: "text-xs text-black dark:text-white" }, Ft = { class: "text-xs text-black dark:text-white" }, Rt = { class: "w-full h-1 mb-1 bg-white rounded-full dark:bg-gray-800" }, qt = { class: "overflow-x-scroll max-h-56" }, Ut = { 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" }, zt = { class: "flex items-center" }, Ht = /* @__PURE__ */ s("i", {
|
|
1028
1025
|
class: "text-3xl fas fa-file-alt",
|
|
1029
1026
|
"aria-hidden": "true"
|
|
1030
|
-
}, null, -1),
|
|
1031
|
-
function
|
|
1027
|
+
}, null, -1), Zt = { class: "flex flex-col ml-3" }, Kt = { class: "text-xs" }, Wt = { class: "text-xs" }, Xt = { class: "flex gap-2" }, Yt = ["href"], Jt = ["onClick"];
|
|
1028
|
+
function Qt(e, t, r, n, a, o) {
|
|
1032
1029
|
const l = U("DeleteConfirmationModal");
|
|
1033
1030
|
return d(), u(y, null, [
|
|
1034
|
-
|
|
1031
|
+
G(l, {
|
|
1035
1032
|
isOpen: a.open_delete_modal,
|
|
1036
1033
|
onConfirmDelete: o.deleteAction,
|
|
1037
1034
|
onCancelDelete: o.closeDeleteModal
|
|
@@ -1048,85 +1045,85 @@ function Xt(e, t, r, n, a, o) {
|
|
|
1048
1045
|
"gl-label-form-invalid": a.error_message_data !== "",
|
|
1049
1046
|
required: r.is_required
|
|
1050
1047
|
})
|
|
1051
|
-
},
|
|
1048
|
+
}, h(r.label_name), 3),
|
|
1052
1049
|
s("div", {
|
|
1053
|
-
onDragover: t[3] || (t[3] =
|
|
1054
|
-
onDragleave: t[4] || (t[4] =
|
|
1055
|
-
onDrop: t[5] || (t[5] =
|
|
1050
|
+
onDragover: t[3] || (t[3] = A((...i) => o.onDragOver && o.onDragOver(...i), ["prevent"])),
|
|
1051
|
+
onDragleave: t[4] || (t[4] = A((...i) => o.onDragLeave && o.onDragLeave(...i), ["prevent"])),
|
|
1052
|
+
onDrop: t[5] || (t[5] = A((...i) => o.onDrop && o.onDrop(...i), ["prevent"])),
|
|
1056
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"
|
|
1057
1054
|
}, [
|
|
1058
|
-
s("div",
|
|
1055
|
+
s("div", $t, [
|
|
1059
1056
|
s("input", {
|
|
1060
1057
|
type: "file",
|
|
1061
1058
|
ref: "file_input" + r.field_name,
|
|
1062
1059
|
hidden: "",
|
|
1063
1060
|
multiple: r.has_multiple_file,
|
|
1064
1061
|
onChange: t[0] || (t[0] = (...i) => o.uploadFiles && o.uploadFiles(...i))
|
|
1065
|
-
}, null, 40,
|
|
1062
|
+
}, null, 40, Ct),
|
|
1066
1063
|
C(s("input", {
|
|
1067
1064
|
type: "hidden",
|
|
1068
1065
|
name: r.field_name,
|
|
1069
1066
|
"onUpdate:modelValue": t[1] || (t[1] = (i) => o.uploadedFileIds = i)
|
|
1070
|
-
}, null, 8,
|
|
1071
|
-
[
|
|
1067
|
+
}, null, 8, St), [
|
|
1068
|
+
[I, o.uploadedFileIds]
|
|
1072
1069
|
]),
|
|
1073
|
-
a.isDragging ? (d(), u("div",
|
|
1070
|
+
a.isDragging ? (d(), u("div", Et, At)) : (d(), u("div", {
|
|
1074
1071
|
key: 0,
|
|
1075
1072
|
class: "flex flex-col items-center justify-center",
|
|
1076
1073
|
onClick: t[2] || (t[2] = (i) => e.$refs["file_input" + this.field_name].click())
|
|
1077
|
-
},
|
|
1074
|
+
}, Pt))
|
|
1078
1075
|
])
|
|
1079
1076
|
], 32),
|
|
1080
|
-
s("span",
|
|
1081
|
-
s("small",
|
|
1082
|
-
a.files.length > 0 ? (d(), u("section",
|
|
1083
|
-
(d(!0), u(y, null, w(a.files, (i, c) => (d(), u("li",
|
|
1084
|
-
|
|
1085
|
-
s("div",
|
|
1086
|
-
s("div", Mt, [
|
|
1087
|
-
s("span", Vt, f(o.getFileName(i.file_name)), 1),
|
|
1088
|
-
s("span", Lt, f(i.loading), 1)
|
|
1089
|
-
]),
|
|
1077
|
+
s("span", It, h(a.error_message_data), 1),
|
|
1078
|
+
s("small", Tt, h(r.description), 1),
|
|
1079
|
+
a.files.length > 0 ? (d(), u("section", Mt, [
|
|
1080
|
+
(d(!0), u(y, null, w(a.files, (i, c) => (d(), u("li", Nt, [
|
|
1081
|
+
Vt,
|
|
1082
|
+
s("div", Lt, [
|
|
1090
1083
|
s("div", Bt, [
|
|
1084
|
+
s("span", Gt, h(o.getFileName(i.file_name)), 1),
|
|
1085
|
+
s("span", Ft, h(i.loading), 1)
|
|
1086
|
+
]),
|
|
1087
|
+
s("div", Rt, [
|
|
1091
1088
|
s("div", {
|
|
1092
1089
|
class: "h-full bg-gray-500 rounded-full dark:bg-gray-400",
|
|
1093
|
-
style:
|
|
1090
|
+
style: Te({ width: i.loading + "%" })
|
|
1094
1091
|
}, null, 4)
|
|
1095
1092
|
])
|
|
1096
1093
|
])
|
|
1097
1094
|
]))), 256))
|
|
1098
|
-
])) :
|
|
1099
|
-
s("section",
|
|
1100
|
-
(d(!0), u(y, null, w(a.uploadFileList, (i, c) => (d(), u("li",
|
|
1101
|
-
s("div",
|
|
1102
|
-
|
|
1103
|
-
s("div",
|
|
1104
|
-
s("span",
|
|
1105
|
-
s("span",
|
|
1095
|
+
])) : f("", !0),
|
|
1096
|
+
s("section", qt, [
|
|
1097
|
+
(d(!0), u(y, null, w(a.uploadFileList, (i, c) => (d(), u("li", Ut, [
|
|
1098
|
+
s("div", zt, [
|
|
1099
|
+
Ht,
|
|
1100
|
+
s("div", Zt, [
|
|
1101
|
+
s("span", Kt, h(o.getFileName(i.file_name)), 1),
|
|
1102
|
+
s("span", Wt, h(o.formatFileSize(i.size)), 1)
|
|
1106
1103
|
])
|
|
1107
1104
|
]),
|
|
1108
|
-
s("div",
|
|
1105
|
+
s("div", Xt, [
|
|
1109
1106
|
s("a", {
|
|
1110
1107
|
href: i.url,
|
|
1111
1108
|
target: "_blank",
|
|
1112
1109
|
class: "text-lg text-blue-600 cursor-pointer dark:text-blue-400 fas fa-download"
|
|
1113
|
-
}, null, 8,
|
|
1110
|
+
}, null, 8, Yt),
|
|
1114
1111
|
r.is_enable_delete ? (d(), u("i", {
|
|
1115
1112
|
key: 0,
|
|
1116
|
-
onClick: (
|
|
1113
|
+
onClick: (g) => {
|
|
1117
1114
|
a.media_id = i.id, a.open_delete_modal = !0;
|
|
1118
1115
|
},
|
|
1119
1116
|
class: "text-lg text-red-600 cursor-pointer dark:text-red-400 fas fa-x"
|
|
1120
|
-
}, null, 8,
|
|
1117
|
+
}, null, 8, Jt)) : f("", !0)
|
|
1121
1118
|
])
|
|
1122
1119
|
]))), 256))
|
|
1123
1120
|
])
|
|
1124
1121
|
], 2)
|
|
1125
1122
|
], 64);
|
|
1126
1123
|
}
|
|
1127
|
-
const
|
|
1124
|
+
const Ql = /* @__PURE__ */ k(kt, [["render", Qt]]), er = {
|
|
1128
1125
|
computed: {
|
|
1129
|
-
...
|
|
1126
|
+
...xt("notification", ["notification"]),
|
|
1130
1127
|
alertClasses() {
|
|
1131
1128
|
switch (this.notification.type) {
|
|
1132
1129
|
case "info":
|
|
@@ -1161,7 +1158,7 @@ const Il = /* @__PURE__ */ k(vt, [["render", Xt]]), Yt = {
|
|
|
1161
1158
|
}
|
|
1162
1159
|
},
|
|
1163
1160
|
methods: {
|
|
1164
|
-
...
|
|
1161
|
+
...wt("notification", ["HIDE_NOTIFICATION"]),
|
|
1165
1162
|
dismiss() {
|
|
1166
1163
|
this.HIDE_NOTIFICATION();
|
|
1167
1164
|
}
|
|
@@ -1173,7 +1170,7 @@ const Il = /* @__PURE__ */ k(vt, [["render", Xt]]), Yt = {
|
|
|
1173
1170
|
}, this.notification.duration);
|
|
1174
1171
|
}
|
|
1175
1172
|
}
|
|
1176
|
-
},
|
|
1173
|
+
}, tr = /* @__PURE__ */ s("svg", {
|
|
1177
1174
|
class: "flex-shrink-0 w-4 h-4",
|
|
1178
1175
|
"aria-hidden": "true",
|
|
1179
1176
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1181,7 +1178,7 @@ const Il = /* @__PURE__ */ k(vt, [["render", Xt]]), Yt = {
|
|
|
1181
1178
|
viewBox: "0 0 20 20"
|
|
1182
1179
|
}, [
|
|
1183
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" })
|
|
1184
|
-
], -1),
|
|
1181
|
+
], -1), rr = /* @__PURE__ */ s("span", { class: "sr-only" }, "Info", -1), sr = { class: "mr-3 text-sm font-medium ms-3" }, nr = /* @__PURE__ */ s("span", { class: "sr-only" }, "Close", -1), or = /* @__PURE__ */ s("svg", {
|
|
1185
1182
|
class: "w-3 h-3",
|
|
1186
1183
|
"aria-hidden": "true",
|
|
1187
1184
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1195,28 +1192,28 @@ const Il = /* @__PURE__ */ k(vt, [["render", Xt]]), Yt = {
|
|
|
1195
1192
|
"stroke-width": "2",
|
|
1196
1193
|
d: "m1 1 6 6m0 0 6 6M7 7l6-6M7 7l-6 6"
|
|
1197
1194
|
})
|
|
1198
|
-
], -1),
|
|
1199
|
-
|
|
1200
|
-
|
|
1195
|
+
], -1), ar = [
|
|
1196
|
+
nr,
|
|
1197
|
+
or
|
|
1201
1198
|
];
|
|
1202
|
-
function
|
|
1199
|
+
function ir(e, t, r, n, a, o) {
|
|
1203
1200
|
return e.notification.show ? (d(), u("div", {
|
|
1204
1201
|
key: 0,
|
|
1205
1202
|
class: p(["fixed right-0 z-50 flex items-center p-4 m-5 mb-4 rounded-lg shadow-lg", o.alertClasses]),
|
|
1206
1203
|
role: "alert"
|
|
1207
1204
|
}, [
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
s("div",
|
|
1205
|
+
tr,
|
|
1206
|
+
rr,
|
|
1207
|
+
s("div", sr, h(e.notification.message), 1),
|
|
1211
1208
|
s("button", {
|
|
1212
1209
|
type: "button",
|
|
1213
1210
|
onClick: t[0] || (t[0] = (...l) => o.dismiss && o.dismiss(...l)),
|
|
1214
1211
|
class: p(["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]),
|
|
1215
1212
|
"aria-label": "Close"
|
|
1216
|
-
},
|
|
1217
|
-
], 2)) :
|
|
1213
|
+
}, ar, 2)
|
|
1214
|
+
], 2)) : f("", !0);
|
|
1218
1215
|
}
|
|
1219
|
-
const
|
|
1216
|
+
const ed = /* @__PURE__ */ k(er, [["render", ir]]), lr = {
|
|
1220
1217
|
components: {},
|
|
1221
1218
|
props: {
|
|
1222
1219
|
field_name: {
|
|
@@ -1251,9 +1248,9 @@ const Al = /* @__PURE__ */ k(Yt, [["render", nr]]), or = {
|
|
|
1251
1248
|
},
|
|
1252
1249
|
mounted() {
|
|
1253
1250
|
}
|
|
1254
|
-
},
|
|
1255
|
-
function
|
|
1256
|
-
return d(), u("ul",
|
|
1251
|
+
}, dr = { class: "grid w-full gap-1 mt-5 mb-5 md:gap-0 md:grid-cols-10 language-selector" }, ur = ["name", "value", "id", "checked"], cr = ["for"];
|
|
1252
|
+
function hr(e, t, r, n, a, o) {
|
|
1253
|
+
return d(), u("ul", dr, [
|
|
1257
1254
|
(d(!0), u(y, null, w(a.locals, (l, i) => (d(), u("li", null, [
|
|
1258
1255
|
s("input", {
|
|
1259
1256
|
type: "radio",
|
|
@@ -1263,7 +1260,7 @@ function dr(e, t, r, n, a, o) {
|
|
|
1263
1260
|
id: l + "_" + r.field_name,
|
|
1264
1261
|
autocomplete: "off",
|
|
1265
1262
|
checked: l === a.default_language
|
|
1266
|
-
}, null, 8,
|
|
1263
|
+
}, null, 8, ur),
|
|
1267
1264
|
s("label", {
|
|
1268
1265
|
for: l + "_" + r.field_name,
|
|
1269
1266
|
class: p([{
|
|
@@ -1271,31 +1268,31 @@ function dr(e, t, r, n, a, o) {
|
|
|
1271
1268
|
"border md:!rounded-e-lg": i === a.locals.length - 1,
|
|
1272
1269
|
"border-t border-b": i !== 0 && i !== a.locals.length - 1
|
|
1273
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"])
|
|
1274
|
-
},
|
|
1271
|
+
}, h(l), 11, cr)
|
|
1275
1272
|
]))), 256))
|
|
1276
1273
|
]);
|
|
1277
1274
|
}
|
|
1278
|
-
const
|
|
1275
|
+
const td = /* @__PURE__ */ k(lr, [["render", hr]]), fr = {
|
|
1279
1276
|
name: "Card"
|
|
1280
|
-
},
|
|
1277
|
+
}, gr = { class: "flex flex-col gap-9" }, mr = { class: "bg-white border rounded-lg border-stroke shadow-default dark:border-strokedark dark:bg-boxdark" }, _r = { class: "px-3 py-4 border-b border-stroke dark:border-strokedark" }, pr = { class: "font-semibold text-black dark:text-white" }, br = {
|
|
1281
1278
|
key: 0,
|
|
1282
1279
|
class: "p-6"
|
|
1283
1280
|
};
|
|
1284
|
-
function
|
|
1285
|
-
return d(), u("div",
|
|
1286
|
-
s("div",
|
|
1287
|
-
s("div",
|
|
1288
|
-
s("h3",
|
|
1281
|
+
function yr(e, t, r, n, a, o) {
|
|
1282
|
+
return d(), u("div", gr, [
|
|
1283
|
+
s("div", mr, [
|
|
1284
|
+
s("div", _r, [
|
|
1285
|
+
s("h3", pr, [
|
|
1289
1286
|
P(e.$slots, "header")
|
|
1290
1287
|
])
|
|
1291
1288
|
]),
|
|
1292
|
-
e.$slots.body ? (d(), u("div",
|
|
1289
|
+
e.$slots.body ? (d(), u("div", br, [
|
|
1293
1290
|
P(e.$slots, "body")
|
|
1294
|
-
])) :
|
|
1291
|
+
])) : f("", !0)
|
|
1295
1292
|
])
|
|
1296
1293
|
]);
|
|
1297
1294
|
}
|
|
1298
|
-
const
|
|
1295
|
+
const rd = /* @__PURE__ */ k(fr, [["render", yr]]), vr = {
|
|
1299
1296
|
name: "MultiSelectDropdown",
|
|
1300
1297
|
template: "MultiSelectDropdown",
|
|
1301
1298
|
props: {
|
|
@@ -1452,16 +1449,16 @@ const Nl = /* @__PURE__ */ k(ur, [["render", _r]]), pr = {
|
|
|
1452
1449
|
this.selectedIds = e.map((t) => t.id), this.$emit("update:modelValue", this.selectedIds), this.$emit("selected", this.selectedIds), this.$emit("selectionChanged", this.selectedIds);
|
|
1453
1450
|
}
|
|
1454
1451
|
}
|
|
1455
|
-
},
|
|
1452
|
+
}, xr = { class: "font-bold ptext-lg dark:text-white" }, wr = { class: "mt-3 mb-4" }, kr = { 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" }, $r = /* @__PURE__ */ s("hr", { class: "!opacity-100 bg-gray-200 border-0 dark:bg-gray-700" }, null, -1), Cr = ["name", "value"], Sr = {
|
|
1456
1453
|
key: 0,
|
|
1457
1454
|
class: "dropdown"
|
|
1458
|
-
},
|
|
1455
|
+
}, Or = {
|
|
1459
1456
|
class: "inline-flex ml-2 rounded-md shadow-sm",
|
|
1460
1457
|
role: "group"
|
|
1461
|
-
},
|
|
1458
|
+
}, Dr = { 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" }, Pr = { class: "relative" }, Er = ["onClick"], jr = { 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" }, Ar = { class: "p-1" }, Ir = /* @__PURE__ */ s("label", {
|
|
1462
1459
|
for: "default-search",
|
|
1463
1460
|
class: "mb-2 text-sm font-medium text-gray-900 sr-only dark:text-white"
|
|
1464
|
-
}, "Search", -1),
|
|
1461
|
+
}, "Search", -1), Tr = { class: "relative" }, Mr = /* @__PURE__ */ s("div", { class: "absolute inset-y-0 flex items-center pointer-events-none start-0 ps-3" }, [
|
|
1465
1462
|
/* @__PURE__ */ s("svg", {
|
|
1466
1463
|
class: "w-4 h-4 text-gray-500 dark:text-gray-400",
|
|
1467
1464
|
"aria-hidden": "true",
|
|
@@ -1477,20 +1474,20 @@ const Nl = /* @__PURE__ */ k(ur, [["render", _r]]), pr = {
|
|
|
1477
1474
|
d: "m19 19-4-4m0-7A7 7 0 1 1 1 8a7 7 0 0 1 14 0Z"
|
|
1478
1475
|
})
|
|
1479
1476
|
])
|
|
1480
|
-
], -1),
|
|
1481
|
-
function
|
|
1477
|
+
], -1), Nr = ["id"], Vr = { class: "overflow-y-auto max-h-64" }, Lr = ["onClick", "onMousedown", "id"];
|
|
1478
|
+
function Br(e, t, r, n, a, o) {
|
|
1482
1479
|
return d(), u(y, null, [
|
|
1483
1480
|
r.show ? (d(), u("div", {
|
|
1484
1481
|
key: 0,
|
|
1485
1482
|
class: p(r.field_name)
|
|
1486
1483
|
}, [
|
|
1487
|
-
s("h3",
|
|
1488
|
-
s("p",
|
|
1489
|
-
(d(!0), u(y, null, w(a.selected, (l, i) => (d(), u("span",
|
|
1484
|
+
s("h3", xr, h(r.label_name), 1),
|
|
1485
|
+
s("p", wr, [
|
|
1486
|
+
(d(!0), u(y, null, w(a.selected, (l, i) => (d(), u("span", kr, h(l.name), 1))), 256))
|
|
1490
1487
|
]),
|
|
1491
|
-
|
|
1492
|
-
], 2)) :
|
|
1493
|
-
r.show ?
|
|
1488
|
+
$r
|
|
1489
|
+
], 2)) : f("", !0),
|
|
1490
|
+
r.show ? f("", !0) : (d(), u("div", {
|
|
1494
1491
|
key: 1,
|
|
1495
1492
|
class: p(["mb-4", r.field_name])
|
|
1496
1493
|
}, [
|
|
@@ -1499,16 +1496,16 @@ function Mr(e, t, r, n, a, o) {
|
|
|
1499
1496
|
name: r.field_name + "[]",
|
|
1500
1497
|
key: i,
|
|
1501
1498
|
value: l
|
|
1502
|
-
}, null, 8,
|
|
1503
|
-
r.options ? (d(), u("div",
|
|
1499
|
+
}, null, 8, Cr))), 128)),
|
|
1500
|
+
r.options ? (d(), u("div", Sr, [
|
|
1504
1501
|
s("label", {
|
|
1505
1502
|
class: p({
|
|
1506
1503
|
"gl-label-form": r.error_message == "",
|
|
1507
1504
|
"gl-label-form-invalid": r.error_message !== "",
|
|
1508
1505
|
required: r.is_required
|
|
1509
1506
|
})
|
|
1510
|
-
},
|
|
1511
|
-
s("div",
|
|
1507
|
+
}, h(r.label_name), 3),
|
|
1508
|
+
s("div", Or, [
|
|
1512
1509
|
s("button", {
|
|
1513
1510
|
onClick: t[0] || (t[0] = (...l) => o.selectAll && o.selectAll(...l)),
|
|
1514
1511
|
type: "button",
|
|
@@ -1520,8 +1517,8 @@ function Mr(e, t, r, n, a, o) {
|
|
|
1520
1517
|
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"
|
|
1521
1518
|
}, " Deselect all ")
|
|
1522
1519
|
]),
|
|
1523
|
-
s("div",
|
|
1524
|
-
s("div",
|
|
1520
|
+
s("div", Dr, [
|
|
1521
|
+
s("div", Pr, [
|
|
1525
1522
|
s("div", {
|
|
1526
1523
|
class: "flex flex-wrap gap-2 pl-8 pr-2 gl-multi-dropdown showOptions",
|
|
1527
1524
|
onClick: t[2] || (t[2] = (l) => o.showOptions())
|
|
@@ -1530,11 +1527,11 @@ function Mr(e, t, r, n, a, o) {
|
|
|
1530
1527
|
key: i,
|
|
1531
1528
|
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"
|
|
1532
1529
|
}, [
|
|
1533
|
-
v(
|
|
1530
|
+
v(h(l.name) + " ", 1),
|
|
1534
1531
|
s("i", {
|
|
1535
|
-
onClick:
|
|
1532
|
+
onClick: A((c) => o.clearOption(l), ["stop"]),
|
|
1536
1533
|
class: "cursor-pointer pointer-events-auto hover:text-red-600 dark:hover:text-red-400 fas fa-times"
|
|
1537
|
-
}, null, 8,
|
|
1534
|
+
}, null, 8, Er)
|
|
1538
1535
|
]))), 128))
|
|
1539
1536
|
]),
|
|
1540
1537
|
s("i", {
|
|
@@ -1542,11 +1539,11 @@ function Mr(e, t, r, n, a, o) {
|
|
|
1542
1539
|
style: { top: "11px" }
|
|
1543
1540
|
}, null, 2)
|
|
1544
1541
|
]),
|
|
1545
|
-
C(s("div",
|
|
1546
|
-
s("div",
|
|
1547
|
-
|
|
1548
|
-
s("div",
|
|
1549
|
-
|
|
1542
|
+
C(s("div", jr, [
|
|
1543
|
+
s("div", Ar, [
|
|
1544
|
+
Ir,
|
|
1545
|
+
s("div", Tr, [
|
|
1546
|
+
Mr,
|
|
1550
1547
|
C(s("input", {
|
|
1551
1548
|
type: "search",
|
|
1552
1549
|
"onUpdate:modelValue": t[3] || (t[3] = (l) => a.searchFilter = l),
|
|
@@ -1556,12 +1553,12 @@ function Mr(e, t, r, n, a, o) {
|
|
|
1556
1553
|
autocomplete: "off",
|
|
1557
1554
|
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",
|
|
1558
1555
|
placeholder: "Search ..."
|
|
1559
|
-
}, null, 40,
|
|
1560
|
-
[
|
|
1556
|
+
}, null, 40, Nr), [
|
|
1557
|
+
[I, a.searchFilter]
|
|
1561
1558
|
])
|
|
1562
1559
|
])
|
|
1563
1560
|
]),
|
|
1564
|
-
s("div",
|
|
1561
|
+
s("div", Vr, [
|
|
1565
1562
|
(d(!0), u(y, null, w(o.filteredOptions, (l, i) => (d(), u("div", {
|
|
1566
1563
|
class: p([
|
|
1567
1564
|
"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",
|
|
@@ -1571,17 +1568,17 @@ function Mr(e, t, r, n, a, o) {
|
|
|
1571
1568
|
onMousedown: (c) => o.selectOption(l),
|
|
1572
1569
|
key: i,
|
|
1573
1570
|
id: i + 1
|
|
1574
|
-
},
|
|
1571
|
+
}, h(l.name || l.id || "-"), 43, Lr))), 128))
|
|
1575
1572
|
])
|
|
1576
1573
|
], 512), [
|
|
1577
1574
|
[T, a.optionsShown]
|
|
1578
1575
|
])
|
|
1579
1576
|
])
|
|
1580
|
-
])) :
|
|
1577
|
+
])) : f("", !0)
|
|
1581
1578
|
], 2))
|
|
1582
1579
|
], 64);
|
|
1583
1580
|
}
|
|
1584
|
-
const
|
|
1581
|
+
const sd = /* @__PURE__ */ k(vr, [["render", Br]]), Gr = {
|
|
1585
1582
|
props: {
|
|
1586
1583
|
button_type: {
|
|
1587
1584
|
type: String,
|
|
@@ -1633,7 +1630,7 @@ const Ml = /* @__PURE__ */ k(pr, [["render", Mr]]), Vr = {
|
|
|
1633
1630
|
}
|
|
1634
1631
|
},
|
|
1635
1632
|
methods: {}
|
|
1636
|
-
},
|
|
1633
|
+
}, Fr = /* @__PURE__ */ s("svg", {
|
|
1637
1634
|
"aria-hidden": "true",
|
|
1638
1635
|
role: "status",
|
|
1639
1636
|
class: "inline w-4 h-4 me-3 animate-spin",
|
|
@@ -1650,35 +1647,35 @@ const Ml = /* @__PURE__ */ k(pr, [["render", Mr]]), Vr = {
|
|
|
1650
1647
|
fill: "#1C64F2"
|
|
1651
1648
|
})
|
|
1652
1649
|
], -1);
|
|
1653
|
-
function
|
|
1654
|
-
return r.is_loading ? (d(),
|
|
1650
|
+
function Rr(e, t, r, n, a, o) {
|
|
1651
|
+
return r.is_loading ? (d(), F(X("button"), {
|
|
1655
1652
|
key: 1,
|
|
1656
1653
|
disabled: "",
|
|
1657
1654
|
class: p(`flex items-center gap-2 focus:outline-none text-sm px-2 py-2 me-2 font-medium rounded-lg ${o.buttonTypeClass}`)
|
|
1658
1655
|
}, {
|
|
1659
|
-
default:
|
|
1660
|
-
|
|
1656
|
+
default: z(() => [
|
|
1657
|
+
Fr,
|
|
1661
1658
|
v(" Loading... ")
|
|
1662
1659
|
]),
|
|
1663
1660
|
_: 1
|
|
1664
|
-
}, 8, ["class"])) : (d(),
|
|
1661
|
+
}, 8, ["class"])) : (d(), F(X(r.tag), q({
|
|
1665
1662
|
key: 0,
|
|
1666
1663
|
type: r.is_submit
|
|
1667
1664
|
}, { type: r.is_submit ? "submit" : void 0 }, {
|
|
1668
1665
|
href: r.tag === "a" ? r.href : void 0,
|
|
1669
1666
|
class: `flex items-center gap-2 focus:outline-none text-sm px-5 py-2 me-2 font-medium rounded-lg ${o.buttonTypeClass}`
|
|
1670
1667
|
}), {
|
|
1671
|
-
default:
|
|
1668
|
+
default: z(() => [
|
|
1672
1669
|
r.icon ? (d(), u("i", {
|
|
1673
1670
|
key: 0,
|
|
1674
1671
|
class: p([r.icon, "text-base"])
|
|
1675
|
-
}, null, 2)) :
|
|
1672
|
+
}, null, 2)) : f("", !0),
|
|
1676
1673
|
P(e.$slots, "default")
|
|
1677
1674
|
]),
|
|
1678
1675
|
_: 3
|
|
1679
1676
|
}, 16, ["type", "href", "class"]));
|
|
1680
1677
|
}
|
|
1681
|
-
const
|
|
1678
|
+
const nd = /* @__PURE__ */ k(Gr, [["render", Rr]]), qr = { class: "font-bold ptext-lg dark:text-white" }, Ur = ["name", "id"], zr = ["id"], Hr = /* @__PURE__ */ s("hr", { class: "!opacity-100 bg-gray-200 border-0 dark:bg-gray-700" }, null, -1), Zr = ["for"], Kr = /* @__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), Wr = ["name", "id"], Xr = ["required", "name", "id", "type"], Yr = { class: "gl-span-form-error" }, Jr = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" }, od = {
|
|
1682
1679
|
__name: "GlTextareaTranslate",
|
|
1683
1680
|
props: {
|
|
1684
1681
|
is_required: {
|
|
@@ -1737,7 +1734,7 @@ const Vl = /* @__PURE__ */ k(Vr, [["render", Br]]), Gr = { class: "font-bold pte
|
|
|
1737
1734
|
emits: ["update:modelValue", "update:modelValueTranslate", "keydown"],
|
|
1738
1735
|
setup(e, { expose: t, emit: r }) {
|
|
1739
1736
|
const n = e, a = r, o = S(null), l = S(null);
|
|
1740
|
-
return
|
|
1737
|
+
return M(() => {
|
|
1741
1738
|
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", {
|
|
1742
1739
|
model: n.translatable.model,
|
|
1743
1740
|
row_id: n.translatable.row_id,
|
|
@@ -1752,7 +1749,7 @@ const Vl = /* @__PURE__ */ k(Vr, [["render", Br]]), Gr = { class: "font-bold pte
|
|
|
1752
1749
|
key: 0,
|
|
1753
1750
|
class: p(e.field_name)
|
|
1754
1751
|
}, [
|
|
1755
|
-
s("h3",
|
|
1752
|
+
s("h3", qr, h(e.label_name), 1),
|
|
1756
1753
|
C(s("input", {
|
|
1757
1754
|
type: "hidden",
|
|
1758
1755
|
"data-i18n": "true",
|
|
@@ -1760,17 +1757,17 @@ const Vl = /* @__PURE__ */ k(Vr, [["render", Br]]), Gr = { class: "font-bold pte
|
|
|
1760
1757
|
id: e.field_name + "_i18n",
|
|
1761
1758
|
ref_key: "input_translate",
|
|
1762
1759
|
ref: l,
|
|
1763
|
-
"onUpdate:modelValue": c[0] || (c[0] = (
|
|
1764
|
-
}, null, 8,
|
|
1765
|
-
[
|
|
1760
|
+
"onUpdate:modelValue": c[0] || (c[0] = (g) => i.inputTranslateValue = g)
|
|
1761
|
+
}, null, 8, Ur), [
|
|
1762
|
+
[I, i.inputTranslateValue]
|
|
1766
1763
|
]),
|
|
1767
1764
|
s("p", {
|
|
1768
1765
|
id: e.field_name,
|
|
1769
1766
|
class: "mb-4 text-base text-gray-900 input_tr_show dark:text-white"
|
|
1770
|
-
},
|
|
1771
|
-
|
|
1772
|
-
], 2)) :
|
|
1773
|
-
e.show ?
|
|
1767
|
+
}, h(e.model_value), 9, zr),
|
|
1768
|
+
Hr
|
|
1769
|
+
], 2)) : f("", !0),
|
|
1770
|
+
e.show ? f("", !0) : (d(), u("div", {
|
|
1774
1771
|
key: 1,
|
|
1775
1772
|
class: p(["mb-4", e.field_name])
|
|
1776
1773
|
}, [
|
|
@@ -1781,18 +1778,18 @@ const Vl = /* @__PURE__ */ k(Vr, [["render", Br]]), Gr = { class: "font-bold pte
|
|
|
1781
1778
|
required: e.is_required
|
|
1782
1779
|
}),
|
|
1783
1780
|
for: e.field_name
|
|
1784
|
-
},
|
|
1785
|
-
|
|
1781
|
+
}, h(e.label_name), 11, Zr),
|
|
1782
|
+
Kr,
|
|
1786
1783
|
s("input", {
|
|
1787
1784
|
class: "mb-4",
|
|
1788
1785
|
type: "hidden",
|
|
1789
1786
|
"data-i18n": "true",
|
|
1790
1787
|
name: e.field_name + "_i18n",
|
|
1791
1788
|
id: e.field_name + "_i18n",
|
|
1792
|
-
onInput: c[1] || (c[1] = (
|
|
1789
|
+
onInput: c[1] || (c[1] = (g) => i.$emit("update:modelValueTranslate", g.target.value)),
|
|
1793
1790
|
ref_key: "input_translate",
|
|
1794
1791
|
ref: l
|
|
1795
|
-
}, null, 40,
|
|
1792
|
+
}, null, 40, Wr),
|
|
1796
1793
|
s("textarea", {
|
|
1797
1794
|
required: e.is_required,
|
|
1798
1795
|
name: e.field_name,
|
|
@@ -1802,19 +1799,19 @@ const Vl = /* @__PURE__ */ k(Vr, [["render", Br]]), Gr = { class: "font-bold pte
|
|
|
1802
1799
|
" gl-textarea-form-invalid form-input-translation mt-4 ": e.error_message !== ""
|
|
1803
1800
|
}),
|
|
1804
1801
|
type: e.type,
|
|
1805
|
-
onInput: c[2] || (c[2] = (
|
|
1806
|
-
onKeydown: c[3] || (c[3] = (
|
|
1802
|
+
onInput: c[2] || (c[2] = (g) => i.$emit("update:modelValue", g.target.value)),
|
|
1803
|
+
onKeydown: c[3] || (c[3] = (g) => i.$emit("keydown", g)),
|
|
1807
1804
|
ref_key: "input",
|
|
1808
1805
|
ref: o,
|
|
1809
1806
|
rows: "4"
|
|
1810
1807
|
}, `
|
|
1811
|
-
`, 42,
|
|
1812
|
-
s("span",
|
|
1813
|
-
s("small",
|
|
1808
|
+
`, 42, Xr),
|
|
1809
|
+
s("span", Yr, h(e.error_message), 1),
|
|
1810
|
+
s("small", Jr, h(e.description), 1)
|
|
1814
1811
|
], 2))
|
|
1815
1812
|
], 64));
|
|
1816
1813
|
}
|
|
1817
|
-
},
|
|
1814
|
+
}, Qr = { class: "font-bold ptext-lg dark:text-white" }, es = ["name", "id"], ts = ["id"], rs = /* @__PURE__ */ s("hr", { class: "!opacity-100 bg-gray-200 border-0 dark:bg-gray-700" }, null, -1), ss = ["for"], ns = /* @__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), os = ["name", "id"], as = ["name", "id", "type"], is = { class: "gl-span-form-error" }, ls = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" }, ad = {
|
|
1818
1815
|
__name: "GlTinymceTranslate",
|
|
1819
1816
|
props: {
|
|
1820
1817
|
is_required: {
|
|
@@ -1873,7 +1870,7 @@ const Vl = /* @__PURE__ */ k(Vr, [["render", Br]]), Gr = { class: "font-bold pte
|
|
|
1873
1870
|
emits: ["update:modelValue", "update:modelValueTranslate", "keydown"],
|
|
1874
1871
|
setup(e, { expose: t, emit: r }) {
|
|
1875
1872
|
const n = e, a = r, o = S(null), l = S(null);
|
|
1876
|
-
return
|
|
1873
|
+
return M(() => {
|
|
1877
1874
|
tinymce.init({
|
|
1878
1875
|
selector: "#" + n.field_name,
|
|
1879
1876
|
width: "100%",
|
|
@@ -1892,7 +1889,7 @@ const Vl = /* @__PURE__ */ k(Vr, [["render", Br]]), Gr = { class: "font-bold pte
|
|
|
1892
1889
|
key: 0,
|
|
1893
1890
|
class: p(e.field_name)
|
|
1894
1891
|
}, [
|
|
1895
|
-
s("h3",
|
|
1892
|
+
s("h3", Qr, h(e.label_name), 1),
|
|
1896
1893
|
C(s("input", {
|
|
1897
1894
|
type: "hidden",
|
|
1898
1895
|
"data-i18n": "true",
|
|
@@ -1900,17 +1897,17 @@ const Vl = /* @__PURE__ */ k(Vr, [["render", Br]]), Gr = { class: "font-bold pte
|
|
|
1900
1897
|
id: e.field_name + "_i18n",
|
|
1901
1898
|
ref_key: "input_translate",
|
|
1902
1899
|
ref: l,
|
|
1903
|
-
"onUpdate:modelValue": c[0] || (c[0] = (
|
|
1904
|
-
}, null, 8,
|
|
1905
|
-
[
|
|
1900
|
+
"onUpdate:modelValue": c[0] || (c[0] = (g) => i.inputTranslateValue = g)
|
|
1901
|
+
}, null, 8, es), [
|
|
1902
|
+
[I, i.inputTranslateValue]
|
|
1906
1903
|
]),
|
|
1907
1904
|
s("p", {
|
|
1908
1905
|
id: e.field_name,
|
|
1909
1906
|
class: "mb-4 text-base text-gray-900 input_tr_show dark:text-white"
|
|
1910
|
-
},
|
|
1911
|
-
|
|
1912
|
-
], 2)) :
|
|
1913
|
-
e.show ?
|
|
1907
|
+
}, h(e.model_value), 9, ts),
|
|
1908
|
+
rs
|
|
1909
|
+
], 2)) : f("", !0),
|
|
1910
|
+
e.show ? f("", !0) : (d(), u("div", {
|
|
1914
1911
|
key: 1,
|
|
1915
1912
|
class: p(["mb-4", e.field_name])
|
|
1916
1913
|
}, [
|
|
@@ -1921,18 +1918,18 @@ const Vl = /* @__PURE__ */ k(Vr, [["render", Br]]), Gr = { class: "font-bold pte
|
|
|
1921
1918
|
required: e.is_required
|
|
1922
1919
|
}),
|
|
1923
1920
|
for: e.field_name
|
|
1924
|
-
},
|
|
1925
|
-
|
|
1921
|
+
}, h(e.label_name), 11, ss),
|
|
1922
|
+
ns,
|
|
1926
1923
|
s("input", {
|
|
1927
1924
|
class: "mb-4",
|
|
1928
1925
|
type: "hidden",
|
|
1929
1926
|
"data-i18n": "true",
|
|
1930
1927
|
name: e.field_name + "_i18n",
|
|
1931
1928
|
id: e.field_name + "_i18n",
|
|
1932
|
-
onInput: c[1] || (c[1] = (
|
|
1929
|
+
onInput: c[1] || (c[1] = (g) => i.$emit("update:modelValueTranslate", g.target.value)),
|
|
1933
1930
|
ref_key: "input_translate",
|
|
1934
1931
|
ref: l
|
|
1935
|
-
}, null, 40,
|
|
1932
|
+
}, null, 40, os),
|
|
1936
1933
|
s("textarea", {
|
|
1937
1934
|
name: e.field_name,
|
|
1938
1935
|
id: e.field_name,
|
|
@@ -1941,19 +1938,19 @@ const Vl = /* @__PURE__ */ k(Vr, [["render", Br]]), Gr = { class: "font-bold pte
|
|
|
1941
1938
|
" gl-textarea-form-invalid form-input-translation mt-4 ": e.error_message !== ""
|
|
1942
1939
|
}]),
|
|
1943
1940
|
type: e.type,
|
|
1944
|
-
onInput: c[2] || (c[2] = (
|
|
1945
|
-
onKeydown: c[3] || (c[3] = (
|
|
1941
|
+
onInput: c[2] || (c[2] = (g) => i.$emit("update:modelValue", g.target.value)),
|
|
1942
|
+
onKeydown: c[3] || (c[3] = (g) => i.$emit("keydown", g)),
|
|
1946
1943
|
ref_key: "input",
|
|
1947
1944
|
ref: o,
|
|
1948
1945
|
rows: "4"
|
|
1949
1946
|
}, `
|
|
1950
|
-
`, 42,
|
|
1951
|
-
s("span",
|
|
1952
|
-
s("small",
|
|
1947
|
+
`, 42, as),
|
|
1948
|
+
s("span", is, h(e.error_message), 1),
|
|
1949
|
+
s("small", ls, h(e.description), 1)
|
|
1953
1950
|
], 2))
|
|
1954
1951
|
], 64));
|
|
1955
1952
|
}
|
|
1956
|
-
},
|
|
1953
|
+
}, ds = { class: "font-bold ptext-lg dark:text-white" }, us = ["name", "id"], cs = ["id"], hs = /* @__PURE__ */ s("hr", { class: "!opacity-100 bg-gray-200 border-0 dark:bg-gray-700" }, null, -1), fs = ["for"], gs = /* @__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), ms = ["name", "id"], _s = ["required", "name", "id", "type"], ps = { class: "gl-span-form-error" }, bs = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" }, id = {
|
|
1957
1954
|
__name: "GlTextTranslate",
|
|
1958
1955
|
props: {
|
|
1959
1956
|
is_required: {
|
|
@@ -2012,7 +2009,7 @@ const Vl = /* @__PURE__ */ k(Vr, [["render", Br]]), Gr = { class: "font-bold pte
|
|
|
2012
2009
|
emits: ["update:modelValue", "update:modelValueTranslate", "keydown"],
|
|
2013
2010
|
setup(e, { expose: t, emit: r }) {
|
|
2014
2011
|
const n = e, a = r, o = S(null), l = S(null);
|
|
2015
|
-
return
|
|
2012
|
+
return M(() => {
|
|
2016
2013
|
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", {
|
|
2017
2014
|
model: n.translatable.model,
|
|
2018
2015
|
row_id: n.translatable.row_id,
|
|
@@ -2027,24 +2024,24 @@ const Vl = /* @__PURE__ */ k(Vr, [["render", Br]]), Gr = { class: "font-bold pte
|
|
|
2027
2024
|
key: 0,
|
|
2028
2025
|
class: p(e.field_name)
|
|
2029
2026
|
}, [
|
|
2030
|
-
s("h3",
|
|
2027
|
+
s("h3", ds, h(e.label_name), 1),
|
|
2031
2028
|
C(s("input", {
|
|
2032
2029
|
type: "hidden",
|
|
2033
2030
|
"data-i18n": "true",
|
|
2034
2031
|
name: e.field_name + "_i18n",
|
|
2035
2032
|
id: e.field_name + "_i18n",
|
|
2036
2033
|
ref: "input_translate_s",
|
|
2037
|
-
"onUpdate:modelValue": c[0] || (c[0] = (
|
|
2038
|
-
}, null, 8,
|
|
2039
|
-
[
|
|
2034
|
+
"onUpdate:modelValue": c[0] || (c[0] = (g) => i.inputTranslateValue = g)
|
|
2035
|
+
}, null, 8, us), [
|
|
2036
|
+
[I, i.inputTranslateValue]
|
|
2040
2037
|
]),
|
|
2041
2038
|
s("p", {
|
|
2042
2039
|
id: e.field_name,
|
|
2043
2040
|
class: "mb-4 text-base text-gray-900 input_tr_show dark:text-white"
|
|
2044
|
-
},
|
|
2045
|
-
|
|
2046
|
-
], 2)) :
|
|
2047
|
-
e.show ?
|
|
2041
|
+
}, h(e.model_value), 9, cs),
|
|
2042
|
+
hs
|
|
2043
|
+
], 2)) : f("", !0),
|
|
2044
|
+
e.show ? f("", !0) : (d(), u("div", {
|
|
2048
2045
|
key: 1,
|
|
2049
2046
|
class: p(["mb-4", e.field_name])
|
|
2050
2047
|
}, [
|
|
@@ -2055,18 +2052,18 @@ const Vl = /* @__PURE__ */ k(Vr, [["render", Br]]), Gr = { class: "font-bold pte
|
|
|
2055
2052
|
required: e.is_required
|
|
2056
2053
|
}),
|
|
2057
2054
|
for: e.field_name
|
|
2058
|
-
},
|
|
2059
|
-
|
|
2055
|
+
}, h(e.label_name), 11, fs),
|
|
2056
|
+
gs,
|
|
2060
2057
|
s("input", {
|
|
2061
2058
|
class: "mb-4",
|
|
2062
2059
|
type: "hidden",
|
|
2063
2060
|
"data-i18n": "true",
|
|
2064
2061
|
name: e.field_name + "_i18n",
|
|
2065
2062
|
id: e.field_name + "_i18n",
|
|
2066
|
-
onInput: c[1] || (c[1] = (
|
|
2063
|
+
onInput: c[1] || (c[1] = (g) => i.$emit("update:modelValueTranslate", g.target.value)),
|
|
2067
2064
|
ref_key: "input_translate",
|
|
2068
2065
|
ref: l
|
|
2069
|
-
}, null, 40,
|
|
2066
|
+
}, null, 40, ms),
|
|
2070
2067
|
s("input", {
|
|
2071
2068
|
required: e.is_required,
|
|
2072
2069
|
name: e.field_name,
|
|
@@ -2076,17 +2073,17 @@ const Vl = /* @__PURE__ */ k(Vr, [["render", Br]]), Gr = { class: "font-bold pte
|
|
|
2076
2073
|
" gl-input-form-invalid form-input-translation mt-2 ": e.error_message !== ""
|
|
2077
2074
|
}),
|
|
2078
2075
|
type: e.type,
|
|
2079
|
-
onInput: c[2] || (c[2] = (
|
|
2080
|
-
onKeydown: c[3] || (c[3] = (
|
|
2076
|
+
onInput: c[2] || (c[2] = (g) => i.$emit("update:modelValue", g.target.value)),
|
|
2077
|
+
onKeydown: c[3] || (c[3] = (g) => i.$emit("keydown", g)),
|
|
2081
2078
|
ref_key: "input",
|
|
2082
2079
|
ref: o
|
|
2083
|
-
}, null, 42,
|
|
2084
|
-
s("span",
|
|
2085
|
-
s("small",
|
|
2080
|
+
}, null, 42, _s),
|
|
2081
|
+
s("span", ps, h(e.error_message), 1),
|
|
2082
|
+
s("small", bs, h(e.description), 1)
|
|
2086
2083
|
], 2))
|
|
2087
2084
|
], 64));
|
|
2088
2085
|
}
|
|
2089
|
-
},
|
|
2086
|
+
}, ys = { class: "font-bold ptext-lg dark:text-white" }, vs = { class: "mb-4 text-base text-gray-900 dark:text-white" }, xs = /* @__PURE__ */ s("hr", { class: "!opacity-100 bg-gray-200 border-0 dark:bg-gray-700" }, null, -1), ws = ["for"], ks = ["required", "name", "id", "type"], $s = { class: "gl-span-form-error" }, Cs = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" }, ld = {
|
|
2090
2087
|
__name: "GlTextInput",
|
|
2091
2088
|
props: {
|
|
2092
2089
|
is_required: {
|
|
@@ -2129,18 +2126,18 @@ const Vl = /* @__PURE__ */ k(Vr, [["render", Br]]), Gr = { class: "font-bold pte
|
|
|
2129
2126
|
emits: ["update:modelValue", "keydown"],
|
|
2130
2127
|
setup(e, { expose: t, emit: r }) {
|
|
2131
2128
|
const n = e, a = r, o = S(null);
|
|
2132
|
-
return
|
|
2129
|
+
return M(() => {
|
|
2133
2130
|
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);
|
|
2134
2131
|
}), t({ focus: () => o.value.focus() }), (l, i) => (d(), u(y, null, [
|
|
2135
2132
|
e.show ? (d(), u("div", {
|
|
2136
2133
|
key: 0,
|
|
2137
2134
|
class: p(e.field_name)
|
|
2138
2135
|
}, [
|
|
2139
|
-
s("h3",
|
|
2140
|
-
s("p",
|
|
2141
|
-
|
|
2142
|
-
], 2)) :
|
|
2143
|
-
e.show ?
|
|
2136
|
+
s("h3", ys, h(e.label_name), 1),
|
|
2137
|
+
s("p", vs, h(e.type == "password" ? e.model_value.replace(/./g, "*") : e.model_value), 1),
|
|
2138
|
+
xs
|
|
2139
|
+
], 2)) : f("", !0),
|
|
2140
|
+
e.show ? f("", !0) : (d(), u("div", {
|
|
2144
2141
|
key: 1,
|
|
2145
2142
|
class: p(["mb-4", e.field_name])
|
|
2146
2143
|
}, [
|
|
@@ -2151,7 +2148,7 @@ const Vl = /* @__PURE__ */ k(Vr, [["render", Br]]), Gr = { class: "font-bold pte
|
|
|
2151
2148
|
required: e.is_required
|
|
2152
2149
|
}),
|
|
2153
2150
|
for: e.field_name
|
|
2154
|
-
},
|
|
2151
|
+
}, h(e.label_name), 11, ws),
|
|
2155
2152
|
s("input", {
|
|
2156
2153
|
required: e.is_required,
|
|
2157
2154
|
name: e.field_name,
|
|
@@ -2165,26 +2162,26 @@ const Vl = /* @__PURE__ */ k(Vr, [["render", Br]]), Gr = { class: "font-bold pte
|
|
|
2165
2162
|
onKeydown: i[1] || (i[1] = (c) => l.$emit("keydown", c)),
|
|
2166
2163
|
ref_key: "input",
|
|
2167
2164
|
ref: o
|
|
2168
|
-
}, null, 42,
|
|
2169
|
-
s("span",
|
|
2170
|
-
s("small",
|
|
2165
|
+
}, null, 42, ks),
|
|
2166
|
+
s("span", $s, h(e.error_message), 1),
|
|
2167
|
+
s("small", Cs, h(e.description), 1)
|
|
2171
2168
|
], 2))
|
|
2172
2169
|
], 64));
|
|
2173
2170
|
}
|
|
2174
|
-
},
|
|
2171
|
+
}, Ss = {
|
|
2175
2172
|
setup(e, { slots: t }) {
|
|
2176
2173
|
const r = S(t.default().map((a) => a.props)), n = S(r.value[0].title);
|
|
2177
|
-
return
|
|
2174
|
+
return Me("selectedTitle", n), {
|
|
2178
2175
|
tabs: r,
|
|
2179
2176
|
selectedTitle: n
|
|
2180
2177
|
};
|
|
2181
2178
|
}
|
|
2182
|
-
},
|
|
2183
|
-
function
|
|
2179
|
+
}, Os = { class: "flex flex-wrap" }, Ds = { class: "w-full" }, Ps = { class: "flex flex-row flex-wrap gap-1 pt-3 pb-4 mb-0 list-none" }, Es = ["onClick"], js = { 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" }, As = { class: "flex-auto px-4 py-5" }, Is = { class: "tab-content tab-space" };
|
|
2180
|
+
function Ts(e, t, r, n, a, o) {
|
|
2184
2181
|
return d(), u(y, null, [
|
|
2185
|
-
s("div",
|
|
2186
|
-
s("div",
|
|
2187
|
-
s("ul",
|
|
2182
|
+
s("div", Os, [
|
|
2183
|
+
s("div", Ds, [
|
|
2184
|
+
s("ul", Ps, [
|
|
2188
2185
|
(d(!0), u(y, null, w(n.tabs, (l) => (d(), u("li", {
|
|
2189
2186
|
key: l.title,
|
|
2190
2187
|
onClick: (i) => n.selectedTitle = l.title,
|
|
@@ -2196,37 +2193,37 @@ function js(e, t, r, n, a, o) {
|
|
|
2196
2193
|
s("i", {
|
|
2197
2194
|
class: p([l.icon, "mr-1 text-base"])
|
|
2198
2195
|
}, null, 2),
|
|
2199
|
-
v(" " +
|
|
2196
|
+
v(" " + h(l.title), 1)
|
|
2200
2197
|
], 2)
|
|
2201
|
-
], 8,
|
|
2198
|
+
], 8, Es))), 128))
|
|
2202
2199
|
])
|
|
2203
2200
|
])
|
|
2204
2201
|
]),
|
|
2205
|
-
s("div",
|
|
2206
|
-
s("div",
|
|
2207
|
-
s("div",
|
|
2202
|
+
s("div", js, [
|
|
2203
|
+
s("div", As, [
|
|
2204
|
+
s("div", Is, [
|
|
2208
2205
|
P(e.$slots, "default")
|
|
2209
2206
|
])
|
|
2210
2207
|
])
|
|
2211
2208
|
])
|
|
2212
2209
|
], 64);
|
|
2213
2210
|
}
|
|
2214
|
-
const
|
|
2211
|
+
const dd = /* @__PURE__ */ k(Ss, [["render", Ts]]), Ms = {
|
|
2215
2212
|
props: ["title"],
|
|
2216
2213
|
setup() {
|
|
2217
2214
|
return {
|
|
2218
|
-
selectedTitle:
|
|
2215
|
+
selectedTitle: ce("selectedTitle")
|
|
2219
2216
|
};
|
|
2220
2217
|
}
|
|
2221
|
-
},
|
|
2222
|
-
function
|
|
2223
|
-
return C((d(), u("div",
|
|
2218
|
+
}, Ns = { class: "block" };
|
|
2219
|
+
function Vs(e, t, r, n, a, o) {
|
|
2220
|
+
return C((d(), u("div", Ns, [
|
|
2224
2221
|
P(e.$slots, "default")
|
|
2225
2222
|
], 512)), [
|
|
2226
2223
|
[T, r.title == n.selectedTitle]
|
|
2227
2224
|
]);
|
|
2228
2225
|
}
|
|
2229
|
-
const
|
|
2226
|
+
const ud = /* @__PURE__ */ k(Ms, [["render", Vs]]), Ls = {
|
|
2230
2227
|
props: {
|
|
2231
2228
|
elements_to_show_prop: {
|
|
2232
2229
|
type: Number,
|
|
@@ -2288,7 +2285,7 @@ const Ul = /* @__PURE__ */ k(Is, [["render", Ts]]), Ns = {
|
|
|
2288
2285
|
const r = (a) => {
|
|
2289
2286
|
t.style.cursor = "grabbing";
|
|
2290
2287
|
const o = (i) => {
|
|
2291
|
-
const c = i.clientX || i.touches && i.touches[0] && i.touches[0].clientX,
|
|
2288
|
+
const c = i.clientX || i.touches && i.touches[0] && i.touches[0].clientX, g = i.clientY || i.touches && i.touches[0] && i.touches[0].clientY, m = c - e.initialX, b = g - e.initialY;
|
|
2292
2289
|
Math.abs(m) > Math.abs(b) ? (i.preventDefault(), Math.abs(m) >= 70 && (m < 0 ? e.next() : e.prev(), e.initialX = c)) : t.style.cursor = "grab", Math.abs(b) > Math.abs(m) && (t.style.cursor = "grab");
|
|
2293
2290
|
}, l = () => {
|
|
2294
2291
|
document.removeEventListener("mousemove", o), document.removeEventListener("touchmove", o), document.removeEventListener("mouseup", l), document.removeEventListener("touchend", l), t.style.cursor = "grab";
|
|
@@ -2325,10 +2322,10 @@ const Ul = /* @__PURE__ */ k(Is, [["render", Ts]]), Ns = {
|
|
|
2325
2322
|
this.direction_property == "rtl" ? t.style.marginRight = -this.dotsNavigation[e - 1] + "px" : t.style.marginLeft = -this.dotsNavigation[e - 1] + "px", this.currentDot = e;
|
|
2326
2323
|
}
|
|
2327
2324
|
}
|
|
2328
|
-
},
|
|
2325
|
+
}, O = (e) => (Ne("data-v-a94f16a9"), e = e(), Ve(), e), Bs = ["id"], Gs = {
|
|
2329
2326
|
key: 0,
|
|
2330
2327
|
class: "items-center hidden w-2/12 xl:flex xxl:flex md:flex sm:flex arrow_button"
|
|
2331
|
-
},
|
|
2328
|
+
}, Fs = { class: "w-full" }, Rs = {
|
|
2332
2329
|
key: 0,
|
|
2333
2330
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2334
2331
|
class: "w-6 h-6",
|
|
@@ -2336,13 +2333,13 @@ const Ul = /* @__PURE__ */ k(Is, [["render", Ts]]), Ns = {
|
|
|
2336
2333
|
viewBox: "0 0 24 24",
|
|
2337
2334
|
stroke: "currentColor",
|
|
2338
2335
|
"stroke-width": "2"
|
|
2339
|
-
},
|
|
2336
|
+
}, qs = /* @__PURE__ */ O(() => /* @__PURE__ */ s("path", {
|
|
2340
2337
|
"stroke-linecap": "round",
|
|
2341
2338
|
"stroke-linejoin": "round",
|
|
2342
2339
|
d: "M11 17l-5-5m0 0l5-5m-5 5h12"
|
|
2343
|
-
}, null, -1)),
|
|
2344
|
-
|
|
2345
|
-
],
|
|
2340
|
+
}, null, -1)), Us = [
|
|
2341
|
+
qs
|
|
2342
|
+
], zs = {
|
|
2346
2343
|
key: 1,
|
|
2347
2344
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2348
2345
|
class: "w-6 h-6",
|
|
@@ -2350,13 +2347,13 @@ const Ul = /* @__PURE__ */ k(Is, [["render", Ts]]), Ns = {
|
|
|
2350
2347
|
viewBox: "0 0 24 24",
|
|
2351
2348
|
stroke: "currentColor",
|
|
2352
2349
|
"stroke-width": "2"
|
|
2353
|
-
},
|
|
2350
|
+
}, Hs = /* @__PURE__ */ O(() => /* @__PURE__ */ s("path", {
|
|
2354
2351
|
"stroke-linecap": "round",
|
|
2355
2352
|
"stroke-linejoin": "round",
|
|
2356
2353
|
d: "M13 7l5 5m0 0l-5 5m5-5H6"
|
|
2357
|
-
}, null, -1)),
|
|
2358
|
-
|
|
2359
|
-
],
|
|
2354
|
+
}, null, -1)), Zs = [
|
|
2355
|
+
Hs
|
|
2356
|
+
], Ks = ["id"], Ws = ["id"], Xs = { class: "w-full" }, Ys = {
|
|
2360
2357
|
key: 0,
|
|
2361
2358
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2362
2359
|
class: "w-6 h-6",
|
|
@@ -2364,13 +2361,13 @@ const Ul = /* @__PURE__ */ k(Is, [["render", Ts]]), Ns = {
|
|
|
2364
2361
|
viewBox: "0 0 24 24",
|
|
2365
2362
|
stroke: "currentColor",
|
|
2366
2363
|
"stroke-width": "2"
|
|
2367
|
-
},
|
|
2364
|
+
}, Js = /* @__PURE__ */ O(() => /* @__PURE__ */ s("path", {
|
|
2368
2365
|
"stroke-linecap": "round",
|
|
2369
2366
|
"stroke-linejoin": "round",
|
|
2370
2367
|
d: "M11 17l-5-5m0 0l5-5m-5 5h12"
|
|
2371
|
-
}, null, -1)),
|
|
2372
|
-
|
|
2373
|
-
],
|
|
2368
|
+
}, null, -1)), Qs = [
|
|
2369
|
+
Js
|
|
2370
|
+
], en = {
|
|
2374
2371
|
key: 1,
|
|
2375
2372
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2376
2373
|
class: "w-6 h-6",
|
|
@@ -2378,13 +2375,13 @@ const Ul = /* @__PURE__ */ k(Is, [["render", Ts]]), Ns = {
|
|
|
2378
2375
|
viewBox: "0 0 24 24",
|
|
2379
2376
|
stroke: "currentColor",
|
|
2380
2377
|
"stroke-width": "2"
|
|
2381
|
-
},
|
|
2378
|
+
}, tn = /* @__PURE__ */ O(() => /* @__PURE__ */ s("path", {
|
|
2382
2379
|
"stroke-linecap": "round",
|
|
2383
2380
|
"stroke-linejoin": "round",
|
|
2384
2381
|
d: "M13 7l5 5m0 0l-5 5m5-5H6"
|
|
2385
|
-
}, null, -1)),
|
|
2386
|
-
|
|
2387
|
-
],
|
|
2382
|
+
}, null, -1)), rn = [
|
|
2383
|
+
tn
|
|
2384
|
+
], sn = { class: "w-full" }, nn = {
|
|
2388
2385
|
key: 0,
|
|
2389
2386
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2390
2387
|
class: "w-6 h-6",
|
|
@@ -2392,13 +2389,13 @@ const Ul = /* @__PURE__ */ k(Is, [["render", Ts]]), Ns = {
|
|
|
2392
2389
|
viewBox: "0 0 24 24",
|
|
2393
2390
|
stroke: "currentColor",
|
|
2394
2391
|
"stroke-width": "2"
|
|
2395
|
-
},
|
|
2392
|
+
}, on = /* @__PURE__ */ O(() => /* @__PURE__ */ s("path", {
|
|
2396
2393
|
"stroke-linecap": "round",
|
|
2397
2394
|
"stroke-linejoin": "round",
|
|
2398
2395
|
d: "M13 7l5 5m0 0l-5 5m5-5H6"
|
|
2399
|
-
}, null, -1)),
|
|
2400
|
-
|
|
2401
|
-
],
|
|
2396
|
+
}, null, -1)), an = [
|
|
2397
|
+
on
|
|
2398
|
+
], ln = {
|
|
2402
2399
|
key: 1,
|
|
2403
2400
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2404
2401
|
class: "w-6 h-6",
|
|
@@ -2406,23 +2403,23 @@ const Ul = /* @__PURE__ */ k(Is, [["render", Ts]]), Ns = {
|
|
|
2406
2403
|
viewBox: "0 0 24 24",
|
|
2407
2404
|
stroke: "currentColor",
|
|
2408
2405
|
"stroke-width": "2"
|
|
2409
|
-
},
|
|
2406
|
+
}, dn = /* @__PURE__ */ O(() => /* @__PURE__ */ s("path", {
|
|
2410
2407
|
"stroke-linecap": "round",
|
|
2411
2408
|
"stroke-linejoin": "round",
|
|
2412
2409
|
d: "M11 17l-5-5m0 0l5-5m-5 5h12"
|
|
2413
|
-
}, null, -1)),
|
|
2414
|
-
on
|
|
2415
|
-
], ln = ["onClick"], dn = /* @__PURE__ */ D(() => /* @__PURE__ */ s("span", null, null, -1)), un = [
|
|
2410
|
+
}, null, -1)), un = [
|
|
2416
2411
|
dn
|
|
2417
|
-
], cn =
|
|
2412
|
+
], cn = ["onClick"], hn = /* @__PURE__ */ O(() => /* @__PURE__ */ s("span", null, null, -1)), fn = [
|
|
2413
|
+
hn
|
|
2414
|
+
], gn = {
|
|
2418
2415
|
key: 1,
|
|
2419
2416
|
class: "flex justify-between pl-5 pr-5"
|
|
2420
|
-
},
|
|
2421
|
-
|
|
2422
|
-
],
|
|
2417
|
+
}, mn = ["onClick"], _n = /* @__PURE__ */ O(() => /* @__PURE__ */ s("span", null, null, -1)), pn = [
|
|
2418
|
+
_n
|
|
2419
|
+
], bn = {
|
|
2423
2420
|
key: 0,
|
|
2424
2421
|
class: "flex"
|
|
2425
|
-
},
|
|
2422
|
+
}, yn = { class: "flex items-center" }, vn = { class: "w-full" }, xn = {
|
|
2426
2423
|
key: 0,
|
|
2427
2424
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2428
2425
|
class: "w-6 h-6",
|
|
@@ -2430,13 +2427,13 @@ const Ul = /* @__PURE__ */ k(Is, [["render", Ts]]), Ns = {
|
|
|
2430
2427
|
viewBox: "0 0 24 24",
|
|
2431
2428
|
stroke: "currentColor",
|
|
2432
2429
|
"stroke-width": "2"
|
|
2433
|
-
},
|
|
2430
|
+
}, wn = /* @__PURE__ */ O(() => /* @__PURE__ */ s("path", {
|
|
2434
2431
|
"stroke-linecap": "round",
|
|
2435
2432
|
"stroke-linejoin": "round",
|
|
2436
2433
|
d: "M11 17l-5-5m0 0l5-5m-5 5h12"
|
|
2437
|
-
}, null, -1)),
|
|
2438
|
-
|
|
2439
|
-
],
|
|
2434
|
+
}, null, -1)), kn = [
|
|
2435
|
+
wn
|
|
2436
|
+
], $n = {
|
|
2440
2437
|
key: 1,
|
|
2441
2438
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2442
2439
|
class: "w-6 h-6",
|
|
@@ -2444,13 +2441,13 @@ const Ul = /* @__PURE__ */ k(Is, [["render", Ts]]), Ns = {
|
|
|
2444
2441
|
viewBox: "0 0 24 24",
|
|
2445
2442
|
stroke: "currentColor",
|
|
2446
2443
|
"stroke-width": "2"
|
|
2447
|
-
},
|
|
2444
|
+
}, Cn = /* @__PURE__ */ O(() => /* @__PURE__ */ s("path", {
|
|
2448
2445
|
"stroke-linecap": "round",
|
|
2449
2446
|
"stroke-linejoin": "round",
|
|
2450
2447
|
d: "M13 7l5 5m0 0l-5 5m5-5H6"
|
|
2451
|
-
}, null, -1)),
|
|
2452
|
-
|
|
2453
|
-
],
|
|
2448
|
+
}, null, -1)), Sn = [
|
|
2449
|
+
Cn
|
|
2450
|
+
], On = { class: "flex items-center" }, Dn = { class: "w-full" }, Pn = {
|
|
2454
2451
|
key: 0,
|
|
2455
2452
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2456
2453
|
class: "w-6 h-6",
|
|
@@ -2458,13 +2455,13 @@ const Ul = /* @__PURE__ */ k(Is, [["render", Ts]]), Ns = {
|
|
|
2458
2455
|
viewBox: "0 0 24 24",
|
|
2459
2456
|
stroke: "currentColor",
|
|
2460
2457
|
"stroke-width": "2"
|
|
2461
|
-
},
|
|
2458
|
+
}, En = /* @__PURE__ */ O(() => /* @__PURE__ */ s("path", {
|
|
2462
2459
|
"stroke-linecap": "round",
|
|
2463
2460
|
"stroke-linejoin": "round",
|
|
2464
2461
|
d: "M13 7l5 5m0 0l-5 5m5-5H6"
|
|
2465
|
-
}, null, -1)),
|
|
2466
|
-
|
|
2467
|
-
],
|
|
2462
|
+
}, null, -1)), jn = [
|
|
2463
|
+
En
|
|
2464
|
+
], An = {
|
|
2468
2465
|
key: 1,
|
|
2469
2466
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2470
2467
|
class: "w-6 h-6",
|
|
@@ -2472,16 +2469,16 @@ const Ul = /* @__PURE__ */ k(Is, [["render", Ts]]), Ns = {
|
|
|
2472
2469
|
viewBox: "0 0 24 24",
|
|
2473
2470
|
stroke: "currentColor",
|
|
2474
2471
|
"stroke-width": "2"
|
|
2475
|
-
},
|
|
2472
|
+
}, In = /* @__PURE__ */ O(() => /* @__PURE__ */ s("path", {
|
|
2476
2473
|
"stroke-linecap": "round",
|
|
2477
2474
|
"stroke-linejoin": "round",
|
|
2478
2475
|
d: "M11 17l-5-5m0 0l5-5m-5 5h12"
|
|
2479
|
-
}, null, -1)),
|
|
2480
|
-
|
|
2481
|
-
],
|
|
2476
|
+
}, null, -1)), Tn = [
|
|
2477
|
+
In
|
|
2478
|
+
], Mn = {
|
|
2482
2479
|
key: 1,
|
|
2483
2480
|
class: "items-center hidden w-2/12 xl:flex xxl:flex md:flex sm:flex arrow_button"
|
|
2484
|
-
},
|
|
2481
|
+
}, Nn = { class: "w-full" }, Vn = {
|
|
2485
2482
|
key: 0,
|
|
2486
2483
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2487
2484
|
class: "w-6 h-6",
|
|
@@ -2489,13 +2486,13 @@ const Ul = /* @__PURE__ */ k(Is, [["render", Ts]]), Ns = {
|
|
|
2489
2486
|
viewBox: "0 0 24 24",
|
|
2490
2487
|
stroke: "currentColor",
|
|
2491
2488
|
"stroke-width": "2"
|
|
2492
|
-
},
|
|
2489
|
+
}, Ln = /* @__PURE__ */ O(() => /* @__PURE__ */ s("path", {
|
|
2493
2490
|
"stroke-linecap": "round",
|
|
2494
2491
|
"stroke-linejoin": "round",
|
|
2495
2492
|
d: "M13 7l5 5m0 0l-5 5m5-5H6"
|
|
2496
|
-
}, null, -1)),
|
|
2497
|
-
|
|
2498
|
-
],
|
|
2493
|
+
}, null, -1)), Bn = [
|
|
2494
|
+
Ln
|
|
2495
|
+
], Gn = {
|
|
2499
2496
|
key: 1,
|
|
2500
2497
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2501
2498
|
class: "w-6 h-6",
|
|
@@ -2503,30 +2500,30 @@ const Ul = /* @__PURE__ */ k(Is, [["render", Ts]]), Ns = {
|
|
|
2503
2500
|
viewBox: "0 0 24 24",
|
|
2504
2501
|
stroke: "currentColor",
|
|
2505
2502
|
"stroke-width": "2"
|
|
2506
|
-
},
|
|
2503
|
+
}, Fn = /* @__PURE__ */ O(() => /* @__PURE__ */ s("path", {
|
|
2507
2504
|
"stroke-linecap": "round",
|
|
2508
2505
|
"stroke-linejoin": "round",
|
|
2509
2506
|
d: "M11 17l-5-5m0 0l5-5m-5 5h12"
|
|
2510
|
-
}, null, -1)),
|
|
2511
|
-
|
|
2507
|
+
}, null, -1)), Rn = [
|
|
2508
|
+
Fn
|
|
2512
2509
|
];
|
|
2513
|
-
function
|
|
2510
|
+
function qn(e, t, r, n, a, o) {
|
|
2514
2511
|
return d(), u("div", null, [
|
|
2515
2512
|
s("div", {
|
|
2516
2513
|
class: p(["", !r.hide_arrow && r.slider_arrows_indicators_position == "arrows_outside_slide" ? "flex" : "relative block"]),
|
|
2517
2514
|
id: "mainSliderContainer_" + e.Random_string
|
|
2518
2515
|
}, [
|
|
2519
|
-
e.dotsNum > 0 && !r.hide_arrow && r.slider_arrows_indicators_position == "arrows_outside_slider" ? (d(), u("div",
|
|
2520
|
-
s("div",
|
|
2516
|
+
e.dotsNum > 0 && !r.hide_arrow && r.slider_arrows_indicators_position == "arrows_outside_slider" ? (d(), u("div", Gs, [
|
|
2517
|
+
s("div", Fs, [
|
|
2521
2518
|
s("button", {
|
|
2522
2519
|
class: "p-3 mr-5 rounded-full shadow-lg arrow_button_styles",
|
|
2523
2520
|
onClick: t[0] || (t[0] = (l) => o.prev())
|
|
2524
2521
|
}, [
|
|
2525
|
-
r.direction_property == "ltr" ? (d(), u("svg",
|
|
2526
|
-
r.direction_property == "rtl" ? (d(), u("svg",
|
|
2522
|
+
r.direction_property == "ltr" ? (d(), u("svg", Rs, Us)) : f("", !0),
|
|
2523
|
+
r.direction_property == "rtl" ? (d(), u("svg", zs, Zs)) : f("", !0)
|
|
2527
2524
|
])
|
|
2528
2525
|
])
|
|
2529
|
-
])) :
|
|
2526
|
+
])) : f("", !0),
|
|
2530
2527
|
s("div", {
|
|
2531
2528
|
class: p(["overflow-hidden", o.sliderContainerAction()]),
|
|
2532
2529
|
id: "sliderContainer_" + e.Random_string
|
|
@@ -2539,32 +2536,32 @@ function Gn(e, t, r, n, a, o) {
|
|
|
2539
2536
|
key: 0,
|
|
2540
2537
|
class: p(["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"])
|
|
2541
2538
|
}, [
|
|
2542
|
-
s("div",
|
|
2539
|
+
s("div", Xs, [
|
|
2543
2540
|
s("button", {
|
|
2544
2541
|
class: "p-3 rounded-full shadow-lg arrow_button_styles",
|
|
2545
|
-
onClick: t[1] || (t[1] =
|
|
2542
|
+
onClick: t[1] || (t[1] = A((l) => o.prev(), ["stop"]))
|
|
2546
2543
|
}, [
|
|
2547
|
-
r.direction_property == "ltr" ? (d(), u("svg",
|
|
2548
|
-
r.direction_property == "rtl" ? (d(), u("svg",
|
|
2544
|
+
r.direction_property == "ltr" ? (d(), u("svg", Ys, Qs)) : f("", !0),
|
|
2545
|
+
r.direction_property == "rtl" ? (d(), u("svg", en, rn)) : f("", !0)
|
|
2549
2546
|
])
|
|
2550
2547
|
])
|
|
2551
|
-
], 2)) :
|
|
2548
|
+
], 2)) : f("", !0),
|
|
2552
2549
|
P(e.$slots, "default", {}, void 0, !0),
|
|
2553
2550
|
e.dotsNum > 0 && !r.hide_arrow && r.slider_arrows_indicators_position == "arrows_indicators_inside_slider" ? (d(), u("div", {
|
|
2554
2551
|
key: 1,
|
|
2555
2552
|
class: p(["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"])
|
|
2556
2553
|
}, [
|
|
2557
|
-
s("div",
|
|
2554
|
+
s("div", sn, [
|
|
2558
2555
|
s("button", {
|
|
2559
2556
|
class: "p-3 rounded-full shadow-lg arrow_button_styles",
|
|
2560
|
-
onClick: t[2] || (t[2] =
|
|
2557
|
+
onClick: t[2] || (t[2] = A((l) => o.next(), ["stop"]))
|
|
2561
2558
|
}, [
|
|
2562
|
-
r.direction_property == "ltr" ? (d(), u("svg",
|
|
2563
|
-
r.direction_property == "rtl" ? (d(), u("svg",
|
|
2559
|
+
r.direction_property == "ltr" ? (d(), u("svg", nn, an)) : f("", !0),
|
|
2560
|
+
r.direction_property == "rtl" ? (d(), u("svg", ln, un)) : f("", !0)
|
|
2564
2561
|
])
|
|
2565
2562
|
])
|
|
2566
|
-
], 2)) :
|
|
2567
|
-
], 8,
|
|
2563
|
+
], 2)) : f("", !0)
|
|
2564
|
+
], 8, Ws),
|
|
2568
2565
|
r.slider_arrows_indicators_position != "arrows_indicators_below_slider" ? (d(), u("div", {
|
|
2569
2566
|
key: 0,
|
|
2570
2567
|
class: p(["flex justify-center mb-1 space-x-1", o.sliderIndicatorsAction()])
|
|
@@ -2574,9 +2571,9 @@ function Gn(e, t, r, n, a, o) {
|
|
|
2574
2571
|
class: p(["gl-dot", { active: e.currentDot == l }]),
|
|
2575
2572
|
key: l,
|
|
2576
2573
|
onClick: (i) => o.setDot(l)
|
|
2577
|
-
},
|
|
2578
|
-
], 2)) :
|
|
2579
|
-
r.slider_arrows_indicators_position == "arrows_indicators_below_slider" ? (d(), u("div",
|
|
2574
|
+
}, fn, 10, cn))), 128))
|
|
2575
|
+
], 2)) : f("", !0),
|
|
2576
|
+
r.slider_arrows_indicators_position == "arrows_indicators_below_slider" ? (d(), u("div", gn, [
|
|
2580
2577
|
s("div", {
|
|
2581
2578
|
class: p(["flex justify-center mb-1 space-x-1", o.sliderIndicatorsAction()])
|
|
2582
2579
|
}, [
|
|
@@ -2585,53 +2582,53 @@ function Gn(e, t, r, n, a, o) {
|
|
|
2585
2582
|
class: p(["gl-dot", { active: e.currentDot == l }]),
|
|
2586
2583
|
key: l,
|
|
2587
2584
|
onClick: (i) => o.setDot(l)
|
|
2588
|
-
},
|
|
2585
|
+
}, pn, 10, mn))), 128))
|
|
2589
2586
|
], 2),
|
|
2590
|
-
e.dotsNum > 0 ? (d(), u("div",
|
|
2591
|
-
s("div",
|
|
2592
|
-
s("div",
|
|
2587
|
+
e.dotsNum > 0 ? (d(), u("div", bn, [
|
|
2588
|
+
s("div", yn, [
|
|
2589
|
+
s("div", vn, [
|
|
2593
2590
|
s("button", {
|
|
2594
2591
|
class: p(["p-3 rounded-full arrow_button_styles", r.direction_property == "rtl" ? "ml-3" : "mr-3"]),
|
|
2595
2592
|
onClick: t[3] || (t[3] = (l) => o.prev())
|
|
2596
2593
|
}, [
|
|
2597
|
-
r.direction_property == "ltr" ? (d(), u("svg",
|
|
2598
|
-
r.direction_property == "rtl" ? (d(), u("svg",
|
|
2594
|
+
r.direction_property == "ltr" ? (d(), u("svg", xn, kn)) : f("", !0),
|
|
2595
|
+
r.direction_property == "rtl" ? (d(), u("svg", $n, Sn)) : f("", !0)
|
|
2599
2596
|
], 2)
|
|
2600
2597
|
])
|
|
2601
2598
|
]),
|
|
2602
|
-
s("div",
|
|
2603
|
-
s("div",
|
|
2599
|
+
s("div", On, [
|
|
2600
|
+
s("div", Dn, [
|
|
2604
2601
|
s("button", {
|
|
2605
2602
|
class: "p-3 rounded-full arrow_button_styles",
|
|
2606
2603
|
onClick: t[4] || (t[4] = (l) => o.next())
|
|
2607
2604
|
}, [
|
|
2608
|
-
r.direction_property == "ltr" ? (d(), u("svg",
|
|
2609
|
-
r.direction_property == "rtl" ? (d(), u("svg",
|
|
2605
|
+
r.direction_property == "ltr" ? (d(), u("svg", Pn, jn)) : f("", !0),
|
|
2606
|
+
r.direction_property == "rtl" ? (d(), u("svg", An, Tn)) : f("", !0)
|
|
2610
2607
|
])
|
|
2611
2608
|
])
|
|
2612
2609
|
])
|
|
2613
|
-
])) :
|
|
2614
|
-
])) :
|
|
2615
|
-
], 10,
|
|
2616
|
-
e.dotsNum > 0 && !r.hide_arrow && r.slider_arrows_indicators_position == "arrows_outside_slider" ? (d(), u("div",
|
|
2617
|
-
s("div",
|
|
2610
|
+
])) : f("", !0)
|
|
2611
|
+
])) : f("", !0)
|
|
2612
|
+
], 10, Ks),
|
|
2613
|
+
e.dotsNum > 0 && !r.hide_arrow && r.slider_arrows_indicators_position == "arrows_outside_slider" ? (d(), u("div", Mn, [
|
|
2614
|
+
s("div", Nn, [
|
|
2618
2615
|
s("button", {
|
|
2619
2616
|
class: "p-3 ml-5 rounded-full shadow-lg arrow_button_styles",
|
|
2620
2617
|
onClick: t[5] || (t[5] = (l) => o.next())
|
|
2621
2618
|
}, [
|
|
2622
|
-
r.direction_property == "ltr" ? (d(), u("svg",
|
|
2623
|
-
r.direction_property == "rtl" ? (d(), u("svg",
|
|
2619
|
+
r.direction_property == "ltr" ? (d(), u("svg", Vn, Bn)) : f("", !0),
|
|
2620
|
+
r.direction_property == "rtl" ? (d(), u("svg", Gn, Rn)) : f("", !0)
|
|
2624
2621
|
])
|
|
2625
2622
|
])
|
|
2626
|
-
])) :
|
|
2627
|
-
], 10,
|
|
2623
|
+
])) : f("", !0)
|
|
2624
|
+
], 10, Bs)
|
|
2628
2625
|
]);
|
|
2629
2626
|
}
|
|
2630
|
-
const
|
|
2627
|
+
const cd = /* @__PURE__ */ k(Ls, [["render", qn], ["__scopeId", "data-v-a94f16a9"]]), Un = {
|
|
2631
2628
|
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",
|
|
2632
2629
|
tabindex: "-1",
|
|
2633
2630
|
"aria-hidden": "true"
|
|
2634
|
-
},
|
|
2631
|
+
}, zn = { 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" }, Hn = { class: "flex items-center justify-between flex-shrink-0 pt-10 pb-3 pl-3 pr-3 border-b-2 dark:border-gray-600" }, Zn = { class: "text-xl font-medium leading-normal text-surface dark:text-white" }, Kn = /* @__PURE__ */ s("span", { class: "[&>svg]:h-6 [&>svg]:w-6" }, [
|
|
2635
2632
|
/* @__PURE__ */ s("svg", {
|
|
2636
2633
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2637
2634
|
fill: "currentColor",
|
|
@@ -2645,9 +2642,9 @@ const ql = /* @__PURE__ */ k(Ns, [["render", Gn], ["__scopeId", "data-v-a94f16a9
|
|
|
2645
2642
|
d: "M6 18L18 6M6 6l12 12"
|
|
2646
2643
|
})
|
|
2647
2644
|
])
|
|
2648
|
-
], -1),
|
|
2649
|
-
|
|
2650
|
-
],
|
|
2645
|
+
], -1), Wn = [
|
|
2646
|
+
Kn
|
|
2647
|
+
], Xn = { class: "relative p-4 overflow-y-auto" }, Yn = { 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" }, hd = {
|
|
2651
2648
|
__name: "GlModal",
|
|
2652
2649
|
props: {
|
|
2653
2650
|
is_open: {
|
|
@@ -2672,30 +2669,30 @@ const ql = /* @__PURE__ */ k(Ns, [["render", Gn], ["__scopeId", "data-v-a94f16a9
|
|
|
2672
2669
|
}, l = () => {
|
|
2673
2670
|
n("closeModal"), o();
|
|
2674
2671
|
};
|
|
2675
|
-
return
|
|
2672
|
+
return ee(
|
|
2676
2673
|
() => r.is_open,
|
|
2677
2674
|
(i, c) => {
|
|
2678
2675
|
i ? a() : o();
|
|
2679
2676
|
},
|
|
2680
2677
|
{ immediate: !0, deep: !0 }
|
|
2681
|
-
), (i, c) => C((d(), u("div",
|
|
2678
|
+
), (i, c) => C((d(), u("div", Un, [
|
|
2682
2679
|
s("div", {
|
|
2683
2680
|
class: p(["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])
|
|
2684
2681
|
}, [
|
|
2685
|
-
s("div",
|
|
2686
|
-
s("div",
|
|
2687
|
-
s("h5",
|
|
2682
|
+
s("div", zn, [
|
|
2683
|
+
s("div", Hn, [
|
|
2684
|
+
s("h5", Zn, h(e.title), 1),
|
|
2688
2685
|
s("button", {
|
|
2689
2686
|
type: "button",
|
|
2690
2687
|
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",
|
|
2691
2688
|
onClick: l,
|
|
2692
2689
|
"aria-label": "Close"
|
|
2693
|
-
},
|
|
2690
|
+
}, Wn)
|
|
2694
2691
|
]),
|
|
2695
|
-
s("div",
|
|
2692
|
+
s("div", Xn, [
|
|
2696
2693
|
P(i.$slots, "body")
|
|
2697
2694
|
]),
|
|
2698
|
-
s("div",
|
|
2695
|
+
s("div", Yn, [
|
|
2699
2696
|
P(i.$slots, "buttons"),
|
|
2700
2697
|
s("button", {
|
|
2701
2698
|
onClick: l,
|
|
@@ -2709,7 +2706,7 @@ const ql = /* @__PURE__ */ k(Ns, [["render", Gn], ["__scopeId", "data-v-a94f16a9
|
|
|
2709
2706
|
[T, e.is_open]
|
|
2710
2707
|
]);
|
|
2711
2708
|
}
|
|
2712
|
-
},
|
|
2709
|
+
}, Jn = { class: "mb-4" }, Qn = { class: "flex justify-between px-6 py-3 -mb-px border border-gray-300 no-underlin" }, eo = { class: "relative inline-flex items-center cursor-pointer" }, to = ["name", "id"], ro = /* @__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), so = /* @__PURE__ */ s("hr", { class: "!opacity-100 bg-gray-200 border-0 dark:bg-gray-700" }, null, -1), no = { 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" }, oo = { class: "relative inline-flex items-center cursor-pointer" }, ao = ["name", "id", "value", "checked"], io = /* @__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), lo = { class: "gl-span-form-error" }, uo = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" }, fd = {
|
|
2713
2710
|
__name: "GlToggleBox",
|
|
2714
2711
|
props: {
|
|
2715
2712
|
is_required: {
|
|
@@ -2752,7 +2749,7 @@ const ql = /* @__PURE__ */ k(Ns, [["render", Gn], ["__scopeId", "data-v-a94f16a9
|
|
|
2752
2749
|
emits: ["update:modelValue"],
|
|
2753
2750
|
setup(e, { emit: t }) {
|
|
2754
2751
|
const r = e, n = t, a = S(null);
|
|
2755
|
-
|
|
2752
|
+
M(() => {
|
|
2756
2753
|
r.model_value != "" && (n("update:modelValue", r.model_value), a.value.checked = r.model_value == 1), r.modelValue != "" && (n("update:modelValue", r.modelValue), a.value.checked = r.modelValue == 1);
|
|
2757
2754
|
});
|
|
2758
2755
|
const o = (l) => {
|
|
@@ -2764,10 +2761,10 @@ const ql = /* @__PURE__ */ k(Ns, [["render", Gn], ["__scopeId", "data-v-a94f16a9
|
|
|
2764
2761
|
key: 0,
|
|
2765
2762
|
class: p(e.field_name)
|
|
2766
2763
|
}, [
|
|
2767
|
-
s("div",
|
|
2768
|
-
s("li",
|
|
2769
|
-
v(
|
|
2770
|
-
s("label",
|
|
2764
|
+
s("div", Jn, [
|
|
2765
|
+
s("li", Qn, [
|
|
2766
|
+
v(h(e.label_name) + " ", 1),
|
|
2767
|
+
s("label", eo, [
|
|
2771
2768
|
s("input", {
|
|
2772
2769
|
type: "checkbox",
|
|
2773
2770
|
class: "sr-only peer",
|
|
@@ -2778,20 +2775,20 @@ const ql = /* @__PURE__ */ k(Ns, [["render", Gn], ["__scopeId", "data-v-a94f16a9
|
|
|
2778
2775
|
ref_key: "input",
|
|
2779
2776
|
ref: a,
|
|
2780
2777
|
disabled: ""
|
|
2781
|
-
}, null, 8,
|
|
2782
|
-
|
|
2778
|
+
}, null, 8, to),
|
|
2779
|
+
ro
|
|
2783
2780
|
])
|
|
2784
2781
|
])
|
|
2785
2782
|
]),
|
|
2786
|
-
|
|
2787
|
-
], 2)) :
|
|
2788
|
-
e.show ?
|
|
2783
|
+
so
|
|
2784
|
+
], 2)) : f("", !0),
|
|
2785
|
+
e.show ? f("", !0) : (d(), u("div", {
|
|
2789
2786
|
key: 1,
|
|
2790
2787
|
class: p(["mb-4", e.field_name])
|
|
2791
2788
|
}, [
|
|
2792
|
-
s("li",
|
|
2793
|
-
v(
|
|
2794
|
-
s("label",
|
|
2789
|
+
s("li", no, [
|
|
2790
|
+
v(h(e.label_name) + " ", 1),
|
|
2791
|
+
s("label", oo, [
|
|
2795
2792
|
s("input", {
|
|
2796
2793
|
type: "checkbox",
|
|
2797
2794
|
class: "sr-only peer",
|
|
@@ -2804,16 +2801,16 @@ const ql = /* @__PURE__ */ k(Ns, [["render", Gn], ["__scopeId", "data-v-a94f16a9
|
|
|
2804
2801
|
ref_key: "input",
|
|
2805
2802
|
ref: a,
|
|
2806
2803
|
onChange: o
|
|
2807
|
-
}, null, 40,
|
|
2808
|
-
|
|
2804
|
+
}, null, 40, ao),
|
|
2805
|
+
io
|
|
2809
2806
|
])
|
|
2810
2807
|
]),
|
|
2811
|
-
s("span",
|
|
2812
|
-
s("small",
|
|
2808
|
+
s("span", lo, h(e.error_message), 1),
|
|
2809
|
+
s("small", uo, h(e.description), 1)
|
|
2813
2810
|
], 2))
|
|
2814
2811
|
], 64));
|
|
2815
2812
|
}
|
|
2816
|
-
},
|
|
2813
|
+
}, co = {
|
|
2817
2814
|
name: "Dropdown",
|
|
2818
2815
|
template: "Dropdown",
|
|
2819
2816
|
props: {
|
|
@@ -2999,13 +2996,13 @@ const ql = /* @__PURE__ */ k(Ns, [["render", Gn], ["__scopeId", "data-v-a94f16a9
|
|
|
2999
2996
|
*/
|
|
3000
2997
|
// },
|
|
3001
2998
|
}
|
|
3002
|
-
},
|
|
2999
|
+
}, ho = { class: "font-bold ptext-lg dark:text-white" }, fo = { class: "mt-3 mb-4" }, go = { 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" }, mo = /* @__PURE__ */ s("hr", { class: "!opacity-100 bg-gray-200 border-0 dark:bg-gray-700" }, null, -1), _o = ["name", "id", "value"], po = {
|
|
3003
3000
|
key: 0,
|
|
3004
3001
|
class: "dropdown"
|
|
3005
|
-
},
|
|
3002
|
+
}, bo = { 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" }, yo = { class: "relative showOptions" }, vo = ["value", "placeholder"], xo = { 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]" }, wo = { class: "p-1" }, ko = /* @__PURE__ */ s("label", {
|
|
3006
3003
|
for: "default-search",
|
|
3007
3004
|
class: "mb-2 text-sm font-medium text-gray-900 sr-only dark:text-white"
|
|
3008
|
-
}, "Search", -1),
|
|
3005
|
+
}, "Search", -1), $o = { class: "relative" }, Co = /* @__PURE__ */ s("div", { class: "absolute inset-y-0 flex items-center pointer-events-none start-0 ps-3" }, [
|
|
3009
3006
|
/* @__PURE__ */ s("svg", {
|
|
3010
3007
|
class: "w-4 h-4 text-gray-500 dark:text-gray-400",
|
|
3011
3008
|
"aria-hidden": "true",
|
|
@@ -3021,35 +3018,35 @@ const ql = /* @__PURE__ */ k(Ns, [["render", Gn], ["__scopeId", "data-v-a94f16a9
|
|
|
3021
3018
|
d: "m19 19-4-4m0-7A7 7 0 1 1 1 8a7 7 0 0 1 14 0Z"
|
|
3022
3019
|
})
|
|
3023
3020
|
])
|
|
3024
|
-
], -1),
|
|
3021
|
+
], -1), So = ["id"], Oo = { class: "overflow-y-auto max-h-64" }, Do = ["onClick", "onMousedown", "id"], Po = { class: "flex items-center py-2 pl-10 pr-4" }, Eo = {
|
|
3025
3022
|
key: 0,
|
|
3026
3023
|
class: "absolute flex items-center flex-shrink-0 w-4 h-4 text-green-500 left-2 dark:text-green-400",
|
|
3027
3024
|
"aria-hidden": "true",
|
|
3028
3025
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3029
3026
|
fill: "none",
|
|
3030
3027
|
viewBox: "0 0 16 12"
|
|
3031
|
-
},
|
|
3028
|
+
}, jo = /* @__PURE__ */ s("path", {
|
|
3032
3029
|
stroke: "currentColor",
|
|
3033
3030
|
"stroke-linecap": "round",
|
|
3034
3031
|
"stroke-linejoin": "round",
|
|
3035
3032
|
"stroke-width": "2",
|
|
3036
3033
|
d: "M1 5.917 5.724 10.5 15 1.5"
|
|
3037
|
-
}, null, -1),
|
|
3038
|
-
|
|
3039
|
-
],
|
|
3040
|
-
function
|
|
3034
|
+
}, null, -1), Ao = [
|
|
3035
|
+
jo
|
|
3036
|
+
], Io = { class: "block mt-1 text-sm font-normal leading-5 text-red-500" }, To = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" };
|
|
3037
|
+
function Mo(e, t, r, n, a, o) {
|
|
3041
3038
|
return d(), u(y, null, [
|
|
3042
3039
|
r.show ? (d(), u("div", {
|
|
3043
3040
|
key: 0,
|
|
3044
3041
|
class: p(r.field_name)
|
|
3045
3042
|
}, [
|
|
3046
|
-
s("h3",
|
|
3047
|
-
s("p",
|
|
3048
|
-
s("span",
|
|
3043
|
+
s("h3", ho, h(r.label_name), 1),
|
|
3044
|
+
s("p", fo, [
|
|
3045
|
+
s("span", go, h(e.selectedValue.name), 1)
|
|
3049
3046
|
]),
|
|
3050
|
-
|
|
3051
|
-
], 2)) :
|
|
3052
|
-
r.show ?
|
|
3047
|
+
mo
|
|
3048
|
+
], 2)) : f("", !0),
|
|
3049
|
+
r.show ? f("", !0) : (d(), u("div", {
|
|
3053
3050
|
key: 1,
|
|
3054
3051
|
class: p(["mb-4", r.field_name])
|
|
3055
3052
|
}, [
|
|
@@ -3058,8 +3055,8 @@ function Io(e, t, r, n, a, o) {
|
|
|
3058
3055
|
name: r.field_name,
|
|
3059
3056
|
id: r.field_name,
|
|
3060
3057
|
value: a.selected.id
|
|
3061
|
-
}, null, 8,
|
|
3062
|
-
r.options ? (d(), u("div",
|
|
3058
|
+
}, null, 8, _o),
|
|
3059
|
+
r.options ? (d(), u("div", po, [
|
|
3063
3060
|
r.label_name ? (d(), u("label", {
|
|
3064
3061
|
key: 0,
|
|
3065
3062
|
class: p({
|
|
@@ -3067,23 +3064,23 @@ function Io(e, t, r, n, a, o) {
|
|
|
3067
3064
|
"gl-label-form-invalid": r.error_message !== "",
|
|
3068
3065
|
required: r.is_required
|
|
3069
3066
|
})
|
|
3070
|
-
},
|
|
3071
|
-
s("div",
|
|
3072
|
-
s("div",
|
|
3067
|
+
}, h(r.label_name), 3)) : f("", !0),
|
|
3068
|
+
s("div", bo, [
|
|
3069
|
+
s("div", yo, [
|
|
3073
3070
|
s("input", {
|
|
3074
3071
|
class: p([{
|
|
3075
3072
|
"gl-input-form": r.error_message == "",
|
|
3076
3073
|
"gl-input-form-invalid": r.error_message !== ""
|
|
3077
|
-
}, "
|
|
3074
|
+
}, "pl-8 pr-2 showOptions"]),
|
|
3078
3075
|
ref: r.field_name,
|
|
3079
3076
|
onClick: t[0] || (t[0] = (l) => o.showOptions()),
|
|
3080
3077
|
value: a.selected.name,
|
|
3081
3078
|
placeholder: r.placeholder,
|
|
3082
3079
|
autocomplete: "off",
|
|
3083
3080
|
readonly: ""
|
|
3084
|
-
}, null, 10,
|
|
3081
|
+
}, null, 10, vo),
|
|
3085
3082
|
C(s("i", {
|
|
3086
|
-
onClick: t[1] || (t[1] =
|
|
3083
|
+
onClick: t[1] || (t[1] = A((l) => o.ClearInput(), ["stop"])),
|
|
3087
3084
|
class: "absolute text-gray-500 cursor-pointer fas fa-times right-7 hover:text-gray-700 dark:hover:text-gray-800",
|
|
3088
3085
|
style: { top: "13px" }
|
|
3089
3086
|
}, null, 512), [
|
|
@@ -3095,11 +3092,11 @@ function Io(e, t, r, n, a, o) {
|
|
|
3095
3092
|
style: { top: "11px" }
|
|
3096
3093
|
}, null, 2)
|
|
3097
3094
|
]),
|
|
3098
|
-
C(s("div",
|
|
3099
|
-
s("div",
|
|
3100
|
-
|
|
3101
|
-
s("div",
|
|
3102
|
-
|
|
3095
|
+
C(s("div", xo, [
|
|
3096
|
+
s("div", wo, [
|
|
3097
|
+
ko,
|
|
3098
|
+
s("div", $o, [
|
|
3099
|
+
Co,
|
|
3103
3100
|
C(s("input", {
|
|
3104
3101
|
type: "search",
|
|
3105
3102
|
"onUpdate:modelValue": t[3] || (t[3] = (l) => a.searchFilter = l),
|
|
@@ -3110,12 +3107,12 @@ function Io(e, t, r, n, a, o) {
|
|
|
3110
3107
|
autocomplete: "off",
|
|
3111
3108
|
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",
|
|
3112
3109
|
placeholder: "Search ..."
|
|
3113
|
-
}, null, 40,
|
|
3114
|
-
[
|
|
3110
|
+
}, null, 40, So), [
|
|
3111
|
+
[I, a.searchFilter]
|
|
3115
3112
|
])
|
|
3116
3113
|
])
|
|
3117
3114
|
]),
|
|
3118
|
-
s("div",
|
|
3115
|
+
s("div", Oo, [
|
|
3119
3116
|
(d(!0), u(y, null, w(o.filteredOptions, (l, i) => (d(), u("div", {
|
|
3120
3117
|
class: p([
|
|
3121
3118
|
"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",
|
|
@@ -3126,23 +3123,23 @@ function Io(e, t, r, n, a, o) {
|
|
|
3126
3123
|
key: i,
|
|
3127
3124
|
id: `${i + 1}${a.uuid}`
|
|
3128
3125
|
}, [
|
|
3129
|
-
s("div",
|
|
3130
|
-
a.selected.id === l.id ? (d(), u("svg",
|
|
3131
|
-
s("span", null,
|
|
3126
|
+
s("div", Po, [
|
|
3127
|
+
a.selected.id === l.id ? (d(), u("svg", Eo, Ao)) : f("", !0),
|
|
3128
|
+
s("span", null, h(l.name || l.id || "-"), 1)
|
|
3132
3129
|
])
|
|
3133
|
-
], 42,
|
|
3130
|
+
], 42, Do))), 128))
|
|
3134
3131
|
])
|
|
3135
3132
|
], 512), [
|
|
3136
3133
|
[T, a.optionsShown]
|
|
3137
3134
|
])
|
|
3138
3135
|
])
|
|
3139
|
-
])) :
|
|
3140
|
-
s("span",
|
|
3141
|
-
s("small",
|
|
3136
|
+
])) : f("", !0),
|
|
3137
|
+
s("span", Io, h(r.error_message), 1),
|
|
3138
|
+
s("small", To, h(r.description), 1)
|
|
3142
3139
|
], 2))
|
|
3143
3140
|
], 64);
|
|
3144
3141
|
}
|
|
3145
|
-
const
|
|
3142
|
+
const gd = /* @__PURE__ */ k(co, [["render", Mo]]), No = { class: "font-bold ptext-lg dark:text-white" }, Vo = ["id"], Lo = /* @__PURE__ */ s("hr", { class: "!opacity-100 bg-gray-200 border-0 dark:bg-gray-700" }, null, -1), Bo = ["for"], Go = ["required", "name", "id", "type", "placeholder"], Fo = { class: "gl-span-form-error" }, Ro = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" }, md = {
|
|
3146
3143
|
__name: "GlTextarea",
|
|
3147
3144
|
props: {
|
|
3148
3145
|
is_required: {
|
|
@@ -3189,21 +3186,21 @@ const Zl = /* @__PURE__ */ k(io, [["render", Io]]), Ao = { class: "font-bold pte
|
|
|
3189
3186
|
emits: ["update:modelValue", "keydown"],
|
|
3190
3187
|
setup(e, { expose: t, emit: r }) {
|
|
3191
3188
|
const n = e, a = r, o = S(null);
|
|
3192
|
-
return
|
|
3189
|
+
return M(() => {
|
|
3193
3190
|
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);
|
|
3194
3191
|
}), t({ focus: () => o.value.focus() }), (l, i) => (d(), u(y, null, [
|
|
3195
3192
|
e.show ? (d(), u("div", {
|
|
3196
3193
|
key: 0,
|
|
3197
3194
|
class: p(e.field_name)
|
|
3198
3195
|
}, [
|
|
3199
|
-
s("h3",
|
|
3196
|
+
s("h3", No, h(e.label_name), 1),
|
|
3200
3197
|
s("p", {
|
|
3201
3198
|
id: e.field_name,
|
|
3202
3199
|
class: "mb-4 text-base text-gray-900 input_tr_show dark:text-white"
|
|
3203
|
-
},
|
|
3204
|
-
|
|
3205
|
-
], 2)) :
|
|
3206
|
-
e.show ?
|
|
3200
|
+
}, h(e.model_value), 9, Vo),
|
|
3201
|
+
Lo
|
|
3202
|
+
], 2)) : f("", !0),
|
|
3203
|
+
e.show ? f("", !0) : (d(), u("div", {
|
|
3207
3204
|
key: 1,
|
|
3208
3205
|
class: p(["mb-4", e.field_name])
|
|
3209
3206
|
}, [
|
|
@@ -3214,7 +3211,7 @@ const Zl = /* @__PURE__ */ k(io, [["render", Io]]), Ao = { class: "font-bold pte
|
|
|
3214
3211
|
required: e.is_required
|
|
3215
3212
|
}),
|
|
3216
3213
|
for: e.field_name
|
|
3217
|
-
},
|
|
3214
|
+
}, h(e.label_name), 11, Bo),
|
|
3218
3215
|
s("textarea", {
|
|
3219
3216
|
required: e.is_required,
|
|
3220
3217
|
name: e.field_name,
|
|
@@ -3229,13 +3226,13 @@ const Zl = /* @__PURE__ */ k(io, [["render", Io]]), Ao = { class: "font-bold pte
|
|
|
3229
3226
|
ref: o,
|
|
3230
3227
|
rows: "4",
|
|
3231
3228
|
placeholder: e.place_holder
|
|
3232
|
-
}, null, 42,
|
|
3233
|
-
s("span",
|
|
3234
|
-
s("small",
|
|
3229
|
+
}, null, 42, Go),
|
|
3230
|
+
s("span", Fo, h(e.error_message), 1),
|
|
3231
|
+
s("small", Ro, h(e.description), 1)
|
|
3235
3232
|
], 2))
|
|
3236
3233
|
], 64));
|
|
3237
3234
|
}
|
|
3238
|
-
},
|
|
3235
|
+
}, qo = {
|
|
3239
3236
|
emits: ["pagination-change-page"],
|
|
3240
3237
|
props: {
|
|
3241
3238
|
data: {
|
|
@@ -3289,8 +3286,8 @@ const Zl = /* @__PURE__ */ k(io, [["render", Io]]), Ao = { class: "font-bold pte
|
|
|
3289
3286
|
return this.lastPage;
|
|
3290
3287
|
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++)
|
|
3291
3288
|
(c === 1 || c === t || c >= n && c < a) && o.push(c);
|
|
3292
|
-
return o.forEach(function(
|
|
3293
|
-
i && (
|
|
3289
|
+
return o.forEach(function(g) {
|
|
3290
|
+
i && (g - i === 2 ? l.push(i + 1) : g - i !== 1 && l.push("...")), l.push(g), i = g;
|
|
3294
3291
|
}), l;
|
|
3295
3292
|
}
|
|
3296
3293
|
},
|
|
@@ -3340,14 +3337,14 @@ const Zl = /* @__PURE__ */ k(io, [["render", Io]]), Ao = { class: "font-bold pte
|
|
|
3340
3337
|
})
|
|
3341
3338
|
});
|
|
3342
3339
|
}
|
|
3343
|
-
},
|
|
3340
|
+
}, Uo = {
|
|
3344
3341
|
compatConfig: {
|
|
3345
3342
|
MODE: 3
|
|
3346
3343
|
},
|
|
3347
3344
|
inheritAttrs: !1,
|
|
3348
3345
|
emits: ["pagination-change-page"],
|
|
3349
3346
|
components: {
|
|
3350
|
-
RenderlessPagination:
|
|
3347
|
+
RenderlessPagination: qo
|
|
3351
3348
|
},
|
|
3352
3349
|
props: {
|
|
3353
3350
|
data: {
|
|
@@ -3381,10 +3378,10 @@ const Zl = /* @__PURE__ */ k(io, [["render", Io]]), Ao = { class: "font-bold pte
|
|
|
3381
3378
|
},
|
|
3382
3379
|
mounted() {
|
|
3383
3380
|
}
|
|
3384
|
-
},
|
|
3381
|
+
}, zo = { class: "flex flex-col items-center" }, Ho = {
|
|
3385
3382
|
key: 0,
|
|
3386
3383
|
class: "text-sm text-gray-700 dark:text-gray-400"
|
|
3387
|
-
},
|
|
3384
|
+
}, Zo = { class: "font-semibold text-gray-900 dark:text-white" }, Ko = { class: "font-semibold text-gray-900 dark:text-white" }, Wo = { class: "font-semibold text-gray-900 dark:text-white" }, Xo = ["tabindex"], Yo = /* @__PURE__ */ s("span", { class: "sr-only" }, "Previous", -1), Jo = /* @__PURE__ */ s("svg", {
|
|
3388
3385
|
class: "w-2.5 h-2.5 rtl:rotate-180",
|
|
3389
3386
|
"aria-hidden": "true",
|
|
3390
3387
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3398,7 +3395,7 @@ const Zl = /* @__PURE__ */ k(io, [["render", Io]]), Ao = { class: "font-bold pte
|
|
|
3398
3395
|
"stroke-width": "2",
|
|
3399
3396
|
d: "M5 1 1 5l4 4"
|
|
3400
3397
|
})
|
|
3401
|
-
], -1),
|
|
3398
|
+
], -1), Qo = ["aria-current"], ea = ["tabindex"], ta = /* @__PURE__ */ s("span", { class: "sr-only" }, "Next", -1), ra = /* @__PURE__ */ s("svg", {
|
|
3402
3399
|
class: "w-2.5 h-2.5 rtl:rotate-180",
|
|
3403
3400
|
"aria-hidden": "true",
|
|
3404
3401
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3413,25 +3410,25 @@ const Zl = /* @__PURE__ */ k(io, [["render", Io]]), Ao = { class: "font-bold pte
|
|
|
3413
3410
|
d: "m1 9 4-4-4-4"
|
|
3414
3411
|
})
|
|
3415
3412
|
], -1);
|
|
3416
|
-
function
|
|
3413
|
+
function sa(e, t, r, n, a, o) {
|
|
3417
3414
|
const l = U("RenderlessPagination");
|
|
3418
|
-
return d(),
|
|
3415
|
+
return d(), F(l, {
|
|
3419
3416
|
data: r.data,
|
|
3420
3417
|
limit: r.limit,
|
|
3421
3418
|
onPaginationChangePage: o.onPaginationChangePage
|
|
3422
3419
|
}, {
|
|
3423
|
-
default:
|
|
3424
|
-
s("div",
|
|
3425
|
-
i.computed.total > i.computed.perPage ? (d(), u("span",
|
|
3420
|
+
default: z((i) => [
|
|
3421
|
+
s("div", zo, [
|
|
3422
|
+
i.computed.total > i.computed.perPage ? (d(), u("span", Ho, [
|
|
3426
3423
|
v(" Showing "),
|
|
3427
|
-
s("span",
|
|
3424
|
+
s("span", Zo, h(i.computed.from), 1),
|
|
3428
3425
|
v(" to "),
|
|
3429
|
-
s("span",
|
|
3426
|
+
s("span", Ko, h(i.computed.to), 1),
|
|
3430
3427
|
v(" of "),
|
|
3431
|
-
s("span",
|
|
3428
|
+
s("span", Wo, h(i.computed.total), 1),
|
|
3432
3429
|
v(" Entries ")
|
|
3433
|
-
])) :
|
|
3434
|
-
i.computed.total > i.computed.perPage ? (d(), u("ul",
|
|
3430
|
+
])) : f("", !0),
|
|
3431
|
+
i.computed.total > i.computed.perPage ? (d(), u("ul", q({ key: 1 }, e.$attrs, {
|
|
3435
3432
|
class: ["flex items-center h-8 -space-x-px text-sm", {
|
|
3436
3433
|
"pagination-sm": r.size == "small",
|
|
3437
3434
|
"pagination-lg": r.size == "large",
|
|
@@ -3443,54 +3440,54 @@ function ea(e, t, r, n, a, o) {
|
|
|
3443
3440
|
key: 0,
|
|
3444
3441
|
class: p(["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 }])
|
|
3445
3442
|
}, [
|
|
3446
|
-
s("a",
|
|
3443
|
+
s("a", q({
|
|
3447
3444
|
class: "page-link",
|
|
3448
3445
|
href: "#",
|
|
3449
3446
|
"aria-label": "Previous",
|
|
3450
3447
|
tabindex: !i.computed.prevPageUrl && -1
|
|
3451
|
-
},
|
|
3448
|
+
}, K(i.prevButtonEvents, !0)), [
|
|
3452
3449
|
P(e.$slots, "prev-nav", {}, () => [
|
|
3453
|
-
|
|
3454
|
-
|
|
3450
|
+
Yo,
|
|
3451
|
+
Jo
|
|
3455
3452
|
])
|
|
3456
|
-
], 16,
|
|
3457
|
-
], 2)) :
|
|
3458
|
-
(d(!0), u(y, null, w(i.computed.pageRange, (c,
|
|
3453
|
+
], 16, Xo)
|
|
3454
|
+
], 2)) : f("", !0),
|
|
3455
|
+
(d(!0), u(y, null, w(i.computed.pageRange, (c, g) => (d(), u("li", {
|
|
3459
3456
|
class: p(["", { active: c == i.computed.currentPage }]),
|
|
3460
|
-
key:
|
|
3457
|
+
key: g
|
|
3461
3458
|
}, [
|
|
3462
|
-
s("a",
|
|
3459
|
+
s("a", q({
|
|
3463
3460
|
class: "",
|
|
3464
3461
|
href: "#"
|
|
3465
|
-
},
|
|
3462
|
+
}, K(i.pageButtonEvents(c), !0), {
|
|
3466
3463
|
"aria-current": c == i.computed.currentPage ? "page" : null,
|
|
3467
3464
|
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"
|
|
3468
|
-
}),
|
|
3465
|
+
}), h(c), 17, Qo)
|
|
3469
3466
|
], 2))), 128)),
|
|
3470
3467
|
i.computed.nextPageUrl || r.showDisabled ? (d(), u("li", {
|
|
3471
3468
|
key: 1,
|
|
3472
3469
|
class: p(["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 }])
|
|
3473
3470
|
}, [
|
|
3474
|
-
s("a",
|
|
3471
|
+
s("a", q({
|
|
3475
3472
|
class: "",
|
|
3476
3473
|
href: "#",
|
|
3477
3474
|
"aria-label": "Next",
|
|
3478
3475
|
tabindex: !i.computed.nextPageUrl && -1
|
|
3479
|
-
},
|
|
3476
|
+
}, K(i.nextButtonEvents, !0)), [
|
|
3480
3477
|
P(e.$slots, "next-nav", {}, () => [
|
|
3481
|
-
|
|
3482
|
-
|
|
3478
|
+
ta,
|
|
3479
|
+
ra
|
|
3483
3480
|
])
|
|
3484
|
-
], 16,
|
|
3485
|
-
], 2)) :
|
|
3486
|
-
], 16)) :
|
|
3481
|
+
], 16, ea)
|
|
3482
|
+
], 2)) : f("", !0)
|
|
3483
|
+
], 16)) : f("", !0)
|
|
3487
3484
|
])
|
|
3488
3485
|
]),
|
|
3489
3486
|
_: 3
|
|
3490
3487
|
}, 8, ["data", "limit", "onPaginationChangePage"]);
|
|
3491
3488
|
}
|
|
3492
|
-
const
|
|
3493
|
-
components: { TailwindPagination:
|
|
3489
|
+
const na = /* @__PURE__ */ k(Uo, [["render", sa]]), oa = {
|
|
3490
|
+
components: { TailwindPagination: na },
|
|
3494
3491
|
props: {
|
|
3495
3492
|
data: Array,
|
|
3496
3493
|
columns: Array,
|
|
@@ -3566,10 +3563,10 @@ const ta = /* @__PURE__ */ k(Fo, [["render", ea]]), ra = {
|
|
|
3566
3563
|
this.isMounted && e !== t && this.GetItemLists();
|
|
3567
3564
|
}
|
|
3568
3565
|
}
|
|
3569
|
-
},
|
|
3566
|
+
}, aa = { class: "p-2" }, ia = { 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" }, la = { class: "flex items-center gap-2" }, da = /* @__PURE__ */ s("span", { class: "font-medium" }, " Show ", -1), ua = { style: { "margin-top": "9px" } }, ca = /* @__PURE__ */ s("span", { class: "font-medium" }, " Entries ", -1), ha = /* @__PURE__ */ s("label", {
|
|
3570
3567
|
for: "table-search",
|
|
3571
3568
|
class: "sr-only"
|
|
3572
|
-
}, "Search", -1),
|
|
3569
|
+
}, "Search", -1), fa = { class: "relative" }, ga = /* @__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" }, [
|
|
3573
3570
|
/* @__PURE__ */ s("svg", {
|
|
3574
3571
|
class: "w-5 h-5 text-gray-500 dark:text-gray-400",
|
|
3575
3572
|
"aria-hidden": "true",
|
|
@@ -3583,24 +3580,24 @@ const ta = /* @__PURE__ */ k(Fo, [["render", ea]]), ra = {
|
|
|
3583
3580
|
"clip-rule": "evenodd"
|
|
3584
3581
|
})
|
|
3585
3582
|
])
|
|
3586
|
-
], -1),
|
|
3583
|
+
], -1), ma = { class: "overflow-auto rounded-lg dark:text-gray-400 dark:bg-gray-800" }, _a = { 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" }, pa = { 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" }, ba = ["onClick"], ya = {
|
|
3587
3584
|
key: 0,
|
|
3588
3585
|
class: "ml-2"
|
|
3589
|
-
},
|
|
3586
|
+
}, va = {
|
|
3590
3587
|
key: 0,
|
|
3591
3588
|
class: "fa fa-arrow-up"
|
|
3592
|
-
},
|
|
3589
|
+
}, xa = {
|
|
3593
3590
|
key: 1,
|
|
3594
3591
|
class: "fa fa-arrow-down"
|
|
3595
|
-
},
|
|
3596
|
-
function
|
|
3592
|
+
}, wa = ["data-label"], ka = { class: "overflow-auto max-h-40" }, $a = { 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" };
|
|
3593
|
+
function Ca(e, t, r, n, a, o) {
|
|
3597
3594
|
const l = U("dropdown"), i = U("TailwindPagination");
|
|
3598
|
-
return d(), u("div",
|
|
3599
|
-
s("div",
|
|
3600
|
-
s("div",
|
|
3601
|
-
|
|
3602
|
-
s("div",
|
|
3603
|
-
|
|
3595
|
+
return d(), u("div", aa, [
|
|
3596
|
+
s("div", ia, [
|
|
3597
|
+
s("div", la, [
|
|
3598
|
+
da,
|
|
3599
|
+
s("div", ua, [
|
|
3600
|
+
G(l, {
|
|
3604
3601
|
has_cancel: !1,
|
|
3605
3602
|
options: a.pageOptions,
|
|
3606
3603
|
modelValue: a.perPage,
|
|
@@ -3613,11 +3610,11 @@ function wa(e, t, r, n, a, o) {
|
|
|
3613
3610
|
placeholder: "Please select an option"
|
|
3614
3611
|
}, null, 8, ["options", "modelValue"])
|
|
3615
3612
|
]),
|
|
3616
|
-
|
|
3613
|
+
ca
|
|
3617
3614
|
]),
|
|
3618
|
-
|
|
3619
|
-
s("div",
|
|
3620
|
-
|
|
3615
|
+
ha,
|
|
3616
|
+
s("div", fa, [
|
|
3617
|
+
ga,
|
|
3621
3618
|
C(s("input", {
|
|
3622
3619
|
type: "text",
|
|
3623
3620
|
"onUpdate:modelValue": t[1] || (t[1] = (c) => a.search = c),
|
|
@@ -3625,29 +3622,29 @@ function wa(e, t, r, n, a, o) {
|
|
|
3625
3622
|
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",
|
|
3626
3623
|
placeholder: "Search ..."
|
|
3627
3624
|
}, null, 544), [
|
|
3628
|
-
[
|
|
3625
|
+
[I, a.search]
|
|
3629
3626
|
])
|
|
3630
3627
|
])
|
|
3631
3628
|
]),
|
|
3632
|
-
s("div",
|
|
3633
|
-
s("table",
|
|
3634
|
-
s("thead",
|
|
3629
|
+
s("div", ma, [
|
|
3630
|
+
s("table", _a, [
|
|
3631
|
+
s("thead", pa, [
|
|
3635
3632
|
s("tr", null, [
|
|
3636
|
-
(d(!0), u(y, null, w(r.columns, (c,
|
|
3637
|
-
key:
|
|
3633
|
+
(d(!0), u(y, null, w(r.columns, (c, g) => (d(), u("th", {
|
|
3634
|
+
key: g,
|
|
3638
3635
|
onClick: (m) => o.updateSortColumn(c.field_name, c.sortable),
|
|
3639
3636
|
class: "w-full px-4 py-2 lg:w-2/12"
|
|
3640
3637
|
}, [
|
|
3641
|
-
v(
|
|
3642
|
-
a.sortField === c.field_name ? (d(), u("span",
|
|
3643
|
-
a.sortOrder === "asc" ? (d(), u("i",
|
|
3644
|
-
])) :
|
|
3645
|
-
], 8,
|
|
3638
|
+
v(h(c.field_label) + " ", 1),
|
|
3639
|
+
a.sortField === c.field_name ? (d(), u("span", ya, [
|
|
3640
|
+
a.sortOrder === "asc" ? (d(), u("i", va)) : (d(), u("i", xa))
|
|
3641
|
+
])) : f("", !0)
|
|
3642
|
+
], 8, ba))), 128))
|
|
3646
3643
|
])
|
|
3647
3644
|
]),
|
|
3648
3645
|
s("tbody", null, [
|
|
3649
|
-
(d(!0), u(y, null, w(a.itemLists.data, (c,
|
|
3650
|
-
key:
|
|
3646
|
+
(d(!0), u(y, null, w(a.itemLists.data, (c, g) => (d(), u("tr", {
|
|
3647
|
+
key: g,
|
|
3651
3648
|
class: "bg-white dark:bg-gray-800 dark:border-gray-700 hover:bg-gray-50 dark:hover:bg-gray-600"
|
|
3652
3649
|
}, [
|
|
3653
3650
|
(d(!0), u(y, null, w(r.columns, (m, b) => (d(), u("td", {
|
|
@@ -3655,8 +3652,8 @@ function wa(e, t, r, n, a, o) {
|
|
|
3655
3652
|
"data-label": m.field_label,
|
|
3656
3653
|
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"
|
|
3657
3654
|
}, [
|
|
3658
|
-
s("div",
|
|
3659
|
-
m.tdComp ? (d(),
|
|
3655
|
+
s("div", ka, [
|
|
3656
|
+
m.tdComp ? (d(), F(X(o.forDynCompIs(m.tdComp)), {
|
|
3660
3657
|
key: 0,
|
|
3661
3658
|
row: c,
|
|
3662
3659
|
field: m.field_name,
|
|
@@ -3664,16 +3661,16 @@ function wa(e, t, r, n, a, o) {
|
|
|
3664
3661
|
tdProps: m.tdProps,
|
|
3665
3662
|
onDeleteAction: t[3] || (t[3] = (x) => o.GetItemLists())
|
|
3666
3663
|
}, null, 40, ["row", "field", "xprops", "tdProps"])) : (d(), u(y, { key: 1 }, [
|
|
3667
|
-
v(
|
|
3664
|
+
v(h(c[m.field_name]), 1)
|
|
3668
3665
|
], 64))
|
|
3669
3666
|
])
|
|
3670
|
-
], 8,
|
|
3667
|
+
], 8, wa))), 128))
|
|
3671
3668
|
]))), 128))
|
|
3672
3669
|
])
|
|
3673
3670
|
])
|
|
3674
3671
|
]),
|
|
3675
|
-
s("div",
|
|
3676
|
-
|
|
3672
|
+
s("div", $a, [
|
|
3673
|
+
G(i, {
|
|
3677
3674
|
class: "mt-3 mb-0",
|
|
3678
3675
|
data: a.itemLists,
|
|
3679
3676
|
limit: a.limit,
|
|
@@ -3684,7 +3681,7 @@ function wa(e, t, r, n, a, o) {
|
|
|
3684
3681
|
])
|
|
3685
3682
|
]);
|
|
3686
3683
|
}
|
|
3687
|
-
const
|
|
3684
|
+
const _d = /* @__PURE__ */ k(oa, [["render", Ca]]), Sa = {
|
|
3688
3685
|
components: {},
|
|
3689
3686
|
props: {
|
|
3690
3687
|
data: Array,
|
|
@@ -3781,10 +3778,10 @@ const Wl = /* @__PURE__ */ k(ra, [["render", wa]]), ka = {
|
|
|
3781
3778
|
mounted() {
|
|
3782
3779
|
document.body.addEventListener("click", this.closeBoxOnbodyClick);
|
|
3783
3780
|
}
|
|
3784
|
-
},
|
|
3781
|
+
}, Oa = { class: "p-2" }, Da = { class: "flex flex-wrap pb-4 space-y-4 md:items-center md:justify-between flex-column sm:flex-row sm:space-y-0" }, Pa = { class: "flex items-center gap-2" }, Ea = /* @__PURE__ */ s("span", { class: "font-medium" }, " Show ", -1), ja = { style: { "margin-top": "9px" } }, Aa = /* @__PURE__ */ s("span", { class: "font-medium" }, " Entries ", -1), Ia = /* @__PURE__ */ s("label", {
|
|
3785
3782
|
for: "table-search",
|
|
3786
3783
|
class: "sr-only"
|
|
3787
|
-
}, "Search", -1),
|
|
3784
|
+
}, "Search", -1), Ta = { class: "relative" }, Ma = /* @__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" }, [
|
|
3788
3785
|
/* @__PURE__ */ s("svg", {
|
|
3789
3786
|
class: "w-5 h-5 text-gray-500 dark:text-gray-400",
|
|
3790
3787
|
"aria-hidden": "true",
|
|
@@ -3798,10 +3795,10 @@ const Wl = /* @__PURE__ */ k(ra, [["render", wa]]), ka = {
|
|
|
3798
3795
|
"clip-rule": "evenodd"
|
|
3799
3796
|
})
|
|
3800
3797
|
])
|
|
3801
|
-
], -1),
|
|
3798
|
+
], -1), Na = { class: "overflow-auto rounded-lg dark:text-gray-400 dark:bg-gray-800" }, Va = { 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" }, La = { 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" }, Ba = ["onClick"], Ga = {
|
|
3802
3799
|
key: 0,
|
|
3803
3800
|
class: "ml-2"
|
|
3804
|
-
},
|
|
3801
|
+
}, Fa = ["data-label"], Ra = ["innerHTML"], qa = { 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" }, Ua = { class: "flex justify-between flex-1 sm:hidden" }, za = ["disabled"], Ha = ["disabled"], Za = { class: "hidden sm:flex sm:flex-1 sm:items-center sm:justify-between" }, Ka = { class: "text-sm text-gray-700 dark:text-gray-400" }, Wa = { class: "font-medium" }, Xa = { class: "font-medium" }, Ya = { class: "font-medium" }, Ja = { "aria-label": "Page navigation" }, Qa = { class: "flex items-center h-8 -space-x-px text-sm" }, ei = ["disabled"], ti = /* @__PURE__ */ s("span", { class: "sr-only" }, "Previous", -1), ri = /* @__PURE__ */ s("svg", {
|
|
3805
3802
|
class: "w-2.5 h-2.5 rtl:rotate-180",
|
|
3806
3803
|
"aria-hidden": "true",
|
|
3807
3804
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3815,10 +3812,10 @@ const Wl = /* @__PURE__ */ k(ra, [["render", wa]]), ka = {
|
|
|
3815
3812
|
"stroke-width": "2",
|
|
3816
3813
|
d: "M5 1 1 5l4 4"
|
|
3817
3814
|
})
|
|
3818
|
-
], -1),
|
|
3819
|
-
|
|
3820
|
-
|
|
3821
|
-
],
|
|
3815
|
+
], -1), si = [
|
|
3816
|
+
ti,
|
|
3817
|
+
ri
|
|
3818
|
+
], ni = ["onClick"], oi = ["onClick"], ai = ["disabled"], ii = /* @__PURE__ */ s("span", { class: "sr-only" }, "Next", -1), li = /* @__PURE__ */ s("svg", {
|
|
3822
3819
|
class: "w-2.5 h-2.5 rtl:rotate-180",
|
|
3823
3820
|
"aria-hidden": "true",
|
|
3824
3821
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -3832,18 +3829,18 @@ const Wl = /* @__PURE__ */ k(ra, [["render", wa]]), ka = {
|
|
|
3832
3829
|
"stroke-width": "2",
|
|
3833
3830
|
d: "m1 9 4-4-4-4"
|
|
3834
3831
|
})
|
|
3835
|
-
], -1),
|
|
3836
|
-
|
|
3837
|
-
|
|
3832
|
+
], -1), di = [
|
|
3833
|
+
ii,
|
|
3834
|
+
li
|
|
3838
3835
|
];
|
|
3839
|
-
function
|
|
3836
|
+
function ui(e, t, r, n, a, o) {
|
|
3840
3837
|
const l = U("dropdown");
|
|
3841
|
-
return d(), u("div",
|
|
3842
|
-
s("div",
|
|
3843
|
-
s("div",
|
|
3844
|
-
|
|
3845
|
-
s("div",
|
|
3846
|
-
|
|
3838
|
+
return d(), u("div", Oa, [
|
|
3839
|
+
s("div", Da, [
|
|
3840
|
+
s("div", Pa, [
|
|
3841
|
+
Ea,
|
|
3842
|
+
s("div", ja, [
|
|
3843
|
+
G(l, {
|
|
3847
3844
|
has_cancel: !1,
|
|
3848
3845
|
options: a.showNoOfEntries,
|
|
3849
3846
|
modelValue: a.itemsPerPage,
|
|
@@ -3856,33 +3853,33 @@ function ii(e, t, r, n, a, o) {
|
|
|
3856
3853
|
placeholder: "Please select an option"
|
|
3857
3854
|
}, null, 8, ["options", "modelValue"])
|
|
3858
3855
|
]),
|
|
3859
|
-
|
|
3856
|
+
Aa
|
|
3860
3857
|
]),
|
|
3861
|
-
|
|
3862
|
-
s("div",
|
|
3863
|
-
|
|
3858
|
+
Ia,
|
|
3859
|
+
s("div", Ta, [
|
|
3860
|
+
Ma,
|
|
3864
3861
|
C(s("input", {
|
|
3865
3862
|
type: "text",
|
|
3866
3863
|
"onUpdate:modelValue": t[1] || (t[1] = (i) => a.search = i),
|
|
3867
3864
|
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",
|
|
3868
3865
|
placeholder: "Search ..."
|
|
3869
3866
|
}, null, 512), [
|
|
3870
|
-
[
|
|
3867
|
+
[I, a.search]
|
|
3871
3868
|
])
|
|
3872
3869
|
])
|
|
3873
3870
|
]),
|
|
3874
|
-
s("div",
|
|
3875
|
-
s("table",
|
|
3876
|
-
s("thead",
|
|
3871
|
+
s("div", Na, [
|
|
3872
|
+
s("table", Va, [
|
|
3873
|
+
s("thead", La, [
|
|
3877
3874
|
s("tr", null, [
|
|
3878
3875
|
(d(!0), u(y, null, w(r.columns, (i, c) => (d(), u("th", {
|
|
3879
3876
|
key: c,
|
|
3880
|
-
onClick: (
|
|
3877
|
+
onClick: (g) => o.sort(i),
|
|
3881
3878
|
class: "w-full px-4 py-2 lg:w-2/12"
|
|
3882
3879
|
}, [
|
|
3883
|
-
v(
|
|
3884
|
-
a.sortKey === i ? (d(), u("span",
|
|
3885
|
-
], 8,
|
|
3880
|
+
v(h(i) + " ", 1),
|
|
3881
|
+
a.sortKey === i ? (d(), u("span", Ga, h(a.sortOrder === 1 ? "▲" : "▼"), 1)) : f("", !0)
|
|
3882
|
+
], 8, Ba))), 128))
|
|
3886
3883
|
])
|
|
3887
3884
|
]),
|
|
3888
3885
|
s("tbody", null, [
|
|
@@ -3890,57 +3887,57 @@ function ii(e, t, r, n, a, o) {
|
|
|
3890
3887
|
key: c,
|
|
3891
3888
|
class: "bg-white dark:bg-gray-800 dark:border-gray-700 hover:bg-gray-50 dark:hover:bg-gray-600"
|
|
3892
3889
|
}, [
|
|
3893
|
-
(d(!0), u(y, null, w(r.columns, (
|
|
3890
|
+
(d(!0), u(y, null, w(r.columns, (g, m) => (d(), u("td", {
|
|
3894
3891
|
key: m,
|
|
3895
|
-
"data-label":
|
|
3892
|
+
"data-label": g,
|
|
3896
3893
|
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"
|
|
3897
3894
|
}, [
|
|
3898
3895
|
s("p", {
|
|
3899
3896
|
class: "text-pretty",
|
|
3900
3897
|
innerHTML: i[m]
|
|
3901
|
-
}, null, 8,
|
|
3902
|
-
], 8,
|
|
3898
|
+
}, null, 8, Ra)
|
|
3899
|
+
], 8, Fa))), 128))
|
|
3903
3900
|
]))), 128))
|
|
3904
3901
|
])
|
|
3905
3902
|
])
|
|
3906
3903
|
]),
|
|
3907
|
-
s("div",
|
|
3908
|
-
s("div",
|
|
3904
|
+
s("div", qa, [
|
|
3905
|
+
s("div", Ua, [
|
|
3909
3906
|
s("a", {
|
|
3910
3907
|
href: "#",
|
|
3911
3908
|
onClick: t[2] || (t[2] = (...i) => o.previousPage && o.previousPage(...i)),
|
|
3912
3909
|
disabled: a.currentPage === 1,
|
|
3913
3910
|
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"
|
|
3914
|
-
}, "Previous", 8,
|
|
3911
|
+
}, "Previous", 8, za),
|
|
3915
3912
|
s("a", {
|
|
3916
3913
|
href: "#",
|
|
3917
3914
|
onClick: t[3] || (t[3] = (...i) => o.nextPage && o.nextPage(...i)),
|
|
3918
3915
|
disabled: a.currentPage === o.totalPages,
|
|
3919
3916
|
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"
|
|
3920
|
-
}, "Next", 8,
|
|
3917
|
+
}, "Next", 8, Ha)
|
|
3921
3918
|
]),
|
|
3922
|
-
s("div",
|
|
3919
|
+
s("div", Za, [
|
|
3923
3920
|
s("div", null, [
|
|
3924
|
-
s("p",
|
|
3921
|
+
s("p", Ka, [
|
|
3925
3922
|
v(" Showing "),
|
|
3926
|
-
s("span",
|
|
3923
|
+
s("span", Wa, h(o.firstItemIndex), 1),
|
|
3927
3924
|
v(" to "),
|
|
3928
|
-
s("span",
|
|
3925
|
+
s("span", Xa, h(o.lastItemIndex), 1),
|
|
3929
3926
|
v(" of "),
|
|
3930
|
-
s("span",
|
|
3927
|
+
s("span", Ya, h(o.filteredData.length), 1),
|
|
3931
3928
|
v(" entries ")
|
|
3932
3929
|
])
|
|
3933
3930
|
]),
|
|
3934
3931
|
s("div", null, [
|
|
3935
|
-
s("nav",
|
|
3936
|
-
s("ul",
|
|
3932
|
+
s("nav", Ja, [
|
|
3933
|
+
s("ul", Qa, [
|
|
3937
3934
|
s("li", null, [
|
|
3938
3935
|
s("a", {
|
|
3939
3936
|
href: "#",
|
|
3940
3937
|
onClick: t[4] || (t[4] = (...i) => o.previousPage && o.previousPage(...i)),
|
|
3941
3938
|
disabled: a.currentPage === 1,
|
|
3942
3939
|
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"
|
|
3943
|
-
},
|
|
3940
|
+
}, si, 8, ei)
|
|
3944
3941
|
]),
|
|
3945
3942
|
(d(!0), u(y, null, w(o.displayedPageNumbers, (i) => (d(), u(y, { key: i }, [
|
|
3946
3943
|
s("li", null, [
|
|
@@ -3949,7 +3946,7 @@ function ii(e, t, r, n, a, o) {
|
|
|
3949
3946
|
href: "#",
|
|
3950
3947
|
onClick: (c) => o.goToPage(i),
|
|
3951
3948
|
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"
|
|
3952
|
-
},
|
|
3949
|
+
}, h(i), 9, ni)) : f("", !0)
|
|
3953
3950
|
]),
|
|
3954
3951
|
s("li", null, [
|
|
3955
3952
|
a.currentPage === i ? (d(), u("a", {
|
|
@@ -3958,7 +3955,7 @@ function ii(e, t, r, n, a, o) {
|
|
|
3958
3955
|
onClick: (c) => o.goToPage(i),
|
|
3959
3956
|
"aria-current": "page",
|
|
3960
3957
|
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"
|
|
3961
|
-
},
|
|
3958
|
+
}, h(i), 9, oi)) : f("", !0)
|
|
3962
3959
|
])
|
|
3963
3960
|
], 64))), 128)),
|
|
3964
3961
|
s("li", null, [
|
|
@@ -3967,7 +3964,7 @@ function ii(e, t, r, n, a, o) {
|
|
|
3967
3964
|
onClick: t[5] || (t[5] = (...i) => o.nextPage && o.nextPage(...i)),
|
|
3968
3965
|
disabled: a.currentPage === o.totalPages,
|
|
3969
3966
|
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"
|
|
3970
|
-
},
|
|
3967
|
+
}, di, 8, ai)
|
|
3971
3968
|
])
|
|
3972
3969
|
])
|
|
3973
3970
|
])
|
|
@@ -3976,36 +3973,147 @@ function ii(e, t, r, n, a, o) {
|
|
|
3976
3973
|
])
|
|
3977
3974
|
]);
|
|
3978
3975
|
}
|
|
3979
|
-
const
|
|
3980
|
-
|
|
3981
|
-
|
|
3982
|
-
|
|
3983
|
-
|
|
3984
|
-
|
|
3985
|
-
|
|
3986
|
-
|
|
3987
|
-
|
|
3988
|
-
|
|
3989
|
-
|
|
3990
|
-
|
|
3991
|
-
|
|
3976
|
+
const pd = /* @__PURE__ */ k(Sa, [["render", ui]]), ci = {
|
|
3977
|
+
class: "flex items-center p-4 text-gray-500 bg-white rounded-lg shadow dark:bg-gray-800 dark:text-gray-400",
|
|
3978
|
+
role: "alert"
|
|
3979
|
+
}, hi = {
|
|
3980
|
+
key: 0,
|
|
3981
|
+
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"
|
|
3982
|
+
}, fi = /* @__PURE__ */ s("svg", {
|
|
3983
|
+
class: "w-5 h-5",
|
|
3984
|
+
"aria-hidden": "true",
|
|
3985
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
3986
|
+
fill: "currentColor",
|
|
3987
|
+
viewBox: "0 0 20 20"
|
|
3988
|
+
}, [
|
|
3989
|
+
/* @__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" })
|
|
3990
|
+
], -1), gi = /* @__PURE__ */ s("span", { class: "sr-only" }, "Check icon", -1), mi = [
|
|
3991
|
+
fi,
|
|
3992
|
+
gi
|
|
3993
|
+
], _i = {
|
|
3994
|
+
key: 1,
|
|
3995
|
+
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"
|
|
3996
|
+
}, pi = /* @__PURE__ */ s("svg", {
|
|
3997
|
+
class: "w-5 h-5",
|
|
3998
|
+
"aria-hidden": "true",
|
|
3999
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4000
|
+
fill: "currentColor",
|
|
4001
|
+
viewBox: "0 0 20 20"
|
|
4002
|
+
}, [
|
|
4003
|
+
/* @__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" })
|
|
4004
|
+
], -1), bi = /* @__PURE__ */ s("span", { class: "sr-only" }, "Error icon", -1), yi = [
|
|
4005
|
+
pi,
|
|
4006
|
+
bi
|
|
4007
|
+
], vi = {
|
|
4008
|
+
key: 2,
|
|
4009
|
+
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"
|
|
4010
|
+
}, xi = /* @__PURE__ */ s("svg", {
|
|
4011
|
+
class: "w-5 h-5",
|
|
4012
|
+
"aria-hidden": "true",
|
|
4013
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4014
|
+
fill: "currentColor",
|
|
4015
|
+
viewBox: "0 0 20 20"
|
|
4016
|
+
}, [
|
|
4017
|
+
/* @__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" })
|
|
4018
|
+
], -1), wi = /* @__PURE__ */ s("span", { class: "sr-only" }, "Warning icon", -1), ki = [
|
|
4019
|
+
xi,
|
|
4020
|
+
wi
|
|
4021
|
+
], $i = { class: "ml-3 text-sm font-normal" }, Ci = /* @__PURE__ */ s("span", { class: "sr-only" }, "Close", -1), Si = /* @__PURE__ */ s("svg", {
|
|
4022
|
+
"aria-hidden": "true",
|
|
4023
|
+
class: "w-5 h-5",
|
|
4024
|
+
fill: "currentColor",
|
|
4025
|
+
viewBox: "0 0 20 20",
|
|
4026
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
4027
|
+
}, [
|
|
4028
|
+
/* @__PURE__ */ s("path", {
|
|
4029
|
+
"fill-rule": "evenodd",
|
|
4030
|
+
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",
|
|
4031
|
+
"clip-rule": "evenodd"
|
|
4032
|
+
})
|
|
4033
|
+
], -1), Oi = [
|
|
4034
|
+
Ci,
|
|
4035
|
+
Si
|
|
4036
|
+
], Di = {
|
|
4037
|
+
__name: "ToastListItem",
|
|
4038
|
+
props: {
|
|
4039
|
+
message: String,
|
|
4040
|
+
duration: {
|
|
4041
|
+
type: Number,
|
|
4042
|
+
default: 2e3
|
|
3992
4043
|
},
|
|
3993
|
-
|
|
3994
|
-
|
|
4044
|
+
type: {
|
|
4045
|
+
type: String,
|
|
4046
|
+
default: "success"
|
|
3995
4047
|
}
|
|
4048
|
+
},
|
|
4049
|
+
emits: ["remove"],
|
|
4050
|
+
setup(e, { emit: t }) {
|
|
4051
|
+
const r = e;
|
|
4052
|
+
M(() => {
|
|
4053
|
+
setTimeout(() => n("remove"), r.duration);
|
|
4054
|
+
});
|
|
4055
|
+
const n = t;
|
|
4056
|
+
return (a, o) => (d(), u("div", ci, [
|
|
4057
|
+
r.type === "success" ? (d(), u("div", hi, mi)) : f("", !0),
|
|
4058
|
+
r.type === "error" ? (d(), u("div", _i, yi)) : f("", !0),
|
|
4059
|
+
r.type === "warning" ? (d(), u("div", vi, ki)) : f("", !0),
|
|
4060
|
+
s("div", $i, h(r.message), 1),
|
|
4061
|
+
s("button", {
|
|
4062
|
+
onClick: o[0] || (o[0] = (l) => n("remove")),
|
|
4063
|
+
type: "button",
|
|
4064
|
+
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",
|
|
4065
|
+
"data-dismiss-target": "#toast-default",
|
|
4066
|
+
"aria-label": "Close"
|
|
4067
|
+
}, Oi)
|
|
4068
|
+
]));
|
|
3996
4069
|
}
|
|
3997
|
-
},
|
|
3998
|
-
|
|
3999
|
-
|
|
4070
|
+
}, Q = he({
|
|
4071
|
+
items: []
|
|
4072
|
+
}), Pi = {
|
|
4073
|
+
add(e) {
|
|
4074
|
+
Q.items.unshift({
|
|
4075
|
+
key: Symbol(),
|
|
4076
|
+
message: e.message,
|
|
4077
|
+
type: e.type,
|
|
4078
|
+
duration: e.duration
|
|
4079
|
+
});
|
|
4000
4080
|
},
|
|
4001
|
-
|
|
4002
|
-
|
|
4003
|
-
|
|
4004
|
-
|
|
4005
|
-
|
|
4081
|
+
remove(e) {
|
|
4082
|
+
Q.items.splice(e, 1);
|
|
4083
|
+
}
|
|
4084
|
+
}, ue = {
|
|
4085
|
+
state: Q,
|
|
4086
|
+
methods: Pi
|
|
4087
|
+
}, bd = {
|
|
4088
|
+
__name: "GlToastList",
|
|
4089
|
+
setup(e) {
|
|
4090
|
+
function t(r) {
|
|
4091
|
+
ue.methods.remove(r);
|
|
4092
|
+
}
|
|
4093
|
+
return (r, n) => (d(), F(Le, {
|
|
4094
|
+
tag: "div",
|
|
4095
|
+
"enter-from-class": "translate-x-full opacity-0",
|
|
4096
|
+
"enter-active-class": "duration-500",
|
|
4097
|
+
"leave-active-class": "duration-500",
|
|
4098
|
+
"leave-to-class": "translate-x-full opacity-0",
|
|
4099
|
+
class: "fixed z-50 w-full max-w-xs space-y-4 top-4 right-4"
|
|
4100
|
+
}, {
|
|
4101
|
+
default: z(() => [
|
|
4102
|
+
(d(!0), u(y, null, w(Be(ue).state.items, (a, o) => (d(), F(Di, {
|
|
4103
|
+
key: a.key,
|
|
4104
|
+
message: a.message,
|
|
4105
|
+
type: a.type,
|
|
4106
|
+
duration: a.duration,
|
|
4107
|
+
onRemove: (l) => t(o)
|
|
4108
|
+
}, null, 8, ["message", "type", "duration", "onRemove"]))), 128))
|
|
4109
|
+
]),
|
|
4110
|
+
_: 1
|
|
4111
|
+
}));
|
|
4112
|
+
}
|
|
4113
|
+
}, Ei = {
|
|
4006
4114
|
key: 0,
|
|
4007
4115
|
class: "flex justify-center"
|
|
4008
|
-
},
|
|
4116
|
+
}, ji = /* @__PURE__ */ s("svg", {
|
|
4009
4117
|
class: "w-5 h-5",
|
|
4010
4118
|
"aria-hidden": "true",
|
|
4011
4119
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4013,12 +4121,12 @@ const Xl = /* @__PURE__ */ k(ka, [["render", ii]]), li = {
|
|
|
4013
4121
|
viewBox: "0 0 4 15"
|
|
4014
4122
|
}, [
|
|
4015
4123
|
/* @__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" })
|
|
4016
|
-
], -1),
|
|
4017
|
-
|
|
4018
|
-
],
|
|
4124
|
+
], -1), Ai = [
|
|
4125
|
+
ji
|
|
4126
|
+
], Ii = { 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" }, Ti = {
|
|
4019
4127
|
class: "py-2 text-sm text-gray-700 dark:text-gray-200",
|
|
4020
4128
|
"aria-labelledby": "dropdownDividerButton"
|
|
4021
|
-
},
|
|
4129
|
+
}, Mi = { key: 0 }, Ni = ["href"], Vi = /* @__PURE__ */ s("i", { class: "mr-2 fa-solid fa-list-ul opacity-80" }, null, -1), Li = { key: 1 }, Bi = /* @__PURE__ */ s("i", { class: "mr-2 fa-solid fa-trash-can opacity-80" }, null, -1), yd = {
|
|
4022
4130
|
__name: "DatatableAction",
|
|
4023
4131
|
props: {
|
|
4024
4132
|
field: {
|
|
@@ -4044,13 +4152,13 @@ const Xl = /* @__PURE__ */ k(ka, [["render", ii]]), li = {
|
|
|
4044
4152
|
},
|
|
4045
4153
|
emits: ["deleteAction"],
|
|
4046
4154
|
setup(e, { emit: t }) {
|
|
4047
|
-
const r =
|
|
4155
|
+
const r = _e(), n = e, a = S(!1), o = S(!1), l = () => {
|
|
4048
4156
|
a.value = !1;
|
|
4049
4157
|
}, i = () => {
|
|
4050
4158
|
a.value = !0;
|
|
4051
4159
|
}, c = () => {
|
|
4052
4160
|
o.value = !1;
|
|
4053
|
-
},
|
|
4161
|
+
}, g = () => {
|
|
4054
4162
|
o.value = !0;
|
|
4055
4163
|
}, m = t, b = () => {
|
|
4056
4164
|
axios.delete(`${n.xprops.route}/${n.row.id}`).then(() => {
|
|
@@ -4064,54 +4172,54 @@ const Xl = /* @__PURE__ */ k(ka, [["render", ii]]), li = {
|
|
|
4064
4172
|
});
|
|
4065
4173
|
};
|
|
4066
4174
|
return (x, $) => {
|
|
4067
|
-
const
|
|
4175
|
+
const R = fe("click-outside");
|
|
4068
4176
|
return d(), u(y, null, [
|
|
4069
|
-
|
|
4177
|
+
G(te, {
|
|
4070
4178
|
isOpen: o.value,
|
|
4071
4179
|
onConfirmDelete: b,
|
|
4072
4180
|
onCancelDelete: c
|
|
4073
4181
|
}, null, 8, ["isOpen"]),
|
|
4074
|
-
e.row && x.can(`edit_${e.xprops.permission} || delete_${e.xprops.permission}`) ? C((d(), u("div",
|
|
4182
|
+
e.row && x.can(`edit_${e.xprops.permission} || delete_${e.xprops.permission}`) ? C((d(), u("div", Ei, [
|
|
4075
4183
|
s("button", {
|
|
4076
4184
|
onClick: i,
|
|
4077
4185
|
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",
|
|
4078
4186
|
type: "button"
|
|
4079
|
-
},
|
|
4080
|
-
C(s("div",
|
|
4081
|
-
s("ul",
|
|
4082
|
-
x.can(`edit_${e.xprops.permission}`) ? (d(), u("li",
|
|
4187
|
+
}, Ai),
|
|
4188
|
+
C(s("div", Ii, [
|
|
4189
|
+
s("ul", Ti, [
|
|
4190
|
+
x.can(`edit_${e.xprops.permission}`) ? (d(), u("li", Mi, [
|
|
4083
4191
|
s("a", {
|
|
4084
4192
|
href: e.xprops.route + "/" + e.row.id + "/edit",
|
|
4085
4193
|
class: "block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white"
|
|
4086
4194
|
}, [
|
|
4087
|
-
|
|
4195
|
+
Vi,
|
|
4088
4196
|
v(" Edit")
|
|
4089
|
-
], 8,
|
|
4090
|
-
])) :
|
|
4091
|
-
x.can(`delete_${e.xprops.permission}`) ? (d(), u("li",
|
|
4197
|
+
], 8, Ni)
|
|
4198
|
+
])) : f("", !0),
|
|
4199
|
+
x.can(`delete_${e.xprops.permission}`) ? (d(), u("li", Li, [
|
|
4092
4200
|
s("a", {
|
|
4093
4201
|
href: "#",
|
|
4094
|
-
onClick:
|
|
4202
|
+
onClick: A(g, ["prevent"]),
|
|
4095
4203
|
class: "block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white"
|
|
4096
4204
|
}, [
|
|
4097
|
-
|
|
4205
|
+
Bi,
|
|
4098
4206
|
v(" Remove")
|
|
4099
4207
|
])
|
|
4100
|
-
])) :
|
|
4208
|
+
])) : f("", !0)
|
|
4101
4209
|
])
|
|
4102
4210
|
], 512), [
|
|
4103
4211
|
[T, a.value]
|
|
4104
4212
|
])
|
|
4105
4213
|
])), [
|
|
4106
|
-
[
|
|
4107
|
-
]) :
|
|
4214
|
+
[R, l]
|
|
4215
|
+
]) : f("", !0)
|
|
4108
4216
|
], 64);
|
|
4109
4217
|
};
|
|
4110
4218
|
}
|
|
4111
|
-
},
|
|
4219
|
+
}, Gi = {
|
|
4112
4220
|
key: 0,
|
|
4113
4221
|
class: "flex justify-center"
|
|
4114
|
-
},
|
|
4222
|
+
}, Fi = /* @__PURE__ */ s("svg", {
|
|
4115
4223
|
class: "w-5 h-5",
|
|
4116
4224
|
"aria-hidden": "true",
|
|
4117
4225
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4119,12 +4227,12 @@ const Xl = /* @__PURE__ */ k(ka, [["render", ii]]), li = {
|
|
|
4119
4227
|
viewBox: "0 0 4 15"
|
|
4120
4228
|
}, [
|
|
4121
4229
|
/* @__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" })
|
|
4122
|
-
], -1),
|
|
4123
|
-
|
|
4124
|
-
],
|
|
4230
|
+
], -1), Ri = [
|
|
4231
|
+
Fi
|
|
4232
|
+
], 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" }, Ui = {
|
|
4125
4233
|
class: "py-2 text-sm text-gray-700 dark:text-gray-200",
|
|
4126
4234
|
"aria-labelledby": "dropdownDividerButton"
|
|
4127
|
-
},
|
|
4235
|
+
}, zi = { key: 0 }, Hi = /* @__PURE__ */ s("i", { class: "mr-2 fa-solid fa-trash-can opacity-80" }, null, -1), vd = {
|
|
4128
4236
|
__name: "DatatableDeleteAction",
|
|
4129
4237
|
props: {
|
|
4130
4238
|
field: {
|
|
@@ -4150,13 +4258,13 @@ const Xl = /* @__PURE__ */ k(ka, [["render", ii]]), li = {
|
|
|
4150
4258
|
},
|
|
4151
4259
|
emits: ["deleteAction"],
|
|
4152
4260
|
setup(e, { emit: t }) {
|
|
4153
|
-
const r =
|
|
4261
|
+
const r = _e(), n = e, a = S(!1), o = S(!1), l = () => {
|
|
4154
4262
|
a.value = !1;
|
|
4155
4263
|
}, i = () => {
|
|
4156
4264
|
a.value = !0;
|
|
4157
4265
|
}, c = () => {
|
|
4158
4266
|
o.value = !1;
|
|
4159
|
-
},
|
|
4267
|
+
}, g = () => {
|
|
4160
4268
|
o.value = !0;
|
|
4161
4269
|
}, m = t, b = () => {
|
|
4162
4270
|
axios.delete(`${n.xprops.route}/${n.row.id}`).then(() => {
|
|
@@ -4170,42 +4278,42 @@ const Xl = /* @__PURE__ */ k(ka, [["render", ii]]), li = {
|
|
|
4170
4278
|
});
|
|
4171
4279
|
};
|
|
4172
4280
|
return (x, $) => {
|
|
4173
|
-
const
|
|
4281
|
+
const R = fe("click-outside");
|
|
4174
4282
|
return d(), u(y, null, [
|
|
4175
|
-
|
|
4283
|
+
G(te, {
|
|
4176
4284
|
isOpen: o.value,
|
|
4177
4285
|
onConfirmDelete: b,
|
|
4178
4286
|
onCancelDelete: c
|
|
4179
4287
|
}, null, 8, ["isOpen"]),
|
|
4180
|
-
e.row && x.can(`delete_${e.xprops.permission}`) ? C((d(), u("div",
|
|
4288
|
+
e.row && x.can(`delete_${e.xprops.permission}`) ? C((d(), u("div", Gi, [
|
|
4181
4289
|
s("button", {
|
|
4182
4290
|
onClick: i,
|
|
4183
4291
|
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",
|
|
4184
4292
|
type: "button"
|
|
4185
|
-
},
|
|
4186
|
-
C(s("div",
|
|
4187
|
-
s("ul",
|
|
4188
|
-
x.can(`delete_${e.xprops.permission}`) ? (d(), u("li",
|
|
4293
|
+
}, Ri),
|
|
4294
|
+
C(s("div", qi, [
|
|
4295
|
+
s("ul", Ui, [
|
|
4296
|
+
x.can(`delete_${e.xprops.permission}`) ? (d(), u("li", zi, [
|
|
4189
4297
|
s("a", {
|
|
4190
4298
|
href: "#",
|
|
4191
|
-
onClick:
|
|
4299
|
+
onClick: A(g, ["prevent"]),
|
|
4192
4300
|
class: "block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white"
|
|
4193
4301
|
}, [
|
|
4194
|
-
|
|
4302
|
+
Hi,
|
|
4195
4303
|
v(" Remove")
|
|
4196
4304
|
])
|
|
4197
|
-
])) :
|
|
4305
|
+
])) : f("", !0)
|
|
4198
4306
|
])
|
|
4199
4307
|
], 512), [
|
|
4200
4308
|
[T, a.value]
|
|
4201
4309
|
])
|
|
4202
4310
|
])), [
|
|
4203
|
-
[
|
|
4204
|
-
]) :
|
|
4311
|
+
[R, l]
|
|
4312
|
+
]) : f("", !0)
|
|
4205
4313
|
], 64);
|
|
4206
4314
|
};
|
|
4207
4315
|
}
|
|
4208
|
-
},
|
|
4316
|
+
}, Zi = {
|
|
4209
4317
|
props: ["field", "row"],
|
|
4210
4318
|
computed: {
|
|
4211
4319
|
isArray() {
|
|
@@ -4221,7 +4329,7 @@ const Xl = /* @__PURE__ */ k(ka, [["render", ii]]), li = {
|
|
|
4221
4329
|
mounted() {
|
|
4222
4330
|
console.log("row : ", this.row);
|
|
4223
4331
|
}
|
|
4224
|
-
},
|
|
4332
|
+
}, Ki = ["href", "title"], Wi = /* @__PURE__ */ s("svg", {
|
|
4225
4333
|
class: "w-3 h-3 text-white me-2",
|
|
4226
4334
|
"aria-hidden": "true",
|
|
4227
4335
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4238,10 +4346,10 @@ const Xl = /* @__PURE__ */ k(ka, [["render", ii]]), li = {
|
|
|
4238
4346
|
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",
|
|
4239
4347
|
"clip-rule": "evenodd"
|
|
4240
4348
|
})
|
|
4241
|
-
], -1),
|
|
4349
|
+
], -1), Xi = {
|
|
4242
4350
|
key: 1,
|
|
4243
4351
|
class: "m-1 d-inline-block"
|
|
4244
|
-
},
|
|
4352
|
+
}, Yi = ["href", "title"], Ji = /* @__PURE__ */ s("svg", {
|
|
4245
4353
|
class: "w-3 h-3 text-white me-2",
|
|
4246
4354
|
"aria-hidden": "true",
|
|
4247
4355
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4259,7 +4367,7 @@ const Xl = /* @__PURE__ */ k(ka, [["render", ii]]), li = {
|
|
|
4259
4367
|
"clip-rule": "evenodd"
|
|
4260
4368
|
})
|
|
4261
4369
|
], -1);
|
|
4262
|
-
function
|
|
4370
|
+
function Qi(e, t, r, n, a, o) {
|
|
4263
4371
|
return d(), u("div", null, [
|
|
4264
4372
|
o.isArray ? (d(!0), u(y, { key: 0 }, w(r.row, (l, i) => (d(), u("div", {
|
|
4265
4373
|
key: i,
|
|
@@ -4271,23 +4379,23 @@ function Ii(e, t, r, n, a, o) {
|
|
|
4271
4379
|
target: "_blank",
|
|
4272
4380
|
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"
|
|
4273
4381
|
}, [
|
|
4274
|
-
|
|
4382
|
+
Wi,
|
|
4275
4383
|
v(" Download ")
|
|
4276
|
-
], 8,
|
|
4277
|
-
]))), 128)) : o.isString ? (d(), u("div",
|
|
4384
|
+
], 8, Ki)
|
|
4385
|
+
]))), 128)) : o.isString ? (d(), u("div", Xi, [
|
|
4278
4386
|
s("a", {
|
|
4279
4387
|
href: r.row,
|
|
4280
4388
|
title: r.row,
|
|
4281
4389
|
target: "_blank",
|
|
4282
4390
|
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"
|
|
4283
4391
|
}, [
|
|
4284
|
-
|
|
4392
|
+
Ji,
|
|
4285
4393
|
v(" Download ")
|
|
4286
|
-
], 8,
|
|
4287
|
-
])) :
|
|
4394
|
+
], 8, Yi)
|
|
4395
|
+
])) : f("", !0)
|
|
4288
4396
|
]);
|
|
4289
4397
|
}
|
|
4290
|
-
const
|
|
4398
|
+
const xd = /* @__PURE__ */ k(Zi, [["render", Qi]]), el = {
|
|
4291
4399
|
props: ["field", "row"],
|
|
4292
4400
|
computed: {
|
|
4293
4401
|
isArray() {
|
|
@@ -4297,7 +4405,7 @@ const ed = /* @__PURE__ */ k(Si, [["render", Ii]]), Ai = {
|
|
|
4297
4405
|
return typeof this.row[this.field] == "object";
|
|
4298
4406
|
}
|
|
4299
4407
|
}
|
|
4300
|
-
},
|
|
4408
|
+
}, tl = ["href", "title"], rl = /* @__PURE__ */ s("svg", {
|
|
4301
4409
|
class: "w-3 h-3 text-white me-2",
|
|
4302
4410
|
"aria-hidden": "true",
|
|
4303
4411
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4314,10 +4422,10 @@ const ed = /* @__PURE__ */ k(Si, [["render", Ii]]), Ai = {
|
|
|
4314
4422
|
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",
|
|
4315
4423
|
"clip-rule": "evenodd"
|
|
4316
4424
|
})
|
|
4317
|
-
], -1),
|
|
4425
|
+
], -1), sl = {
|
|
4318
4426
|
key: 1,
|
|
4319
4427
|
class: "m-1 d-inline-block"
|
|
4320
|
-
},
|
|
4428
|
+
}, nl = ["href", "title"], ol = /* @__PURE__ */ s("svg", {
|
|
4321
4429
|
class: "w-3 h-3 text-white me-2",
|
|
4322
4430
|
"aria-hidden": "true",
|
|
4323
4431
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -4335,7 +4443,7 @@ const ed = /* @__PURE__ */ k(Si, [["render", Ii]]), Ai = {
|
|
|
4335
4443
|
"clip-rule": "evenodd"
|
|
4336
4444
|
})
|
|
4337
4445
|
], -1);
|
|
4338
|
-
function
|
|
4446
|
+
function al(e, t, r, n, a, o) {
|
|
4339
4447
|
return d(), u("div", null, [
|
|
4340
4448
|
o.isArray ? (d(!0), u(y, { key: 0 }, w(r.row[r.field], (l) => (d(), u("div", {
|
|
4341
4449
|
key: l.id,
|
|
@@ -4347,39 +4455,39 @@ function Bi(e, t, r, n, a, o) {
|
|
|
4347
4455
|
target: "_blank",
|
|
4348
4456
|
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"
|
|
4349
4457
|
}, [
|
|
4350
|
-
|
|
4458
|
+
rl,
|
|
4351
4459
|
v(" Download ")
|
|
4352
|
-
], 8,
|
|
4353
|
-
]))), 128)) : o.isObject ? (d(), u("div",
|
|
4460
|
+
], 8, tl)
|
|
4461
|
+
]))), 128)) : o.isObject ? (d(), u("div", sl, [
|
|
4354
4462
|
s("a", {
|
|
4355
4463
|
href: r.row[r.field].url,
|
|
4356
4464
|
title: r.row[r.field].name,
|
|
4357
4465
|
target: "_blank",
|
|
4358
4466
|
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"
|
|
4359
4467
|
}, [
|
|
4360
|
-
|
|
4468
|
+
ol,
|
|
4361
4469
|
v(" Download ")
|
|
4362
|
-
], 8,
|
|
4363
|
-
])) :
|
|
4470
|
+
], 8, nl)
|
|
4471
|
+
])) : f("", !0)
|
|
4364
4472
|
]);
|
|
4365
4473
|
}
|
|
4366
|
-
const
|
|
4474
|
+
const wd = /* @__PURE__ */ k(el, [["render", al]]), il = {
|
|
4367
4475
|
props: ["field", "row", "tdProps"]
|
|
4368
|
-
},
|
|
4369
|
-
function
|
|
4370
|
-
return r.row[r.field] ? (d(), u("div",
|
|
4476
|
+
}, ll = { key: 0 }, dl = ["innerHTML"];
|
|
4477
|
+
function ul(e, t, r, n, a, o) {
|
|
4478
|
+
return r.row[r.field] ? (d(), u("div", ll, [
|
|
4371
4479
|
s("div", {
|
|
4372
4480
|
class: "w-full",
|
|
4373
4481
|
innerHTML: r.row[r.field]
|
|
4374
|
-
}, null, 8,
|
|
4375
|
-
])) :
|
|
4482
|
+
}, null, 8, dl)
|
|
4483
|
+
])) : f("", !0);
|
|
4376
4484
|
}
|
|
4377
|
-
const
|
|
4485
|
+
const kd = /* @__PURE__ */ k(il, [["render", ul]]), cl = {
|
|
4378
4486
|
props: ["field", "row", "tdProps"],
|
|
4379
4487
|
computed: {
|
|
4380
4488
|
entry() {
|
|
4381
4489
|
const [e, t] = this.field.split(".");
|
|
4382
|
-
return
|
|
4490
|
+
return Ge({ key: e, field: t });
|
|
4383
4491
|
},
|
|
4384
4492
|
isArray() {
|
|
4385
4493
|
return Array.isArray(this.row[this.entry.key]);
|
|
@@ -4388,24 +4496,24 @@ const rd = /* @__PURE__ */ k(Gi, [["render", Ui]]), qi = {
|
|
|
4388
4496
|
return typeof this.row[this.entry.key] == "object";
|
|
4389
4497
|
}
|
|
4390
4498
|
}
|
|
4391
|
-
},
|
|
4499
|
+
}, hl = { class: "flex flex-wrap gap-2" }, fl = {
|
|
4392
4500
|
key: 1,
|
|
4393
4501
|
class: "px-2 py-1 text-xs font-medium text-blue-800 bg-blue-100 rounded dark:bg-blue-900 dark:text-blue-300"
|
|
4394
4502
|
};
|
|
4395
|
-
function
|
|
4396
|
-
return d(), u("div",
|
|
4503
|
+
function gl(e, t, r, n, a, o) {
|
|
4504
|
+
return d(), u("div", hl, [
|
|
4397
4505
|
o.isArray ? (d(!0), u(y, { key: 0 }, w(r.row[o.entry.key], (l, i) => (d(), u("span", {
|
|
4398
4506
|
key: i,
|
|
4399
4507
|
class: "px-2 py-1 text-xs font-medium text-blue-800 bg-blue-100 rounded dark:bg-blue-900 dark:text-blue-300"
|
|
4400
|
-
},
|
|
4508
|
+
}, h(l[o.entry.field]), 1))), 128)) : o.isObject ? (d(), u("span", fl, h(r.row[o.entry.key][o.entry.field]), 1)) : f("", !0)
|
|
4401
4509
|
]);
|
|
4402
4510
|
}
|
|
4403
|
-
const
|
|
4511
|
+
const $d = /* @__PURE__ */ k(cl, [["render", gl]]), ml = {
|
|
4404
4512
|
props: ["field", "row", "tdProps"]
|
|
4405
|
-
},
|
|
4406
|
-
function
|
|
4407
|
-
return r.row[r.field] ? (d(), u("div",
|
|
4408
|
-
s("div",
|
|
4513
|
+
}, _l = { key: 0 }, pl = { class: "m-1 d-inline-block" }, bl = ["href", "title"], yl = ["src", "alt", "title"];
|
|
4514
|
+
function vl(e, t, r, n, a, o) {
|
|
4515
|
+
return r.row[r.field] ? (d(), u("div", _l, [
|
|
4516
|
+
s("div", pl, [
|
|
4409
4517
|
s("a", {
|
|
4410
4518
|
href: r.row[r.field].url,
|
|
4411
4519
|
title: r.row[r.field].name,
|
|
@@ -4415,37 +4523,37 @@ function Qi(e, t, r, n, a, o) {
|
|
|
4415
4523
|
src: r.row[r.field].thumbnail,
|
|
4416
4524
|
alt: r.row[r.field].name,
|
|
4417
4525
|
title: r.row[r.field].name
|
|
4418
|
-
}, null, 8,
|
|
4419
|
-
], 8,
|
|
4526
|
+
}, null, 8, yl)
|
|
4527
|
+
], 8, bl)
|
|
4420
4528
|
])
|
|
4421
|
-
])) :
|
|
4529
|
+
])) : f("", !0);
|
|
4422
4530
|
}
|
|
4423
|
-
const
|
|
4531
|
+
const Cd = /* @__PURE__ */ k(ml, [["render", vl], ["__scopeId", "data-v-3a28c02c"]]), xl = {
|
|
4424
4532
|
props: ["field", "row", "tdProps"],
|
|
4425
4533
|
computed: {
|
|
4426
4534
|
isActive() {
|
|
4427
4535
|
return this.row[this.field] === 1;
|
|
4428
4536
|
}
|
|
4429
4537
|
}
|
|
4430
|
-
},
|
|
4538
|
+
}, wl = { class: "flex flex-wrap gap-2" }, kl = {
|
|
4431
4539
|
key: 0,
|
|
4432
4540
|
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"
|
|
4433
|
-
},
|
|
4541
|
+
}, $l = /* @__PURE__ */ s("span", { class: "w-2 h-2 bg-green-500 rounded-full me-1" }, null, -1), Cl = {
|
|
4434
4542
|
key: 1,
|
|
4435
4543
|
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"
|
|
4436
|
-
},
|
|
4437
|
-
function
|
|
4438
|
-
return d(), u("div",
|
|
4439
|
-
o.isActive ? (d(), u("span",
|
|
4440
|
-
|
|
4544
|
+
}, Sl = /* @__PURE__ */ s("span", { class: "w-2 h-2 bg-red-500 rounded-full me-1" }, null, -1);
|
|
4545
|
+
function Ol(e, t, r, n, a, o) {
|
|
4546
|
+
return d(), u("div", wl, [
|
|
4547
|
+
o.isActive ? (d(), u("span", kl, [
|
|
4548
|
+
$l,
|
|
4441
4549
|
v(" Active ")
|
|
4442
|
-
])) : o.isActive ?
|
|
4443
|
-
|
|
4550
|
+
])) : o.isActive ? f("", !0) : (d(), u("span", Cl, [
|
|
4551
|
+
Sl,
|
|
4444
4552
|
v(" Inactive ")
|
|
4445
4553
|
]))
|
|
4446
4554
|
]);
|
|
4447
4555
|
}
|
|
4448
|
-
const
|
|
4556
|
+
const Sd = /* @__PURE__ */ k(xl, [["render", Ol]]), Dl = {
|
|
4449
4557
|
props: ["field", "row", "tdProps"],
|
|
4450
4558
|
computed: {
|
|
4451
4559
|
hasLabelColor(e) {
|
|
@@ -4453,40 +4561,40 @@ const od = /* @__PURE__ */ k(el, [["render", al]]), il = {
|
|
|
4453
4561
|
return t ? t.class : "";
|
|
4454
4562
|
}
|
|
4455
4563
|
}
|
|
4456
|
-
},
|
|
4564
|
+
}, Pl = { class: "flex flex-wrap gap-2" }, El = {
|
|
4457
4565
|
key: 0,
|
|
4458
4566
|
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"
|
|
4459
|
-
},
|
|
4567
|
+
}, jl = /* @__PURE__ */ s("span", { class: "w-2 h-2 bg-green-500 rounded-full me-1" }, null, -1), Al = {
|
|
4460
4568
|
key: 1,
|
|
4461
4569
|
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"
|
|
4462
|
-
},
|
|
4570
|
+
}, Il = /* @__PURE__ */ s("span", { class: "w-2 h-2 bg-red-500 rounded-full me-1" }, null, -1), Tl = {
|
|
4463
4571
|
key: 2,
|
|
4464
4572
|
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"
|
|
4465
|
-
},
|
|
4573
|
+
}, Ml = /* @__PURE__ */ s("span", { class: "w-2 h-2 bg-yellow-500 rounded-full me-1" }, null, -1), Nl = {
|
|
4466
4574
|
key: 3,
|
|
4467
4575
|
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"
|
|
4468
|
-
},
|
|
4469
|
-
function
|
|
4470
|
-
return d(), u("div",
|
|
4471
|
-
o.hasLabelColor == "green" ? (d(), u("span",
|
|
4472
|
-
|
|
4473
|
-
v(" " +
|
|
4474
|
-
])) :
|
|
4475
|
-
o.hasLabelColor == "red" ? (d(), u("span",
|
|
4476
|
-
|
|
4477
|
-
v(" " +
|
|
4478
|
-
])) :
|
|
4479
|
-
o.hasLabelColor == "yellow" ? (d(), u("span",
|
|
4480
|
-
|
|
4481
|
-
v(" " +
|
|
4482
|
-
])) :
|
|
4483
|
-
o.hasLabelColor == "default" ? (d(), u("span",
|
|
4484
|
-
|
|
4485
|
-
v(" " +
|
|
4486
|
-
])) :
|
|
4576
|
+
}, Vl = /* @__PURE__ */ s("span", { class: "w-2 h-2 bg-blue-500 rounded-full me-1" }, null, -1);
|
|
4577
|
+
function Ll(e, t, r, n, a, o) {
|
|
4578
|
+
return d(), u("div", Pl, [
|
|
4579
|
+
o.hasLabelColor == "green" ? (d(), u("span", El, [
|
|
4580
|
+
jl,
|
|
4581
|
+
v(" " + h(this.row[this.field]), 1)
|
|
4582
|
+
])) : f("", !0),
|
|
4583
|
+
o.hasLabelColor == "red" ? (d(), u("span", Al, [
|
|
4584
|
+
Il,
|
|
4585
|
+
v(" " + h(this.row[this.field]), 1)
|
|
4586
|
+
])) : f("", !0),
|
|
4587
|
+
o.hasLabelColor == "yellow" ? (d(), u("span", Tl, [
|
|
4588
|
+
Ml,
|
|
4589
|
+
v(" " + h(this.row[this.field]), 1)
|
|
4590
|
+
])) : f("", !0),
|
|
4591
|
+
o.hasLabelColor == "default" ? (d(), u("span", Nl, [
|
|
4592
|
+
Vl,
|
|
4593
|
+
v(" " + h(this.row[this.field]), 1)
|
|
4594
|
+
])) : f("", !0)
|
|
4487
4595
|
]);
|
|
4488
4596
|
}
|
|
4489
|
-
const
|
|
4597
|
+
const Od = /* @__PURE__ */ k(Dl, [["render", Ll]]), Bl = {
|
|
4490
4598
|
props: ["isOpen", "title", "button_text"],
|
|
4491
4599
|
methods: {
|
|
4492
4600
|
confirmAction() {
|
|
@@ -4496,40 +4604,40 @@ const ad = /* @__PURE__ */ k(il, [["render", pl]]), bl = {
|
|
|
4496
4604
|
this.$emit("cancel-action");
|
|
4497
4605
|
}
|
|
4498
4606
|
}
|
|
4499
|
-
},
|
|
4607
|
+
}, Gl = {
|
|
4500
4608
|
key: 0,
|
|
4501
4609
|
class: "fixed inset-0 z-50 overflow-y-auto",
|
|
4502
4610
|
role: "dialog",
|
|
4503
4611
|
"aria-modal": "true"
|
|
4504
|
-
},
|
|
4612
|
+
}, Fl = { class: "flex items-end justify-center min-h-screen px-4 pt-4 pb-20 text-center sm:block sm:p-0" }, Rl = /* @__PURE__ */ s("div", {
|
|
4505
4613
|
class: "fixed inset-0 transition-opacity bg-gray-500 bg-opacity-75",
|
|
4506
4614
|
"aria-hidden": "true"
|
|
4507
|
-
}, null, -1),
|
|
4615
|
+
}, null, -1), ql = /* @__PURE__ */ s("span", {
|
|
4508
4616
|
class: "hidden sm:inline-block sm:align-middle sm:h-screen",
|
|
4509
4617
|
"aria-hidden": "true"
|
|
4510
|
-
}, "", -1),
|
|
4511
|
-
function
|
|
4512
|
-
return r.isOpen ? (d(), u("div",
|
|
4513
|
-
s("div",
|
|
4514
|
-
|
|
4515
|
-
|
|
4516
|
-
s("div",
|
|
4517
|
-
s("div",
|
|
4518
|
-
s("div",
|
|
4519
|
-
s("div",
|
|
4520
|
-
s("h3",
|
|
4521
|
-
s("div",
|
|
4618
|
+
}, "", -1), Ul = { 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" }, zl = { class: "px-4 pt-5 pb-4 bg-white sm:p-6 sm:pb-4" }, Hl = { class: "sm:flex sm:items-start" }, Zl = { class: "mt-3 text-center sm:mt-0 sm:ml-4 sm:text-left" }, Kl = { class: "text-lg font-medium leading-6 text-gray-900" }, Wl = { class: "mt-2" }, Xl = { class: "px-4 py-3 bg-gray-50 sm:px-6 sm:flex sm:flex-row-reverse" };
|
|
4619
|
+
function Yl(e, t, r, n, a, o) {
|
|
4620
|
+
return r.isOpen ? (d(), u("div", Gl, [
|
|
4621
|
+
s("div", Fl, [
|
|
4622
|
+
Rl,
|
|
4623
|
+
ql,
|
|
4624
|
+
s("div", Ul, [
|
|
4625
|
+
s("div", zl, [
|
|
4626
|
+
s("div", Hl, [
|
|
4627
|
+
s("div", Zl, [
|
|
4628
|
+
s("h3", Kl, h(r.title), 1),
|
|
4629
|
+
s("div", Wl, [
|
|
4522
4630
|
P(e.$slots, "default")
|
|
4523
4631
|
])
|
|
4524
4632
|
])
|
|
4525
4633
|
])
|
|
4526
4634
|
]),
|
|
4527
|
-
s("div",
|
|
4635
|
+
s("div", Xl, [
|
|
4528
4636
|
s("button", {
|
|
4529
4637
|
onClick: t[0] || (t[0] = (...l) => o.confirmAction && o.confirmAction(...l)),
|
|
4530
4638
|
type: "button",
|
|
4531
4639
|
class: "inline-flex justify-center w-full px-4 py-2 text-base font-medium text-white bg-red-600 border border-transparent rounded-md shadow-sm hover:bg-red-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-red-500 sm:ml-3 sm:w-auto sm:text-sm"
|
|
4532
|
-
},
|
|
4640
|
+
}, h(r.button_text), 1),
|
|
4533
4641
|
s("button", {
|
|
4534
4642
|
onClick: t[1] || (t[1] = (...l) => o.cancelAction && o.cancelAction(...l)),
|
|
4535
4643
|
type: "button",
|
|
@@ -4538,40 +4646,41 @@ function El(e, t, r, n, a, o) {
|
|
|
4538
4646
|
])
|
|
4539
4647
|
])
|
|
4540
4648
|
])
|
|
4541
|
-
])) :
|
|
4649
|
+
])) : f("", !0);
|
|
4542
4650
|
}
|
|
4543
|
-
const
|
|
4651
|
+
const Dd = /* @__PURE__ */ k(Bl, [["render", Yl]]);
|
|
4544
4652
|
export {
|
|
4545
|
-
|
|
4546
|
-
|
|
4547
|
-
|
|
4548
|
-
|
|
4549
|
-
|
|
4550
|
-
|
|
4551
|
-
|
|
4552
|
-
|
|
4553
|
-
|
|
4554
|
-
|
|
4555
|
-
|
|
4556
|
-
|
|
4557
|
-
|
|
4558
|
-
|
|
4559
|
-
|
|
4560
|
-
|
|
4561
|
-
|
|
4562
|
-
|
|
4563
|
-
|
|
4564
|
-
|
|
4565
|
-
|
|
4566
|
-
|
|
4567
|
-
|
|
4568
|
-
|
|
4569
|
-
|
|
4570
|
-
|
|
4571
|
-
|
|
4572
|
-
|
|
4573
|
-
|
|
4574
|
-
|
|
4575
|
-
|
|
4576
|
-
|
|
4653
|
+
nd as GlButton,
|
|
4654
|
+
rd as GlCard,
|
|
4655
|
+
Dd as GlConfirmationModal,
|
|
4656
|
+
pd as GlDataTable,
|
|
4657
|
+
_d as GlDataTableServerSide,
|
|
4658
|
+
yd as GlDatatableAction,
|
|
4659
|
+
vd as GlDatatableDeleteAction,
|
|
4660
|
+
xd as GlDatatableFileDownload,
|
|
4661
|
+
wd as GlDatatableFiles,
|
|
4662
|
+
kd as GlDatatableHtml,
|
|
4663
|
+
$d as GlDatatableList,
|
|
4664
|
+
Cd as GlDatatablePicture,
|
|
4665
|
+
Sd as GlDatatableStatus,
|
|
4666
|
+
Od as GlDatatableStatusGeneral,
|
|
4667
|
+
te as GlDeleteConfirmationModal,
|
|
4668
|
+
gd as GlDropdown,
|
|
4669
|
+
Ql as GlFilesUpload,
|
|
4670
|
+
td as GlLanguageSelector,
|
|
4671
|
+
hd as GlModal,
|
|
4672
|
+
cd as GlMultiItemSlide,
|
|
4673
|
+
sd as GlMultiSelectDropdown,
|
|
4674
|
+
ed as GlNotify,
|
|
4675
|
+
ud as GlTab,
|
|
4676
|
+
dd as GlTabsWrapper,
|
|
4677
|
+
na as GlTailwindPagination,
|
|
4678
|
+
ld as GlTextInput,
|
|
4679
|
+
id as GlTextTranslate,
|
|
4680
|
+
md as GlTextarea,
|
|
4681
|
+
od as GlTextareaTranslate,
|
|
4682
|
+
ad as GlTinymceTranslate,
|
|
4683
|
+
bd as GlToastList,
|
|
4684
|
+
fd as GlToggleBox,
|
|
4685
|
+
ue as toast
|
|
4577
4686
|
};
|