@neutron.co.id/operasional-interfaces 1.17.29 → 1.17.31

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.
@@ -207,10 +207,13 @@
207
207
  <OfficeRelation
208
208
  v-model="values"
209
209
  :field="fields.submissionStaffs"
210
- :columns="['nik', 'name']"
210
+ :columns="['nik', 'name', 'branches']"
211
211
  :fragment="{
212
212
  nik: 1,
213
213
  name: 1,
214
+ branches: {
215
+ name: 1,
216
+ },
214
217
  }"
215
218
  :query="Query.define(submissionStaffOptions)"
216
219
  :is-disabled="
@@ -239,10 +242,13 @@
239
242
  <OfficeRelation
240
243
  v-model="values"
241
244
  :field="fields.raiseStaffs"
242
- :columns="['nik', 'name']"
245
+ :columns="['nik', 'name', 'branches']"
243
246
  :fragment="{
244
247
  nik: 1,
245
248
  name: 1,
249
+ branches: {
250
+ name: 1,
251
+ },
246
252
  }"
247
253
  :query="Query.define(roleStaffOptions)"
248
254
  :is-disabled="
@@ -270,10 +276,13 @@
270
276
  <OfficeRelation
271
277
  v-model="values"
272
278
  :field="fields.decideStaffs"
273
- :columns="['nik', 'name']"
279
+ :columns="['nik', 'name', 'branches']"
274
280
  :fragment="{
275
281
  nik: 1,
276
282
  name: 1,
283
+ branches: {
284
+ name: 1,
285
+ },
277
286
  }"
278
287
  :query="Query.define(roleDecideStaffOptions)"
279
288
  :is-disabled="
@@ -299,10 +308,13 @@
299
308
  <OfficeRelation
300
309
  v-model="values"
301
310
  :field="fields.followUpStaffs"
302
- :columns="['nik', 'name']"
311
+ :columns="['nik', 'name', 'branches']"
303
312
  :fragment="{
304
313
  nik: 1,
305
314
  name: 1,
315
+ branches: {
316
+ name: 1,
317
+ },
306
318
  }"
307
319
  />
308
320
  </NeonFields>
@@ -125,10 +125,13 @@ const copy = ref({
125
125
  <OfficeRelation
126
126
  v-model="values"
127
127
  :field="fields.followUpStaffs"
128
- :columns="['nik', 'name']"
128
+ :columns="['nik', 'name', 'branches']"
129
129
  :fragment="{
130
130
  nik: 1,
131
131
  name: 1,
132
+ branches: {
133
+ name: 1,
134
+ },
132
135
  }"
133
136
  />
134
137
  </NeonFields>
@@ -360,10 +360,13 @@ const copy = ref({
360
360
  <OfficeRelation
361
361
  v-model="values"
362
362
  :field="fields.followUpStaffs"
363
- :columns="['nik', 'name']"
363
+ :columns="['nik', 'name', 'branches']"
364
364
  :fragment="{
365
365
  nik: 1,
366
366
  name: 1,
367
+ branches: {
368
+ name: 1,
369
+ },
367
370
  }"
368
371
  />
369
372
  </NeonFields>
@@ -119,10 +119,13 @@
119
119
  v-model="values"
120
120
  :field="fields.submissionStaffs"
121
121
  :query="Query.define(submissionStaffOptions)"
122
- :columns="['nik', 'name']"
122
+ :columns="['nik', 'name', 'branches']"
123
123
  :fragment="{
124
124
  nik: 1,
125
125
  name: 1,
126
+ branches: {
127
+ name: 1,
128
+ },
126
129
  }"
127
130
  :is-disabled="
128
131
  values.statusStaff === 'raised' ||
@@ -150,10 +153,13 @@
150
153
  v-model="values"
151
154
  :field="fields.raiseStaffs"
152
155
  :query="Query.define(roleStaffOptions)"
153
- :columns="['nik', 'name']"
156
+ :columns="['nik', 'name', 'branches']"
154
157
  :fragment="{
155
158
  nik: 1,
156
159
  name: 1,
160
+ branches: {
161
+ name: 1,
162
+ },
157
163
  }"
158
164
  :is-disabled="
