@neutron.co.id/operasional-interfaces 1.8.3 → 1.8.5

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.
Files changed (29) hide show
  1. package/build/index.cjs +1546 -378
  2. package/build/index.mjs +1546 -378
  3. package/build/style.css +41 -17
  4. package/build/types/components/attendance/attendance.types.d.ts +1 -1
  5. package/build/types/components/attendance/sheets/AttendanceSupervisor.vue.d.ts +2 -0
  6. package/build/types/components/attendance/sheets/index.d.ts +1 -0
  7. package/build/types/components/checkIn/checkIn.types.d.ts +1 -1
  8. package/build/types/components/checkIn/sheets/CheckInSupervisor.vue.d.ts +2 -0
  9. package/build/types/components/checkIn/sheets/index.d.ts +1 -0
  10. package/build/types/components/index.d.ts +1 -0
  11. package/build/types/components/progress/elements/ProgressNoteButton.vue.d.ts +2 -0
  12. package/build/types/components/progress/elements/index.d.ts +1 -0
  13. package/build/types/components/progress/progress.types.d.ts +1 -1
  14. package/build/types/components/progressAccess/index.d.ts +2 -0
  15. package/build/types/components/progressAccess/progressAccess.types.d.ts +2 -0
  16. package/build/types/components/progressAccess/sheets/ProgressAccessCollection.vue.d.ts +2 -0
  17. package/build/types/components/progressAccess/sheets/ProgressAccessSingle.vue.d.ts +2 -0
  18. package/build/types/components/progressAccess/sheets/ProgressAccessSupervisor.vue.d.ts +2 -0
  19. package/build/types/components/progressAccess/sheets/index.d.ts +3 -0
  20. package/build/types/components/responsibility/responsibility.types.d.ts +1 -1
  21. package/build/types/components/responsibility/sheets/ResponsibilitySupervisor.vue.d.ts +2 -0
  22. package/build/types/components/responsibility/sheets/index.d.ts +1 -0
  23. package/build/types/components/submission/sheets/SubmissionSupervisor.vue.d.ts +2 -0
  24. package/build/types/components/submission/sheets/index.d.ts +1 -0
  25. package/build/types/components/submission/submission.types.d.ts +1 -1
  26. package/build/types/gql/graphql.d.ts +304 -6
  27. package/build/types/providers/operasional/operasional.types.d.ts +3 -1
  28. package/build/types/providers/operasional/useOperasional.d.ts +2 -0
  29. package/package.json +6 -6
package/build/style.css CHANGED
@@ -69,15 +69,15 @@
69
69
  display: none
70
70
  }
71
71
 
72
- #view-checkIns[data-v-ee60c24a] {
72
+ #view-checkIns[data-v-8637aebc] {
73
73
 
74
74
  height: 100%
75
75
  }
76
- #view-checkIns .wrapper[data-v-ee60c24a] {
76
+ #view-checkIns .wrapper[data-v-8637aebc] {
77
77
 
78
78
  height: 100%
79
79
  }
80
- #view-checkIns .header[data-v-ee60c24a] {
80
+ #view-checkIns .header[data-v-8637aebc] {
81
81
 
82
82
  display: flex;
83
83
 
@@ -93,15 +93,15 @@
93
93
 
94
94
  padding-bottom: 0.5rem
95
95
  }
96
- #view-checkIns .header .start[data-v-ee60c24a] {
96
+ #view-checkIns .header .start[data-v-8637aebc] {
97
97
 
98
98
  line-height: 1.25
99
99
  }
100
- #view-checkIns .header .title[data-v-ee60c24a] {
100
+ #view-checkIns .header .title[data-v-8637aebc] {
101
101
 
102
102
  font-weight: 700
103
103
  }
104
- #view-checkIns .header .description[data-v-ee60c24a] {
104
+ #view-checkIns .header .description[data-v-8637aebc] {
105
105
 
106
106
  font-size: 0.875rem;
107
107
 
@@ -109,13 +109,13 @@
109
109
 
110
110
  color: rgb(161 161 170 / var(--tw-text-opacity))
111
111
  }
112
- #view-checkIns .buttons[data-v-ee60c24a] {
112
+ #view-checkIns .buttons[data-v-8637aebc] {
113
113
 
114
114
  display: flex;
115
115
 
116
116
  align-items: center
117
117
  }
118
- #view-checkIns .buttons[data-v-ee60c24a] > :not([hidden]) ~ :not([hidden]) {
118
+ #view-checkIns .buttons[data-v-8637aebc] > :not([hidden]) ~ :not([hidden]) {
119
119
 
120
120
  --tw-space-x-reverse: 0;
121
121
 
@@ -123,11 +123,11 @@
123
123
 
124
124
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)))
125
125
  }
126
- #view-checkIns .buttons[data-v-ee60c24a] {
126
+ #view-checkIns .buttons[data-v-8637aebc] {
127
127
 
128
128
  padding-right: 0.25rem
129
129
  }
130
- #view-checkIns .summary[data-v-ee60c24a] {
130
+ #view-checkIns .summary[data-v-8637aebc] {
131
131
 
