@neutron.co.id/operasional-interfaces 1.17.34 → 1.17.36

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.
@@ -44,46 +44,55 @@ const actions = {
44
44
  iconLeft: 'pen-line',
45
45
  label: 'Disiapkan',
46
46
  color: 'base',
47
+ value: 'prepared',
47
48
  },
48
49
  raised: {
49
50
  iconLeft: 'arrow-up-from-line',
50
51
  label: 'Dinaikkan',
51
52
  color: 'dark',
53
+ value: 'raised',
52
54
  },
53
55
  waitForAudit: {
54
56
  label: 'Menunggu Pengawas Lain',
55
57
  color: '#57452fff',
56
58
  iconLeft: 'hourglass',
59
+ value: 'waitForAudit',
57
60
  },
58
61
  processed: {
59
62
  iconLeft: 'spinner',
60
63
  label: 'Diproses',
61
64
  color: 'warning',
65
+ value: 'processed',
62
66
  },
63
67
  delay: {
64
68
  iconLeft: 'circle-stop',
65
69
  label: 'Ditunda',
66
70
  color: 'danger',
71
+ value: 'delay',
67
72
  },
68
73
  approved: {
69
74
  iconLeft: 'list-check',
70
75
  label: 'Disetujui',
71
76
  color: 'success',
77
+ value: 'approved',
72
78
  },
73
79
  monitored: {
74
80
  iconLeft: 'binoculars',
75
81
  label: 'Dipantau',
76
82
  color: 'info',
83
+ value: 'monitored',
77
84
  },
78
85
  discontinued: {
79
86
  iconLeft: 'ban',
80
87
  label: 'Dihentikan',
81
88
  color: 'danger',
89
+ value: 'discontinued',
82
90
  },
83
91
  resolved: {
84
92
  iconLeft: 'file-check',
85
93
  label: 'Diselesaikan',
86
94
  color: 'success',
95
+ value: 'resolved',
87
96
  },
88
97
  } as Record<string, any>
89
98
 
@@ -270,13 +279,13 @@ watch(
270
279
  :note="submissionNote"
271
280
  :is-saving="isSaving"
272
281
  :is-disabled="
273
- values.status === 'processed' ||
274
- values.status === 'waitForAudit' ||
275
- values.status === 'approved' ||
276
- values.status === 'delay' ||
277
- values.status === 'monitored' ||
278
- values.status === 'discontinued' ||
279
- values.status === 'resolved' ||
282
+ status?.value === 'processed' ||
283
+ status?.value === 'waitForAudit' ||
284
+ status?.value === 'approved' ||
285
+ status?.value === 'delay' ||
286
+ status?.value === 'monitored' ||
287
+ status?.value === 'discontinued' ||
288
+ status?.value === 'resolved' ||
280
289
  isLoading ||
281
290
  isGetLoading
282
291
  "
@@ -210,7 +210,7 @@
210
210
  "
211
211
  />
212
212
  </NeonFields>
213
- <NeonField
213
+ <!-- <NeonField
214
214
  v-model="values.deadline"
215
215
  v-bind="fields.deadline"
216
216
  :is-disabled="
@@ -223,7 +223,7 @@
223
223
  values.status === 'discontinued' ||
224
224
  values.status === 'resolved'
225
225
  "
226
- />
226
+ /> -->
227
227
 
228
228
  <div class="flex items-right">
229
229
  <div class="flex-grow">
@@ -98,7 +98,7 @@
98
98
  "
99
99
  />
100
100
  </NeonFields>
101
- <NeonField
101
+ <!-- <NeonField
102
102
  v-model="values.deadline"
103
103
  v-bind="fields.deadline"
104
104
  :is-disabled="
@@ -111,7 +111,7 @@
111
111
  values.status === 'discontinued' ||
112
112
  values.status === 'resolved'
113
113
  "
114
- />
114
+ /> -->
115
115
 
116
116
  <OfficeRelation
117
117
  v-model="values"
@@ -21443,15 +21443,23 @@ const _sfc_main$F = /* @__PURE__ */ vue.defineComponent({
21443
21443
  _: 1
21444
21444
  /* STABLE */
21445
21445
  }),
21446
- vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
21447
- modelValue: vue.unref(values).deadline,
21448
- "onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => vue.unref(values).deadline = $event)
21449
- }, vue.unref(fields).deadline, {
21450
- "is-disabled": vue.unref(values).status === "processed" || vue.unref(values).status === "waitForAudit" || vue.unref(values).status === "approved" || vue.unref(values).status === "raised" || vue.unref(values).status === "delay" || vue.unref(values).status === "monitored" || vue.unref(values).status === "discontinued" || vue.unref(values).status === "resolved"
21451
- }), null, 16, ["modelValue", "is-disabled"]),
21446
+ vue.createCommentVNode(` <NeonField
21447
+ v-model="values.deadline"
21448
+ v-bind="fields.deadline"
21449
+ :is-disabled="
21450
+ values.status === 'processed' ||
21451
+ values.status === 'waitForAudit' ||
21452
+ values.status === 'approved' ||
21453
+ values.status === 'raised' ||
21454
+ values.status === 'delay' ||
21455
+ values.status === 'monitored' ||
21456
+ values.status === 'discontinued' ||
21457
+ values.status === 'resolved'
21458
+ "
21459
+ /> `),
21452
21460
  vue.createVNode(vue.unref(office$1.OfficeRelation), {
21453
21461
  modelValue: vue.unref(values),
21454
- "onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => vue.isRef(values) ? values.value = $event : null),
21462
+ "onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => vue.isRef(values) ? values.value = $event : null),
21455
21463
  field: vue.unref(fields).department,
21456
21464
  "is-disabled": vue.unref(values).statusStaff === "raised" || vue.unref(values).statusStaff === "processed" || vue.unref(values).statusStaff === "approved" || vue.unref(values).statusStaff === "monitored" || vue.unref(values).statusStaff === "discontinued" || vue.unref(values).statusStaff === "resolved"
21457
21465
  }, null, 8, ["modelValue", "field", "is-disabled"]),