159
165
  values.statusStaff === 'raised' ||
@@ -178,10 +184,13 @@
178
184
  v-model="values"
179
185
  :field="fields.decideStaffs"
180
186
  :query="Query.define(roleDecideStaffOptions)"
181
- :columns="['nik', 'name']"
187
+ :columns="['nik', 'name', 'branches']"
182
188
  :fragment="{
183
189
  nik: 1,
184
190
  name: 1,
191
+ branches: {
192
+ name: 1,
193
+ },
185
194
  }"
186
195
  :is-disabled="
187
196
  values.statusStaff === 'raised' ||
@@ -205,10 +214,13 @@
205
214
  <OfficeRelation
206
215
  v-model="values"
207
216
  :field="fields.followUpStaffs"
208
- :columns="['nik', 'name']"
217
+ :columns="['nik', 'name', 'branches']"
209
218
  :fragment="{
210
219
  nik: 1,
211
220
  name: 1,
221
+ branches: {
222
+ name: 1,
223
+ },
212
224
  }"
213
225
  />
214
226
  </NeonFields>
@@ -125,10 +125,13 @@ const copy = ref({
125
125
  <OfficeRelation
126
126
  v-model="values"
127
127
  :field="fields.followUpStaffs"
128
- :columns="['nik', 'name']"
128
+ :columns="['nik', 'name', 'branches']"
129
129
  :fragment="{
130
130
  nik: 1,
131
131
  name: 1,
132
+ branches: {
133
+ name: 1,
134
+ },
132
135
  }"
133
136
  />
134
137
  </NeonFields>
@@ -21460,10 +21460,13 @@ const _sfc_main$B = /* @__PURE__ */ vue.defineComponent({
21460
21460
  "onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => vue.isRef(values) ? values.value = $event : null),
21461
21461
  field: vue.unref(fields).submissionStaffs,
21462
21462
  query: vue.unref(query.Query).define(submissionStaffOptions.value),
21463
- columns: ["nik", "name"],
21463
+ columns: ["nik", "name", "branches"],
21464
21464
  fragment: {
21465
21465
  nik: 1,
21466
- name: 1
21466
+ name: 1,
21467
+ branches: {
21468
+ name: 1
21469
+ }
21467
21470
  },
21468
21471
  "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" || ((_a2 = vue.unref(values).hasRaiseStaffIds) == null ? void 0 : _a2.length) ? true : false
21469
21472
  }, null, 8, ["modelValue", "field", "query", "is-disabled"])
@@ -21489,10 +21492,13 @@ const _sfc_main$B = /* @__PURE__ */ vue.defineComponent({
21489
21492
  "onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => vue.isRef(values) ? values.value = $event : null),
21490
21493
  field: vue.unref(fields).raiseStaffs,
21491
21494
  query: vue.unref(query.Query).define(roleStaffOptions.value),
21492
- columns: ["nik", "name"],
21495
+ columns: ["nik", "name", "branches"],
21493
21496
  fragment: {
21494
21497
  nik: 1,
21495
- name: 1
21498
+ name: 1,
21499
+ branches: {
21500
+ name: 1
21501
+ }
21496
21502
  },
21497
21503
  "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"
21498
21504
  }, null, 8, ["modelValue", "field", "query", "is-disabled"])
@@ -21517,10 +21523,13 @@ const _sfc_main$B = /* @__PURE__ */ vue.defineComponent({
21517
21523
  "onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => vue.isRef(values) ? values.value = $event : null),
21518
21524
  field: vue.unref(fields).decideStaffs,
21519
21525
  query: vue.unref(query.Query).define(roleDecideStaffOptions.value),
21520
- columns: ["nik", "name"],
21526
+ columns: ["nik", "name", "branches"],
21521
21527
  fragment: {
21522
21528
  nik: 1,
21523
- name: 1
21529
+ name: 1,
21530
+ branches: {
21531
+ name: 1
21532
+ }
21524
21533
  },
21525
21534
  "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"
21526
21535
  }, null, 8, ["modelValue", "field", "query", "is-disabled"])
@@ -21544,10 +21553,13 @@ const _sfc_main$B = /* @__PURE__ */ vue.defineComponent({
21544
21553
  modelValue: vue.unref(values),
21545
21554
  "onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => vue.isRef(values) ? values.value = $event : null),
21546
21555
  field: vue.unref(fields).followUpStaffs,
21547
- columns: ["nik", "name"],
21556
+ columns: ["nik", "name", "branches"],
21548
21557
  fragment: {
21549
21558
  nik: 1,
21550
- name: 1
21559
+ name: 1,
21560
+ branches: {
21561
+ name: 1
21562
+ }
21551
21563
  }
21552
21564
  }, null, 8, ["modelValue", "field"])
21553
21565
  ]),