132
132
  padding-bottom: 0.5rem
133
133
  }
@@ -136,7 +136,7 @@
136
136
  display: block
137
137
  }
138
138
 
139
- .neu-checkIn-single[data-v-dcdbc71a] {
139
+ .neu-checkIn-single[data-v-a269bce2] {
140
140
  display: block
141
141
  }
142
142
 
@@ -208,6 +208,10 @@
208
208
  0 -1px 1px black;
209
209
  }
210
210
 
211
+ .neu-checkIn-single[data-v-235231fa] {
212
+ display: block
213
+ }
214
+
211
215
  .neu-staff-single[data-v-0cf4cd99] {
212
216
  display: block
213
217
  }
@@ -228,11 +232,11 @@
228
232
  display: block
229
233
  }
230
234
 
231
- .neu-submission-single[data-v-cf1bf231] {
235
+ .neu-submission-single[data-v-0478202c] {
232
236
  display: block
233
237
  }
234
238
 
235
- .neu-submission-single[data-v-754ce2a4] {
239
+ .neu-submission-single[data-v-59b0701c] {
236
240
  display: block
237
241
  }
238
242
 
@@ -240,6 +244,10 @@
240
244
  display: block
241
245
  }
242
246
 
247
+ .neu-submission-single[data-v-201be0ad] {
248
+ display: block
249
+ }
250
+
243
251
  .neu-submission-type-single[data-v-2b7e18ba] {
244
252
  display: block
245
253
  }
@@ -248,11 +256,15 @@
248
256
  display: block
249
257
  }
250
258
 
