@neutron.co.id/operasional-interfaces 1.17.13 → 1.17.14
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/attendance/AttendanceDelegate.vue +0 -1
- package/build/@office/models/personalia/attendance/AttendanceStaff.vue +0 -3
- package/build/@office/models/personalia/attendance/AttendanceSupervisor.vue +6 -4
- package/build/mock/index.cjs +11 -12
- package/build/mock/index.mjs +11 -12
- package/build/mock/style.css +3 -3
- package/build/module.json +1 -1
- package/build/nuxt.json +1 -1
- package/package.json +4 -4
|
@@ -188,9 +188,6 @@ async function generateAttendance() {
|
|
|
188
188
|
startedAt: values.value.startedAt,
|
|
189
189
|
endedAt: values.value.endedAt,
|
|
190
190
|
delegateNotes: values.value.delegateNotes,
|
|
191
|
-
leaveQuota: quotaTaken.value,
|
|
192
|
-
isQuota: showLeaveQuota.value,
|
|
193
|
-
leaveStaffId: leaveStaffId.value,
|
|
194
191
|
},
|
|
195
192
|
})
|
|
196
193
|
.toPromise()
|
|
@@ -101,7 +101,12 @@ async function setDefaultValues() {
|
|
|
101
101
|
}
|
|
102
102
|
|
|
103
103
|
const approvedAbsensi = async () => {
|
|
104
|
-
await executeOne('approvedAttendance', {
|
|
104
|
+
await executeOne('approvedAttendance', {
|
|
105
|
+
attendanceId: id.value,
|
|
106
|
+
leaveQuota: quotaTaken.value,
|
|
107
|
+
isQuota: showLeaveQuota.value,
|
|
108
|
+
leaveStaffId: leaveStaffId.value,
|
|
109
|
+
})
|
|
105
110
|
await syncOne()
|
|
106
111
|
}
|
|
107
112
|
|
|
@@ -146,9 +151,6 @@ async function generateAttendance() {
|
|
|
146
151
|
startedAt: values.value.startedAt,
|
|
147
152
|
endedAt: values.value.endedAt,
|
|
148
153
|
delegateNotes: values.value.delegateNotes,
|
|
149
|
-
leaveQuota: quotaTaken.value,
|
|
150
|
-
isQuota: showLeaveQuota.value,
|
|
151
|
-
leaveStaffId: leaveStaffId.value,
|
|
152
154
|
},
|
|
153
155
|
})
|
|
154
156
|
.toPromise()
|
package/build/mock/index.cjs
CHANGED
|
@@ -14001,10 +14001,7 @@ const _sfc_main$1l = /* @__PURE__ */ vue.defineComponent({
|
|
|
14001
14001
|
submittedAt: values.value.submittedAt,
|
|
14002
14002
|
startedAt: values.value.startedAt,
|
|
14003
14003
|
endedAt: values.value.endedAt,
|
|
14004
|
-
delegateNotes: values.value.delegateNotes
|
|
14005
|
-
leaveQuota: quotaTaken.value,
|
|
14006
|
-
isQuota: showLeaveQuota.value,
|
|
14007
|
-
leaveStaffId: leaveStaffId.value
|
|
14004
|
+
delegateNotes: values.value.delegateNotes
|
|
14008
14005
|
}
|
|
14009
14006
|
}).toPromise();
|
|
14010
14007
|
const wrapper = (_b = responseGenerateAttendance.data) == null ? void 0 : _b.executeAttendance;
|
|
@@ -14537,7 +14534,7 @@ const _sfc_main$1l = /* @__PURE__ */ vue.defineComponent({
|
|
|
14537
14534
|
};
|
|
14538
14535
|
}
|
|
14539
14536
|
});
|
|
14540
|
-
const AttendanceStaff = /* @__PURE__ */ _export_sfc$1(_sfc_main$1l, [["__scopeId", "data-v-
|
|
14537
|
+
const AttendanceStaff = /* @__PURE__ */ _export_sfc$1(_sfc_main$1l, [["__scopeId", "data-v-74253c86"]]);
|
|
14541
14538
|
const _hoisted_1$t = { class: "flex flex-wrap" };
|
|
14542
14539
|
const _hoisted_2$k = { class: "mt-2" };
|
|
14543
14540
|
const _hoisted_3$c = { class: "mt-2" };
|
|
@@ -14621,7 +14618,12 @@ const _sfc_main$1k = /* @__PURE__ */ vue.defineComponent({
|
|
|
14621
14618
|
values.value.submitStaff = defaultValues.submitStaff;
|
|
14622
14619
|
}
|
|
14623
14620
|
const approvedAbsensi = async () => {
|
|
14624
|
-
await executeOne("approvedAttendance", {
|
|
14621
|
+
await executeOne("approvedAttendance", {
|
|
14622
|
+
attendanceId: id.value,
|
|
14623
|
+
leaveQuota: quotaTaken.value,
|
|
14624
|
+
isQuota: showLeaveQuota.value,
|
|
14625
|
+
leaveStaffId: leaveStaffId.value
|
|
14626
|
+
});
|
|
14625
14627
|
await syncOne();
|
|
14626
14628
|
};
|
|
14627
14629
|
const deleteAbsensi = async () => {
|
|
@@ -14660,10 +14662,7 @@ const _sfc_main$1k = /* @__PURE__ */ vue.defineComponent({
|
|
|
14660
14662
|
submittedAt: values.value.submittedAt,
|
|
14661
14663
|
startedAt: values.value.startedAt,
|
|
14662
14664
|
endedAt: values.value.endedAt,
|
|
14663
|
-
delegateNotes: values.value.delegateNotes
|
|
14664
|
-
leaveQuota: quotaTaken.value,
|
|
14665
|
-
isQuota: showLeaveQuota.value,
|
|
14666
|
-
leaveStaffId: leaveStaffId.value
|
|
14665
|
+
delegateNotes: values.value.delegateNotes
|
|
14667
14666
|
}
|
|
14668
14667
|
}).toPromise();
|
|
14669
14668
|
const wrapper = (_b = responseGenerateAttendance.data) == null ? void 0 : _b.executeAttendance;
|
|
@@ -15174,7 +15173,7 @@ const _sfc_main$1k = /* @__PURE__ */ vue.defineComponent({
|
|
|
15174
15173
|
};
|
|
15175
15174
|
}
|
|
15176
15175
|
});
|
|
15177
|
-
const AttendanceSupervisor = /* @__PURE__ */ _export_sfc$1(_sfc_main$1k, [["__scopeId", "data-v-
|
|
15176
|
+
const AttendanceSupervisor = /* @__PURE__ */ _export_sfc$1(_sfc_main$1k, [["__scopeId", "data-v-4018dc87"]]);
|
|
15178
15177
|
const _sfc_main$1j = /* @__PURE__ */ vue.defineComponent({
|
|
15179
15178
|
__name: "AttendanceDelegate",
|
|
15180
15179
|
setup(__props) {
|
|
@@ -15403,7 +15402,7 @@ const _sfc_main$1j = /* @__PURE__ */ vue.defineComponent({
|
|
|
15403
15402
|
};
|
|
15404
15403
|
}
|
|
15405
15404
|
});
|
|
15406
|
-
const AttendanceDelegate = /* @__PURE__ */ _export_sfc$1(_sfc_main$1j, [["__scopeId", "data-v-
|
|
15405
|
+
const AttendanceDelegate = /* @__PURE__ */ _export_sfc$1(_sfc_main$1j, [["__scopeId", "data-v-cd13f469"]]);
|
|
15407
15406
|
const _sfc_main$1i = /* @__PURE__ */ vue.defineComponent({
|
|
15408
15407
|
...{ name: "AttendanceTypeCollection" },
|
|
15409
15408
|
__name: "AttendanceTypeCollection",
|
package/build/mock/index.mjs
CHANGED
|
@@ -13982,10 +13982,7 @@ const _sfc_main$1l = /* @__PURE__ */ defineComponent({
|
|
|
13982
13982
|
submittedAt: values.value.submittedAt,
|
|
13983
13983
|
startedAt: values.value.startedAt,
|
|
13984
13984
|
endedAt: values.value.endedAt,
|
|
13985
|
-
delegateNotes: values.value.delegateNotes
|
|
13986
|
-
leaveQuota: quotaTaken.value,
|
|
13987
|
-
isQuota: showLeaveQuota.value,
|
|
13988
|
-
leaveStaffId: leaveStaffId.value
|
|
13985
|
+
delegateNotes: values.value.delegateNotes
|
|
13989
13986
|
}
|
|
13990
13987
|
}).toPromise();
|
|
13991
13988
|
const wrapper = (_b = responseGenerateAttendance.data) == null ? void 0 : _b.executeAttendance;
|
|
@@ -14518,7 +14515,7 @@ const _sfc_main$1l = /* @__PURE__ */ defineComponent({
|
|
|
14518
14515
|
};
|
|
14519
14516
|
}
|
|
14520
14517
|
});
|
|
14521
|
-
const AttendanceStaff = /* @__PURE__ */ _export_sfc$1(_sfc_main$1l, [["__scopeId", "data-v-
|
|
14518
|
+
const AttendanceStaff = /* @__PURE__ */ _export_sfc$1(_sfc_main$1l, [["__scopeId", "data-v-74253c86"]]);
|
|
14522
14519
|
const _hoisted_1$t = { class: "flex flex-wrap" };
|
|
14523
14520
|
const _hoisted_2$k = { class: "mt-2" };
|
|
14524
14521
|
const _hoisted_3$c = { class: "mt-2" };
|
|
@@ -14602,7 +14599,12 @@ const _sfc_main$1k = /* @__PURE__ */ defineComponent({
|
|
|
14602
14599
|
values.value.submitStaff = defaultValues.submitStaff;
|
|
14603
14600
|
}
|
|
14604
14601
|
const approvedAbsensi = async () => {
|
|
14605
|
-
await executeOne("approvedAttendance", {
|
|
14602
|
+
await executeOne("approvedAttendance", {
|
|
14603
|
+
attendanceId: id.value,
|
|
14604
|
+
leaveQuota: quotaTaken.value,
|
|
14605
|
+
isQuota: showLeaveQuota.value,
|
|
14606
|
+
leaveStaffId: leaveStaffId.value
|
|
14607
|
+
});
|
|
14606
14608
|
await syncOne();
|
|
14607
14609
|
};
|
|
14608
14610
|
const deleteAbsensi = async () => {
|
|
@@ -14641,10 +14643,7 @@ const _sfc_main$1k = /* @__PURE__ */ defineComponent({
|
|
|
14641
14643
|
submittedAt: values.value.submittedAt,
|
|
14642
14644
|
startedAt: values.value.startedAt,
|
|
14643
14645
|
endedAt: values.value.endedAt,
|
|
14644
|
-
delegateNotes: values.value.delegateNotes
|
|
14645
|
-
leaveQuota: quotaTaken.value,
|
|
14646
|
-
isQuota: showLeaveQuota.value,
|
|
14647
|
-
leaveStaffId: leaveStaffId.value
|
|
14646
|
+
delegateNotes: values.value.delegateNotes
|
|
14648
14647
|
}
|
|
14649
14648
|
}).toPromise();
|
|
14650
14649
|
const wrapper = (_b = responseGenerateAttendance.data) == null ? void 0 : _b.executeAttendance;
|
|
@@ -15155,7 +15154,7 @@ const _sfc_main$1k = /* @__PURE__ */ defineComponent({
|
|
|
15155
15154
|
};
|
|
15156
15155
|
}
|
|
15157
15156
|
});
|
|
15158
|
-
const AttendanceSupervisor = /* @__PURE__ */ _export_sfc$1(_sfc_main$1k, [["__scopeId", "data-v-
|
|
15157
|
+
const AttendanceSupervisor = /* @__PURE__ */ _export_sfc$1(_sfc_main$1k, [["__scopeId", "data-v-4018dc87"]]);
|
|
15159
15158
|
const _sfc_main$1j = /* @__PURE__ */ defineComponent({
|
|
15160
15159
|
__name: "AttendanceDelegate",
|
|
15161
15160
|
setup(__props) {
|
|
@@ -15384,7 +15383,7 @@ const _sfc_main$1j = /* @__PURE__ */ defineComponent({
|
|
|
15384
15383
|
};
|
|
15385
15384
|
}
|
|
15386
15385
|
});
|
|
15387
|
-
const AttendanceDelegate = /* @__PURE__ */ _export_sfc$1(_sfc_main$1j, [["__scopeId", "data-v-
|
|
15386
|
+
const AttendanceDelegate = /* @__PURE__ */ _export_sfc$1(_sfc_main$1j, [["__scopeId", "data-v-cd13f469"]]);
|
|
15388
15387
|
const _sfc_main$1i = /* @__PURE__ */ defineComponent({
|
|
15389
15388
|
...{ name: "AttendanceTypeCollection" },
|
|
15390
15389
|
__name: "AttendanceTypeCollection",
|
package/build/mock/style.css
CHANGED
|
@@ -105,15 +105,15 @@
|
|
|
105
105
|
display: block
|
|
106
106
|
}
|
|
107
107
|
|
|
108
|
-
.neu-attendance-single[data-v-
|
|
108
|
+
.neu-attendance-single[data-v-74253c86] {
|
|
109
109
|
display: block
|
|
110
110
|
}
|
|
111
111
|
|
|
112
|
-
.neu-attendance-single[data-v-
|
|
112
|
+
.neu-attendance-single[data-v-4018dc87] {
|
|
113
113
|
display: block
|
|
114
114
|
}
|
|
115
115
|
|
|
116
|
-
.neu-attendance-single[data-v-
|
|
116
|
+
.neu-attendance-single[data-v-cd13f469] {
|
|
117
117
|
display: block
|
|
118
118
|
}
|
|
119
119
|
|
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.14",
|
|
4
4
|
"description": "Interface library of Neutron Operasional.",
|
|
5
5
|
"sideEffects": [
|
|
6
6
|
"*.css"
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"@neon.id/office": "1.46.0",
|
|
80
80
|
"@neon.id/utils": "^1.51.0",
|
|
81
81
|
"@neutron.co.id/operasional-modules": "1.12.18",
|
|
82
|
-
"@neutron.co.id/personalia-models": "1.13.
|
|
82
|
+
"@neutron.co.id/personalia-models": "1.13.17",
|
|
83
83
|
"@nuxt/kit": "^3.12.3",
|
|
84
84
|
"file-saver": "^2.0.5",
|
|
85
85
|
"papaparse": "5.4.1",
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
"@neon.id/office": "1.46.0",
|
|
155
155
|
"@neon.id/utils": "^1.51.0",
|
|
156
156
|
"@neutron.co.id/operasional-modules": "1.12.18",
|
|
157
|
-
"@neutron.co.id/personalia-models": "1.13.
|
|
157
|
+
"@neutron.co.id/personalia-models": "1.13.17",
|
|
158
158
|
"@nuxt/kit": "^3.12.3",
|
|
159
159
|
"file-saver": "^2.0.5",
|
|
160
160
|
"qr-scanner": "^1.4.2",
|
|
@@ -164,5 +164,5 @@
|
|
|
164
164
|
"publishConfig": {
|
|
165
165
|
"access": "public"
|
|
166
166
|
},
|
|
167
|
-
"build":
|
|
167
|
+
"build": 196
|
|
168
168
|
}
|