@neutron.co.id/operasional-interfaces 1.17.28 → 1.17.30
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 +8 -0
- package/build/@office/models/personalia/submission/SubmissionFollowUp.vue +5 -0
- package/build/@office/models/personalia/submission/SubmissionForDecision.vue +5 -0
- package/build/@office/models/personalia/submission/SubmissionStaff.vue +20 -0
- package/build/@office/models/personalia/submission/SubmissionSupervisor.vue +5 -0
- package/build/mock/index.cjs +56 -13
- package/build/mock/index.mjs +56 -13
- package/build/mock/style.css +14 -14
- package/build/module.json +1 -1
- package/build/nuxt.json +1 -1
- package/package.json +2 -2
|
@@ -207,6 +207,7 @@
|
|
|
207
207
|
<OfficeRelation
|
|
208
208
|
v-model="values"
|
|
209
209
|
:field="fields.submissionStaffs"
|
|
210
|
+
:columns="['nik', 'name']"
|
|
210
211
|
:fragment="{
|
|
211
212
|
nik: 1,
|
|
212
213
|
name: 1,
|
|
@@ -238,6 +239,7 @@
|
|
|
238
239
|
<OfficeRelation
|
|
239
240
|
v-model="values"
|
|
240
241
|
:field="fields.raiseStaffs"
|
|
242
|
+
:columns="['nik', 'name']"
|
|
241
243
|
:fragment="{
|
|
242
244
|
nik: 1,
|
|
243
245
|
name: 1,
|
|
@@ -268,6 +270,7 @@
|
|
|
268
270
|
<OfficeRelation
|
|
269
271
|
v-model="values"
|
|
270
272
|
:field="fields.decideStaffs"
|
|
273
|
+
:columns="['nik', 'name']"
|
|
271
274
|
:fragment="{
|
|
272
275
|
nik: 1,
|
|
273
276
|
name: 1,
|
|
@@ -296,6 +299,11 @@
|
|
|
296
299
|
<OfficeRelation
|
|
297
300
|
v-model="values"
|
|
298
301
|
:field="fields.followUpStaffs"
|
|
302
|
+
:columns="['nik', 'name']"
|
|
303
|
+
:fragment="{
|
|
304
|
+
nik: 1,
|
|
305
|
+
name: 1,
|
|
306
|
+
}"
|
|
299
307
|
/>
|
|
300
308
|
</NeonFields>
|
|
301
309
|
</div>
|
|
@@ -119,9 +119,13 @@
|
|
|
119
119
|
v-model="values"
|
|
120
120
|
:field="fields.submissionStaffs"
|
|
121
121
|
:query="Query.define(submissionStaffOptions)"
|
|
122
|
+
:columns="['nik', 'name', 'branches']"
|
|
122
123
|
:fragment="{
|
|
123
124
|
nik: 1,
|
|
124
125
|
name: 1,
|
|
126
|
+
branches: {
|
|
127
|
+
name: 1,
|
|
128
|
+
},
|
|
125
129
|
}"
|
|
126
130
|
:is-disabled="
|
|
127
131
|
values.statusStaff === 'raised' ||
|
|
@@ -149,9 +153,13 @@
|
|
|
149
153
|
v-model="values"
|
|
150
154
|
:field="fields.raiseStaffs"
|
|
151
155
|
:query="Query.define(roleStaffOptions)"
|
|
156
|
+
:columns="['nik', 'name', 'branches']"
|
|
152
157
|
:fragment="{
|
|
153
158
|
nik: 1,
|
|
154
159
|
name: 1,
|
|
160
|
+
branches: {
|
|
161
|
+
name: 1,
|
|
162
|
+
},
|
|
155
163
|
}"
|
|
156
164
|
:is-disabled="
|
|
157
165
|
values.statusStaff === 'raised' ||
|
|
@@ -176,9 +184,13 @@
|
|
|
176
184
|
v-model="values"
|
|
177
185
|
:field="fields.decideStaffs"
|
|
178
186
|
:query="Query.define(roleDecideStaffOptions)"
|
|
187
|
+
:columns="['nik', 'name', 'branches']"
|
|
179
188
|
:fragment="{
|
|
180
189
|
nik: 1,
|
|
181
190
|
name: 1,
|
|
191
|
+
branches: {
|
|
192
|
+
name: 1,
|
|
193
|
+
},
|
|
182
194
|
}"
|
|
183
195
|
:is-disabled="
|
|
184
196
|
values.statusStaff === 'raised' ||
|
|
@@ -202,6 +214,14 @@
|
|
|
202
214
|
<OfficeRelation
|
|
203
215
|
v-model="values"
|
|
204
216
|
:field="fields.followUpStaffs"
|
|
217
|
+
:columns="['nik', 'name', 'branches']"
|
|
218
|
+
:fragment="{
|
|
219
|
+
nik: 1,
|
|
220
|
+
name: 1,
|
|
221
|
+
branches: {
|
|
222
|
+
name: 1,
|
|
223
|
+
},
|
|
224
|
+
}"
|
|
205
225
|
/>
|
|
206
226
|
</NeonFields>
|
|
207
227
|
</div>
|
package/build/mock/index.cjs
CHANGED
|
@@ -21460,9 +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", "branches"],
|
|
21463
21464
|
fragment: {
|
|
21464
21465
|
nik: 1,
|
|
21465
|
-
name: 1
|
|
21466
|
+
name: 1,
|
|
21467
|
+
branches: {
|
|
21468
|
+
name: 1
|
|
21469
|
+
}
|
|
21466
21470
|
},
|
|
21467
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
|
|
21468
21472
|
}, null, 8, ["modelValue", "field", "query", "is-disabled"])
|
|
@@ -21488,9 +21492,13 @@ const _sfc_main$B = /* @__PURE__ */ vue.defineComponent({
|
|
|
21488
21492
|
"onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
21489
21493
|
field: vue.unref(fields).raiseStaffs,
|
|
21490
21494
|
query: vue.unref(query.Query).define(roleStaffOptions.value),
|
|
21495
|
+
columns: ["nik", "name", "branches"],
|
|
21491
21496
|
fragment: {
|
|
21492
21497
|
nik: 1,
|
|
21493
|
-
name: 1
|
|
21498
|
+
name: 1,
|
|
21499
|
+
branches: {
|
|
21500
|
+
name: 1
|
|
21501
|
+
}
|
|
21494
21502
|
},
|
|
21495
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"
|
|
21496
21504
|
}, null, 8, ["modelValue", "field", "query", "is-disabled"])
|
|
@@ -21515,9 +21523,13 @@ const _sfc_main$B = /* @__PURE__ */ vue.defineComponent({
|
|
|
21515
21523
|
"onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
21516
21524
|
field: vue.unref(fields).decideStaffs,
|
|
21517
21525
|
query: vue.unref(query.Query).define(roleDecideStaffOptions.value),
|
|
21526
|
+
columns: ["nik", "name", "branches"],
|
|
21518
21527
|
fragment: {
|
|
21519
21528
|
nik: 1,
|
|
21520
|
-
name: 1
|
|
21529
|
+
name: 1,
|
|
21530
|
+
branches: {
|
|
21531
|
+
name: 1
|
|
21532
|
+
}
|
|
21521
21533
|
},
|
|
21522
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"
|
|
21523
21535
|
}, null, 8, ["modelValue", "field", "query", "is-disabled"])
|
|
@@ -21540,7 +21552,15 @@ const _sfc_main$B = /* @__PURE__ */ vue.defineComponent({
|
|
|
21540
21552
|
vue.createVNode(vue.unref(office$1.OfficeRelation), {
|
|
21541
21553
|
modelValue: vue.unref(values),
|
|
21542
21554
|
"onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
21543
|
-
field: vue.unref(fields).followUpStaffs
|
|
21555
|
+
field: vue.unref(fields).followUpStaffs,
|
|
21556
|
+
columns: ["nik", "name", "branches"],
|
|
21557
|
+
fragment: {
|
|
21558
|
+
nik: 1,
|
|
21559
|
+
name: 1,
|
|
21560
|
+
branches: {
|
|
21561
|
+
name: 1
|
|
21562
|
+
}
|
|
21563
|
+
}
|
|
21544
21564
|
}, null, 8, ["modelValue", "field"])
|
|
21545
21565
|
]),
|
|
21546
21566
|
_: 1
|
|
@@ -21681,7 +21701,7 @@ const _sfc_main$B = /* @__PURE__ */ vue.defineComponent({
|
|
|
21681
21701
|
};
|
|
21682
21702
|
}
|
|
21683
21703
|
});
|
|
21684
|
-
const SubmissionStaff = /* @__PURE__ */ _export_sfc$1(_sfc_main$B, [["__scopeId", "data-v-
|
|
21704
|
+
const SubmissionStaff = /* @__PURE__ */ _export_sfc$1(_sfc_main$B, [["__scopeId", "data-v-6360cb7d"]]);
|
|
21685
21705
|
const _hoisted_1$c = { class: "flex items-right" };
|
|
21686
21706
|
const _hoisted_2$a = { class: "flex-grow" };
|
|
21687
21707
|
const _hoisted_3$9 = { class: "ml-2 flex items-end pb-1" };
|
|
@@ -21842,7 +21862,12 @@ const _sfc_main$A = /* @__PURE__ */ vue.defineComponent({
|
|
|
21842
21862
|
vue.createVNode(vue.unref(office$1.OfficeRelation), {
|
|
21843
21863
|
modelValue: vue.unref(values),
|
|
21844
21864
|
"onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
21845
|
-
field: vue.unref(fields).followUpStaffs
|
|
21865
|
+
field: vue.unref(fields).followUpStaffs,
|
|
21866
|
+
columns: ["nik", "name"],
|
|
21867
|
+
fragment: {
|
|
21868
|
+
nik: 1,
|
|
21869
|
+
name: 1
|
|
21870
|
+
}
|
|
21846
21871
|
}, null, 8, ["modelValue", "field"])
|
|
21847
21872
|
]),
|
|
21848
21873
|
_: 1
|
|
@@ -21969,7 +21994,7 @@ const _sfc_main$A = /* @__PURE__ */ vue.defineComponent({
|
|
|
21969
21994
|
};
|
|
21970
21995
|
}
|
|
21971
21996
|
});
|
|
21972
|
-
const SubmissionFollowUp = /* @__PURE__ */ _export_sfc$1(_sfc_main$A, [["__scopeId", "data-v-
|
|
21997
|
+
const SubmissionFollowUp = /* @__PURE__ */ _export_sfc$1(_sfc_main$A, [["__scopeId", "data-v-291a482c"]]);
|
|
21973
21998
|
const _hoisted_1$b = { class: "flex flex-wrap" };
|
|
21974
21999
|
const _hoisted_2$9 = { class: "mt-2" };
|
|
21975
22000
|
const _hoisted_3$8 = { class: "mt-2" };
|
|
@@ -22307,6 +22332,7 @@ const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
|
|
|
22307
22332
|
modelValue: vue.unref(values),
|
|
22308
22333
|
"onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
22309
22334
|
field: vue.unref(fields).submissionStaffs,
|
|
22335
|
+
columns: ["nik", "name"],
|
|
22310
22336
|
fragment: {
|
|
22311
22337
|
nik: 1,
|
|
22312
22338
|
name: 1
|
|
@@ -22337,6 +22363,7 @@ const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
|
|
|
22337
22363
|
modelValue: vue.unref(values),
|
|
22338
22364
|
"onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
22339
22365
|
field: vue.unref(fields).raiseStaffs,
|
|
22366
|
+
columns: ["nik", "name"],
|
|
22340
22367
|
fragment: {
|
|
22341
22368
|
nik: 1,
|
|
22342
22369
|
name: 1
|
|
@@ -22365,6 +22392,7 @@ const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
|
|
|
22365
22392
|
modelValue: vue.unref(values),
|
|
22366
22393
|
"onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
22367
22394
|
field: vue.unref(fields).decideStaffs,
|
|
22395
|
+
columns: ["nik", "name"],
|
|
22368
22396
|
fragment: {
|
|
22369
22397
|
nik: 1,
|
|
22370
22398
|
name: 1
|
|
@@ -22391,7 +22419,12 @@ const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
|
|
|
22391
22419
|
vue.createVNode(vue.unref(office$1.OfficeRelation), {
|
|
22392
22420
|
modelValue: vue.unref(values),
|
|
22393
22421
|
"onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
22394
|
-
field: vue.unref(fields).followUpStaffs
|
|
22422
|
+
field: vue.unref(fields).followUpStaffs,
|
|
22423
|
+
columns: ["nik", "name"],
|
|
22424
|
+
fragment: {
|
|
22425
|
+
nik: 1,
|
|
22426
|
+
name: 1
|
|
22427
|
+
}
|
|
22395
22428
|
}, null, 8, ["modelValue", "field"])
|
|
22396
22429
|
]),
|
|
22397
22430
|
_: 1
|
|
@@ -22562,7 +22595,7 @@ const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
|
|
|
22562
22595
|
};
|
|
22563
22596
|
}
|
|
22564
22597
|
});
|
|
22565
|
-
const SubmissionAudit = /* @__PURE__ */ _export_sfc$1(_sfc_main$z, [["__scopeId", "data-v-
|
|
22598
|
+
const SubmissionAudit = /* @__PURE__ */ _export_sfc$1(_sfc_main$z, [["__scopeId", "data-v-38186f15"]]);
|
|
22566
22599
|
const _hoisted_1$a = { class: "flex flex-wrap" };
|
|
22567
22600
|
const _hoisted_2$8 = { class: "mt-2" };
|
|
22568
22601
|
const _hoisted_3$7 = { class: "mt-2" };
|
|
@@ -23842,7 +23875,12 @@ const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
|
|
|
23842
23875
|
vue.createVNode(vue.unref(office$1.OfficeRelation), {
|
|
23843
23876
|
modelValue: vue.unref(values),
|
|
23844
23877
|
"onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
23845
|
-
field: vue.unref(fields).followUpStaffs
|
|
23878
|
+
field: vue.unref(fields).followUpStaffs,
|
|
23879
|
+
columns: ["nik", "name"],
|
|
23880
|
+
fragment: {
|
|
23881
|
+
nik: 1,
|
|
23882
|
+
name: 1
|
|
23883
|
+
}
|
|
23846
23884
|
}, null, 8, ["modelValue", "field"])
|
|
23847
23885
|
]),
|
|
23848
23886
|
_: 1
|
|
@@ -23902,7 +23940,7 @@ const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
|
|
|
23902
23940
|
};
|
|
23903
23941
|
}
|
|
23904
23942
|
});
|
|
23905
|
-
const SubmissionForDecision = /* @__PURE__ */ _export_sfc$1(_sfc_main$w, [["__scopeId", "data-v-
|
|
23943
|
+
const SubmissionForDecision = /* @__PURE__ */ _export_sfc$1(_sfc_main$w, [["__scopeId", "data-v-31bf765e"]]);
|
|
23906
23944
|
const _hoisted_1$7 = { class: "flex items-right" };
|
|
23907
23945
|
const _hoisted_2$5 = { class: "flex-grow" };
|
|
23908
23946
|
const _hoisted_3$4 = { class: "ml-2 flex items-end pb-1" };
|
|
@@ -24063,7 +24101,12 @@ const _sfc_main$v = /* @__PURE__ */ vue.defineComponent({
|
|
|
24063
24101
|
vue.createVNode(vue.unref(office$1.OfficeRelation), {
|
|
24064
24102
|
modelValue: vue.unref(values),
|
|
24065
24103
|
"onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => vue.isRef(values) ? values.value = $event : null),
|
|
24066
|
-
field: vue.unref(fields).followUpStaffs
|
|
24104
|
+
field: vue.unref(fields).followUpStaffs,
|
|
24105
|
+
columns: ["nik", "name"],
|
|
24106
|
+
fragment: {
|
|
24107
|
+
nik: 1,
|
|
24108
|
+
name: 1
|
|
24109
|
+
}
|
|
24067
24110
|
}, null, 8, ["modelValue", "field"])
|
|
24068
24111
|
]),
|
|
24069
24112
|
_: 1
|
|
@@ -24190,7 +24233,7 @@ const _sfc_main$v = /* @__PURE__ */ vue.defineComponent({
|
|
|
24190
24233
|
};
|
|
24191
24234
|
}
|
|
24192
24235
|
});
|
|
24193
|
-
const SubmissionSupervisor = /* @__PURE__ */ _export_sfc$1(_sfc_main$v, [["__scopeId", "data-v-
|
|
24236
|
+
const SubmissionSupervisor = /* @__PURE__ */ _export_sfc$1(_sfc_main$v, [["__scopeId", "data-v-da8b354a"]]);
|
|
24194
24237
|
const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
|
|
24195
24238
|
...{
|
|
24196
24239
|
name: "SubmissionCollection"
|
package/build/mock/index.mjs
CHANGED
|
@@ -21441,9 +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", "branches"],
|
|
21444
21445
|
fragment: {
|
|
21445
21446
|
nik: 1,
|
|
21446
|
-
name: 1
|
|
21447
|
+
name: 1,
|
|
21448
|
+
branches: {
|
|
21449
|
+
name: 1
|
|
21450
|
+
}
|
|
21447
21451
|
},
|
|
21448
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
|
|
21449
21453
|
}, null, 8, ["modelValue", "field", "query", "is-disabled"])
|
|
@@ -21469,9 +21473,13 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
|
21469
21473
|
"onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => isRef(values) ? values.value = $event : null),
|
|
21470
21474
|
field: unref(fields).raiseStaffs,
|
|
21471
21475
|
query: unref(Query).define(roleStaffOptions.value),
|
|
21476
|
+
columns: ["nik", "name", "branches"],
|
|
21472
21477
|
fragment: {
|
|
21473
21478
|
nik: 1,
|
|
21474
|
-
name: 1
|
|
21479
|
+
name: 1,
|
|
21480
|
+
branches: {
|
|
21481
|
+
name: 1
|
|
21482
|
+
}
|
|
21475
21483
|
},
|
|
21476
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"
|
|
21477
21485
|
}, null, 8, ["modelValue", "field", "query", "is-disabled"])
|
|
@@ -21496,9 +21504,13 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
|
21496
21504
|
"onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => isRef(values) ? values.value = $event : null),
|
|
21497
21505
|
field: unref(fields).decideStaffs,
|
|
21498
21506
|
query: unref(Query).define(roleDecideStaffOptions.value),
|
|
21507
|
+
columns: ["nik", "name", "branches"],
|
|
21499
21508
|
fragment: {
|
|
21500
21509
|
nik: 1,
|
|
21501
|
-
name: 1
|
|
21510
|
+
name: 1,
|
|
21511
|
+
branches: {
|
|
21512
|
+
name: 1
|
|
21513
|
+
}
|
|
21502
21514
|
},
|
|
21503
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"
|
|
21504
21516
|
}, null, 8, ["modelValue", "field", "query", "is-disabled"])
|
|
@@ -21521,7 +21533,15 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
|
21521
21533
|
createVNode(unref(OfficeRelation), {
|
|
21522
21534
|
modelValue: unref(values),
|
|
21523
21535
|
"onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => isRef(values) ? values.value = $event : null),
|
|
21524
|
-
field: unref(fields).followUpStaffs
|
|
21536
|
+
field: unref(fields).followUpStaffs,
|
|
21537
|
+
columns: ["nik", "name", "branches"],
|
|
21538
|
+
fragment: {
|
|
21539
|
+
nik: 1,
|
|
21540
|
+
name: 1,
|
|
21541
|
+
branches: {
|
|
21542
|
+
name: 1
|
|
21543
|
+
}
|
|
21544
|
+
}
|
|
21525
21545
|
}, null, 8, ["modelValue", "field"])
|
|
21526
21546
|
]),
|
|
21527
21547
|
_: 1
|
|
@@ -21662,7 +21682,7 @@ const _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
|
21662
21682
|
};
|
|
21663
21683
|
}
|
|
21664
21684
|
});
|
|
21665
|
-
const SubmissionStaff = /* @__PURE__ */ _export_sfc$1(_sfc_main$B, [["__scopeId", "data-v-
|
|
21685
|
+
const SubmissionStaff = /* @__PURE__ */ _export_sfc$1(_sfc_main$B, [["__scopeId", "data-v-6360cb7d"]]);
|
|
21666
21686
|
const _hoisted_1$c = { class: "flex items-right" };
|
|
21667
21687
|
const _hoisted_2$a = { class: "flex-grow" };
|
|
21668
21688
|
const _hoisted_3$9 = { class: "ml-2 flex items-end pb-1" };
|
|
@@ -21823,7 +21843,12 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
|
21823
21843
|
createVNode(unref(OfficeRelation), {
|
|
21824
21844
|
modelValue: unref(values),
|
|
21825
21845
|
"onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => isRef(values) ? values.value = $event : null),
|
|
21826
|
-
field: unref(fields).followUpStaffs
|
|
21846
|
+
field: unref(fields).followUpStaffs,
|
|
21847
|
+
columns: ["nik", "name"],
|
|
21848
|
+
fragment: {
|
|
21849
|
+
nik: 1,
|
|
21850
|
+
name: 1
|
|
21851
|
+
}
|
|
21827
21852
|
}, null, 8, ["modelValue", "field"])
|
|
21828
21853
|
]),
|
|
21829
21854
|
_: 1
|
|
@@ -21950,7 +21975,7 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
|
21950
21975
|
};
|
|
21951
21976
|
}
|
|
21952
21977
|
});
|
|
21953
|
-
const SubmissionFollowUp = /* @__PURE__ */ _export_sfc$1(_sfc_main$A, [["__scopeId", "data-v-
|
|
21978
|
+
const SubmissionFollowUp = /* @__PURE__ */ _export_sfc$1(_sfc_main$A, [["__scopeId", "data-v-291a482c"]]);
|
|
21954
21979
|
const _hoisted_1$b = { class: "flex flex-wrap" };
|
|
21955
21980
|
const _hoisted_2$9 = { class: "mt-2" };
|
|
21956
21981
|
const _hoisted_3$8 = { class: "mt-2" };
|
|
@@ -22288,6 +22313,7 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
|
22288
22313
|
modelValue: unref(values),
|
|
22289
22314
|
"onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => isRef(values) ? values.value = $event : null),
|
|
22290
22315
|
field: unref(fields).submissionStaffs,
|
|
22316
|
+
columns: ["nik", "name"],
|
|
22291
22317
|
fragment: {
|
|
22292
22318
|
nik: 1,
|
|
22293
22319
|
name: 1
|
|
@@ -22318,6 +22344,7 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
|
22318
22344
|
modelValue: unref(values),
|
|
22319
22345
|
"onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => isRef(values) ? values.value = $event : null),
|
|
22320
22346
|
field: unref(fields).raiseStaffs,
|
|
22347
|
+
columns: ["nik", "name"],
|
|
22321
22348
|
fragment: {
|
|
22322
22349
|
nik: 1,
|
|
22323
22350
|
name: 1
|
|
@@ -22346,6 +22373,7 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
|
22346
22373
|
modelValue: unref(values),
|
|
22347
22374
|
"onUpdate:modelValue": _cache[7] || (_cache[7] = ($event) => isRef(values) ? values.value = $event : null),
|
|
22348
22375
|
field: unref(fields).decideStaffs,
|
|
22376
|
+
columns: ["nik", "name"],
|
|
22349
22377
|
fragment: {
|
|
22350
22378
|
nik: 1,
|
|
22351
22379
|
name: 1
|
|
@@ -22372,7 +22400,12 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
|
22372
22400
|
createVNode(unref(OfficeRelation), {
|
|
22373
22401
|
modelValue: unref(values),
|
|
22374
22402
|
"onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => isRef(values) ? values.value = $event : null),
|
|
22375
|
-
field: unref(fields).followUpStaffs
|
|
22403
|
+
field: unref(fields).followUpStaffs,
|
|
22404
|
+
columns: ["nik", "name"],
|
|
22405
|
+
fragment: {
|
|
22406
|
+
nik: 1,
|
|
22407
|
+
name: 1
|
|
22408
|
+
}
|
|
22376
22409
|
}, null, 8, ["modelValue", "field"])
|
|
22377
22410
|
]),
|
|
22378
22411
|
_: 1
|
|
@@ -22543,7 +22576,7 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
|
|
|
22543
22576
|
};
|
|
22544
22577
|
}
|
|
22545
22578
|
});
|
|
22546
|
-
const SubmissionAudit = /* @__PURE__ */ _export_sfc$1(_sfc_main$z, [["__scopeId", "data-v-
|
|
22579
|
+
const SubmissionAudit = /* @__PURE__ */ _export_sfc$1(_sfc_main$z, [["__scopeId", "data-v-38186f15"]]);
|
|
22547
22580
|
const _hoisted_1$a = { class: "flex flex-wrap" };
|
|
22548
22581
|
const _hoisted_2$8 = { class: "mt-2" };
|
|
22549
22582
|
const _hoisted_3$7 = { class: "mt-2" };
|
|
@@ -23823,7 +23856,12 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
|
23823
23856
|
createVNode(unref(OfficeRelation), {
|
|
23824
23857
|
modelValue: unref(values),
|
|
23825
23858
|
"onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => isRef(values) ? values.value = $event : null),
|
|
23826
|
-
field: unref(fields).followUpStaffs
|
|
23859
|
+
field: unref(fields).followUpStaffs,
|
|
23860
|
+
columns: ["nik", "name"],
|
|
23861
|
+
fragment: {
|
|
23862
|
+
nik: 1,
|
|
23863
|
+
name: 1
|
|
23864
|
+
}
|
|
23827
23865
|
}, null, 8, ["modelValue", "field"])
|
|
23828
23866
|
]),
|
|
23829
23867
|
_: 1
|
|
@@ -23883,7 +23921,7 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
|
23883
23921
|
};
|
|
23884
23922
|
}
|
|
23885
23923
|
});
|
|
23886
|
-
const SubmissionForDecision = /* @__PURE__ */ _export_sfc$1(_sfc_main$w, [["__scopeId", "data-v-
|
|
23924
|
+
const SubmissionForDecision = /* @__PURE__ */ _export_sfc$1(_sfc_main$w, [["__scopeId", "data-v-31bf765e"]]);
|
|
23887
23925
|
const _hoisted_1$7 = { class: "flex items-right" };
|
|
23888
23926
|
const _hoisted_2$5 = { class: "flex-grow" };
|
|
23889
23927
|
const _hoisted_3$4 = { class: "ml-2 flex items-end pb-1" };
|
|
@@ -24044,7 +24082,12 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
|
24044
24082
|
createVNode(unref(OfficeRelation), {
|
|
24045
24083
|
modelValue: unref(values),
|
|
24046
24084
|
"onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => isRef(values) ? values.value = $event : null),
|
|
24047
|
-
field: unref(fields).followUpStaffs
|
|
24085
|
+
field: unref(fields).followUpStaffs,
|
|
24086
|
+
columns: ["nik", "name"],
|
|
24087
|
+
fragment: {
|
|
24088
|
+
nik: 1,
|
|
24089
|
+
name: 1
|
|
24090
|
+
}
|
|
24048
24091
|
}, null, 8, ["modelValue", "field"])
|
|
24049
24092
|
]),
|
|
24050
24093
|
_: 1
|
|
@@ -24171,7 +24214,7 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
|
24171
24214
|
};
|
|
24172
24215
|
}
|
|
24173
24216
|
});
|
|
24174
|
-
const SubmissionSupervisor = /* @__PURE__ */ _export_sfc$1(_sfc_main$v, [["__scopeId", "data-v-
|
|
24217
|
+
const SubmissionSupervisor = /* @__PURE__ */ _export_sfc$1(_sfc_main$v, [["__scopeId", "data-v-da8b354a"]]);
|
|
24175
24218
|
const _sfc_main$u = /* @__PURE__ */ defineComponent({
|
|
24176
24219
|
...{
|
|
24177
24220
|
name: "SubmissionCollection"
|
package/build/mock/style.css
CHANGED
|
@@ -373,15 +373,15 @@
|
|
|
373
373
|
display: block
|
|
374
374
|
}
|
|
375
375
|
|
|
376
|
-
.neu-submission-single[data-v-
|
|
376
|
+
.neu-submission-single[data-v-6360cb7d] {
|
|
377
377
|
display: block
|
|
378
378
|
}
|
|
379
379
|
|
|
380
|
-
.neu-submission-single[data-v-
|
|
380
|
+
.neu-submission-single[data-v-291a482c] {
|
|
381
381
|
display: block
|
|
382
382
|
}
|
|
383
383
|
|
|
384
|
-
.neu-submission-single[data-v-
|
|
384
|
+
.neu-submission-single[data-v-38186f15] {
|
|
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-31bf765e] {
|
|
397
397
|
|
|
398
398
|
display: block;
|
|
399
399
|
|
|
400
400
|
height: 100%
|
|
401
401
|
}
|
|
402
|
-
.single-wrapper[data-v-
|
|
402
|
+
.single-wrapper[data-v-31bf765e] {
|
|
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-31bf765e] {
|
|
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-31bf765e] > .office-tabs,
|
|
437
|
+
.single-wrapper[data-v-31bf765e] > .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-31bf765e] {
|
|
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-31bf765e] {
|
|
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-31bf765e] {
|
|
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-31bf765e] {
|
|
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-31bf765e] {
|
|
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-da8b354a] {
|
|
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.30",
|
|
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": 212
|
|
168
168
|
}
|