@neutron.co.id/operasional-interfaces 1.17.19 → 1.17.20

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.
@@ -4,7 +4,7 @@ export function apiUrl() {
4
4
  const parts = cleanUrl.split(".");
5
5
  if (parts.length < 3) {
6
6
  return {
7
- action: "http://localhost:7021"
7
+ action: "http://localhost:7020"
8
8
  };
9
9
  }
10
10
  const isDev = parts[0] === "dev";
@@ -190,6 +190,7 @@ async function generateAttendance() {
190
190
  startedAt: values.value.startedAt,
191
191
  endedAt: values.value.endedAt,
192
192
  delegateNotes: values.value.delegateNotes,
193
+ image: values.value.image,
193
194
  },
194
195
  })
195
196
  .toPromise()
@@ -289,7 +290,7 @@ watch(
289
290
 
290
291
  async function generate() {
291
292
  await generateAttendance()
292
- await getNotified()
293
+ getNotified()
293
294
  await syncOne()
294
295
  }
295
296
 
@@ -151,6 +151,7 @@ async function generateAttendance() {
151
151
  startedAt: values.value.startedAt,
152
152
  endedAt: values.value.endedAt,
153
153
  delegateNotes: values.value.delegateNotes,
154
+ image: values.value.image,
154
155
  },
155
156
  })
156
157
  .toPromise()
@@ -251,7 +252,7 @@ watch(
251
252
 
252
253
  async function generate() {
253
254
  await generateAttendance()
254
- await getNotified()
255
+ getNotified()
255
256
  await syncOne()
256
257
  }
257
258
 
@@ -12966,7 +12966,7 @@ function apiUrl() {
12966
12966
  const parts = cleanUrl.split(".");
12967
12967
  if (parts.length < 3) {
12968
12968
  return {
12969
- action: "http://localhost:7021"
12969
+ action: "http://localhost:7020"
12970
12970
  };
12971
12971
  }
12972
12972
  const isDev = parts[0] === "dev";
@@ -13994,7 +13994,8 @@ const _sfc_main$1l = /* @__PURE__ */ vue.defineComponent({
13994
13994
  submittedAt: values.value.submittedAt,
13995
13995
  startedAt: values.value.startedAt,
13996
13996
  endedAt: values.value.endedAt,
13997
- delegateNotes: values.value.delegateNotes
13997
+ delegateNotes: values.value.delegateNotes,
13998
+ image: values.value.image
13998
13999
  }
13999
14000
  }).toPromise();
14000
14001
  const wrapper = (_b = responseGenerateAttendance.data) == null ? void 0 : _b.executeAttendance;
@@ -14077,7 +14078,7 @@ const _sfc_main$1l = /* @__PURE__ */ vue.defineComponent({
14077
14078
  );
14078
14079
  async function generate() {
14079
14080
  await generateAttendance();
14080
- await getNotified();
14081
+ getNotified();
14081
14082
  await syncOne();
14082
14083
  }
14083
14084
  const showDurationAlert = vue.ref(false);
@@ -14527,7 +14528,7 @@ const _sfc_main$1l = /* @__PURE__ */ vue.defineComponent({
14527
14528
  };
14528
14529
  }
14529
14530
  });
14530
- const AttendanceStaff = /* @__PURE__ */ _export_sfc$1(_sfc_main$1l, [["__scopeId", "data-v-5a60a33f"]]);
14531
+ const AttendanceStaff = /* @__PURE__ */ _export_sfc$1(_sfc_main$1l, [["__scopeId", "data-v-9a615180"]]);
14531
14532
  const _hoisted_1$t = { class: "flex flex-wrap" };
14532
14533
  const _hoisted_2$k = { class: "mt-2" };
14533
14534
  const _hoisted_3$c = { class: "mt-2" };
@@ -14655,7 +14656,8 @@ const _sfc_main$1k = /* @__PURE__ */ vue.defineComponent({
14655
14656
  submittedAt: values.value.submittedAt,
14656
14657
  startedAt: values.value.startedAt,
14657
14658
  endedAt: values.value.endedAt,
14658
- delegateNotes: values.value.delegateNotes
14659
+ delegateNotes: values.value.delegateNotes,
14660
+ image: values.value.image
14659
14661
  }
14660
14662
  }).toPromise();
14661
14663
  const wrapper = (_b = responseGenerateAttendance.data) == null ? void 0 : _b.executeAttendance;
@@ -14737,7 +14739,7 @@ const _sfc_main$1k = /* @__PURE__ */ vue.defineComponent({
14737
14739
  );
14738
14740
  async function generate() {
14739
14741
  await generateAttendance();
14740
- await getNotified();
14742
+ getNotified();
14741
14743
  await syncOne();
14742
14744
  }
14743
14745
  const showDurationAlert = vue.ref(false);
@@ -15166,7 +15168,7 @@ const _sfc_main$1k = /* @__PURE__ */ vue.defineComponent({
15166
15168
  };
15167
15169
  }
15168
15170
  });
