@neutron.co.id/operasional-interfaces 1.17.6 → 1.17.7

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.
Files changed (51) hide show
  1. package/build/@office/config.mjs +9 -0
  2. package/build/@office/models/personalia/attendanceType/AttendanceTypeSingle/AttendanceTypeSingle.vue +5 -1
  3. package/build/@office/models/personalia/index.d.ts +3 -0
  4. package/build/@office/models/personalia/index.mjs +3 -0
  5. package/build/@office/models/personalia/leaveConflict/LeaveConflictCollection/LeaveConflictCollection.vue +34 -0
  6. package/build/@office/models/personalia/leaveConflict/LeaveConflictCollection/index.d.ts +1 -0
  7. package/build/@office/models/personalia/leaveConflict/LeaveConflictCollection/index.mjs +1 -0
  8. package/build/@office/models/personalia/leaveConflict/LeaveConflictSingle/LeaveConflictSingle.vue +27 -0
  9. package/build/@office/models/personalia/leaveConflict/LeaveConflictSingle/index.d.ts +1 -0
  10. package/build/@office/models/personalia/leaveConflict/LeaveConflictSingle/index.mjs +1 -0
  11. package/build/@office/models/personalia/leaveConflict/index.d.ts +2 -0
  12. package/build/@office/models/personalia/leaveConflict/index.mjs +2 -0
  13. package/build/@office/models/personalia/leaveQuota/LeaveQuotaCollection/LeaveQuotaCollection.vue +24 -0
  14. package/build/@office/models/personalia/leaveQuota/LeaveQuotaCollection/index.d.ts +1 -0
  15. package/build/@office/models/personalia/leaveQuota/LeaveQuotaCollection/index.mjs +1 -0
  16. package/build/@office/models/personalia/leaveQuota/LeaveQuotaSingle/LeaveQuotaSingle.vue +210 -0
  17. package/build/@office/models/personalia/leaveQuota/LeaveQuotaSingle/index.d.ts +2 -0
  18. package/build/@office/models/personalia/leaveQuota/LeaveQuotaSingle/index.mjs +2 -0
  19. package/build/@office/models/personalia/leaveQuota/index.d.ts +2 -0
  20. package/build/@office/models/personalia/leaveQuota/index.mjs +2 -0
  21. package/build/@office/models/personalia/leaveStaff/LeaveStaffCollection/LeaveStaffCollection.vue +23 -0
  22. package/build/@office/models/personalia/leaveStaff/LeaveStaffCollection/index.d.ts +1 -0
  23. package/build/@office/models/personalia/leaveStaff/LeaveStaffCollection/index.mjs +1 -0
  24. package/build/@office/models/personalia/leaveStaff/LeaveStaffSingle/LeaveStaffSingle.vue +28 -0
  25. package/build/@office/models/personalia/leaveStaff/LeaveStaffSingle/index.d.ts +1 -0
  26. package/build/@office/models/personalia/leaveStaff/LeaveStaffSingle/index.mjs +1 -0
  27. package/build/@office/models/personalia/leaveStaff/index.d.ts +2 -0
  28. package/build/@office/models/personalia/leaveStaff/index.mjs +2 -0
  29. package/build/@package/@office/models/personalia/index.d.ts +3 -0
  30. package/build/@package/@office/models/personalia/leaveConflict/LeaveConflictCollection/LeaveConflictCollection.vue.d.ts +2 -0
  31. package/build/@package/@office/models/personalia/leaveConflict/LeaveConflictCollection/index.d.ts +1 -0
  32. package/build/@package/@office/models/personalia/leaveConflict/LeaveConflictSingle/LeaveConflictSingle.vue.d.ts +2 -0
  33. package/build/@package/@office/models/personalia/leaveConflict/LeaveConflictSingle/index.d.ts +1 -0
  34. package/build/@package/@office/models/personalia/leaveConflict/index.d.ts +2 -0
  35. package/build/@package/@office/models/personalia/leaveQuota/LeaveQuotaCollection/LeaveQuotaCollection.vue.d.ts +2 -0
  36. package/build/@package/@office/models/personalia/leaveQuota/LeaveQuotaCollection/index.d.ts +1 -0
  37. package/build/@package/@office/models/personalia/leaveQuota/LeaveQuotaSingle/LeaveQuotaSingle.vue.d.ts +2 -0
  38. package/build/@package/@office/models/personalia/leaveQuota/LeaveQuotaSingle/index.d.ts +2 -0
  39. package/build/@package/@office/models/personalia/leaveQuota/index.d.ts +2 -0
  40. package/build/@package/@office/models/personalia/leaveStaff/LeaveStaffCollection/LeaveStaffCollection.vue.d.ts +2 -0
  41. package/build/@package/@office/models/personalia/leaveStaff/LeaveStaffCollection/index.d.ts +1 -0
  42. package/build/@package/@office/models/personalia/leaveStaff/LeaveStaffSingle/LeaveStaffSingle.vue.d.ts +2 -0
  43. package/build/@package/@office/models/personalia/leaveStaff/LeaveStaffSingle/index.d.ts +1 -0
  44. package/build/@package/@office/models/personalia/leaveStaff/index.d.ts +2 -0
  45. package/build/mock/index.cjs +595 -191
  46. package/build/mock/index.mjs +595 -191
  47. package/build/mock/style.css +1 -1
  48. package/build/module.json +1 -1
  49. package/build/nuxt.json +1 -1
  50. package/build/nuxt.mjs +9 -0
  51. package/package.json +6 -6
@@ -1496,7 +1496,7 @@ const _hoisted_2$q = {
1496
1496
  key: 2,
1497
1497
  class: "section"
1498
1498
  };
