@neutron.co.id/operasional-interfaces 1.7.2 → 1.8.1
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/build/index.cjs +1359 -676
- package/build/index.mjs +1363 -680
- package/build/style.css +36 -7
- package/build/types/components/attendance/attendance.types.d.ts +2 -0
- package/build/types/components/attendance/index.d.ts +2 -0
- package/build/types/components/attendance/sheets/AttendanceCollection.vue.d.ts +2 -0
- package/build/types/components/attendance/sheets/AttendanceManager.vue.d.ts +2 -0
- package/build/types/components/attendance/sheets/AttendanceSingle.vue.d.ts +2 -0
- package/build/types/components/attendance/sheets/AttendanceStaff.vue.d.ts +2 -0
- package/build/types/components/attendance/sheets/index.d.ts +4 -0
- package/build/types/components/index.d.ts +1 -0
- package/build/types/components/progress/progress.types.d.ts +1 -1
- package/build/types/gql/graphql.d.ts +596 -19
- package/build/types/utils/util.date.d.ts +3 -1
- package/build/types/utils/util.duration.d.ts +2 -2
- package/package.json +56 -56
package/build/index.cjs
CHANGED
|
@@ -15,6 +15,13 @@ const code = require("@neon.id/utils/code");
|
|
|
15
15
|
const vue$1 = require("@urql/vue");
|
|
16
16
|
const dateFns = require("date-fns");
|
|
17
17
|
const vCalendar = require("v-calendar");
|
|
18
|
+
const dayjs = require("dayjs/esm/index.js");
|
|
19
|
+
require("dayjs/esm/locale/en.js");
|
|
20
|
+
require("dayjs/esm/locale/id.js");
|
|
21
|
+
const advancedFormat = require("dayjs/esm/plugin/advancedFormat/index.js");
|
|
22
|
+
const durationPlugin = require("dayjs/esm/plugin/duration/index.js");
|
|
23
|
+
const isoWeek = require("dayjs/esm/plugin/isoWeek/index.js");
|
|
24
|
+
const relativeTimePlugin = require("dayjs/esm/plugin/relativeTime/index.js");
|
|
18
25
|
const tempatModels = require("@neutron.co.id/tempat-models");
|
|
19
26
|
const core = require("@vueuse/core");
|
|
20
27
|
const office = require("@neon.id/office");
|
|
@@ -22,10 +29,11 @@ const pinia = require("pinia");
|
|
|
22
29
|
const vueRouter = require("vue-router");
|
|
23
30
|
const component = require("@neon.id/utils/component");
|
|
24
31
|
const Scanner = require("qr-scanner");
|
|
32
|
+
const mitt = require("mitt");
|
|
25
33
|
const personaliaModels = require("@neutron.co.id/personalia-models");
|
|
26
34
|
const catatInterfaces = require("@neon.id/catat-interfaces");
|
|
27
|
-
const _hoisted_1$
|
|
28
|
-
const _sfc_main$
|
|
35
|
+
const _hoisted_1$m = { class: "xxx-button" };
|
|
36
|
+
const _sfc_main$T = /* @__PURE__ */ vue.defineComponent({
|
|
29
37
|
...{ name: "XxxButton" },
|
|
30
38
|
__name: "XxxButton",
|
|
31
39
|
props: {
|
|
@@ -36,18 +44,18 @@ const _sfc_main$P = /* @__PURE__ */ vue.defineComponent({
|
|
|
36
44
|
},
|
|
37
45
|
setup(__props) {
|
|
38
46
|
return (_ctx, _cache) => {
|
|
39
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
47
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$m, [
|
|
40
48
|
vue.createVNode(vue.unref(interfaces.NeonButton), { label: "XXX" })
|
|
41
49
|
]);
|
|
42
50
|
};
|
|
43
51
|
}
|
|
44
52
|
});
|
|
45
|
-
const _hoisted_1$
|
|
46
|
-
const _hoisted_2$
|
|
53
|
+
const _hoisted_1$l = { class: "operasional-identitas" };
|
|
54
|
+
const _hoisted_2$g = {
|
|
47
55
|
key: 2,
|
|
48
56
|
class: "section"
|
|
49
57
|
};
|
|
50
|
-
const _sfc_main$
|
|
58
|
+
const _sfc_main$S = /* @__PURE__ */ vue.defineComponent({
|
|
51
59
|
...{ name: "OperasionalIdentitas" },
|
|
52
60
|
__name: "OperasionalIdentitas",
|
|
53
61
|
props: {
|
|
@@ -302,7 +310,7 @@ const _sfc_main$O = /* @__PURE__ */ vue.defineComponent({
|
|
|
302
310
|
candidateId.value = null;
|
|
303
311
|
}
|
|
304
312
|
return (_ctx, _cache) => {
|
|
305
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
313
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$l, [
|
|
306
314
|
state.value === "connect" ? (vue.openBlock(), vue.createBlock(vue.unref(identitasInterfaces.IdentitasConnect), {
|
|
307
315
|
key: 0,
|
|
308
316
|
user: user.value,
|
|
@@ -354,7 +362,7 @@ const _sfc_main$O = /* @__PURE__ */ vue.defineComponent({
|
|
|
354
362
|
_: 1
|
|
355
363
|
/* STABLE */
|
|
356
364
|
}, 8, ["initial-values", "is-loading", "errors"])) : vue.createCommentVNode("v-if", true),
|
|
357
|
-
user.value && onDelegate ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$
|
|
365
|
+
user.value && onDelegate ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$g, [
|
|
358
366
|
vue.createVNode(vue.unref(interfaces.NeonDivider), {
|
|
359
367
|
"is-dashed": "",
|
|
360
368
|
label: "Delegasi",
|
|
@@ -403,237 +411,33 @@ const _export_sfc = (sfc, props) => {
|
|
|
403
411
|
}
|
|
404
412
|
return target;
|
|
405
413
|
};
|
|
406
|
-
const OperasionalIdentitas = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
414
|
+
const OperasionalIdentitas = /* @__PURE__ */ _export_sfc(_sfc_main$S, [["__scopeId", "data-v-355c8370"]]);
|
|
415
|
+
dayjs.extend(durationPlugin);
|
|
416
|
+
dayjs.extend(relativeTimePlugin);
|
|
417
|
+
dayjs.extend(advancedFormat);
|
|
418
|
+
dayjs.extend(isoWeek);
|
|
419
|
+
dayjs.locale("id");
|
|
420
|
+
class DateUtil {
|
|
421
|
+
static get day() {
|
|
422
|
+
return dayjs;
|
|
423
|
+
}
|
|
410
424
|
}
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
!function(t, e) {
|
|
414
|
-
module2.exports = e();
|
|
415
|
-
}(commonjsGlobal, function() {
|
|
416
|
-
var t = 1e3, e = 6e4, n = 36e5, r = "millisecond", i = "second", s = "minute", u = "hour", a = "day", o = "week", f = "month", h = "quarter", c = "year", d = "date", l = "Invalid Date", $ = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, y = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, M = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(t2) {
|
|
417
|
-
var e2 = ["th", "st", "nd", "rd"], n2 = t2 % 100;
|
|
418
|
-
return "[" + t2 + (e2[(n2 - 20) % 10] || e2[n2] || e2[0]) + "]";
|
|
419
|
-
} }, m = function(t2, e2, n2) {
|
|
420
|
-
var r2 = String(t2);
|
|
421
|
-
return !r2 || r2.length >= e2 ? t2 : "" + Array(e2 + 1 - r2.length).join(n2) + t2;
|
|
422
|
-
}, v = { s: m, z: function(t2) {
|
|
423
|
-
var e2 = -t2.utcOffset(), n2 = Math.abs(e2), r2 = Math.floor(n2 / 60), i2 = n2 % 60;
|
|
424
|
-
return (e2 <= 0 ? "+" : "-") + m(r2, 2, "0") + ":" + m(i2, 2, "0");
|
|
425
|
-
}, m: function t2(e2, n2) {
|
|
426
|
-
if (e2.date() < n2.date())
|
|
427
|
-
return -t2(n2, e2);
|
|
428
|
-
var r2 = 12 * (n2.year() - e2.year()) + (n2.month() - e2.month()), i2 = e2.clone().add(r2, f), s2 = n2 - i2 < 0, u2 = e2.clone().add(r2 + (s2 ? -1 : 1), f);
|
|
429
|
-
return +(-(r2 + (n2 - i2) / (s2 ? i2 - u2 : u2 - i2)) || 0);
|
|
430
|
-
}, a: function(t2) {
|
|
431
|
-
return t2 < 0 ? Math.ceil(t2) || 0 : Math.floor(t2);
|
|
432
|
-
}, p: function(t2) {
|
|
433
|
-
return { M: f, y: c, w: o, d: a, D: d, h: u, m: s, s: i, ms: r, Q: h }[t2] || String(t2 || "").toLowerCase().replace(/s$/, "");
|
|
434
|
-
}, u: function(t2) {
|
|
435
|
-
return void 0 === t2;
|
|
436
|
-
} }, g = "en", D = {};
|
|
437
|
-
D[g] = M;
|
|
438
|
-
var p = function(t2) {
|
|
439
|
-
return t2 instanceof _;
|
|
440
|
-
}, S = function t2(e2, n2, r2) {
|
|
441
|
-
var i2;
|
|
442
|
-
if (!e2)
|
|
443
|
-
return g;
|
|
444
|
-
if ("string" == typeof e2) {
|
|
445
|
-
var s2 = e2.toLowerCase();
|
|
446
|
-
D[s2] && (i2 = s2), n2 && (D[s2] = n2, i2 = s2);
|
|
447
|
-
var u2 = e2.split("-");
|
|
448
|
-
if (!i2 && u2.length > 1)
|
|
449
|
-
return t2(u2[0]);
|
|
450
|
-
} else {
|
|
451
|
-
var a2 = e2.name;
|
|
452
|
-
D[a2] = e2, i2 = a2;
|
|
453
|
-
}
|
|
454
|
-
return !r2 && i2 && (g = i2), i2 || !r2 && g;
|
|
455
|
-
}, w = function(t2, e2) {
|
|
456
|
-
if (p(t2))
|
|
457
|
-
return t2.clone();
|
|
458
|
-
var n2 = "object" == typeof e2 ? e2 : {};
|
|
459
|
-
return n2.date = t2, n2.args = arguments, new _(n2);
|
|
460
|
-
}, O = v;
|
|
461
|
-
O.l = S, O.i = p, O.w = function(t2, e2) {
|
|
462
|
-
return w(t2, { locale: e2.$L, utc: e2.$u, x: e2.$x, $offset: e2.$offset });
|
|
463
|
-
};
|
|
464
|
-
var _ = function() {
|
|
465
|
-
function M2(t2) {
|
|
466
|
-
this.$L = S(t2.locale, null, true), this.parse(t2);
|
|
467
|
-
}
|
|
468
|
-
var m2 = M2.prototype;
|
|
469
|
-
return m2.parse = function(t2) {
|
|
470
|
-
this.$d = function(t3) {
|
|
471
|
-
var e2 = t3.date, n2 = t3.utc;
|
|
472
|
-
if (null === e2)
|
|
473
|
-
return /* @__PURE__ */ new Date(NaN);
|
|
474
|
-
if (O.u(e2))
|
|
475
|
-
return /* @__PURE__ */ new Date();
|
|
476
|
-
if (e2 instanceof Date)
|
|
477
|
-
return new Date(e2);
|
|
478
|
-
if ("string" == typeof e2 && !/Z$/i.test(e2)) {
|
|
479
|
-
var r2 = e2.match($);
|
|
480
|
-
if (r2) {
|
|
481
|
-
var i2 = r2[2] - 1 || 0, s2 = (r2[7] || "0").substring(0, 3);
|
|
482
|
-
return n2 ? new Date(Date.UTC(r2[1], i2, r2[3] || 1, r2[4] || 0, r2[5] || 0, r2[6] || 0, s2)) : new Date(r2[1], i2, r2[3] || 1, r2[4] || 0, r2[5] || 0, r2[6] || 0, s2);
|
|
483
|
-
}
|
|
484
|
-
}
|
|
485
|
-
return new Date(e2);
|
|
486
|
-
}(t2), this.$x = t2.x || {}, this.init();
|
|
487
|
-
}, m2.init = function() {
|
|
488
|
-
var t2 = this.$d;
|
|
489
|
-
this.$y = t2.getFullYear(), this.$M = t2.getMonth(), this.$D = t2.getDate(), this.$W = t2.getDay(), this.$H = t2.getHours(), this.$m = t2.getMinutes(), this.$s = t2.getSeconds(), this.$ms = t2.getMilliseconds();
|
|
490
|
-
}, m2.$utils = function() {
|
|
491
|
-
return O;
|
|
492
|
-
}, m2.isValid = function() {
|
|
493
|
-
return !(this.$d.toString() === l);
|
|
494
|
-
}, m2.isSame = function(t2, e2) {
|
|
495
|
-
var n2 = w(t2);
|
|
496
|
-
return this.startOf(e2) <= n2 && n2 <= this.endOf(e2);
|
|
497
|
-
}, m2.isAfter = function(t2, e2) {
|
|
498
|
-
return w(t2) < this.startOf(e2);
|
|
499
|
-
}, m2.isBefore = function(t2, e2) {
|
|
500
|
-
return this.endOf(e2) < w(t2);
|
|
501
|
-
}, m2.$g = function(t2, e2, n2) {
|
|
502
|
-
return O.u(t2) ? this[e2] : this.set(n2, t2);
|
|
503
|
-
}, m2.unix = function() {
|
|
504
|
-
return Math.floor(this.valueOf() / 1e3);
|
|
505
|
-
}, m2.valueOf = function() {
|
|
506
|
-
return this.$d.getTime();
|
|
507
|
-
}, m2.startOf = function(t2, e2) {
|
|
508
|
-
var n2 = this, r2 = !!O.u(e2) || e2, h2 = O.p(t2), l2 = function(t3, e3) {
|
|
509
|
-
var i2 = O.w(n2.$u ? Date.UTC(n2.$y, e3, t3) : new Date(n2.$y, e3, t3), n2);
|
|
510
|
-
return r2 ? i2 : i2.endOf(a);
|
|
511
|
-
}, $2 = function(t3, e3) {
|
|
512
|
-
return O.w(n2.toDate()[t3].apply(n2.toDate("s"), (r2 ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(e3)), n2);
|
|
513
|
-
}, y2 = this.$W, M3 = this.$M, m3 = this.$D, v2 = "set" + (this.$u ? "UTC" : "");
|
|
514
|
-
switch (h2) {
|
|
515
|
-
case c:
|
|
516
|
-
return r2 ? l2(1, 0) : l2(31, 11);
|
|
517
|
-
case f:
|
|
518
|
-
return r2 ? l2(1, M3) : l2(0, M3 + 1);
|
|
519
|
-
case o:
|
|
520
|
-
var g2 = this.$locale().weekStart || 0, D2 = (y2 < g2 ? y2 + 7 : y2) - g2;
|
|
521
|
-
return l2(r2 ? m3 - D2 : m3 + (6 - D2), M3);
|
|
522
|
-
case a:
|
|
523
|
-
case d:
|
|
524
|
-
return $2(v2 + "Hours", 0);
|
|
525
|
-
case u:
|
|
526
|
-
return $2(v2 + "Minutes", 1);
|
|
527
|
-
case s:
|
|
528
|
-
return $2(v2 + "Seconds", 2);
|
|
529
|
-
case i:
|
|
530
|
-
return $2(v2 + "Milliseconds", 3);
|
|
531
|
-
default:
|
|
532
|
-
return this.clone();
|
|
533
|
-
}
|
|
534
|
-
}, m2.endOf = function(t2) {
|
|
535
|
-
return this.startOf(t2, false);
|
|
536
|
-
}, m2.$set = function(t2, e2) {
|
|
537
|
-
var n2, o2 = O.p(t2), h2 = "set" + (this.$u ? "UTC" : ""), l2 = (n2 = {}, n2[a] = h2 + "Date", n2[d] = h2 + "Date", n2[f] = h2 + "Month", n2[c] = h2 + "FullYear", n2[u] = h2 + "Hours", n2[s] = h2 + "Minutes", n2[i] = h2 + "Seconds", n2[r] = h2 + "Milliseconds", n2)[o2], $2 = o2 === a ? this.$D + (e2 - this.$W) : e2;
|
|
538
|
-
if (o2 === f || o2 === c) {
|
|
539
|
-
var y2 = this.clone().set(d, 1);
|
|
540
|
-
y2.$d[l2]($2), y2.init(), this.$d = y2.set(d, Math.min(this.$D, y2.daysInMonth())).$d;
|
|
541
|
-
} else
|
|
542
|
-
l2 && this.$d[l2]($2);
|
|
543
|
-
return this.init(), this;
|
|
544
|
-
}, m2.set = function(t2, e2) {
|
|
545
|
-
return this.clone().$set(t2, e2);
|
|
546
|
-
}, m2.get = function(t2) {
|
|
547
|
-
return this[O.p(t2)]();
|
|
548
|
-
}, m2.add = function(r2, h2) {
|
|
549
|
-
var d2, l2 = this;
|
|
550
|
-
r2 = Number(r2);
|
|
551
|
-
var $2 = O.p(h2), y2 = function(t2) {
|
|
552
|
-
var e2 = w(l2);
|
|
553
|
-
return O.w(e2.date(e2.date() + Math.round(t2 * r2)), l2);
|
|
554
|
-
};
|
|
555
|
-
if ($2 === f)
|
|
556
|
-
return this.set(f, this.$M + r2);
|
|
557
|
-
if ($2 === c)
|
|
558
|
-
return this.set(c, this.$y + r2);
|
|
559
|
-
if ($2 === a)
|
|
560
|
-
return y2(1);
|
|
561
|
-
if ($2 === o)
|
|
562
|
-
return y2(7);
|
|
563
|
-
var M3 = (d2 = {}, d2[s] = e, d2[u] = n, d2[i] = t, d2)[$2] || 1, m3 = this.$d.getTime() + r2 * M3;
|
|
564
|
-
return O.w(m3, this);
|
|
565
|
-
}, m2.subtract = function(t2, e2) {
|
|
566
|
-
return this.add(-1 * t2, e2);
|
|
567
|
-
}, m2.format = function(t2) {
|
|
568
|
-
var e2 = this, n2 = this.$locale();
|
|
569
|
-
if (!this.isValid())
|
|
570
|
-
return n2.invalidDate || l;
|
|
571
|
-
var r2 = t2 || "YYYY-MM-DDTHH:mm:ssZ", i2 = O.z(this), s2 = this.$H, u2 = this.$m, a2 = this.$M, o2 = n2.weekdays, f2 = n2.months, h2 = function(t3, n3, i3, s3) {
|
|
572
|
-
return t3 && (t3[n3] || t3(e2, r2)) || i3[n3].slice(0, s3);
|
|
573
|
-
}, c2 = function(t3) {
|
|
574
|
-
return O.s(s2 % 12 || 12, t3, "0");
|
|
575
|
-
}, d2 = n2.meridiem || function(t3, e3, n3) {
|
|
576
|
-
var r3 = t3 < 12 ? "AM" : "PM";
|
|
577
|
-
return n3 ? r3.toLowerCase() : r3;
|
|
578
|
-
}, $2 = { YY: String(this.$y).slice(-2), YYYY: this.$y, M: a2 + 1, MM: O.s(a2 + 1, 2, "0"), MMM: h2(n2.monthsShort, a2, f2, 3), MMMM: h2(f2, a2), D: this.$D, DD: O.s(this.$D, 2, "0"), d: String(this.$W), dd: h2(n2.weekdaysMin, this.$W, o2, 2), ddd: h2(n2.weekdaysShort, this.$W, o2, 3), dddd: o2[this.$W], H: String(s2), HH: O.s(s2, 2, "0"), h: c2(1), hh: c2(2), a: d2(s2, u2, true), A: d2(s2, u2, false), m: String(u2), mm: O.s(u2, 2, "0"), s: String(this.$s), ss: O.s(this.$s, 2, "0"), SSS: O.s(this.$ms, 3, "0"), Z: i2 };
|
|
579
|
-
return r2.replace(y, function(t3, e3) {
|
|
580
|
-
return e3 || $2[t3] || i2.replace(":", "");
|
|
581
|
-
});
|
|
582
|
-
}, m2.utcOffset = function() {
|
|
583
|
-
return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
|
|
584
|
-
}, m2.diff = function(r2, d2, l2) {
|
|
585
|
-
var $2, y2 = O.p(d2), M3 = w(r2), m3 = (M3.utcOffset() - this.utcOffset()) * e, v2 = this - M3, g2 = O.m(this, M3);
|
|
586
|
-
return g2 = ($2 = {}, $2[c] = g2 / 12, $2[f] = g2, $2[h] = g2 / 3, $2[o] = (v2 - m3) / 6048e5, $2[a] = (v2 - m3) / 864e5, $2[u] = v2 / n, $2[s] = v2 / e, $2[i] = v2 / t, $2)[y2] || v2, l2 ? g2 : O.a(g2);
|
|
587
|
-
}, m2.daysInMonth = function() {
|
|
588
|
-
return this.endOf(f).$D;
|
|
589
|
-
}, m2.$locale = function() {
|
|
590
|
-
return D[this.$L];
|
|
591
|
-
}, m2.locale = function(t2, e2) {
|
|
592
|
-
if (!t2)
|
|
593
|
-
return this.$L;
|
|
594
|
-
var n2 = this.clone(), r2 = S(t2, e2, true);
|
|
595
|
-
return r2 && (n2.$L = r2), n2;
|
|
596
|
-
}, m2.clone = function() {
|
|
597
|
-
return O.w(this.$d, this);
|
|
598
|
-
}, m2.toDate = function() {
|
|
599
|
-
return new Date(this.valueOf());
|
|
600
|
-
}, m2.toJSON = function() {
|
|
601
|
-
return this.isValid() ? this.toISOString() : null;
|
|
602
|
-
}, m2.toISOString = function() {
|
|
603
|
-
return this.$d.toISOString();
|
|
604
|
-
}, m2.toString = function() {
|
|
605
|
-
return this.$d.toUTCString();
|
|
606
|
-
}, M2;
|
|
607
|
-
}(), T = _.prototype;
|
|
608
|
-
return w.prototype = T, [["$ms", r], ["$s", i], ["$m", s], ["$H", u], ["$W", a], ["$M", f], ["$y", c], ["$D", d]].forEach(function(t2) {
|
|
609
|
-
T[t2[1]] = function(e2) {
|
|
610
|
-
return this.$g(e2, t2[0], t2[1]);
|
|
611
|
-
};
|
|
612
|
-
}), w.extend = function(t2, e2) {
|
|
613
|
-
return t2.$i || (t2(e2, _, w), t2.$i = true), w;
|
|
614
|
-
}, w.locale = S, w.isDayjs = p, w.unix = function(t2) {
|
|
615
|
-
return w(1e3 * t2);
|
|
616
|
-
}, w.en = D[g], w.Ls = D, w.p = {}, w;
|
|
617
|
-
});
|
|
618
|
-
})(dayjs_min);
|
|
619
|
-
var dayjs_minExports = dayjs_min.exports;
|
|
620
|
-
const dayjs = /* @__PURE__ */ getDefaultExportFromCjs(dayjs_minExports);
|
|
621
|
-
const _withScopeId$3 = (n) => (vue.pushScopeId("data-v-3cf0c9ae"), n = n(), vue.popScopeId(), n);
|
|
622
|
-
const _hoisted_1$h = {
|
|
425
|
+
const _withScopeId$3 = (n) => (vue.pushScopeId("data-v-805321b9"), n = n(), vue.popScopeId(), n);
|
|
426
|
+
const _hoisted_1$k = {
|
|
623
427
|
key: 0,
|
|
624
428
|
class: "input-loading"
|
|
625
429
|
};
|
|
626
|
-
const _hoisted_2$
|
|
430
|
+
const _hoisted_2$f = /* @__PURE__ */ _withScopeId$3(() => /* @__PURE__ */ vue.createElementVNode(
|
|
627
431
|
"div",
|
|
628
432
|
{ class: "loading placeholder-block placeholder-wave" },
|
|
629
433
|
null,
|
|
630
434
|
-1
|
|
631
435
|
/* HOISTED */
|
|
632
436
|
));
|
|
633
|
-
const _hoisted_3$
|
|
634
|
-
_hoisted_2$
|
|
437
|
+
const _hoisted_3$8 = [
|
|
438
|
+
_hoisted_2$f
|
|
635
439
|
];
|
|
636
|
-
const _sfc_main$
|
|
440
|
+
const _sfc_main$R = /* @__PURE__ */ vue.defineComponent({
|
|
637
441
|
__name: "NeonTime",
|
|
638
442
|
props: {
|
|
639
443
|
modelValue: {
|
|
@@ -653,13 +457,13 @@ const _sfc_main$N = /* @__PURE__ */ vue.defineComponent({
|
|
|
653
457
|
setup(__props, { emit }) {
|
|
654
458
|
const props = __props;
|
|
655
459
|
const internalValue = vue.computed(() => {
|
|
656
|
-
const newDate =
|
|
460
|
+
const newDate = DateUtil.day(props.modelValue || void 0);
|
|
657
461
|
return newDate.second(0).millisecond(0).toISOString();
|
|
658
462
|
});
|
|
659
463
|
function onUpdate(newValue) {
|
|
660
464
|
if (props.isDisabled)
|
|
661
465
|
return;
|
|
662
|
-
let newDate =
|
|
466
|
+
let newDate = DateUtil.day(newValue);
|
|
663
467
|
newDate = newDate.second(0).millisecond(0);
|
|
664
468
|
emit("update:modelValue", newDate.toISOString());
|
|
665
469
|
}
|
|
@@ -670,7 +474,7 @@ const _sfc_main$N = /* @__PURE__ */ vue.defineComponent({
|
|
|
670
474
|
class: vue.normalizeClass(["neon-time", { "is-disabled": __props.isDisabled }])
|
|
671
475
|
},
|
|
672
476
|
[
|
|
673
|
-
__props.isLoading ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
477
|
+
__props.isLoading ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$k, _hoisted_3$8)) : (vue.openBlock(), vue.createBlock(vue.unref(vCalendar.DatePicker), vue.mergeProps({
|
|
674
478
|
key: 1,
|
|
675
479
|
"model-value": internalValue.value
|
|
676
480
|
}, {
|
|
@@ -692,9 +496,9 @@ const _sfc_main$N = /* @__PURE__ */ vue.defineComponent({
|
|
|
692
496
|
};
|
|
693
497
|
}
|
|
694
498
|
});
|
|
695
|
-
const
|
|
499
|
+
const NeonTime_vue_vue_type_style_index_0_scoped_805321b9_lang = "";
|
|
696
500
|
const NeonTime_vue_vue_type_style_index_1_lang = "";
|
|
697
|
-
const NeonTime = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
501
|
+
const NeonTime = /* @__PURE__ */ _export_sfc(_sfc_main$R, [["__scopeId", "data-v-805321b9"]]);
|
|
698
502
|
const CheckInModel = tempatModels.models.CheckInModel;
|
|
699
503
|
const useOperasionalStore = pinia.defineStore("neu:operasional", () => {
|
|
700
504
|
const isLoading = vue.ref(false);
|
|
@@ -818,29 +622,13 @@ function withOperasional() {
|
|
|
818
622
|
store.setStaff(items[0]);
|
|
819
623
|
}
|
|
820
624
|
}
|
|
821
|
-
function mitt(n) {
|
|
822
|
-
return { all: n = n || /* @__PURE__ */ new Map(), on: function(t, e) {
|
|
823
|
-
var i = n.get(t);
|
|
824
|
-
i ? i.push(e) : n.set(t, [e]);
|
|
825
|
-
}, off: function(t, e) {
|
|
826
|
-
var i = n.get(t);
|
|
827
|
-
i && (e ? i.splice(i.indexOf(e) >>> 0, 1) : n.set(t, []));
|
|
828
|
-
}, emit: function(t, e) {
|
|
829
|
-
var i = n.get(t);
|
|
830
|
-
i && i.slice().map(function(n2) {
|
|
831
|
-
n2(e);
|
|
832
|
-
}), (i = n.get("*")) && i.slice().map(function(n2) {
|
|
833
|
-
n2(t, e);
|
|
834
|
-
});
|
|
835
|
-
} };
|
|
836
|
-
}
|
|
837
625
|
const bus = mitt();
|
|
838
626
|
const _withScopeId$2 = (n) => (vue.pushScopeId("data-v-ee60c24a"), n = n(), vue.popScopeId(), n);
|
|
839
|
-
const _hoisted_1$
|
|
840
|
-
const _hoisted_2$
|
|
841
|
-
const _hoisted_3$
|
|
842
|
-
const _hoisted_4$
|
|
843
|
-
const _hoisted_5$
|
|
627
|
+
const _hoisted_1$j = { id: "view-checkIns" };
|
|
628
|
+
const _hoisted_2$e = { class: "summary" };
|
|
629
|
+
const _hoisted_3$7 = { class: "wrapper" };
|
|
630
|
+
const _hoisted_4$4 = { class: "header" };
|
|
631
|
+
const _hoisted_5$3 = /* @__PURE__ */ _withScopeId$2(() => /* @__PURE__ */ vue.createElementVNode(
|
|
844
632
|
"div",
|
|
845
633
|
{ class: "start" },
|
|
846
634
|
[
|
|
@@ -850,8 +638,8 @@ const _hoisted_5$1 = /* @__PURE__ */ _withScopeId$2(() => /* @__PURE__ */ vue.cr
|
|
|
850
638
|
-1
|
|
851
639
|
/* HOISTED */
|
|
852
640
|
));
|
|
853
|
-
const _hoisted_6 = { class: "end" };
|
|
854
|
-
const _sfc_main$
|
|
641
|
+
const _hoisted_6$2 = { class: "end" };
|
|
642
|
+
const _sfc_main$Q = /* @__PURE__ */ vue.defineComponent({
|
|
855
643
|
...{
|
|
856
644
|
name: "CheckInPresenceCollection"
|
|
857
645
|
},
|
|
@@ -1006,14 +794,14 @@ const _sfc_main$M = /* @__PURE__ */ vue.defineComponent({
|
|
|
1006
794
|
return (_ctx, _cache) => {
|
|
1007
795
|
const _component_CheckInSingleExternalView = vue.resolveComponent("CheckInSingleExternalView");
|
|
1008
796
|
const _component_CheckInCollection = vue.resolveComponent("CheckInCollection");
|
|
1009
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
797
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$j, [
|
|
1010
798
|
vue.createVNode(vue.unref(office.OfficeContent), {
|
|
1011
799
|
icon: "barcode-read",
|
|
1012
800
|
title: "Presensi",
|
|
1013
801
|
"is-expanded": ""
|
|
1014
802
|
}, {
|
|
1015
803
|
"header-detail": vue.withCtx(() => [
|
|
1016
|
-
vue.createElementVNode("div", _hoisted_2$
|
|
804
|
+
vue.createElementVNode("div", _hoisted_2$e, [
|
|
1017
805
|
vue.createVNode(vue.unref(interfaces.NeonSlider), {
|
|
1018
806
|
"per-view": 2,
|
|
1019
807
|
gap: 16,
|
|
@@ -1161,7 +949,7 @@ const _sfc_main$M = /* @__PURE__ */ vue.defineComponent({
|
|
|
1161
949
|
])
|
|
1162
950
|
]),
|
|
1163
951
|
default: vue.withCtx(() => [
|
|
1164
|
-
vue.createElementVNode("div", _hoisted_3$
|
|
952
|
+
vue.createElementVNode("div", _hoisted_3$7, [
|
|
1165
953
|
vue.createVNode(vue.unref(context.NeonCollectionContext), {
|
|
1166
954
|
definition: "neu:tempat:checkIn",
|
|
1167
955
|
scope: "_checkIns",
|
|
@@ -1176,9 +964,9 @@ const _sfc_main$M = /* @__PURE__ */ vue.defineComponent({
|
|
|
1176
964
|
"is-main": ""
|
|
1177
965
|
}, {
|
|
1178
966
|
default: vue.withCtx(() => [
|
|
1179
|
-
vue.createElementVNode("div", _hoisted_4$
|
|
1180
|
-
_hoisted_5$
|
|
1181
|
-
vue.createElementVNode("div", _hoisted_6, [
|
|
967
|
+
vue.createElementVNode("div", _hoisted_4$4, [
|
|
968
|
+
_hoisted_5$3,
|
|
969
|
+
vue.createElementVNode("div", _hoisted_6$2, [
|
|
1182
970
|
vue.createVNode(vue.unref(office.OfficeCollectionQuery), { displays: ["table"] }, {
|
|
1183
971
|
default: vue.withCtx(() => [
|
|
1184
972
|
vue.createVNode(vue.unref(office.OfficeCollectionOperation), { "is-main": "" })
|
|
@@ -1204,9 +992,9 @@ const _sfc_main$M = /* @__PURE__ */ vue.defineComponent({
|
|
|
1204
992
|
}
|
|
1205
993
|
});
|
|
1206
994
|
const CheckInPresenceCollection_vue_vue_type_style_index_0_scoped_ee60c24a_lang = "";
|
|
1207
|
-
const CheckInPresenceCollection = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1208
|
-
const _hoisted_1$
|
|
1209
|
-
const _sfc_main$
|
|
995
|
+
const CheckInPresenceCollection = /* @__PURE__ */ _export_sfc(_sfc_main$Q, [["__scopeId", "data-v-ee60c24a"]]);
|
|
996
|
+
const _hoisted_1$i = { class: "grid gap-4 sm:grid-cols-2" };
|
|
997
|
+
const _sfc_main$P = /* @__PURE__ */ vue.defineComponent({
|
|
1210
998
|
__name: "CheckInSingle",
|
|
1211
999
|
setup(__props) {
|
|
1212
1000
|
const {
|
|
@@ -1264,7 +1052,7 @@ const _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
|
|
|
1264
1052
|
field: vue.unref(fields).building,
|
|
1265
1053
|
"is-disabled": ""
|
|
1266
1054
|
}, null, 8, ["modelValue", "field"]),
|
|
1267
|
-
vue.createElementVNode("div", _hoisted_1$
|
|
1055
|
+
vue.createElementVNode("div", _hoisted_1$i, [
|
|
1268
1056
|
vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
|
|
1269
1057
|
modelValue: vue.unref(values).type,
|
|
1270
1058
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => vue.unref(values).type = $event)
|
|
@@ -1304,9 +1092,9 @@ const _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
|
|
|
1304
1092
|
}
|
|
1305
1093
|
});
|
|
1306
1094
|
const CheckInSingle_vue_vue_type_style_index_0_scoped_2e2803fb_lang = "";
|
|
1307
|
-
const CheckInSingle = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1308
|
-
const _hoisted_1$
|
|
1309
|
-
const _sfc_main$
|
|
1095
|
+
const CheckInSingle = /* @__PURE__ */ _export_sfc(_sfc_main$P, [["__scopeId", "data-v-2e2803fb"]]);
|
|
1096
|
+
const _hoisted_1$h = { class: "grid gap-4 sm:grid-cols-2" };
|
|
1097
|
+
const _sfc_main$O = /* @__PURE__ */ vue.defineComponent({
|
|
1310
1098
|
__name: "CheckInExternal",
|
|
1311
1099
|
setup(__props) {
|
|
1312
1100
|
const {
|
|
@@ -1373,7 +1161,7 @@ const _sfc_main$K = /* @__PURE__ */ vue.defineComponent({
|
|
|
1373
1161
|
field: vue.unref(fields).building,
|
|
1374
1162
|
"is-disabled": vue.unref(values).type === "checkin" || vue.unref(values).type === "checkout"
|
|
1375
1163
|
}, null, 8, ["modelValue", "field", "is-disabled"])) : vue.createCommentVNode("v-if", true),
|
|
1376
|
-
vue.createElementVNode("div", _hoisted_1$
|
|
1164
|
+
vue.createElementVNode("div", _hoisted_1$h, [
|
|
1377
1165
|
vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
|
|
1378
1166
|
modelValue: vue.unref(values).type,
|
|
1379
1167
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => vue.unref(values).type = $event)
|
|
@@ -1419,16 +1207,16 @@ const _sfc_main$K = /* @__PURE__ */ vue.defineComponent({
|
|
|
1419
1207
|
}
|
|
1420
1208
|
});
|
|
1421
1209
|
const CheckInExternal_vue_vue_type_style_index_0_scoped_dcdbc71a_lang = "";
|
|
1422
|
-
const CheckInExternal = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1210
|
+
const CheckInExternal = /* @__PURE__ */ _export_sfc(_sfc_main$O, [["__scopeId", "data-v-dcdbc71a"]]);
|
|
1423
1211
|
const _withScopeId$1 = (n) => (vue.pushScopeId("data-v-d23b6de5"), n = n(), vue.popScopeId(), n);
|
|
1424
|
-
const _hoisted_1$
|
|
1212
|
+
const _hoisted_1$g = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ vue.createElementVNode(
|
|
1425
1213
|
"h4",
|
|
1426
1214
|
{ align: "center" },
|
|
1427
1215
|
"Aktifkan kamera untuk scan QR Code",
|
|
1428
1216
|
-1
|
|
1429
1217
|
/* HOISTED */
|
|
1430
1218
|
));
|
|
1431
|
-
const _hoisted_2$
|
|
1219
|
+
const _hoisted_2$d = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ vue.createElementVNode(
|
|
1432
1220
|
"p",
|
|
1433
1221
|
{ align: "center" },
|
|
1434
1222
|
[
|
|
@@ -1439,7 +1227,7 @@ const _hoisted_2$a = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ vue.cr
|
|
|
1439
1227
|
-1
|
|
1440
1228
|
/* HOISTED */
|
|
1441
1229
|
));
|
|
1442
|
-
const _sfc_main$
|
|
1230
|
+
const _sfc_main$N = /* @__PURE__ */ vue.defineComponent({
|
|
1443
1231
|
__name: "CheckInAccess",
|
|
1444
1232
|
emits: ["close"],
|
|
1445
1233
|
setup(__props) {
|
|
@@ -1464,8 +1252,8 @@ const _sfc_main$J = /* @__PURE__ */ vue.defineComponent({
|
|
|
1464
1252
|
onClose: _cache[0] || (_cache[0] = ($event) => _ctx.$emit("close"))
|
|
1465
1253
|
}, {
|
|
1466
1254
|
default: vue.withCtx(() => [
|
|
1467
|
-
_hoisted_1$
|
|
1468
|
-
_hoisted_2$
|
|
1255
|
+
_hoisted_1$g,
|
|
1256
|
+
_hoisted_2$d,
|
|
1469
1257
|
vue.createVNode(vue.unref(interfaces.NeonButton), {
|
|
1470
1258
|
"is-full": "",
|
|
1471
1259
|
size: "md",
|
|
@@ -1492,9 +1280,9 @@ const _sfc_main$J = /* @__PURE__ */ vue.defineComponent({
|
|
|
1492
1280
|
}
|
|
1493
1281
|
});
|
|
1494
1282
|
const CheckInAccess_vue_vue_type_style_index_0_scoped_d23b6de5_lang = "";
|
|
1495
|
-
const CheckInAccess = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1496
|
-
const _hoisted_1$
|
|
1497
|
-
const _sfc_main$
|
|
1283
|
+
const CheckInAccess = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["__scopeId", "data-v-d23b6de5"]]);
|
|
1284
|
+
const _hoisted_1$f = { class: "buttons" };
|
|
1285
|
+
const _sfc_main$M = /* @__PURE__ */ vue.defineComponent({
|
|
1498
1286
|
__name: "CheckInScanError",
|
|
1499
1287
|
setup(__props) {
|
|
1500
1288
|
const attendanceStore = useAttendanceStore();
|
|
@@ -1507,7 +1295,7 @@ const _sfc_main$I = /* @__PURE__ */ vue.defineComponent({
|
|
|
1507
1295
|
default: vue.withCtx(() => [
|
|
1508
1296
|
vue.createVNode(vue.unref(interfaces.NeonSheet), null, {
|
|
1509
1297
|
footer: vue.withCtx(() => [
|
|
1510
|
-
vue.createElementVNode("div", _hoisted_1$
|
|
1298
|
+
vue.createElementVNode("div", _hoisted_1$f, [
|
|
1511
1299
|
vue.createVNode(vue.unref(interfaces.NeonButton), {
|
|
1512
1300
|
"is-full": "",
|
|
1513
1301
|
"is-rounded": "",
|
|
@@ -1542,23 +1330,23 @@ const _sfc_main$I = /* @__PURE__ */ vue.defineComponent({
|
|
|
1542
1330
|
}
|
|
1543
1331
|
});
|
|
1544
1332
|
const _withScopeId = (n) => (vue.pushScopeId("data-v-ef426ef3"), n = n(), vue.popScopeId(), n);
|
|
1545
|
-
const _hoisted_1$
|
|
1333
|
+
const _hoisted_1$e = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ vue.createElementVNode(
|
|
1546
1334
|
"div",
|
|
1547
1335
|
{ class: "invalid-message" },
|
|
1548
1336
|
"Invalid Code!",
|
|
1549
1337
|
-1
|
|
1550
1338
|
/* HOISTED */
|
|
1551
1339
|
));
|
|
1552
|
-
const _hoisted_2$
|
|
1340
|
+
const _hoisted_2$c = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ vue.createElementVNode(
|
|
1553
1341
|
"div",
|
|
1554
1342
|
null,
|
|
1555
1343
|
null,
|
|
1556
1344
|
-1
|
|
1557
1345
|
/* HOISTED */
|
|
1558
1346
|
));
|
|
1559
|
-
const _hoisted_3$
|
|
1560
|
-
const _hoisted_4$
|
|
1561
|
-
const _sfc_main$
|
|
1347
|
+
const _hoisted_3$6 = ["onClick"];
|
|
1348
|
+
const _hoisted_4$3 = { class: "mr-2 text-sm" };
|
|
1349
|
+
const _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
|
|
1562
1350
|
__name: "CheckInScanner",
|
|
1563
1351
|
emits: ["start", "stop", "scanned", "close"],
|
|
1564
1352
|
setup(__props, { emit }) {
|
|
@@ -1703,15 +1491,15 @@ const _sfc_main$H = /* @__PURE__ */ vue.defineComponent({
|
|
|
1703
1491
|
class: "inner",
|
|
1704
1492
|
onClick: switchCamera
|
|
1705
1493
|
}, [
|
|
1706
|
-
_hoisted_1$
|
|
1707
|
-
_hoisted_2$
|
|
1494
|
+
_hoisted_1$e,
|
|
1495
|
+
_hoisted_2$c,
|
|
1708
1496
|
vue.createElementVNode("div", {
|
|
1709
1497
|
class: "button-switch",
|
|
1710
1498
|
onClick: vue.withModifiers(switchCamera, ["stop"])
|
|
1711
1499
|
}, [
|
|
1712
1500
|
vue.createElementVNode(
|
|
1713
1501
|
"div",
|
|
1714
|
-
_hoisted_4$
|
|
1502
|
+
_hoisted_4$3,
|
|
1715
1503
|
vue.toDisplayString(currentCamera.value),
|
|
1716
1504
|
1
|
|
1717
1505
|
/* TEXT */
|
|
@@ -1722,7 +1510,7 @@ const _sfc_main$H = /* @__PURE__ */ vue.defineComponent({
|
|
|
1722
1510
|
size: "sm",
|
|
1723
1511
|
"is-disabled": !canSwitch.value
|
|
1724
1512
|
}, null, 8, ["is-disabled"])
|
|
1725
|
-
], 8, _hoisted_3$
|
|
1513
|
+
], 8, _hoisted_3$6)
|
|
1726
1514
|
])
|
|
1727
1515
|
],
|
|
1728
1516
|
2
|
|
@@ -1740,15 +1528,15 @@ const _sfc_main$H = /* @__PURE__ */ vue.defineComponent({
|
|
|
1740
1528
|
}
|
|
1741
1529
|
});
|
|
1742
1530
|
const CheckInScanner_vue_vue_type_style_index_0_scoped_ef426ef3_lang = "";
|
|
1743
|
-
const CheckInScanner = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1744
|
-
const _hoisted_1$
|
|
1531
|
+
const CheckInScanner = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["__scopeId", "data-v-ef426ef3"]]);
|
|
1532
|
+
const _hoisted_1$d = /* @__PURE__ */ vue.createElementVNode(
|
|
1745
1533
|
"h3",
|
|
1746
1534
|
{ align: "center" },
|
|
1747
1535
|
"Presensi Berhasil!",
|
|
1748
1536
|
-1
|
|
1749
1537
|
/* HOISTED */
|
|
1750
1538
|
);
|
|
1751
|
-
const _sfc_main$
|
|
1539
|
+
const _sfc_main$K = /* @__PURE__ */ vue.defineComponent({
|
|
1752
1540
|
__name: "CheckInScanSuccess",
|
|
1753
1541
|
emits: ["close"],
|
|
1754
1542
|
setup(__props) {
|
|
@@ -1768,7 +1556,7 @@ const _sfc_main$G = /* @__PURE__ */ vue.defineComponent({
|
|
|
1768
1556
|
onClose: _cache[0] || (_cache[0] = ($event) => _ctx.$emit("close"))
|
|
1769
1557
|
}, {
|
|
1770
1558
|
default: vue.withCtx(() => [
|
|
1771
|
-
_hoisted_1$
|
|
1559
|
+
_hoisted_1$d
|
|
1772
1560
|
]),
|
|
1773
1561
|
_: 1
|
|
1774
1562
|
/* STABLE */
|
|
@@ -1780,7 +1568,7 @@ const _sfc_main$G = /* @__PURE__ */ vue.defineComponent({
|
|
|
1780
1568
|
};
|
|
1781
1569
|
}
|
|
1782
1570
|
});
|
|
1783
|
-
const _sfc_main$
|
|
1571
|
+
const _sfc_main$J = /* @__PURE__ */ vue.defineComponent({
|
|
1784
1572
|
...{
|
|
1785
1573
|
name: "CheckInCollection"
|
|
1786
1574
|
},
|
|
@@ -1799,7 +1587,7 @@ const _sfc_main$F = /* @__PURE__ */ vue.defineComponent({
|
|
|
1799
1587
|
}
|
|
1800
1588
|
});
|
|
1801
1589
|
const StaffModel = personaliaModels.models.StaffModel;
|
|
1802
|
-
const _sfc_main$
|
|
1590
|
+
const _sfc_main$I = /* @__PURE__ */ vue.defineComponent({
|
|
1803
1591
|
...{
|
|
1804
1592
|
name: "StaffCollection"
|
|
1805
1593
|
},
|
|
@@ -1817,9 +1605,9 @@ const _sfc_main$E = /* @__PURE__ */ vue.defineComponent({
|
|
|
1817
1605
|
};
|
|
1818
1606
|
}
|
|
1819
1607
|
});
|
|
1820
|
-
const _hoisted_1$
|
|
1821
|
-
const _hoisted_2$
|
|
1822
|
-
const _sfc_main$
|
|
1608
|
+
const _hoisted_1$c = { class: "grid gap-4 sm:grid-cols-[3fr_1fr]" };
|
|
1609
|
+
const _hoisted_2$b = { class: "grid gap-4 sm:grid-cols-2" };
|
|
1610
|
+
const _sfc_main$H = /* @__PURE__ */ vue.defineComponent({
|
|
1823
1611
|
__name: "StaffSingle",
|
|
1824
1612
|
setup(__props) {
|
|
1825
1613
|
const {
|
|
@@ -1856,7 +1644,7 @@ const _sfc_main$D = /* @__PURE__ */ vue.defineComponent({
|
|
|
1856
1644
|
onSubmit: vue.unref(saveOne)
|
|
1857
1645
|
}, {
|
|
1858
1646
|
default: vue.withCtx(() => [
|
|
1859
|
-
vue.createElementVNode("div", _hoisted_1$
|
|
1647
|
+
vue.createElementVNode("div", _hoisted_1$c, [
|
|
1860
1648
|
vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
|
|
1861
1649
|
modelValue: vue.unref(values).name,
|
|
1862
1650
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => vue.unref(values).name = $event)
|
|
@@ -1866,7 +1654,7 @@ const _sfc_main$D = /* @__PURE__ */ vue.defineComponent({
|
|
|
1866
1654
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => vue.unref(values).nik = $event)
|
|
1867
1655
|
}, vue.unref(fields).nik), null, 16, ["modelValue"])
|
|
1868
1656
|
]),
|
|
1869
|
-
vue.createElementVNode("div", _hoisted_2$
|
|
1657
|
+
vue.createElementVNode("div", _hoisted_2$b, [
|
|
1870
1658
|
vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
|
|
1871
1659
|
modelValue: vue.unref(values).birthPlace,
|
|
1872
1660
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => vue.unref(values).birthPlace = $event)
|
|
@@ -1899,7 +1687,7 @@ const _sfc_main$D = /* @__PURE__ */ vue.defineComponent({
|
|
|
1899
1687
|
title: "Identitas"
|
|
1900
1688
|
}, {
|
|
1901
1689
|
default: vue.withCtx(() => [
|
|
1902
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
1690
|
+
vue.createVNode(vue.unref(_sfc_main$F))
|
|
1903
1691
|
]),
|
|
1904
1692
|
_: 1
|
|
1905
1693
|
/* STABLE */
|
|
@@ -1970,10 +1758,10 @@ const _sfc_main$D = /* @__PURE__ */ vue.defineComponent({
|
|
|
1970
1758
|
}
|
|
1971
1759
|
});
|
|
1972
1760
|
const StaffSingle_vue_vue_type_style_index_0_scoped_0cf4cd99_lang = "";
|
|
1973
|
-
const StaffSingle = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
1974
|
-
const _hoisted_1$
|
|
1975
|
-
const _hoisted_2$
|
|
1976
|
-
const _sfc_main$
|
|
1761
|
+
const StaffSingle = /* @__PURE__ */ _export_sfc(_sfc_main$H, [["__scopeId", "data-v-0cf4cd99"]]);
|
|
1762
|
+
const _hoisted_1$b = { class: "grid gap-4 sm:grid-cols-[3fr_1fr]" };
|
|
1763
|
+
const _hoisted_2$a = { class: "grid gap-4 sm:grid-cols-2" };
|
|
1764
|
+
const _sfc_main$G = /* @__PURE__ */ vue.defineComponent({
|
|
1977
1765
|
__name: "StaffOperasional",
|
|
1978
1766
|
setup(__props) {
|
|
1979
1767
|
const {
|
|
@@ -2010,7 +1798,7 @@ const _sfc_main$C = /* @__PURE__ */ vue.defineComponent({
|
|
|
2010
1798
|
onSubmit: vue.unref(saveOne)
|
|
2011
1799
|
}, {
|
|
2012
1800
|
default: vue.withCtx(() => [
|
|
2013
|
-
vue.createElementVNode("div", _hoisted_1$
|
|
1801
|
+
vue.createElementVNode("div", _hoisted_1$b, [
|
|
2014
1802
|
vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
|
|
2015
1803
|
modelValue: vue.unref(values).name,
|
|
2016
1804
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => vue.unref(values).name = $event)
|
|
@@ -2020,7 +1808,7 @@ const _sfc_main$C = /* @__PURE__ */ vue.defineComponent({
|
|
|
2020
1808
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => vue.unref(values).nik = $event)
|
|
2021
1809
|
}, vue.unref(fields).nik), null, 16, ["modelValue"])
|
|
2022
1810
|
]),
|
|
2023
|
-
vue.createElementVNode("div", _hoisted_2$
|
|
1811
|
+
vue.createElementVNode("div", _hoisted_2$a, [
|
|
2024
1812
|
vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
|
|
2025
1813
|
modelValue: vue.unref(values).birthPlace,
|
|
2026
1814
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => vue.unref(values).birthPlace = $event)
|
|
@@ -2053,7 +1841,7 @@ const _sfc_main$C = /* @__PURE__ */ vue.defineComponent({
|
|
|
2053
1841
|
title: "Identitas"
|
|
2054
1842
|
}, {
|
|
2055
1843
|
default: vue.withCtx(() => [
|
|
2056
|
-
vue.createVNode(vue.unref(_sfc_main$
|
|
1844
|
+
vue.createVNode(vue.unref(_sfc_main$F))
|
|
2057
1845
|
]),
|
|
2058
1846
|
_: 1
|
|
2059
1847
|
/* STABLE */
|
|
@@ -2131,8 +1919,8 @@ const _sfc_main$C = /* @__PURE__ */ vue.defineComponent({
|
|
|
2131
1919
|
}
|
|
2132
1920
|
});
|
|
2133
1921
|
const StaffOperasional_vue_vue_type_style_index_0_scoped_c62cf70a_lang = "";
|
|
2134
|
-
const StaffOperasional = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
2135
|
-
const _sfc_main$
|
|
1922
|
+
const StaffOperasional = /* @__PURE__ */ _export_sfc(_sfc_main$G, [["__scopeId", "data-v-c62cf70a"]]);
|
|
1923
|
+
const _sfc_main$F = /* @__PURE__ */ vue.defineComponent({
|
|
2136
1924
|
__name: "StaffIdentity",
|
|
2137
1925
|
setup(__props) {
|
|
2138
1926
|
const { values, saveOne, executeOne, syncOne } = context.useSingle();
|
|
@@ -2288,7 +2076,7 @@ const _sfc_main$B = /* @__PURE__ */ vue.defineComponent({
|
|
|
2288
2076
|
}
|
|
2289
2077
|
});
|
|
2290
2078
|
const SituationModel = personaliaModels.models.SituationModel;
|
|
2291
|
-
const _sfc_main$
|
|
2079
|
+
const _sfc_main$E = /* @__PURE__ */ vue.defineComponent({
|
|
2292
2080
|
...{ name: "SituationCollection" },
|
|
2293
2081
|
__name: "SituationCollection",
|
|
2294
2082
|
setup(__props) {
|
|
@@ -2304,7 +2092,7 @@ const _sfc_main$A = /* @__PURE__ */ vue.defineComponent({
|
|
|
2304
2092
|
};
|
|
2305
2093
|
}
|
|
2306
2094
|
});
|
|
2307
|
-
const _sfc_main$
|
|
2095
|
+
const _sfc_main$D = /* @__PURE__ */ vue.defineComponent({
|
|
2308
2096
|
__name: "SituationSingle",
|
|
2309
2097
|
setup(__props) {
|
|
2310
2098
|
const {
|
|
@@ -2442,7 +2230,7 @@ const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
|
|
|
2442
2230
|
};
|
|
2443
2231
|
}
|
|
2444
2232
|
});
|
|
2445
|
-
const _sfc_main$
|
|
2233
|
+
const _sfc_main$C = /* @__PURE__ */ vue.defineComponent({
|
|
2446
2234
|
__name: "SituationWork",
|
|
2447
2235
|
setup(__props) {
|
|
2448
2236
|
const {
|
|
@@ -2623,7 +2411,7 @@ const _sfc_main$y = /* @__PURE__ */ vue.defineComponent({
|
|
|
2623
2411
|
};
|
|
2624
2412
|
}
|
|
2625
2413
|
});
|
|
2626
|
-
const _sfc_main$
|
|
2414
|
+
const _sfc_main$B = /* @__PURE__ */ vue.defineComponent({
|
|
2627
2415
|
...{ name: "SituationSupportive" },
|
|
2628
2416
|
__name: "SituationSupportive",
|
|
2629
2417
|
setup(__props) {
|
|
@@ -2762,7 +2550,7 @@ const _sfc_main$x = /* @__PURE__ */ vue.defineComponent({
|
|
|
2762
2550
|
}
|
|
2763
2551
|
});
|
|
2764
2552
|
const SituationTypeModel = personaliaModels.models.SituationTypeModel;
|
|
2765
|
-
const _sfc_main$
|
|
2553
|
+
const _sfc_main$A = /* @__PURE__ */ vue.defineComponent({
|
|
2766
2554
|
...{ name: "SituationTypeCollection" },
|
|
2767
2555
|
__name: "SituationTypeCollection",
|
|
2768
2556
|
setup(__props) {
|
|
@@ -2778,7 +2566,7 @@ const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
|
|
|
2778
2566
|
};
|
|
2779
2567
|
}
|
|
2780
2568
|
});
|
|
2781
|
-
const _sfc_main$
|
|
2569
|
+
const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
|
|
2782
2570
|
__name: "SituationTypeSingle",
|
|
2783
2571
|
setup(__props) {
|
|
2784
2572
|
const {
|
|
@@ -2851,9 +2639,9 @@ const _sfc_main$v = /* @__PURE__ */ vue.defineComponent({
|
|
|
2851
2639
|
}
|
|
2852
2640
|
});
|
|
2853
2641
|
const TaskModel = personaliaModels.models.TaskModel;
|
|
2854
|
-
const _hoisted_1$
|
|
2855
|
-
const _hoisted_2$
|
|
2856
|
-
const _sfc_main$
|
|
2642
|
+
const _hoisted_1$a = { key: 0 };
|
|
2643
|
+
const _hoisted_2$9 = { key: 1 };
|
|
2644
|
+
const _sfc_main$y = /* @__PURE__ */ vue.defineComponent({
|
|
2857
2645
|
...{ name: "TaskWorkButton" },
|
|
2858
2646
|
__name: "TaskWorkButton",
|
|
2859
2647
|
setup(__props) {
|
|
@@ -2946,7 +2734,7 @@ const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
|
|
|
2946
2734
|
vue.Fragment,
|
|
2947
2735
|
null,
|
|
2948
2736
|
[
|
|
2949
|
-
onHandleTaskWork.value.onStartTaskWorking ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
2737
|
+
onHandleTaskWork.value.onStartTaskWorking ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$a, [
|
|
2950
2738
|
vue.createVNode(vue.unref(interfaces.NeonButton), {
|
|
2951
2739
|
"is-rounded": true,
|
|
2952
2740
|
size: "sm",
|
|
@@ -2956,7 +2744,7 @@ const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
|
|
|
2956
2744
|
onClick: onClickHandlerStartTaskWork
|
|
2957
2745
|
})
|
|
2958
2746
|
])) : vue.createCommentVNode("v-if", true),
|
|
2959
|
-
onHandleTaskWork.value.onFinishedTaskWorking ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$
|
|
2747
|
+
onHandleTaskWork.value.onFinishedTaskWorking ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$9, [
|
|
2960
2748
|
vue.createVNode(vue.unref(interfaces.NeonButton), {
|
|
2961
2749
|
"is-rounded": true,
|
|
2962
2750
|
size: "sm",
|
|
@@ -2974,7 +2762,7 @@ const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
|
|
|
2974
2762
|
};
|
|
2975
2763
|
}
|
|
2976
2764
|
});
|
|
2977
|
-
const _sfc_main$
|
|
2765
|
+
const _sfc_main$x = /* @__PURE__ */ vue.defineComponent({
|
|
2978
2766
|
...{ name: "TaskCollection" },
|
|
2979
2767
|
__name: "TaskCollection",
|
|
2980
2768
|
setup(__props) {
|
|
@@ -2990,7 +2778,7 @@ const _sfc_main$t = /* @__PURE__ */ vue.defineComponent({
|
|
|
2990
2778
|
};
|
|
2991
2779
|
}
|
|
2992
2780
|
});
|
|
2993
|
-
const _sfc_main$
|
|
2781
|
+
const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
|
|
2994
2782
|
__name: "TaskSingle",
|
|
2995
2783
|
setup(__props) {
|
|
2996
2784
|
const {
|
|
@@ -3213,7 +3001,7 @@ const _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
|
|
|
3213
3001
|
};
|
|
3214
3002
|
}
|
|
3215
3003
|
});
|
|
3216
|
-
const _sfc_main$
|
|
3004
|
+
const _sfc_main$v = /* @__PURE__ */ vue.defineComponent({
|
|
3217
3005
|
__name: "TaskWork",
|
|
3218
3006
|
setup(__props) {
|
|
3219
3007
|
const {
|
|
@@ -3436,7 +3224,7 @@ const _sfc_main$r = /* @__PURE__ */ vue.defineComponent({
|
|
|
3436
3224
|
}
|
|
3437
3225
|
});
|
|
3438
3226
|
const SubmissionModel = personaliaModels.models.SubmissionModel;
|
|
3439
|
-
const _sfc_main$
|
|
3227
|
+
const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
|
|
3440
3228
|
...{
|
|
3441
3229
|
name: "SubmissionCollection"
|
|
3442
3230
|
},
|
|
@@ -3454,7 +3242,7 @@ const _sfc_main$q = /* @__PURE__ */ vue.defineComponent({
|
|
|
3454
3242
|
};
|
|
3455
3243
|
}
|
|
3456
3244
|
});
|
|
3457
|
-
const _sfc_main$
|
|
3245
|
+
const _sfc_main$t = /* @__PURE__ */ vue.defineComponent({
|
|
3458
3246
|
__name: "SubmissionSingle",
|
|
3459
3247
|
setup(__props) {
|
|
3460
3248
|
const {
|
|
@@ -3651,8 +3439,8 @@ const _sfc_main$p = /* @__PURE__ */ vue.defineComponent({
|
|
|
3651
3439
|
}
|
|
3652
3440
|
});
|
|
3653
3441
|
const SubmissionSingle_vue_vue_type_style_index_0_scoped_39553dbd_lang = "";
|
|
3654
|
-
const SubmissionSingle = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
3655
|
-
const _sfc_main$
|
|
3442
|
+
const SubmissionSingle = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["__scopeId", "data-v-39553dbd"]]);
|
|
3443
|
+
const _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
|
|
3656
3444
|
__name: "SubmissionStaff",
|
|
3657
3445
|
setup(__props) {
|
|
3658
3446
|
var _a;
|
|
@@ -3924,8 +3712,8 @@ const _sfc_main$o = /* @__PURE__ */ vue.defineComponent({
|
|
|
3924
3712
|
}
|
|
3925
3713
|
});
|
|
3926
3714
|
const SubmissionStaff_vue_vue_type_style_index_0_scoped_3ed905bd_lang = "";
|
|
3927
|
-
const SubmissionStaff = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
3928
|
-
const _sfc_main$
|
|
3715
|
+
const SubmissionStaff = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["__scopeId", "data-v-3ed905bd"]]);
|
|
3716
|
+
const _sfc_main$r = /* @__PURE__ */ vue.defineComponent({
|
|
3929
3717
|
__name: "SubmissionFollowUp",
|
|
3930
3718
|
setup(__props) {
|
|
3931
3719
|
const {
|
|
@@ -4116,13 +3904,13 @@ const _sfc_main$n = /* @__PURE__ */ vue.defineComponent({
|
|
|
4116
3904
|
}
|
|
4117
3905
|
});
|
|
4118
3906
|
const SubmissionFollowUp_vue_vue_type_style_index_0_scoped_6fd14e52_lang = "";
|
|
4119
|
-
const SubmissionFollowUp = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
4120
|
-
const _hoisted_1$
|
|
4121
|
-
const _hoisted_2$
|
|
4122
|
-
const _hoisted_3$
|
|
4123
|
-
const _hoisted_4 = { class: "mt-2" };
|
|
4124
|
-
const _hoisted_5 = { class: "mt-2" };
|
|
4125
|
-
const _sfc_main$
|
|
3907
|
+
const SubmissionFollowUp = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["__scopeId", "data-v-6fd14e52"]]);
|
|
3908
|
+
const _hoisted_1$9 = { class: "flex flex-wrap" };
|
|
3909
|
+
const _hoisted_2$8 = { class: "mt-2" };
|
|
3910
|
+
const _hoisted_3$5 = { class: "mt-2" };
|
|
3911
|
+
const _hoisted_4$2 = { class: "mt-2" };
|
|
3912
|
+
const _hoisted_5$2 = { class: "mt-2" };
|
|
3913
|
+
const _sfc_main$q = /* @__PURE__ */ vue.defineComponent({
|
|
4126
3914
|
__name: "SubmissionAudit",
|
|
4127
3915
|
setup(__props) {
|
|
4128
3916
|
var _a;
|
|
@@ -4226,8 +4014,8 @@ const _sfc_main$m = /* @__PURE__ */ vue.defineComponent({
|
|
|
4226
4014
|
onSubmit: vue.unref(saveOne)
|
|
4227
4015
|
}, {
|
|
4228
4016
|
default: vue.withCtx(() => [
|
|
4229
|
-
vue.createElementVNode("div", _hoisted_1$
|
|
4230
|
-
vue.createElementVNode("div", _hoisted_2$
|
|
4017
|
+
vue.createElementVNode("div", _hoisted_1$9, [
|
|
4018
|
+
vue.createElementVNode("div", _hoisted_2$8, [
|
|
4231
4019
|
vue.unref(isReady) ? (vue.openBlock(), vue.createBlock(vue.unref(form.NeonField), { key: 0 }, {
|
|
4232
4020
|
input: vue.withCtx(() => [
|
|
4233
4021
|
vue.createVNode(vue.unref(interfaces.NeonButton), {
|
|
@@ -4249,7 +4037,7 @@ const _sfc_main$m = /* @__PURE__ */ vue.defineComponent({
|
|
|
4249
4037
|
})) : vue.createCommentVNode("v-if", true)
|
|
4250
4038
|
]),
|
|
4251
4039
|
vue.createTextVNode(" "),
|
|
4252
|
-
vue.createElementVNode("div", _hoisted_3$
|
|
4040
|
+
vue.createElementVNode("div", _hoisted_3$5, [
|
|
4253
4041
|
vue.unref(isReady) ? (vue.openBlock(), vue.createBlock(vue.unref(form.NeonField), { key: 0 }, {
|
|
4254
4042
|
input: vue.withCtx(() => [
|
|
4255
4043
|
vue.createVNode(vue.unref(interfaces.NeonButton), {
|
|
@@ -4271,7 +4059,7 @@ const _sfc_main$m = /* @__PURE__ */ vue.defineComponent({
|
|
|
4271
4059
|
})) : vue.createCommentVNode("v-if", true)
|
|
4272
4060
|
]),
|
|
4273
4061
|
vue.createTextVNode(" "),
|
|
4274
|
-
vue.createElementVNode("div", _hoisted_4, [
|
|
4062
|
+
vue.createElementVNode("div", _hoisted_4$2, [
|
|
4275
4063
|
vue.unref(isReady) ? (vue.openBlock(), vue.createBlock(vue.unref(form.NeonField), { key: 0 }, {
|
|
4276
4064
|
input: vue.withCtx(() => [
|
|
4277
4065
|
vue.createVNode(vue.unref(interfaces.NeonButton), {
|
|
@@ -4293,7 +4081,7 @@ const _sfc_main$m = /* @__PURE__ */ vue.defineComponent({
|
|
|
4293
4081
|
})) : vue.createCommentVNode("v-if", true)
|
|
4294
4082
|
]),
|
|
4295
4083
|
vue.createTextVNode(" "),
|
|
4296
|
-
vue.createElementVNode("div", _hoisted_5, [
|
|
4084
|
+
vue.createElementVNode("div", _hoisted_5$2, [
|
|
4297
4085
|
vue.unref(isReady) ? (vue.openBlock(), vue.createBlock(vue.unref(form.NeonField), { key: 0 }, {
|
|
4298
4086
|
input: vue.withCtx(() => [
|
|
4299
4087
|
vue.createVNode(vue.unref(interfaces.NeonButton), {
|
|
@@ -4471,11 +4259,11 @@ const _sfc_main$m = /* @__PURE__ */ vue.defineComponent({
|
|
|
4471
4259
|
}
|
|
4472
4260
|
});
|
|
4473
4261
|
const SubmissionAudit_vue_vue_type_style_index_0_scoped_7ee6c6b9_lang = "";
|
|
4474
|
-
const SubmissionAudit = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
4475
|
-
const _hoisted_1$
|
|
4476
|
-
const _hoisted_2$
|
|
4477
|
-
const _hoisted_3$
|
|
4478
|
-
const _sfc_main$
|
|
4262
|
+
const SubmissionAudit = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["__scopeId", "data-v-7ee6c6b9"]]);
|
|
4263
|
+
const _hoisted_1$8 = { class: "flex flex-wrap" };
|
|
4264
|
+
const _hoisted_2$7 = { class: "mt-2" };
|
|
4265
|
+
const _hoisted_3$4 = { class: "mt-2" };
|
|
4266
|
+
const _sfc_main$p = /* @__PURE__ */ vue.defineComponent({
|
|
4479
4267
|
__name: "SubmissionDecision",
|
|
4480
4268
|
setup(__props) {
|
|
4481
4269
|
var _a;
|
|
@@ -4579,8 +4367,8 @@ const _sfc_main$l = /* @__PURE__ */ vue.defineComponent({
|
|
|
4579
4367
|
onSubmit: vue.unref(saveOne)
|
|
4580
4368
|
}, {
|
|
4581
4369
|
default: vue.withCtx(() => [
|
|
4582
|
-
vue.createElementVNode("div", _hoisted_1$
|
|
4583
|
-
vue.createElementVNode("div", _hoisted_2$
|
|
4370
|
+
vue.createElementVNode("div", _hoisted_1$8, [
|
|
4371
|
+
vue.createElementVNode("div", _hoisted_2$7, [
|
|
4584
4372
|
vue.unref(isReady) ? (vue.openBlock(), vue.createBlock(vue.unref(form.NeonField), { key: 0 }, {
|
|
4585
4373
|
input: vue.withCtx(() => {
|
|
4586
4374
|
var _a2, _b;
|
|
@@ -4605,7 +4393,7 @@ const _sfc_main$l = /* @__PURE__ */ vue.defineComponent({
|
|
|
4605
4393
|
})) : vue.createCommentVNode("v-if", true)
|
|
4606
4394
|
]),
|
|
4607
4395
|
vue.createTextVNode(" "),
|
|
4608
|
-
vue.createElementVNode("div", _hoisted_3$
|
|
4396
|
+
vue.createElementVNode("div", _hoisted_3$4, [
|
|
4609
4397
|
vue.unref(isReady) ? (vue.openBlock(), vue.createBlock(vue.unref(form.NeonField), { key: 0 }, {
|
|
4610
4398
|
input: vue.withCtx(() => {
|
|
4611
4399
|
var _a2, _b;
|
|
@@ -4786,11 +4574,11 @@ const _sfc_main$l = /* @__PURE__ */ vue.defineComponent({
|
|
|
4786
4574
|
}
|
|
4787
4575
|
});
|
|
4788
4576
|
const SubmissionDecision_vue_vue_type_style_index_0_scoped_ec347ac5_lang = "";
|
|
4789
|
-
const SubmissionDecision = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
4790
|
-
const _hoisted_1$
|
|
4791
|
-
const _hoisted_2$
|
|
4792
|
-
const _hoisted_3 = { class: "mt-2" };
|
|
4793
|
-
const _sfc_main$
|
|
4577
|
+
const SubmissionDecision = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["__scopeId", "data-v-ec347ac5"]]);
|
|
4578
|
+
const _hoisted_1$7 = { class: "flex flex-wrap" };
|
|
4579
|
+
const _hoisted_2$6 = { class: "mt-2" };
|
|
4580
|
+
const _hoisted_3$3 = { class: "mt-2" };
|
|
4581
|
+
const _sfc_main$o = /* @__PURE__ */ vue.defineComponent({
|
|
4794
4582
|
__name: "SubmissionWaitingDecision",
|
|
4795
4583
|
setup(__props) {
|
|
4796
4584
|
var _a;
|
|
@@ -4896,8 +4684,8 @@ const _sfc_main$k = /* @__PURE__ */ vue.defineComponent({
|
|
|
4896
4684
|
onSubmit: vue.unref(saveOne)
|
|
4897
4685
|
}, {
|
|
4898
4686
|
default: vue.withCtx(() => [
|
|
4899
|
-
vue.createElementVNode("div", _hoisted_1$
|
|
4900
|
-
vue.createElementVNode("div", _hoisted_2$
|
|
4687
|
+
vue.createElementVNode("div", _hoisted_1$7, [
|
|
4688
|
+
vue.createElementVNode("div", _hoisted_2$6, [
|
|
4901
4689
|
vue.unref(isReady) ? (vue.openBlock(), vue.createBlock(vue.unref(form.NeonField), { key: 0 }, {
|
|
4902
4690
|
input: vue.withCtx(() => {
|
|
4903
4691
|
var _a2, _b;
|
|
@@ -4922,7 +4710,7 @@ const _sfc_main$k = /* @__PURE__ */ vue.defineComponent({
|
|
|
4922
4710
|
})) : vue.createCommentVNode("v-if", true)
|
|
4923
4711
|
]),
|
|
4924
4712
|
vue.createTextVNode(" "),
|
|
4925
|
-
vue.createElementVNode("div", _hoisted_3, [
|
|
4713
|
+
vue.createElementVNode("div", _hoisted_3$3, [
|
|
4926
4714
|
vue.unref(isReady) ? (vue.openBlock(), vue.createBlock(vue.unref(form.NeonField), { key: 0 }, {
|
|
4927
4715
|
input: vue.withCtx(() => {
|
|
4928
4716
|
var _a2, _b;
|
|
@@ -5103,9 +4891,9 @@ const _sfc_main$k = /* @__PURE__ */ vue.defineComponent({
|
|
|
5103
4891
|
}
|
|
5104
4892
|
});
|
|
5105
4893
|
const SubmissionWaitingDecision_vue_vue_type_style_index_0_scoped_051b2194_lang = "";
|
|
5106
|
-
const SubmissionWaitingDecision = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
4894
|
+
const SubmissionWaitingDecision = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["__scopeId", "data-v-051b2194"]]);
|
|
5107
4895
|
const SubmissionTypeModel = personaliaModels.models.SubmissionTypeModel;
|
|
5108
|
-
const _sfc_main$
|
|
4896
|
+
const _sfc_main$n = /* @__PURE__ */ vue.defineComponent({
|
|
5109
4897
|
...{
|
|
5110
4898
|
name: "SubmissionTypeCollection"
|
|
5111
4899
|
},
|
|
@@ -5123,7 +4911,7 @@ const _sfc_main$j = /* @__PURE__ */ vue.defineComponent({
|
|
|
5123
4911
|
};
|
|
5124
4912
|
}
|
|
5125
4913
|
});
|
|
5126
|
-
const _sfc_main$
|
|
4914
|
+
const _sfc_main$m = /* @__PURE__ */ vue.defineComponent({
|
|
5127
4915
|
__name: "SubmissionTypeSingle",
|
|
5128
4916
|
setup(__props) {
|
|
5129
4917
|
const {
|
|
@@ -5189,9 +4977,9 @@ const _sfc_main$i = /* @__PURE__ */ vue.defineComponent({
|
|
|
5189
4977
|
}
|
|
5190
4978
|
});
|
|
5191
4979
|
const SubmissionTypeSingle_vue_vue_type_style_index_0_scoped_2b7e18ba_lang = "";
|
|
5192
|
-
const SubmissionTypeSingle = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
4980
|
+
const SubmissionTypeSingle = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["__scopeId", "data-v-2b7e18ba"]]);
|
|
5193
4981
|
const ResponsibilityTypeModel = personaliaModels.models.ResponsibilityTypeModel;
|
|
5194
|
-
const _sfc_main$
|
|
4982
|
+
const _sfc_main$l = /* @__PURE__ */ vue.defineComponent({
|
|
5195
4983
|
...{
|
|
5196
4984
|
name: "ResponsibilityTypeCollection"
|
|
5197
4985
|
},
|
|
@@ -5209,7 +4997,7 @@ const _sfc_main$h = /* @__PURE__ */ vue.defineComponent({
|
|
|
5209
4997
|
};
|
|
5210
4998
|
}
|
|
5211
4999
|
});
|
|
5212
|
-
const _sfc_main$
|
|
5000
|
+
const _sfc_main$k = /* @__PURE__ */ vue.defineComponent({
|
|
5213
5001
|
__name: "ResponsibilityTypeSingle",
|
|
5214
5002
|
setup(__props) {
|
|
5215
5003
|
const {
|
|
@@ -5275,9 +5063,9 @@ const _sfc_main$g = /* @__PURE__ */ vue.defineComponent({
|
|
|
5275
5063
|
}
|
|
5276
5064
|
});
|
|
5277
5065
|
const ResponsibilityTypeSingle_vue_vue_type_style_index_0_scoped_3df9fac1_lang = "";
|
|
5278
|
-
const ResponsibilityTypeSingle = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5066
|
+
const ResponsibilityTypeSingle = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["__scopeId", "data-v-3df9fac1"]]);
|
|
5279
5067
|
const ResponsibilityModel = personaliaModels.models.ResponsibilityModel;
|
|
5280
|
-
const _sfc_main$
|
|
5068
|
+
const _sfc_main$j = /* @__PURE__ */ vue.defineComponent({
|
|
5281
5069
|
...{
|
|
5282
5070
|
name: "ResponsibilityCollection"
|
|
5283
5071
|
},
|
|
@@ -5295,7 +5083,7 @@ const _sfc_main$f = /* @__PURE__ */ vue.defineComponent({
|
|
|
5295
5083
|
};
|
|
5296
5084
|
}
|
|
5297
5085
|
});
|
|
5298
|
-
const _sfc_main$
|
|
5086
|
+
const _sfc_main$i = /* @__PURE__ */ vue.defineComponent({
|
|
5299
5087
|
__name: "ResponsibilitySingle",
|
|
5300
5088
|
setup(__props) {
|
|
5301
5089
|
const {
|
|
@@ -5426,8 +5214,8 @@ const _sfc_main$e = /* @__PURE__ */ vue.defineComponent({
|
|
|
5426
5214
|
"initial-values": {
|
|
5427
5215
|
responsibilityIds: vue.unref(id),
|
|
5428
5216
|
responsibilities: vue.unref(values),
|
|
5429
|
-
|
|
5430
|
-
|
|
5217
|
+
staffIds: (_a = vue.unref(staff)) == null ? void 0 : _a.id,
|
|
5218
|
+
staffs: vue.unref(staff)
|
|
5431
5219
|
}
|
|
5432
5220
|
}, null, 8, ["query", "is-ready", "initial-values"])
|
|
5433
5221
|
];
|
|
@@ -5446,9 +5234,9 @@ const _sfc_main$e = /* @__PURE__ */ vue.defineComponent({
|
|
|
5446
5234
|
};
|
|
5447
5235
|
}
|
|
5448
5236
|
});
|
|
5449
|
-
const
|
|
5450
|
-
const ResponsibilitySingle = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5451
|
-
const _sfc_main$
|
|
5237
|
+
const ResponsibilitySingle_vue_vue_type_style_index_0_scoped_aaff5c1e_lang = "";
|
|
5238
|
+
const ResponsibilitySingle = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["__scopeId", "data-v-aaff5c1e"]]);
|
|
5239
|
+
const _sfc_main$h = /* @__PURE__ */ vue.defineComponent({
|
|
5452
5240
|
__name: "ResponsibilityStaff",
|
|
5453
5241
|
setup(__props) {
|
|
5454
5242
|
const {
|
|
@@ -5583,8 +5371,8 @@ const _sfc_main$d = /* @__PURE__ */ vue.defineComponent({
|
|
|
5583
5371
|
"initial-values": {
|
|
5584
5372
|
responsibilityIds: vue.unref(id),
|
|
5585
5373
|
responsibilities: vue.unref(values),
|
|
5586
|
-
|
|
5587
|
-
|
|
5374
|
+
staffIds: (_a = vue.unref(staff)) == null ? void 0 : _a.id,
|
|
5375
|
+
staffs: vue.unref(staff)
|
|
5588
5376
|
}
|
|
5589
5377
|
}, null, 8, ["query", "is-ready", "initial-values"])
|
|
5590
5378
|
];
|
|
@@ -5603,10 +5391,10 @@ const _sfc_main$d = /* @__PURE__ */ vue.defineComponent({
|
|
|
5603
5391
|
};
|
|
5604
5392
|
}
|
|
5605
5393
|
});
|
|
5606
|
-
const
|
|
5607
|
-
const ResponsibilityStaff = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5394
|
+
const ResponsibilityStaff_vue_vue_type_style_index_0_scoped_8c4d64ad_lang = "";
|
|
5395
|
+
const ResponsibilityStaff = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__scopeId", "data-v-8c4d64ad"]]);
|
|
5608
5396
|
const TargetModel = personaliaModels.models.TargetModel;
|
|
5609
|
-
const _sfc_main$
|
|
5397
|
+
const _sfc_main$g = /* @__PURE__ */ vue.defineComponent({
|
|
5610
5398
|
...{
|
|
5611
5399
|
name: "TargetCollection"
|
|
5612
5400
|
},
|
|
@@ -5624,7 +5412,7 @@ const _sfc_main$c = /* @__PURE__ */ vue.defineComponent({
|
|
|
5624
5412
|
};
|
|
5625
5413
|
}
|
|
5626
5414
|
});
|
|
5627
|
-
const _sfc_main$
|
|
5415
|
+
const _sfc_main$f = /* @__PURE__ */ vue.defineComponent({
|
|
5628
5416
|
__name: "TargetSingle",
|
|
5629
5417
|
setup(__props) {
|
|
5630
5418
|
const {
|
|
@@ -5777,8 +5565,8 @@ const _sfc_main$b = /* @__PURE__ */ vue.defineComponent({
|
|
|
5777
5565
|
}
|
|
5778
5566
|
});
|
|
5779
5567
|
const TargetSingle_vue_vue_type_style_index_0_scoped_c12b8df8_lang = "";
|
|
5780
|
-
const TargetSingle = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5781
|
-
const _sfc_main$
|
|
5568
|
+
const TargetSingle = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__scopeId", "data-v-c12b8df8"]]);
|
|
5569
|
+
const _sfc_main$e = /* @__PURE__ */ vue.defineComponent({
|
|
5782
5570
|
__name: "TargetBranch",
|
|
5783
5571
|
setup(__props) {
|
|
5784
5572
|
const {
|
|
@@ -5931,9 +5719,9 @@ const _sfc_main$a = /* @__PURE__ */ vue.defineComponent({
|
|
|
5931
5719
|
}
|
|
5932
5720
|
});
|
|
5933
5721
|
const TargetBranch_vue_vue_type_style_index_0_scoped_6a5a6e80_lang = "";
|
|
5934
|
-
const TargetBranch = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5722
|
+
const TargetBranch = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__scopeId", "data-v-6a5a6e80"]]);
|
|
5935
5723
|
const PlanTypeModel = personaliaModels.models.PlanTypeModel;
|
|
5936
|
-
const _sfc_main$
|
|
5724
|
+
const _sfc_main$d = /* @__PURE__ */ vue.defineComponent({
|
|
5937
5725
|
...{
|
|
5938
5726
|
name: "PlanTypeCollection"
|
|
5939
5727
|
},
|
|
@@ -5951,7 +5739,7 @@ const _sfc_main$9 = /* @__PURE__ */ vue.defineComponent({
|
|
|
5951
5739
|
};
|
|
5952
5740
|
}
|
|
5953
5741
|
});
|
|
5954
|
-
const _sfc_main$
|
|
5742
|
+
const _sfc_main$c = /* @__PURE__ */ vue.defineComponent({
|
|
5955
5743
|
__name: "PlanTypeSingle",
|
|
5956
5744
|
setup(__props) {
|
|
5957
5745
|
const {
|
|
@@ -6072,9 +5860,9 @@ const _sfc_main$8 = /* @__PURE__ */ vue.defineComponent({
|
|
|
6072
5860
|
}
|
|
6073
5861
|
});
|
|
6074
5862
|
const PlanTypeSingle_vue_vue_type_style_index_0_scoped_80d2e1d3_lang = "";
|
|
6075
|
-
const PlanTypeSingle = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
5863
|
+
const PlanTypeSingle = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__scopeId", "data-v-80d2e1d3"]]);
|
|
6076
5864
|
const PlanModel = personaliaModels.models.PlanModel;
|
|
6077
|
-
const _sfc_main$
|
|
5865
|
+
const _sfc_main$b = /* @__PURE__ */ vue.defineComponent({
|
|
6078
5866
|
...{
|
|
6079
5867
|
name: "PlanCollection"
|
|
6080
5868
|
},
|
|
@@ -6092,7 +5880,7 @@ const _sfc_main$7 = /* @__PURE__ */ vue.defineComponent({
|
|
|
6092
5880
|
};
|
|
6093
5881
|
}
|
|
6094
5882
|
});
|
|
6095
|
-
const _sfc_main$
|
|
5883
|
+
const _sfc_main$a = /* @__PURE__ */ vue.defineComponent({
|
|
6096
5884
|
__name: "PlanSingle",
|
|
6097
5885
|
setup(__props) {
|
|
6098
5886
|
const {
|
|
@@ -6268,8 +6056,8 @@ const _sfc_main$6 = /* @__PURE__ */ vue.defineComponent({
|
|
|
6268
6056
|
}
|
|
6269
6057
|
});
|
|
6270
6058
|
const PlanSingle_vue_vue_type_style_index_0_scoped_b3d29aa4_lang = "";
|
|
6271
|
-
const PlanSingle = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6272
|
-
const _sfc_main$
|
|
6059
|
+
const PlanSingle = /* @__PURE__ */ _export_sfc(_sfc_main$a, [["__scopeId", "data-v-b3d29aa4"]]);
|
|
6060
|
+
const _sfc_main$9 = /* @__PURE__ */ vue.defineComponent({
|
|
6273
6061
|
__name: "PlanStaff",
|
|
6274
6062
|
setup(__props) {
|
|
6275
6063
|
const {
|
|
@@ -6421,10 +6209,10 @@ const _sfc_main$5 = /* @__PURE__ */ vue.defineComponent({
|
|
|
6421
6209
|
}
|
|
6422
6210
|
});
|
|
6423
6211
|
const PlanStaff_vue_vue_type_style_index_0_scoped_aa8de6da_lang = "";
|
|
6424
|
-
const PlanStaff = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6212
|
+
const PlanStaff = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["__scopeId", "data-v-aa8de6da"]]);
|
|
6425
6213
|
const ProgressModel = personaliaModels.models.ProgressModel;
|
|
6426
|
-
const _hoisted_1$
|
|
6427
|
-
const _sfc_main$
|
|
6214
|
+
const _hoisted_1$6 = { class: "flex flex-wrap" };
|
|
6215
|
+
const _sfc_main$8 = /* @__PURE__ */ vue.defineComponent({
|
|
6428
6216
|
...{ name: "ProgressButton" },
|
|
6429
6217
|
__name: "ProgressButton",
|
|
6430
6218
|
setup(__props) {
|
|
@@ -6439,7 +6227,7 @@ const _sfc_main$4 = /* @__PURE__ */ vue.defineComponent({
|
|
|
6439
6227
|
router.push("/penugasan/yesterday-progresses/new");
|
|
6440
6228
|
};
|
|
6441
6229
|
return (_ctx, _cache) => {
|
|
6442
|
-
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$
|
|
6230
|
+
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$6, [
|
|
6443
6231
|
vue.createVNode(vue.unref(interfaces.NeonButton), {
|
|
6444
6232
|
"is-rounded": true,
|
|
6445
6233
|
size: "sm",
|
|
@@ -6470,7 +6258,7 @@ const _sfc_main$4 = /* @__PURE__ */ vue.defineComponent({
|
|
|
6470
6258
|
};
|
|
6471
6259
|
}
|
|
6472
6260
|
});
|
|
6473
|
-
const _sfc_main$
|
|
6261
|
+
const _sfc_main$7 = /* @__PURE__ */ vue.defineComponent({
|
|
6474
6262
|
...{
|
|
6475
6263
|
name: "ProgressCollection"
|
|
6476
6264
|
},
|
|
@@ -6533,193 +6321,11 @@ const _sfc_main$3 = /* @__PURE__ */ vue.defineComponent({
|
|
|
6533
6321
|
}
|
|
6534
6322
|
});
|
|
6535
6323
|
const ProgressCollection_vue_vue_type_style_index_0_scoped_2634660f_lang = "";
|
|
6536
|
-
const ProgressCollection = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6537
|
-
|
|
6538
|
-
|
|
6539
|
-
|
|
6540
|
-
|
|
6541
|
-
}(commonjsGlobal, function() {
|
|
6542
|
-
var t, s, n = 1e3, i = 6e4, e = 36e5, r = 864e5, o = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, u = 31536e6, h = 2592e6, a = /^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/, d = { years: u, months: h, days: r, hours: e, minutes: i, seconds: n, milliseconds: 1, weeks: 6048e5 }, c = function(t2) {
|
|
6543
|
-
return t2 instanceof p;
|
|
6544
|
-
}, f = function(t2, s2, n2) {
|
|
6545
|
-
return new p(t2, n2, s2.$l);
|
|
6546
|
-
}, m = function(t2) {
|
|
6547
|
-
return s.p(t2) + "s";
|
|
6548
|
-
}, l = function(t2) {
|
|
6549
|
-
return t2 < 0;
|
|
6550
|
-
}, $ = function(t2) {
|
|
6551
|
-
return l(t2) ? Math.ceil(t2) : Math.floor(t2);
|
|
6552
|
-
}, y = function(t2) {
|
|
6553
|
-
return Math.abs(t2);
|
|
6554
|
-
}, g = function(t2, s2) {
|
|
6555
|
-
return t2 ? l(t2) ? { negative: true, format: "" + y(t2) + s2 } : { negative: false, format: "" + t2 + s2 } : { negative: false, format: "" };
|
|
6556
|
-
}, p = function() {
|
|
6557
|
-
function l2(t2, s2, n2) {
|
|
6558
|
-
var i2 = this;
|
|
6559
|
-
if (this.$d = {}, this.$l = n2, void 0 === t2 && (this.$ms = 0, this.parseFromMilliseconds()), s2)
|
|
6560
|
-
return f(t2 * d[m(s2)], this);
|
|
6561
|
-
if ("number" == typeof t2)
|
|
6562
|
-
return this.$ms = t2, this.parseFromMilliseconds(), this;
|
|
6563
|
-
if ("object" == typeof t2)
|
|
6564
|
-
return Object.keys(t2).forEach(function(s3) {
|
|
6565
|
-
i2.$d[m(s3)] = t2[s3];
|
|
6566
|
-
}), this.calMilliseconds(), this;
|
|
6567
|
-
if ("string" == typeof t2) {
|
|
6568
|
-
var e2 = t2.match(a);
|
|
6569
|
-
if (e2) {
|
|
6570
|
-
var r2 = e2.slice(2).map(function(t3) {
|
|
6571
|
-
return null != t3 ? Number(t3) : 0;
|
|
6572
|
-
});
|
|
6573
|
-
return this.$d.years = r2[0], this.$d.months = r2[1], this.$d.weeks = r2[2], this.$d.days = r2[3], this.$d.hours = r2[4], this.$d.minutes = r2[5], this.$d.seconds = r2[6], this.calMilliseconds(), this;
|
|
6574
|
-
}
|
|
6575
|
-
}
|
|
6576
|
-
return this;
|
|
6577
|
-
}
|
|
6578
|
-
var y2 = l2.prototype;
|
|
6579
|
-
return y2.calMilliseconds = function() {
|
|
6580
|
-
var t2 = this;
|
|
6581
|
-
this.$ms = Object.keys(this.$d).reduce(function(s2, n2) {
|
|
6582
|
-
return s2 + (t2.$d[n2] || 0) * d[n2];
|
|
6583
|
-
}, 0);
|
|
6584
|
-
}, y2.parseFromMilliseconds = function() {
|
|
6585
|
-
var t2 = this.$ms;
|
|
6586
|
-
this.$d.years = $(t2 / u), t2 %= u, this.$d.months = $(t2 / h), t2 %= h, this.$d.days = $(t2 / r), t2 %= r, this.$d.hours = $(t2 / e), t2 %= e, this.$d.minutes = $(t2 / i), t2 %= i, this.$d.seconds = $(t2 / n), t2 %= n, this.$d.milliseconds = t2;
|
|
6587
|
-
}, y2.toISOString = function() {
|
|
6588
|
-
var t2 = g(this.$d.years, "Y"), s2 = g(this.$d.months, "M"), n2 = +this.$d.days || 0;
|
|
6589
|
-
this.$d.weeks && (n2 += 7 * this.$d.weeks);
|
|
6590
|
-
var i2 = g(n2, "D"), e2 = g(this.$d.hours, "H"), r2 = g(this.$d.minutes, "M"), o2 = this.$d.seconds || 0;
|
|
6591
|
-
this.$d.milliseconds && (o2 += this.$d.milliseconds / 1e3);
|
|
6592
|
-
var u2 = g(o2, "S"), h2 = t2.negative || s2.negative || i2.negative || e2.negative || r2.negative || u2.negative, a2 = e2.format || r2.format || u2.format ? "T" : "", d2 = (h2 ? "-" : "") + "P" + t2.format + s2.format + i2.format + a2 + e2.format + r2.format + u2.format;
|
|
6593
|
-
return "P" === d2 || "-P" === d2 ? "P0D" : d2;
|
|
6594
|
-
}, y2.toJSON = function() {
|
|
6595
|
-
return this.toISOString();
|
|
6596
|
-
}, y2.format = function(t2) {
|
|
6597
|
-
var n2 = t2 || "YYYY-MM-DDTHH:mm:ss", i2 = { Y: this.$d.years, YY: s.s(this.$d.years, 2, "0"), YYYY: s.s(this.$d.years, 4, "0"), M: this.$d.months, MM: s.s(this.$d.months, 2, "0"), D: this.$d.days, DD: s.s(this.$d.days, 2, "0"), H: this.$d.hours, HH: s.s(this.$d.hours, 2, "0"), m: this.$d.minutes, mm: s.s(this.$d.minutes, 2, "0"), s: this.$d.seconds, ss: s.s(this.$d.seconds, 2, "0"), SSS: s.s(this.$d.milliseconds, 3, "0") };
|
|
6598
|
-
return n2.replace(o, function(t3, s2) {
|
|
6599
|
-
return s2 || String(i2[t3]);
|
|
6600
|
-
});
|
|
6601
|
-
}, y2.as = function(t2) {
|
|
6602
|
-
return this.$ms / d[m(t2)];
|
|
6603
|
-
}, y2.get = function(t2) {
|
|
6604
|
-
var s2 = this.$ms, n2 = m(t2);
|
|
6605
|
-
return "milliseconds" === n2 ? s2 %= 1e3 : s2 = "weeks" === n2 ? $(s2 / d[n2]) : this.$d[n2], 0 === s2 ? 0 : s2;
|
|
6606
|
-
}, y2.add = function(t2, s2, n2) {
|
|
6607
|
-
var i2;
|
|
6608
|
-
return i2 = s2 ? t2 * d[m(s2)] : c(t2) ? t2.$ms : f(t2, this).$ms, f(this.$ms + i2 * (n2 ? -1 : 1), this);
|
|
6609
|
-
}, y2.subtract = function(t2, s2) {
|
|
6610
|
-
return this.add(t2, s2, true);
|
|
6611
|
-
}, y2.locale = function(t2) {
|
|
6612
|
-
var s2 = this.clone();
|
|
6613
|
-
return s2.$l = t2, s2;
|
|
6614
|
-
}, y2.clone = function() {
|
|
6615
|
-
return f(this.$ms, this);
|
|
6616
|
-
}, y2.humanize = function(s2) {
|
|
6617
|
-
return t().add(this.$ms, "ms").locale(this.$l).fromNow(!s2);
|
|
6618
|
-
}, y2.milliseconds = function() {
|
|
6619
|
-
return this.get("milliseconds");
|
|
6620
|
-
}, y2.asMilliseconds = function() {
|
|
6621
|
-
return this.as("milliseconds");
|
|
6622
|
-
}, y2.seconds = function() {
|
|
6623
|
-
return this.get("seconds");
|
|
6624
|
-
}, y2.asSeconds = function() {
|
|
6625
|
-
return this.as("seconds");
|
|
6626
|
-
}, y2.minutes = function() {
|
|
6627
|
-
return this.get("minutes");
|
|
6628
|
-
}, y2.asMinutes = function() {
|
|
6629
|
-
return this.as("minutes");
|
|
6630
|
-
}, y2.hours = function() {
|
|
6631
|
-
return this.get("hours");
|
|
6632
|
-
}, y2.asHours = function() {
|
|
6633
|
-
return this.as("hours");
|
|
6634
|
-
}, y2.days = function() {
|
|
6635
|
-
return this.get("days");
|
|
6636
|
-
}, y2.asDays = function() {
|
|
6637
|
-
return this.as("days");
|
|
6638
|
-
}, y2.weeks = function() {
|
|
6639
|
-
return this.get("weeks");
|
|
6640
|
-
}, y2.asWeeks = function() {
|
|
6641
|
-
return this.as("weeks");
|
|
6642
|
-
}, y2.months = function() {
|
|
6643
|
-
return this.get("months");
|
|
6644
|
-
}, y2.asMonths = function() {
|
|
6645
|
-
return this.as("months");
|
|
6646
|
-
}, y2.years = function() {
|
|
6647
|
-
return this.get("years");
|
|
6648
|
-
}, y2.asYears = function() {
|
|
6649
|
-
return this.as("years");
|
|
6650
|
-
}, l2;
|
|
6651
|
-
}();
|
|
6652
|
-
return function(n2, i2, e2) {
|
|
6653
|
-
t = e2, s = e2().$utils(), e2.duration = function(t2, s2) {
|
|
6654
|
-
var n3 = e2.locale();
|
|
6655
|
-
return f(t2, { $l: n3 }, s2);
|
|
6656
|
-
}, e2.isDuration = c;
|
|
6657
|
-
var r2 = i2.prototype.add, o2 = i2.prototype.subtract;
|
|
6658
|
-
i2.prototype.add = function(t2, s2) {
|
|
6659
|
-
return c(t2) && (t2 = t2.asMilliseconds()), r2.bind(this)(t2, s2);
|
|
6660
|
-
}, i2.prototype.subtract = function(t2, s2) {
|
|
6661
|
-
return c(t2) && (t2 = t2.asMilliseconds()), o2.bind(this)(t2, s2);
|
|
6662
|
-
};
|
|
6663
|
-
};
|
|
6664
|
-
});
|
|
6665
|
-
})(duration);
|
|
6666
|
-
var durationExports = duration.exports;
|
|
6667
|
-
const durationPlugin = /* @__PURE__ */ getDefaultExportFromCjs(durationExports);
|
|
6668
|
-
var relativeTime = { exports: {} };
|
|
6669
|
-
(function(module2, exports2) {
|
|
6670
|
-
!function(r, e) {
|
|
6671
|
-
module2.exports = e();
|
|
6672
|
-
}(commonjsGlobal, function() {
|
|
6673
|
-
return function(r, e, t) {
|
|
6674
|
-
r = r || {};
|
|
6675
|
-
var n = e.prototype, o = { future: "in %s", past: "%s ago", s: "a few seconds", m: "a minute", mm: "%d minutes", h: "an hour", hh: "%d hours", d: "a day", dd: "%d days", M: "a month", MM: "%d months", y: "a year", yy: "%d years" };
|
|
6676
|
-
function i(r2, e2, t2, o2) {
|
|
6677
|
-
return n.fromToBase(r2, e2, t2, o2);
|
|
6678
|
-
}
|
|
6679
|
-
t.en.relativeTime = o, n.fromToBase = function(e2, n2, i2, d2, u) {
|
|
6680
|
-
for (var f, a, s, l = i2.$locale().relativeTime || o, h = r.thresholds || [{ l: "s", r: 44, d: "second" }, { l: "m", r: 89 }, { l: "mm", r: 44, d: "minute" }, { l: "h", r: 89 }, { l: "hh", r: 21, d: "hour" }, { l: "d", r: 35 }, { l: "dd", r: 25, d: "day" }, { l: "M", r: 45 }, { l: "MM", r: 10, d: "month" }, { l: "y", r: 17 }, { l: "yy", d: "year" }], m = h.length, c = 0; c < m; c += 1) {
|
|
6681
|
-
var y = h[c];
|
|
6682
|
-
y.d && (f = d2 ? t(e2).diff(i2, y.d, true) : i2.diff(e2, y.d, true));
|
|
6683
|
-
var p = (r.rounding || Math.round)(Math.abs(f));
|
|
6684
|
-
if (s = f > 0, p <= y.r || !y.r) {
|
|
6685
|
-
p <= 1 && c > 0 && (y = h[c - 1]);
|
|
6686
|
-
var v = l[y.l];
|
|
6687
|
-
u && (p = u("" + p)), a = "string" == typeof v ? v.replace("%d", p) : v(p, n2, y.l, s);
|
|
6688
|
-
break;
|
|
6689
|
-
}
|
|
6690
|
-
}
|
|
6691
|
-
if (n2)
|
|
6692
|
-
return a;
|
|
6693
|
-
var M = s ? l.future : l.past;
|
|
6694
|
-
return "function" == typeof M ? M(a) : M.replace("%s", a);
|
|
6695
|
-
}, n.to = function(r2, e2) {
|
|
6696
|
-
return i(r2, e2, this, true);
|
|
6697
|
-
}, n.from = function(r2, e2) {
|
|
6698
|
-
return i(r2, e2, this);
|
|
6699
|
-
};
|
|
6700
|
-
var d = function(r2) {
|
|
6701
|
-
return r2.$u ? t.utc() : t();
|
|
6702
|
-
};
|
|
6703
|
-
n.toNow = function(r2) {
|
|
6704
|
-
return this.to(d(this), r2);
|
|
6705
|
-
}, n.fromNow = function(r2) {
|
|
6706
|
-
return this.from(d(this), r2);
|
|
6707
|
-
};
|
|
6708
|
-
};
|
|
6709
|
-
});
|
|
6710
|
-
})(relativeTime);
|
|
6711
|
-
var relativeTimeExports = relativeTime.exports;
|
|
6712
|
-
const relativeTimePlugin = /* @__PURE__ */ getDefaultExportFromCjs(relativeTimeExports);
|
|
6713
|
-
dayjs.extend(durationPlugin);
|
|
6714
|
-
dayjs.extend(relativeTimePlugin);
|
|
6715
|
-
class DateUtil {
|
|
6716
|
-
static get day() {
|
|
6717
|
-
return dayjs;
|
|
6718
|
-
}
|
|
6719
|
-
}
|
|
6720
|
-
const _hoisted_1$2 = { class: "grid gap-2 sm:grid-cols-2" };
|
|
6721
|
-
const _hoisted_2$2 = { class: "text-right text-fg-subdued text-sm" };
|
|
6722
|
-
const _sfc_main$2 = /* @__PURE__ */ vue.defineComponent({
|
|
6324
|
+
const ProgressCollection = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["__scopeId", "data-v-2634660f"]]);
|
|
6325
|
+
const _hoisted_1$5 = { class: "grid gap-2 sm:grid-cols-2" };
|
|
6326
|
+
const _hoisted_2$5 = { class: "text-right text-fg-subdued text-sm" };
|
|
6327
|
+
const _hoisted_3$2 = { class: "segments" };
|
|
6328
|
+
const _sfc_main$6 = /* @__PURE__ */ vue.defineComponent({
|
|
6723
6329
|
__name: "ProgressSingle",
|
|
6724
6330
|
setup(__props) {
|
|
6725
6331
|
const {
|
|
@@ -6766,11 +6372,11 @@ const _sfc_main$2 = /* @__PURE__ */ vue.defineComponent({
|
|
|
6766
6372
|
const diff = vue.computed(() => {
|
|
6767
6373
|
return DateUtil.day(values.value.endedAt).diff(values.value.startedAt);
|
|
6768
6374
|
});
|
|
6769
|
-
const
|
|
6375
|
+
const duration = vue.computed(() => {
|
|
6770
6376
|
if (isNaN(diff.value))
|
|
6771
6377
|
return "-";
|
|
6772
|
-
const
|
|
6773
|
-
return
|
|
6378
|
+
const duration2 = DateUtil.day.duration(diff.value);
|
|
6379
|
+
return duration2.format("HH [jam] mm [menit]");
|
|
6774
6380
|
});
|
|
6775
6381
|
function onStartedAtUpdate(date) {
|
|
6776
6382
|
if (!date)
|
|
@@ -6783,7 +6389,7 @@ const _sfc_main$2 = /* @__PURE__ */ vue.defineComponent({
|
|
|
6783
6389
|
values.value.startedAt = startedAt.toISOString();
|
|
6784
6390
|
values.value.endedAt = endedAt.toISOString();
|
|
6785
6391
|
}
|
|
6786
|
-
const sekarang =
|
|
6392
|
+
const sekarang = DateUtil.day(/* @__PURE__ */ new Date());
|
|
6787
6393
|
const besok = sekarang;
|
|
6788
6394
|
vue.watch(
|
|
6789
6395
|
isNew,
|
|
@@ -6791,8 +6397,8 @@ const _sfc_main$2 = /* @__PURE__ */ vue.defineComponent({
|
|
|
6791
6397
|
var _a;
|
|
6792
6398
|
if (!isNew2)
|
|
6793
6399
|
return;
|
|
6794
|
-
values.value.
|
|
6795
|
-
values.value.
|
|
6400
|
+
values.value.staffIds = (_a = staff.value) == null ? void 0 : _a.id;
|
|
6401
|
+
values.value.staffs = staff.value;
|
|
6796
6402
|
values.value.startedAt = besok.second(0).millisecond(0).toISOString();
|
|
6797
6403
|
values.value.endedAt = besok.add(90, "m").toISOString();
|
|
6798
6404
|
},
|
|
@@ -6811,13 +6417,55 @@ const _sfc_main$2 = /* @__PURE__ */ vue.defineComponent({
|
|
|
6811
6417
|
{
|
|
6812
6418
|
handle: "followUpStaffIds",
|
|
6813
6419
|
operator: "in",
|
|
6814
|
-
value: values.value.
|
|
6420
|
+
value: values.value.staffIds
|
|
6815
6421
|
}
|
|
6816
6422
|
]
|
|
6817
6423
|
};
|
|
6818
6424
|
});
|
|
6425
|
+
const appStore = context.useAppStore();
|
|
6426
|
+
const objectDef = vue.computed(
|
|
6427
|
+
() => `neu:operasional:progress:${id.value}`
|
|
6428
|
+
);
|
|
6429
|
+
const display2 = vue.ref();
|
|
6430
|
+
const pads = {
|
|
6431
|
+
comments: {
|
|
6432
|
+
handle: "comments",
|
|
6433
|
+
title: "Comments",
|
|
6434
|
+
icon: "comments"
|
|
6435
|
+
},
|
|
6436
|
+
note: {
|
|
6437
|
+
handle: "note",
|
|
6438
|
+
title: "Note",
|
|
6439
|
+
icon: "notes"
|
|
6440
|
+
},
|
|
6441
|
+
sketch: {
|
|
6442
|
+
handle: "sketch",
|
|
6443
|
+
title: "Sketch",
|
|
6444
|
+
icon: "pen-swirl"
|
|
6445
|
+
}
|
|
6446
|
+
};
|
|
6819
6447
|
return (_ctx, _cache) => {
|
|
6820
6448
|
return vue.openBlock(), vue.createBlock(vue.unref(context.NeonSingle), { class: "neu-progress-single" }, {
|
|
6449
|
+
sketch: vue.withCtx(({ close }) => [
|
|
6450
|
+
vue.createVNode(vue.unref(office.OfficePad), vue.mergeProps(pads.sketch, { onClose: close }), {
|
|
6451
|
+
default: vue.withCtx(() => [
|
|
6452
|
+
vue.createVNode(
|
|
6453
|
+
vue.unref(catatInterfaces.CatatSketchPad),
|
|
6454
|
+
vue.normalizeProps(vue.guardReactiveProps({
|
|
6455
|
+
applicationId: vue.unref(appStore).appId,
|
|
6456
|
+
object: `${objectDef.value}:office`,
|
|
6457
|
+
isReady: vue.unref(isReady),
|
|
6458
|
+
isLoading: vue.unref(isLoading)
|
|
6459
|
+
})),
|
|
6460
|
+
null,
|
|
6461
|
+
16
|
|
6462
|
+
/* FULL_PROPS */
|
|
6463
|
+
)
|
|
6464
|
+
]),
|
|
6465
|
+
_: 2
|
|
6466
|
+
/* DYNAMIC */
|
|
6467
|
+
}, 1040, ["onClose"])
|
|
6468
|
+
]),
|
|
6821
6469
|
default: vue.withCtx(() => [
|
|
6822
6470
|
vue.createVNode(vue.unref(office.OfficeTabs), { "use-url": vue.unref(isMain) }, {
|
|
6823
6471
|
default: vue.withCtx(() => [
|
|
@@ -6859,7 +6507,7 @@ const _sfc_main$2 = /* @__PURE__ */ vue.defineComponent({
|
|
|
6859
6507
|
_: 1
|
|
6860
6508
|
/* STABLE */
|
|
6861
6509
|
}),
|
|
6862
|
-
vue.createElementVNode("div", _hoisted_1$
|
|
6510
|
+
vue.createElementVNode("div", _hoisted_1$5, [
|
|
6863
6511
|
vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
|
|
6864
6512
|
modelValue: vue.unref(values).startedAt,
|
|
6865
6513
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => vue.unref(values).startedAt = $event)
|
|
@@ -6900,8 +6548,8 @@ const _sfc_main$2 = /* @__PURE__ */ vue.defineComponent({
|
|
|
6900
6548
|
}, null, 8, ["modelValue", "is-loading"]),
|
|
6901
6549
|
vue.createElementVNode(
|
|
6902
6550
|
"div",
|
|
6903
|
-
_hoisted_2$
|
|
6904
|
-
vue.toDisplayString(
|
|
6551
|
+
_hoisted_2$5,
|
|
6552
|
+
vue.toDisplayString(duration.value),
|
|
6905
6553
|
1
|
|
6906
6554
|
/* TEXT */
|
|
6907
6555
|
)
|
|
@@ -6913,22 +6561,37 @@ const _sfc_main$2 = /* @__PURE__ */ vue.defineComponent({
|
|
|
6913
6561
|
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
6914
6562
|
modelValue: vue.unref(values),
|
|
6915
6563
|
"onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
6916
|
-
field: vue.unref(fields).
|
|
6564
|
+
field: vue.unref(fields).staffs
|
|
6917
6565
|
}, null, 8, ["modelValue", "field"]),
|
|
6566
|
+
vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
|
|
6567
|
+
modelValue: vue.unref(values).isNotes,
|
|
6568
|
+
"onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => vue.unref(values).isNotes = $event)
|
|
6569
|
+
}, vue.unref(fields).isNotes), {
|
|
6570
|
+
input: vue.withCtx(() => [
|
|
6571
|
+
vue.createVNode(vue.unref(form.NeonCheck), {
|
|
6572
|
+
modelValue: vue.unref(values).isNotes,
|
|
6573
|
+
"onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => vue.unref(values).isNotes = $event),
|
|
6574
|
+
label: "Catatan",
|
|
6575
|
+
class: "mt-2"
|
|
6576
|
+
}, null, 8, ["modelValue"])
|
|
6577
|
+
]),
|
|
6578
|
+
_: 1
|
|
6579
|
+
/* STABLE */
|
|
6580
|
+
}, 16, ["modelValue"]),
|
|
6918
6581
|
vue.createVNode(vue.unref(interfaces.NeonDivider), {
|
|
6919
6582
|
"is-dashed": "",
|
|
6920
6583
|
label: "Referensi"
|
|
6921
6584
|
}),
|
|
6922
6585
|
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
6923
6586
|
modelValue: vue.unref(values),
|
|
6924
|
-
"onUpdate:modelValue": _cache[
|
|
6587
|
+
"onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
6925
6588
|
field: vue.unref(fields).responsibilities,
|
|
6926
6589
|
query: vue.unref(query.Query).define(responsibilityOptions.value)
|
|
6927
6590
|
}, null, 8, ["modelValue", "field", "query"]),
|
|
6928
6591
|
vue.createCommentVNode(' <OfficeRelation v-model="values" :field="fields.plans" /> '),
|
|
6929
6592
|
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
6930
6593
|
modelValue: vue.unref(values),
|
|
6931
|
-
"onUpdate:modelValue": _cache[
|
|
6594
|
+
"onUpdate:modelValue": _cache[9] || (_cache[9] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
6932
6595
|
field: vue.unref(fields).submissions,
|
|
6933
6596
|
query: vue.unref(query.Query).define(submissionOptions.value)
|
|
6934
6597
|
}, null, 8, ["modelValue", "field", "query"])
|
|
@@ -6939,7 +6602,31 @@ const _sfc_main$2 = /* @__PURE__ */ vue.defineComponent({
|
|
|
6939
6602
|
]),
|
|
6940
6603
|
_: 1
|
|
6941
6604
|
/* STABLE */
|
|
6942
|
-
})
|
|
6605
|
+
}),
|
|
6606
|
+
vue.createCommentVNode(" Catatan "),
|
|
6607
|
+
!vue.unref(isNew) && vue.unref(values).isNotes === true ? (vue.openBlock(), vue.createBlock(vue.unref(office.OfficeTab), {
|
|
6608
|
+
key: 0,
|
|
6609
|
+
handle: "catatan",
|
|
6610
|
+
icon: "circle-info",
|
|
6611
|
+
title: "Catatan"
|
|
6612
|
+
}, {
|
|
6613
|
+
default: vue.withCtx(({ isTouched }) => [
|
|
6614
|
+
vue.createElementVNode("div", _hoisted_3$2, [
|
|
6615
|
+
vue.createVNode(vue.unref(catatInterfaces.CatatPaperSegments), {
|
|
6616
|
+
display: display2.value,
|
|
6617
|
+
"onUpdate:display": _cache[10] || (_cache[10] = ($event) => display2.value = $event)
|
|
6618
|
+
}, null, 8, ["display"])
|
|
6619
|
+
]),
|
|
6620
|
+
vue.createVNode(vue.unref(catatInterfaces.CatatPaperPad), vue.mergeProps({
|
|
6621
|
+
applicationId: vue.unref(appStore).appId,
|
|
6622
|
+
object: `${objectDef.value}:office`,
|
|
6623
|
+
isReady: vue.unref(isReady) && isTouched,
|
|
6624
|
+
isLoading: vue.unref(isLoading)
|
|
6625
|
+
}, { display: display2.value }), null, 16, ["display"])
|
|
6626
|
+
]),
|
|
6627
|
+
_: 1
|
|
6628
|
+
/* STABLE */
|
|
6629
|
+
})) : vue.createCommentVNode("v-if", true)
|
|
6943
6630
|
]),
|
|
6944
6631
|
_: 1
|
|
6945
6632
|
/* STABLE */
|
|
@@ -6951,11 +6638,11 @@ const _sfc_main$2 = /* @__PURE__ */ vue.defineComponent({
|
|
|
6951
6638
|
};
|
|
6952
6639
|
}
|
|
6953
6640
|
});
|
|
6954
|
-
const
|
|
6955
|
-
const ProgressSingle = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
6956
|
-
const _hoisted_1$
|
|
6957
|
-
const _hoisted_2$
|
|
6958
|
-
const _sfc_main$
|
|
6641
|
+
const ProgressSingle_vue_vue_type_style_index_0_scoped_e7bbc154_lang = "";
|
|
6642
|
+
const ProgressSingle = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__scopeId", "data-v-e7bbc154"]]);
|
|
6643
|
+
const _hoisted_1$4 = { class: "grid gap-2 sm:grid-cols-2" };
|
|
6644
|
+
const _hoisted_2$4 = { class: "text-right text-fg-subdued text-sm" };
|
|
6645
|
+
const _sfc_main$5 = /* @__PURE__ */ vue.defineComponent({
|
|
6959
6646
|
__name: "ProgressTomorrow",
|
|
6960
6647
|
setup(__props) {
|
|
6961
6648
|
const {
|
|
@@ -7002,11 +6689,11 @@ const _sfc_main$1 = /* @__PURE__ */ vue.defineComponent({
|
|
|
7002
6689
|
const diff = vue.computed(() => {
|
|
7003
6690
|
return DateUtil.day(values.value.endedAt).diff(values.value.startedAt);
|
|
7004
6691
|
});
|
|
7005
|
-
const
|
|
6692
|
+
const duration = vue.computed(() => {
|
|
7006
6693
|
if (isNaN(diff.value))
|
|
7007
6694
|
return "-";
|
|
7008
|
-
const
|
|
7009
|
-
return
|
|
6695
|
+
const duration2 = DateUtil.day.duration(diff.value);
|
|
6696
|
+
return duration2.format("HH [jam] mm [menit]");
|
|
7010
6697
|
});
|
|
7011
6698
|
function onStartedAtUpdate(date) {
|
|
7012
6699
|
if (!date)
|
|
@@ -7019,7 +6706,7 @@ const _sfc_main$1 = /* @__PURE__ */ vue.defineComponent({
|
|
|
7019
6706
|
values.value.startedAt = startedAt.toISOString();
|
|
7020
6707
|
values.value.endedAt = endedAt.toISOString();
|
|
7021
6708
|
}
|
|
7022
|
-
const sekarang =
|
|
6709
|
+
const sekarang = DateUtil.day(/* @__PURE__ */ new Date());
|
|
7023
6710
|
const besok = sekarang.add(1, "day");
|
|
7024
6711
|
vue.watch(
|
|
7025
6712
|
isNew,
|
|
@@ -7027,8 +6714,8 @@ const _sfc_main$1 = /* @__PURE__ */ vue.defineComponent({
|
|
|
7027
6714
|
var _a;
|
|
7028
6715
|
if (!isNew2)
|
|
7029
6716
|
return;
|
|
7030
|
-
values.value.
|
|
7031
|
-
values.value.
|
|
6717
|
+
values.value.staffIds = (_a = staff.value) == null ? void 0 : _a.id;
|
|
6718
|
+
values.value.staffs = staff.value;
|
|
7032
6719
|
values.value.startedAt = besok.second(0).millisecond(0).toISOString();
|
|
7033
6720
|
values.value.endedAt = besok.add(90, "m").toISOString();
|
|
7034
6721
|
},
|
|
@@ -7047,7 +6734,7 @@ const _sfc_main$1 = /* @__PURE__ */ vue.defineComponent({
|
|
|
7047
6734
|
{
|
|
7048
6735
|
handle: "followUpStaffIds",
|
|
7049
6736
|
operator: "in",
|
|
7050
|
-
value: values.value.
|
|
6737
|
+
value: values.value.staffIds
|
|
7051
6738
|
}
|
|
7052
6739
|
]
|
|
7053
6740
|
};
|
|
@@ -7095,7 +6782,7 @@ const _sfc_main$1 = /* @__PURE__ */ vue.defineComponent({
|
|
|
7095
6782
|
_: 1
|
|
7096
6783
|
/* STABLE */
|
|
7097
6784
|
}),
|
|
7098
|
-
vue.createElementVNode("div", _hoisted_1$
|
|
6785
|
+
vue.createElementVNode("div", _hoisted_1$4, [
|
|
7099
6786
|
vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
|
|
7100
6787
|
modelValue: vue.unref(values).startedAt,
|
|
7101
6788
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => vue.unref(values).startedAt = $event)
|
|
@@ -7136,8 +6823,8 @@ const _sfc_main$1 = /* @__PURE__ */ vue.defineComponent({
|
|
|
7136
6823
|
}, null, 8, ["modelValue", "is-loading"]),
|
|
7137
6824
|
vue.createElementVNode(
|
|
7138
6825
|
"div",
|
|
7139
|
-
_hoisted_2$
|
|
7140
|
-
vue.toDisplayString(
|
|
6826
|
+
_hoisted_2$4,
|
|
6827
|
+
vue.toDisplayString(duration.value),
|
|
7141
6828
|
1
|
|
7142
6829
|
/* TEXT */
|
|
7143
6830
|
)
|
|
@@ -7149,7 +6836,7 @@ const _sfc_main$1 = /* @__PURE__ */ vue.defineComponent({
|
|
|
7149
6836
|
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
7150
6837
|
modelValue: vue.unref(values),
|
|
7151
6838
|
"onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
7152
|
-
field: vue.unref(fields).
|
|
6839
|
+
field: vue.unref(fields).staffs
|
|
7153
6840
|
}, null, 8, ["modelValue", "field"]),
|
|
7154
6841
|
vue.createVNode(vue.unref(interfaces.NeonDivider), {
|
|
7155
6842
|
"is-dashed": "",
|
|
@@ -7187,11 +6874,11 @@ const _sfc_main$1 = /* @__PURE__ */ vue.defineComponent({
|
|
|
7187
6874
|
};
|
|
7188
6875
|
}
|
|
7189
6876
|
});
|
|
7190
|
-
const
|
|
7191
|
-
const ProgressTomorrow = /* @__PURE__ */ _export_sfc(_sfc_main$
|
|
7192
|
-
const _hoisted_1 = { class: "grid gap-2 sm:grid-cols-2" };
|
|
7193
|
-
const _hoisted_2 = { class: "text-right text-fg-subdued text-sm" };
|
|
7194
|
-
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
6877
|
+
const ProgressTomorrow_vue_vue_type_style_index_0_scoped_9a139943_lang = "";
|
|
6878
|
+
const ProgressTomorrow = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-9a139943"]]);
|
|
6879
|
+
const _hoisted_1$3 = { class: "grid gap-2 sm:grid-cols-2" };
|
|
6880
|
+
const _hoisted_2$3 = { class: "text-right text-fg-subdued text-sm" };
|
|
6881
|
+
const _sfc_main$4 = /* @__PURE__ */ vue.defineComponent({
|
|
7195
6882
|
__name: "ProgressYesterday",
|
|
7196
6883
|
setup(__props) {
|
|
7197
6884
|
const {
|
|
@@ -7238,11 +6925,11 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
7238
6925
|
const diff = vue.computed(() => {
|
|
7239
6926
|
return DateUtil.day(values.value.endedAt).diff(values.value.startedAt);
|
|
7240
6927
|
});
|
|
7241
|
-
const
|
|
6928
|
+
const duration = vue.computed(() => {
|
|
7242
6929
|
if (isNaN(diff.value))
|
|
7243
6930
|
return "-";
|
|
7244
|
-
const
|
|
7245
|
-
return
|
|
6931
|
+
const duration2 = DateUtil.day.duration(diff.value);
|
|
6932
|
+
return duration2.format("HH [jam] mm [menit]");
|
|
7246
6933
|
});
|
|
7247
6934
|
function onStartedAtUpdate(date) {
|
|
7248
6935
|
if (!date)
|
|
@@ -7255,7 +6942,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
7255
6942
|
values.value.startedAt = startedAt.toISOString();
|
|
7256
6943
|
values.value.endedAt = endedAt.toISOString();
|
|
7257
6944
|
}
|
|
7258
|
-
const sekarang =
|
|
6945
|
+
const sekarang = DateUtil.day(/* @__PURE__ */ new Date());
|
|
7259
6946
|
const besok = sekarang.add(-1, "day");
|
|
7260
6947
|
vue.watch(
|
|
7261
6948
|
isNew,
|
|
@@ -7263,8 +6950,8 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
7263
6950
|
var _a;
|
|
7264
6951
|
if (!isNew2)
|
|
7265
6952
|
return;
|
|
7266
|
-
values.value.
|
|
7267
|
-
values.value.
|
|
6953
|
+
values.value.staffIds = (_a = staff.value) == null ? void 0 : _a.id;
|
|
6954
|
+
values.value.staffs = staff.value;
|
|
7268
6955
|
values.value.startedAt = besok.second(0).millisecond(0).toISOString();
|
|
7269
6956
|
values.value.endedAt = besok.add(90, "m").toISOString();
|
|
7270
6957
|
},
|
|
@@ -7283,7 +6970,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
7283
6970
|
{
|
|
7284
6971
|
handle: "followUpStaffIds",
|
|
7285
6972
|
operator: "in",
|
|
7286
|
-
value: values.value.
|
|
6973
|
+
value: values.value.staffIds
|
|
7287
6974
|
}
|
|
7288
6975
|
]
|
|
7289
6976
|
};
|
|
@@ -7331,7 +7018,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
7331
7018
|
_: 1
|
|
7332
7019
|
/* STABLE */
|
|
7333
7020
|
}),
|
|
7334
|
-
vue.createElementVNode("div", _hoisted_1, [
|
|
7021
|
+
vue.createElementVNode("div", _hoisted_1$3, [
|
|
7335
7022
|
vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
|
|
7336
7023
|
modelValue: vue.unref(values).startedAt,
|
|
7337
7024
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => vue.unref(values).startedAt = $event)
|
|
@@ -7372,8 +7059,8 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
7372
7059
|
}, null, 8, ["modelValue", "is-loading"]),
|
|
7373
7060
|
vue.createElementVNode(
|
|
7374
7061
|
"div",
|
|
7375
|
-
_hoisted_2,
|
|
7376
|
-
vue.toDisplayString(
|
|
7062
|
+
_hoisted_2$3,
|
|
7063
|
+
vue.toDisplayString(duration.value),
|
|
7377
7064
|
1
|
|
7378
7065
|
/* TEXT */
|
|
7379
7066
|
)
|
|
@@ -7385,7 +7072,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
7385
7072
|
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
7386
7073
|
modelValue: vue.unref(values),
|
|
7387
7074
|
"onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
7388
|
-
field: vue.unref(fields).
|
|
7075
|
+
field: vue.unref(fields).staffs
|
|
7389
7076
|
}, null, 8, ["modelValue", "field"]),
|
|
7390
7077
|
vue.createVNode(vue.unref(interfaces.NeonDivider), {
|
|
7391
7078
|
"is-dashed": "",
|
|
@@ -7427,75 +7114,1066 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
7427
7114
|
};
|
|
7428
7115
|
}
|
|
7429
7116
|
});
|
|
7430
|
-
const
|
|
7431
|
-
const ProgressYesterday = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
7117
|
+
const ProgressYesterday_vue_vue_type_style_index_0_scoped_3bad8bb9_lang = "";
|
|
7118
|
+
const ProgressYesterday = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-3bad8bb9"]]);
|
|
7119
|
+
const AttendanceModel = personaliaModels.models.AttendanceModel;
|
|
7120
|
+
const _sfc_main$3 = /* @__PURE__ */ vue.defineComponent({
|
|
7121
|
+
...{
|
|
7122
|
+
name: "AttendanceCollection"
|
|
7123
|
+
},
|
|
7124
|
+
__name: "AttendanceCollection",
|
|
7125
|
+
setup(__props) {
|
|
7126
|
+
context.useCollection();
|
|
7127
|
+
return (_ctx, _cache) => {
|
|
7128
|
+
return vue.openBlock(), vue.createBlock(vue.unref(context.NeonCollection), { class: "neu-attendance-collection" }, {
|
|
7129
|
+
default: vue.withCtx(() => [
|
|
7130
|
+
vue.createVNode(vue.unref(office.OfficeCollectionTable))
|
|
7131
|
+
]),
|
|
7132
|
+
_: 1
|
|
7133
|
+
/* STABLE */
|
|
7134
|
+
});
|
|
7135
|
+
};
|
|
7136
|
+
}
|
|
7137
|
+
});
|
|
7138
|
+
const _hoisted_1$2 = { class: "grid gap-2 sm:grid-cols-2" };
|
|
7139
|
+
const _hoisted_2$2 = { class: "text-right text-fg-subdued text-sm" };
|
|
7140
|
+
const _sfc_main$2 = /* @__PURE__ */ vue.defineComponent({
|
|
7141
|
+
__name: "AttendanceSingle",
|
|
7142
|
+
setup(__props) {
|
|
7143
|
+
const {
|
|
7144
|
+
fields,
|
|
7145
|
+
id,
|
|
7146
|
+
initialValues,
|
|
7147
|
+
values,
|
|
7148
|
+
isLoading,
|
|
7149
|
+
isChanged,
|
|
7150
|
+
isReady,
|
|
7151
|
+
isMain,
|
|
7152
|
+
isNew,
|
|
7153
|
+
saveOne,
|
|
7154
|
+
discardChanges,
|
|
7155
|
+
syncOne
|
|
7156
|
+
} = context.useSingle();
|
|
7157
|
+
const key = vue.ref(0);
|
|
7158
|
+
const diff = vue.computed(() => {
|
|
7159
|
+
return DateUtil.day(values.value.endedAt).diff(values.value.startedAt);
|
|
7160
|
+
});
|
|
7161
|
+
const duration = vue.computed(() => {
|
|
7162
|
+
if (isNaN(diff.value))
|
|
7163
|
+
return "-";
|
|
7164
|
+
const duration2 = DateUtil.day.duration(diff.value);
|
|
7165
|
+
return duration2.format("HH [jam] mm [menit]");
|
|
7166
|
+
});
|
|
7167
|
+
const reverseDiff = vue.computed(() => {
|
|
7168
|
+
return DateUtil.day(values.value.startedAt).diff(values.value.endedAt);
|
|
7169
|
+
});
|
|
7170
|
+
vue.computed(() => {
|
|
7171
|
+
if (isNaN(reverseDiff.value))
|
|
7172
|
+
return "-";
|
|
7173
|
+
const duration2 = DateUtil.day.duration(reverseDiff.value);
|
|
7174
|
+
return duration2.format("HH [jam] mm [menit]");
|
|
7175
|
+
});
|
|
7176
|
+
function onStartedAtUpdate(date) {
|
|
7177
|
+
if (!date)
|
|
7178
|
+
return;
|
|
7179
|
+
const currentEndedendedAt = DateUtil.day(values.value.endedAt);
|
|
7180
|
+
let startedAt = DateUtil.day(date);
|
|
7181
|
+
let endedAt = DateUtil.day(date);
|
|
7182
|
+
startedAt = startedAt.second(0).millisecond(0);
|
|
7183
|
+
endedAt = endedAt.hour(currentEndedendedAt.hour()).minute(currentEndedendedAt.minute()).second(0).millisecond(0);
|
|
7184
|
+
values.value.startedAt = startedAt.toISOString();
|
|
7185
|
+
values.value.endedAt = endedAt.toISOString();
|
|
7186
|
+
}
|
|
7187
|
+
return (_ctx, _cache) => {
|
|
7188
|
+
return vue.openBlock(), vue.createBlock(vue.unref(context.NeonSingle), { class: "neu-attendance-single" }, {
|
|
7189
|
+
default: vue.withCtx(() => [
|
|
7190
|
+
vue.createVNode(vue.unref(office.OfficeTabs), { "use-url": vue.unref(isMain) }, {
|
|
7191
|
+
default: vue.withCtx(() => [
|
|
7192
|
+
vue.createVNode(vue.unref(office.OfficeTab), {
|
|
7193
|
+
handle: "info",
|
|
7194
|
+
icon: "circle-info",
|
|
7195
|
+
title: "Info"
|
|
7196
|
+
}, {
|
|
7197
|
+
default: vue.withCtx(() => [
|
|
7198
|
+
vue.createVNode(vue.unref(form.NeonForm), {
|
|
7199
|
+
handle: "info",
|
|
7200
|
+
"initial-values": vue.unref(initialValues),
|
|
7201
|
+
"is-loading": vue.unref(isLoading),
|
|
7202
|
+
"is-changed": vue.unref(isChanged),
|
|
7203
|
+
"use-unsaved": "",
|
|
7204
|
+
onCancel: vue.unref(discardChanges),
|
|
7205
|
+
onSubmit: vue.unref(saveOne)
|
|
7206
|
+
}, {
|
|
7207
|
+
default: vue.withCtx(() => [
|
|
7208
|
+
vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
|
|
7209
|
+
modelValue: vue.unref(values).status,
|
|
7210
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => vue.unref(values).status = $event)
|
|
7211
|
+
}, vue.unref(fields).status), null, 16, ["modelValue"]),
|
|
7212
|
+
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
7213
|
+
modelValue: vue.unref(values),
|
|
7214
|
+
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
7215
|
+
field: vue.unref(fields).submitStaff
|
|
7216
|
+
}, null, 8, ["modelValue", "field"]),
|
|
7217
|
+
(vue.openBlock(), vue.createBlock(vue.unref(form.NeonField), vue.mergeProps({
|
|
7218
|
+
key: key.value,
|
|
7219
|
+
"model-value": vue.unref(values).startedAt
|
|
7220
|
+
}, {
|
|
7221
|
+
handle: "startedAt",
|
|
7222
|
+
name: "Tanggal",
|
|
7223
|
+
type: "date",
|
|
7224
|
+
input: "date2",
|
|
7225
|
+
options: {
|
|
7226
|
+
note: "Tanggal absensi."
|
|
7227
|
+
}
|
|
7228
|
+
}, { "onUpdate:modelValue": onStartedAtUpdate }), null, 16, ["model-value"])),
|
|
7229
|
+
vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
|
|
7230
|
+
modelValue: vue.unref(values).type,
|
|
7231
|
+
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => vue.unref(values).type = $event)
|
|
7232
|
+
}, vue.unref(fields).type), null, 16, ["modelValue"]),
|
|
7233
|
+
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
7234
|
+
modelValue: vue.unref(values),
|
|
7235
|
+
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
7236
|
+
field: vue.unref(fields).decideStaff
|
|
7237
|
+
}, null, 8, ["modelValue", "field"]),
|
|
7238
|
+
vue.unref(isNew) || vue.unref(isReady) ? (vue.openBlock(), vue.createBlock(vue.unref(form.NeonField), vue.mergeProps({
|
|
7239
|
+
key: 0,
|
|
7240
|
+
modelValue: vue.unref(values).notes,
|
|
7241
|
+
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => vue.unref(values).notes = $event)
|
|
7242
|
+
}, vue.unref(fields).notes), null, 16, ["modelValue"])) : vue.createCommentVNode("v-if", true),
|
|
7243
|
+
vue.createVNode(vue.unref(interfaces.NeonDivider), {
|
|
7244
|
+
"is-dashed": "",
|
|
7245
|
+
label: "Keterangan"
|
|
7246
|
+
}),
|
|
7247
|
+
vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
|
|
7248
|
+
modelValue: vue.unref(values).submittedAt,
|
|
7249
|
+
"onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => vue.unref(values).submittedAt = $event)
|
|
7250
|
+
}, vue.unref(fields).submittedAt), null, 16, ["modelValue"]),
|
|
7251
|
+
vue.createElementVNode("div", _hoisted_1$2, [
|
|
7252
|
+
vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
|
|
7253
|
+
modelValue: vue.unref(values).startedAt,
|
|
7254
|
+
"onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => vue.unref(values).startedAt = $event)
|
|
7255
|
+
}, {
|
|
7256
|
+
handle: "startedAt",
|
|
7257
|
+
name: "Mulai",
|
|
7258
|
+
options: {
|
|
7259
|
+
note: "Jam mulai."
|
|
7260
|
+
}
|
|
7261
|
+
}), {
|
|
7262
|
+
input: vue.withCtx(() => [
|
|
7263
|
+
vue.createVNode(vue.unref(NeonTime), {
|
|
7264
|
+
modelValue: vue.unref(values).startedAt,
|
|
7265
|
+
"onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => vue.unref(values).startedAt = $event),
|
|
7266
|
+
"is-loading": vue.unref(isLoading),
|
|
7267
|
+
class: "mt-2"
|
|
7268
|
+
}, null, 8, ["modelValue", "is-loading"])
|
|
7269
|
+
]),
|
|
7270
|
+
_: 1
|
|
7271
|
+
/* STABLE */
|
|
7272
|
+
}, 16, ["modelValue"]),
|
|
7273
|
+
vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
|
|
7274
|
+
modelValue: vue.unref(values).endedAt,
|
|
7275
|
+
"onUpdate:modelValue": _cache[9] || (_cache[9] = ($event) => vue.unref(values).endedAt = $event)
|
|
7276
|
+
}, {
|
|
7277
|
+
handle: "endedAt",
|
|
7278
|
+
name: "Selesai",
|
|
7279
|
+
options: {
|
|
7280
|
+
note: "Jam selesai."
|
|
7281
|
+
}
|
|
7282
|
+
}), {
|
|
7283
|
+
input: vue.withCtx(() => [
|
|
7284
|
+
vue.createVNode(vue.unref(NeonTime), {
|
|
7285
|
+
modelValue: vue.unref(values).endedAt,
|
|
7286
|
+
"onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => vue.unref(values).endedAt = $event),
|
|
7287
|
+
"is-loading": vue.unref(isLoading),
|
|
7288
|
+
class: "mt-2"
|
|
7289
|
+
}, null, 8, ["modelValue", "is-loading"]),
|
|
7290
|
+
vue.createElementVNode(
|
|
7291
|
+
"div",
|
|
7292
|
+
_hoisted_2$2,
|
|
7293
|
+
vue.toDisplayString(duration.value),
|
|
7294
|
+
1
|
|
7295
|
+
/* TEXT */
|
|
7296
|
+
)
|
|
7297
|
+
]),
|
|
7298
|
+
_: 1
|
|
7299
|
+
/* STABLE */
|
|
7300
|
+
}, 16, ["modelValue"])
|
|
7301
|
+
])
|
|
7302
|
+
]),
|
|
7303
|
+
_: 1
|
|
7304
|
+
/* STABLE */
|
|
7305
|
+
}, 8, ["initial-values", "is-loading", "is-changed", "onCancel", "onSubmit"])
|
|
7306
|
+
]),
|
|
7307
|
+
_: 1
|
|
7308
|
+
/* STABLE */
|
|
7309
|
+
})
|
|
7310
|
+
]),
|
|
7311
|
+
_: 1
|
|
7312
|
+
/* STABLE */
|
|
7313
|
+
}, 8, ["use-url"])
|
|
7314
|
+
]),
|
|
7315
|
+
_: 1
|
|
7316
|
+
/* STABLE */
|
|
7317
|
+
});
|
|
7318
|
+
};
|
|
7319
|
+
}
|
|
7320
|
+
});
|
|
7321
|
+
const AttendanceSingle_vue_vue_type_style_index_0_scoped_0c3c6187_lang = "";
|
|
7322
|
+
const AttendanceSingle = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-0c3c6187"]]);
|
|
7323
|
+
const _hoisted_1$1 = {
|
|
7324
|
+
key: 1,
|
|
7325
|
+
class: "flex flex-wrap"
|
|
7326
|
+
};
|
|
7327
|
+
const _hoisted_2$1 = { class: "mt-2" };
|
|
7328
|
+
const _hoisted_3$1 = { class: "mt-2" };
|
|
7329
|
+
const _hoisted_4$1 = {
|
|
7330
|
+
key: 5,
|
|
7331
|
+
class: "grid gap-2 sm:grid-cols-2"
|
|
7332
|
+
};
|
|
7333
|
+
const _hoisted_5$1 = { class: "text-right text-fg-subdued text-sm" };
|
|
7334
|
+
const _hoisted_6$1 = {
|
|
7335
|
+
key: 6,
|
|
7336
|
+
class: "grid gap-2 sm:grid-cols-2"
|
|
7337
|
+
};
|
|
7338
|
+
const _hoisted_7$1 = { class: "text-right text-fg-subdued text-sm" };
|
|
7339
|
+
const _hoisted_8$1 = {
|
|
7340
|
+
key: 7,
|
|
7341
|
+
class: "grid gap-2 sm:grid-cols-2"
|
|
7342
|
+
};
|
|
7343
|
+
const _hoisted_9$1 = { class: "text-right text-fg-subdued text-sm" };
|
|
7344
|
+
const _sfc_main$1 = /* @__PURE__ */ vue.defineComponent({
|
|
7345
|
+
__name: "AttendanceStaff",
|
|
7346
|
+
setup(__props) {
|
|
7347
|
+
var _a;
|
|
7348
|
+
const {
|
|
7349
|
+
fields,
|
|
7350
|
+
id,
|
|
7351
|
+
initialValues,
|
|
7352
|
+
values,
|
|
7353
|
+
isLoading,
|
|
7354
|
+
isChanged,
|
|
7355
|
+
isReady,
|
|
7356
|
+
isMain,
|
|
7357
|
+
isNew,
|
|
7358
|
+
saveOne,
|
|
7359
|
+
discardChanges,
|
|
7360
|
+
syncOne,
|
|
7361
|
+
executeOne
|
|
7362
|
+
} = context.useSingle();
|
|
7363
|
+
const key = vue.ref(0);
|
|
7364
|
+
const diff = vue.computed(() => {
|
|
7365
|
+
return DateUtil.day(values.value.endedAt).diff(values.value.startedAt);
|
|
7366
|
+
});
|
|
7367
|
+
const duration = vue.computed(() => {
|
|
7368
|
+
if (isNaN(diff.value))
|
|
7369
|
+
return "-";
|
|
7370
|
+
const duration2 = DateUtil.day.duration(diff.value);
|
|
7371
|
+
return duration2.format("HH [jam] mm [menit]");
|
|
7372
|
+
});
|
|
7373
|
+
function onStartedAtUpdate(date) {
|
|
7374
|
+
if (!date)
|
|
7375
|
+
return;
|
|
7376
|
+
const currentEndedendedAt = DateUtil.day(values.value.endedAt);
|
|
7377
|
+
let startedAt = DateUtil.day(date);
|
|
7378
|
+
let endedAt = DateUtil.day(date);
|
|
7379
|
+
startedAt = startedAt.second(0).millisecond(0);
|
|
7380
|
+
endedAt = endedAt.hour(currentEndedendedAt.hour()).minute(currentEndedendedAt.minute()).second(0).millisecond(0);
|
|
7381
|
+
values.value.startedAt = startedAt.toISOString();
|
|
7382
|
+
values.value.endedAt = endedAt.toISOString();
|
|
7383
|
+
conflictAtt.value = false;
|
|
7384
|
+
}
|
|
7385
|
+
const { staff } = useOperasional();
|
|
7386
|
+
const staffId = ((_a = staff.value) == null ? void 0 : _a.id) || "";
|
|
7387
|
+
vue.watch(
|
|
7388
|
+
isNew,
|
|
7389
|
+
(isNew2) => {
|
|
7390
|
+
if (!isNew2)
|
|
7391
|
+
return;
|
|
7392
|
+
values.value.submitStaffId = staffId;
|
|
7393
|
+
values.value.submitStaff = staff.value;
|
|
7394
|
+
},
|
|
7395
|
+
{
|
|
7396
|
+
immediate: true
|
|
7397
|
+
}
|
|
7398
|
+
);
|
|
7399
|
+
const submitAbsensi = async () => {
|
|
7400
|
+
await executeOne("submitAttendance", { attendanceId: id.value });
|
|
7401
|
+
await syncOne();
|
|
7402
|
+
};
|
|
7403
|
+
const changeAbsensi = async () => {
|
|
7404
|
+
await executeOne("changeAttendance", { attendanceId: id.value });
|
|
7405
|
+
await syncOne();
|
|
7406
|
+
};
|
|
7407
|
+
const conflictAtt = vue.ref(false);
|
|
7408
|
+
async function conflictAttendance() {
|
|
7409
|
+
var _a2;
|
|
7410
|
+
const resp = await executeOne("checkAttendance", {
|
|
7411
|
+
staffId: (_a2 = staff.value) == null ? void 0 : _a2.id,
|
|
7412
|
+
startedAt: values.value.startedAt
|
|
7413
|
+
});
|
|
7414
|
+
const countAtt = resp.data.executeAttendance.output.countAttendance;
|
|
7415
|
+
if (values.value.startedAt) {
|
|
7416
|
+
if (countAtt > 1) {
|
|
7417
|
+
conflictAtt.value = true;
|
|
7418
|
+
} else {
|
|
7419
|
+
await submitAbsensi();
|
|
7420
|
+
await syncOne();
|
|
7421
|
+
conflictAtt.value = false;
|
|
7422
|
+
}
|
|
7423
|
+
} else {
|
|
7424
|
+
conflictAtt.value = true;
|
|
7425
|
+
}
|
|
7426
|
+
}
|
|
7427
|
+
return (_ctx, _cache) => {
|
|
7428
|
+
return vue.openBlock(), vue.createBlock(vue.unref(context.NeonSingle), { class: "neu-attendance-single" }, {
|
|
7429
|
+
default: vue.withCtx(() => [
|
|
7430
|
+
vue.createVNode(vue.unref(office.OfficeTabs), { "use-url": vue.unref(isMain) }, {
|
|
7431
|
+
default: vue.withCtx(() => [
|
|
7432
|
+
vue.createVNode(vue.unref(office.OfficeTab), {
|
|
7433
|
+
handle: "info",
|
|
7434
|
+
icon: "circle-info",
|
|
7435
|
+
title: "Info"
|
|
7436
|
+
}, {
|
|
7437
|
+
default: vue.withCtx(() => [
|
|
7438
|
+
vue.createVNode(vue.unref(form.NeonForm), {
|
|
7439
|
+
handle: "info",
|
|
7440
|
+
"initial-values": vue.unref(initialValues),
|
|
7441
|
+
"is-loading": vue.unref(isLoading),
|
|
7442
|
+
"is-changed": vue.unref(isChanged),
|
|
7443
|
+
"use-unsaved": "",
|
|
7444
|
+
onCancel: vue.unref(discardChanges),
|
|
7445
|
+
onSubmit: vue.unref(saveOne)
|
|
7446
|
+
}, {
|
|
7447
|
+
default: vue.withCtx(() => [
|
|
7448
|
+
conflictAtt.value == true ? (vue.openBlock(), vue.createBlock(vue.unref(interfaces.NeonAlert), {
|
|
7449
|
+
key: 0,
|
|
7450
|
+
icon: "circle-info",
|
|
7451
|
+
label: "Sudah ada Absensi!. ",
|
|
7452
|
+
description: "Untuk hari ini kamu sudah ada absensi yang diajukan, silahkan cari absensi yang telah diajukan dan ajukan kembali untuk pergantiannya.",
|
|
7453
|
+
color: "#F7CF6D"
|
|
7454
|
+
})) : vue.createCommentVNode("v-if", true),
|
|
7455
|
+
!vue.unref(isNew) && conflictAtt.value == false ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$1, [
|
|
7456
|
+
vue.createElementVNode("div", _hoisted_2$1, [
|
|
7457
|
+
vue.createVNode(vue.unref(form.NeonField), null, {
|
|
7458
|
+
input: vue.withCtx(() => [
|
|
7459
|
+
vue.createVNode(vue.unref(interfaces.NeonButton), {
|
|
7460
|
+
size: "md",
|
|
7461
|
+
color: "success",
|
|
7462
|
+
"icon-left": "up-from-line",
|
|
7463
|
+
"is-disabled": vue.unref(values).status == "notApproved" || vue.unref(values).status == "approved",
|
|
7464
|
+
onClick: conflictAttendance
|
|
7465
|
+
}, {
|
|
7466
|
+
default: vue.withCtx(() => [
|
|
7467
|
+
vue.createTextVNode("Ajukan")
|
|
7468
|
+
]),
|
|
7469
|
+
_: 1
|
|
7470
|
+
/* STABLE */
|
|
7471
|
+
}, 8, ["is-disabled"])
|
|
7472
|
+
]),
|
|
7473
|
+
_: 1
|
|
7474
|
+
/* STABLE */
|
|
7475
|
+
})
|
|
7476
|
+
]),
|
|
7477
|
+
vue.createTextVNode(" "),
|
|
7478
|
+
vue.createElementVNode("div", _hoisted_3$1, [
|
|
7479
|
+
vue.createVNode(vue.unref(form.NeonField), null, {
|
|
7480
|
+
input: vue.withCtx(() => [
|
|
7481
|
+
vue.createVNode(vue.unref(interfaces.NeonButton), {
|
|
7482
|
+
size: "md",
|
|
7483
|
+
color: "warning",
|
|
7484
|
+
"icon-left": "arrows-retweet",
|
|
7485
|
+
"is-disabled": vue.unref(values).status == "notApproved" || vue.unref(values).status == "draft",
|
|
7486
|
+
onClick: changeAbsensi
|
|
7487
|
+
}, {
|
|
7488
|
+
default: vue.withCtx(() => [
|
|
7489
|
+
vue.createTextVNode("Ganti")
|
|
7490
|
+
]),
|
|
7491
|
+
_: 1
|
|
7492
|
+
/* STABLE */
|
|
7493
|
+
}, 8, ["is-disabled"])
|
|
7494
|
+
]),
|
|
7495
|
+
_: 1
|
|
7496
|
+
/* STABLE */
|
|
7497
|
+
})
|
|
7498
|
+
])
|
|
7499
|
+
])) : vue.createCommentVNode("v-if", true),
|
|
7500
|
+
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
7501
|
+
modelValue: vue.unref(values),
|
|
7502
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
7503
|
+
field: vue.unref(fields).submitStaff,
|
|
7504
|
+
"is-disabled": ""
|
|
7505
|
+
}, null, 8, ["modelValue", "field"]),
|
|
7506
|
+
(vue.openBlock(), vue.createBlock(vue.unref(form.NeonField), vue.mergeProps({
|
|
7507
|
+
key: key.value,
|
|
7508
|
+
"model-value": vue.unref(values).startedAt
|
|
7509
|
+
}, {
|
|
7510
|
+
handle: "startedAt",
|
|
7511
|
+
name: "Tanggal",
|
|
7512
|
+
type: "date",
|
|
7513
|
+
input: "date2",
|
|
7514
|
+
options: {
|
|
7515
|
+
note: "Tanggal absensi."
|
|
7516
|
+
}
|
|
7517
|
+
}, {
|
|
7518
|
+
"is-disabled": vue.unref(values).status == "notApproved" || vue.unref(values).status == "approved",
|
|
7519
|
+
"onUpdate:modelValue": onStartedAtUpdate
|
|
7520
|
+
}), null, 16, ["model-value", "is-disabled"])),
|
|
7521
|
+
vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
|
|
7522
|
+
modelValue: vue.unref(values).type,
|
|
7523
|
+
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => vue.unref(values).type = $event)
|
|
7524
|
+
}, vue.unref(fields).type, {
|
|
7525
|
+
"is-disabled": vue.unref(values).status == "notApproved" || vue.unref(values).status == "approved"
|
|
7526
|
+
}), null, 16, ["modelValue", "is-disabled"]),
|
|
7527
|
+
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
7528
|
+
modelValue: vue.unref(values),
|
|
7529
|
+
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
7530
|
+
field: vue.unref(fields).decideStaff,
|
|
7531
|
+
"is-disabled": vue.unref(values).status == "notApproved" || vue.unref(values).status == "approved"
|
|
7532
|
+
}, null, 8, ["modelValue", "field", "is-disabled"]),
|
|
7533
|
+
vue.unref(isNew) || vue.unref(isReady) ? (vue.openBlock(), vue.createBlock(vue.unref(form.NeonField), vue.mergeProps({
|
|
7534
|
+
key: 2,
|
|
7535
|
+
modelValue: vue.unref(values).notes,
|
|
7536
|
+
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => vue.unref(values).notes = $event)
|
|
7537
|
+
}, vue.unref(fields).notes), null, 16, ["modelValue"])) : vue.createCommentVNode("v-if", true),
|
|
7538
|
+
vue.unref(values).type ? (vue.openBlock(), vue.createBlock(vue.unref(interfaces.NeonDivider), {
|
|
7539
|
+
key: 3,
|
|
7540
|
+
"is-dashed": "",
|
|
7541
|
+
label: "Keterangan"
|
|
7542
|
+
})) : vue.createCommentVNode("v-if", true),
|
|
7543
|
+
vue.unref(values).type == "dayOff" || vue.unref(values).type == "sick" || vue.unref(values).type == "permission" || vue.unref(values).type == "leave" ? (vue.openBlock(), vue.createBlock(vue.unref(form.NeonField), vue.mergeProps({
|
|
7544
|
+
key: 4,
|
|
7545
|
+
modelValue: vue.unref(values).submittedAt,
|
|
7546
|
+
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => vue.unref(values).submittedAt = $event)
|
|
7547
|
+
}, vue.unref(fields).submittedAt, { "is-disabled": "" }), null, 16, ["modelValue"])) : vue.createCommentVNode("v-if", true),
|
|
7548
|
+
vue.createCommentVNode(" EARLY GO HOME "),
|
|
7549
|
+
vue.unref(values).type == "homeEarly" ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_4$1, [
|
|
7550
|
+
vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
|
|
7551
|
+
modelValue: vue.unref(values).startedAt,
|
|
7552
|
+
"onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => vue.unref(values).startedAt = $event)
|
|
7553
|
+
}, {
|
|
7554
|
+
handle: "startedAt",
|
|
7555
|
+
name: "Jam Pulang Kerja",
|
|
7556
|
+
options: {
|
|
7557
|
+
note: "Jam pulang kerja."
|
|
7558
|
+
}
|
|
7559
|
+
}), {
|
|
7560
|
+
input: vue.withCtx(() => [
|
|
7561
|
+
vue.createVNode(vue.unref(NeonTime), {
|
|
7562
|
+
modelValue: vue.unref(values).startedAt,
|
|
7563
|
+
"onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => vue.unref(values).startedAt = $event),
|
|
7564
|
+
"is-loading": vue.unref(isLoading),
|
|
7565
|
+
class: "mt-2"
|
|
7566
|
+
}, null, 8, ["modelValue", "is-loading"])
|
|
7567
|
+
]),
|
|
7568
|
+
_: 1
|
|
7569
|
+
/* STABLE */
|
|
7570
|
+
}, 16, ["modelValue"]),
|
|
7571
|
+
vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
|
|
7572
|
+
modelValue: vue.unref(values).endedAt,
|
|
7573
|
+
"onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => vue.unref(values).endedAt = $event)
|
|
7574
|
+
}, {
|
|
7575
|
+
handle: "endedAt",
|
|
7576
|
+
name: "Jam Pulang Lebih Awal",
|
|
7577
|
+
options: {
|
|
7578
|
+
note: "Jam pulang lebih awal."
|
|
7579
|
+
}
|
|
7580
|
+
}), {
|
|
7581
|
+
input: vue.withCtx(() => [
|
|
7582
|
+
vue.createVNode(vue.unref(NeonTime), {
|
|
7583
|
+
modelValue: vue.unref(values).endedAt,
|
|
7584
|
+
"onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => vue.unref(values).endedAt = $event),
|
|
7585
|
+
"is-loading": vue.unref(isLoading),
|
|
7586
|
+
class: "mt-2"
|
|
7587
|
+
}, null, 8, ["modelValue", "is-loading"]),
|
|
7588
|
+
vue.createElementVNode(
|
|
7589
|
+
"div",
|
|
7590
|
+
_hoisted_5$1,
|
|
7591
|
+
vue.toDisplayString(duration.value),
|
|
7592
|
+
1
|
|
7593
|
+
/* TEXT */
|
|
7594
|
+
)
|
|
7595
|
+
]),
|
|
7596
|
+
_: 1
|
|
7597
|
+
/* STABLE */
|
|
7598
|
+
}, 16, ["modelValue"])
|
|
7599
|
+
])) : vue.createCommentVNode("v-if", true),
|
|
7600
|
+
vue.createCommentVNode(" COME TOO LATE "),
|
|
7601
|
+
vue.unref(values).type == "comeLate" ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_6$1, [
|
|
7602
|
+
vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
|
|
7603
|
+
modelValue: vue.unref(values).startedAt,
|
|
7604
|
+
"onUpdate:modelValue": _cache[10] || (_cache[10] = ($event) => vue.unref(values).startedAt = $event)
|
|
7605
|
+
}, {
|
|
7606
|
+
handle: "startedAt",
|
|
7607
|
+
name: "Jam Datang",
|
|
7608
|
+
options: {
|
|
7609
|
+
note: "Jam Datang kerja."
|
|
7610
|
+
}
|
|
7611
|
+
}), {
|
|
7612
|
+
input: vue.withCtx(() => [
|
|
7613
|
+
vue.createVNode(vue.unref(NeonTime), {
|
|
7614
|
+
modelValue: vue.unref(values).startedAt,
|
|
7615
|
+
"onUpdate:modelValue": _cache[9] || (_cache[9] = ($event) => vue.unref(values).startedAt = $event),
|
|
7616
|
+
"is-loading": vue.unref(isLoading),
|
|
7617
|
+
class: "mt-2"
|
|
7618
|
+
}, null, 8, ["modelValue", "is-loading"])
|
|
7619
|
+
]),
|
|
7620
|
+
_: 1
|
|
7621
|
+
/* STABLE */
|
|
7622
|
+
}, 16, ["modelValue"]),
|
|
7623
|
+
vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
|
|
7624
|
+
modelValue: vue.unref(values).endedAt,
|
|
7625
|
+
"onUpdate:modelValue": _cache[12] || (_cache[12] = ($event) => vue.unref(values).endedAt = $event)
|
|
7626
|
+
}, {
|
|
7627
|
+
handle: "endedAt",
|
|
7628
|
+
name: "Jam Datang Terlambat",
|
|
7629
|
+
options: {
|
|
7630
|
+
note: "Jam datang terlambat."
|
|
7631
|
+
}
|
|
7632
|
+
}), {
|
|
7633
|
+
input: vue.withCtx(() => [
|
|
7634
|
+
vue.createVNode(vue.unref(NeonTime), {
|
|
7635
|
+
modelValue: vue.unref(values).endedAt,
|
|
7636
|
+
"onUpdate:modelValue": _cache[11] || (_cache[11] = ($event) => vue.unref(values).endedAt = $event),
|
|
7637
|
+
"is-loading": vue.unref(isLoading),
|
|
7638
|
+
class: "mt-2"
|
|
7639
|
+
}, null, 8, ["modelValue", "is-loading"]),
|
|
7640
|
+
vue.createElementVNode(
|
|
7641
|
+
"div",
|
|
7642
|
+
_hoisted_7$1,
|
|
7643
|
+
vue.toDisplayString(duration.value),
|
|
7644
|
+
1
|
|
7645
|
+
/* TEXT */
|
|
7646
|
+
)
|
|
7647
|
+
]),
|
|
7648
|
+
_: 1
|
|
7649
|
+
/* STABLE */
|
|
7650
|
+
}, 16, ["modelValue"])
|
|
7651
|
+
])) : vue.createCommentVNode("v-if", true),
|
|
7652
|
+
vue.createCommentVNode(" TIMEOUT "),
|
|
7653
|
+
vue.unref(values).type == "timeout" ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_8$1, [
|
|
7654
|
+
vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
|
|
7655
|
+
modelValue: vue.unref(values).startedAt,
|
|
7656
|
+
"onUpdate:modelValue": _cache[14] || (_cache[14] = ($event) => vue.unref(values).startedAt = $event)
|
|
7657
|
+
}, {
|
|
7658
|
+
handle: "startedAt",
|
|
7659
|
+
name: "Mulai",
|
|
7660
|
+
options: {
|
|
7661
|
+
note: "Jam mulai."
|
|
7662
|
+
}
|
|
7663
|
+
}), {
|
|
7664
|
+
input: vue.withCtx(() => [
|
|
7665
|
+
vue.createVNode(vue.unref(NeonTime), {
|
|
7666
|
+
modelValue: vue.unref(values).startedAt,
|
|
7667
|
+
"onUpdate:modelValue": _cache[13] || (_cache[13] = ($event) => vue.unref(values).startedAt = $event),
|
|
7668
|
+
"is-loading": vue.unref(isLoading),
|
|
7669
|
+
class: "mt-2"
|
|
7670
|
+
}, null, 8, ["modelValue", "is-loading"])
|
|
7671
|
+
]),
|
|
7672
|
+
_: 1
|
|
7673
|
+
/* STABLE */
|
|
7674
|
+
}, 16, ["modelValue"]),
|
|
7675
|
+
vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
|
|
7676
|
+
modelValue: vue.unref(values).endedAt,
|
|
7677
|
+
"onUpdate:modelValue": _cache[16] || (_cache[16] = ($event) => vue.unref(values).endedAt = $event)
|
|
7678
|
+
}, {
|
|
7679
|
+
handle: "endedAt",
|
|
7680
|
+
name: "Selesai",
|
|
7681
|
+
options: {
|
|
7682
|
+
note: "Jam selesai."
|
|
7683
|
+
}
|
|
7684
|
+
}), {
|
|
7685
|
+
input: vue.withCtx(() => [
|
|
7686
|
+
vue.createVNode(vue.unref(NeonTime), {
|
|
7687
|
+
modelValue: vue.unref(values).endedAt,
|
|
7688
|
+
"onUpdate:modelValue": _cache[15] || (_cache[15] = ($event) => vue.unref(values).endedAt = $event),
|
|
7689
|
+
"is-loading": vue.unref(isLoading),
|
|
7690
|
+
class: "mt-2"
|
|
7691
|
+
}, null, 8, ["modelValue", "is-loading"]),
|
|
7692
|
+
vue.createElementVNode(
|
|
7693
|
+
"div",
|
|
7694
|
+
_hoisted_9$1,
|
|
7695
|
+
vue.toDisplayString(duration.value),
|
|
7696
|
+
1
|
|
7697
|
+
/* TEXT */
|
|
7698
|
+
)
|
|
7699
|
+
]),
|
|
7700
|
+
_: 1
|
|
7701
|
+
/* STABLE */
|
|
7702
|
+
}, 16, ["modelValue"])
|
|
7703
|
+
])) : vue.createCommentVNode("v-if", true)
|
|
7704
|
+
]),
|
|
7705
|
+
_: 1
|
|
7706
|
+
/* STABLE */
|
|
7707
|
+
}, 8, ["initial-values", "is-loading", "is-changed", "onCancel", "onSubmit"])
|
|
7708
|
+
]),
|
|
7709
|
+
_: 1
|
|
7710
|
+
/* STABLE */
|
|
7711
|
+
})
|
|
7712
|
+
]),
|
|
7713
|
+
_: 1
|
|
7714
|
+
/* STABLE */
|
|
7715
|
+
}, 8, ["use-url"])
|
|
7716
|
+
]),
|
|
7717
|
+
_: 1
|
|
7718
|
+
/* STABLE */
|
|
7719
|
+
});
|
|
7720
|
+
};
|
|
7721
|
+
}
|
|
7722
|
+
});
|
|
7723
|
+
const AttendanceStaff_vue_vue_type_style_index_0_scoped_724535b0_lang = "";
|
|
7724
|
+
const AttendanceStaff = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-724535b0"]]);
|
|
7725
|
+
const _hoisted_1 = { class: "flex flex-wrap" };
|
|
7726
|
+
const _hoisted_2 = { class: "mt-2" };
|
|
7727
|
+
const _hoisted_3 = { class: "mt-2" };
|
|
7728
|
+
const _hoisted_4 = {
|
|
7729
|
+
key: 3,
|
|
7730
|
+
class: "grid gap-2 sm:grid-cols-2"
|
|
7731
|
+
};
|
|
7732
|
+
const _hoisted_5 = { class: "text-right text-fg-subdued text-sm" };
|
|
7733
|
+
const _hoisted_6 = {
|
|
7734
|
+
key: 4,
|
|
7735
|
+
class: "grid gap-2 sm:grid-cols-2"
|
|
7736
|
+
};
|
|
7737
|
+
const _hoisted_7 = { class: "text-right text-fg-subdued text-sm" };
|
|
7738
|
+
const _hoisted_8 = {
|
|
7739
|
+
key: 5,
|
|
7740
|
+
class: "grid gap-2 sm:grid-cols-2"
|
|
7741
|
+
};
|
|
7742
|
+
const _hoisted_9 = { class: "text-right text-fg-subdued text-sm" };
|
|
7743
|
+
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
7744
|
+
__name: "AttendanceManager",
|
|
7745
|
+
setup(__props) {
|
|
7746
|
+
var _a;
|
|
7747
|
+
const {
|
|
7748
|
+
fields,
|
|
7749
|
+
id,
|
|
7750
|
+
initialValues,
|
|
7751
|
+
values,
|
|
7752
|
+
isLoading,
|
|
7753
|
+
isChanged,
|
|
7754
|
+
isReady,
|
|
7755
|
+
isMain,
|
|
7756
|
+
isNew,
|
|
7757
|
+
saveOne,
|
|
7758
|
+
discardChanges,
|
|
7759
|
+
syncOne,
|
|
7760
|
+
executeOne
|
|
7761
|
+
} = context.useSingle();
|
|
7762
|
+
const key = vue.ref(0);
|
|
7763
|
+
const diff = vue.computed(() => {
|
|
7764
|
+
return DateUtil.day(values.value.endedAt).diff(values.value.startedAt);
|
|
7765
|
+
});
|
|
7766
|
+
const duration = vue.computed(() => {
|
|
7767
|
+
if (isNaN(diff.value))
|
|
7768
|
+
return "-";
|
|
7769
|
+
const duration2 = DateUtil.day.duration(diff.value);
|
|
7770
|
+
return duration2.format("HH [jam] mm [menit]");
|
|
7771
|
+
});
|
|
7772
|
+
const reverseDiff = vue.computed(() => {
|
|
7773
|
+
return DateUtil.day(values.value.startedAt).diff(values.value.endedAt);
|
|
7774
|
+
});
|
|
7775
|
+
const reverseDuration = vue.computed(() => {
|
|
7776
|
+
if (isNaN(reverseDiff.value))
|
|
7777
|
+
return "-";
|
|
7778
|
+
const duration2 = DateUtil.day.duration(reverseDiff.value);
|
|
7779
|
+
return duration2.format("HH [jam] mm [menit]");
|
|
7780
|
+
});
|
|
7781
|
+
function onStartedAtUpdate(date) {
|
|
7782
|
+
if (!date)
|
|
7783
|
+
return;
|
|
7784
|
+
const currentEndedendedAt = DateUtil.day(values.value.endedAt);
|
|
7785
|
+
let startedAt = DateUtil.day(date);
|
|
7786
|
+
let endedAt = DateUtil.day(date);
|
|
7787
|
+
startedAt = startedAt.second(0).millisecond(0);
|
|
7788
|
+
endedAt = endedAt.hour(currentEndedendedAt.hour()).minute(currentEndedendedAt.minute()).second(0).millisecond(0);
|
|
7789
|
+
values.value.startedAt = startedAt.toISOString();
|
|
7790
|
+
values.value.endedAt = endedAt.toISOString();
|
|
7791
|
+
}
|
|
7792
|
+
const { staff } = useOperasional();
|
|
7793
|
+
const staffId = ((_a = staff.value) == null ? void 0 : _a.id) || "";
|
|
7794
|
+
vue.watch(
|
|
7795
|
+
isNew,
|
|
7796
|
+
(isNew2) => {
|
|
7797
|
+
if (!isNew2)
|
|
7798
|
+
return;
|
|
7799
|
+
values.value.submitStaffId = staffId;
|
|
7800
|
+
values.value.submitStaff = staff.value;
|
|
7801
|
+
},
|
|
7802
|
+
{
|
|
7803
|
+
immediate: true
|
|
7804
|
+
}
|
|
7805
|
+
);
|
|
7806
|
+
const approvedAbsensi = async () => {
|
|
7807
|
+
await executeOne("approvedAttendance", { attendanceId: id.value });
|
|
7808
|
+
await syncOne();
|
|
7809
|
+
};
|
|
7810
|
+
const deleteAbsensi = async () => {
|
|
7811
|
+
await executeOne("deleteAttendance", { attendanceId: id.value });
|
|
7812
|
+
await syncOne();
|
|
7813
|
+
window.location.href = "/penugasan/manager-attendances";
|
|
7814
|
+
};
|
|
7815
|
+
return (_ctx, _cache) => {
|
|
7816
|
+
return vue.openBlock(), vue.createBlock(vue.unref(context.NeonSingle), { class: "neu-attendance-single" }, {
|
|
7817
|
+
default: vue.withCtx(() => [
|
|
7818
|
+
vue.createVNode(vue.unref(office.OfficeTabs), { "use-url": vue.unref(isMain) }, {
|
|
7819
|
+
default: vue.withCtx(() => [
|
|
7820
|
+
vue.createVNode(vue.unref(office.OfficeTab), {
|
|
7821
|
+
handle: "info",
|
|
7822
|
+
icon: "circle-info",
|
|
7823
|
+
title: "Info"
|
|
7824
|
+
}, {
|
|
7825
|
+
default: vue.withCtx(() => [
|
|
7826
|
+
vue.createVNode(vue.unref(form.NeonForm), {
|
|
7827
|
+
handle: "info",
|
|
7828
|
+
"initial-values": vue.unref(initialValues),
|
|
7829
|
+
"is-loading": vue.unref(isLoading),
|
|
7830
|
+
"is-changed": vue.unref(isChanged),
|
|
7831
|
+
"use-unsaved": "",
|
|
7832
|
+
onCancel: vue.unref(discardChanges),
|
|
7833
|
+
onSubmit: vue.unref(saveOne)
|
|
7834
|
+
}, {
|
|
7835
|
+
default: vue.withCtx(() => [
|
|
7836
|
+
vue.createElementVNode("div", _hoisted_1, [
|
|
7837
|
+
vue.createElementVNode("div", _hoisted_2, [
|
|
7838
|
+
vue.createVNode(vue.unref(form.NeonField), null, {
|
|
7839
|
+
input: vue.withCtx(() => [
|
|
7840
|
+
vue.createVNode(vue.unref(interfaces.NeonButton), {
|
|
7841
|
+
size: "md",
|
|
7842
|
+
color: "success",
|
|
7843
|
+
"icon-left": "check",
|
|
7844
|
+
"is-disabled": vue.unref(values).status == "approved",
|
|
7845
|
+
onClick: approvedAbsensi
|
|
7846
|
+
}, {
|
|
7847
|
+
default: vue.withCtx(() => [
|
|
7848
|
+
vue.createTextVNode("Disetujui")
|
|
7849
|
+
]),
|
|
7850
|
+
_: 1
|
|
7851
|
+
/* STABLE */
|
|
7852
|
+
}, 8, ["is-disabled"])
|
|
7853
|
+
]),
|
|
7854
|
+
_: 1
|
|
7855
|
+
/* STABLE */
|
|
7856
|
+
})
|
|
7857
|
+
]),
|
|
7858
|
+
vue.createTextVNode(" "),
|
|
7859
|
+
vue.createElementVNode("div", _hoisted_3, [
|
|
7860
|
+
vue.createVNode(vue.unref(form.NeonField), null, {
|
|
7861
|
+
input: vue.withCtx(() => [
|
|
7862
|
+
vue.createVNode(vue.unref(interfaces.NeonButton), {
|
|
7863
|
+
size: "md",
|
|
7864
|
+
color: "danger",
|
|
7865
|
+
"icon-left": "trash-can",
|
|
7866
|
+
onClick: deleteAbsensi
|
|
7867
|
+
}, {
|
|
7868
|
+
default: vue.withCtx(() => [
|
|
7869
|
+
vue.createTextVNode("Dihapus")
|
|
7870
|
+
]),
|
|
7871
|
+
_: 1
|
|
7872
|
+
/* STABLE */
|
|
7873
|
+
})
|
|
7874
|
+
]),
|
|
7875
|
+
_: 1
|
|
7876
|
+
/* STABLE */
|
|
7877
|
+
})
|
|
7878
|
+
])
|
|
7879
|
+
]),
|
|
7880
|
+
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
7881
|
+
modelValue: vue.unref(values),
|
|
7882
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
7883
|
+
field: vue.unref(fields).submitStaff,
|
|
7884
|
+
"is-disabled": ""
|
|
7885
|
+
}, null, 8, ["modelValue", "field"]),
|
|
7886
|
+
(vue.openBlock(), vue.createBlock(vue.unref(form.NeonField), vue.mergeProps({
|
|
7887
|
+
key: key.value,
|
|
7888
|
+
"model-value": vue.unref(values).startedAt
|
|
7889
|
+
}, {
|
|
7890
|
+
handle: "startedAt",
|
|
7891
|
+
name: "Tanggal",
|
|
7892
|
+
type: "date",
|
|
7893
|
+
input: "date2",
|
|
7894
|
+
options: {
|
|
7895
|
+
note: "Tanggal absensi."
|
|
7896
|
+
}
|
|
7897
|
+
}, {
|
|
7898
|
+
"is-disabled": vue.unref(values).status == "approved",
|
|
7899
|
+
"onUpdate:modelValue": onStartedAtUpdate
|
|
7900
|
+
}), null, 16, ["model-value", "is-disabled"])),
|
|
7901
|
+
vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
|
|
7902
|
+
modelValue: vue.unref(values).type,
|
|
7903
|
+
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => vue.unref(values).type = $event)
|
|
7904
|
+
}, vue.unref(fields).type, {
|
|
7905
|
+
"is-disabled": vue.unref(values).status == "approved"
|
|
7906
|
+
}), null, 16, ["modelValue", "is-disabled"]),
|
|
7907
|
+
vue.createVNode(vue.unref(office.OfficeRelation), {
|
|
7908
|
+
modelValue: vue.unref(values),
|
|
7909
|
+
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
7910
|
+
field: vue.unref(fields).decideStaff,
|
|
7911
|
+
"is-disabled": vue.unref(values).status == "approved"
|
|
7912
|
+
}, null, 8, ["modelValue", "field", "is-disabled"]),
|
|
7913
|
+
vue.unref(isNew) || vue.unref(isReady) ? (vue.openBlock(), vue.createBlock(vue.unref(form.NeonField), vue.mergeProps({
|
|
7914
|
+
key: 0,
|
|
7915
|
+
modelValue: vue.unref(values).notes,
|
|
7916
|
+
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => vue.unref(values).notes = $event)
|
|
7917
|
+
}, vue.unref(fields).notes), null, 16, ["modelValue"])) : vue.createCommentVNode("v-if", true),
|
|
7918
|
+
vue.unref(values).type ? (vue.openBlock(), vue.createBlock(vue.unref(interfaces.NeonDivider), {
|
|
7919
|
+
key: 1,
|
|
7920
|
+
"is-dashed": "",
|
|
7921
|
+
label: "Keterangan"
|
|
7922
|
+
})) : vue.createCommentVNode("v-if", true),
|
|
7923
|
+
vue.unref(values).type == "dayOff" || vue.unref(values).type == "sick" || vue.unref(values).type == "permission" || vue.unref(values).type == "leave" ? (vue.openBlock(), vue.createBlock(vue.unref(form.NeonField), vue.mergeProps({
|
|
7924
|
+
key: 2,
|
|
7925
|
+
modelValue: vue.unref(values).submittedAt,
|
|
7926
|
+
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => vue.unref(values).submittedAt = $event)
|
|
7927
|
+
}, vue.unref(fields).submittedAt, { "is-disabled": "" }), null, 16, ["modelValue"])) : vue.createCommentVNode("v-if", true),
|
|
7928
|
+
vue.createCommentVNode(" EARLY GO HOME "),
|
|
7929
|
+
vue.unref(values).type == "homeEarly" ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_4, [
|
|
7930
|
+
vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
|
|
7931
|
+
modelValue: vue.unref(values).startedAt,
|
|
7932
|
+
"onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => vue.unref(values).startedAt = $event)
|
|
7933
|
+
}, {
|
|
7934
|
+
handle: "startedAt",
|
|
7935
|
+
name: "Jam Pulang Kerja",
|
|
7936
|
+
options: {
|
|
7937
|
+
note: "Jam pulang kerja."
|
|
7938
|
+
}
|
|
7939
|
+
}), {
|
|
7940
|
+
input: vue.withCtx(() => [
|
|
7941
|
+
vue.createVNode(vue.unref(NeonTime), {
|
|
7942
|
+
modelValue: vue.unref(values).startedAt,
|
|
7943
|
+
"onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => vue.unref(values).startedAt = $event),
|
|
7944
|
+
"is-loading": vue.unref(isLoading),
|
|
7945
|
+
class: "mt-2"
|
|
7946
|
+
}, null, 8, ["modelValue", "is-loading"])
|
|
7947
|
+
]),
|
|
7948
|
+
_: 1
|
|
7949
|
+
/* STABLE */
|
|
7950
|
+
}, 16, ["modelValue"]),
|
|
7951
|
+
vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
|
|
7952
|
+
modelValue: vue.unref(values).endedAt,
|
|
7953
|
+
"onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => vue.unref(values).endedAt = $event)
|
|
7954
|
+
}, {
|
|
7955
|
+
handle: "endedAt",
|
|
7956
|
+
name: "Jam Pulang Lebih Awal",
|
|
7957
|
+
options: {
|
|
7958
|
+
note: "Jam pulang lebih awal."
|
|
7959
|
+
}
|
|
7960
|
+
}), {
|
|
7961
|
+
input: vue.withCtx(() => [
|
|
7962
|
+
vue.createVNode(vue.unref(NeonTime), {
|
|
7963
|
+
modelValue: vue.unref(values).endedAt,
|
|
7964
|
+
"onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => vue.unref(values).endedAt = $event),
|
|
7965
|
+
"is-loading": vue.unref(isLoading),
|
|
7966
|
+
class: "mt-2"
|
|
7967
|
+
}, null, 8, ["modelValue", "is-loading"]),
|
|
7968
|
+
vue.createElementVNode(
|
|
7969
|
+
"div",
|
|
7970
|
+
_hoisted_5,
|
|
7971
|
+
vue.toDisplayString(reverseDuration.value),
|
|
7972
|
+
1
|
|
7973
|
+
/* TEXT */
|
|
7974
|
+
)
|
|
7975
|
+
]),
|
|
7976
|
+
_: 1
|
|
7977
|
+
/* STABLE */
|
|
7978
|
+
}, 16, ["modelValue"])
|
|
7979
|
+
])) : vue.createCommentVNode("v-if", true),
|
|
7980
|
+
vue.createCommentVNode(" COME TOO LATE "),
|
|
7981
|
+
vue.unref(values).type == "comeLate" ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_6, [
|
|
7982
|
+
vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
|
|
7983
|
+
modelValue: vue.unref(values).startedAt,
|
|
7984
|
+
"onUpdate:modelValue": _cache[10] || (_cache[10] = ($event) => vue.unref(values).startedAt = $event)
|
|
7985
|
+
}, {
|
|
7986
|
+
handle: "startedAt",
|
|
7987
|
+
name: "Jam Datang",
|
|
7988
|
+
options: {
|
|
7989
|
+
note: "Jam Datang kerja."
|
|
7990
|
+
}
|
|
7991
|
+
}), {
|
|
7992
|
+
input: vue.withCtx(() => [
|
|
7993
|
+
vue.createVNode(vue.unref(NeonTime), {
|
|
7994
|
+
modelValue: vue.unref(values).startedAt,
|
|
7995
|
+
"onUpdate:modelValue": _cache[9] || (_cache[9] = ($event) => vue.unref(values).startedAt = $event),
|
|
7996
|
+
"is-loading": vue.unref(isLoading),
|
|
7997
|
+
class: "mt-2"
|
|
7998
|
+
}, null, 8, ["modelValue", "is-loading"])
|
|
7999
|
+
]),
|
|
8000
|
+
_: 1
|
|
8001
|
+
/* STABLE */
|
|
8002
|
+
}, 16, ["modelValue"]),
|
|
8003
|
+
vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
|
|
8004
|
+
modelValue: vue.unref(values).endedAt,
|
|
8005
|
+
"onUpdate:modelValue": _cache[12] || (_cache[12] = ($event) => vue.unref(values).endedAt = $event)
|
|
8006
|
+
}, {
|
|
8007
|
+
handle: "endedAt",
|
|
8008
|
+
name: "Jam Datang Terlambat",
|
|
8009
|
+
options: {
|
|
8010
|
+
note: "Jam datang terlambat."
|
|
8011
|
+
}
|
|
8012
|
+
}), {
|
|
8013
|
+
input: vue.withCtx(() => [
|
|
8014
|
+
vue.createVNode(vue.unref(NeonTime), {
|
|
8015
|
+
modelValue: vue.unref(values).endedAt,
|
|
8016
|
+
"onUpdate:modelValue": _cache[11] || (_cache[11] = ($event) => vue.unref(values).endedAt = $event),
|
|
8017
|
+
"is-loading": vue.unref(isLoading),
|
|
8018
|
+
class: "mt-2"
|
|
8019
|
+
}, null, 8, ["modelValue", "is-loading"]),
|
|
8020
|
+
vue.createElementVNode(
|
|
8021
|
+
"div",
|
|
8022
|
+
_hoisted_7,
|
|
8023
|
+
vue.toDisplayString(duration.value),
|
|
8024
|
+
1
|
|
8025
|
+
/* TEXT */
|
|
8026
|
+
)
|
|
8027
|
+
]),
|
|
8028
|
+
_: 1
|
|
8029
|
+
/* STABLE */
|
|
8030
|
+
}, 16, ["modelValue"])
|
|
8031
|
+
])) : vue.createCommentVNode("v-if", true),
|
|
8032
|
+
vue.createCommentVNode(" TIMEOUT "),
|
|
8033
|
+
vue.unref(values).type == "timeout" ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_8, [
|
|
8034
|
+
vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
|
|
8035
|
+
modelValue: vue.unref(values).startedAt,
|
|
8036
|
+
"onUpdate:modelValue": _cache[14] || (_cache[14] = ($event) => vue.unref(values).startedAt = $event)
|
|
8037
|
+
}, {
|
|
8038
|
+
handle: "startedAt",
|
|
8039
|
+
name: "Mulai",
|
|
8040
|
+
options: {
|
|
8041
|
+
note: "Jam mulai."
|
|
8042
|
+
}
|
|
8043
|
+
}), {
|
|
8044
|
+
input: vue.withCtx(() => [
|
|
8045
|
+
vue.createVNode(vue.unref(NeonTime), {
|
|
8046
|
+
modelValue: vue.unref(values).startedAt,
|
|
8047
|
+
"onUpdate:modelValue": _cache[13] || (_cache[13] = ($event) => vue.unref(values).startedAt = $event),
|
|
8048
|
+
"is-loading": vue.unref(isLoading),
|
|
8049
|
+
class: "mt-2"
|
|
8050
|
+
}, null, 8, ["modelValue", "is-loading"])
|
|
8051
|
+
]),
|
|
8052
|
+
_: 1
|
|
8053
|
+
/* STABLE */
|
|
8054
|
+
}, 16, ["modelValue"]),
|
|
8055
|
+
vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
|
|
8056
|
+
modelValue: vue.unref(values).endedAt,
|
|
8057
|
+
"onUpdate:modelValue": _cache[16] || (_cache[16] = ($event) => vue.unref(values).endedAt = $event)
|
|
8058
|
+
}, {
|
|
8059
|
+
handle: "endedAt",
|
|
8060
|
+
name: "Selesai",
|
|
8061
|
+
options: {
|
|
8062
|
+
note: "Jam selesai."
|
|
8063
|
+
}
|
|
8064
|
+
}), {
|
|
8065
|
+
input: vue.withCtx(() => [
|
|
8066
|
+
vue.createVNode(vue.unref(NeonTime), {
|
|
8067
|
+
modelValue: vue.unref(values).endedAt,
|
|
8068
|
+
"onUpdate:modelValue": _cache[15] || (_cache[15] = ($event) => vue.unref(values).endedAt = $event),
|
|
8069
|
+
"is-loading": vue.unref(isLoading),
|
|
8070
|
+
class: "mt-2"
|
|
8071
|
+
}, null, 8, ["modelValue", "is-loading"]),
|
|
8072
|
+
vue.createElementVNode(
|
|
8073
|
+
"div",
|
|
8074
|
+
_hoisted_9,
|
|
8075
|
+
vue.toDisplayString(duration.value),
|
|
8076
|
+
1
|
|
8077
|
+
/* TEXT */
|
|
8078
|
+
)
|
|
8079
|
+
]),
|
|
8080
|
+
_: 1
|
|
8081
|
+
/* STABLE */
|
|
8082
|
+
}, 16, ["modelValue"])
|
|
8083
|
+
])) : vue.createCommentVNode("v-if", true)
|
|
8084
|
+
]),
|
|
8085
|
+
_: 1
|
|
8086
|
+
/* STABLE */
|
|
8087
|
+
}, 8, ["initial-values", "is-loading", "is-changed", "onCancel", "onSubmit"])
|
|
8088
|
+
]),
|
|
8089
|
+
_: 1
|
|
8090
|
+
/* STABLE */
|
|
8091
|
+
})
|
|
8092
|
+
]),
|
|
8093
|
+
_: 1
|
|
8094
|
+
/* STABLE */
|
|
8095
|
+
}, 8, ["use-url"])
|
|
8096
|
+
]),
|
|
8097
|
+
_: 1
|
|
8098
|
+
/* STABLE */
|
|
8099
|
+
});
|
|
8100
|
+
};
|
|
8101
|
+
}
|
|
8102
|
+
});
|
|
8103
|
+
const AttendanceManager_vue_vue_type_style_index_0_scoped_643cca03_lang = "";
|
|
8104
|
+
const AttendanceManager = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-643cca03"]]);
|
|
7432
8105
|
const components = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
7433
8106
|
__proto__: null,
|
|
8107
|
+
AttendanceCollection: _sfc_main$3,
|
|
8108
|
+
AttendanceManager,
|
|
8109
|
+
AttendanceModel,
|
|
8110
|
+
AttendanceSingle,
|
|
8111
|
+
AttendanceStaff,
|
|
7434
8112
|
CheckInAccess,
|
|
7435
|
-
CheckInCollection: _sfc_main$
|
|
8113
|
+
CheckInCollection: _sfc_main$J,
|
|
7436
8114
|
CheckInExternal,
|
|
7437
8115
|
CheckInModel,
|
|
7438
8116
|
CheckInPresenceCollection,
|
|
7439
|
-
CheckInScanError: _sfc_main$
|
|
7440
|
-
CheckInScanSuccess: _sfc_main$
|
|
8117
|
+
CheckInScanError: _sfc_main$M,
|
|
8118
|
+
CheckInScanSuccess: _sfc_main$K,
|
|
7441
8119
|
CheckInScanner,
|
|
7442
8120
|
CheckInSingle,
|
|
7443
8121
|
NeonTime,
|
|
7444
8122
|
OperasionalIdentitas,
|
|
7445
|
-
PlanCollection: _sfc_main$
|
|
8123
|
+
PlanCollection: _sfc_main$b,
|
|
7446
8124
|
PlanModel,
|
|
7447
8125
|
PlanSingle,
|
|
7448
8126
|
PlanStaff,
|
|
7449
|
-
PlanTypeCollection: _sfc_main$
|
|
8127
|
+
PlanTypeCollection: _sfc_main$d,
|
|
7450
8128
|
PlanTypeModel,
|
|
7451
8129
|
PlanTypeSingle,
|
|
7452
|
-
ProgressButton: _sfc_main$
|
|
8130
|
+
ProgressButton: _sfc_main$8,
|
|
7453
8131
|
ProgressCollection,
|
|
7454
8132
|
ProgressModel,
|
|
7455
8133
|
ProgressSingle,
|
|
7456
8134
|
ProgressTomorrow,
|
|
7457
8135
|
ProgressYesterday,
|
|
7458
|
-
ResponsibilityCollection: _sfc_main$
|
|
8136
|
+
ResponsibilityCollection: _sfc_main$j,
|
|
7459
8137
|
ResponsibilityModel,
|
|
7460
8138
|
ResponsibilitySingle,
|
|
7461
8139
|
ResponsibilityStaff,
|
|
7462
|
-
ResponsibilityTypeCollection: _sfc_main$
|
|
8140
|
+
ResponsibilityTypeCollection: _sfc_main$l,
|
|
7463
8141
|
ResponsibilityTypeModel,
|
|
7464
8142
|
ResponsibilityTypeSingle,
|
|
7465
|
-
SituationCollection: _sfc_main$
|
|
8143
|
+
SituationCollection: _sfc_main$E,
|
|
7466
8144
|
SituationModel,
|
|
7467
|
-
SituationSingle: _sfc_main$
|
|
7468
|
-
SituationSupportive: _sfc_main$
|
|
7469
|
-
SituationTypeCollection: _sfc_main$
|
|
8145
|
+
SituationSingle: _sfc_main$D,
|
|
8146
|
+
SituationSupportive: _sfc_main$B,
|
|
8147
|
+
SituationTypeCollection: _sfc_main$A,
|
|
7470
8148
|
SituationTypeModel,
|
|
7471
|
-
SituationTypeSingle: _sfc_main$
|
|
7472
|
-
SituationWork: _sfc_main$
|
|
7473
|
-
StaffCollection: _sfc_main$
|
|
7474
|
-
StaffIdentity: _sfc_main$
|
|
8149
|
+
SituationTypeSingle: _sfc_main$z,
|
|
8150
|
+
SituationWork: _sfc_main$C,
|
|
8151
|
+
StaffCollection: _sfc_main$I,
|
|
8152
|
+
StaffIdentity: _sfc_main$F,
|
|
7475
8153
|
StaffModel,
|
|
7476
8154
|
StaffOperasional,
|
|
7477
8155
|
StaffSingle,
|
|
7478
8156
|
SubmissionAudit,
|
|
7479
|
-
SubmissionCollection: _sfc_main$
|
|
8157
|
+
SubmissionCollection: _sfc_main$u,
|
|
7480
8158
|
SubmissionDecision,
|
|
7481
8159
|
SubmissionFollowUp,
|
|
7482
8160
|
SubmissionModel,
|
|
7483
8161
|
SubmissionSingle,
|
|
7484
8162
|
SubmissionStaff,
|
|
7485
|
-
SubmissionTypeCollection: _sfc_main$
|
|
8163
|
+
SubmissionTypeCollection: _sfc_main$n,
|
|
7486
8164
|
SubmissionTypeModel,
|
|
7487
8165
|
SubmissionTypeSingle,
|
|
7488
8166
|
SubmissionWaitingDecision,
|
|
7489
8167
|
TargetBranch,
|
|
7490
|
-
TargetCollection: _sfc_main$
|
|
8168
|
+
TargetCollection: _sfc_main$g,
|
|
7491
8169
|
TargetModel,
|
|
7492
8170
|
TargetSingle,
|
|
7493
|
-
TaskCollection: _sfc_main$
|
|
8171
|
+
TaskCollection: _sfc_main$x,
|
|
7494
8172
|
TaskModel,
|
|
7495
|
-
TaskSingle: _sfc_main$
|
|
7496
|
-
TaskWork: _sfc_main$
|
|
7497
|
-
TaskWorkButton: _sfc_main$
|
|
7498
|
-
XxxButton: _sfc_main$
|
|
8173
|
+
TaskSingle: _sfc_main$w,
|
|
8174
|
+
TaskWork: _sfc_main$v,
|
|
8175
|
+
TaskWorkButton: _sfc_main$y,
|
|
8176
|
+
XxxButton: _sfc_main$T
|
|
7499
8177
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
7500
8178
|
function registerComponents(app) {
|
|
7501
8179
|
Object.entries(components).forEach(([name, component2]) => {
|
|
@@ -7510,74 +8188,79 @@ const OperasionalInterfacesPlugin = {
|
|
|
7510
8188
|
registerComponents(app);
|
|
7511
8189
|
}
|
|
7512
8190
|
};
|
|
8191
|
+
exports.AttendanceCollection = _sfc_main$3;
|
|
8192
|
+
exports.AttendanceManager = AttendanceManager;
|
|
8193
|
+
exports.AttendanceModel = AttendanceModel;
|
|
8194
|
+
exports.AttendanceSingle = AttendanceSingle;
|
|
8195
|
+
exports.AttendanceStaff = AttendanceStaff;
|
|
7513
8196
|
exports.CheckInAccess = CheckInAccess;
|
|
7514
|
-
exports.CheckInCollection = _sfc_main$
|
|
8197
|
+
exports.CheckInCollection = _sfc_main$J;
|
|
7515
8198
|
exports.CheckInExternal = CheckInExternal;
|
|
7516
8199
|
exports.CheckInModel = CheckInModel;
|
|
7517
8200
|
exports.CheckInPresenceCollection = CheckInPresenceCollection;
|
|
7518
|
-
exports.CheckInScanError = _sfc_main$
|
|
7519
|
-
exports.CheckInScanSuccess = _sfc_main$
|
|
8201
|
+
exports.CheckInScanError = _sfc_main$M;
|
|
8202
|
+
exports.CheckInScanSuccess = _sfc_main$K;
|
|
7520
8203
|
exports.CheckInScanner = CheckInScanner;
|
|
7521
8204
|
exports.CheckInSingle = CheckInSingle;
|
|
7522
8205
|
exports.NOperasional = operasional_types;
|
|
7523
8206
|
exports.NeonTime = NeonTime;
|
|
7524
8207
|
exports.OperasionalIdentitas = OperasionalIdentitas;
|
|
7525
8208
|
exports.OperasionalInterfacesPlugin = OperasionalInterfacesPlugin;
|
|
7526
|
-
exports.PlanCollection = _sfc_main$
|
|
8209
|
+
exports.PlanCollection = _sfc_main$b;
|
|
7527
8210
|
exports.PlanModel = PlanModel;
|
|
7528
8211
|
exports.PlanSingle = PlanSingle;
|
|
7529
8212
|
exports.PlanStaff = PlanStaff;
|
|
7530
|
-
exports.PlanTypeCollection = _sfc_main$
|
|
8213
|
+
exports.PlanTypeCollection = _sfc_main$d;
|
|
7531
8214
|
exports.PlanTypeModel = PlanTypeModel;
|
|
7532
8215
|
exports.PlanTypeSingle = PlanTypeSingle;
|
|
7533
|
-
exports.ProgressButton = _sfc_main$
|
|
8216
|
+
exports.ProgressButton = _sfc_main$8;
|
|
7534
8217
|
exports.ProgressCollection = ProgressCollection;
|
|
7535
8218
|
exports.ProgressModel = ProgressModel;
|
|
7536
8219
|
exports.ProgressSingle = ProgressSingle;
|
|
7537
8220
|
exports.ProgressTomorrow = ProgressTomorrow;
|
|
7538
8221
|
exports.ProgressYesterday = ProgressYesterday;
|
|
7539
|
-
exports.ResponsibilityCollection = _sfc_main$
|
|
8222
|
+
exports.ResponsibilityCollection = _sfc_main$j;
|
|
7540
8223
|
exports.ResponsibilityModel = ResponsibilityModel;
|
|
7541
8224
|
exports.ResponsibilitySingle = ResponsibilitySingle;
|
|
7542
8225
|
exports.ResponsibilityStaff = ResponsibilityStaff;
|
|
7543
|
-
exports.ResponsibilityTypeCollection = _sfc_main$
|
|
8226
|
+
exports.ResponsibilityTypeCollection = _sfc_main$l;
|
|
7544
8227
|
exports.ResponsibilityTypeModel = ResponsibilityTypeModel;
|
|
7545
8228
|
exports.ResponsibilityTypeSingle = ResponsibilityTypeSingle;
|
|
7546
8229
|
exports.Schema = graphql;
|
|
7547
|
-
exports.SituationCollection = _sfc_main$
|
|
8230
|
+
exports.SituationCollection = _sfc_main$E;
|
|
7548
8231
|
exports.SituationModel = SituationModel;
|
|
7549
|
-
exports.SituationSingle = _sfc_main$
|
|
7550
|
-
exports.SituationSupportive = _sfc_main$
|
|
7551
|
-
exports.SituationTypeCollection = _sfc_main$
|
|
8232
|
+
exports.SituationSingle = _sfc_main$D;
|
|
8233
|
+
exports.SituationSupportive = _sfc_main$B;
|
|
8234
|
+
exports.SituationTypeCollection = _sfc_main$A;
|
|
7552
8235
|
exports.SituationTypeModel = SituationTypeModel;
|
|
7553
|
-
exports.SituationTypeSingle = _sfc_main$
|
|
7554
|
-
exports.SituationWork = _sfc_main$
|
|
7555
|
-
exports.StaffCollection = _sfc_main$
|
|
7556
|
-
exports.StaffIdentity = _sfc_main$
|
|
8236
|
+
exports.SituationTypeSingle = _sfc_main$z;
|
|
8237
|
+
exports.SituationWork = _sfc_main$C;
|
|
8238
|
+
exports.StaffCollection = _sfc_main$I;
|
|
8239
|
+
exports.StaffIdentity = _sfc_main$F;
|
|
7557
8240
|
exports.StaffModel = StaffModel;
|
|
7558
8241
|
exports.StaffOperasional = StaffOperasional;
|
|
7559
8242
|
exports.StaffSingle = StaffSingle;
|
|
7560
8243
|
exports.SubmissionAudit = SubmissionAudit;
|
|
7561
|
-
exports.SubmissionCollection = _sfc_main$
|
|
8244
|
+
exports.SubmissionCollection = _sfc_main$u;
|
|
7562
8245
|
exports.SubmissionDecision = SubmissionDecision;
|
|
7563
8246
|
exports.SubmissionFollowUp = SubmissionFollowUp;
|
|
7564
8247
|
exports.SubmissionModel = SubmissionModel;
|
|
7565
8248
|
exports.SubmissionSingle = SubmissionSingle;
|
|
7566
8249
|
exports.SubmissionStaff = SubmissionStaff;
|
|
7567
|
-
exports.SubmissionTypeCollection = _sfc_main$
|
|
8250
|
+
exports.SubmissionTypeCollection = _sfc_main$n;
|
|
7568
8251
|
exports.SubmissionTypeModel = SubmissionTypeModel;
|
|
7569
8252
|
exports.SubmissionTypeSingle = SubmissionTypeSingle;
|
|
7570
8253
|
exports.SubmissionWaitingDecision = SubmissionWaitingDecision;
|
|
7571
8254
|
exports.TargetBranch = TargetBranch;
|
|
7572
|
-
exports.TargetCollection = _sfc_main$
|
|
8255
|
+
exports.TargetCollection = _sfc_main$g;
|
|
7573
8256
|
exports.TargetModel = TargetModel;
|
|
7574
8257
|
exports.TargetSingle = TargetSingle;
|
|
7575
|
-
exports.TaskCollection = _sfc_main$
|
|
8258
|
+
exports.TaskCollection = _sfc_main$x;
|
|
7576
8259
|
exports.TaskModel = TaskModel;
|
|
7577
|
-
exports.TaskSingle = _sfc_main$
|
|
7578
|
-
exports.TaskWork = _sfc_main$
|
|
7579
|
-
exports.TaskWorkButton = _sfc_main$
|
|
7580
|
-
exports.XxxButton = _sfc_main$
|
|
8260
|
+
exports.TaskSingle = _sfc_main$w;
|
|
8261
|
+
exports.TaskWork = _sfc_main$v;
|
|
8262
|
+
exports.TaskWorkButton = _sfc_main$y;
|
|
8263
|
+
exports.XxxButton = _sfc_main$T;
|
|
7581
8264
|
exports.bus = bus;
|
|
7582
8265
|
exports.useAttendanceStore = useAttendanceStore;
|
|
7583
8266
|
exports.useOperasional = useOperasional;
|