15169
- const AttendanceSupervisor = /* @__PURE__ */ _export_sfc$1(_sfc_main$1k, [["__scopeId", "data-v-9c040f0b"]]);
15171
+ const AttendanceSupervisor = /* @__PURE__ */ _export_sfc$1(_sfc_main$1k, [["__scopeId", "data-v-e0144cff"]]);
15170
15172
  const _sfc_main$1j = /* @__PURE__ */ vue.defineComponent({
15171
15173
  __name: "AttendanceDelegate",
15172
15174
  setup(__props) {
@@ -12947,7 +12947,7 @@ function apiUrl() {
12947
12947
  const parts = cleanUrl.split(".");
12948
12948
  if (parts.length < 3) {
12949
12949
  return {
12950
- action: "http://localhost:7021"
12950
+ action: "http://localhost:7020"
12951
12951
  };
12952
12952
  }
12953
12953
  const isDev = parts[0] === "dev";
@@ -13975,7 +13975,8 @@ const _sfc_main$1l = /* @__PURE__ */ defineComponent({
13975
13975
  submittedAt: values.value.submittedAt,
13976
13976
  startedAt: values.value.startedAt,
13977
13977
  endedAt: values.value.endedAt,
13978
- delegateNotes: values.value.delegateNotes
13978
+ delegateNotes: values.value.delegateNotes,
13979
+ image: values.value.image
13979
13980
  }
13980
13981
  }).toPromise();
13981
13982
  const wrapper = (_b = responseGenerateAttendance.data) == null ? void 0 : _b.executeAttendance;
@@ -14058,7 +14059,7 @@ const _sfc_main$1l = /* @__PURE__ */ defineComponent({
14058
14059
  );
14059
14060
  async function generate() {
14060
14061
  await generateAttendance();
14061
- await getNotified();
14062
+ getNotified();
14062
14063
  await syncOne();
14063
14064
  }
14064
14065
  const showDurationAlert = ref(false);
@@ -14508,7 +14509,7 @@ const _sfc_main$1l = /* @__PURE__ */ defineComponent({
14508
14509
  };
14509
14510
  }
14510
14511
  });
14511
- const AttendanceStaff = /* @__PURE__ */ _export_sfc$1(_sfc_main$1l, [["__scopeId", "data-v-5a60a33f"]]);
14512
+ const AttendanceStaff = /* @__PURE__ */ _export_sfc$1(_sfc_main$1l, [["__scopeId", "data-v-9a615180"]]);
14512
14513
  const _hoisted_1$t = { class: "flex flex-wrap" };
14513
14514
  const _hoisted_2$k = { class: "mt-2" };
14514
14515
  const _hoisted_3$c = { class: "mt-2" };
@@ -14636,7 +14637,8 @@ const _sfc_main$1k = /* @__PURE__ */ defineComponent({
14636
14637
  submittedAt: values.value.submittedAt,
14637
14638
  startedAt: values.value.startedAt,
14638
14639
  endedAt: values.value.endedAt,
14639
- delegateNotes: values.value.delegateNotes
14640
+ delegateNotes: values.value.delegateNotes,
14641
+ image: values.value.image
14640
14642
  }
14641
14643
  }).toPromise();
14642
14644
  const wrapper = (_b = responseGenerateAttendance.data) == null ? void 0 : _b.executeAttendance;
@@ -14718,7 +14720,7 @@ const _sfc_main$1k = /* @__PURE__ */ defineComponent({
14718
14720
  );
14719
14721
  async function generate() {
14720
14722
  await generateAttendance();
14721
- await getNotified();
14723
+ getNotified();
14722
14724
  await syncOne();
14723
14725
  }
14724
14726
  const showDurationAlert = ref(false);
@@ -15147,7 +15149,7 @@ const _sfc_main$1k = /* @__PURE__ */ defineComponent({
15147
15149
  };
15148
15150
  }
15149
15151
  });
15150
- const AttendanceSupervisor = /* @__PURE__ */ _export_sfc$1(_sfc_main$1k, [["__scopeId", "data-v-9c040f0b"]]);
15152
+ const AttendanceSupervisor = /* @__PURE__ */ _export_sfc$1(_sfc_main$1k, [["__scopeId", "data-v-e0144cff"]]);
15151
15153
  const _sfc_main$1j = /* @__PURE__ */ defineComponent({
15152
15154
  __name: "AttendanceDelegate",
15153
15155
  setup(__props) {
@@ -105,11 +105,11 @@
105
105
  display: block
106
106
  }
107
107
 
108
- .neu-attendance-single[data-v-5a60a33f] {
108
+ .neu-attendance-single[data-v-9a615180] {
109
109
  display: block
110
110
  }
111
111
 
112
- .neu-attendance-single[data-v-9c040f0b] {
112
+ .neu-attendance-single[data-v-e0144cff] {
113
113
  display: block
114
114
  }
115
115
 
package/build/module.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "compatibility": {
5
5
  "nuxt": "^3.0.0"
6
6
  },
7
- "version": "1.17.19",
7
+ "version": "1.17.20",
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.19",
7
+ "version": "1.17.20",
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.19",
3
+ "version": "1.17.20",
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": 201
167
+ "build": 202
168
168
  }