@@ -21689,7 +21701,7 @@ const _sfc_main$B = /* @__PURE__ */ vue.defineComponent({
21689
21701
  };
21690
21702
  }
21691
21703
  });
21692
- const SubmissionStaff = /* @__PURE__ */ _export_sfc$1(_sfc_main$B, [["__scopeId", "data-v-03f44c24"]]);
21704
+ const SubmissionStaff = /* @__PURE__ */ _export_sfc$1(_sfc_main$B, [["__scopeId", "data-v-6360cb7d"]]);
21693
21705
  const _hoisted_1$c = { class: "flex items-right" };
21694
21706
  const _hoisted_2$a = { class: "flex-grow" };
21695
21707
  const _hoisted_3$9 = { class: "ml-2 flex items-end pb-1" };
@@ -21851,10 +21863,13 @@ const _sfc_main$A = /* @__PURE__ */ vue.defineComponent({
21851
21863
  modelValue: vue.unref(values),
21852
21864
  "onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => vue.isRef(values) ? values.value = $event : null),
21853
21865
  field: vue.unref(fields).followUpStaffs,
21854
- columns: ["nik", "name"],
21866
+ columns: ["nik", "name", "branches"],
21855
21867
  fragment: {
21856
21868
  nik: 1,
21857
- name: 1
21869
+ name: 1,
21870
+ branches: {
21871
+ name: 1
21872
+ }
21858
21873
  }
21859
21874
  }, null, 8, ["modelValue", "field"])
21860
21875
  ]),
@@ -21982,7 +21997,7 @@ const _sfc_main$A = /* @__PURE__ */ vue.defineComponent({
21982
21997
  };
21983
21998
  }
21984
21999
  });
21985
- const SubmissionFollowUp = /* @__PURE__ */ _export_sfc$1(_sfc_main$A, [["__scopeId", "data-v-291a482c"]]);
22000
+ const SubmissionFollowUp = /* @__PURE__ */ _export_sfc$1(_sfc_main$A, [["__scopeId", "data-v-5d94f37d"]]);
21986
22001
  const _hoisted_1$b = { class: "flex flex-wrap" };
21987
22002
  const _hoisted_2$9 = { class: "mt-2" };
21988
22003
  const _hoisted_3$8 = { class: "mt-2" };
@@ -22320,10 +22335,13 @@ const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
22320
22335
  modelValue: vue.unref(values),
22321
22336
  "onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => vue.isRef(values) ? values.value = $event : null),
22322
22337
  field: vue.unref(fields).submissionStaffs,
22323
- columns: ["nik", "name"],
22338
+ columns: ["nik", "name", "branches"],
22324
22339
  fragment: {
22325
22340
  nik: 1,
22326
- name: 1
22341
+ name: 1,
22342
+ branches: {
22343
+ name: 1
22344
+ }
22327
22345
  },
22328
22346
  query: vue.unref(query.Query).define(submissionStaffOptions.value),
22329
22347
  "is-disabled": vue.unref(values).status === "processed" || 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" || ((_a2 = vue.unref(values).hasRaiseStaffIds) == null ? void 0 : _a2.length) ? true : false
@@ -22351,10 +22369,13 @@ const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
22351
22369
  modelValue: vue.unref(values),
22352
22370
  "onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => vue.isRef(values) ? values.value = $event : null),
22353
22371
  field: vue.unref(fields).raiseStaffs,
22354
- columns: ["nik", "name"],
22372
+ columns: ["nik", "name", "branches"],
22355
22373
  fragment: {
22356
22374
  nik: 1,
22357
- name: 1
22375
+ name: 1,
22376
+ branches: {
22377
+ name: 1
22378
+ }
22358
22379
  },