1499
- const _sfc_main$1o = /* @__PURE__ */ defineComponent({
1499
+ const _sfc_main$1u = /* @__PURE__ */ defineComponent({
1500
1500
  ...{ name: "OperasionalIdentitas" },
1501
1501
  __name: "OperasionalIdentitas",
1502
1502
  props: {
@@ -1857,7 +1857,7 @@ const _export_sfc$1 = (sfc, props) => {
1857
1857
  }
1858
1858
  return target;
1859
1859
  };
1860
- const OperasionalIdentitas = /* @__PURE__ */ _export_sfc$1(_sfc_main$1o, [["__scopeId", "data-v-0befc683"]]);
1860
+ const OperasionalIdentitas = /* @__PURE__ */ _export_sfc$1(_sfc_main$1u, [["__scopeId", "data-v-0befc683"]]);
1861
1861
  var top = "top";
1862
1862
  var bottom = "bottom";
1863
1863
  var right = "right";
@@ -11415,7 +11415,7 @@ const _sfc_main$1$1 = /* @__PURE__ */ defineComponent({
11415
11415
  };
11416
11416
  }
11417
11417
  });
11418
- const _sfc_main$1n = defineComponent({
11418
+ const _sfc_main$1t = defineComponent({
11419
11419
  inheritAttrs: false,
11420
11420
  emits,
11421
11421
  props: propsDef,
@@ -11434,7 +11434,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
11434
11434
  createVNode(_component_DatePickerPopover, normalizeProps(guardReactiveProps(_ctx.$attrs)), null, 16)
11435
11435
  ], 64)) : (openBlock(), createBlock(_component_DatePickerBase, normalizeProps(mergeProps({ key: 1 }, _ctx.$attrs)), null, 16));
11436
11436
  }
11437
- const DatePicker = /* @__PURE__ */ _export_sfc(_sfc_main$1n, [["render", _sfc_render]]);
11437
+ const DatePicker = /* @__PURE__ */ _export_sfc(_sfc_main$1t, [["render", _sfc_render]]);
11438
11438
  dayjs.extend(durationPlugin);
11439
11439
  dayjs.extend(relativeTimePlugin);
11440
11440
  dayjs.extend(advancedFormat);
@@ -11462,7 +11462,7 @@ const _hoisted_2$o = /* @__PURE__ */ _withScopeId$4(() => /* @__PURE__ */ create
11462
11462
  const _hoisted_3$f = [
11463
11463
  _hoisted_2$o
11464
11464
  ];
11465
- const _sfc_main$1m = /* @__PURE__ */ defineComponent({
11465
+ const _sfc_main$1s = /* @__PURE__ */ defineComponent({
11466
11466
  __name: "NeonTime",
11467
11467
  props: {
11468
11468
  modelValue: {
@@ -11521,7 +11521,7 @@ const _sfc_main$1m = /* @__PURE__ */ defineComponent({
11521
11521
  };
11522
11522
  }
11523
11523
  });
11524
- const NeonTime = /* @__PURE__ */ _export_sfc$1(_sfc_main$1m, [["__scopeId", "data-v-af42e627"]]);
11524
+ const NeonTime = /* @__PURE__ */ _export_sfc$1(_sfc_main$1s, [["__scopeId", "data-v-af42e627"]]);
11525
11525
  const useAttendanceStore = defineStore("neu:personalia:attendance", {
11526
11526
  state: () => ({
11527
11527
  isEntering: false,
@@ -12945,7 +12945,7 @@ const _hoisted_1$z = {
12945
12945
  key: 0,
12946
12946
  class: "office-single-sync"
12947
12947
  };
12948
- const _sfc_main$1l = /* @__PURE__ */ defineComponent({
12948
+ const _sfc_main$1r = /* @__PURE__ */ defineComponent({
12949
12949
  ...{ name: "OfficeSingleSync" },
12950
12950
  __name: "OfficeSingleSync",
12951
12951
  setup(__props) {
@@ -12985,9 +12985,9 @@ const _sfc_main$1l = /* @__PURE__ */ defineComponent({
12985
12985
  };
12986
12986
  }
12987
12987
  });
12988
- const OfficeSingleSync = /* @__PURE__ */ _export_sfc$1(_sfc_main$1l, [["__scopeId", "data-v-3dbc6c7d"]]);
12988
+ const OfficeSingleSync = /* @__PURE__ */ _export_sfc$1(_sfc_main$1r, [["__scopeId", "data-v-3dbc6c7d"]]);
12989
12989
  const _hoisted_1$y = { class: "period-button" };
12990
- const _sfc_main$1k = /* @__PURE__ */ defineComponent({
12990
+ const _sfc_main$1q = /* @__PURE__ */ defineComponent({
12991
12991
  ...{ name: "PeriodButton" },
12992
12992
  __name: "PeriodButton",
12993
12993
  emits: ["update:period", "update:date", "sync"],
@@ -13035,9 +13035,9 @@ const _sfc_main$1k = /* @__PURE__ */ defineComponent({
13035
13035
  };
13036
13036
  }
13037
13037
  });
13038
- const PeriodButton = /* @__PURE__ */ _export_sfc$1(_sfc_main$1k, [["__scopeId", "data-v-5f2c3308"]]);
13038
+ const PeriodButton = /* @__PURE__ */ _export_sfc$1(_sfc_main$1q, [["__scopeId", "data-v-5f2c3308"]]);
13039
13039
  const _hoisted_1$x = { id: "grading-actions" };
13040
- const _sfc_main$1j = /* @__PURE__ */ defineComponent({
13040
+ const _sfc_main$1p = /* @__PURE__ */ defineComponent({
13041
13041
  ...{ name: "NeutronImportButton" },
13042
13042
  __name: "NeutronImportButton",
13043
13043
  setup(__props) {
@@ -13064,7 +13064,7 @@ const _sfc_main$1j = /* @__PURE__ */ defineComponent({
13064
13064
  };
13065
13065
  }
13066
13066
  });
13067
- const _sfc_main$1i = /* @__PURE__ */ defineComponent({
13067
+ const _sfc_main$1o = /* @__PURE__ */ defineComponent({
13068
13068
  ...{ name: "AttendanceCollection" },
13069
13069
  __name: "AttendanceCollection",
13070
13070
  props: {
@@ -13117,7 +13117,7 @@ const _sfc_main$1i = /* @__PURE__ */ defineComponent({
13117
13117
  });
13118
13118
  const _hoisted_1$w = { class: "grid gap-2 sm:grid-cols-2" };
13119
13119
  const _hoisted_2$n = { class: "text-right text-fg-subdued text-sm" };
13120
- const _sfc_main$1h = /* @__PURE__ */ defineComponent({
13120
+ const _sfc_main$1n = /* @__PURE__ */ defineComponent({
13121
13121
  __name: "AttendanceSingle",
13122
13122
  setup(__props) {
13123
13123
  const {
@@ -13295,7 +13295,7 @@ const _sfc_main$1h = /* @__PURE__ */ defineComponent({
13295
13295
  };
13296
13296
  }
13297
13297
  });
13298
- const AttendanceSingle = /* @__PURE__ */ _export_sfc$1(_sfc_main$1h, [["__scopeId", "data-v-0f0e0119"]]);
13298
+ const AttendanceSingle = /* @__PURE__ */ _export_sfc$1(_sfc_main$1n, [["__scopeId", "data-v-0f0e0119"]]);
13299
13299
  const _hoisted_1$v = { class: "flex flex-wrap" };
13300
13300
  const _hoisted_2$m = { class: "mt-2" };
13301
13301
  const _hoisted_3$e = { class: "mt-2" };
@@ -13314,7 +13314,7 @@ const _hoisted_8$9 = {
13314
13314
  class: "grid gap-2 sm:grid-cols-2"
13315
13315
  };
13316
13316
  const _hoisted_9$9 = { class: "text-right text-fg-subdued text-sm" };
13317
- const _sfc_main$1g = /* @__PURE__ */ defineComponent({
13317
+ const _sfc_main$1m = /* @__PURE__ */ defineComponent({
13318
13318
  __name: "AttendanceManager",
13319
13319
  setup(__props) {
13320
13320
  var _a;
@@ -13677,7 +13677,7 @@ const _sfc_main$1g = /* @__PURE__ */ defineComponent({
13677
13677
  };
13678
13678
  }
13679
13679
  });
13680
- const AttendanceManager = /* @__PURE__ */ _export_sfc$1(_sfc_main$1g, [["__scopeId", "data-v-2957df27"]]);
13680
+ const AttendanceManager = /* @__PURE__ */ _export_sfc$1(_sfc_main$1m, [["__scopeId", "data-v-2957df27"]]);
13681
13681
  const _hoisted_1$u = {
13682
13682
  key: 1,
13683
13683
  class: "flex flex-wrap"
@@ -13700,7 +13700,7 @@ const _hoisted_9$8 = {
13700
13700
  class: "grid gap-2 sm:grid-cols-2"
13701
13701
  };
13702
13702
  const _hoisted_10$8 = { class: "text-right text-fg-subdued text-sm" };
13703
- const _sfc_main$1f = /* @__PURE__ */ defineComponent({
13703
+ const _sfc_main$1l = /* @__PURE__ */ defineComponent({
13704
13704
  __name: "AttendanceStaff",
13705
13705
  setup(__props) {
13706
13706
  var _a;
@@ -14234,7 +14234,7 @@ const _sfc_main$1f = /* @__PURE__ */ defineComponent({
14234
14234
  };
14235
14235
  }
14236
14236
  });
14237
- const AttendanceStaff = /* @__PURE__ */ _export_sfc$1(_sfc_main$1f, [["__scopeId", "data-v-d413adf3"]]);
14237
+ const AttendanceStaff = /* @__PURE__ */ _export_sfc$1(_sfc_main$1l, [["__scopeId", "data-v-d413adf3"]]);
14238
14238
  const _hoisted_1$t = { class: "flex flex-wrap" };
14239
14239
  const _hoisted_2$k = { class: "mt-2" };
14240
14240
  const _hoisted_3$c = { class: "mt-2" };
@@ -14255,7 +14255,7 @@ const _hoisted_10$7 = {
14255
14255
  class: "grid gap-2 sm:grid-cols-2"
14256
14256
  };
14257
14257
  const _hoisted_11$7 = { class: "text-right text-fg-subdued text-sm" };
14258
- const _sfc_main$1e = /* @__PURE__ */ defineComponent({
14258
+ const _sfc_main$1k = /* @__PURE__ */ defineComponent({
14259
14259
  __name: "AttendanceSupervisor",
14260
14260
  setup(__props) {
14261
14261
  var _a;
@@ -14752,8 +14752,8 @@ const _sfc_main$1e = /* @__PURE__ */ defineComponent({
14752
14752
  };
14753
14753
  }
14754
14754
  });
14755
- const AttendanceSupervisor = /* @__PURE__ */ _export_sfc$1(_sfc_main$1e, [["__scopeId", "data-v-07766872"]]);
14756
- const _sfc_main$1d = /* @__PURE__ */ defineComponent({
14755
+ const AttendanceSupervisor = /* @__PURE__ */ _export_sfc$1(_sfc_main$1k, [["__scopeId", "data-v-07766872"]]);
14756
+ const _sfc_main$1j = /* @__PURE__ */ defineComponent({
14757
14757
  __name: "AttendanceDelegate",
14758
14758
  setup(__props) {
14759
14759
  var _a;
@@ -14915,8 +14915,8 @@ const _sfc_main$1d = /* @__PURE__ */ defineComponent({
14915
14915
  };
14916
14916
  }
14917
14917
  });
14918
- const AttendanceDelegate = /* @__PURE__ */ _export_sfc$1(_sfc_main$1d, [["__scopeId", "data-v-538fa6fb"]]);
14919
- const _sfc_main$1c = /* @__PURE__ */ defineComponent({
14918
+ const AttendanceDelegate = /* @__PURE__ */ _export_sfc$1(_sfc_main$1j, [["__scopeId", "data-v-538fa6fb"]]);
14919
+ const _sfc_main$1i = /* @__PURE__ */ defineComponent({
14920
14920
  ...{ name: "AttendanceTypeCollection" },
14921
14921
  __name: "AttendanceTypeCollection",
14922
14922
  setup(__props) {
@@ -14932,7 +14932,7 @@ const _sfc_main$1c = /* @__PURE__ */ defineComponent({
14932
14932
  };
14933
14933
  }
14934
14934
  });
14935
- const _sfc_main$1b = /* @__PURE__ */ defineComponent({
14935
+ const _sfc_main$1h = /* @__PURE__ */ defineComponent({
14936
14936
  __name: "AttendanceTypeSingle",
14937
14937
  setup(__props) {
14938
14938
  const {
@@ -14947,7 +14947,7 @@ const _sfc_main$1b = /* @__PURE__ */ defineComponent({
14947
14947
  } = useSingle();
14948
14948
  const toast = useToast();
14949
14949
  async function saveCheck() {
14950
- if (values.value.code === "") {
14950
+ if (initialValues.value.code === "" || values.value.code === "" || !values.value.code) {
14951
14951
  toast.push({
14952
14952
  id: "neu:attendance-type:code",
14953
14953
  icon: "warning",
@@ -15055,7 +15055,7 @@ const _sfc_main$1b = /* @__PURE__ */ defineComponent({
15055
15055
  };
15056
15056
  }
15057
15057
  });
15058
- const AttendanceTypeSingle = /* @__PURE__ */ _export_sfc$1(_sfc_main$1b, [["__scopeId", "data-v-776e6c14"]]);
15058
+ const AttendanceTypeSingle = /* @__PURE__ */ _export_sfc$1(_sfc_main$1h, [["__scopeId", "data-v-9913f3e7"]]);
15059
15059
  const _withScopeId$3 = (n) => (pushScopeId("data-v-802b3ded"), n = n(), popScopeId(), n);
15060
15060
  const _hoisted_1$s = { id: "view-checkIns" };
15061
15061
  const _hoisted_2$j = { class: "summary" };
@@ -15072,7 +15072,7 @@ const _hoisted_5$9 = /* @__PURE__ */ _withScopeId$3(() => /* @__PURE__ */ create
15072
15072
  /* HOISTED */
15073
15073
  ));
15074
15074
  const _hoisted_6$9 = { class: "end" };
15075
- const _sfc_main$1a = /* @__PURE__ */ defineComponent({
15075
+ const _sfc_main$1g = /* @__PURE__ */ defineComponent({
15076
15076
  ...{
15077
15077
  name: "CheckInPresenceCollection"
15078
15078
  },
@@ -15461,9 +15461,9 @@ const _sfc_main$1a = /* @__PURE__ */ defineComponent({
15461
15461
  };
15462
15462
  }
15463
15463
  });
15464
- const CheckInPresenceCollection = /* @__PURE__ */ _export_sfc$1(_sfc_main$1a, [["__scopeId", "data-v-802b3ded"]]);
15464
+ const CheckInPresenceCollection = /* @__PURE__ */ _export_sfc$1(_sfc_main$1g, [["__scopeId", "data-v-802b3ded"]]);
15465
15465
  const _hoisted_1$r = { class: "grid gap-4 sm:grid-cols-2" };
15466
- const _sfc_main$19 = /* @__PURE__ */ defineComponent({
15466
+ const _sfc_main$1f = /* @__PURE__ */ defineComponent({
15467
15467
  __name: "CheckInExternal",
15468
15468
  setup(__props) {
15469
15469
  const {
@@ -15566,7 +15566,7 @@ const _sfc_main$19 = /* @__PURE__ */ defineComponent({
15566
15566
  };
15567
15567
  }
15568
15568
  });
15569
- const CheckInExternal = /* @__PURE__ */ _export_sfc$1(_sfc_main$19, [["__scopeId", "data-v-2b39928d"]]);
15569
+ const CheckInExternal = /* @__PURE__ */ _export_sfc$1(_sfc_main$1f, [["__scopeId", "data-v-2b39928d"]]);
15570
15570
  const _withScopeId$2 = (n) => (pushScopeId("data-v-8df96f5c"), n = n(), popScopeId(), n);
15571
15571
  const _hoisted_1$q = /* @__PURE__ */ _withScopeId$2(() => /* @__PURE__ */ createElementVNode(
15572
15572
  "h4",
@@ -15586,7 +15586,7 @@ const _hoisted_2$i = /* @__PURE__ */ _withScopeId$2(() => /* @__PURE__ */ create
15586
15586
  -1
15587
15587
  /* HOISTED */
15588
15588
  ));
15589
- const _sfc_main$18 = /* @__PURE__ */ defineComponent({
15589
+ const _sfc_main$1e = /* @__PURE__ */ defineComponent({
15590
15590
  __name: "CheckInAccess",
15591
15591
  emits: ["close"],
15592
15592
  setup(__props) {
@@ -15638,9 +15638,9 @@ const _sfc_main$18 = /* @__PURE__ */ defineComponent({
15638
15638
  };
15639
15639
  }
15640
15640
  });
15641
- const CheckInAccess = /* @__PURE__ */ _export_sfc$1(_sfc_main$18, [["__scopeId", "data-v-8df96f5c"]]);
15641
+ const CheckInAccess = /* @__PURE__ */ _export_sfc$1(_sfc_main$1e, [["__scopeId", "data-v-8df96f5c"]]);
15642
15642
  const _hoisted_1$p = { class: "buttons" };
15643
- const _sfc_main$17 = /* @__PURE__ */ defineComponent({
15643
+ const _sfc_main$1d = /* @__PURE__ */ defineComponent({
15644
15644
  __name: "CheckInScanError",
15645
15645
  setup(__props) {
15646
15646
  const attendanceStore = useAttendanceStore();
@@ -16086,7 +16086,7 @@ const _hoisted_2$h = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ create
16086
16086
  /* HOISTED */
16087
16087
  ));
16088
16088
  const _hoisted_3$a = { class: "mr-2 text-sm" };
16089
- const _sfc_main$16 = /* @__PURE__ */ defineComponent({
16089
+ const _sfc_main$1c = /* @__PURE__ */ defineComponent({
16090
16090
  __name: "CheckInScanner",
16091
16091
  emits: ["start", "stop", "scanned", "close"],
16092
16092
  setup(__props, { emit: __emit }) {
@@ -16265,7 +16265,7 @@ const _sfc_main$16 = /* @__PURE__ */ defineComponent({
16265
16265
  };
16266
16266
  }
16267
16267
  });
16268
- const CheckInScanner = /* @__PURE__ */ _export_sfc$1(_sfc_main$16, [["__scopeId", "data-v-6bdaf755"]]);
16268
+ const CheckInScanner = /* @__PURE__ */ _export_sfc$1(_sfc_main$1c, [["__scopeId", "data-v-6bdaf755"]]);
16269
16269
  const _hoisted_1$n = /* @__PURE__ */ createElementVNode(
16270
16270
  "h3",
16271
16271
  { align: "center" },
@@ -16273,7 +16273,7 @@ const _hoisted_1$n = /* @__PURE__ */ createElementVNode(
16273
16273
  -1
16274
16274
  /* HOISTED */
16275
16275
  );
16276
- const _sfc_main$15 = /* @__PURE__ */ defineComponent({
16276
+ const _sfc_main$1b = /* @__PURE__ */ defineComponent({
16277
16277
  __name: "CheckInScanSuccess",
16278
16278
  emits: ["close"],
16279
16279
  setup(__props) {
@@ -16306,7 +16306,7 @@ const _sfc_main$15 = /* @__PURE__ */ defineComponent({
16306
16306
  }
16307
16307
  });
16308
16308
  const _hoisted_1$m = { class: "grid gap-4 sm:grid-cols-2" };
16309
- const _sfc_main$14 = /* @__PURE__ */ defineComponent({
16309
+ const _sfc_main$1a = /* @__PURE__ */ defineComponent({
16310
16310
  __name: "CheckInSupervisor",
16311
16311
  setup(__props) {
16312
16312
  const {
@@ -16418,8 +16418,8 @@ const _sfc_main$14 = /* @__PURE__ */ defineComponent({
16418
16418
  };
16419
16419
  }
16420
16420
  });
16421
- const CheckInSupervisor = /* @__PURE__ */ _export_sfc$1(_sfc_main$14, [["__scopeId", "data-v-7dba7b2e"]]);
16422
- const _sfc_main$13 = /* @__PURE__ */ defineComponent({
16421
+ const CheckInSupervisor = /* @__PURE__ */ _export_sfc$1(_sfc_main$1a, [["__scopeId", "data-v-7dba7b2e"]]);
16422
+ const _sfc_main$19 = /* @__PURE__ */ defineComponent({
16423
16423
  ...{
16424
16424
  name: "CheckInCollection"
16425
16425
  },
@@ -16438,7 +16438,7 @@ const _sfc_main$13 = /* @__PURE__ */ defineComponent({
16438
16438
  }
16439
16439
  });
16440
16440
  const _hoisted_1$l = { class: "grid gap-4 sm:grid-cols-2" };
16441
- const _sfc_main$12 = /* @__PURE__ */ defineComponent({
16441
+ const _sfc_main$18 = /* @__PURE__ */ defineComponent({
16442
16442
  __name: "CheckInSingle",
16443
16443
  setup(__props) {
16444
16444
  const {
@@ -16531,8 +16531,8 @@ const _sfc_main$12 = /* @__PURE__ */ defineComponent({
16531
16531
  };
16532
16532
  }
16533
16533
  });
16534
- const CheckInSingle = /* @__PURE__ */ _export_sfc$1(_sfc_main$12, [["__scopeId", "data-v-be75db83"]]);
16535
- const _sfc_main$11 = /* @__PURE__ */ defineComponent({
16534
+ const CheckInSingle = /* @__PURE__ */ _export_sfc$1(_sfc_main$18, [["__scopeId", "data-v-be75db83"]]);
16535
+ const _sfc_main$17 = /* @__PURE__ */ defineComponent({
16536
16536
  __name: "PlanStaff",
16537
16537
  setup(__props) {
16538
16538
  const {
@@ -16738,8 +16738,8 @@ const _sfc_main$11 = /* @__PURE__ */ defineComponent({
16738
16738
  };
16739
16739
  }
16740
16740
  });
16741
- const PlanStaff = /* @__PURE__ */ _export_sfc$1(_sfc_main$11, [["__scopeId", "data-v-19b1f97b"]]);
16742
- const _sfc_main$10 = /* @__PURE__ */ defineComponent({
16741
+ const PlanStaff = /* @__PURE__ */ _export_sfc$1(_sfc_main$17, [["__scopeId", "data-v-19b1f97b"]]);
16742
+ const _sfc_main$16 = /* @__PURE__ */ defineComponent({
16743
16743
  ...{
16744
16744
  name: "PlanCollection"
16745
16745
  },
@@ -16757,7 +16757,7 @@ const _sfc_main$10 = /* @__PURE__ */ defineComponent({
16757
16757
  };
16758
16758
  }
16759
16759
  });
16760
- const _sfc_main$$ = /* @__PURE__ */ defineComponent({
16760
+ const _sfc_main$15 = /* @__PURE__ */ defineComponent({
16761
16761
  __name: "PlanSingle",
16762
16762
  setup(__props) {
16763
16763
  const {
@@ -16953,8 +16953,8 @@ const _sfc_main$$ = /* @__PURE__ */ defineComponent({
16953
16953
  };
16954
16954
  }
16955
16955
  });
16956
- const PlanSingle = /* @__PURE__ */ _export_sfc$1(_sfc_main$$, [["__scopeId", "data-v-ebc684f0"]]);
16957
- const _sfc_main$_ = /* @__PURE__ */ defineComponent({
16956
+ const PlanSingle = /* @__PURE__ */ _export_sfc$1(_sfc_main$15, [["__scopeId", "data-v-ebc684f0"]]);
16957
+ const _sfc_main$14 = /* @__PURE__ */ defineComponent({
16958
16958
  ...{
16959
16959
  name: "PlanTypeCollection"
16960
16960
  },
@@ -16972,7 +16972,7 @@ const _sfc_main$_ = /* @__PURE__ */ defineComponent({
16972
16972
  };
16973
16973
  }
16974
16974
  });
16975
- const _sfc_main$Z = /* @__PURE__ */ defineComponent({
16975
+ const _sfc_main$13 = /* @__PURE__ */ defineComponent({
16976
16976
  __name: "PlanTypeSingle",
16977
16977
  setup(__props) {
16978
16978
  const {
@@ -17092,8 +17092,8 @@ const _sfc_main$Z = /* @__PURE__ */ defineComponent({
17092
17092
  };
17093
17093
  }
17094
17094
  });
17095
- const PlanTypeSingle = /* @__PURE__ */ _export_sfc$1(_sfc_main$Z, [["__scopeId", "data-v-add540b6"]]);
17096
- const _sfc_main$Y = /* @__PURE__ */ defineComponent({
17095
+ const PlanTypeSingle = /* @__PURE__ */ _export_sfc$1(_sfc_main$13, [["__scopeId", "data-v-add540b6"]]);
17096
+ const _sfc_main$12 = /* @__PURE__ */ defineComponent({
17097
17097
  ...{ name: "ProgressNoteTab" },
17098
17098
  __name: "ProgressNoteTab",
17099
17099
  setup(__props) {
@@ -17126,7 +17126,7 @@ const _sfc_main$Y = /* @__PURE__ */ defineComponent({
17126
17126
  });
17127
17127
  const _hoisted_1$k = { class: "grid gap-2 sm:grid-cols-2" };
17128
17128
  const _hoisted_2$g = { class: "text-right text-fg-subdued text-sm" };
17129
- const _sfc_main$X = /* @__PURE__ */ defineComponent({
17129
+ const _sfc_main$11 = /* @__PURE__ */ defineComponent({
17130
17130
  __name: "ProgressTomorrow",
17131
17131
  setup(__props) {
17132
17132
  var _a;
@@ -17404,7 +17404,7 @@ const _sfc_main$X = /* @__PURE__ */ defineComponent({
17404
17404
  _: 1
17405
17405
  /* STABLE */
17406
17406
  })) : createCommentVNode("v-if", true),
17407
- createVNode(unref(_sfc_main$Y))
17407
+ createVNode(unref(_sfc_main$12))
17408
17408
  ];
17409
17409
  }),
17410
17410
  _: 1
@@ -17417,10 +17417,10 @@ const _sfc_main$X = /* @__PURE__ */ defineComponent({
17417
17417
  };
17418
17418
  }
17419
17419
  });
17420
- const ProgressTomorrow = /* @__PURE__ */ _export_sfc$1(_sfc_main$X, [["__scopeId", "data-v-607d910c"]]);
17420
+ const ProgressTomorrow = /* @__PURE__ */ _export_sfc$1(_sfc_main$11, [["__scopeId", "data-v-607d910c"]]);
17421
17421
  const _hoisted_1$j = { class: "grid gap-2 sm:grid-cols-2" };
17422
17422
  const _hoisted_2$f = { class: "text-right text-fg-subdued text-sm" };
17423
- const _sfc_main$W = /* @__PURE__ */ defineComponent({
17423
+ const _sfc_main$10 = /* @__PURE__ */ defineComponent({
17424
17424
  __name: "ProgressYesterday",
17425
17425
  setup(__props) {
17426
17426
  var _a;
@@ -17697,7 +17697,7 @@ const _sfc_main$W = /* @__PURE__ */ defineComponent({
17697
17697
  _: 1
17698
17698
  /* STABLE */
17699
17699
  })) : createCommentVNode("v-if", true),
17700
- createVNode(unref(_sfc_main$Y))
17700
+ createVNode(unref(_sfc_main$12))
17701
17701
  ];
17702
17702
  }),
17703
17703
  _: 1
@@ -17710,8 +17710,8 @@ const _sfc_main$W = /* @__PURE__ */ defineComponent({
17710
17710
  };
17711
17711
  }
17712
17712
  });
17713
- const ProgressYesterday = /* @__PURE__ */ _export_sfc$1(_sfc_main$W, [["__scopeId", "data-v-cc36bbaf"]]);
17714
- const _sfc_main$V = /* @__PURE__ */ defineComponent({
17713
+ const ProgressYesterday = /* @__PURE__ */ _export_sfc$1(_sfc_main$10, [["__scopeId", "data-v-cc36bbaf"]]);
17714
+ const _sfc_main$$ = /* @__PURE__ */ defineComponent({
17715
17715
  __name: "ProgressNote",
17716
17716
  setup(__props) {
17717
17717
  var _a;
@@ -17817,7 +17817,7 @@ const _sfc_main$V = /* @__PURE__ */ defineComponent({
17817
17817
  _: 1
17818
17818
  /* STABLE */
17819
17819
  }),
17820
- createVNode(unref(_sfc_main$Y))
17820
+ createVNode(unref(_sfc_main$12))
17821
17821
  ]),
17822
17822
  _: 1
17823
17823
  /* STABLE */
@@ -17829,8 +17829,8 @@ const _sfc_main$V = /* @__PURE__ */ defineComponent({
17829
17829
  };
17830
17830
  }
17831
17831
  });
17832
- const ProgressNote = /* @__PURE__ */ _export_sfc$1(_sfc_main$V, [["__scopeId", "data-v-d6b827e1"]]);
17833
- const _sfc_main$U = /* @__PURE__ */ defineComponent({
17832
+ const ProgressNote = /* @__PURE__ */ _export_sfc$1(_sfc_main$$, [["__scopeId", "data-v-d6b827e1"]]);
17833
+ const _sfc_main$_ = /* @__PURE__ */ defineComponent({
17834
17834
  ...{
17835
17835
  name: "ProgressCollection"
17836
17836
  },
@@ -17892,10 +17892,10 @@ const _sfc_main$U = /* @__PURE__ */ defineComponent({
17892
17892
  };
17893
17893
  }
17894
17894
  });
17895
- const ProgressCollection = /* @__PURE__ */ _export_sfc$1(_sfc_main$U, [["__scopeId", "data-v-0d51a8c3"]]);
17895
+ const ProgressCollection = /* @__PURE__ */ _export_sfc$1(_sfc_main$_, [["__scopeId", "data-v-0d51a8c3"]]);
17896
17896
  const _hoisted_1$i = { class: "grid gap-2 sm:grid-cols-2" };
17897
17897
  const _hoisted_2$e = { class: "text-right text-fg-subdued text-sm" };
17898
- const _sfc_main$T = /* @__PURE__ */ defineComponent({
17898
+ const _sfc_main$Z = /* @__PURE__ */ defineComponent({
17899
17899
  __name: "ProgressSingle",
17900
17900
  setup(__props) {
17901
17901
  const { staff } = useOperasional();
@@ -18239,7 +18239,7 @@ const _sfc_main$T = /* @__PURE__ */ defineComponent({
18239
18239
  _: 1
18240
18240
  /* STABLE */
18241
18241
  })) : createCommentVNode("v-if", true),
18242
- createVNode(unref(_sfc_main$Y))
18242
+ createVNode(unref(_sfc_main$12))
18243
18243
  ];
18244
18244
  }),
18245
18245
  _: 1
@@ -18252,9 +18252,9 @@ const _sfc_main$T = /* @__PURE__ */ defineComponent({
18252
18252
  };
18253
18253
  }
18254
18254
  });
18255
- const ProgressSingle = /* @__PURE__ */ _export_sfc$1(_sfc_main$T, [["__scopeId", "data-v-9a6e2573"]]);
18255
+ const ProgressSingle = /* @__PURE__ */ _export_sfc$1(_sfc_main$Z, [["__scopeId", "data-v-9a6e2573"]]);
18256
18256
  const _hoisted_1$h = { class: "flex flex-wrap" };
18257
- const _sfc_main$S = /* @__PURE__ */ defineComponent({
18257
+ const _sfc_main$Y = /* @__PURE__ */ defineComponent({
18258
18258
  ...{ name: "ProgressButton" },
18259
18259
  __name: "ProgressButton",
18260
18260
  setup(__props) {
@@ -18301,7 +18301,7 @@ const _sfc_main$S = /* @__PURE__ */ defineComponent({
18301
18301
  }
18302
18302
  });
18303
18303
  const _hoisted_1$g = { class: "flex flex-wrap" };
18304
- const _sfc_main$R = /* @__PURE__ */ defineComponent({
18304
+ const _sfc_main$X = /* @__PURE__ */ defineComponent({
18305
18305
  ...{ name: "ProgressNoteButton" },
18306
18306
  __name: "ProgressNoteButton",
18307
18307
  setup(__props) {
@@ -18323,7 +18323,7 @@ const _sfc_main$R = /* @__PURE__ */ defineComponent({
18323
18323
  };
18324
18324
  }
18325
18325
  });
18326
- const _sfc_main$Q = /* @__PURE__ */ defineComponent({
18326
+ const _sfc_main$W = /* @__PURE__ */ defineComponent({
18327
18327
  __name: "ProgressAccessSupervisor",
18328
18328
  setup(__props) {
18329
18329
  const {
@@ -18386,8 +18386,8 @@ const _sfc_main$Q = /* @__PURE__ */ defineComponent({
18386
18386
  };
18387
18387
  }
18388
18388
  });
18389
- const ProgressAccessSupervisor = /* @__PURE__ */ _export_sfc$1(_sfc_main$Q, [["__scopeId", "data-v-2ca10028"]]);
18390
- const _sfc_main$P = /* @__PURE__ */ defineComponent({
18389
+ const ProgressAccessSupervisor = /* @__PURE__ */ _export_sfc$1(_sfc_main$W, [["__scopeId", "data-v-2ca10028"]]);
18390
+ const _sfc_main$V = /* @__PURE__ */ defineComponent({
18391
18391
  ...{
18392
18392
  name: "ProgressAccessCollection"
18393
18393
  },
@@ -18405,7 +18405,7 @@ const _sfc_main$P = /* @__PURE__ */ defineComponent({
18405
18405
  };
18406
18406
  }
18407
18407
  });
18408
- const _sfc_main$O = /* @__PURE__ */ defineComponent({
18408
+ const _sfc_main$U = /* @__PURE__ */ defineComponent({
18409
18409
  __name: "ProgressAccessSingle",
18410
18410
  setup(__props) {
18411
18411
  const {
@@ -18468,8 +18468,8 @@ const _sfc_main$O = /* @__PURE__ */ defineComponent({
18468
18468
  };
18469
18469
  }
18470
18470
  });
18471
- const ProgressAccessSingle = /* @__PURE__ */ _export_sfc$1(_sfc_main$O, [["__scopeId", "data-v-3592f7c4"]]);
18472
- const _sfc_main$N = /* @__PURE__ */ defineComponent({
18471
+ const ProgressAccessSingle = /* @__PURE__ */ _export_sfc$1(_sfc_main$U, [["__scopeId", "data-v-3592f7c4"]]);
18472
+ const _sfc_main$T = /* @__PURE__ */ defineComponent({
18473
18473
  __name: "ResponsibilityStaff",
18474
18474
  setup(__props) {
18475
18475
  const {
@@ -18662,8 +18662,8 @@ const _sfc_main$N = /* @__PURE__ */ defineComponent({
18662
18662
  };
18663
18663
  }
18664
18664
  });
18665
- const ResponsibilityStaff = /* @__PURE__ */ _export_sfc$1(_sfc_main$N, [["__scopeId", "data-v-89afc670"]]);
18666
- const _sfc_main$M = /* @__PURE__ */ defineComponent({
18665
+ const ResponsibilityStaff = /* @__PURE__ */ _export_sfc$1(_sfc_main$T, [["__scopeId", "data-v-89afc670"]]);
18666
+ const _sfc_main$S = /* @__PURE__ */ defineComponent({
18667
18667
  __name: "ResponsibilitySupervisor",
18668
18668
  setup(__props) {
18669
18669
  const {
@@ -18856,8 +18856,8 @@ const _sfc_main$M = /* @__PURE__ */ defineComponent({
18856
18856
  };
18857
18857
  }
18858
18858
  });
18859
- const ResponsibilitySupervisor = /* @__PURE__ */ _export_sfc$1(_sfc_main$M, [["__scopeId", "data-v-983b6c8a"]]);
18860
- const _sfc_main$L = /* @__PURE__ */ defineComponent({
18859
+ const ResponsibilitySupervisor = /* @__PURE__ */ _export_sfc$1(_sfc_main$S, [["__scopeId", "data-v-983b6c8a"]]);
18860
+ const _sfc_main$R = /* @__PURE__ */ defineComponent({
18861
18861
  ...{
18862
18862
  name: "ResponsibilityCollection"
18863
18863
  },
@@ -18875,7 +18875,7 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
18875
18875
  };
18876
18876
  }
18877
18877
  });
18878
- const _sfc_main$K = /* @__PURE__ */ defineComponent({
18878
+ const _sfc_main$Q = /* @__PURE__ */ defineComponent({
18879
18879
  __name: "ResponsibilitySingle",
18880
18880
  setup(__props) {
18881
18881
  var _a, _b;
@@ -19114,8 +19114,8 @@ const _sfc_main$K = /* @__PURE__ */ defineComponent({
19114
19114
  };
19115
19115
  }
19116
19116
  });
19117
- const ResponsibilitySingle = /* @__PURE__ */ _export_sfc$1(_sfc_main$K, [["__scopeId", "data-v-d75da3fd"]]);
19118
- const _sfc_main$J = /* @__PURE__ */ defineComponent({
19117
+ const ResponsibilitySingle = /* @__PURE__ */ _export_sfc$1(_sfc_main$Q, [["__scopeId", "data-v-d75da3fd"]]);
19118
+ const _sfc_main$P = /* @__PURE__ */ defineComponent({
19119
19119
  ...{
19120
19120
  name: "ResponsibilityTypeCollection"
19121
19121
  },
@@ -19133,7 +19133,7 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
19133
19133
  };
19134
19134
  }
19135
19135
  });
19136
- const _sfc_main$I = /* @__PURE__ */ defineComponent({
19136
+ const _sfc_main$O = /* @__PURE__ */ defineComponent({
19137
19137
  __name: "ResponsibilityTypeSingle",
19138
19138
  setup(__props) {
19139
19139
  const {
@@ -19198,8 +19198,8 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
19198
19198
  };
19199
19199
  }
19200
19200
  });
19201
- const ResponsibilityTypeSingle = /* @__PURE__ */ _export_sfc$1(_sfc_main$I, [["__scopeId", "data-v-f59caf0c"]]);
19202
- const _sfc_main$H = /* @__PURE__ */ defineComponent({
19201
+ const ResponsibilityTypeSingle = /* @__PURE__ */ _export_sfc$1(_sfc_main$O, [["__scopeId", "data-v-f59caf0c"]]);
19202
+ const _sfc_main$N = /* @__PURE__ */ defineComponent({
19203
19203
  __name: "SituationWork",
19204
19204
  setup(__props) {
19205
19205
  const {
@@ -19375,7 +19375,7 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
19375
19375
  };
19376
19376
  }
19377
19377
  });
19378
- const _sfc_main$G = /* @__PURE__ */ defineComponent({
19378
+ const _sfc_main$M = /* @__PURE__ */ defineComponent({
19379
19379
  ...{ name: "SituationSupportive" },
19380
19380
  __name: "SituationSupportive",
19381
19381
  setup(__props) {
@@ -19510,7 +19510,7 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
19510
19510
  };
19511
19511
  }
19512
19512
  });
19513
- const _sfc_main$F = /* @__PURE__ */ defineComponent({
19513
+ const _sfc_main$L = /* @__PURE__ */ defineComponent({
19514
19514
  ...{ name: "SituationCollection" },
19515
19515
  __name: "SituationCollection",
19516
19516
  setup(__props) {
@@ -19526,7 +19526,7 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
19526
19526
  };
19527
19527
  }
19528
19528
  });
19529
- const _sfc_main$E = /* @__PURE__ */ defineComponent({
19529
+ const _sfc_main$K = /* @__PURE__ */ defineComponent({
19530
19530
  __name: "SituationSingle",
19531
19531
  setup(__props) {
19532
19532
  const {
@@ -19659,7 +19659,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
19659
19659
  };
19660
19660
  }
19661
19661
  });
19662
- const _sfc_main$D = /* @__PURE__ */ defineComponent({
19662
+ const _sfc_main$J = /* @__PURE__ */ defineComponent({
19663
19663
  ...{ name: "SituationTypeCollection" },
19664
19664
  __name: "SituationTypeCollection",
19665
19665
  setup(__props) {
@@ -19675,7 +19675,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
19675
19675
  };
19676
19676
  }
19677
19677
  });
19678
- const _sfc_main$C = /* @__PURE__ */ defineComponent({
19678
+ const _sfc_main$I = /* @__PURE__ */ defineComponent({
19679
19679
  __name: "SituationTypeSingle",
19680
19680
  setup(__props) {
19681
19681
  const {
@@ -19743,7 +19743,7 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
19743
19743
  };
19744
19744
  }
19745
19745
  });
19746
- const _sfc_main$B = /* @__PURE__ */ defineComponent({
19746
+ const _sfc_main$H = /* @__PURE__ */ defineComponent({
19747
19747
  __name: "StaffIdentity",
19748
19748
  setup(__props) {
19749
19749
  const { values, saveOne, executeOne, syncOne } = useSingle();
@@ -19974,7 +19974,7 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
19974
19974
  });
19975
19975
  const _hoisted_1$f = { class: "grid gap-4 sm:grid-cols-[3fr_1fr]" };
19976
19976
  const _hoisted_2$d = { class: "grid gap-4 sm:grid-cols-2" };
19977
- const _sfc_main$A = /* @__PURE__ */ defineComponent({
19977
+ const _sfc_main$G = /* @__PURE__ */ defineComponent({
19978
19978
  __name: "StaffOperasional",
19979
19979
  setup(__props) {
19980
19980
  const {
@@ -20089,7 +20089,7 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
20089
20089
  title: "Identitas"
20090
20090
  }, {
20091
20091
  default: withCtx(() => [
20092
- createVNode(_sfc_main$B)
20092
+ createVNode(_sfc_main$H)
20093
20093
  ]),
20094
20094
  _: 1
20095
20095
  /* STABLE */
@@ -20204,10 +20204,10 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
20204
20204
  };
20205
20205
  }
20206
20206
  });
20207
- const StaffOperasional = /* @__PURE__ */ _export_sfc$1(_sfc_main$A, [["__scopeId", "data-v-1966f9f2"]]);
20207
+ const StaffOperasional = /* @__PURE__ */ _export_sfc$1(_sfc_main$G, [["__scopeId", "data-v-1966f9f2"]]);
20208
20208
  const _hoisted_1$e = { class: "grid gap-4 sm:grid-cols-[3fr_1fr]" };
20209
20209
  const _hoisted_2$c = { class: "grid gap-4 sm:grid-cols-2" };
20210
- const _sfc_main$z = /* @__PURE__ */ defineComponent({
20210
+ const _sfc_main$F = /* @__PURE__ */ defineComponent({
20211
20211
  __name: "StaffAccess",
20212
20212
  setup(__props) {
20213
20213
  const {
@@ -20426,8 +20426,8 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
20426
20426
  };
20427
20427
  }
20428
20428
  });
20429
- const StaffAccess = /* @__PURE__ */ _export_sfc$1(_sfc_main$z, [["__scopeId", "data-v-d2de29d6"]]);
20430
- const _sfc_main$y = /* @__PURE__ */ defineComponent({
20429
+ const StaffAccess = /* @__PURE__ */ _export_sfc$1(_sfc_main$F, [["__scopeId", "data-v-d2de29d6"]]);
20430
+ const _sfc_main$E = /* @__PURE__ */ defineComponent({
20431
20431
  ...{
20432
20432
  name: "StaffCollection"
20433
20433
  },
@@ -20447,7 +20447,7 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
20447
20447
  });
20448
20448
  const _hoisted_1$d = { class: "grid gap-4 sm:grid-cols-[3fr_1fr]" };
20449
20449
  const _hoisted_2$b = { class: "grid gap-4 sm:grid-cols-2" };
20450
- const _sfc_main$x = /* @__PURE__ */ defineComponent({
20450
+ const _sfc_main$D = /* @__PURE__ */ defineComponent({
20451
20451
  __name: "StaffSingle",
20452
20452
  setup(__props) {
20453
20453
  const {
@@ -20552,7 +20552,7 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
20552
20552
  title: "Identitas"
20553
20553
  }, {
20554
20554
  default: withCtx(() => [
20555
- createVNode(_sfc_main$B)
20555
+ createVNode(_sfc_main$H)
20556
20556
  ]),
20557
20557
  _: 1
20558
20558
  /* STABLE */
@@ -20662,8 +20662,8 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
20662
20662
  };
20663
20663
  }
20664
20664
  });
20665
- const StaffSingle = /* @__PURE__ */ _export_sfc$1(_sfc_main$x, [["__scopeId", "data-v-baaa95d5"]]);
20666
- const _sfc_main$w = /* @__PURE__ */ defineComponent({
20665
+ const StaffSingle = /* @__PURE__ */ _export_sfc$1(_sfc_main$D, [["__scopeId", "data-v-baaa95d5"]]);
20666
+ const _sfc_main$C = /* @__PURE__ */ defineComponent({
20667
20667
  ...{ name: "SubmissionDocumentTab" },
20668
20668
  __name: "SubmissionDocumentTab",
20669
20669
  props: {
@@ -20706,7 +20706,7 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
20706
20706
  };
20707
20707
  }
20708
20708
  });
20709
- const _sfc_main$v = /* @__PURE__ */ defineComponent({
20709
+ const _sfc_main$B = /* @__PURE__ */ defineComponent({
20710
20710
  ...{ name: "SubmissionDetailTab" },
20711
20711
  __name: "SubmissionDetailTab",
20712
20712
  setup(__props) {
@@ -20768,7 +20768,7 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
20768
20768
  };
20769
20769
  }
20770
20770
  });
20771
- const SubmissionDetailTab = /* @__PURE__ */ _export_sfc$1(_sfc_main$v, [["__scopeId", "data-v-3475270c"]]);
20771
+ const SubmissionDetailTab = /* @__PURE__ */ _export_sfc$1(_sfc_main$B, [["__scopeId", "data-v-3475270c"]]);
20772
20772
  const _hoisted_1$c = { class: "flex items-right" };
20773
20773
  const _hoisted_2$a = { class: "flex-grow" };
20774
20774
  const _hoisted_3$9 = { class: "ml-2 flex items-end pb-1" };
@@ -20781,7 +20781,7 @@ const _hoisted_9$6 = { class: "ml-2 flex items-end pb-1" };
20781
20781
  const _hoisted_10$6 = { class: "flex items-right" };
20782
20782
  const _hoisted_11$6 = { class: "flex-grow" };
20783
20783
  const _hoisted_12$6 = { class: "ml-2 flex items-end pb-1" };
20784
- const _sfc_main$u = /* @__PURE__ */ defineComponent({
20784
+ const _sfc_main$A = /* @__PURE__ */ defineComponent({
20785
20785
  __name: "SubmissionStaff",
20786
20786
  setup(__props) {
20787
20787
  var _a, _b;
@@ -21172,7 +21172,7 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
21172
21172
  createCommentVNode(" DETAIL "),
21173
21173
  createVNode(unref(SubmissionDetailTab)),
21174
21174
  createCommentVNode(" DOKUMEN "),
21175
- createVNode(unref(_sfc_main$w), {
21175
+ createVNode(unref(_sfc_main$C), {
21176
21176
  toolbar: "side",
21177
21177
  "is-readonly": unref(values).statusStaff === "raised" || unref(values).statusStaff === "processed" || unref(values).statusStaff === "approved" || unref(values).statusStaff === "monitored" || unref(values).statusStaff === "discontinued" || unref(values).statusStaff === "resolved"
21178
21178
  }, null, 8, ["is-readonly"])
@@ -21187,7 +21187,7 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
21187
21187
  };
21188
21188
  }
21189
21189
  });
21190
- const SubmissionStaff = /* @__PURE__ */ _export_sfc$1(_sfc_main$u, [["__scopeId", "data-v-6e5de481"]]);
21190
+ const SubmissionStaff = /* @__PURE__ */ _export_sfc$1(_sfc_main$A, [["__scopeId", "data-v-6e5de481"]]);
21191
21191
  const _hoisted_1$b = { class: "flex items-right" };
21192
21192
  const _hoisted_2$9 = { class: "flex-grow" };
21193
21193
  const _hoisted_3$8 = { class: "ml-2 flex items-end pb-1" };
@@ -21200,7 +21200,7 @@ const _hoisted_9$5 = { class: "ml-2 flex items-end pb-1" };
21200
21200
  const _hoisted_10$5 = { class: "flex items-right" };
21201
21201
  const _hoisted_11$5 = { class: "flex-grow" };
21202
21202
  const _hoisted_12$5 = { class: "ml-2 flex items-end pb-1" };
21203
- const _sfc_main$t = /* @__PURE__ */ defineComponent({
21203
+ const _sfc_main$z = /* @__PURE__ */ defineComponent({
21204
21204
  __name: "SubmissionFollowUp",
21205
21205
  setup(__props) {
21206
21206
  const {
@@ -21454,7 +21454,7 @@ const _sfc_main$t = /* @__PURE__ */ defineComponent({
21454
21454
  createCommentVNode(" DETAIL "),
21455
21455
  createVNode(unref(SubmissionDetailTab)),
21456
21456
  createCommentVNode(" DOKUMEN "),
21457
- createVNode(unref(_sfc_main$w), {
21457
+ createVNode(unref(_sfc_main$C), {
21458
21458
  toolbar: "side",
21459
21459
  "is-readonly": ""
21460
21460
  })
@@ -21469,7 +21469,7 @@ const _sfc_main$t = /* @__PURE__ */ defineComponent({
21469
21469
  };
21470
21470
  }
21471
21471
  });
21472
- const SubmissionFollowUp = /* @__PURE__ */ _export_sfc$1(_sfc_main$t, [["__scopeId", "data-v-b87c6266"]]);
21472
+ const SubmissionFollowUp = /* @__PURE__ */ _export_sfc$1(_sfc_main$z, [["__scopeId", "data-v-b87c6266"]]);
21473
21473
  const _hoisted_1$a = { class: "flex flex-wrap" };
21474
21474
  const _hoisted_2$8 = { class: "mt-2" };
21475
21475
  const _hoisted_3$7 = { class: "mt-2" };
@@ -21488,7 +21488,7 @@ const _hoisted_15$2 = { class: "ml-2 flex items-end pb-1" };
21488
21488
  const _hoisted_16 = { class: "flex items-right" };
21489
21489
  const _hoisted_17 = { class: "flex-grow" };
21490
21490
  const _hoisted_18 = { class: "ml-2 flex items-end pb-1" };
21491
- const _sfc_main$s = /* @__PURE__ */ defineComponent({
21491
+ const _sfc_main$y = /* @__PURE__ */ defineComponent({
21492
21492
  __name: "SubmissionAudit",
21493
21493
  setup(__props) {
21494
21494
  var _a, _b, _c;
@@ -21991,7 +21991,7 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
21991
21991
  }),
21992
21992
  createVNode(unref(SubmissionDetailTab)),
21993
21993
  createCommentVNode(" DOKUMEN "),
21994
- createVNode(unref(_sfc_main$w), {
21994
+ createVNode(unref(_sfc_main$C), {
21995
21995
  toolbar: "side",
21996
21996
  "is-readonly": unref(values).status === "processed" || unref(values).status === "approved" || unref(values).status === "monitored" || unref(values).status === "discontinued" || unref(values).status === "prepared" || unref(values).status === "resolved"
21997
21997
  }, null, 8, ["is-readonly"]),
@@ -22050,7 +22050,7 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
22050
22050
  };
22051
22051
  }
22052
22052
  });
22053
- const SubmissionAudit = /* @__PURE__ */ _export_sfc$1(_sfc_main$s, [["__scopeId", "data-v-39e6b2f4"]]);
22053
+ const SubmissionAudit = /* @__PURE__ */ _export_sfc$1(_sfc_main$y, [["__scopeId", "data-v-39e6b2f4"]]);
22054
22054
  const _hoisted_1$9 = { class: "flex flex-wrap" };
22055
22055
  const _hoisted_2$7 = { class: "mt-2" };
22056
22056
  const _hoisted_3$6 = { class: "mt-2" };
@@ -22066,7 +22066,7 @@ const _hoisted_12$3 = { class: "ml-2 flex items-end pb-1" };
22066
22066
  const _hoisted_13$1 = { class: "flex items-right" };
22067
22067
  const _hoisted_14$1 = { class: "flex-grow" };
22068
22068
  const _hoisted_15$1 = { class: "ml-2 flex items-end pb-1" };
22069
- const _sfc_main$r = /* @__PURE__ */ defineComponent({
22069
+ const _sfc_main$x = /* @__PURE__ */ defineComponent({
22070
22070
  __name: "SubmissionDecision",
22071
22071
  setup(__props) {
22072
22072
  var _a, _b, _c;
@@ -22499,7 +22499,7 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
22499
22499
  createCommentVNode(" DETAIL "),
22500
22500
  createVNode(unref(SubmissionDetailTab)),
22501
22501
  createCommentVNode(" DOKUMEN "),
22502
- createVNode(unref(_sfc_main$w), {
22502
+ createVNode(unref(_sfc_main$C), {
22503
22503
  toolbar: "side",
22504
22504
  "is-readonly": unref(values).status === "raised" || unref(values).status === "delay" || unref(values).status === "approved" || unref(values).status === "monitored" || unref(values).status === "discontinued" || unref(values).status === "resolved"
22505
22505
  }, null, 8, ["is-readonly"]),
@@ -22558,7 +22558,7 @@ const _sfc_main$r = /* @__PURE__ */ defineComponent({
22558
22558
  };
22559
22559
  }
22560
22560
  });
22561
- const SubmissionDecision = /* @__PURE__ */ _export_sfc$1(_sfc_main$r, [["__scopeId", "data-v-dcf2399c"]]);
22561
+ const SubmissionDecision = /* @__PURE__ */ _export_sfc$1(_sfc_main$x, [["__scopeId", "data-v-dcf2399c"]]);
22562
22562
  const _hoisted_1$8 = { class: "flex flex-wrap" };
22563
22563
  const _hoisted_2$6 = { class: "mt-2" };
22564
22564
  const _hoisted_3$5 = { class: "mt-2" };
@@ -22574,7 +22574,7 @@ const _hoisted_12$2 = { class: "ml-2 flex items-end pb-1" };
22574
22574
  const _hoisted_13 = { class: "flex items-right" };
22575
22575
  const _hoisted_14 = { class: "flex-grow" };
22576
22576
  const _hoisted_15 = { class: "ml-2 flex items-end pb-1" };
22577
- const _sfc_main$q = /* @__PURE__ */ defineComponent({
22577
+ const _sfc_main$w = /* @__PURE__ */ defineComponent({
22578
22578
  __name: "SubmissionWaitingDecision",
22579
22579
  setup(__props) {
22580
22580
  var _a, _b, _c;
@@ -23006,7 +23006,7 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
23006
23006
  createCommentVNode(" DETAIL "),
23007
23007
  createVNode(unref(SubmissionDetailTab)),
23008
23008
  createCommentVNode(" DOKUMEN "),
23009
- createVNode(unref(_sfc_main$w), {
23009
+ createVNode(unref(_sfc_main$C), {
23010
23010
  toolbar: "side",
23011
23011
  "is-readonly": unref(values).status === "raised" || unref(values).status === "delay" || unref(values).status === "approved" || unref(values).status === "monitored" || unref(values).status === "discontinued" || unref(values).status === "resolved"
23012
23012
  }, null, 8, ["is-readonly"])
@@ -23021,7 +23021,7 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
23021
23021
  };
23022
23022
  }
23023
23023
  });
23024
- const SubmissionWaitingDecision = /* @__PURE__ */ _export_sfc$1(_sfc_main$q, [["__scopeId", "data-v-11d31cbb"]]);
23024
+ const SubmissionWaitingDecision = /* @__PURE__ */ _export_sfc$1(_sfc_main$w, [["__scopeId", "data-v-11d31cbb"]]);
23025
23025
  const _hoisted_1$7 = { class: "flex items-right" };
23026
23026
  const _hoisted_2$5 = { class: "flex-grow" };
23027
23027
  const _hoisted_3$4 = { class: "ml-2 flex items-end pb-1" };
@@ -23034,7 +23034,7 @@ const _hoisted_9$1 = { class: "ml-2 flex items-end pb-1" };
23034
23034
  const _hoisted_10$1 = { class: "flex items-right" };
23035
23035
  const _hoisted_11$1 = { class: "flex-grow" };
23036
23036
  const _hoisted_12$1 = { class: "ml-2 flex items-end pb-1" };
23037
- const _sfc_main$p = /* @__PURE__ */ defineComponent({
23037
+ const _sfc_main$v = /* @__PURE__ */ defineComponent({
23038
23038
  __name: "SubmissionSupervisor",
23039
23039
  setup(__props) {
23040
23040
  const {
@@ -23288,7 +23288,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
23288
23288
  createCommentVNode(" DETAIL "),
23289
23289
  createVNode(unref(SubmissionDetailTab)),
23290
23290
  createCommentVNode(" DOKUMEN "),
23291
- createVNode(unref(_sfc_main$w), {
23291
+ createVNode(unref(_sfc_main$C), {
23292
23292
  toolbar: "side",
23293
23293
  "is-readonly": ""
23294
23294
  })
@@ -23303,8 +23303,8 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
23303
23303
  };
23304
23304
  }
23305
23305
  });
23306
- const SubmissionSupervisor = /* @__PURE__ */ _export_sfc$1(_sfc_main$p, [["__scopeId", "data-v-eab8a880"]]);
23307
- const _sfc_main$o = /* @__PURE__ */ defineComponent({
23306
+ const SubmissionSupervisor = /* @__PURE__ */ _export_sfc$1(_sfc_main$v, [["__scopeId", "data-v-eab8a880"]]);
23307
+ const _sfc_main$u = /* @__PURE__ */ defineComponent({
23308
23308
  ...{
23309
23309
  name: "SubmissionCollection"
23310
23310
  },
@@ -23334,7 +23334,7 @@ const _hoisted_9 = { class: "ml-2 flex items-end pb-1" };
23334
23334
  const _hoisted_10 = { class: "flex items-right" };
23335
23335
  const _hoisted_11 = { class: "flex-grow" };
23336
23336
  const _hoisted_12 = { class: "ml-2 flex items-end pb-1" };
23337
- const _sfc_main$n = /* @__PURE__ */ defineComponent({
23337
+ const _sfc_main$t = /* @__PURE__ */ defineComponent({
23338
23338
  __name: "SubmissionSingle",
23339
23339
  setup(__props) {
23340
23340
  const {
@@ -23597,7 +23597,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
23597
23597
  createCommentVNode(" DETAIL "),
23598
23598
  createVNode(unref(SubmissionDetailTab)),
23599
23599
  createCommentVNode(" DOKUMEN "),
23600
- createVNode(unref(_sfc_main$w), { toolbar: "side" })
23600
+ createVNode(unref(_sfc_main$C), { toolbar: "side" })
23601
23601
  ]),
23602
23602
  _: 1
23603
23603
  /* STABLE */
@@ -23609,8 +23609,8 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
23609
23609
  };
23610
23610
  }
23611
23611
  });
23612
- const SubmissionSingle = /* @__PURE__ */ _export_sfc$1(_sfc_main$n, [["__scopeId", "data-v-61e0e09a"]]);
23613
- const _sfc_main$m = /* @__PURE__ */ defineComponent({
23612
+ const SubmissionSingle = /* @__PURE__ */ _export_sfc$1(_sfc_main$t, [["__scopeId", "data-v-61e0e09a"]]);
23613
+ const _sfc_main$s = /* @__PURE__ */ defineComponent({
23614
23614
  ...{
23615
23615
  name: "SubmissionTypeCollection"
23616
23616
  },
@@ -23628,7 +23628,7 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
23628
23628
  };
23629
23629
  }
23630
23630
  });
23631
- const _sfc_main$l = /* @__PURE__ */ defineComponent({
23631
+ const _sfc_main$r = /* @__PURE__ */ defineComponent({
23632
23632
  __name: "SubmissionTypeSingle",
23633
23633
  setup(__props) {
23634
23634
  const {
@@ -23690,8 +23690,8 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
23690
23690
  };
23691
23691
  }
23692
23692
  });
23693
- const SubmissionTypeSingle = /* @__PURE__ */ _export_sfc$1(_sfc_main$l, [["__scopeId", "data-v-e8147700"]]);
23694
- const _sfc_main$k = /* @__PURE__ */ defineComponent({
23693
+ const SubmissionTypeSingle = /* @__PURE__ */ _export_sfc$1(_sfc_main$r, [["__scopeId", "data-v-e8147700"]]);
23694
+ const _sfc_main$q = /* @__PURE__ */ defineComponent({
23695
23695
  __name: "TargetBranch",
23696
23696
  setup(__props) {
23697
23697
  const {
@@ -23853,8 +23853,8 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
23853
23853
  };
23854
23854
  }
23855
23855
  });
23856
- const TargetBranch = /* @__PURE__ */ _export_sfc$1(_sfc_main$k, [["__scopeId", "data-v-9a3ab4b4"]]);
23857
- const _sfc_main$j = /* @__PURE__ */ defineComponent({
23856
+ const TargetBranch = /* @__PURE__ */ _export_sfc$1(_sfc_main$q, [["__scopeId", "data-v-9a3ab4b4"]]);
23857
+ const _sfc_main$p = /* @__PURE__ */ defineComponent({
23858
23858
  ...{
23859
23859
  name: "TargetCollection"
23860
23860
  },
@@ -23872,7 +23872,7 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
23872
23872
  };
23873
23873
  }
23874
23874
  });
23875
- const _sfc_main$i = /* @__PURE__ */ defineComponent({
23875
+ const _sfc_main$o = /* @__PURE__ */ defineComponent({
23876
23876
  __name: "TargetSingle",
23877
23877
  setup(__props) {
23878
23878
  const {
@@ -24034,8 +24034,8 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
24034
24034
  };
24035
24035
  }
24036
24036
  });
24037
- const TargetSingle = /* @__PURE__ */ _export_sfc$1(_sfc_main$i, [["__scopeId", "data-v-7bb85044"]]);
24038
- const _sfc_main$h = /* @__PURE__ */ defineComponent({
24037
+ const TargetSingle = /* @__PURE__ */ _export_sfc$1(_sfc_main$o, [["__scopeId", "data-v-7bb85044"]]);
24038
+ const _sfc_main$n = /* @__PURE__ */ defineComponent({
24039
24039
  __name: "TaskWork",
24040
24040
  setup(__props) {
24041
24041
  const {
@@ -24254,7 +24254,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
24254
24254
  };
24255
24255
  }
24256
24256
  });
24257
- const _sfc_main$g = /* @__PURE__ */ defineComponent({
24257
+ const _sfc_main$m = /* @__PURE__ */ defineComponent({
24258
24258
  ...{ name: "TaskCollection" },
24259
24259
  __name: "TaskCollection",
24260
24260
  setup(__props) {
@@ -24274,7 +24274,7 @@ const _hoisted_1$5 = { class: "flex flex-wrap gap-2" };
24274
24274
  const _hoisted_2$3 = { class: "mt-2" };
24275
24275
  const _hoisted_3$2 = { class: "mt-2" };
24276
24276
  const _hoisted_4$2 = { class: "mt-2" };
24277
- const _sfc_main$f = /* @__PURE__ */ defineComponent({
24277
+ const _sfc_main$l = /* @__PURE__ */ defineComponent({
24278
24278
  __name: "TaskSingle",
24279
24279
  setup(__props) {
24280
24280
  var _a;
@@ -24632,7 +24632,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
24632
24632
  });
24633
24633
  const _hoisted_1$4 = { key: 0 };
24634
24634
  const _hoisted_2$2 = { key: 1 };
24635
- const _sfc_main$e = /* @__PURE__ */ defineComponent({
24635
+ const _sfc_main$k = /* @__PURE__ */ defineComponent({
24636
24636
  ...{ name: "TaskWorkButton" },
24637
24637
  __name: "TaskWorkButton",
24638
24638
  setup(__props) {
@@ -24735,7 +24735,7 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
24735
24735
  };
24736
24736
  }
24737
24737
  });
24738
- const _sfc_main$d = /* @__PURE__ */ defineComponent({
24738
+ const _sfc_main$j = /* @__PURE__ */ defineComponent({
24739
24739
  ...{ name: "OfficeSingleSync" },
24740
24740
  __name: "ShiftAdministrator",
24741
24741
  setup(__props) {
@@ -25023,8 +25023,8 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
25023
25023
  };
25024
25024
  }
25025
25025
  });
25026
- const ShiftAdministrator = /* @__PURE__ */ _export_sfc$1(_sfc_main$d, [["__scopeId", "data-v-aeac9fbf"]]);
25027
- const _sfc_main$c = /* @__PURE__ */ defineComponent({
25026
+ const ShiftAdministrator = /* @__PURE__ */ _export_sfc$1(_sfc_main$j, [["__scopeId", "data-v-aeac9fbf"]]);
25027
+ const _sfc_main$i = /* @__PURE__ */ defineComponent({
25028
25028
  ...{ name: "OfficeSingleSync" },
25029
25029
  __name: "ShiftSupervisor",
25030
25030
  setup(__props) {
@@ -25299,8 +25299,8 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
25299
25299
  };
25300
25300
  }
25301
25301
  });
25302
- const ShiftSupervisor = /* @__PURE__ */ _export_sfc$1(_sfc_main$c, [["__scopeId", "data-v-4e4f8d08"]]);
25303
- const _sfc_main$b = /* @__PURE__ */ defineComponent({
25302
+ const ShiftSupervisor = /* @__PURE__ */ _export_sfc$1(_sfc_main$i, [["__scopeId", "data-v-4e4f8d08"]]);
25303
+ const _sfc_main$h = /* @__PURE__ */ defineComponent({
25304
25304
  ...{ name: "ShiftCollection" },
25305
25305
  __name: "ShiftCollection",
25306
25306
  setup(__props) {
@@ -25316,7 +25316,7 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
25316
25316
  };
25317
25317
  }
25318
25318
  });
25319
- const _sfc_main$a = /* @__PURE__ */ defineComponent({
25319
+ const _sfc_main$g = /* @__PURE__ */ defineComponent({
25320
25320
  ...{ name: "OfficeSingleSync" },
25321
25321
  __name: "ShiftSingle",
25322
25322
  setup(__props) {
@@ -25587,7 +25587,7 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
25587
25587
  };
25588
25588
  }
25589
25589
  });
25590
- const _sfc_main$9 = /* @__PURE__ */ defineComponent({
25590
+ const _sfc_main$f = /* @__PURE__ */ defineComponent({
25591
25591
  ...{ name: "ShiftTypeCollection" },
25592
25592
  __name: "ShiftTypeCollection",
25593
25593
  setup(__props) {
@@ -25604,7 +25604,7 @@ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
25604
25604
  }
25605
25605
  });
25606
25606
  const _hoisted_1$3 = { class: "grid gap-2 sm:grid-cols-2" };
25607
- const _sfc_main$8 = /* @__PURE__ */ defineComponent({
25607
+ const _sfc_main$e = /* @__PURE__ */ defineComponent({
25608
25608
  __name: "ShiftTypeSingle",
25609
25609
  setup(__props) {
25610
25610
  const {
@@ -25719,8 +25719,8 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
25719
25719
  };
25720
25720
  }
25721
25721
  });
25722
- const ShiftTypeSingle = /* @__PURE__ */ _export_sfc$1(_sfc_main$8, [["__scopeId", "data-v-b26a1277"]]);
25723
- const _sfc_main$7 = /* @__PURE__ */ defineComponent({
25722
+ const ShiftTypeSingle = /* @__PURE__ */ _export_sfc$1(_sfc_main$e, [["__scopeId", "data-v-b26a1277"]]);
25723
+ const _sfc_main$d = /* @__PURE__ */ defineComponent({
25724
25724
  ...{ name: "ShiftStaffCollection" },
25725
25725
  __name: "ShiftStaffCollection",
25726
25726
  props: {
@@ -25787,8 +25787,8 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
25787
25787
  };
25788
25788
  }
25789
25789
  });
25790
- const ShiftStaffCollection = /* @__PURE__ */ _export_sfc$1(_sfc_main$7, [["__scopeId", "data-v-1865509e"]]);
25791
- const _sfc_main$6 = /* @__PURE__ */ defineComponent({
25790
+ const ShiftStaffCollection = /* @__PURE__ */ _export_sfc$1(_sfc_main$d, [["__scopeId", "data-v-1865509e"]]);
25791
+ const _sfc_main$c = /* @__PURE__ */ defineComponent({
25792
25792
  __name: "ShiftStaffSingle",
25793
25793
  setup(__props) {
25794
25794
  var _a;
@@ -25977,7 +25977,7 @@ const _hoisted_3$1 = { class: "start" };
25977
25977
  const _hoisted_4$1 = { class: "title" };
25978
25978
  const _hoisted_5$1 = { class: "description" };
25979
25979
  const _hoisted_6$1 = { class: "end" };
25980
- const _sfc_main$5 = /* @__PURE__ */ defineComponent({
25980
+ const _sfc_main$b = /* @__PURE__ */ defineComponent({
25981
25981
  ...{ name: "ShiftStaffDisplay" },
25982
25982
  __name: "ShiftStaffDisplay",
25983
25983
  props: {
@@ -26045,7 +26045,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
26045
26045
  createElementVNode("div", _hoisted_6$1, [
26046
26046
  createVNode(unref(OfficeCollectionQuery), { displays: __props.displays }, {
26047
26047
  default: withCtx(() => [
26048
- unref(permit).isAny(["neu:shiftCabang", "neu:admin"]) ? (openBlock(), createBlock(unref(_sfc_main$1j), { key: 0 })) : createCommentVNode("v-if", true),
26048
+ unref(permit).isAny(["neu:shiftCabang", "neu:admin"]) ? (openBlock(), createBlock(unref(_sfc_main$1p), { key: 0 })) : createCommentVNode("v-if", true),
26049
26049
  createVNode(unref(OfficeCollectionOperation), {
26050
26050
  "is-main": "",
26051
26051
  path: __props.path
@@ -26069,9 +26069,9 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
26069
26069
  };
26070
26070
  }
26071
26071
  });
26072
- const ShiftStaffDisplay = /* @__PURE__ */ _export_sfc$1(_sfc_main$5, [["__scopeId", "data-v-9ab749f2"]]);
26072
+ const ShiftStaffDisplay = /* @__PURE__ */ _export_sfc$1(_sfc_main$b, [["__scopeId", "data-v-9ab749f2"]]);
26073
26073
  const _hoisted_1$1 = { class: "buttons" };
26074
- const _sfc_main$4 = /* @__PURE__ */ defineComponent({
26074
+ const _sfc_main$a = /* @__PURE__ */ defineComponent({
26075
26075
  ...{ name: "ShiftStaffWrapper" },
26076
26076
  __name: "ShiftStaffWrapper",
26077
26077
  props: {
@@ -26285,8 +26285,8 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
26285
26285
  };
26286
26286
  }
26287
26287
  });
26288
- const ShiftStaffWrapper = /* @__PURE__ */ _export_sfc$1(_sfc_main$4, [["__scopeId", "data-v-1ddd2145"]]);
26289
- const _sfc_main$3 = /* @__PURE__ */ defineComponent({
26288
+ const ShiftStaffWrapper = /* @__PURE__ */ _export_sfc$1(_sfc_main$a, [["__scopeId", "data-v-1ddd2145"]]);
26289
+ const _sfc_main$9 = /* @__PURE__ */ defineComponent({
26290
26290
  ...{ name: "ShiftStaffCollectionStaff" },
26291
26291
  __name: "ShiftStaffCollectionStaff",
26292
26292
  setup(__props) {
@@ -26311,7 +26311,7 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
26311
26311
  };
26312
26312
  }
26313
26313
  });
26314
- const _sfc_main$2 = /* @__PURE__ */ defineComponent({
26314
+ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
26315
26315
  ...{ name: "ShiftStaffCollectionBranch" },
26316
26316
  __name: "ShiftStaffCollectionBranch",
26317
26317
  setup(__props) {
@@ -26336,7 +26336,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
26336
26336
  };
26337
26337
  }
26338
26338
  });
26339
- const _sfc_main$1 = /* @__PURE__ */ defineComponent({
26339
+ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
26340
26340
  ...{ name: "ShiftStaffBranchSingle" },
26341
26341
  __name: "ShiftStaffSingleBranch",
26342
26342
  setup(__props) {
@@ -26511,7 +26511,7 @@ const _hoisted_6 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElem
26511
26511
  /* HOISTED */
26512
26512
  ));
26513
26513
  const _hoisted_7 = { class: "button-end" };
26514
- const _sfc_main = /* @__PURE__ */ defineComponent({
26514
+ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
26515
26515
  ...{ name: "ShiftStaffImport" },
26516
26516
  __name: "ShiftStaffImport",
26517
26517
  setup(__props) {
@@ -26616,95 +26616,490 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
26616
26616
  };
26617
26617
  }
26618
26618
  });
26619
- const ShiftStaffImport = /* @__PURE__ */ _export_sfc$1(_sfc_main, [["__scopeId", "data-v-818a1e6a"]]);
26619
+ const ShiftStaffImport = /* @__PURE__ */ _export_sfc$1(_sfc_main$6, [["__scopeId", "data-v-818a1e6a"]]);
26620
+ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
26621
+ ...{ name: "LeaveQuotaCollection" },
26622
+ __name: "LeaveQuotaCollection",
26623
+ setup(__props) {
26624
+ useCollection();
26625
+ return (_ctx, _cache) => {
26626
+ return openBlock(), createBlock(unref(NeonCollection), { class: "neu-leave-quota-collection" }, {
26627
+ default: withCtx(() => [
26628
+ createVNode(unref(OfficeCollectionTable))
26629
+ ]),
26630
+ _: 1
26631
+ /* STABLE */
26632
+ });
26633
+ };
26634
+ }
26635
+ });
26636
+ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
26637
+ __name: "LeaveQuotaSingle",
26638
+ setup(__props) {
26639
+ const {
26640
+ fields,
26641
+ initialValues,
26642
+ values,
26643
+ isLoading,
26644
+ isChanged,
26645
+ isMain,
26646
+ isNew,
26647
+ saveOne,
26648
+ discardChanges,
26649
+ syncOne,
26650
+ executeOne
26651
+ } = useSingle();
26652
+ const toast = useToast();
26653
+ const responseState = ref();
26654
+ function getNotified() {
26655
+ if (responseState.value === "leaveStaffGenerated") {
26656
+ toast.push({
26657
+ id: "generate:leaveQuota",
26658
+ content: "Successfully generated leave quota.",
26659
+ color: "success"
26660
+ });
26661
+ }
26662
+ }
26663
+ async function generateLeave() {
26664
+ const result = await executeOne("generateLeave", {
26665
+ nameLeave: values.value.nameLeave,
26666
+ nameStaffs: values.value.nameStaffs,
26667
+ typeLeave: values.value.typeLeave,
26668
+ leaveQuota: values.value.leaveQuota,
26669
+ startedAt: values.value.startedAt,
26670
+ endedAt: values.value.endedAt,
26671
+ branches: values.value.branches,
26672
+ conflictResolved: false,
26673
+ leaveQuotaId: values.value.id
26674
+ });
26675
+ if (result) {
26676
+ values.value.hasConflict = result.data.executeLeaveQuota.output.hasConflict;
26677
+ await syncOne();
26678
+ await saveOne();
26679
+ }
26680
+ getNotified();
26681
+ }
26682
+ async function saveCheck() {
26683
+ if (values.value.attendanceTypeId == null) {
26684
+ toast.push({
26685
+ id: "neu:attendance-type:code",
26686
+ icon: "warning",
26687
+ content: "Tipe Absensi belum diisi! Silahkan pilih Tipe Absensi terlebih dahulu.",
26688
+ color: "danger",
26689
+ placement: "bottom-right"
26690
+ });
26691
+ return;
26692
+ } else {
26693
+ await saveOne();
26694
+ }
26695
+ }
26696
+ return (_ctx, _cache) => {
26697
+ return openBlock(), createBlock(unref(NeonSingle), null, {
26698
+ default: withCtx(() => [
26699
+ createVNode(unref(OfficeTabs), null, {
26700
+ default: withCtx(() => [
26701
+ createVNode(unref(OfficeTab), {
26702
+ handle: "info",
26703
+ icon: "circle-info",
26704
+ title: "Info"
26705
+ }, {
26706
+ default: withCtx(() => [
26707
+ createVNode(unref(NeonForm), {
26708
+ handle: "info",
26709
+ "initial-values": unref(initialValues),
26710
+ "is-loading": unref(isLoading),
26711
+ "is-changed": unref(isChanged),
26712
+ "use-unsaved": "",
26713
+ onCancel: unref(discardChanges),
26714
+ onSubmit: saveCheck
26715
+ }, {
26716
+ default: withCtx(() => [
26717
+ unref(values).hasConflict ? (openBlock(), createBlock(unref(NeonAlert), {
26718
+ key: 0,
26719
+ icon: "circle-exclamation",
26720
+ title: "Konflik Karyawan!.",
26721
+ description: "Ada data karyawan yang dipilih sudah ada didata Kuota Cuti lainnya. Silahkan hapus data karyawan dan pilih karyawan lainnya.",
26722
+ color: "warning"
26723
+ })) : createCommentVNode("v-if", true),
26724
+ createVNode(unref(NeonField), mergeProps({
26725
+ modelValue: unref(values).nameLeave,
26726
+ "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => unref(values).nameLeave = $event)
26727
+ }, unref(fields).nameLeave), null, 16, ["modelValue"]),
26728
+ createVNode(unref(OfficeRelation), {
26729
+ modelValue: unref(values),
26730
+ "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => isRef(values) ? values.value = $event : null),
26731
+ field: unref(fields).branches
26732
+ }, null, 8, ["modelValue", "field"]),
26733
+ createVNode(unref(OfficeRelation), {
26734
+ modelValue: unref(values),
26735
+ "onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => isRef(values) ? values.value = $event : null),
26736
+ field: unref(fields).typeLeave
26737
+ }, null, 8, ["modelValue", "field"]),
26738
+ createVNode(unref(NeonFields), { class: "grid grid-cols-[3fr_1fr]" }, {
26739
+ default: withCtx(() => [
26740
+ createVNode(unref(OfficeRelation), {
26741
+ modelValue: unref(values),
26742
+ "onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => isRef(values) ? values.value = $event : null),
26743
+ field: unref(fields).nameStaffs
26744
+ }, null, 8, ["modelValue", "field"]),
26745
+ unref(values).hasGenerated === false ? (openBlock(), createBlock(unref(NeonButton), {
26746
+ key: 0,
26747
+ class: "mt-4",
26748
+ "icon-left": "sync",
26749
+ label: "Generate",
26750
+ "is-rounded": "",
26751
+ size: "sm",
26752
+ color: "success",
26753
+ onClick: generateLeave
26754
+ })) : createCommentVNode("v-if", true)
26755
+ ]),
26756
+ _: 1
26757
+ /* STABLE */
26758
+ }),
26759
+ createVNode(unref(NeonField), mergeProps({
26760
+ modelValue: unref(values).leaveQuota,
26761
+ "onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => unref(values).leaveQuota = $event)
26762
+ }, unref(fields).leaveQuota, { "is-disabled": "" }), null, 16, ["modelValue"]),
26763
+ createVNode(unref(NeonField), mergeProps({
26764
+ modelValue: unref(values).startedAt,
26765
+ "onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => unref(values).startedAt = $event)
26766
+ }, unref(fields).startedAt), null, 16, ["modelValue"]),
26767
+ createVNode(unref(NeonField), mergeProps({
26768
+ modelValue: unref(values).endedAt,
26769
+ "onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => unref(values).endedAt = $event)
26770
+ }, unref(fields).endedAt), null, 16, ["modelValue"]),
26771
+ createVNode(unref(NeonField), mergeProps({
26772
+ modelValue: unref(values).note,
26773
+ "onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => unref(values).note = $event)
26774
+ }, unref(fields).note), null, 16, ["modelValue"])
26775
+ ]),
26776
+ _: 1
26777
+ /* STABLE */
26778
+ }, 8, ["initial-values", "is-loading", "is-changed", "onCancel"])
26779
+ ]),
26780
+ _: 1
26781
+ /* STABLE */
26782
+ }),
26783
+ createCommentVNode(" Cuti Karyawan"),
26784
+ !unref(isNew) && !unref(values).hasConflict ? (openBlock(), createBlock(unref(OfficeTab), {
26785
+ key: 0,
26786
+ handle: "cutiKaryawan",
26787
+ icon: "house-person-leave",
26788
+ title: "Cuti Karyawan"
26789
+ }, {
26790
+ default: withCtx(() => [
26791
+ createVNode(unref(OfficeCollectionRelated), {
26792
+ definition: "neu:personalia:leaveStaff",
26793
+ title: "Cuti Karyawan",
26794
+ query: unref(Query).define({
26795
+ filter: {
26796
+ leaveQuotaStaffId: unref(values).id
26797
+ },
26798
+ sort: {
26799
+ handle: "startedAt",
26800
+ direction: "ascending"
26801
+ }
26802
+ }),
26803
+ excludes: ["click", "create"],
26804
+ columns: [
26805
+ "staff",
26806
+ "typeLeave",
26807
+ "leaveQuota",
26808
+ "startedAt",
26809
+ "endedAt"
26810
+ ],
26811
+ sorts: ["startedAt", "createdAt", "updatedAt"],
26812
+ filters: ["staff"]
26813
+ }, null, 8, ["query"])
26814
+ ]),
26815
+ _: 1
26816
+ /* STABLE */
26817
+ })) : createCommentVNode("v-if", true),
26818
+ !unref(isNew) && unref(values).hasConflict ? (openBlock(), createBlock(unref(OfficeTab), {
26819
+ key: 1,
26820
+ handle: "konflik",
26821
+ icon: "circle-exclamation",
26822
+ title: "Konflik Karyawan"
26823
+ }, {
26824
+ default: withCtx(() => [
26825
+ createVNode(unref(NeonAlert), {
26826
+ icon: "circle-exclamation",
26827
+ title: "Perhatian!",
26828
+ description: "Selesaikan konflik yang terjadi di kuota cuti.",
26829
+ color: "warning"
26830
+ }),
26831
+ createVNode(unref(OfficeCollectionRelated), {
26832
+ definition: "neu:personalia:leaveConflict",
26833
+ title: "Konlfik Cuti Karyawan",
26834
+ query: unref(Query).define({
26835
+ filter: {
26836
+ leaveQuotaId: unref(values).id,
26837
+ deletedAt: { $exists: false }
26838
+ },
26839
+ sort: {
26840
+ handle: "startedAt",
26841
+ direction: "ascending"
26842
+ }
26843
+ }),
26844
+ "use-bulk": "",
26845
+ excludes: ["click", "create"],
26846
+ columns: [
26847
+ "staff",
26848
+ "leaveQuotaOldName",
26849
+ "leaveQuotaOld",
26850
+ "leaveQuotaNewName",
26851
+ "leaveQuotaNew"
26852
+ ],
26853
+ sorts: ["startedAt", "createdAt", "updatedAt"],
26854
+ filters: ["staff"]
26855
+ }, null, 8, ["query"])
26856
+ ]),
26857
+ _: 1
26858
+ /* STABLE */
26859
+ })) : createCommentVNode("v-if", true)
26860
+ ]),
26861
+ _: 1
26862
+ /* STABLE */
26863
+ })
26864
+ ]),
26865
+ _: 1
26866
+ /* STABLE */
26867
+ });
26868
+ };
26869
+ }
26870
+ });
26871
+ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
26872
+ __name: "LeaveConflictSingle",
26873
+ setup(__props) {
26874
+ const { fields, values } = useSingle();
26875
+ return (_ctx, _cache) => {
26876
+ const _component_NeonField = resolveComponent("NeonField");
26877
+ const _component_NeonForm = resolveComponent("NeonForm");
26878
+ const _component_OfficeTabs = resolveComponent("OfficeTabs");
26879
+ const _component_NeonSingle = resolveComponent("NeonSingle");
26880
+ return openBlock(), createBlock(_component_NeonSingle, null, {
26881
+ default: withCtx(() => [
26882
+ createVNode(_component_OfficeTabs, null, {
26883
+ default: withCtx(() => [
26884
+ createVNode(unref(OfficeTab), {
26885
+ handle: "info",
26886
+ icon: "circle-info",
26887
+ title: "Info"
26888
+ }, {
26889
+ default: withCtx(() => [
26890
+ createVNode(_component_NeonForm, { handle: "info" }, {
26891
+ default: withCtx(() => [
26892
+ createVNode(_component_NeonField, mergeProps({
26893
+ modelValue: unref(values).staff,
26894
+ "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => unref(values).staff = $event)
26895
+ }, unref(fields).staff, { "is-disabled": "" }), null, 16, ["modelValue"])
26896
+ ]),
26897
+ _: 1
26898
+ /* STABLE */
26899
+ })
26900
+ ]),
26901
+ _: 1
26902
+ /* STABLE */
26903
+ })
26904
+ ]),
26905
+ _: 1
26906
+ /* STABLE */
26907
+ })
26908
+ ]),
26909
+ _: 1
26910
+ /* STABLE */
26911
+ });
26912
+ };
26913
+ }
26914
+ });
26915
+ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
26916
+ __name: "LeaveStaffSingle",
26917
+ setup(__props) {
26918
+ const { fields, values } = useSingle();
26919
+ return (_ctx, _cache) => {
26920
+ const _component_NeonField = resolveComponent("NeonField");
26921
+ const _component_NeonForm = resolveComponent("NeonForm");
26922
+ const _component_OfficeTabs = resolveComponent("OfficeTabs");
26923
+ const _component_NeonSingle = resolveComponent("NeonSingle");
26924
+ return openBlock(), createBlock(_component_NeonSingle, null, {
26925
+ default: withCtx(() => [
26926
+ createVNode(_component_OfficeTabs, null, {
26927
+ default: withCtx(() => [
26928
+ createVNode(unref(OfficeTab), {
26929
+ handle: "info",
26930
+ icon: "circle-info",
26931
+ title: "Info"
26932
+ }, {
26933
+ default: withCtx(() => [
26934
+ createVNode(_component_NeonForm, {
26935
+ handle: "info",
26936
+ "use-unsaved": ""
26937
+ }, {
26938
+ default: withCtx(() => [
26939
+ createVNode(_component_NeonField, mergeProps({
26940
+ modelValue: unref(values).staff,
26941
+ "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => unref(values).staff = $event)
26942
+ }, unref(fields).staff, { "is-disabled": "" }), null, 16, ["modelValue"])
26943
+ ]),
26944
+ _: 1
26945
+ /* STABLE */
26946
+ })
26947
+ ]),
26948
+ _: 1
26949
+ /* STABLE */
26950
+ })
26951
+ ]),
26952
+ _: 1
26953
+ /* STABLE */
26954
+ })
26955
+ ]),
26956
+ _: 1
26957
+ /* STABLE */
26958
+ });
26959
+ };
26960
+ }
26961
+ });
26962
+ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
26963
+ ...{ name: "LeaveStaffCollection" },
26964
+ __name: "LeaveStaffCollection",
26965
+ setup(__props) {
26966
+ useCollection();
26967
+ return (_ctx, _cache) => {
26968
+ return openBlock(), createBlock(unref(NeonCollection), { class: "neu-leave-staff-collection" }, {
26969
+ default: withCtx(() => [
26970
+ createVNode(unref(OfficeCollectionTable))
26971
+ ]),
26972
+ _: 1
26973
+ /* STABLE */
26974
+ });
26975
+ };
26976
+ }
26977
+ });
26978
+ const _sfc_main = /* @__PURE__ */ defineComponent({
26979
+ ...{ name: "LeaveConflictCollection" },
26980
+ __name: "LeaveConflictCollection",
26981
+ setup(__props) {
26982
+ const { fields } = useCollection();
26983
+ return (_ctx, _cache) => {
26984
+ return openBlock(), createBlock(unref(NeonCollection), { class: "neu-leave-conflict-collection" }, {
26985
+ default: withCtx(() => [
26986
+ createVNode(unref(OfficeCollectionTable), {
26987
+ freeze: 1,
26988
+ bulk: { update: "updateConflict" },
26989
+ "use-bulk": "",
26990
+ "use-select": "",
26991
+ size: "lg"
26992
+ }, {
26993
+ "update-form": withCtx(({ values }) => [
26994
+ createVNode(unref(NeonField), mergeProps({
26995
+ modelValue: values.deleteType,
26996
+ "onUpdate:modelValue": ($event) => values.deleteType = $event
26997
+ }, unref(fields).deleteType), null, 16, ["modelValue", "onUpdate:modelValue"])
26998
+ ]),
26999
+ _: 1
27000
+ /* STABLE */
27001
+ })
27002
+ ]),
27003
+ _: 1
27004
+ /* STABLE */
27005
+ });
27006
+ };
27007
+ }
27008
+ });
26620
27009
  const all = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
26621
27010
  __proto__: null,
26622
- AttendanceCollection: _sfc_main$1i,
27011
+ AttendanceCollection: _sfc_main$1o,
26623
27012
  AttendanceDelegate,
26624
27013
  AttendanceManager,
26625
27014
  AttendanceSingle,
26626
27015
  AttendanceStaff,
26627
27016
  AttendanceSupervisor,
26628
- AttendanceTypeCollection: _sfc_main$1c,
27017
+ AttendanceTypeCollection: _sfc_main$1i,
26629
27018
  AttendanceTypeSingle,
26630
27019
  CheckInAccess,
26631
- CheckInCollection: _sfc_main$13,
27020
+ CheckInCollection: _sfc_main$19,
26632
27021
  CheckInExternal,
26633
27022
  CheckInPresenceCollection,
26634
- CheckInScanError: _sfc_main$17,
26635
- CheckInScanSuccess: _sfc_main$15,
27023
+ CheckInScanError: _sfc_main$1d,
27024
+ CheckInScanSuccess: _sfc_main$1b,
26636
27025
  CheckInScanner,
26637
27026
  CheckInSingle,
26638
27027
  CheckInSupervisor,
27028
+ LeaveConflictCollection: _sfc_main,
27029
+ LeaveConflictSingle: _sfc_main$3,
27030
+ LeaveQuotaCollection: _sfc_main$5,
27031
+ LeaveQuotaSingle: _sfc_main$4,
27032
+ LeaveStaffCollection: _sfc_main$1,
27033
+ LeaveStaffSingle: _sfc_main$2,
26639
27034
  NOperasional: operasional_types,
26640
27035
  NeonTime,
26641
- NeutronImportButton: _sfc_main$1j,
27036
+ NeutronImportButton: _sfc_main$1p,
26642
27037
  OfficeSingleSync,
26643
27038
  OperasionalIdentitas,
26644
27039
  PeriodButton,
26645
- PlanCollection: _sfc_main$10,
27040
+ PlanCollection: _sfc_main$16,
26646
27041
  PlanSingle,
26647
27042
  PlanStaff,
26648
- PlanTypeCollection: _sfc_main$_,
27043
+ PlanTypeCollection: _sfc_main$14,
26649
27044
  PlanTypeSingle,
26650
- ProgressAccessCollection: _sfc_main$P,
27045
+ ProgressAccessCollection: _sfc_main$V,
26651
27046
  ProgressAccessSingle,
26652
27047
  ProgressAccessSupervisor,
26653
- ProgressButton: _sfc_main$S,
27048
+ ProgressButton: _sfc_main$Y,
26654
27049
  ProgressCollection,
26655
27050
  ProgressNote,
26656
- ProgressNoteButton: _sfc_main$R,
27051
+ ProgressNoteButton: _sfc_main$X,
26657
27052
  ProgressSingle,
26658
27053
  ProgressTomorrow,
26659
27054
  ProgressYesterday,
26660
- ResponsibilityCollection: _sfc_main$L,
27055
+ ResponsibilityCollection: _sfc_main$R,
26661
27056
  ResponsibilitySingle,
26662
27057
  ResponsibilityStaff,
26663
27058
  ResponsibilitySupervisor,
26664
- ResponsibilityTypeCollection: _sfc_main$J,
27059
+ ResponsibilityTypeCollection: _sfc_main$P,
26665
27060
  ResponsibilityTypeSingle,
26666
27061
  ShiftAdministrator,
26667
- ShiftCollection: _sfc_main$b,
26668
- ShiftSingle: _sfc_main$a,
27062
+ ShiftCollection: _sfc_main$h,
27063
+ ShiftSingle: _sfc_main$g,
26669
27064
  ShiftStaffCollection,
26670
- ShiftStaffCollectionBranch: _sfc_main$2,
26671
- ShiftStaffCollectionStaff: _sfc_main$3,
27065
+ ShiftStaffCollectionBranch: _sfc_main$8,
27066
+ ShiftStaffCollectionStaff: _sfc_main$9,
26672
27067
  ShiftStaffDisplay,
26673
27068
  ShiftStaffImport,
26674
- ShiftStaffSingle: _sfc_main$6,
26675
- ShiftStaffSingleBranch: _sfc_main$1,
27069
+ ShiftStaffSingle: _sfc_main$c,
27070
+ ShiftStaffSingleBranch: _sfc_main$7,
26676
27071
  ShiftStaffWrapper,
26677
27072
  ShiftSupervisor,
26678
- ShiftTypeCollection: _sfc_main$9,
27073
+ ShiftTypeCollection: _sfc_main$f,
26679
27074
  ShiftTypeSingle,
26680
- SituationCollection: _sfc_main$F,
26681
- SituationSingle: _sfc_main$E,
26682
- SituationSupportive: _sfc_main$G,
26683
- SituationTypeCollection: _sfc_main$D,
26684
- SituationTypeSingle: _sfc_main$C,
26685
- SituationWork: _sfc_main$H,
27075
+ SituationCollection: _sfc_main$L,
27076
+ SituationSingle: _sfc_main$K,
27077
+ SituationSupportive: _sfc_main$M,
27078
+ SituationTypeCollection: _sfc_main$J,
27079
+ SituationTypeSingle: _sfc_main$I,
27080
+ SituationWork: _sfc_main$N,
26686
27081
  StaffAccess,
26687
- StaffCollection: _sfc_main$y,
26688
- StaffIdentity: _sfc_main$B,
27082
+ StaffCollection: _sfc_main$E,
27083
+ StaffIdentity: _sfc_main$H,
26689
27084
  StaffOperasional,
26690
27085
  StaffSingle,
26691
27086
  SubmissionAudit,
26692
- SubmissionCollection: _sfc_main$o,
27087
+ SubmissionCollection: _sfc_main$u,
26693
27088
  SubmissionDecision,
26694
27089
  SubmissionFollowUp,
26695
27090
  SubmissionSingle,
26696
27091
  SubmissionStaff,
26697
27092
  SubmissionSupervisor,
26698
- SubmissionTypeCollection: _sfc_main$m,
27093
+ SubmissionTypeCollection: _sfc_main$s,
26699
27094
  SubmissionTypeSingle,
26700
27095
  SubmissionWaitingDecision,
26701
27096
  TargetBranch,
26702
- TargetCollection: _sfc_main$j,
27097
+ TargetCollection: _sfc_main$p,
26703
27098
  TargetSingle,
26704
- TaskCollection: _sfc_main$g,
26705
- TaskSingle: _sfc_main$f,
26706
- TaskWork: _sfc_main$h,
26707
- TaskWorkButton: _sfc_main$e,
27099
+ TaskCollection: _sfc_main$m,
27100
+ TaskSingle: _sfc_main$l,
27101
+ TaskWork: _sfc_main$n,
27102
+ TaskWorkButton: _sfc_main$k,
26708
27103
  bus,
26709
27104
  useAttendanceStore,
26710
27105
  useImportShift,
@@ -26729,6 +27124,15 @@ const config = OfficeInterfaces.define({
26729
27124
  // Attendance Type
26730
27125
  "AttendanceTypeCollection",
26731
27126
  "AttendanceTypeSingle",
27127
+ // Leave Quota
27128
+ "LeaveQuotaCollection",
27129
+ "LeaveQuotaSingle",
27130
+ // Leave Staff
27131
+ "LeaveStaffCollection",
27132
+ "LeaveStaffSingle",
27133
+ // Leave Conflict
27134
+ "LeaveConflictCollection",
27135
+ "LeaveConflictSingle",
26732
27136
  // Check In
26733
27137
  "CheckInCollection",
26734
27138
  "CheckInSingle",