@neutron.co.id/operasional-interfaces 1.17.8 → 1.17.9
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.
|
@@ -115,15 +115,15 @@ const { refresh } = withCollection({
|
|
|
115
115
|
display: 1,
|
|
116
116
|
flag: 1,
|
|
117
117
|
|
|
118
|
-
titleShift: 1,
|
|
119
|
-
startedAt: 1,
|
|
120
|
-
endedAt: 1,
|
|
118
|
+
titleShift: 1,
|
|
119
|
+
startedAt: 1,
|
|
120
|
+
endedAt: 1,
|
|
121
121
|
|
|
122
|
-
nameStaff: 1,
|
|
123
|
-
attendShift: 1,
|
|
124
|
-
backHomeShift: 1,
|
|
125
|
-
endedTime: 1,
|
|
126
|
-
startedTime: 1,
|
|
122
|
+
nameStaff: 1,
|
|
123
|
+
attendShift: 1,
|
|
124
|
+
backHomeShift: 1,
|
|
125
|
+
endedTime: 1,
|
|
126
|
+
startedTime: 1,
|
|
127
127
|
|
|
128
128
|
hourStartedTime: 1,
|
|
129
129
|
hourEndedTime: 1,
|
|
@@ -131,14 +131,12 @@ const { refresh } = withCollection({
|
|
|
131
131
|
hourBackHome: 1,
|
|
132
132
|
|
|
133
133
|
typeShift: {
|
|
134
|
-
//tipe dari shift
|
|
135
134
|
id: 1,
|
|
136
135
|
display: 1,
|
|
137
136
|
startTime: 1,
|
|
138
137
|
endTime: 1,
|
|
139
138
|
},
|
|
140
139
|
shiftingStaff: {
|
|
141
|
-
//staff shift
|
|
142
140
|
id: 1,
|
|
143
141
|
name: 1,
|
|
144
142
|
display: 1,
|
|
@@ -151,10 +149,8 @@ const { refresh } = withCollection({
|
|
|
151
149
|
display: 1,
|
|
152
150
|
name: 1,
|
|
153
151
|
},
|
|
154
|
-
|
|
152
|
+
totalTime: 1,
|
|
155
153
|
branchIds: 1,
|
|
156
|
-
// shiftingStaffId: 1,
|
|
157
|
-
// typeShiftId: 1,
|
|
158
154
|
} as Fragment<Schema.ShiftStaff>,
|
|
159
155
|
})
|
|
160
156
|
|
package/build/mock/index.cjs
CHANGED
|
@@ -26154,34 +26154,24 @@ const _sfc_main$a = /* @__PURE__ */ vue.defineComponent({
|
|
|
26154
26154
|
display: 1,
|
|
26155
26155
|
flag: 1,
|
|
26156
26156
|
titleShift: 1,
|
|
26157
|
-
//Judul shift
|
|
26158
26157
|
startedAt: 1,
|
|
26159
|
-
//tgl mulai
|
|
26160
26158
|
endedAt: 1,
|
|
26161
|
-
//tgl selesai
|
|
26162
26159
|
nameStaff: 1,
|
|
26163
|
-
//nama karyawan
|
|
26164
26160
|
attendShift: 1,
|
|
26165
|
-
//presensi masuk
|
|
26166
26161
|
backHomeShift: 1,
|
|
26167
|
-
//presensi pulang
|
|
26168
26162
|
endedTime: 1,
|
|
26169
|
-
//jam pulang shift karyawan
|
|
26170
26163
|
startedTime: 1,
|
|
26171
|
-
//jam masuk shift karyawan
|
|
26172
26164
|
hourStartedTime: 1,
|
|
26173
26165
|
hourEndedTime: 1,
|
|
26174
26166
|
hourAttendShift: 1,
|
|
26175
26167
|
hourBackHome: 1,
|
|
26176
26168
|
typeShift: {
|
|
26177
|
-
//tipe dari shift
|
|
26178
26169
|
id: 1,
|
|
26179
26170
|
display: 1,
|
|
26180
26171
|
startTime: 1,
|
|
26181
26172
|
endTime: 1
|
|
26182
26173
|
},
|
|
26183
26174
|
shiftingStaff: {
|
|
26184
|
-
//staff shift
|
|
26185
26175
|
id: 1,
|
|
26186
26176
|
name: 1,
|
|
26187
26177
|
display: 1,
|
|
@@ -26193,9 +26183,8 @@ const _sfc_main$a = /* @__PURE__ */ vue.defineComponent({
|
|
|
26193
26183
|
display: 1,
|
|
26194
26184
|
name: 1
|
|
26195
26185
|
},
|
|
26186
|
+
totalTime: 1,
|
|
26196
26187
|
branchIds: 1
|
|
26197
|
-
// shiftingStaffId: 1,
|
|
26198
|
-
// typeShiftId: 1,
|
|
26199
26188
|
}
|
|
26200
26189
|
});
|
|
26201
26190
|
async function thisWeek() {
|
|
@@ -26274,7 +26263,7 @@ const _sfc_main$a = /* @__PURE__ */ vue.defineComponent({
|
|
|
26274
26263
|
};
|
|
26275
26264
|
}
|
|
26276
26265
|
});
|
|
26277
|
-
const ShiftStaffWrapper = /* @__PURE__ */ _export_sfc$1(_sfc_main$a, [["__scopeId", "data-v-
|
|
26266
|
+
const ShiftStaffWrapper = /* @__PURE__ */ _export_sfc$1(_sfc_main$a, [["__scopeId", "data-v-4f2d2edb"]]);
|
|
26278
26267
|
const _sfc_main$9 = /* @__PURE__ */ vue.defineComponent({
|
|
26279
26268
|
...{ name: "ShiftStaffCollectionStaff" },
|
|
26280
26269
|
__name: "ShiftStaffCollectionStaff",
|
package/build/mock/index.mjs
CHANGED
|
@@ -26135,34 +26135,24 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
26135
26135
|
display: 1,
|
|
26136
26136
|
flag: 1,
|
|
26137
26137
|
titleShift: 1,
|
|
26138
|
-
//Judul shift
|
|
26139
26138
|
startedAt: 1,
|
|
26140
|
-
//tgl mulai
|
|
26141
26139
|
endedAt: 1,
|
|
26142
|
-
//tgl selesai
|
|
26143
26140
|
nameStaff: 1,
|
|
26144
|
-
//nama karyawan
|
|
26145
26141
|
attendShift: 1,
|
|
26146
|
-
//presensi masuk
|
|
26147
26142
|
backHomeShift: 1,
|
|
26148
|
-
//presensi pulang
|
|
26149
26143
|
endedTime: 1,
|
|
26150
|
-
//jam pulang shift karyawan
|
|
26151
26144
|
startedTime: 1,
|
|
26152
|
-
//jam masuk shift karyawan
|
|
26153
26145
|
hourStartedTime: 1,
|
|
26154
26146
|
hourEndedTime: 1,
|
|
26155
26147
|
hourAttendShift: 1,
|
|
26156
26148
|
hourBackHome: 1,
|
|
26157
26149
|
typeShift: {
|
|
26158
|
-
//tipe dari shift
|
|
26159
26150
|
id: 1,
|
|
26160
26151
|
display: 1,
|
|
26161
26152
|
startTime: 1,
|
|
26162
26153
|
endTime: 1
|
|
26163
26154
|
},
|
|
26164
26155
|
shiftingStaff: {
|
|
26165
|
-
//staff shift
|
|
26166
26156
|
id: 1,
|
|
26167
26157
|
name: 1,
|
|
26168
26158
|
display: 1,
|
|
@@ -26174,9 +26164,8 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
26174
26164
|
display: 1,
|
|
26175
26165
|
name: 1
|
|
26176
26166
|
},
|
|
26167
|
+
totalTime: 1,
|
|
26177
26168
|
branchIds: 1
|
|
26178
|
-
// shiftingStaffId: 1,
|
|
26179
|
-
// typeShiftId: 1,
|
|
26180
26169
|
}
|
|
26181
26170
|
});
|
|
26182
26171
|
async function thisWeek() {
|
|
@@ -26255,7 +26244,7 @@ const _sfc_main$a = /* @__PURE__ */ defineComponent({
|
|
|
26255
26244
|
};
|
|
26256
26245
|
}
|
|
26257
26246
|
});
|
|
26258
|
-
const ShiftStaffWrapper = /* @__PURE__ */ _export_sfc$1(_sfc_main$a, [["__scopeId", "data-v-
|
|
26247
|
+
const ShiftStaffWrapper = /* @__PURE__ */ _export_sfc$1(_sfc_main$a, [["__scopeId", "data-v-4f2d2edb"]]);
|
|
26259
26248
|
const _sfc_main$9 = /* @__PURE__ */ defineComponent({
|
|
26260
26249
|
...{ name: "ShiftStaffCollectionStaff" },
|
|
26261
26250
|
__name: "ShiftStaffCollectionStaff",
|
package/build/mock/style.css
CHANGED
|
@@ -474,19 +474,19 @@
|
|
|
474
474
|
color: rgb(161 161 170 / var(--tw-text-opacity))
|
|
475
475
|
}
|
|
476
476
|
|
|
477
|
-
.shift-staff-wrapper .buttons[data-v-
|
|
477
|
+
.shift-staff-wrapper .buttons[data-v-4f2d2edb] {
|
|
478
478
|
display: flex;
|
|
479
479
|
align-items: center
|
|
480
480
|
}
|
|
481
|
-
.shift-staff-wrapper .buttons[data-v-
|
|
481
|
+
.shift-staff-wrapper .buttons[data-v-4f2d2edb] > :not([hidden]) ~ :not([hidden]) {
|
|
482
482
|
--tw-space-x-reverse: 0;
|
|
483
483
|
margin-right: calc(0.25rem * var(--tw-space-x-reverse));
|
|
484
484
|
margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)))
|
|
485
485
|
}
|
|
486
|
-
.shift-staff-wrapper .buttons[data-v-
|
|
486
|
+
.shift-staff-wrapper .buttons[data-v-4f2d2edb] {
|
|
487
487
|
padding-right: 0.25rem
|
|
488
488
|
}
|
|
489
|
-
.shift-staff-wrapper .summary[data-v-
|
|
489
|
+
.shift-staff-wrapper .summary[data-v-4f2d2edb] {
|
|
490
490
|
padding-bottom: 0.5rem
|
|
491
491
|
}
|
|
492
492
|
|
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.9",
|
|
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": 191
|
|
168
168
|
}
|