22359
22380
  query: vue.unref(query.Query).define(roleStaffOptions.value),
22360
22381
  "is-disabled": vue.unref(values).status === "processed" || 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" || ((_a2 = vue.unref(values).hasProcessStaffIds) == null ? void 0 : _a2.length) ? true : false
@@ -22380,10 +22401,13 @@ const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
22380
22401
  modelValue: vue.unref(values),
22381
22402
  "onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => vue.isRef(values) ? values.value = $event : null),
22382
22403
  field: vue.unref(fields).decideStaffs,
22383
- columns: ["nik", "name"],
22404
+ columns: ["nik", "name", "branches"],
22384
22405
  fragment: {
22385
22406
  nik: 1,
22386
- name: 1
22407
+ name: 1,
22408
+ branches: {
22409
+ name: 1
22410
+ }
22387
22411
  },
22388
22412
  query: vue.unref(query.Query).define(roleDecideStaffOptions.value),
22389
22413
  "is-disabled": vue.unref(values).status === "processed" || 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"
@@ -22408,10 +22432,13 @@ const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
22408
22432
  modelValue: vue.unref(values),
22409
22433
  "onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => vue.isRef(values) ? values.value = $event : null),
22410
22434
  field: vue.unref(fields).followUpStaffs,
22411
- columns: ["nik", "name"],
22435
+ columns: ["nik", "name", "branches"],
22412
22436
  fragment: {
22413
22437
  nik: 1,
22414
- name: 1
22438
+ name: 1,
22439
+ branches: {
22440
+ name: 1
22441
+ }
22415
22442
  }
22416
22443
  }, null, 8, ["modelValue", "field"])
22417
22444
  ]),
@@ -22583,7 +22610,7 @@ const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
22583
22610
  };
22584
22611
  }
22585
22612
  });
22586
- const SubmissionAudit = /* @__PURE__ */ _export_sfc$1(_sfc_main$z, [["__scopeId", "data-v-38186f15"]]);
22613
+ const SubmissionAudit = /* @__PURE__ */ _export_sfc$1(_sfc_main$z, [["__scopeId", "data-v-daecbb52"]]);
22587
22614
  const _hoisted_1$a = { class: "flex flex-wrap" };
22588
22615
  const _hoisted_2$8 = { class: "mt-2" };
22589
22616
  const _hoisted_3$7 = { class: "mt-2" };
@@ -23864,10 +23891,13 @@ const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
23864
23891
  modelValue: vue.unref(values),
23865
23892
  "onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => vue.isRef(values) ? values.value = $event : null),
23866
23893
  field: vue.unref(fields).followUpStaffs,
23867
- columns: ["nik", "name"],
23894
+ columns: ["nik", "name", "branches"],
23868
23895
  fragment: {
23869
23896
  nik: 1,
23870
- name: 1
23897
+ name: 1,
23898
+ branches: {
23899
+ name: 1
23900
+ }
23871
23901
  }
23872
23902
  }, null, 8, ["modelValue", "field"])
23873
23903
  ]),
@@ -23928,7 +23958,7 @@ const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
23928
23958
  };
23929
23959
  }
23930
23960
  });
23931
- const SubmissionForDecision = /* @__PURE__ */ _export_sfc$1(_sfc_main$w, [["__scopeId", "data-v-31bf765e"]]);
23961
+ const SubmissionForDecision = /* @__PURE__ */ _export_sfc$1(_sfc_main$w, [["__scopeId", "data-v-abd71510"]]);
23932
23962
  const _hoisted_1$7 = { class: "flex items-right" };
23933
23963
  const _hoisted_2$5 = { class: "flex-grow" };
23934
23964
  const _hoisted_3$4 = { class: "ml-2 flex items-end pb-1" };
