@neutron.co.id/operasional-interfaces 1.8.4 → 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.
- package/build/index.cjs +1465 -533
- package/build/index.mjs +1465 -533
- package/build/style.css +29 -13
- 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/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/gql/graphql.d.ts +66 -24
- 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,7 +256,7 @@
|
|
|
248
256
|
display: block
|
|
249
257
|
}
|
|
250
258
|
|
|
251
|
-
.neu-responsibility-single[data-v-
|
|
259
|
+
.neu-responsibility-single[data-v-9eded4a7] {
|
|
252
260
|
display: block
|
|
253
261
|
}
|
|
254
262
|
|
|
@@ -256,6 +264,10 @@
|
|
|
256
264
|
display: block
|
|
257
265
|
}
|
|
258
266
|
|
|
267
|
+
.neu-responsibility-single[data-v-63e476fd] {
|
|
268
|
+
display: block
|
|
269
|
+
}
|
|
270
|
+
|
|
259
271
|
.neu-target-single[data-v-c12b8df8] {
|
|
260
272
|
display: block
|
|
261
273
|
}
|
|
@@ -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" | "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" | "nameStaff" | "accessStaffs" | "detail" | "endedAt" | "isNotes" | "plans" | "priority" | "responsibilities" | "startedAt" | "submissions" | "virtualIsNotes" | "virtualStaffs">;
|
|
2
2
|
export type TProgressModel = typeof ProgressModel;
|
|
@@ -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;
|
|
@@ -680,6 +680,10 @@ export type Attendance = {
|
|
|
680
680
|
updatedBy?: Maybe<Scalars['ObjectId']['output']>;
|
|
681
681
|
/** Who last updated this absensi. */
|
|
682
682
|
updater?: Maybe<User>;
|
|
683
|
+
/** Siapa yang mengajukan absensi. */
|
|
684
|
+
virtualSubmitStaff?: Maybe<Staff>;
|
|
685
|
+
/** Relation ID of Siapa Mengajukan. */
|
|
686
|
+
virtualSubmitStaffId?: Maybe<Scalars['ObjectId']['output']>;
|
|
683
687
|
};
|
|
684
688
|
/** neu:personalia:attendance collection response. */
|
|
685
689
|
export type AttendanceCollectionResponse = {
|
|
@@ -741,6 +745,8 @@ export type AttendanceInput = {
|
|
|
741
745
|
updatedAt?: InputMaybe<Scalars['Date']['input']>;
|
|
742
746
|
/** Relation ID of Updated By. */
|
|
743
747
|
updatedBy?: InputMaybe<Scalars['ObjectId']['input']>;
|
|
748
|
+
/** Relation ID of Siapa Mengajukan. */
|
|
749
|
+
virtualSubmitStaffId?: InputMaybe<Scalars['ObjectId']['input']>;
|
|
744
750
|
};
|
|
745
751
|
/** Single neu:personalia:attendance response. */
|
|
746
752
|
export type AttendanceSingleResponse = {
|
|
@@ -2345,6 +2351,10 @@ export type CheckIn = {
|
|
|
2345
2351
|
user?: Maybe<User>;
|
|
2346
2352
|
/** Relation ID of Pengguna. */
|
|
2347
2353
|
userId?: Maybe<Scalars['ObjectId']['output']>;
|
|
2354
|
+
/** Karyawan yang hadir. */
|
|
2355
|
+
virtualStaff?: Maybe<Staff>;
|
|
2356
|
+
/** Relation ID of Karyawan. */
|
|
2357
|
+
virtualStaffId?: Maybe<Scalars['ObjectId']['output']>;
|
|
2348
2358
|
};
|
|
2349
2359
|
/** neu:tempat:checkIn collection response. */
|
|
2350
2360
|
export type CheckInCollectionResponse = {
|
|
@@ -2398,6 +2408,8 @@ export type CheckInInput = {
|
|
|
2398
2408
|
updatedBy?: InputMaybe<Scalars['ObjectId']['input']>;
|
|
2399
2409
|
/** Relation ID of Pengguna. */
|
|
2400
2410
|
userId?: InputMaybe<Scalars['ObjectId']['input']>;
|
|
2411
|
+
/** Relation ID of Karyawan. */
|
|
2412
|
+
virtualStaffId?: InputMaybe<Scalars['ObjectId']['input']>;
|
|
2401
2413
|
};
|
|
2402
2414
|
/** Single neu:tempat:checkIn response. */
|
|
2403
2415
|
export type CheckInSingleResponse = {
|
|
@@ -10964,6 +10976,10 @@ export type Progress = {
|
|
|
10964
10976
|
updater?: Maybe<User>;
|
|
10965
10977
|
/** Catatan virtual. */
|
|
10966
10978
|
virtualIsNotes?: Maybe<Scalars['String']['output']>;
|
|
10979
|
+
/** Relation IDs of Siapa. */
|
|
10980
|
+
virtualStaffIds?: Maybe<Array<Scalars['ObjectId']['output']>>;
|
|
10981
|
+
/** Siapa yang mengerjakan. */
|
|
10982
|
+
virtualStaffs?: Maybe<Array<Staff>>;
|
|
10967
10983
|
};
|
|
10968
10984
|
export type ProgressAccessStaffsArgs = {
|
|
10969
10985
|
filter?: InputMaybe<Scalars['Json']['input']>;
|
|
@@ -11010,32 +11026,41 @@ export type ProgressSubmissionsArgs = {
|
|
|
11010
11026
|
search?: InputMaybe<Scalars['String']['input']>;
|
|
11011
11027
|
sort?: InputMaybe<Scalars['Json']['input']>;
|
|
11012
11028
|
};
|
|
11029
|
+
export type ProgressVirtualStaffsArgs = {
|
|
11030
|
+
filter?: InputMaybe<Scalars['Json']['input']>;
|
|
11031
|
+
ids?: InputMaybe<Array<Scalars['ObjectId']['input']>>;
|
|
11032
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
11033
|
+
minUpdatedAt?: InputMaybe<Scalars['Date']['input']>;
|
|
11034
|
+
page?: InputMaybe<Scalars['Int']['input']>;
|
|
11035
|
+
search?: InputMaybe<Scalars['String']['input']>;
|
|
11036
|
+
sort?: InputMaybe<Scalars['Json']['input']>;
|
|
11037
|
+
};
|
|
11013
11038
|
export type ProgressAccess = {
|
|
11014
|
-
/** When this akses
|
|
11039
|
+
/** When this akses sdm was created. */
|
|
11015
11040
|
createdAt?: Maybe<Scalars['Date']['output']>;
|
|
11016
11041
|
/** Relation ID of Created By. */
|
|
11017
11042
|
createdBy?: Maybe<Scalars['ObjectId']['output']>;
|
|
11018
|
-
/** Who created this akses
|
|
11043
|
+
/** Who created this akses sdm. */
|
|
11019
11044
|
creator?: Maybe<User>;
|
|
11020
|
-
/** When this akses
|
|
11045
|
+
/** When this akses sdm was deleted. */
|
|
11021
11046
|
deletedAt?: Maybe<Scalars['Date']['output']>;
|
|
11022
11047
|
/** Relation ID of Deleted By. */
|
|
11023
11048
|
deletedBy?: Maybe<Scalars['ObjectId']['output']>;
|
|
11024
|
-
/** Who deleted this akses
|
|
11049
|
+
/** Who deleted this akses sdm. */
|
|
11025
11050
|
deleter?: Maybe<User>;
|
|
11026
|
-
/** Akses
|
|
11051
|
+
/** Akses SDM */
|
|
11027
11052
|
display?: Maybe<Scalars['String']['output']>;
|
|
11028
|
-
/** Akses
|
|
11053
|
+
/** Akses SDM */
|
|
11029
11054
|
flag?: Maybe<Scalars['String']['output']>;
|
|
11030
11055
|
/** Object ID. */
|
|
11031
11056
|
id?: Maybe<Scalars['ID']['output']>;
|
|
11032
11057
|
/** Nama karyawan. */
|
|
11033
11058
|
nameStaff?: Maybe<Scalars['String']['output']>;
|
|
11034
|
-
/** When this akses
|
|
11059
|
+
/** When this akses sdm was restored. */
|
|
11035
11060
|
restoredAt?: Maybe<Scalars['Date']['output']>;
|
|
11036
11061
|
/** Relation ID of Restored By. */
|
|
11037
11062
|
restoredBy?: Maybe<Scalars['ObjectId']['output']>;
|
|
11038
|
-
/** Who last restored this akses
|
|
11063
|
+
/** Who last restored this akses sdm. */
|
|
11039
11064
|
restorer?: Maybe<User>;
|
|
11040
11065
|
/** Siapa yang mengawasi. */
|
|
11041
11066
|
superviseStaff?: Maybe<Staff>;
|
|
@@ -11045,15 +11070,15 @@ export type ProgressAccess = {
|
|
|
11045
11070
|
supervisedStaffIds?: Maybe<Array<Scalars['ObjectId']['output']>>;
|
|
11046
11071
|
/** Siapa yang diawasi. */
|
|
11047
11072
|
supervisedStaffs?: Maybe<Array<Staff>>;
|
|
11048
|
-
/** When this akses
|
|
11073
|
+
/** When this akses sdm was last synced. */
|
|
11049
11074
|
syncedAt?: Maybe<Scalars['Date']['output']>;
|
|
11050
|
-
/** Internal type of this akses
|
|
11075
|
+
/** Internal type of this akses sdm. */
|
|
11051
11076
|
type__?: Maybe<Scalars['String']['output']>;
|
|
11052
|
-
/** When this akses
|
|
11077
|
+
/** When this akses sdm was last updated. */
|
|
11053
11078
|
updatedAt?: Maybe<Scalars['Date']['output']>;
|
|
11054
11079
|
/** Relation ID of Updated By. */
|
|
11055
11080
|
updatedBy?: Maybe<Scalars['ObjectId']['output']>;
|
|
11056
|
-
/** Who last updated this akses
|
|
11081
|
+
/** Who last updated this akses sdm. */
|
|
11057
11082
|
updater?: Maybe<User>;
|
|
11058
11083
|
};
|
|
11059
11084
|
export type ProgressAccessSupervisedStaffsArgs = {
|
|
@@ -11073,21 +11098,21 @@ export type ProgressAccessCollectionResponse = {
|
|
|
11073
11098
|
items?: Maybe<Array<ProgressAccess>>;
|
|
11074
11099
|
};
|
|
11075
11100
|
export type ProgressAccessInput = {
|
|
11076
|
-
/** When this akses
|
|
11101
|
+
/** When this akses sdm was created. */
|
|
11077
11102
|
createdAt?: InputMaybe<Scalars['Date']['input']>;
|
|
11078
11103
|
/** Relation ID of Created By. */
|
|
11079
11104
|
createdBy?: InputMaybe<Scalars['ObjectId']['input']>;
|
|
11080
|
-
/** When this akses
|
|
11105
|
+
/** When this akses sdm was deleted. */
|
|
11081
11106
|
deletedAt?: InputMaybe<Scalars['Date']['input']>;
|
|
11082
11107
|
/** Relation ID of Deleted By. */
|
|
11083
11108
|
deletedBy?: InputMaybe<Scalars['ObjectId']['input']>;
|
|
11084
|
-
/** Akses
|
|
11109
|
+
/** Akses SDM */
|
|
11085
11110
|
display?: InputMaybe<Scalars['String']['input']>;
|
|
11086
|
-
/** Akses
|
|
11111
|
+
/** Akses SDM */
|
|
11087
11112
|
flag?: InputMaybe<Scalars['String']['input']>;
|
|
11088
11113
|
/** Nama karyawan. */
|
|
11089
11114
|
nameStaff?: InputMaybe<Scalars['String']['input']>;
|
|
11090
|
-
/** When this akses
|
|
11115
|
+
/** When this akses sdm was restored. */
|
|
11091
11116
|
restoredAt?: InputMaybe<Scalars['Date']['input']>;
|
|
11092
11117
|
/** Relation ID of Restored By. */
|
|
11093
11118
|
restoredBy?: InputMaybe<Scalars['ObjectId']['input']>;
|
|
@@ -11095,11 +11120,11 @@ export type ProgressAccessInput = {
|
|
|
11095
11120
|
superviseStaffId?: InputMaybe<Scalars['ObjectId']['input']>;
|
|
11096
11121
|
/** Relation IDs of Siapa yang diawasi. */
|
|
11097
11122
|
supervisedStaffIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
11098
|
-
/** When this akses
|
|
11123
|
+
/** When this akses sdm was last synced. */
|
|
11099
11124
|
syncedAt?: InputMaybe<Scalars['Date']['input']>;
|
|
11100
|
-
/** Internal type of this akses
|
|
11125
|
+
/** Internal type of this akses sdm. */
|
|
11101
11126
|
type__?: InputMaybe<Scalars['String']['input']>;
|
|
11102
|
-
/** When this akses
|
|
11127
|
+
/** When this akses sdm was last updated. */
|
|
11103
11128
|
updatedAt?: InputMaybe<Scalars['Date']['input']>;
|
|
11104
11129
|
/** Relation ID of Updated By. */
|
|
11105
11130
|
updatedBy?: InputMaybe<Scalars['ObjectId']['input']>;
|
|
@@ -11167,6 +11192,8 @@ export type ProgressInput = {
|
|
|
11167
11192
|
updatedBy?: InputMaybe<Scalars['ObjectId']['input']>;
|
|
11168
11193
|
/** Catatan virtual. */
|
|
11169
11194
|
virtualIsNotes?: InputMaybe<Scalars['String']['input']>;
|
|
11195
|
+
/** Relation IDs of Siapa. */
|
|
11196
|
+
virtualStaffIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
11170
11197
|
};
|
|
11171
11198
|
/** Single neu:personalia:progress response. */
|
|
11172
11199
|
export type ProgressSingleResponse = {
|
|
@@ -16830,7 +16857,7 @@ export type Submission = {
|
|
|
16830
16857
|
creator?: Maybe<User>;
|
|
16831
16858
|
/** Relation IDs of Siapa Memutuskan. */
|
|
16832
16859
|
decideStaffIds?: Maybe<Array<Scalars['ObjectId']['output']>>;
|
|
16833
|
-
/** Siapa yang memutuskan
|
|
16860
|
+
/** Siapa yang memutuskan. */
|
|
16834
16861
|
decideStaffs?: Maybe<Array<Staff>>;
|
|
16835
16862
|
/** Relation IDs of Siapa Menunda. */
|
|
16836
16863
|
delayStaffIds?: Maybe<Array<Scalars['ObjectId']['output']>>;
|
|
@@ -16850,7 +16877,7 @@ export type Submission = {
|
|
|
16850
16877
|
flag?: Maybe<Scalars['String']['output']>;
|
|
16851
16878
|
/** Relation IDs of Siapa Menindaklanjuti. */
|
|
16852
16879
|
followUpStaffIds?: Maybe<Array<Scalars['ObjectId']['output']>>;
|
|
16853
|
-
/** Siapa
|
|
16880
|
+
/** Siapa harus tau setelah disposisi disetujui. */
|
|
16854
16881
|
followUpStaffs?: Maybe<Array<Staff>>;
|
|
16855
16882
|
/** Object ID. */
|
|
16856
16883
|
id?: Maybe<Scalars['ID']['output']>;
|
|
@@ -16866,7 +16893,7 @@ export type Submission = {
|
|
|
16866
16893
|
processedAt?: Maybe<Scalars['Date']['output']>;
|
|
16867
16894
|
/** Relation IDs of Siapa Menaikkan. */
|
|
16868
16895
|
raiseStaffIds?: Maybe<Array<Scalars['ObjectId']['output']>>;
|
|
16869
|
-
/** Siapa
|
|
16896
|
+
/** Siapa Sekretariat, Keuangan atau bagian berkepentingan. */
|
|
16870
16897
|
raiseStaffs?: Maybe<Array<Staff>>;
|
|
16871
16898
|
/** Tanggal pengajuan dinaikkan. */
|
|
16872
16899
|
raisedAt?: Maybe<Scalars['Date']['output']>;
|
|
@@ -16884,7 +16911,7 @@ export type Submission = {
|
|
|
16884
16911
|
submissionProgresses?: Maybe<Array<Progress>>;
|
|
16885
16912
|
/** Relation IDs of Siapa Mengajukan. */
|
|
16886
16913
|
submissionStaffIds?: Maybe<Array<Scalars['ObjectId']['output']>>;
|
|
16887
|
-
/** Siapa yang mengajukan
|
|
16914
|
+
/** Siapa saja yang mengajukan. */
|
|
16888
16915
|
submissionStaffs?: Maybe<Array<Staff>>;
|
|
16889
16916
|
/** Relation IDs of Tipe. */
|
|
16890
16917
|
submissionTypeIds?: Maybe<Array<Scalars['ObjectId']['output']>>;
|
|
@@ -16902,6 +16929,10 @@ export type Submission = {
|
|
|
16902
16929
|
updatedBy?: Maybe<Scalars['ObjectId']['output']>;
|
|
16903
16930
|
/** Who last updated this pengajuan. */
|
|
16904
16931
|
updater?: Maybe<User>;
|
|
16932
|
+
/** Relation IDs of Siapa Menindaklanjuti. */
|
|
16933
|
+
virtualFollowUpStaffIds?: Maybe<Array<Scalars['ObjectId']['output']>>;
|
|
16934
|
+
/** Siapa harus tau setelah disposisi disetujui. */
|
|
16935
|
+
virtualFollowUpStaffs?: Maybe<Array<Staff>>;
|
|
16905
16936
|
/** Jam kerja dari pengajuan. */
|
|
16906
16937
|
workingHours?: Maybe<Scalars['Int']['output']>;
|
|
16907
16938
|
};
|
|
@@ -16986,6 +17017,15 @@ export type SubmissionTypeArgs = {
|
|
|
16986
17017
|
search?: InputMaybe<Scalars['String']['input']>;
|
|
16987
17018
|
sort?: InputMaybe<Scalars['Json']['input']>;
|
|
16988
17019
|
};
|
|
17020
|
+
export type SubmissionVirtualFollowUpStaffsArgs = {
|
|
17021
|
+
filter?: InputMaybe<Scalars['Json']['input']>;
|
|
17022
|
+
ids?: InputMaybe<Array<Scalars['ObjectId']['input']>>;
|
|
17023
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
17024
|
+
minUpdatedAt?: InputMaybe<Scalars['Date']['input']>;
|
|
17025
|
+
page?: InputMaybe<Scalars['Int']['input']>;
|
|
17026
|
+
search?: InputMaybe<Scalars['String']['input']>;
|
|
17027
|
+
sort?: InputMaybe<Scalars['Json']['input']>;
|
|
17028
|
+
};
|
|
16989
17029
|
/** neu:personalia:submission collection response. */
|
|
16990
17030
|
export type SubmissionCollectionResponse = {
|
|
16991
17031
|
/** Response info. */
|
|
@@ -17054,6 +17094,8 @@ export type SubmissionInput = {
|
|
|
17054
17094
|
updatedAt?: InputMaybe<Scalars['Date']['input']>;
|
|
17055
17095
|
/** Relation ID of Updated By. */
|
|
17056
17096
|
updatedBy?: InputMaybe<Scalars['ObjectId']['input']>;
|
|
17097
|
+
/** Relation IDs of Siapa Menindaklanjuti. */
|
|
17098
|
+
virtualFollowUpStaffIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
17057
17099
|
/** Jam kerja dari pengajuan. */
|
|
17058
17100
|
workingHours?: InputMaybe<Scalars['Int']['input']>;
|
|
17059
17101
|
};
|
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.5",
|
|
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.4",
|
|
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.4",
|
|
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": 114
|
|
150
150
|
}
|