@@ -21463,7 +21471,7 @@ const _sfc_main$F = /* @__PURE__ */ vue.defineComponent({
21463
21471
  return [
21464
21472
  vue.createVNode(vue.unref(office$1.OfficeRelation), {
21465
21473
  modelValue: vue.unref(values),
21466
- "onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => vue.isRef(values) ? values.value = $event : null),
21474
+ "onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => vue.isRef(values) ? values.value = $event : null),
21467
21475
  field: vue.unref(fields).submissionStaffs,
21468
21476
  query: vue.unref(query.Query).define(submissionStaffOptions.value),
21469
21477
  columns: ["nik", "name", "branches"],
@@ -21495,7 +21503,7 @@ const _sfc_main$F = /* @__PURE__ */ vue.defineComponent({
21495
21503
  default: vue.withCtx(() => [
21496
21504
  vue.createVNode(vue.unref(office$1.OfficeRelation), {
21497
21505
  modelValue: vue.unref(values),
21498
- "onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => vue.isRef(values) ? values.value = $event : null),
21506
+ "onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => vue.isRef(values) ? values.value = $event : null),
21499
21507
  field: vue.unref(fields).raiseStaffs,
21500
21508
  query: vue.unref(query.Query).define(roleStaffOptions.value),
21501
21509
  columns: ["nik", "name", "branches"],
@@ -21526,7 +21534,7 @@ const _sfc_main$F = /* @__PURE__ */ vue.defineComponent({
21526
21534
  default: vue.withCtx(() => [
21527
21535
  vue.createVNode(vue.unref(office$1.OfficeRelation), {
21528
21536
  modelValue: vue.unref(values),
21529
- "onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => vue.isRef(values) ? values.value = $event : null),
21537
+ "onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => vue.isRef(values) ? values.value = $event : null),
21530
21538
  field: vue.unref(fields).decideStaffs,
21531
21539
  query: vue.unref(query.Query).define(roleDecideStaffOptions.value),
21532
21540
  columns: ["nik", "name", "branches"],
@@ -21557,7 +21565,7 @@ const _sfc_main$F = /* @__PURE__ */ vue.defineComponent({
21557
21565
  default: vue.withCtx(() => [
21558
21566
  vue.createVNode(vue.unref(office$1.OfficeRelation), {
21559
21567
  modelValue: vue.unref(values),
21560
- "onUpdate:modelValue": _cache[9] || (_cache[9] = ($event) => vue.isRef(values) ? values.value = $event : null),
21568
+ "onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => vue.isRef(values) ? values.value = $event : null),
21561
21569
  field: vue.unref(fields).followUpStaffs,
21562
21570
  columns: ["nik", "name", "branches"],
21563
21571
  fragment: {
@@ -21594,15 +21602,15 @@ const _sfc_main$F = /* @__PURE__ */ vue.defineComponent({
21594
21602
  /> `),
21595
21603
  vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
21596
21604
  modelValue: vue.unref(values).preparedAt,
21597
- "onUpdate:modelValue": _cache[10] || (_cache[10] = ($event) => vue.unref(values).preparedAt = $event)
21605
+ "onUpdate:modelValue": _cache[9] || (_cache[9] = ($event) => vue.unref(values).preparedAt = $event)
21598
21606
  }, vue.unref(fields).preparedAt, { "is-disabled": "" }), null, 16, ["modelValue"]),
21599
21607
  vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
21600
21608
  modelValue: vue.unref(values).raisedAt,
21601
- "onUpdate:modelValue": _cache[11] || (_cache[11] = ($event) => vue.unref(values).raisedAt = $event)
21609
+ "onUpdate:modelValue": _cache[10] || (_cache[10] = ($event) => vue.unref(values).raisedAt = $event)
21602
21610
  }, vue.unref(fields).raisedAt, { "is-disabled": "" }), null, 16, ["modelValue"]),
21603
21611
  vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
21604
21612
  modelValue: vue.unref(values).processedAt,
21605
- "onUpdate:modelValue": _cache[12] || (_cache[12] = ($event) => vue.unref(values).processedAt = $event)
21613
+ "onUpdate:modelValue": _cache[11] || (_cache[11] = ($event) => vue.unref(values).processedAt = $event)
21606
21614
  }, vue.unref(fields).processedAt, { "is-disabled": "" }), null, 16, ["modelValue"]),
21607
21615
  vue.createCommentVNode(' <NeonField\n v-model="values.decidedAt"\n v-bind="fields.decidedAt"\n is-disabled\n />\n\n <NeonField\n v-model="values.approvedAt"\n v-bind="fields.approvedAt"\n is-disabled\n />\n\n <NeonField\n v-model="values.delayAt"\n v-bind="fields.delayAt"\n is-disabled\n /> '),
21608
21616
  vue.createVNode(vue.unref(interfaces.NeonDivider), {
@@ -21611,7 +21619,7 @@ const _sfc_main$F = /* @__PURE__ */ vue.defineComponent({
21611
21619
  }),
21612
21620
  vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
21613
21621
  modelValue: vue.unref(values).workingHours,
21614
- "onUpdate:modelValue": _cache[13] || (_cache[13] = ($event) => vue.unref(values).workingHours = $event)
21622
+ "onUpdate:modelValue": _cache[12] || (_cache[12] = ($event) => vue.unref(values).workingHours = $event)
21615
21623
  }, vue.unref(fields).workingHours, {
21616
21624
  "is-disabled": vue.unref(values).statusStaff === "raised" || vue.unref(values).statusStaff === "processed" || vue.unref(values).statusStaff === "approved" || vue.unref(values).statusStaff === "monitored" || vue.unref(values).statusStaff === "discontinued" || vue.unref(values).statusStaff === "resolved"
21617
21625
  }), null, 16, ["modelValue", "is-disabled"]),
@@ -21623,13 +21631,13 @@ const _sfc_main$F = /* @__PURE__ */ vue.defineComponent({
21623
21631
  default: vue.withCtx(() => [
21624
21632
  vue.createVNode(vue.unref(office$1.OfficeRelation), {
21625
21633
  modelValue: vue.unref(values),
21626
- "onUpdate:modelValue": _cache[14] || (_cache[14] = ($event) => vue.isRef(values) ? values.value = $event : null),
21634
+ "onUpdate:modelValue": _cache[13] || (_cache[13] = ($event) => vue.isRef(values) ? values.value = $event : null),
21627
21635
  field: vue.unref(fields).hasRaiseStaffs,
21628
21636
  "is-disabled": ""
21629
21637
  }, null, 8, ["modelValue", "field"]),
21630
21638
  vue.createVNode(vue.unref(office$1.OfficeRelation), {
21631
21639
  modelValue: vue.unref(values),
21632
- "onUpdate:modelValue": _cache[15] || (_cache[15] = ($event) => vue.isRef(values) ? values.value = $event : null),
21640
+ "onUpdate:modelValue": _cache[14] || (_cache[14] = ($event) => vue.isRef(values) ? values.value = $event : null),
21633
21641
  field: vue.unref(fields).yetRaiseStaffs,
21634
21642
  "is-disabled": ""
21635
21643
  }, null, 8, ["modelValue", "field"])
@@ -21645,13 +21653,13 @@ const _sfc_main$F = /* @__PURE__ */ vue.defineComponent({
21645
21653
  default: vue.withCtx(() => [
21646
21654
  vue.createVNode(vue.unref(office$1.OfficeRelation), {
21647
21655
  modelValue: vue.unref(values),
21648
- "onUpdate:modelValue": _cache[16] || (_cache[16] = ($event) => vue.isRef(values) ? values.value = $event : null),
21656
+ "onUpdate:modelValue": _cache[15] || (_cache[15] = ($event) => vue.isRef(values) ? values.value = $event : null),
21649
21657
  field: vue.unref(fields).hasProcessStaffs,
21650
21658
  "is-disabled": ""
21651
21659
  }, null, 8, ["modelValue", "field"]),
21652
21660
  vue.createVNode(vue.unref(office$1.OfficeRelation), {
21653
21661
  modelValue: vue.unref(values),
21654
- "onUpdate:modelValue": _cache[17] || (_cache[17] = ($event) => vue.isRef(values) ? values.value = $event : null),
21662
+ "onUpdate:modelValue": _cache[16] || (_cache[16] = ($event) => vue.isRef(values) ? values.value = $event : null),
21655
21663
  field: vue.unref(fields).yetProcessStaffs,
21656
21664
  "is-disabled": ""
21657
21665
  }, null, 8, ["modelValue", "field"])
@@ -21667,13 +21675,13 @@ const _sfc_main$F = /* @__PURE__ */ vue.defineComponent({
21667
21675
  default: vue.withCtx(() => [
21668
21676
  vue.createVNode(vue.unref(office$1.OfficeRelation), {
21669
21677
  modelValue: vue.unref(values),
21670
- "onUpdate:modelValue": _cache[18] || (_cache[18] = ($event) => vue.isRef(values) ? values.value = $event : null),
21678
+ "onUpdate:modelValue": _cache[17] || (_cache[17] = ($event) => vue.isRef(values) ? values.value = $event : null),
21671
21679
  field: vue.unref(fields).delayStaffs,
21672
21680
  "is-disabled": ""
21673
21681
  }, null, 8, ["modelValue", "field"]),
21674
21682
  vue.createVNode(vue.unref(office$1.OfficeRelation), {
21675
21683
  modelValue: vue.unref(values),
21676
- "onUpdate:modelValue": _cache[19] || (_cache[19] = ($event) => vue.isRef(values) ? values.value = $event : null),
21684
+ "onUpdate:modelValue": _cache[18] || (_cache[18] = ($event) => vue.isRef(values) ? values.value = $event : null),
21677
21685
  field: vue.unref(fields).agreedStaffs,
21678
21686
  "is-disabled": ""
21679
21687
  }, null, 8, ["modelValue", "field"])
@@ -21707,7 +21715,7 @@ const _sfc_main$F = /* @__PURE__ */ vue.defineComponent({
21707
21715
  };
21708
21716
  }
21709
21717
  });
21710
- const SubmissionStaff = /* @__PURE__ */ _export_sfc$1(_sfc_main$F, [["__scopeId", "data-v-74e1ab3e"]]);
21718
+ const SubmissionStaff = /* @__PURE__ */ _export_sfc$1(_sfc_main$F, [["__scopeId", "data-v-80bfe35c"]]);
21711
21719
  const _hoisted_1$g = { class: "flex items-right" };
21712
21720
  const _hoisted_2$d = { class: "flex-grow" };
21713
21721
  const _hoisted_3$b = { class: "ml-2 flex items-end pb-1" };
@@ -22337,12 +22345,20 @@ const _sfc_main$D = /* @__PURE__ */ vue.defineComponent({
22337
22345
  _: 1
22338
22346
  /* STABLE */
22339
22347
  }),
22340
- vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
22341
- modelValue: vue.unref(values).deadline,
22342
- "onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => vue.unref(values).deadline = $event)
22343
- }, vue.unref(fields).deadline, {
22344
- "is-disabled": vue.unref(values).status === "processed" || vue.unref(values).status === "waitForAudit" || vue.unref(values).status === "approved" || vue.unref(values).status === "raised" || vue.unref(values).status === "delay" || vue.unref(values).status === "monitored" || vue.unref(values).status === "discontinued" || vue.unref(values).status === "resolved"
22345
- }), null, 16, ["modelValue", "is-disabled"]),
22348
+ vue.createCommentVNode(` <NeonField
22349
+ v-model="values.deadline"
22350
+ v-bind="fields.deadline"
22351
+ :is-disabled="
22352
+ values.status === 'processed' ||
22353
+ values.status === 'waitForAudit' ||
22354
+ values.status === 'approved' ||
22355
+ values.status === 'raised' ||
22356
+ values.status === 'delay' ||
22357
+ values.status === 'monitored' ||
22358
+ values.status === 'discontinued' ||
22359
+ values.status === 'resolved'
22360
+ "
22361
+ /> `),
22346
22362
  vue.createElementVNode("div", _hoisted_7$7, [
22347
22363
  vue.createElementVNode("div", _hoisted_8$5, [
22348
22364
  vue.createVNode(vue.unref(form.NeonFields), { class: "flex-1" }, {
@@ -22351,7 +22367,7 @@ const _sfc_main$D = /* @__PURE__ */ vue.defineComponent({
22351
22367
  return [
22352
22368
  vue.createVNode(vue.unref(office$1.OfficeRelation), {
22353
22369
  modelValue: vue.unref(values),
22354
- "onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => vue.isRef(values) ? values.value = $event : null),
22370
+ "onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => vue.isRef(values) ? values.value = $event : null),
22355
22371
  field: vue.unref(fields).submissionStaffs,
22356
22372
  columns: ["nik", "name", "branches"],
22357
22373
  fragment: {
@@ -22385,7 +22401,7 @@ const _sfc_main$D = /* @__PURE__ */ vue.defineComponent({
22385
22401
  return [
22386
22402
  vue.createVNode(vue.unref(office$1.OfficeRelation), {
22387
22403
  modelValue: vue.unref(values),
22388
- "onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => vue.isRef(values) ? values.value = $event : null),
22404
+ "onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => vue.isRef(values) ? values.value = $event : null),
22389
22405
  field: vue.unref(fields).raiseStaffs,
22390
22406
  columns: ["nik", "name", "branches"],
22391
22407
  fragment: {
@@ -22417,7 +22433,7 @@ const _sfc_main$D = /* @__PURE__ */ vue.defineComponent({
22417
22433
  default: vue.withCtx(() => [
22418
22434
  vue.createVNode(vue.unref(office$1.OfficeRelation), {
22419
22435
  modelValue: vue.unref(values),
22420
- "onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => vue.isRef(values) ? values.value = $event : null),
22436
+ "onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => vue.isRef(values) ? values.value = $event : null),
22421
22437
  field: vue.unref(fields).decideStaffs,
22422
22438
  columns: ["nik", "name", "branches"],
22423
22439
  fragment: {
@@ -22448,7 +22464,7 @@ const _sfc_main$D = /* @__PURE__ */ vue.defineComponent({
22448
22464
  default: vue.withCtx(() => [
22449
22465
  vue.createVNode(vue.unref(office$1.OfficeRelation), {
22450
22466
  modelValue: vue.unref(values),
22451
- "onUpdate:modelValue": _cache[9] || (_cache[9] = ($event) => vue.isRef(values) ? values.value = $event : null),
22467
+ "onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => vue.isRef(values) ? values.value = $event : null),
22452
22468
  field: vue.unref(fields).followUpStaffs,
22453
22469
  columns: ["nik", "name", "branches"],
22454
22470
  fragment: {
@@ -22473,15 +22489,15 @@ const _sfc_main$D = /* @__PURE__ */ vue.defineComponent({
22473
22489
  ]),
22474
22490
  vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
22475
22491
  modelValue: vue.unref(values).preparedAt,
22476
- "onUpdate:modelValue": _cache[10] || (_cache[10] = ($event) => vue.unref(values).preparedAt = $event)
22492
+ "onUpdate:modelValue": _cache[9] || (_cache[9] = ($event) => vue.unref(values).preparedAt = $event)
22477
22493
  }, vue.unref(fields).preparedAt, { "is-disabled": "" }), null, 16, ["modelValue"]),
22478
22494
  vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
22479
22495
  modelValue: vue.unref(values).raisedAt,
22480
- "onUpdate:modelValue": _cache[11] || (_cache[11] = ($event) => vue.unref(values).raisedAt = $event)
22496
+ "onUpdate:modelValue": _cache[10] || (_cache[10] = ($event) => vue.unref(values).raisedAt = $event)
22481
22497
  }, vue.unref(fields).raisedAt, { "is-disabled": "" }), null, 16, ["modelValue"]),
22482
22498
  vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
22483
22499
  modelValue: vue.unref(values).processedAt,
22484
- "onUpdate:modelValue": _cache[12] || (_cache[12] = ($event) => vue.unref(values).processedAt = $event)
22500
+ "onUpdate:modelValue": _cache[11] || (_cache[11] = ($event) => vue.unref(values).processedAt = $event)
22485
22501
  }, vue.unref(fields).processedAt, { "is-disabled": "" }), null, 16, ["modelValue"]),
22486
22502
  vue.createVNode(vue.unref(interfaces.NeonDivider), {
22487
22503
  "is-dashed": "",
@@ -22489,7 +22505,7 @@ const _sfc_main$D = /* @__PURE__ */ vue.defineComponent({
22489
22505
  }),
22490
22506
  vue.createVNode(vue.unref(form.NeonField), vue.mergeProps({
22491
22507
  modelValue: vue.unref(values).workingHours,
22492
- "onUpdate:modelValue": _cache[13] || (_cache[13] = ($event) => vue.unref(values).workingHours = $event)
22508
+ "onUpdate:modelValue": _cache[12] || (_cache[12] = ($event) => vue.unref(values).workingHours = $event)
22493
22509
  }, vue.unref(fields).workingHours, {
22494
22510
  "is-disabled": vue.unref(values).status === "processed" || vue.unref(values).status === "waitForAudit" || vue.unref(values).status === "approved" || vue.unref(values).status === "raised" || vue.unref(values).status === "delay" || vue.unref(values).status === "monitored" || vue.unref(values).status === "discontinued" || vue.unref(values).status === "resolved"
22495
22511
  }), null, 16, ["modelValue", "is-disabled"]),
@@ -22501,13 +22517,13 @@ const _sfc_main$D = /* @__PURE__ */ vue.defineComponent({
22501
22517
  default: vue.withCtx(() => [
22502
22518
  vue.createVNode(vue.unref(office$1.OfficeRelation), {
22503
22519
  modelValue: vue.unref(values),
22504
- "onUpdate:modelValue": _cache[14] || (_cache[14] = ($event) => vue.isRef(values) ? values.value = $event : null),
22520
+ "onUpdate:modelValue": _cache[13] || (_cache[13] = ($event) => vue.isRef(values) ? values.value = $event : null),
22505
22521
  field: vue.unref(fields).hasRaiseStaffs,
22506
22522
  "is-disabled": ""
22507
22523
  }, null, 8, ["modelValue", "field"]),
22508
22524
  vue.createVNode(vue.unref(office$1.OfficeRelation), {
22509
22525
  modelValue: vue.unref(values),
22510
- "onUpdate:modelValue": _cache[15] || (_cache[15] = ($event) => vue.isRef(values) ? values.value = $event : null),
22526
+ "onUpdate:modelValue": _cache[14] || (_cache[14] = ($event) => vue.isRef(values) ? values.value = $event : null),
22511
22527
  field: vue.unref(fields).yetRaiseStaffs,
22512
22528
  "is-disabled": ""
22513
22529
  }, null, 8, ["modelValue", "field"])
@@ -22523,13 +22539,13 @@ const _sfc_main$D = /* @__PURE__ */ vue.defineComponent({
22523
22539
  default: vue.withCtx(() => [
22524
22540
  vue.createVNode(vue.unref(office$1.OfficeRelation), {
22525
22541
  modelValue: vue.unref(values),
22526
- "onUpdate:modelValue": _cache[16] || (_cache[16] = ($event) => vue.isRef(values) ? values.value = $event : null),
22542
+ "onUpdate:modelValue": _cache[15] || (_cache[15] = ($event) => vue.isRef(values) ? values.value = $event : null),
22527
22543
  field: vue.unref(fields).hasProcessStaffs,
22528
22544
  "is-disabled": ""
22529
22545
  }, null, 8, ["modelValue", "field"]),
22530
22546
  vue.createVNode(vue.unref(office$1.OfficeRelation), {
22531
22547
  modelValue: vue.unref(values),
22532
- "onUpdate:modelValue": _cache[17] || (_cache[17] = ($event) => vue.isRef(values) ? values.value = $event : null),
22548
+ "onUpdate:modelValue": _cache[16] || (_cache[16] = ($event) => vue.isRef(values) ? values.value = $event : null),
22533
22549
  field: vue.unref(fields).yetProcessStaffs,
22534
22550
  "is-disabled": ""
22535
22551
  }, null, 8, ["modelValue", "field"])
@@ -22545,13 +22561,13 @@ const _sfc_main$D = /* @__PURE__ */ vue.defineComponent({
22545
22561
  default: vue.withCtx(() => [
22546
22562
  vue.createVNode(vue.unref(office$1.OfficeRelation), {
22547
22563
  modelValue: vue.unref(values),
22548
- "onUpdate:modelValue": _cache[18] || (_cache[18] = ($event) => vue.isRef(values) ? values.value = $event : null),
22564
+ "onUpdate:modelValue": _cache[17] || (_cache[17] = ($event) => vue.isRef(values) ? values.value = $event : null),
22549
22565
  field: vue.unref(fields).delayStaffs,
22550
22566
  "is-disabled": ""
22551
22567
  }, null, 8, ["modelValue", "field"]),
22552
22568
  vue.createVNode(vue.unref(office$1.OfficeRelation), {
22553
22569
  modelValue: vue.unref(values),
22554
- "onUpdate:modelValue": _cache[19] || (_cache[19] = ($event) => vue.isRef(values) ? values.value = $event : null),
22570
+ "onUpdate:modelValue": _cache[18] || (_cache[18] = ($event) => vue.isRef(values) ? values.value = $event : null),
22555
22571
  field: vue.unref(fields).agreedStaffs,
22556
22572
  "is-disabled": ""
22557
22573
  }, null, 8, ["modelValue", "field"])
@@ -22628,7 +22644,7 @@ const _sfc_main$D = /* @__PURE__ */ vue.defineComponent({
22628
22644
  };
22629
22645
  }
22630
22646
  });
22631
- const SubmissionAudit = /* @__PURE__ */ _export_sfc$1(_sfc_main$D, [["__scopeId", "data-v-7ab7fc55"]]);
22647
+ const SubmissionAudit = /* @__PURE__ */ _export_sfc$1(_sfc_main$D, [["__scopeId", "data-v-279101a3"]]);
22632
22648
  const _hoisted_1$e = { class: "flex flex-wrap" };
22633
22649
  const _hoisted_2$b = { class: "mt-2" };
22634
22650
  const _hoisted_3$9 = { class: "mt-2" };
@@ -24857,47 +24873,56 @@ const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
24857
24873
  prepared: {
24858
24874
  iconLeft: "pen-line",
24859
24875
  label: "Disiapkan",
24860
- color: "base"
24876
+ color: "base",
24877
+ value: "prepared"
24861
24878
  },
24862
24879
  raised: {
24863
24880
  iconLeft: "arrow-up-from-line",
24864
24881
  label: "Dinaikkan",
24865
- color: "dark"
24882
+ color: "dark",
24883
+ value: "raised"
24866
24884
  },
24867
24885
  waitForAudit: {
24868
24886
  label: "Menunggu Pengawas Lain",
24869
24887
  color: "#57452fff",
24870
- iconLeft: "hourglass"
24888
+ iconLeft: "hourglass",
24889
+ value: "waitForAudit"
24871
24890
  },
24872
24891
  processed: {
24873
24892
  iconLeft: "spinner",
24874
24893
  label: "Diproses",
24875
- color: "warning"
24894
+ color: "warning",
24895
+ value: "processed"
24876
24896
  },
24877
24897
  delay: {
24878
24898
  iconLeft: "circle-stop",
24879
24899
  label: "Ditunda",
24880
- color: "danger"
24900
+ color: "danger",
24901
+ value: "delay"
24881
24902
  },
24882
24903
  approved: {
24883
24904
  iconLeft: "list-check",
24884
24905
  label: "Disetujui",
24885
- color: "success"
24906
+ color: "success",
24907
+ value: "approved"
24886
24908
  },
24887
24909
  monitored: {
24888
24910
  iconLeft: "binoculars",
24889
24911
  label: "Dipantau",
24890
- color: "info"
24912
+ color: "info",
24913
+ value: "monitored"
24891
24914
  },
24892
24915
  discontinued: {
24893
24916
  iconLeft: "ban",
24894
24917
  label: "Dihentikan",
24895
- color: "danger"
24918
+ color: "danger",
24919
+ value: "discontinued"
24896
24920
  },
24897
24921
  resolved: {
24898
24922
  iconLeft: "file-check",
24899
24923
  label: "Diselesaikan",
24900
- color: "success"
24924
+ color: "success",
24925
+ value: "resolved"
24901
24926
  }
24902
24927
  };
24903
24928
  const status = vue.computed(() => {
@@ -25014,7 +25039,7 @@ const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
25014
25039
  { immediate: true }
25015
25040
  );
25016
25041
  return (_ctx, _cache) => {
25017
- var _a, _b, _c, _d, _e;
25042
+ var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l;
25018
25043
  return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$7, [
25019
25044
  vue.createVNode(vue.unref(interfaces.NeonLabel), {
25020
25045
  text: (_a = status.value) == null ? void 0 : _a.label,
@@ -25051,13 +25076,13 @@ const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
25051
25076
  "submission-id": ((_d = vue.unref(values)) == null ? void 0 : _d.id) || "",
25052
25077
  note: submissionNote.value,
25053
25078
  "is-saving": isSaving.value,
25054
- "is-disabled": vue.unref(values).status === "processed" || vue.unref(values).status === "waitForAudit" || vue.unref(values).status === "approved" || vue.unref(values).status === "delay" || vue.unref(values).status === "monitored" || vue.unref(values).status === "discontinued" || vue.unref(values).status === "resolved" || vue.unref(isLoading) || isGetLoading.value,
25079
+ "is-disabled": ((_e = status.value) == null ? void 0 : _e.value) === "processed" || ((_f = status.value) == null ? void 0 : _f.value) === "waitForAudit" || ((_g = status.value) == null ? void 0 : _g.value) === "approved" || ((_h = status.value) == null ? void 0 : _h.value) === "delay" || ((_i = status.value) == null ? void 0 : _i.value) === "monitored" || ((_j = status.value) == null ? void 0 : _j.value) === "discontinued" || ((_k = status.value) == null ? void 0 : _k.value) === "resolved" || vue.unref(isLoading) || isGetLoading.value,
25055
25080
  onSave: createNote,
25056
25081
  onClose: _cache[2] || (_cache[2] = ($event) => isModalOpen.value = false)
25057
25082
  }, null, 8, ["is-active", "submission-id", "note", "is-saving", "is-disabled"]),
25058
25083
  vue.createVNode(SubmissionNoteViewModal, {
25059
25084
  "is-active": isViewModalOpen.value,
25060
- "submission-id": ((_e = vue.unref(values)) == null ? void 0 : _e.id) || "",
25085
+ "submission-id": ((_l = vue.unref(values)) == null ? void 0 : _l.id) || "",
25061
25086
  notes: submissionNotes.value,
25062
25087
  onClose: _cache[3] || (_cache[3] = ($event) => isViewModalOpen.value = false)
25063
25088
  }, null, 8, ["is-active", "submission-id", "notes"])
@@ -25065,7 +25090,7 @@ const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
25065
25090
  };
25066
25091
  }
25067
25092
  });
25068
- const SubmissionAction = /* @__PURE__ */ _export_sfc$1(_sfc_main$u, [["__scopeId", "data-v-c9282109"]]);
25093
+ const SubmissionAction = /* @__PURE__ */ _export_sfc$1(_sfc_main$u, [["__scopeId", "data-v-0f18839b"]]);
25069
25094
  const _hoisted_1$6 = { class: "submission-single-actions" };
25070
25095
  const _sfc_main$t = /* @__PURE__ */ vue.defineComponent({
25071
25096
  ...{ name: "SubmissionActionDecision" },
@@ -21424,15 +21424,23 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
21424
21424
  _: 1
21425
21425
  /* STABLE */
21426
21426
  }),
21427
- createVNode(unref(NeonField), mergeProps({
21428
- modelValue: unref(values).deadline,
21429
- "onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => unref(values).deadline = $event)
21430
- }, unref(fields).deadline, {
21431
- "is-disabled": unref(values).status === "processed" || unref(values).status === "waitForAudit" || unref(values).status === "approved" || unref(values).status === "raised" || unref(values).status === "delay" || unref(values).status === "monitored" || unref(values).status === "discontinued" || unref(values).status === "resolved"
21432
- }), null, 16, ["modelValue", "is-disabled"]),
21427
+ createCommentVNode(` <NeonField
21428
+ v-model="values.deadline"
21429
+ v-bind="fields.deadline"
21430
+ :is-disabled="
21431
+ values.status === 'processed' ||
21432
+ values.status === 'waitForAudit' ||
21433
+ values.status === 'approved' ||
21434
+ values.status === 'raised' ||
21435
+ values.status === 'delay' ||
21436
+ values.status === 'monitored' ||
21437
+ values.status === 'discontinued' ||
21438
+ values.status === 'resolved'
21439
+ "
21440
+ /> `),
21433
21441
  createVNode(unref(OfficeRelation), {
21434
21442
  modelValue: unref(values),
21435
- "onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => isRef(values) ? values.value = $event : null),
21443
+ "onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => isRef(values) ? values.value = $event : null),
21436
21444
  field: unref(fields).department,
21437
21445
  "is-disabled": unref(values).statusStaff === "raised" || unref(values).statusStaff === "processed" || unref(values).statusStaff === "approved" || unref(values).statusStaff === "monitored" || unref(values).statusStaff === "discontinued" || unref(values).statusStaff === "resolved"
21438
21446
  }, null, 8, ["modelValue", "field", "is-disabled"]),
@@ -21444,7 +21452,7 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
21444
21452
  return [
21445
21453
  createVNode(unref(OfficeRelation), {
21446
21454
  modelValue: unref(values),
21447
- "onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => isRef(values) ? values.value = $event : null),
21455
+ "onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => isRef(values) ? values.value = $event : null),
21448
21456
  field: unref(fields).submissionStaffs,
21449
21457
  query: unref(Query).define(submissionStaffOptions.value),
21450
21458
  columns: ["nik", "name", "branches"],
@@ -21476,7 +21484,7 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
21476
21484
  default: withCtx(() => [
21477
21485
  createVNode(unref(OfficeRelation), {
21478
21486
  modelValue: unref(values),
21479
- "onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => isRef(values) ? values.value = $event : null),
21487
+ "onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => isRef(values) ? values.value = $event : null),
21480
21488
  field: unref(fields).raiseStaffs,
21481
21489
  query: unref(Query).define(roleStaffOptions.value),
21482
21490
  columns: ["nik", "name", "branches"],
@@ -21507,7 +21515,7 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
21507
21515
  default: withCtx(() => [
21508
21516
  createVNode(unref(OfficeRelation), {
21509
21517
  modelValue: unref(values),
21510
- "onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => isRef(values) ? values.value = $event : null),
21518
+ "onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => isRef(values) ? values.value = $event : null),
21511
21519
  field: unref(fields).decideStaffs,
21512
21520
  query: unref(Query).define(roleDecideStaffOptions.value),
21513
21521
  columns: ["nik", "name", "branches"],
@@ -21538,7 +21546,7 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
21538
21546
  default: withCtx(() => [
21539
21547
  createVNode(unref(OfficeRelation), {
21540
21548
  modelValue: unref(values),
21541
- "onUpdate:modelValue": _cache[9] || (_cache[9] = ($event) => isRef(values) ? values.value = $event : null),
21549
+ "onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => isRef(values) ? values.value = $event : null),
21542
21550
  field: unref(fields).followUpStaffs,
21543
21551
  columns: ["nik", "name", "branches"],
21544
21552
  fragment: {
@@ -21575,15 +21583,15 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
21575
21583
  /> `),
21576
21584
  createVNode(unref(NeonField), mergeProps({
21577
21585
  modelValue: unref(values).preparedAt,
21578
- "onUpdate:modelValue": _cache[10] || (_cache[10] = ($event) => unref(values).preparedAt = $event)
21586
+ "onUpdate:modelValue": _cache[9] || (_cache[9] = ($event) => unref(values).preparedAt = $event)
21579
21587
  }, unref(fields).preparedAt, { "is-disabled": "" }), null, 16, ["modelValue"]),
21580
21588
  createVNode(unref(NeonField), mergeProps({
21581
21589
  modelValue: unref(values).raisedAt,
21582
- "onUpdate:modelValue": _cache[11] || (_cache[11] = ($event) => unref(values).raisedAt = $event)
21590
+ "onUpdate:modelValue": _cache[10] || (_cache[10] = ($event) => unref(values).raisedAt = $event)
21583
21591
  }, unref(fields).raisedAt, { "is-disabled": "" }), null, 16, ["modelValue"]),
21584
21592
  createVNode(unref(NeonField), mergeProps({
21585
21593
  modelValue: unref(values).processedAt,
21586
- "onUpdate:modelValue": _cache[12] || (_cache[12] = ($event) => unref(values).processedAt = $event)
21594
+ "onUpdate:modelValue": _cache[11] || (_cache[11] = ($event) => unref(values).processedAt = $event)
21587
21595
  }, unref(fields).processedAt, { "is-disabled": "" }), null, 16, ["modelValue"]),
21588
21596
  createCommentVNode(' <NeonField\n v-model="values.decidedAt"\n v-bind="fields.decidedAt"\n is-disabled\n />\n\n <NeonField\n v-model="values.approvedAt"\n v-bind="fields.approvedAt"\n is-disabled\n />\n\n <NeonField\n v-model="values.delayAt"\n v-bind="fields.delayAt"\n is-disabled\n /> '),
21589
21597
  createVNode(unref(NeonDivider), {
@@ -21592,7 +21600,7 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
21592
21600
  }),
21593
21601
  createVNode(unref(NeonField), mergeProps({
21594
21602
  modelValue: unref(values).workingHours,
21595
- "onUpdate:modelValue": _cache[13] || (_cache[13] = ($event) => unref(values).workingHours = $event)
21603
+ "onUpdate:modelValue": _cache[12] || (_cache[12] = ($event) => unref(values).workingHours = $event)
21596
21604
  }, unref(fields).workingHours, {
21597
21605
  "is-disabled": unref(values).statusStaff === "raised" || unref(values).statusStaff === "processed" || unref(values).statusStaff === "approved" || unref(values).statusStaff === "monitored" || unref(values).statusStaff === "discontinued" || unref(values).statusStaff === "resolved"
21598
21606
  }), null, 16, ["modelValue", "is-disabled"]),
@@ -21604,13 +21612,13 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
21604
21612
  default: withCtx(() => [
21605
21613
  createVNode(unref(OfficeRelation), {
21606
21614
  modelValue: unref(values),
21607
- "onUpdate:modelValue": _cache[14] || (_cache[14] = ($event) => isRef(values) ? values.value = $event : null),
21615
+ "onUpdate:modelValue": _cache[13] || (_cache[13] = ($event) => isRef(values) ? values.value = $event : null),
21608
21616
  field: unref(fields).hasRaiseStaffs,
21609
21617
  "is-disabled": ""
21610
21618
  }, null, 8, ["modelValue", "field"]),
21611
21619
  createVNode(unref(OfficeRelation), {
21612
21620
  modelValue: unref(values),
21613
- "onUpdate:modelValue": _cache[15] || (_cache[15] = ($event) => isRef(values) ? values.value = $event : null),
21621
+ "onUpdate:modelValue": _cache[14] || (_cache[14] = ($event) => isRef(values) ? values.value = $event : null),
21614
21622
  field: unref(fields).yetRaiseStaffs,
21615
21623
  "is-disabled": ""
21616
21624
  }, null, 8, ["modelValue", "field"])
@@ -21626,13 +21634,13 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
21626
21634
  default: withCtx(() => [
21627
21635
  createVNode(unref(OfficeRelation), {
21628
21636
  modelValue: unref(values),
21629
- "onUpdate:modelValue": _cache[16] || (_cache[16] = ($event) => isRef(values) ? values.value = $event : null),
21637
+ "onUpdate:modelValue": _cache[15] || (_cache[15] = ($event) => isRef(values) ? values.value = $event : null),
21630
21638
  field: unref(fields).hasProcessStaffs,
21631
21639
  "is-disabled": ""
21632
21640
  }, null, 8, ["modelValue", "field"]),
21633
21641
  createVNode(unref(OfficeRelation), {
21634
21642
  modelValue: unref(values),
21635
- "onUpdate:modelValue": _cache[17] || (_cache[17] = ($event) => isRef(values) ? values.value = $event : null),
21643
+ "onUpdate:modelValue": _cache[16] || (_cache[16] = ($event) => isRef(values) ? values.value = $event : null),
21636
21644
  field: unref(fields).yetProcessStaffs,
21637
21645
  "is-disabled": ""
21638
21646
  }, null, 8, ["modelValue", "field"])
@@ -21648,13 +21656,13 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
21648
21656
  default: withCtx(() => [
21649
21657
  createVNode(unref(OfficeRelation), {
21650
21658
  modelValue: unref(values),
21651
- "onUpdate:modelValue": _cache[18] || (_cache[18] = ($event) => isRef(values) ? values.value = $event : null),
21659
+ "onUpdate:modelValue": _cache[17] || (_cache[17] = ($event) => isRef(values) ? values.value = $event : null),
21652
21660
  field: unref(fields).delayStaffs,
21653
21661
  "is-disabled": ""
21654
21662
  }, null, 8, ["modelValue", "field"]),
21655
21663
  createVNode(unref(OfficeRelation), {
21656
21664
  modelValue: unref(values),
21657
- "onUpdate:modelValue": _cache[19] || (_cache[19] = ($event) => isRef(values) ? values.value = $event : null),
21665
+ "onUpdate:modelValue": _cache[18] || (_cache[18] = ($event) => isRef(values) ? values.value = $event : null),
21658
21666
  field: unref(fields).agreedStaffs,
21659
21667
  "is-disabled": ""
21660
21668
  }, null, 8, ["modelValue", "field"])
@@ -21688,7 +21696,7 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
21688
21696
  };
21689
21697
  }
21690
21698
  });
21691
- const SubmissionStaff = /* @__PURE__ */ _export_sfc$1(_sfc_main$F, [["__scopeId", "data-v-74e1ab3e"]]);
21699
+ const SubmissionStaff = /* @__PURE__ */ _export_sfc$1(_sfc_main$F, [["__scopeId", "data-v-80bfe35c"]]);
21692
21700
  const _hoisted_1$g = { class: "flex items-right" };
21693
21701
  const _hoisted_2$d = { class: "flex-grow" };
21694
21702
  const _hoisted_3$b = { class: "ml-2 flex items-end pb-1" };
@@ -22318,12 +22326,20 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
22318
22326
  _: 1
22319
22327
  /* STABLE */
22320
22328
  }),
22321
- createVNode(unref(NeonField), mergeProps({
22322
- modelValue: unref(values).deadline,
22323
- "onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => unref(values).deadline = $event)
22324
- }, unref(fields).deadline, {
22325
- "is-disabled": unref(values).status === "processed" || unref(values).status === "waitForAudit" || unref(values).status === "approved" || unref(values).status === "raised" || unref(values).status === "delay" || unref(values).status === "monitored" || unref(values).status === "discontinued" || unref(values).status === "resolved"
22326
- }), null, 16, ["modelValue", "is-disabled"]),
22329
+ createCommentVNode(` <NeonField
22330
+ v-model="values.deadline"
22331
+ v-bind="fields.deadline"
22332
+ :is-disabled="
22333
+ values.status === 'processed' ||
22334
+ values.status === 'waitForAudit' ||
22335
+ values.status === 'approved' ||
22336
+ values.status === 'raised' ||
22337
+ values.status === 'delay' ||
22338
+ values.status === 'monitored' ||
22339
+ values.status === 'discontinued' ||
22340
+ values.status === 'resolved'
22341
+ "
22342
+ /> `),
22327
22343
  createElementVNode("div", _hoisted_7$7, [
22328
22344
  createElementVNode("div", _hoisted_8$5, [
22329
22345
  createVNode(unref(NeonFields), { class: "flex-1" }, {
@@ -22332,7 +22348,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
22332
22348
  return [
22333
22349
  createVNode(unref(OfficeRelation), {
22334
22350
  modelValue: unref(values),
22335
- "onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => isRef(values) ? values.value = $event : null),
22351
+ "onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => isRef(values) ? values.value = $event : null),
22336
22352
  field: unref(fields).submissionStaffs,
22337
22353
  columns: ["nik", "name", "branches"],
22338
22354
  fragment: {
@@ -22366,7 +22382,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
22366
22382
  return [
22367
22383
  createVNode(unref(OfficeRelation), {
22368
22384
  modelValue: unref(values),
22369
- "onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => isRef(values) ? values.value = $event : null),
22385
+ "onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => isRef(values) ? values.value = $event : null),
22370
22386
  field: unref(fields).raiseStaffs,
22371
22387
  columns: ["nik", "name", "branches"],
22372
22388
  fragment: {
@@ -22398,7 +22414,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
22398
22414
  default: withCtx(() => [
22399
22415
  createVNode(unref(OfficeRelation), {
22400
22416
  modelValue: unref(values),
22401
- "onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => isRef(values) ? values.value = $event : null),
22417
+ "onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => isRef(values) ? values.value = $event : null),
22402
22418
  field: unref(fields).decideStaffs,
22403
22419
  columns: ["nik", "name", "branches"],
22404
22420
  fragment: {
@@ -22429,7 +22445,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
22429
22445
  default: withCtx(() => [
22430
22446
  createVNode(unref(OfficeRelation), {
22431
22447
  modelValue: unref(values),
22432
- "onUpdate:modelValue": _cache[9] || (_cache[9] = ($event) => isRef(values) ? values.value = $event : null),
22448
+ "onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => isRef(values) ? values.value = $event : null),
22433
22449
  field: unref(fields).followUpStaffs,
22434
22450
  columns: ["nik", "name", "branches"],
22435
22451
  fragment: {
@@ -22454,15 +22470,15 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
22454
22470
  ]),
22455
22471
  createVNode(unref(NeonField), mergeProps({
22456
22472
  modelValue: unref(values).preparedAt,
22457
- "onUpdate:modelValue": _cache[10] || (_cache[10] = ($event) => unref(values).preparedAt = $event)
22473
+ "onUpdate:modelValue": _cache[9] || (_cache[9] = ($event) => unref(values).preparedAt = $event)
22458
22474
  }, unref(fields).preparedAt, { "is-disabled": "" }), null, 16, ["modelValue"]),
22459
22475
  createVNode(unref(NeonField), mergeProps({
22460
22476
  modelValue: unref(values).raisedAt,
22461
- "onUpdate:modelValue": _cache[11] || (_cache[11] = ($event) => unref(values).raisedAt = $event)
22477
+ "onUpdate:modelValue": _cache[10] || (_cache[10] = ($event) => unref(values).raisedAt = $event)
22462
22478
  }, unref(fields).raisedAt, { "is-disabled": "" }), null, 16, ["modelValue"]),
22463
22479
  createVNode(unref(NeonField), mergeProps({
22464
22480
  modelValue: unref(values).processedAt,
22465
- "onUpdate:modelValue": _cache[12] || (_cache[12] = ($event) => unref(values).processedAt = $event)
22481
+ "onUpdate:modelValue": _cache[11] || (_cache[11] = ($event) => unref(values).processedAt = $event)
22466
22482
  }, unref(fields).processedAt, { "is-disabled": "" }), null, 16, ["modelValue"]),
22467
22483
  createVNode(unref(NeonDivider), {
22468
22484
  "is-dashed": "",
@@ -22470,7 +22486,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
22470
22486
  }),
22471
22487
  createVNode(unref(NeonField), mergeProps({
22472
22488
  modelValue: unref(values).workingHours,
22473
- "onUpdate:modelValue": _cache[13] || (_cache[13] = ($event) => unref(values).workingHours = $event)
22489
+ "onUpdate:modelValue": _cache[12] || (_cache[12] = ($event) => unref(values).workingHours = $event)
22474
22490
  }, unref(fields).workingHours, {
22475
22491
  "is-disabled": unref(values).status === "processed" || unref(values).status === "waitForAudit" || unref(values).status === "approved" || unref(values).status === "raised" || unref(values).status === "delay" || unref(values).status === "monitored" || unref(values).status === "discontinued" || unref(values).status === "resolved"
22476
22492
  }), null, 16, ["modelValue", "is-disabled"]),
@@ -22482,13 +22498,13 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
22482
22498
  default: withCtx(() => [
22483
22499
  createVNode(unref(OfficeRelation), {
22484
22500
  modelValue: unref(values),
22485
- "onUpdate:modelValue": _cache[14] || (_cache[14] = ($event) => isRef(values) ? values.value = $event : null),
22501
+ "onUpdate:modelValue": _cache[13] || (_cache[13] = ($event) => isRef(values) ? values.value = $event : null),
22486
22502
  field: unref(fields).hasRaiseStaffs,
22487
22503
  "is-disabled": ""
22488
22504
  }, null, 8, ["modelValue", "field"]),
22489
22505
  createVNode(unref(OfficeRelation), {
22490
22506
  modelValue: unref(values),
22491
- "onUpdate:modelValue": _cache[15] || (_cache[15] = ($event) => isRef(values) ? values.value = $event : null),
22507
+ "onUpdate:modelValue": _cache[14] || (_cache[14] = ($event) => isRef(values) ? values.value = $event : null),
22492
22508
  field: unref(fields).yetRaiseStaffs,
22493
22509
  "is-disabled": ""
22494
22510
  }, null, 8, ["modelValue", "field"])
@@ -22504,13 +22520,13 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
22504
22520
  default: withCtx(() => [
22505
22521
  createVNode(unref(OfficeRelation), {
22506
22522
  modelValue: unref(values),
22507
- "onUpdate:modelValue": _cache[16] || (_cache[16] = ($event) => isRef(values) ? values.value = $event : null),
22523
+ "onUpdate:modelValue": _cache[15] || (_cache[15] = ($event) => isRef(values) ? values.value = $event : null),
22508
22524
  field: unref(fields).hasProcessStaffs,
22509
22525
  "is-disabled": ""
22510
22526
  }, null, 8, ["modelValue", "field"]),
22511
22527
  createVNode(unref(OfficeRelation), {
22512
22528
  modelValue: unref(values),
22513
- "onUpdate:modelValue": _cache[17] || (_cache[17] = ($event) => isRef(values) ? values.value = $event : null),
22529
+ "onUpdate:modelValue": _cache[16] || (_cache[16] = ($event) => isRef(values) ? values.value = $event : null),
22514
22530
  field: unref(fields).yetProcessStaffs,
22515
22531
  "is-disabled": ""
22516
22532
  }, null, 8, ["modelValue", "field"])
@@ -22526,13 +22542,13 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
22526
22542
  default: withCtx(() => [
22527
22543
  createVNode(unref(OfficeRelation), {
22528
22544
  modelValue: unref(values),
22529
- "onUpdate:modelValue": _cache[18] || (_cache[18] = ($event) => isRef(values) ? values.value = $event : null),
22545
+ "onUpdate:modelValue": _cache[17] || (_cache[17] = ($event) => isRef(values) ? values.value = $event : null),
22530
22546
  field: unref(fields).delayStaffs,
22531
22547
  "is-disabled": ""
22532
22548
  }, null, 8, ["modelValue", "field"]),
22533
22549
  createVNode(unref(OfficeRelation), {
22534
22550
  modelValue: unref(values),
22535
- "onUpdate:modelValue": _cache[19] || (_cache[19] = ($event) => isRef(values) ? values.value = $event : null),
22551
+ "onUpdate:modelValue": _cache[18] || (_cache[18] = ($event) => isRef(values) ? values.value = $event : null),
22536
22552
  field: unref(fields).agreedStaffs,
22537
22553
  "is-disabled": ""
22538
22554
  }, null, 8, ["modelValue", "field"])
@@ -22609,7 +22625,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
22609
22625
  };
22610
22626
  }
22611
22627
  });
22612
- const SubmissionAudit = /* @__PURE__ */ _export_sfc$1(_sfc_main$D, [["__scopeId", "data-v-7ab7fc55"]]);
22628
+ const SubmissionAudit = /* @__PURE__ */ _export_sfc$1(_sfc_main$D, [["__scopeId", "data-v-279101a3"]]);
22613
22629
  const _hoisted_1$e = { class: "flex flex-wrap" };
22614
22630
  const _hoisted_2$b = { class: "mt-2" };
22615
22631
  const _hoisted_3$9 = { class: "mt-2" };
@@ -24838,47 +24854,56 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
24838
24854
  prepared: {
24839
24855
  iconLeft: "pen-line",
24840
24856
  label: "Disiapkan",
24841
- color: "base"
24857
+ color: "base",
24858
+ value: "prepared"
24842
24859
  },
24843
24860
  raised: {
24844
24861
  iconLeft: "arrow-up-from-line",
24845
24862
  label: "Dinaikkan",
24846
- color: "dark"
24863
+ color: "dark",
24864
+ value: "raised"
24847
24865
  },
24848
24866
  waitForAudit: {
24849
24867
  label: "Menunggu Pengawas Lain",
24850
24868
  color: "#57452fff",
24851
- iconLeft: "hourglass"
24869
+ iconLeft: "hourglass",
24870
+ value: "waitForAudit"
24852
24871
  },
24853
24872
  processed: {
24854
24873
  iconLeft: "spinner",
24855
24874
  label: "Diproses",
24856
- color: "warning"
24875
+ color: "warning",
24876
+ value: "processed"
24857
24877
  },
24858
24878
  delay: {
24859
24879
  iconLeft: "circle-stop",
24860
24880
  label: "Ditunda",
24861
- color: "danger"
24881
+ color: "danger",
24882
+ value: "delay"
24862
24883
  },
24863
24884
  approved: {
24864
24885
  iconLeft: "list-check",
24865
24886
  label: "Disetujui",
24866
- color: "success"
24887
+ color: "success",
24888
+ value: "approved"
24867
24889
  },
24868
24890
  monitored: {
24869
24891
  iconLeft: "binoculars",
24870
24892
  label: "Dipantau",
24871
- color: "info"
24893
+ color: "info",
24894
+ value: "monitored"
24872
24895
  },
24873
24896
  discontinued: {
24874
24897
  iconLeft: "ban",
24875
24898
  label: "Dihentikan",
24876
- color: "danger"
24899
+ color: "danger",
24900
+ value: "discontinued"
24877
24901
  },
24878
24902
  resolved: {
24879
24903
  iconLeft: "file-check",
24880
24904
  label: "Diselesaikan",
24881
- color: "success"
24905
+ color: "success",
24906
+ value: "resolved"
24882
24907
  }
24883
24908
  };
24884
24909
  const status = computed(() => {
@@ -24995,7 +25020,7 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
24995
25020
  { immediate: true }
24996
25021
  );
24997
25022
  return (_ctx, _cache) => {
24998
- var _a, _b, _c, _d, _e;
25023
+ var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l;
24999
25024
  return openBlock(), createElementBlock("div", _hoisted_1$7, [
25000
25025
  createVNode(unref(NeonLabel), {
25001
25026
  text: (_a = status.value) == null ? void 0 : _a.label,
@@ -25032,13 +25057,13 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
25032
25057
  "submission-id": ((_d = unref(values)) == null ? void 0 : _d.id) || "",
25033
25058
  note: submissionNote.value,
25034
25059
  "is-saving": isSaving.value,
25035
- "is-disabled": unref(values).status === "processed" || unref(values).status === "waitForAudit" || unref(values).status === "approved" || unref(values).status === "delay" || unref(values).status === "monitored" || unref(values).status === "discontinued" || unref(values).status === "resolved" || unref(isLoading) || isGetLoading.value,
25060
+ "is-disabled": ((_e = status.value) == null ? void 0 : _e.value) === "processed" || ((_f = status.value) == null ? void 0 : _f.value) === "waitForAudit" || ((_g = status.value) == null ? void 0 : _g.value) === "approved" || ((_h = status.value) == null ? void 0 : _h.value) === "delay" || ((_i = status.value) == null ? void 0 : _i.value) === "monitored" || ((_j = status.value) == null ? void 0 : _j.value) === "discontinued" || ((_k = status.value) == null ? void 0 : _k.value) === "resolved" || unref(isLoading) || isGetLoading.value,
25036
25061
  onSave: createNote,
25037
25062
  onClose: _cache[2] || (_cache[2] = ($event) => isModalOpen.value = false)
25038
25063
  }, null, 8, ["is-active", "submission-id", "note", "is-saving", "is-disabled"]),
25039
25064
  createVNode(SubmissionNoteViewModal, {
25040
25065
  "is-active": isViewModalOpen.value,
25041
- "submission-id": ((_e = unref(values)) == null ? void 0 : _e.id) || "",
25066
+ "submission-id": ((_l = unref(values)) == null ? void 0 : _l.id) || "",
25042
25067
  notes: submissionNotes.value,
25043
25068
  onClose: _cache[3] || (_cache[3] = ($event) => isViewModalOpen.value = false)
25044
25069
  }, null, 8, ["is-active", "submission-id", "notes"])
@@ -25046,7 +25071,7 @@ const _sfc_main$u = /* @__PURE__ */ defineComponent({
25046
25071
  };
25047
25072
  }
25048
25073
  });
25049
- const SubmissionAction = /* @__PURE__ */ _export_sfc$1(_sfc_main$u, [["__scopeId", "data-v-c9282109"]]);
25074
+ const SubmissionAction = /* @__PURE__ */ _export_sfc$1(_sfc_main$u, [["__scopeId", "data-v-0f18839b"]]);
25050
25075
  const _hoisted_1$6 = { class: "submission-single-actions" };
25051
25076
  const _sfc_main$t = /* @__PURE__ */ defineComponent({
25052
25077
  ...{ name: "SubmissionActionDecision" },
@@ -373,7 +373,7 @@
373
373
  display: block
374
374
  }
375
375
 
376
- .neu-submission-single[data-v-74e1ab3e] {
376
+ .neu-submission-single[data-v-80bfe35c] {
377
377
  display: block
378
378
  }
379
379
 
@@ -381,7 +381,7 @@
381
381
  display: block
382
382
  }
383
383
 
384
- .neu-submission-single[data-v-7ab7fc55] {
384
+ .neu-submission-single[data-v-279101a3] {
385
385
  display: block
386
386
  }
387
387
 
@@ -607,7 +607,7 @@
607
607
  color: rgb(113 113 122 / var(--tw-text-opacity))
608
608
  }
609
609
 
610
- .submission-single-actions[data-v-c9282109] {
610
+ .submission-single-actions[data-v-0f18839b] {
611
611
 
612
612
  margin-right: 0.25rem;
613
613
 
@@ -617,7 +617,7 @@
617
617
 
618
618
  align-items: center
619
619
  }
620
- .submission-single-actions[data-v-c9282109] > :not([hidden]) ~ :not([hidden]) {
620
+ .submission-single-actions[data-v-0f18839b] > :not([hidden]) ~ :not([hidden]) {
621
621
 
622
622
  --tw-space-x-reverse: 0;
623
623
 
@@ -625,7 +625,7 @@
625
625
 
626
626
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)))
627
627
  }
628
- .submission-single-actions .publication[data-v-c9282109] {
628
+ .submission-single-actions .publication[data-v-0f18839b] {
629
629
 
630
630
  display: flex;
631
631
 
@@ -633,19 +633,19 @@
633
633
 
634
634
  border-radius: 0.75rem
635
635
  }
636
- .submission-single-actions .publication .neon-label[data-v-c9282109] {
636
+ .submission-single-actions .publication .neon-label[data-v-0f18839b] {
637
637
 
638
638
  pointer-events: none;
639
639
 
640
640
  border-radius: 0px
641
641
  }
642
- .submission-single-actions .publication .neon-label[data-v-c9282109]:first-child {
642
+ .submission-single-actions .publication .neon-label[data-v-0f18839b]:first-child {
643
643
 
644
644
  border-top-left-radius: 0.75rem;
645
645
 
646
646
  border-bottom-left-radius: 0.75rem
647
647
  }
648
- .submission-single-actions .publication .neon-label[data-v-c9282109]:last-child {
648
+ .submission-single-actions .publication .neon-label[data-v-0f18839b]:last-child {
649
649
 
650
650
  border-top-right-radius: 0.75rem;
651
651
 
package/build/module.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "compatibility": {
5
5
  "nuxt": "^3.0.0"
6
6
  },
7
- "version": "1.17.34",
7
+ "version": "1.17.36",
8
8
  "builder": {
9
9
  "@neon.id/module-builder": "1.8.0",
10
10
  "unbuild": "2.0.0"
package/build/nuxt.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "compatibility": {
5
5
  "nuxt": "^3.0.0"
6
6
  },
7
- "version": "1.17.34",
7
+ "version": "1.17.36",
8
8
  "builder": {
9
9
  "@neon.id/module-builder": "1.8.0",
10
10
  "unbuild": "2.0.0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neutron.co.id/operasional-interfaces",
3
- "version": "1.17.34",
3
+ "version": "1.17.36",
4
4
  "description": "Interface library of Neutron Operasional.",
5
5
  "sideEffects": [
6
6
  "*.css"
@@ -78,7 +78,7 @@
78
78
  "@neon.id/nuxt": "^1.5.0",
79
79
  "@neon.id/office": "1.46.0",
80
80
  "@neon.id/utils": "^1.51.0",
81
- "@neutron.co.id/operasional-modules": "1.12.28",
81
+ "@neutron.co.id/operasional-modules": "1.12.29",
82
82
  "@neutron.co.id/personalia-models": "1.13.29",
83
83
  "@nuxt/kit": "^3.12.3",
84
84
  "file-saver": "^2.0.5",
@@ -153,7 +153,7 @@
153
153
  "@neon.id/nuxt": "^1.5.0",
154
154
  "@neon.id/office": "1.46.0",
155
155
  "@neon.id/utils": "^1.51.0",
156
- "@neutron.co.id/operasional-modules": "1.12.28",
156
+ "@neutron.co.id/operasional-modules": "1.12.29",
157
157
  "@neutron.co.id/personalia-models": "1.13.29",
158
158
  "@nuxt/kit": "^3.12.3",
159
159
  "file-saver": "^2.0.5",
@@ -164,5 +164,5 @@
164
164
  "publishConfig": {
165
165
  "access": "public"
166
166
  },
167
- "build": 216
167
+ "build": 218
168
168
  }