@@ -24090,10 +24120,13 @@ const _sfc_main$v = /* @__PURE__ */ vue.defineComponent({
24090
24120
  modelValue: vue.unref(values),
24091
24121
  "onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => vue.isRef(values) ? values.value = $event : null),
24092
24122
  field: vue.unref(fields).followUpStaffs,
24093
- columns: ["nik", "name"],
24123
+ columns: ["nik", "name", "branches"],
24094
24124
  fragment: {
24095
24125
  nik: 1,
24096
- name: 1
24126
+ name: 1,
24127
+ branches: {
24128
+ name: 1
24129
+ }
24097
24130
  }
24098
24131
  }, null, 8, ["modelValue", "field"])
24099
24132
  ]),
@@ -24221,7 +24254,7 @@ const _sfc_main$v = /* @__PURE__ */ vue.defineComponent({
24221
24254
  };
24222
24255
  }
24223
24256
  });
24224
- const SubmissionSupervisor = /* @__PURE__ */ _export_sfc$1(_sfc_main$v, [["__scopeId", "data-v-da8b354a"]]);
24257
+ const SubmissionSupervisor = /* @__PURE__ */ _export_sfc$1(_sfc_main$v, [["__scopeId", "data-v-b3780da1"]]);
24225
24258
  const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
24226
24259
  ...{
24227
24260
  name: "SubmissionCollection"
@@ -21441,10 +21441,13 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
21441
21441
  "onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => isRef(values) ? values.value = $event : null),
21442
21442
  field: unref(fields).submissionStaffs,
21443
21443
  query: unref(Query).define(submissionStaffOptions.value),
21444
- columns: ["nik", "name"],
21444
+ columns: ["nik", "name", "branches"],
21445
21445
  fragment: {
21446
21446
  nik: 1,
21447
- name: 1
21447
+ name: 1,
21448
+ branches: {
21449
+ name: 1
21450
+ }
21448
21451
  },
21449
21452
  "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" || ((_a2 = unref(values).hasRaiseStaffIds) == null ? void 0 : _a2.length) ? true : false
21450
21453
  }, null, 8, ["modelValue", "field", "query", "is-disabled"])
@@ -21470,10 +21473,13 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
21470
21473
  "onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => isRef(values) ? values.value = $event : null),
21471
21474
  field: unref(fields).raiseStaffs,
21472
21475
  query: unref(Query).define(roleStaffOptions.value),
21473
- columns: ["nik", "name"],
21476
+ columns: ["nik", "name", "branches"],
21474
21477
  fragment: {
21475
21478
  nik: 1,
21476
- name: 1
21479
+ name: 1,
21480
+ branches: {
21481
+ name: 1
21482
+ }
21477
21483
  },
21478
21484
  "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"
21479
21485
  }, null, 8, ["modelValue", "field", "query", "is-disabled"])
@@ -21498,10 +21504,13 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
21498
21504
  "onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => isRef(values) ? values.value = $event : null),
21499
21505
  field: unref(fields).decideStaffs,
21500
21506
  query: unref(Query).define(roleDecideStaffOptions.value),
21501
- columns: ["nik", "name"],
21507
+ columns: ["nik", "name", "branches"],
21502
21508
  fragment: {
21503
21509
  nik: 1,
21504
- name: 1
21510
+ name: 1,
21511
+ branches: {
21512
+ name: 1
21513
+ }
21505
21514
  },
21506
21515
  "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"
21507
21516
  }, null, 8, ["modelValue", "field", "query", "is-disabled"])
@@ -21525,10 +21534,13 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
21525
21534
  modelValue: unref(values),
21526
21535
  "onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => isRef(values) ? values.value = $event : null),
21527
21536
  field: unref(fields).followUpStaffs,
21528
- columns: ["nik", "name"],
21537
+ columns: ["nik", "name", "branches"],
21529
21538
  fragment: {
21530
21539
  nik: 1,
21531
- name: 1
21540
+ name: 1,
21541
+ branches: {
21542
+ name: 1
21543
+ }
21532
21544
  }
21533
21545
  }, null, 8, ["modelValue", "field"])
21534
21546
  ]),
@@ -21670,7 +21682,7 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
21670
21682
  };
21671
21683
  }
21672
21684
  });
21673
- const SubmissionStaff = /* @__PURE__ */ _export_sfc$1(_sfc_main$B, [["__scopeId", "data-v-03f44c24"]]);
21685
+ const SubmissionStaff = /* @__PURE__ */ _export_sfc$1(_sfc_main$B, [["__scopeId", "data-v-6360cb7d"]]);
21674
21686
  const _hoisted_1$c = { class: "flex items-right" };
