@neutron.co.id/operasional-interfaces 1.8.4 → 1.8.6
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/index.cjs +1466 -534
- package/build/index.mjs +1466 -534
- package/build/style.css +30 -14
- package/build/types/components/attendance/attendance.types.d.ts +1 -1
- package/build/types/components/attendance/sheets/AttendanceSupervisor.vue.d.ts +2 -0
- package/build/types/components/attendance/sheets/index.d.ts +1 -0
- package/build/types/components/checkIn/checkIn.types.d.ts +1 -1
- package/build/types/components/checkIn/sheets/CheckInSupervisor.vue.d.ts +2 -0
- package/build/types/components/checkIn/sheets/index.d.ts +1 -0
- package/build/types/components/progress/elements/ProgressNoteButton.vue.d.ts +2 -0
- package/build/types/components/progress/elements/index.d.ts +1 -0
- package/build/types/components/progress/progress.types.d.ts +1 -1
- package/build/types/components/responsibility/responsibility.types.d.ts +1 -1
- package/build/types/components/responsibility/sheets/ResponsibilitySupervisor.vue.d.ts +2 -0
- package/build/types/components/responsibility/sheets/index.d.ts +1 -0
- package/build/types/components/submission/sheets/SubmissionSupervisor.vue.d.ts +2 -0
- package/build/types/components/submission/sheets/index.d.ts +1 -0
- package/build/types/components/submission/submission.types.d.ts +1 -1
- package/build/types/components/target/target.types.d.ts +1 -1
- package/build/types/gql/graphql.d.ts +113 -28
- 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-
|
|
72
|
+
#view-checkIns[data-v-8637aebc] {
|
|
73
73
|
|
|
74
74
|
height: 100%
|
|
75
75
|
}
|
|
76
|
-
#view-checkIns .wrapper[data-v-
|
|
76
|
+
#view-checkIns .wrapper[data-v-8637aebc] {
|
|
77
77
|
|
|
78
78
|
height: 100%
|
|
79
79
|
}
|
|
80
|
-
#view-checkIns .header[data-v-
|
|
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-
|
|
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-
|
|
100
|
+
#view-checkIns .header .title[data-v-8637aebc] {
|
|
101
101
|
|
|
102
102
|
font-weight: 700
|
|
103
103
|
}
|
|
104
|
-
#view-checkIns .header .description[data-v-
|
|
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-
|
|
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-
|
|
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-
|
|
126
|
+
#view-checkIns .buttons[data-v-8637aebc] {
|
|
127
127
|
|
|
128
128
|
padding-right: 0.25rem
|
|
129
129
|
}
|
|
130
|
-
#view-checkIns .summary[data-v-
|
|
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-
|
|
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
|
}
|
|
@@ -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-
|
|
259
|
+
.neu-responsibility-single[data-v-5d6b22e8] {
|
|
252
260
|
display: block
|
|
253
261
|
}
|
|
254
262
|
|
|
255
|
-
.neu-responsibility-single[data-v-
|
|
263
|
+
.neu-responsibility-single[data-v-a39df700] {
|
|
264
|
+
display: block
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
.neu-responsibility-single[data-v-3951b2f3] {
|
|
256
268
|
display: block
|
|
257
269
|
}
|
|
258
270
|
|
|
@@ -334,7 +346,7 @@
|
|
|
334
346
|
display: block
|
|
335
347
|
}
|
|
336
348
|
|
|
337
|
-
.neu-attendance-single[data-v-
|
|
349
|
+
.neu-attendance-single[data-v-a86e895b] {
|
|
338
350
|
display: block
|
|
339
351
|
}
|
|
340
352
|
|
|
@@ -342,6 +354,10 @@
|
|
|
342
354
|
display: block
|
|
343
355
|
}
|
|
344
356
|
|
|
357
|
+
.neu-attendance-single[data-v-3b3cd9ef] {
|
|
358
|
+
display: block
|
|
359
|
+
}
|
|
360
|
+
|
|
345
361
|
.neu-progress-access-single[data-v-60f0e0da] {
|
|
346
362
|
display: block
|
|
347
363
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
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">;
|
|
1
|
+
export declare const AttendanceModel: import("@neon.id/model").Model<"neu:personalia:attendance", "type" | "status" | "branch" | "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';
|
|
@@ -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,2 +1,2 @@
|
|
|
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">;
|
|
1
|
+
export declare const ProgressModel: import("@neon.id/model").Model<"neu:personalia:progress", "staffs" | "branches" | "nameStaff" | "accessStaffs" | "detail" | "endedAt" | "isNotes" | "plans" | "priority" | "responsibilities" | "startedAt" | "submissions" | "virtualIsNotes" | "virtualStaffs">;
|
|
2
2
|
export type TProgressModel = typeof ProgressModel;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const ResponsibilityModel: import("@neon.id/model").Model<"neu:personalia:responsibility", "title" | "
|
|
1
|
+
export declare const ResponsibilityModel: import("@neon.id/model").Model<"neu:personalia:responsibility", "title" | "branches" | "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;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const TargetModel: import("@neon.id/model").Model<"neu:personalia:target", "name" | "branches" | "endedAt" | "startedAt" | "
|
|
1
|
+
export declare const TargetModel: import("@neon.id/model").Model<"neu:personalia:target", "name" | "branches" | "endedAt" | "startedAt" | "school" | "stages" | "actualInvoice" | "condition" | "targetEst">;
|
|
2
2
|
export type TTargetModel = typeof TargetModel;
|
|
@@ -616,6 +616,10 @@ export type AreaSingleResponse = {
|
|
|
616
616
|
export type Attendance = {
|
|
617
617
|
/** Tanggal absensi. */
|
|
618
618
|
attendanceAt?: Maybe<Scalars['Date']['output']>;
|
|
619
|
+
/** Branch dari karyawan. */
|
|
620
|
+
branch?: Maybe<Branch>;
|
|
621
|
+
/** Relation ID of Branch. */
|
|
622
|
+
branchId?: Maybe<Scalars['ObjectId']['output']>;
|
|
619
623
|
/** Jam Datang kerja. */
|
|
620
624
|
comeAt?: Maybe<Scalars['Date']['output']>;
|
|
621
625
|
/** When this absensi was created. */
|
|
@@ -680,6 +684,10 @@ export type Attendance = {
|
|
|
680
684
|
updatedBy?: Maybe<Scalars['ObjectId']['output']>;
|
|
681
685
|
/** Who last updated this absensi. */
|
|
682
686
|
updater?: Maybe<User>;
|
|
687
|
+
/** Siapa yang mengajukan absensi. */
|
|
688
|
+
virtualSubmitStaff?: Maybe<Staff>;
|
|
689
|
+
/** Relation ID of Siapa Mengajukan. */
|
|
690
|
+
virtualSubmitStaffId?: Maybe<Scalars['ObjectId']['output']>;
|
|
683
691
|
};
|
|
684
692
|
/** neu:personalia:attendance collection response. */
|
|
685
693
|
export type AttendanceCollectionResponse = {
|
|
@@ -691,6 +699,8 @@ export type AttendanceCollectionResponse = {
|
|
|
691
699
|
export type AttendanceInput = {
|
|
692
700
|
/** Tanggal absensi. */
|
|
693
701
|
attendanceAt?: InputMaybe<Scalars['Date']['input']>;
|
|
702
|
+
/** Relation ID of Branch. */
|
|
703
|
+
branchId?: InputMaybe<Scalars['ObjectId']['input']>;
|
|
694
704
|
/** Jam Datang kerja. */
|
|
695
705
|
comeAt?: InputMaybe<Scalars['Date']['input']>;
|
|
696
706
|
/** When this absensi was created. */
|
|
@@ -741,6 +751,8 @@ export type AttendanceInput = {
|
|
|
741
751
|
updatedAt?: InputMaybe<Scalars['Date']['input']>;
|
|
742
752
|
/** Relation ID of Updated By. */
|
|
743
753
|
updatedBy?: InputMaybe<Scalars['ObjectId']['input']>;
|
|
754
|
+
/** Relation ID of Siapa Mengajukan. */
|
|
755
|
+
virtualSubmitStaffId?: InputMaybe<Scalars['ObjectId']['input']>;
|
|
744
756
|
};
|
|
745
757
|
/** Single neu:personalia:attendance response. */
|
|
746
758
|
export type AttendanceSingleResponse = {
|
|
@@ -758,10 +770,14 @@ export type Branch = {
|
|
|
758
770
|
branchAcademicSubjects?: Maybe<Array<AcademicSubject>>;
|
|
759
771
|
/** Inversed relation from Cabang field of neu:akademik:academicTopic model. */
|
|
760
772
|
branchAcademicTopics?: Maybe<Array<AcademicTopic>>;
|
|
773
|
+
/** Inversed relation from Branch field of neu:personalia:attendance model. */
|
|
774
|
+
branchAttendance?: Maybe<Array<Attendance>>;
|
|
761
775
|
/** Inversed relation from Cabang field of neu:personalia:planType model. */
|
|
762
776
|
branchPlanTypes?: Maybe<Array<PlanType>>;
|
|
763
777
|
/** Inversed relation from Cabang field of neu:personalia:plan model. */
|
|
764
778
|
branchPlans?: Maybe<Array<Plan>>;
|
|
779
|
+
/** Inversed relation from Branch field of neu:personalia:progress model. */
|
|
780
|
+
branchProgresses?: Maybe<Array<Progress>>;
|
|
765
781
|
/** Inversed relation from Cabang field of neu:personalia:responsibility model. */
|
|
766
782
|
branchResponsibilities?: Maybe<Array<Responsibility>>;
|
|
767
783
|
/** Inversed relation from Cabang field of neu:personalia:responsibilityType model. */
|
|
@@ -891,6 +907,15 @@ export type BranchBranchAcademicTopicsArgs = {
|
|
|
891
907
|
search?: InputMaybe<Scalars['String']['input']>;
|
|
892
908
|
sort?: InputMaybe<Scalars['Json']['input']>;
|
|
893
909
|
};
|
|
910
|
+
export type BranchBranchAttendanceArgs = {
|
|
911
|
+
filter?: InputMaybe<Scalars['Json']['input']>;
|
|
912
|
+
ids?: InputMaybe<Array<Scalars['ObjectId']['input']>>;
|
|
913
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
914
|
+
minUpdatedAt?: InputMaybe<Scalars['Date']['input']>;
|
|
915
|
+
page?: InputMaybe<Scalars['Int']['input']>;
|
|
916
|
+
search?: InputMaybe<Scalars['String']['input']>;
|
|
917
|
+
sort?: InputMaybe<Scalars['Json']['input']>;
|
|
918
|
+
};
|
|
894
919
|
export type BranchBranchPlanTypesArgs = {
|
|
895
920
|
filter?: InputMaybe<Scalars['Json']['input']>;
|
|
896
921
|
ids?: InputMaybe<Array<Scalars['ObjectId']['input']>>;
|
|
@@ -909,6 +934,15 @@ export type BranchBranchPlansArgs = {
|
|
|
909
934
|
search?: InputMaybe<Scalars['String']['input']>;
|
|
910
935
|
sort?: InputMaybe<Scalars['Json']['input']>;
|
|
911
936
|
};
|
|
937
|
+
export type BranchBranchProgressesArgs = {
|
|
938
|
+
filter?: InputMaybe<Scalars['Json']['input']>;
|
|
939
|
+
ids?: InputMaybe<Array<Scalars['ObjectId']['input']>>;
|
|
940
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
941
|
+
minUpdatedAt?: InputMaybe<Scalars['Date']['input']>;
|
|
942
|
+
page?: InputMaybe<Scalars['Int']['input']>;
|
|
943
|
+
search?: InputMaybe<Scalars['String']['input']>;
|
|
944
|
+
sort?: InputMaybe<Scalars['Json']['input']>;
|
|
945
|
+
};
|
|
912
946
|
export type BranchBranchResponsibilitiesArgs = {
|
|
913
947
|
filter?: InputMaybe<Scalars['Json']['input']>;
|
|
914
948
|
ids?: InputMaybe<Array<Scalars['ObjectId']['input']>>;
|
|
@@ -2345,6 +2379,10 @@ export type CheckIn = {
|
|
|
2345
2379
|
user?: Maybe<User>;
|
|
2346
2380
|
/** Relation ID of Pengguna. */
|
|
2347
2381
|
userId?: Maybe<Scalars['ObjectId']['output']>;
|
|
2382
|
+
/** Karyawan yang hadir. */
|
|
2383
|
+
virtualStaff?: Maybe<Staff>;
|
|
2384
|
+
/** Relation ID of Karyawan. */
|
|
2385
|
+
virtualStaffId?: Maybe<Scalars['ObjectId']['output']>;
|
|
2348
2386
|
};
|
|
2349
2387
|
/** neu:tempat:checkIn collection response. */
|
|
2350
2388
|
export type CheckInCollectionResponse = {
|
|
@@ -2398,6 +2436,8 @@ export type CheckInInput = {
|
|
|
2398
2436
|
updatedBy?: InputMaybe<Scalars['ObjectId']['input']>;
|
|
2399
2437
|
/** Relation ID of Pengguna. */
|
|
2400
2438
|
userId?: InputMaybe<Scalars['ObjectId']['input']>;
|
|
2439
|
+
/** Relation ID of Karyawan. */
|
|
2440
|
+
virtualStaffId?: InputMaybe<Scalars['ObjectId']['input']>;
|
|
2401
2441
|
};
|
|
2402
2442
|
/** Single neu:tempat:checkIn response. */
|
|
2403
2443
|
export type CheckInSingleResponse = {
|
|
@@ -10900,6 +10940,10 @@ export type Progress = {
|
|
|
10900
10940
|
accessStaffIds?: Maybe<Array<Scalars['ObjectId']['output']>>;
|
|
10901
10941
|
/** Siapa bisa akses catatan. */
|
|
10902
10942
|
accessStaffs?: Maybe<Array<Staff>>;
|
|
10943
|
+
/** Relation IDs of Branch. */
|
|
10944
|
+
branchIds?: Maybe<Array<Scalars['ObjectId']['output']>>;
|
|
10945
|
+
/** Branch dari karyawan. */
|
|
10946
|
+
branches?: Maybe<Array<Branch>>;
|
|
10903
10947
|
/** When this progress was created. */
|
|
10904
10948
|
createdAt?: Maybe<Scalars['Date']['output']>;
|
|
10905
10949
|
/** Relation ID of Created By. */
|
|
@@ -10964,6 +11008,10 @@ export type Progress = {
|
|
|
10964
11008
|
updater?: Maybe<User>;
|
|
10965
11009
|
/** Catatan virtual. */
|
|
10966
11010
|
virtualIsNotes?: Maybe<Scalars['String']['output']>;
|
|
11011
|
+
/** Relation IDs of Siapa. */
|
|
11012
|
+
virtualStaffIds?: Maybe<Array<Scalars['ObjectId']['output']>>;
|
|
11013
|
+
/** Siapa yang mengerjakan. */
|
|
11014
|
+
virtualStaffs?: Maybe<Array<Staff>>;
|
|
10967
11015
|
};
|
|
10968
11016
|
export type ProgressAccessStaffsArgs = {
|
|
10969
11017
|
filter?: InputMaybe<Scalars['Json']['input']>;
|
|
@@ -10974,6 +11022,15 @@ export type ProgressAccessStaffsArgs = {
|
|
|
10974
11022
|
search?: InputMaybe<Scalars['String']['input']>;
|
|
10975
11023
|
sort?: InputMaybe<Scalars['Json']['input']>;
|
|
10976
11024
|
};
|
|
11025
|
+
export type ProgressBranchesArgs = {
|
|
11026
|
+
filter?: InputMaybe<Scalars['Json']['input']>;
|
|
11027
|
+
ids?: InputMaybe<Array<Scalars['ObjectId']['input']>>;
|
|
11028
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
11029
|
+
minUpdatedAt?: InputMaybe<Scalars['Date']['input']>;
|
|
11030
|
+
page?: InputMaybe<Scalars['Int']['input']>;
|
|
11031
|
+
search?: InputMaybe<Scalars['String']['input']>;
|
|
11032
|
+
sort?: InputMaybe<Scalars['Json']['input']>;
|
|
11033
|
+
};
|
|
10977
11034
|
export type ProgressPlansArgs = {
|
|
10978
11035
|
filter?: InputMaybe<Scalars['Json']['input']>;
|
|
10979
11036
|
ids?: InputMaybe<Array<Scalars['ObjectId']['input']>>;
|
|
@@ -11010,32 +11067,41 @@ export type ProgressSubmissionsArgs = {
|
|
|
11010
11067
|
search?: InputMaybe<Scalars['String']['input']>;
|
|
11011
11068
|
sort?: InputMaybe<Scalars['Json']['input']>;
|
|
11012
11069
|
};
|
|
11070
|
+
export type ProgressVirtualStaffsArgs = {
|
|
11071
|
+
filter?: InputMaybe<Scalars['Json']['input']>;
|
|
11072
|
+
ids?: InputMaybe<Array<Scalars['ObjectId']['input']>>;
|
|
11073
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
11074
|
+
minUpdatedAt?: InputMaybe<Scalars['Date']['input']>;
|
|
11075
|
+
page?: InputMaybe<Scalars['Int']['input']>;
|
|
11076
|
+
search?: InputMaybe<Scalars['String']['input']>;
|
|
11077
|
+
sort?: InputMaybe<Scalars['Json']['input']>;
|
|
11078
|
+
};
|
|
11013
11079
|
export type ProgressAccess = {
|
|
11014
|
-
/** When this akses
|
|
11080
|
+
/** When this akses sdm was created. */
|
|
11015
11081
|
createdAt?: Maybe<Scalars['Date']['output']>;
|
|
11016
11082
|
/** Relation ID of Created By. */
|
|
11017
11083
|
createdBy?: Maybe<Scalars['ObjectId']['output']>;
|
|
11018
|
-
/** Who created this akses
|
|
11084
|
+
/** Who created this akses sdm. */
|
|
11019
11085
|
creator?: Maybe<User>;
|
|
11020
|
-
/** When this akses
|
|
11086
|
+
/** When this akses sdm was deleted. */
|
|
11021
11087
|
deletedAt?: Maybe<Scalars['Date']['output']>;
|
|
11022
11088
|
/** Relation ID of Deleted By. */
|
|
11023
11089
|
deletedBy?: Maybe<Scalars['ObjectId']['output']>;
|
|
11024
|
-
/** Who deleted this akses
|
|
11090
|
+
/** Who deleted this akses sdm. */
|
|
11025
11091
|
deleter?: Maybe<User>;
|
|
11026
|
-
/** Akses
|
|
11092
|
+
/** Akses SDM */
|
|
11027
11093
|
display?: Maybe<Scalars['String']['output']>;
|
|
11028
|
-
/** Akses
|
|
11094
|
+
/** Akses SDM */
|
|
11029
11095
|
flag?: Maybe<Scalars['String']['output']>;
|
|
11030
11096
|
/** Object ID. */
|
|
11031
11097
|
id?: Maybe<Scalars['ID']['output']>;
|
|
11032
11098
|
/** Nama karyawan. */
|
|
11033
11099
|
nameStaff?: Maybe<Scalars['String']['output']>;
|
|
11034
|
-
/** When this akses
|
|
11100
|
+
/** When this akses sdm was restored. */
|
|
11035
11101
|
restoredAt?: Maybe<Scalars['Date']['output']>;
|
|
11036
11102
|
/** Relation ID of Restored By. */
|
|
11037
11103
|
restoredBy?: Maybe<Scalars['ObjectId']['output']>;
|
|
11038
|
-
/** Who last restored this akses
|
|
11104
|
+
/** Who last restored this akses sdm. */
|
|
11039
11105
|
restorer?: Maybe<User>;
|
|
11040
11106
|
/** Siapa yang mengawasi. */
|
|
11041
11107
|
superviseStaff?: Maybe<Staff>;
|
|
@@ -11045,15 +11111,15 @@ export type ProgressAccess = {
|
|
|
11045
11111
|
supervisedStaffIds?: Maybe<Array<Scalars['ObjectId']['output']>>;
|
|
11046
11112
|
/** Siapa yang diawasi. */
|
|
11047
11113
|
supervisedStaffs?: Maybe<Array<Staff>>;
|
|
11048
|
-
/** When this akses
|
|
11114
|
+
/** When this akses sdm was last synced. */
|
|
11049
11115
|
syncedAt?: Maybe<Scalars['Date']['output']>;
|
|
11050
|
-
/** Internal type of this akses
|
|
11116
|
+
/** Internal type of this akses sdm. */
|
|
11051
11117
|
type__?: Maybe<Scalars['String']['output']>;
|
|
11052
|
-
/** When this akses
|
|
11118
|
+
/** When this akses sdm was last updated. */
|
|
11053
11119
|
updatedAt?: Maybe<Scalars['Date']['output']>;
|
|
11054
11120
|
/** Relation ID of Updated By. */
|
|
11055
11121
|
updatedBy?: Maybe<Scalars['ObjectId']['output']>;
|
|
11056
|
-
/** Who last updated this akses
|
|
11122
|
+
/** Who last updated this akses sdm. */
|
|
11057
11123
|
updater?: Maybe<User>;
|
|
11058
11124
|
};
|
|
11059
11125
|
export type ProgressAccessSupervisedStaffsArgs = {
|
|
@@ -11073,21 +11139,21 @@ export type ProgressAccessCollectionResponse = {
|
|
|
11073
11139
|
items?: Maybe<Array<ProgressAccess>>;
|
|
11074
11140
|
};
|
|
11075
11141
|
export type ProgressAccessInput = {
|
|
11076
|
-
/** When this akses
|
|
11142
|
+
/** When this akses sdm was created. */
|
|
11077
11143
|
createdAt?: InputMaybe<Scalars['Date']['input']>;
|
|
11078
11144
|
/** Relation ID of Created By. */
|
|
11079
11145
|
createdBy?: InputMaybe<Scalars['ObjectId']['input']>;
|
|
11080
|
-
/** When this akses
|
|
11146
|
+
/** When this akses sdm was deleted. */
|
|
11081
11147
|
deletedAt?: InputMaybe<Scalars['Date']['input']>;
|
|
11082
11148
|
/** Relation ID of Deleted By. */
|
|
11083
11149
|
deletedBy?: InputMaybe<Scalars['ObjectId']['input']>;
|
|
11084
|
-
/** Akses
|
|
11150
|
+
/** Akses SDM */
|
|
11085
11151
|
display?: InputMaybe<Scalars['String']['input']>;
|
|
11086
|
-
/** Akses
|
|
11152
|
+
/** Akses SDM */
|
|
11087
11153
|
flag?: InputMaybe<Scalars['String']['input']>;
|
|
11088
11154
|
/** Nama karyawan. */
|
|
11089
11155
|
nameStaff?: InputMaybe<Scalars['String']['input']>;
|
|
11090
|
-
/** When this akses
|
|
11156
|
+
/** When this akses sdm was restored. */
|
|
11091
11157
|
restoredAt?: InputMaybe<Scalars['Date']['input']>;
|
|
11092
11158
|
/** Relation ID of Restored By. */
|
|
11093
11159
|
restoredBy?: InputMaybe<Scalars['ObjectId']['input']>;
|
|
@@ -11095,11 +11161,11 @@ export type ProgressAccessInput = {
|
|
|
11095
11161
|
superviseStaffId?: InputMaybe<Scalars['ObjectId']['input']>;
|
|
11096
11162
|
/** Relation IDs of Siapa yang diawasi. */
|
|
11097
11163
|
supervisedStaffIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
11098
|
-
/** When this akses
|
|
11164
|
+
/** When this akses sdm was last synced. */
|
|
11099
11165
|
syncedAt?: InputMaybe<Scalars['Date']['input']>;
|
|
11100
|
-
/** Internal type of this akses
|
|
11166
|
+
/** Internal type of this akses sdm. */
|
|
11101
11167
|
type__?: InputMaybe<Scalars['String']['input']>;
|
|
11102
|
-
/** When this akses
|
|
11168
|
+
/** When this akses sdm was last updated. */
|
|
11103
11169
|
updatedAt?: InputMaybe<Scalars['Date']['input']>;
|
|
11104
11170
|
/** Relation ID of Updated By. */
|
|
11105
11171
|
updatedBy?: InputMaybe<Scalars['ObjectId']['input']>;
|
|
@@ -11121,6 +11187,8 @@ export type ProgressCollectionResponse = {
|
|
|
11121
11187
|
export type ProgressInput = {
|
|
11122
11188
|
/** Relation IDs of Siapa Bisa Akses Catatan. */
|
|
11123
11189
|
accessStaffIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
11190
|
+
/** Relation IDs of Branch. */
|
|
11191
|
+
branchIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
11124
11192
|
/** When this progress was created. */
|
|
11125
11193
|
createdAt?: InputMaybe<Scalars['Date']['input']>;
|
|
11126
11194
|
/** Relation ID of Created By. */
|
|
@@ -11167,6 +11235,8 @@ export type ProgressInput = {
|
|
|
11167
11235
|
updatedBy?: InputMaybe<Scalars['ObjectId']['input']>;
|
|
11168
11236
|
/** Catatan virtual. */
|
|
11169
11237
|
virtualIsNotes?: InputMaybe<Scalars['String']['input']>;
|
|
11238
|
+
/** Relation IDs of Siapa. */
|
|
11239
|
+
virtualStaffIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
11170
11240
|
};
|
|
11171
11241
|
/** Single neu:personalia:progress response. */
|
|
11172
11242
|
export type ProgressSingleResponse = {
|
|
@@ -13578,10 +13648,10 @@ export type RegionSingleResponse = {
|
|
|
13578
13648
|
item?: Maybe<Region>;
|
|
13579
13649
|
};
|
|
13580
13650
|
export type Responsibility = {
|
|
13581
|
-
/** Cabang dari tanggungjawab. */
|
|
13582
|
-
branch?: Maybe<Branch>;
|
|
13583
13651
|
/** Relation ID of Cabang. */
|
|
13584
|
-
|
|
13652
|
+
branchIds?: Maybe<Scalars['ObjectId']['output']>;
|
|
13653
|
+
/** Cabang dari tanggungjawab. */
|
|
13654
|
+
branches?: Maybe<Branch>;
|
|
13585
13655
|
/** Kondisi dari tanggungjawab. */
|
|
13586
13656
|
condition?: Maybe<Scalars['String']['output']>;
|
|
13587
13657
|
/** When this tanggungjawab was created. */
|
|
@@ -13681,7 +13751,7 @@ export type ResponsibilityCollectionResponse = {
|
|
|
13681
13751
|
};
|
|
13682
13752
|
export type ResponsibilityInput = {
|
|
13683
13753
|
/** Relation ID of Cabang. */
|
|
13684
|
-
|
|
13754
|
+
branchIds?: InputMaybe<Scalars['ObjectId']['input']>;
|
|
13685
13755
|
/** Kondisi dari tanggungjawab. */
|
|
13686
13756
|
condition?: InputMaybe<Scalars['String']['input']>;
|
|
13687
13757
|
/** When this tanggungjawab was created. */
|
|
@@ -16830,7 +16900,7 @@ export type Submission = {
|
|
|
16830
16900
|
creator?: Maybe<User>;
|
|
16831
16901
|
/** Relation IDs of Siapa Memutuskan. */
|
|
16832
16902
|
decideStaffIds?: Maybe<Array<Scalars['ObjectId']['output']>>;
|
|
16833
|
-
/** Siapa yang memutuskan
|
|
16903
|
+
/** Siapa yang memutuskan. */
|
|
16834
16904
|
decideStaffs?: Maybe<Array<Staff>>;
|
|
16835
16905
|
/** Relation IDs of Siapa Menunda. */
|
|
16836
16906
|
delayStaffIds?: Maybe<Array<Scalars['ObjectId']['output']>>;
|
|
@@ -16850,7 +16920,7 @@ export type Submission = {
|
|
|
16850
16920
|
flag?: Maybe<Scalars['String']['output']>;
|
|
16851
16921
|
/** Relation IDs of Siapa Menindaklanjuti. */
|
|
16852
16922
|
followUpStaffIds?: Maybe<Array<Scalars['ObjectId']['output']>>;
|
|
16853
|
-
/** Siapa
|
|
16923
|
+
/** Siapa harus tau setelah disposisi disetujui. */
|
|
16854
16924
|
followUpStaffs?: Maybe<Array<Staff>>;
|
|
16855
16925
|
/** Object ID. */
|
|
16856
16926
|
id?: Maybe<Scalars['ID']['output']>;
|
|
@@ -16866,7 +16936,7 @@ export type Submission = {
|
|
|
16866
16936
|
processedAt?: Maybe<Scalars['Date']['output']>;
|
|
16867
16937
|
/** Relation IDs of Siapa Menaikkan. */
|
|
16868
16938
|
raiseStaffIds?: Maybe<Array<Scalars['ObjectId']['output']>>;
|
|
16869
|
-
/** Siapa
|
|
16939
|
+
/** Siapa Sekretariat, Keuangan atau bagian berkepentingan. */
|
|
16870
16940
|
raiseStaffs?: Maybe<Array<Staff>>;
|
|
16871
16941
|
/** Tanggal pengajuan dinaikkan. */
|
|
16872
16942
|
raisedAt?: Maybe<Scalars['Date']['output']>;
|
|
@@ -16884,7 +16954,7 @@ export type Submission = {
|
|
|
16884
16954
|
submissionProgresses?: Maybe<Array<Progress>>;
|
|
16885
16955
|
/** Relation IDs of Siapa Mengajukan. */
|
|
16886
16956
|
submissionStaffIds?: Maybe<Array<Scalars['ObjectId']['output']>>;
|
|
16887
|
-
/** Siapa yang mengajukan
|
|
16957
|
+
/** Siapa saja yang mengajukan. */
|
|
16888
16958
|
submissionStaffs?: Maybe<Array<Staff>>;
|
|
16889
16959
|
/** Relation IDs of Tipe. */
|
|
16890
16960
|
submissionTypeIds?: Maybe<Array<Scalars['ObjectId']['output']>>;
|
|
@@ -16902,6 +16972,10 @@ export type Submission = {
|
|
|
16902
16972
|
updatedBy?: Maybe<Scalars['ObjectId']['output']>;
|
|
16903
16973
|
/** Who last updated this pengajuan. */
|
|
16904
16974
|
updater?: Maybe<User>;
|
|
16975
|
+
/** Relation IDs of Siapa Menindaklanjuti. */
|
|
16976
|
+
virtualFollowUpStaffIds?: Maybe<Array<Scalars['ObjectId']['output']>>;
|
|
16977
|
+
/** Siapa harus tau setelah disposisi disetujui. */
|
|
16978
|
+
virtualFollowUpStaffs?: Maybe<Array<Staff>>;
|
|
16905
16979
|
/** Jam kerja dari pengajuan. */
|
|
16906
16980
|
workingHours?: Maybe<Scalars['Int']['output']>;
|
|
16907
16981
|
};
|
|
@@ -16986,6 +17060,15 @@ export type SubmissionTypeArgs = {
|
|
|
16986
17060
|
search?: InputMaybe<Scalars['String']['input']>;
|
|
16987
17061
|
sort?: InputMaybe<Scalars['Json']['input']>;
|
|
16988
17062
|
};
|
|
17063
|
+
export type SubmissionVirtualFollowUpStaffsArgs = {
|
|
17064
|
+
filter?: InputMaybe<Scalars['Json']['input']>;
|
|
17065
|
+
ids?: InputMaybe<Array<Scalars['ObjectId']['input']>>;
|
|
17066
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
17067
|
+
minUpdatedAt?: InputMaybe<Scalars['Date']['input']>;
|
|
17068
|
+
page?: InputMaybe<Scalars['Int']['input']>;
|
|
17069
|
+
search?: InputMaybe<Scalars['String']['input']>;
|
|
17070
|
+
sort?: InputMaybe<Scalars['Json']['input']>;
|
|
17071
|
+
};
|
|
16989
17072
|
/** neu:personalia:submission collection response. */
|
|
16990
17073
|
export type SubmissionCollectionResponse = {
|
|
16991
17074
|
/** Response info. */
|
|
@@ -17054,6 +17137,8 @@ export type SubmissionInput = {
|
|
|
17054
17137
|
updatedAt?: InputMaybe<Scalars['Date']['input']>;
|
|
17055
17138
|
/** Relation ID of Updated By. */
|
|
17056
17139
|
updatedBy?: InputMaybe<Scalars['ObjectId']['input']>;
|
|
17140
|
+
/** Relation IDs of Siapa Menindaklanjuti. */
|
|
17141
|
+
virtualFollowUpStaffIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
17057
17142
|
/** Jam kerja dari pengajuan. */
|
|
17058
17143
|
workingHours?: InputMaybe<Scalars['Int']['input']>;
|
|
17059
17144
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@neutron.co.id/operasional-interfaces",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.6",
|
|
4
4
|
"description": "Interface library of Neutron Operasional.",
|
|
5
5
|
"sideEffects": [
|
|
6
6
|
"*.css"
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
"@neon.id/interfaces": "^1.5.0",
|
|
64
64
|
"@neon.id/office": "^1.3.0",
|
|
65
65
|
"@neon.id/utils": "^1.1.0",
|
|
66
|
-
"@neutron.co.id/personalia-models": "^1.8.
|
|
67
|
-
"@neutron.co.id/sentral-interfaces": "^1.4.
|
|
66
|
+
"@neutron.co.id/personalia-models": "^1.8.6",
|
|
67
|
+
"@neutron.co.id/sentral-interfaces": "^1.4.1-beta.1",
|
|
68
68
|
"@nuxt/kit": "^3.5.3",
|
|
69
69
|
"qr-scanner": "^1.4.2",
|
|
70
70
|
"vue": "^3.3.4"
|
|
@@ -137,8 +137,8 @@
|
|
|
137
137
|
"@neon.id/interfaces": "^1.5.0",
|
|
138
138
|
"@neon.id/office": "^1.3.0",
|
|
139
139
|
"@neon.id/utils": "^1.1.0",
|
|
140
|
-
"@neutron.co.id/personalia-models": "^1.8.
|
|
141
|
-
"@neutron.co.id/sentral-interfaces": "^1.4.
|
|
140
|
+
"@neutron.co.id/personalia-models": "^1.8.6",
|
|
141
|
+
"@neutron.co.id/sentral-interfaces": "^1.4.1-beta.1",
|
|
142
142
|
"@nuxt/kit": "^3.5.3",
|
|
143
143
|
"qr-scanner": "^1.4.2",
|
|
144
144
|
"vue": "^3.3.4"
|
|
@@ -146,5 +146,5 @@
|
|
|
146
146
|
"publishConfig": {
|
|
147
147
|
"access": "public"
|
|
148
148
|
},
|
|
149
|
-
"build":
|
|
149
|
+
"build": 115
|
|
150
150
|
}
|