@neutron.co.id/operasional-interfaces 1.17.30 → 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.
- package/build/@office/models/personalia/submission/SubmissionAudit.vue +16 -4
- package/build/@office/models/personalia/submission/SubmissionFollowUp.vue +4 -1
- package/build/@office/models/personalia/submission/SubmissionForDecision.vue +4 -1
- package/build/@office/models/personalia/submission/SubmissionSupervisor.vue +4 -1
- package/build/mock/index.cjs +39 -18
- package/build/mock/index.mjs +39 -18
- package/build/mock/style.css +13 -13
- package/build/module.json +1 -1
- package/build/nuxt.json +1 -1
- package/package.json +2 -2
|
@@ -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>
|
|
@@ -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>
|
package/build/mock/index.cjs
CHANGED
|
@@ -21863,10 +21863,13 @@ const _sfc_main$A = /* @__PURE__ */ vue.defineComponent({
|
|
|
21863
21863
|
modelValue: vue.unref(values),
|
|
21864
21864
|
"onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
21865
21865
|
field: vue.unref(fields).followUpStaffs,
|
|
21866
|
-
columns: ["nik", "name"],
|
|
21866
|
+
columns: ["nik", "name", "branches"],
|
|
21867
21867
|
fragment: {
|
|
21868
21868
|
nik: 1,
|
|
21869
|
-
name: 1
|
|
21869
|
+
name: 1,
|
|
21870
|
+
branches: {
|
|
21871
|
+
name: 1
|
|
21872
|
+
}
|
|
21870
21873
|
}
|
|
21871
21874
|
}, null, 8, ["modelValue", "field"])
|
|
21872
21875
|
]),
|
|
@@ -21994,7 +21997,7 @@ const _sfc_main$A = /* @__PURE__ */ vue.defineComponent({
|
|
|
21994
21997
|
};
|
|
21995
21998
|
}
|
|
21996
21999
|
});
|
|
21997
|
-
const SubmissionFollowUp = /* @__PURE__ */ _export_sfc$1(_sfc_main$A, [["__scopeId", "data-v-
|
|
22000
|
+
const SubmissionFollowUp = /* @__PURE__ */ _export_sfc$1(_sfc_main$A, [["__scopeId", "data-v-5d94f37d"]]);
|
|
21998
22001
|
const _hoisted_1$b = { class: "flex flex-wrap" };
|
|
21999
22002
|
const _hoisted_2$9 = { class: "mt-2" };
|
|
22000
22003
|
const _hoisted_3$8 = { class: "mt-2" };
|
|
@@ -22332,10 +22335,13 @@ const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
|
|
|
22332
22335
|
modelValue: vue.unref(values),
|
|
22333
22336
|
"onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
22334
22337
|
field: vue.unref(fields).submissionStaffs,
|
|
22335
|
-
columns: ["nik", "name"],
|
|
22338
|
+
columns: ["nik", "name", "branches"],
|
|
22336
22339
|
fragment: {
|
|
22337
22340
|
nik: 1,
|
|
22338
|
-
name: 1
|
|
22341
|
+
name: 1,
|
|
22342
|
+
branches: {
|
|
22343
|
+
name: 1
|
|
22344
|
+
}
|
|
22339
22345
|
},
|
|
22340
22346
|
query: vue.unref(query.Query).define(submissionStaffOptions.value),
|
|
22341
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
|
|
@@ -22363,10 +22369,13 @@ const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
|
|
|
22363
22369
|
modelValue: vue.unref(values),
|
|
22364
22370
|
"onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
22365
22371
|
field: vue.unref(fields).raiseStaffs,
|
|
22366
|
-
columns: ["nik", "name"],
|
|
22372
|
+
columns: ["nik", "name", "branches"],
|
|
22367
22373
|
fragment: {
|
|
22368
22374
|
nik: 1,
|
|
22369
|
-
name: 1
|
|
22375
|
+
name: 1,
|
|
22376
|
+
branches: {
|
|
22377
|
+
name: 1
|
|
22378
|
+
}
|
|
22370
22379
|
},
|
|
22371
22380
|
query: vue.unref(query.Query).define(roleStaffOptions.value),
|
|
22372
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
|
|
@@ -22392,10 +22401,13 @@ const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
|
|
|
22392
22401
|
modelValue: vue.unref(values),
|
|
22393
22402
|
"onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
22394
22403
|
field: vue.unref(fields).decideStaffs,
|
|
22395
|
-
columns: ["nik", "name"],
|
|
22404
|
+
columns: ["nik", "name", "branches"],
|
|
22396
22405
|
fragment: {
|
|
22397
22406
|
nik: 1,
|
|
22398
|
-
name: 1
|
|
22407
|
+
name: 1,
|
|
22408
|
+
branches: {
|
|
22409
|
+
name: 1
|
|
22410
|
+
}
|
|
22399
22411
|
},
|
|
22400
22412
|
query: vue.unref(query.Query).define(roleDecideStaffOptions.value),
|
|
22401
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"
|
|
@@ -22420,10 +22432,13 @@ const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
|
|
|
22420
22432
|
modelValue: vue.unref(values),
|
|
22421
22433
|
"onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
22422
22434
|
field: vue.unref(fields).followUpStaffs,
|
|
22423
|
-
columns: ["nik", "name"],
|
|
22435
|
+
columns: ["nik", "name", "branches"],
|
|
22424
22436
|
fragment: {
|
|
22425
22437
|
nik: 1,
|
|
22426
|
-
name: 1
|
|
22438
|
+
name: 1,
|
|
22439
|
+
branches: {
|
|
22440
|
+
name: 1
|
|
22441
|
+
}
|
|
22427
22442
|
}
|
|
22428
22443
|
}, null, 8, ["modelValue", "field"])
|
|
22429
22444
|
]),
|
|
@@ -22595,7 +22610,7 @@ const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
|
|
|
22595
22610
|
};
|
|
22596
22611
|
}
|
|
22597
22612
|
});
|
|
22598
|
-
const SubmissionAudit = /* @__PURE__ */ _export_sfc$1(_sfc_main$z, [["__scopeId", "data-v-
|
|
22613
|
+
const SubmissionAudit = /* @__PURE__ */ _export_sfc$1(_sfc_main$z, [["__scopeId", "data-v-daecbb52"]]);
|
|
22599
22614
|
const _hoisted_1$a = { class: "flex flex-wrap" };
|
|
22600
22615
|
const _hoisted_2$8 = { class: "mt-2" };
|
|
22601
22616
|
const _hoisted_3$7 = { class: "mt-2" };
|
|
@@ -23876,10 +23891,13 @@ const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
|
|
|
23876
23891
|
modelValue: vue.unref(values),
|
|
23877
23892
|
"onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
23878
23893
|
field: vue.unref(fields).followUpStaffs,
|
|
23879
|
-
columns: ["nik", "name"],
|
|
23894
|
+
columns: ["nik", "name", "branches"],
|
|
23880
23895
|
fragment: {
|
|
23881
23896
|
nik: 1,
|
|
23882
|
-
name: 1
|
|
23897
|
+
name: 1,
|
|
23898
|
+
branches: {
|
|
23899
|
+
name: 1
|
|
23900
|
+
}
|
|
23883
23901
|
}
|
|
23884
23902
|
}, null, 8, ["modelValue", "field"])
|
|
23885
23903
|
]),
|
|
@@ -23940,7 +23958,7 @@ const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
|
|
|
23940
23958
|
};
|
|
23941
23959
|
}
|
|
23942
23960
|
});
|
|
23943
|
-
const SubmissionForDecision = /* @__PURE__ */ _export_sfc$1(_sfc_main$w, [["__scopeId", "data-v-
|
|
23961
|
+
const SubmissionForDecision = /* @__PURE__ */ _export_sfc$1(_sfc_main$w, [["__scopeId", "data-v-abd71510"]]);
|
|
23944
23962
|
const _hoisted_1$7 = { class: "flex items-right" };
|
|
23945
23963
|
const _hoisted_2$5 = { class: "flex-grow" };
|
|
23946
23964
|
const _hoisted_3$4 = { class: "ml-2 flex items-end pb-1" };
|
|
@@ -24102,10 +24120,13 @@ const _sfc_main$v = /* @__PURE__ */ vue.defineComponent({
|
|
|
24102
24120
|
modelValue: vue.unref(values),
|
|
24103
24121
|
"onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
24104
24122
|
field: vue.unref(fields).followUpStaffs,
|
|
24105
|
-
columns: ["nik", "name"],
|
|
24123
|
+
columns: ["nik", "name", "branches"],
|
|
24106
24124
|
fragment: {
|
|
24107
24125
|
nik: 1,
|
|
24108
|
-
name: 1
|
|
24126
|
+
name: 1,
|
|
24127
|
+
branches: {
|
|
24128
|
+
name: 1
|
|
24129
|
+
}
|
|
24109
24130
|
}
|
|
24110
24131
|
}, null, 8, ["modelValue", "field"])
|
|
24111
24132
|
]),
|
|
@@ -24233,7 +24254,7 @@ const _sfc_main$v = /* @__PURE__ */ vue.defineComponent({
|
|
|
24233
24254
|
};
|
|
24234
24255
|
}
|
|
24235
24256
|
});
|
|
24236
|
-
const SubmissionSupervisor = /* @__PURE__ */ _export_sfc$1(_sfc_main$v, [["__scopeId", "data-v-
|
|
24257
|
+
const SubmissionSupervisor = /* @__PURE__ */ _export_sfc$1(_sfc_main$v, [["__scopeId", "data-v-b3780da1"]]);
|
|
24237
24258
|
const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
|
|
24238
24259
|
...{
|
|
24239
24260
|
name: "SubmissionCollection"
|
package/build/mock/index.mjs
CHANGED
|
@@ -21844,10 +21844,13 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
|
21844
21844
|
modelValue: unref(values),
|
|
21845
21845
|
"onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => isRef(values) ? values.value = $event : null),
|
|
21846
21846
|
field: unref(fields).followUpStaffs,
|
|
21847
|
-
columns: ["nik", "name"],
|
|
21847
|
+
columns: ["nik", "name", "branches"],
|
|
21848
21848
|
fragment: {
|
|
21849
21849
|
nik: 1,
|
|
21850
|
-
name: 1
|
|
21850
|
+
name: 1,
|
|
21851
|
+
branches: {
|
|
21852
|
+
name: 1
|
|
21853
|
+
}
|
|
21851
21854
|
}
|
|
21852
21855
|
}, null, 8, ["modelValue", "field"])
|
|
21853
21856
|
]),
|
|
@@ -21975,7 +21978,7 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
|
21975
21978
|
};
|
|
21976
21979
|
}
|
|
21977
21980
|
});
|
|
21978
|
-
const SubmissionFollowUp = /* @__PURE__ */ _export_sfc$1(_sfc_main$A, [["__scopeId", "data-v-
|
|
21981
|
+
const SubmissionFollowUp = /* @__PURE__ */ _export_sfc$1(_sfc_main$A, [["__scopeId", "data-v-5d94f37d"]]);
|
|
21979
21982
|
const _hoisted_1$b = { class: "flex flex-wrap" };
|
|
21980
21983
|
const _hoisted_2$9 = { class: "mt-2" };
|
|
21981
21984
|
const _hoisted_3$8 = { class: "mt-2" };
|
|
@@ -22313,10 +22316,13 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
|
22313
22316
|
modelValue: unref(values),
|
|
22314
22317
|
"onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => isRef(values) ? values.value = $event : null),
|
|
22315
22318
|
field: unref(fields).submissionStaffs,
|
|
22316
|
-
columns: ["nik", "name"],
|
|
22319
|
+
columns: ["nik", "name", "branches"],
|
|
22317
22320
|
fragment: {
|
|
22318
22321
|
nik: 1,
|
|
22319
|
-
name: 1
|
|
22322
|
+
name: 1,
|
|
22323
|
+
branches: {
|
|
22324
|
+
name: 1
|
|
22325
|
+
}
|
|
22320
22326
|
},
|
|
22321
22327
|
query: unref(Query).define(submissionStaffOptions.value),
|
|
22322
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
|
|
@@ -22344,10 +22350,13 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
|
22344
22350
|
modelValue: unref(values),
|
|
22345
22351
|
"onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => isRef(values) ? values.value = $event : null),
|
|
22346
22352
|
field: unref(fields).raiseStaffs,
|
|
22347
|
-
columns: ["nik", "name"],
|
|
22353
|
+
columns: ["nik", "name", "branches"],
|
|
22348
22354
|
fragment: {
|
|
22349
22355
|
nik: 1,
|
|
22350
|
-
name: 1
|
|
22356
|
+
name: 1,
|
|
22357
|
+
branches: {
|
|
22358
|
+
name: 1
|
|
22359
|
+
}
|
|
22351
22360
|
},
|
|
22352
22361
|
query: unref(Query).define(roleStaffOptions.value),
|
|
22353
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
|
|
@@ -22373,10 +22382,13 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
|
22373
22382
|
modelValue: unref(values),
|
|
22374
22383
|
"onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => isRef(values) ? values.value = $event : null),
|
|
22375
22384
|
field: unref(fields).decideStaffs,
|
|
22376
|
-
columns: ["nik", "name"],
|
|
22385
|
+
columns: ["nik", "name", "branches"],
|
|
22377
22386
|
fragment: {
|
|
22378
22387
|
nik: 1,
|
|
22379
|
-
name: 1
|
|
22388
|
+
name: 1,
|
|
22389
|
+
branches: {
|
|
22390
|
+
name: 1
|
|
22391
|
+
}
|
|
22380
22392
|
},
|
|
22381
22393
|
query: unref(Query).define(roleDecideStaffOptions.value),
|
|
22382
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"
|
|
@@ -22401,10 +22413,13 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
|
22401
22413
|
modelValue: unref(values),
|
|
22402
22414
|
"onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => isRef(values) ? values.value = $event : null),
|
|
22403
22415
|
field: unref(fields).followUpStaffs,
|
|
22404
|
-
columns: ["nik", "name"],
|
|
22416
|
+
columns: ["nik", "name", "branches"],
|
|
22405
22417
|
fragment: {
|
|
22406
22418
|
nik: 1,
|
|
22407
|
-
name: 1
|
|
22419
|
+
name: 1,
|
|
22420
|
+
branches: {
|
|
22421
|
+
name: 1
|
|
22422
|
+
}
|
|
22408
22423
|
}
|
|
22409
22424
|
}, null, 8, ["modelValue", "field"])
|
|
22410
22425
|
]),
|
|
@@ -22576,7 +22591,7 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
|
22576
22591
|
};
|
|
22577
22592
|
}
|
|
22578
22593
|
});
|
|
22579
|
-
const SubmissionAudit = /* @__PURE__ */ _export_sfc$1(_sfc_main$z, [["__scopeId", "data-v-
|
|
22594
|
+
const SubmissionAudit = /* @__PURE__ */ _export_sfc$1(_sfc_main$z, [["__scopeId", "data-v-daecbb52"]]);
|
|
22580
22595
|
const _hoisted_1$a = { class: "flex flex-wrap" };
|
|
22581
22596
|
const _hoisted_2$8 = { class: "mt-2" };
|
|
22582
22597
|
const _hoisted_3$7 = { class: "mt-2" };
|
|
@@ -23857,10 +23872,13 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
|
23857
23872
|
modelValue: unref(values),
|
|
23858
23873
|
"onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => isRef(values) ? values.value = $event : null),
|
|
23859
23874
|
field: unref(fields).followUpStaffs,
|
|
23860
|
-
columns: ["nik", "name"],
|
|
23875
|
+
columns: ["nik", "name", "branches"],
|
|
23861
23876
|
fragment: {
|
|
23862
23877
|
nik: 1,
|
|
23863
|
-
name: 1
|
|
23878
|
+
name: 1,
|
|
23879
|
+
branches: {
|
|
23880
|
+
name: 1
|
|
23881
|
+
}
|
|
23864
23882
|
}
|
|
23865
23883
|
}, null, 8, ["modelValue", "field"])
|
|
23866
23884
|
]),
|
|
@@ -23921,7 +23939,7 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
|
23921
23939
|
};
|
|
23922
23940
|
}
|
|
23923
23941
|
});
|
|
23924
|
-
const SubmissionForDecision = /* @__PURE__ */ _export_sfc$1(_sfc_main$w, [["__scopeId", "data-v-
|
|
23942
|
+
const SubmissionForDecision = /* @__PURE__ */ _export_sfc$1(_sfc_main$w, [["__scopeId", "data-v-abd71510"]]);
|
|
23925
23943
|
const _hoisted_1$7 = { class: "flex items-right" };
|
|
23926
23944
|
const _hoisted_2$5 = { class: "flex-grow" };
|
|
23927
23945
|
const _hoisted_3$4 = { class: "ml-2 flex items-end pb-1" };
|
|
@@ -24083,10 +24101,13 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
|
24083
24101
|
modelValue: unref(values),
|
|
24084
24102
|
"onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => isRef(values) ? values.value = $event : null),
|
|
24085
24103
|
field: unref(fields).followUpStaffs,
|
|
24086
|
-
columns: ["nik", "name"],
|
|
24104
|
+
columns: ["nik", "name", "branches"],
|
|
24087
24105
|
fragment: {
|
|
24088
24106
|
nik: 1,
|
|
24089
|
-
name: 1
|
|
24107
|
+
name: 1,
|
|
24108
|
+
branches: {
|
|
24109
|
+
name: 1
|
|
24110
|
+
}
|
|
24090
24111
|
}
|
|
24091
24112
|
}, null, 8, ["modelValue", "field"])
|
|
24092
24113
|
]),
|
|
@@ -24214,7 +24235,7 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
|
24214
24235
|
};
|
|
24215
24236
|
}
|
|
24216
24237
|
});
|
|
24217
|
-
const SubmissionSupervisor = /* @__PURE__ */ _export_sfc$1(_sfc_main$v, [["__scopeId", "data-v-
|
|
24238
|
+
const SubmissionSupervisor = /* @__PURE__ */ _export_sfc$1(_sfc_main$v, [["__scopeId", "data-v-b3780da1"]]);
|
|
24218
24239
|
const _sfc_main$u = /* @__PURE__ */ defineComponent({
|
|
24219
24240
|
...{
|
|
24220
24241
|
name: "SubmissionCollection"
|
package/build/mock/style.css
CHANGED
|
@@ -377,11 +377,11 @@
|
|
|
377
377
|
display: block
|
|
378
378
|
}
|
|
379
379
|
|
|
380
|
-
.neu-submission-single[data-v-
|
|
380
|
+
.neu-submission-single[data-v-5d94f37d] {
|
|
381
381
|
display: block
|
|
382
382
|
}
|
|
383
383
|
|
|
384
|
-
.neu-submission-single[data-v-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
437
|
-
.single-wrapper[data-v-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
482
|
+
.neu-submission-single[data-v-b3780da1] {
|
|
483
483
|
display: block
|
|
484
484
|
}
|
|
485
485
|
|
package/build/module.json
CHANGED
package/build/nuxt.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@neutron.co.id/operasional-interfaces",
|
|
3
|
-
"version": "1.17.
|
|
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":
|
|
167
|
+
"build": 213
|
|
168
168
|
}
|