21675
21687
  const _hoisted_2$a = { class: "flex-grow" };
21676
21688
  const _hoisted_3$9 = { class: "ml-2 flex items-end pb-1" };
@@ -21832,10 +21844,13 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
21832
21844
  modelValue: unref(values),
21833
21845
  "onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => isRef(values) ? values.value = $event : null),
21834
21846
  field: unref(fields).followUpStaffs,
21835
- columns: ["nik", "name"],
21847
+ columns: ["nik", "name", "branches"],
21836
21848
  fragment: {
21837
21849
  nik: 1,
21838
- name: 1
21850
+ name: 1,
21851
+ branches: {
21852
+ name: 1
21853
+ }
21839
21854
  }
21840
21855
  }, null, 8, ["modelValue", "field"])
21841
21856
  ]),
@@ -21963,7 +21978,7 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
21963
21978
  };
21964
21979
  }
21965
21980
  });
21966
- const SubmissionFollowUp = /* @__PURE__ */ _export_sfc$1(_sfc_main$A, [["__scopeId", "data-v-291a482c"]]);
21981
+ const SubmissionFollowUp = /* @__PURE__ */ _export_sfc$1(_sfc_main$A, [["__scopeId", "data-v-5d94f37d"]]);
21967
21982
  const _hoisted_1$b = { class: "flex flex-wrap" };
21968
21983
  const _hoisted_2$9 = { class: "mt-2" };
21969
21984
  const _hoisted_3$8 = { class: "mt-2" };
@@ -22301,10 +22316,13 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
22301
22316
  modelValue: unref(values),
22302
22317
  "onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => isRef(values) ? values.value = $event : null),
22303
22318
  field: unref(fields).submissionStaffs,
22304
- columns: ["nik", "name"],
22319
+ columns: ["nik", "name", "branches"],
22305
22320
  fragment: {
22306
22321
  nik: 1,
22307
- name: 1
22322
+ name: 1,
22323
+ branches: {
22324
+ name: 1
22325
+ }
22308
22326
  },
22309
22327
  query: unref(Query).define(submissionStaffOptions.value),
22310
22328
  "is-disabled": unref(values).status === "processed" || unref(values).status === "approved" || unref(values).status === "raised" || unref(values).status === "delay" || unref(values).status === "monitored" || unref(values).status === "discontinued" || unref(values).status === "resolved" || ((_a2 = unref(values).hasRaiseStaffIds) == null ? void 0 : _a2.length) ? true : false
@@ -22332,10 +22350,13 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
22332
22350
  modelValue: unref(values),
22333
22351
  "onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => isRef(values) ? values.value = $event : null),
22334
22352
  field: unref(fields).raiseStaffs,
22335
- columns: ["nik", "name"],
22353
+ columns: ["nik", "name", "branches"],
22336
22354
  fragment: {
22337
22355
  nik: 1,
22338
- name: 1
22356
+ name: 1,
22357
+ branches: {
22358
+ name: 1
22359
+ }
22339
22360
  },
22340
22361
  query: unref(Query).define(roleStaffOptions.value),
22341
22362
  "is-disabled": unref(values).status === "processed" || unref(values).status === "approved" || unref(values).status === "delay" || unref(values).status === "monitored" || unref(values).status === "discontinued" || unref(values).status === "resolved" || ((_a2 = unref(values).hasProcessStaffIds) == null ? void 0 : _a2.length) ? true : false
@@ -22361,10 +22382,13 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
22361
22382
  modelValue: unref(values),
22362
22383
  "onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => isRef(values) ? values.value = $event : null),
22363
22384
  field: unref(fields).decideStaffs,
22364
- columns: ["nik", "name"],
22385
+ columns: ["nik", "name", "branches"],
22365
22386
  fragment: {
22366
22387
  nik: 1,
22367
- name: 1
22388
+ name: 1,
22389
+ branches: {
22390
+ name: 1
22391
+ }
22368
22392
  },
22369
22393
  query: unref(Query).define(roleDecideStaffOptions.value),