251
- .neu-responsibility-single[data-v-774b00b2] {
259
+ .neu-responsibility-single[data-v-9eded4a7] {
260
+ display: block
261
+ }
262
+
263
+ .neu-responsibility-single[data-v-a1ec66a6] {
252
264
  display: block
253
265
  }
254
266
 
255
- .neu-responsibility-single[data-v-8c4d64ad] {
267
+ .neu-responsibility-single[data-v-63e476fd] {
256
268
  display: block
257
269
  }
258
270
 
@@ -268,7 +280,7 @@
268
280
  display: block
269
281
  }
270
282
 
271
- .neu-plan-single[data-v-b3d29aa4] {
283
+ .neu-plan-single[data-v-a39127c2] {
272
284
  display: block
273
285
  }
274
286
 
@@ -334,10 +346,22 @@
334
346
  display: block
335
347
  }
336
348
 
337
- .neu-attendance-single[data-v-724535b0] {
349
+ .neu-attendance-single[data-v-a86e895b] {
338
350
  display: block
339
351
  }
340
352
 
341
353
  .neu-attendance-single[data-v-643cca03] {
342
354
  display: block
343
355
  }
356
+
357
+ .neu-attendance-single[data-v-3b3cd9ef] {
358
+ display: block
359
+ }
360
+
361
+ .neu-progress-access-single[data-v-60f0e0da] {
362
+ display: block
363
+ }
364
+
365
+ .neu-progress-access-single[data-v-54eff340] {
366
+ display: block
367
+ }
@@ -1,2 +1,2 @@
1
- export declare const AttendanceModel: import("@neon.id/model").Model<"neu:personalia:attendance", "type" | "status" | "endedAt" | "nameStaff" | "startedAt" | "notes" | "attendanceAt" | "comeAt" | "decideStaff" | "earlyAt" | "homeAt" | "lateAt" | "submitStaff" | "submittedAt">;
1
+ export declare const AttendanceModel: import("@neon.id/model").Model<"neu:personalia:attendance", "type" | "status" | "nameStaff" | "endedAt" | "startedAt" | "notes" | "attendanceAt" | "comeAt" | "decideStaff" | "earlyAt" | "homeAt" | "lateAt" | "submitStaff" | "submittedAt" | "virtualSubmitStaff">;
2
2
  export type TAttendanceModel = typeof AttendanceModel;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
+ export default _default;
@@ -2,3 +2,4 @@ export { default as AttendanceCollection } from './AttendanceCollection.vue';
2
2
  export { default as AttendanceSingle } from './AttendanceSingle.vue';
3
3
  export { default as AttendanceStaff } from './AttendanceStaff.vue';
4
4
  export { default as AttendanceManager } from './AttendanceManager.vue';
5
+ export { default as AttendanceSupervisor } from './AttendanceSupervisor.vue';
@@ -1,2 +1,2 @@
1
- export declare const CheckInModel: import("@neon.id/model").Model<"neu:tempat:checkIn", "type" | "user" | "note" | "branch" | "building" | "checkInAt" | "student" | "teacher" | "staff" | "informationCheckIn">;
1
+ export declare const CheckInModel: import("@neon.id/model").Model<"neu:tempat:checkIn", "type" | "user" | "note" | "branch" | "building" | "checkInAt" | "student" | "teacher" | "staff" | "virtualStaff" | "informationCheckIn">;
2
2
  export type TCheckInModel = typeof CheckInModel;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
+ export default _default;
@@ -6,3 +6,4 @@ export { default as CheckInScanError } from './CheckInScanError.vue';
6
6
  export { default as CheckInScanner } from './CheckInScanner.vue';
7
7
  export { default as CheckInScanSuccess } from './CheckInScanSuccess.vue';
8
8
  export { default as CheckInCollection } from './CheckInCollection.vue';
9
+ export { default as CheckInSupervisor } from './CheckInSupervisor.vue';
@@ -13,3 +13,4 @@ export * from './planType';
13
13
  export * from './plan';
14
14
  export * from './progress';
15
15
  export * from './attendance';
16
+ export * from './progressAccess';
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
+ export default _default;
@@ -1 +1,2 @@
1
1
  export { default as ProgressButton } from './ProgressButton.vue';
2
+ export { default as ProgressNoteButton } from './ProgressNoteButton.vue';
@@ -1,2 +1,2 @@
1
- export declare const ProgressModel: import("@neon.id/model").Model<"neu:personalia:progress", "staffs" | "accessStaffs" | "detail" | "endedAt" | "isNotes" | "nameStaff" | "plans" | "priority" | "responsibilities" | "startedAt" | "submissions" | "virtualIsNotes">;
1
+ export declare const ProgressModel: import("@neon.id/model").Model<"neu:personalia:progress", "staffs" | "nameStaff" | "accessStaffs" | "detail" | "endedAt" | "isNotes" | "plans" | "priority" | "responsibilities" | "startedAt" | "submissions" | "virtualIsNotes" | "virtualStaffs">;
2
2
  export type TProgressModel = typeof ProgressModel;
@@ -0,0 +1,2 @@
1
+ export * from './progressAccess.types';
2
+ export * from './sheets';
@@ -0,0 +1,2 @@
1
+ export declare const ProgressAccessModel: import("@neon.id/model").Model<"neu:personalia:progressAccess", "nameStaff" | "superviseStaff" | "supervisedStaffs">;
2
+ export type TProgressAccessModel = typeof ProgressAccessModel;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
+ export default _default;
@@ -0,0 +1,3 @@
1
+ export { default as ProgressAccessCollection } from './ProgressAccessCollection.vue';
2
+ export { default as ProgressAccessSingle } from './ProgressAccessSingle.vue';
3
+ export { default as ProgressAccessSupervisor } from './ProgressAccessSupervisor.vue';
@@ -1,2 +1,2 @@
1
- export declare const ResponsibilityModel: import("@neon.id/model").Model<"neu:personalia:responsibility", "title" | "branch" | "detail" | "nameStaff" | "condition" | "score" | "lastProgress" | "responsibilityType" | "result" | "staffSupervises" | "staffWorks">;
1
+ export declare const ResponsibilityModel: import("@neon.id/model").Model<"neu:personalia:responsibility", "title" | "branch" | "nameStaff" | "detail" | "condition" | "score" | "lastProgress" | "responsibilityType" | "result" | "staffSupervises" | "staffWorks">;
2
2
  export type TResponsibilityModel = typeof ResponsibilityModel;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
+ export default _default;
@@ -1,3 +1,4 @@
1
1
  export { default as ResponsibilityCollection } from './ResponsibilityCollection.vue';
2
2
  export { default as ResponsibilitySingle } from './ResponsibilitySingle.vue';
3
3
  export { default as ResponsibilityStaff } from './ResponsibilityStaff.vue';
4
+ export { default as ResponsibilitySupervisor } from './ResponsibilitySupervisor.vue';
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
+ export default _default;
@@ -5,3 +5,4 @@ export { default as SubmissionFollowUp } from './SubmissionFollowUp.vue';
5
5
  export { default as SubmissionAudit } from './SubmissionAudit.vue';
6
6
  export { default as SubmissionDecision } from './SubmissionDecision.vue';
7
7
  export { default as SubmissionWaitingDecision } from './SubmissionWaitingDecision.vue';
8
+ export { default as SubmissionSupervisor } from './SubmissionSupervisor.vue';
@@ -1,2 +1,2 @@
1
- export declare const SubmissionModel: import("@neon.id/model").Model<"neu:personalia:submission", "type" | "title" | "image" | "status" | "branches" | "nameStaff" | "agreedStaffs" | "decideStaffs" | "delayStaffs" | "document" | "followUpStaffs" | "nominal" | "preparedAt" | "processedAt" | "raiseStaffs" | "raisedAt" | "specifications" | "submissionStaffs" | "workingHours">;
1
+ export declare const SubmissionModel: import("@neon.id/model").Model<"neu:personalia:submission", "type" | "title" | "image" | "status" | "branches" | "nameStaff" | "agreedStaffs" | "decideStaffs" | "delayStaffs" | "document" | "followUpStaffs" | "nominal" | "preparedAt" | "processedAt" | "raiseStaffs" | "raisedAt" | "specifications" | "submissionStaffs" | "virtualFollowUpStaffs" | "workingHours">;
2
2
  export type TSubmissionModel = typeof SubmissionModel;