22370
22394
  "is-disabled": unref(values).status === "processed" || unref(values).status === "approved" || unref(values).status === "raised" || unref(values).status === "delay" || unref(values).status === "monitored" || unref(values).status === "discontinued" || unref(values).status === "resolved"
@@ -22389,10 +22413,13 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
22389
22413
  modelValue: unref(values),
22390
22414
  "onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => isRef(values) ? values.value = $event : null),
22391
22415
  field: unref(fields).followUpStaffs,
22392
- columns: ["nik", "name"],
22416
+ columns: ["nik", "name", "branches"],
22393
22417
  fragment: {
22394
22418
  nik: 1,
22395
- name: 1
22419
+ name: 1,
22420
+ branches: {
22421
+ name: 1
22422
+ }
22396
22423
  }
22397
22424
  }, null, 8, ["modelValue", "field"])
22398
22425
  ]),
@@ -22564,7 +22591,7 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
22564
22591
  };
22565
22592
  }
22566
22593
  });
22567
- const SubmissionAudit = /* @__PURE__ */ _export_sfc$1(_sfc_main$z, [["__scopeId", "data-v-38186f15"]]);
22594
+ const SubmissionAudit = /* @__PURE__ */ _export_sfc$1(_sfc_main$z, [["__scopeId", "data-v-daecbb52"]]);
22568
22595
  const _hoisted_1$a = { class: "flex flex-wrap" };
22569
22596
  const _hoisted_2$8 = { class: "mt-2" };
22570
22597
  const _hoisted_3$7 = { class: "mt-2" };
@@ -23845,10 +23872,13 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
23845
23872
  modelValue: unref(values),
23846
23873
  "onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => isRef(values) ? values.value = $event : null),
23847
23874
  field: unref(fields).followUpStaffs,
23848
- columns: ["nik", "name"],
23875
+ columns: ["nik", "name", "branches"],
23849
23876
  fragment: {
23850
23877
  nik: 1,
23851
- name: 1
23878
+ name: 1,
23879
+ branches: {
23880
+ name: 1
23881
+ }
23852
23882
  }
23853
23883
  }, null, 8, ["modelValue", "field"])
23854
23884
  ]),
@@ -23909,7 +23939,7 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
23909
23939
  };
23910
23940
  }
23911
23941
  });
23912
- const SubmissionForDecision = /* @__PURE__ */ _export_sfc$1(_sfc_main$w, [["__scopeId", "data-v-31bf765e"]]);
23942
+ const SubmissionForDecision = /* @__PURE__ */ _export_sfc$1(_sfc_main$w, [["__scopeId", "data-v-abd71510"]]);
23913
23943
  const _hoisted_1$7 = { class: "flex items-right" };
23914
23944
  const _hoisted_2$5 = { class: "flex-grow" };
23915
23945
  const _hoisted_3$4 = { class: "ml-2 flex items-end pb-1" };
@@ -24071,10 +24101,13 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
24071
24101
  modelValue: unref(values),
24072
24102
  "onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => isRef(values) ? values.value = $event : null),
24073
24103
  field: unref(fields).followUpStaffs,
24074
- columns: ["nik", "name"],
24104
+ columns: ["nik", "name", "branches"],
24075
24105
  fragment: {
24076
24106
  nik: 1,
24077
- name: 1
24107
+ name: 1,
24108
+ branches: {
24109
+ name: 1
24110
+ }
24078
24111
  }
24079
24112
  }, null, 8, ["modelValue", "field"])
24080
24113
  ]),
@@ -24202,7 +24235,7 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
24202
24235
  };
24203
24236
  }
24204
24237
  });
24205
- const SubmissionSupervisor = /* @__PURE__ */ _export_sfc$1(_sfc_main$v, [["__scopeId", "data-v-da8b354a"]]);
24238
+ const SubmissionSupervisor = /* @__PURE__ */ _export_sfc$1(_sfc_main$v, [["__scopeId", "data-v-b3780da1"]]);
24206
24239
  const _sfc_main$u = /* @__PURE__ */ defineComponent({
24207
24240
  ...{
24208
24241
  name: "SubmissionCollection"
@@ -373,15 +373,15 @@
373
373
  display: block
374
374
  }
375
375
 
376
- .neu-submission-single[data-v-03f44c24] {
376
+ .neu-submission-single[data-v-6360cb7d] {
377
377
  display: block
378
378
  }
379
379
 
380
- .neu-submission-single[data-v-291a482c] {
380
+ .neu-submission-single[data-v-5d94f37d] {
381
381
  display: block
382
382
  }
383
383
 
384
- .neu-submission-single[data-v-38186f15] {
384
+ .neu-submission-single[data-v-daecbb52] {
385
385
  display: block
386
386
  }
387
387
 
@@ -393,13 +393,13 @@
393
393
  display: block
394
394
  }
395
395
 
396
- .neu-submission-single[data-v-31bf765e] {
396
+ .neu-submission-single[data-v-abd71510] {
397
397
 
398
398
  display: block;
399
399
 
400
400
  height: 100%
401
401
  }
402
- .single-wrapper[data-v-31bf765e] {
402
+ .single-wrapper[data-v-abd71510] {
403
403
 
404
404
  display: flex;
405
405
 
@@ -409,7 +409,7 @@
409
409
 
410
410
  flex-direction: column
411
411
  }
412
- .submission-header[data-v-31bf765e] {
412
+ .submission-header[data-v-abd71510] {
413
413
 
414
414
  display: flex;
415
415
 
@@ -433,20 +433,20 @@
433
433
 
434
434
  font-size: 0.875rem
435
435
  }
436
- .single-wrapper[data-v-31bf765e] > .office-tabs,
437
- .single-wrapper[data-v-31bf765e] > .neon-tabs {
436
+ .single-wrapper[data-v-abd71510] > .office-tabs,
437
+ .single-wrapper[data-v-abd71510] > .neon-tabs {
438
438
 
439
439
  min-height: 0px;
440
440
 
441
441
  flex: 1 1 0%
442
442
  }
443
- .header-segment[data-v-31bf765e] {
443
+ .header-segment[data-v-abd71510] {
444
444
 
445
445
  --tw-text-opacity: 1;
446
446
 
447
447
  color: rgb(161 161 170 / var(--tw-text-opacity))
448
448
  }
449
- .header-brand[data-v-31bf765e] {
449
+ .header-brand[data-v-abd71510] {
450
450
 
451
451
  font-weight: 500;
452
452
 
@@ -454,7 +454,7 @@
454
454
 
455
455
  color: rgb(39 39 42 / var(--tw-text-opacity))
456
456
  }
457
- .header-department[data-v-31bf765e] {
457
+ .header-department[data-v-abd71510] {
458
458
 
459
459
  font-weight: 500;
460
460
 
@@ -462,7 +462,7 @@
462
462
 
463
463
  color: rgb(39 39 42 / var(--tw-text-opacity))
464
464
  }
465
- .header-title[data-v-31bf765e] {
465
+ .header-title[data-v-abd71510] {
466
466
 
467
467
  font-weight: 700;
468
468
 
@@ -470,7 +470,7 @@
470
470
 
471
471
  color: rgb(39 39 42 / var(--tw-text-opacity))
472
472
  }
473
- .header-sep[data-v-31bf765e] {
473
+ .header-sep[data-v-abd71510] {
474
474
 
475
475
  --tw-text-opacity: 1;
476
476
 
@@ -479,7 +479,7 @@
479
479
  --neon-icon-size: 12px
480
480
  }
481
481
 
482
- .neu-submission-single[data-v-da8b354a] {
482
+ .neu-submission-single[data-v-b3780da1] {
483
483
  display: block
484
484
  }
485
485
 
package/build/module.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "compatibility": {
5
5
  "nuxt": "^3.0.0"
6
6
  },
7
- "version": "1.17.29",
7
+ "version": "1.17.31",
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.29",
7
+ "version": "1.17.31",
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.29",
3
+ "version": "1.17.31",
4
4
  "description": "Interface library of Neutron Operasional.",
5
5
  "sideEffects": [
6
6
  "*.css"
@@ -164,5 +164,5 @@
164
164
  "publishConfig": {
165
165
  "access": "public"
166
166
  },
167
- "build": 211
167
+ "build": 213
168
168
  }