@neutron.co.id/operasional-interfaces 1.6.7 → 1.7.0
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 +767 -248
- package/build/index.mjs +767 -248
- package/build/style.css +13 -5
- package/build/types/components/checkIn/checkIn.types.d.ts +1 -1
- package/build/types/components/progress/elements/ProgressButton.vue.d.ts +2 -0
- package/build/types/components/progress/elements/index.d.ts +1 -0
- package/build/types/components/progress/index.d.ts +1 -0
- package/build/types/components/progress/progress.types.d.ts +1 -1
- package/build/types/components/progress/sheets/ProgressTomorrow.vue.d.ts +2 -0
- package/build/types/components/progress/sheets/ProgressYesterday.vue.d.ts +2 -0
- package/build/types/components/progress/sheets/index.d.ts +2 -0
- package/build/types/gql/graphql.d.ts +43 -0
- package/package.json +4 -4
package/build/style.css
CHANGED
|
@@ -228,7 +228,7 @@
|
|
|
228
228
|
display: block
|
|
229
229
|
}
|
|
230
230
|
|
|
231
|
-
.neu-submission-single[data-v-
|
|
231
|
+
.neu-submission-single[data-v-7ee6c6b9] {
|
|
232
232
|
display: block
|
|
233
233
|
}
|
|
234
234
|
|
|
@@ -264,18 +264,26 @@
|
|
|
264
264
|
display: block
|
|
265
265
|
}
|
|
266
266
|
|
|
267
|
-
.neu-plan-type-single[data-v-
|
|
267
|
+
.neu-plan-type-single[data-v-4fd687ad] {
|
|
268
268
|
display: block
|
|
269
269
|
}
|
|
270
270
|
|
|
271
|
-
.neu-plan-single[data-v-
|
|
271
|
+
.neu-plan-single[data-v-9ee52a12] {
|
|
272
272
|
display: block
|
|
273
273
|
}
|
|
274
274
|
|
|
275
|
-
.neu-plan-single[data-v-
|
|
275
|
+
.neu-plan-single[data-v-536f59ce] {
|
|
276
276
|
display: block
|
|
277
277
|
}
|
|
278
278
|
|
|
279
|
-
.neu-progress-single[data-v-
|
|
279
|
+
.neu-progress-single[data-v-4ef30da9] {
|
|
280
|
+
display: block
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
.neu-progress-single[data-v-09ccf676] {
|
|
284
|
+
display: block
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
.neu-progress-single[data-v-ac62b6ea] {
|
|
280
288
|
display: block
|
|
281
289
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const CheckInModel: import("@neon.id/model").Model<"neu:tempat:checkIn", "type" | "user" | "note" | "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" | "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;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as ProgressButton } from './ProgressButton.vue';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const ProgressModel: import("@neon.id/model").Model<"neu:personalia:progress", "staff" | "nameStaff" | "detail" | "endedEst" | "startedEst" | "plans" | "responsibilities">;
|
|
1
|
+
export declare const ProgressModel: import("@neon.id/model").Model<"neu:personalia:progress", "staff" | "nameStaff" | "detail" | "endedEst" | "startedEst" | "plans" | "responsibilities" | "submissions">;
|
|
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;
|
|
@@ -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,4 @@
|
|
|
1
1
|
export { default as ProgressCollection } from './ProgressCollection.vue';
|
|
2
2
|
export { default as ProgressSingle } from './ProgressSingle.vue';
|
|
3
|
+
export { default as ProgressTomorrow } from './ProgressTomorrow.vue';
|
|
4
|
+
export { default as ProgressYesterday } from './ProgressYesterday.vue';
|
|
@@ -644,6 +644,8 @@ export type Branch = {
|
|
|
644
644
|
brandId?: Maybe<Scalars['ObjectId']['output']>;
|
|
645
645
|
/** Inversed relation from Cabang field of neu:tempat:building model. */
|
|
646
646
|
buildings?: Maybe<Array<Building>>;
|
|
647
|
+
/** Inversed relation from Branch field of neu:tempat:checkIn model. */
|
|
648
|
+
checkIns?: Maybe<Array<CheckIn>>;
|
|
647
649
|
/** Asal kota/kabupaten cabang. */
|
|
648
650
|
city?: Maybe<City>;
|
|
649
651
|
/** Relation ID of Kota/Kabupaten. */
|
|
@@ -834,6 +836,15 @@ export type BranchBuildingsArgs = {
|
|
|
834
836
|
search?: InputMaybe<Scalars['String']['input']>;
|
|
835
837
|
sort?: InputMaybe<Scalars['Json']['input']>;
|
|
836
838
|
};
|
|
839
|
+
export type BranchCheckInsArgs = {
|
|
840
|
+
filter?: InputMaybe<Scalars['Json']['input']>;
|
|
841
|
+
ids?: InputMaybe<Array<Scalars['ObjectId']['input']>>;
|
|
842
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
843
|
+
minUpdatedAt?: InputMaybe<Scalars['Date']['input']>;
|
|
844
|
+
page?: InputMaybe<Scalars['Int']['input']>;
|
|
845
|
+
search?: InputMaybe<Scalars['String']['input']>;
|
|
846
|
+
sort?: InputMaybe<Scalars['Json']['input']>;
|
|
847
|
+
};
|
|
837
848
|
export type BranchFinanceStudentsArgs = {
|
|
838
849
|
filter?: InputMaybe<Scalars['Json']['input']>;
|
|
839
850
|
ids?: InputMaybe<Array<Scalars['ObjectId']['input']>>;
|
|
@@ -2132,6 +2143,10 @@ export type ChainSingleResponse = {
|
|
|
2132
2143
|
item?: Maybe<Chain>;
|
|
2133
2144
|
};
|
|
2134
2145
|
export type CheckIn = {
|
|
2146
|
+
/** Branch dari karyawan. */
|
|
2147
|
+
branch?: Maybe<Branch>;
|
|
2148
|
+
/** Relation ID of Branch. */
|
|
2149
|
+
branchId?: Maybe<Scalars['ObjectId']['output']>;
|
|
2135
2150
|
/** Bangunan tempat presensi. */
|
|
2136
2151
|
building?: Maybe<Building>;
|
|
2137
2152
|
/** Relation ID of Bangunan. */
|
|
@@ -2203,6 +2218,8 @@ export type CheckInCollectionResponse = {
|
|
|
2203
2218
|
items?: Maybe<Array<CheckIn>>;
|
|
2204
2219
|
};
|
|
2205
2220
|
export type CheckInInput = {
|
|
2221
|
+
/** Relation ID of Branch. */
|
|
2222
|
+
branchId?: InputMaybe<Scalars['ObjectId']['input']>;
|
|
2206
2223
|
/** Relation ID of Bangunan. */
|
|
2207
2224
|
buildingId?: InputMaybe<Scalars['ObjectId']['input']>;
|
|
2208
2225
|
/** Kapan keluar masuk terjadi. */
|
|
@@ -10439,6 +10456,10 @@ export type Progress = {
|
|
|
10439
10456
|
staffId?: Maybe<Scalars['ObjectId']['output']>;
|
|
10440
10457
|
/** Dimulai Pada */
|
|
10441
10458
|
startedEst?: Maybe<Scalars['Date']['output']>;
|
|
10459
|
+
/** Relation IDs of Tindaklanjut. */
|
|
10460
|
+
submissionIds?: Maybe<Array<Scalars['ObjectId']['output']>>;
|
|
10461
|
+
/** Tindaklanjut dari progress ini. */
|
|
10462
|
+
submissions?: Maybe<Array<Submission>>;
|
|
10442
10463
|
/** When this progress was last synced. */
|
|
10443
10464
|
syncedAt?: Maybe<Scalars['Date']['output']>;
|
|
10444
10465
|
/** Internal type of this progress. */
|
|
@@ -10468,6 +10489,15 @@ export type ProgressResponsibilitiesArgs = {
|
|
|
10468
10489
|
search?: InputMaybe<Scalars['String']['input']>;
|
|
10469
10490
|
sort?: InputMaybe<Scalars['Json']['input']>;
|
|
10470
10491
|
};
|
|
10492
|
+
export type ProgressSubmissionsArgs = {
|
|
10493
|
+
filter?: InputMaybe<Scalars['Json']['input']>;
|
|
10494
|
+
ids?: InputMaybe<Array<Scalars['ObjectId']['input']>>;
|
|
10495
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
10496
|
+
minUpdatedAt?: InputMaybe<Scalars['Date']['input']>;
|
|
10497
|
+
page?: InputMaybe<Scalars['Int']['input']>;
|
|
10498
|
+
search?: InputMaybe<Scalars['String']['input']>;
|
|
10499
|
+
sort?: InputMaybe<Scalars['Json']['input']>;
|
|
10500
|
+
};
|
|
10471
10501
|
/** neu:personalia:progress collection response. */
|
|
10472
10502
|
export type ProgressCollectionResponse = {
|
|
10473
10503
|
/** Response info. */
|
|
@@ -10506,6 +10536,8 @@ export type ProgressInput = {
|
|
|
10506
10536
|
staffId?: InputMaybe<Scalars['ObjectId']['input']>;
|
|
10507
10537
|
/** Dimulai Pada */
|
|
10508
10538
|
startedEst?: InputMaybe<Scalars['Date']['input']>;
|
|
10539
|
+
/** Relation IDs of Tindaklanjut. */
|
|
10540
|
+
submissionIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
10509
10541
|
/** When this progress was last synced. */
|
|
10510
10542
|
syncedAt?: InputMaybe<Scalars['Date']['input']>;
|
|
10511
10543
|
/** Internal type of this progress. */
|
|
@@ -16048,6 +16080,8 @@ export type Submission = {
|
|
|
16048
16080
|
specifications?: Maybe<Array<Scalars['Json']['output']>>;
|
|
16049
16081
|
/** Status Pengajuan. */
|
|
16050
16082
|
status?: Maybe<Scalars['String']['output']>;
|
|
16083
|
+
/** Inversed relation from Tindaklanjut field of neu:personalia:progress model. */
|
|
16084
|
+
submissionProgresses?: Maybe<Array<Progress>>;
|
|
16051
16085
|
/** Relation IDs of Siapa Mengajukan. */
|
|
16052
16086
|
submissionStaffIds?: Maybe<Array<Scalars['ObjectId']['output']>>;
|
|
16053
16087
|
/** Siapa yang mengajukan pengajuan. */
|
|
@@ -16123,6 +16157,15 @@ export type SubmissionRaiseStaffsArgs = {
|
|
|
16123
16157
|
search?: InputMaybe<Scalars['String']['input']>;
|
|
16124
16158
|
sort?: InputMaybe<Scalars['Json']['input']>;
|
|
16125
16159
|
};
|
|
16160
|
+
export type SubmissionSubmissionProgressesArgs = {
|
|
16161
|
+
filter?: InputMaybe<Scalars['Json']['input']>;
|
|
16162
|
+
ids?: InputMaybe<Array<Scalars['ObjectId']['input']>>;
|
|
16163
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
16164
|
+
minUpdatedAt?: InputMaybe<Scalars['Date']['input']>;
|
|
16165
|
+
page?: InputMaybe<Scalars['Int']['input']>;
|
|
16166
|
+
search?: InputMaybe<Scalars['String']['input']>;
|
|
16167
|
+
sort?: InputMaybe<Scalars['Json']['input']>;
|
|
16168
|
+
};
|
|
16126
16169
|
export type SubmissionSubmissionStaffsArgs = {
|
|
16127
16170
|
filter?: InputMaybe<Scalars['Json']['input']>;
|
|
16128
16171
|
ids?: InputMaybe<Array<Scalars['ObjectId']['input']>>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@neutron.co.id/operasional-interfaces",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.7.0",
|
|
4
4
|
"description": "Interface library of Neutron Operasional.",
|
|
5
5
|
"sideEffects": [
|
|
6
6
|
"*.css"
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"@neon.id/interfaces": "^1.0.0",
|
|
64
64
|
"@neon.id/office": "^1.0.0",
|
|
65
65
|
"@neon.id/utils": "^0.44.0",
|
|
66
|
-
"@neutron.co.id/personalia-models": "^1.
|
|
66
|
+
"@neutron.co.id/personalia-models": "^1.7.0",
|
|
67
67
|
"@neutron.co.id/sentral-interfaces": "^1.3.1",
|
|
68
68
|
"@nuxt/kit": "^3.5.1",
|
|
69
69
|
"qr-scanner": "^1.4.2",
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
"@neon.id/interfaces": "^1.0.0",
|
|
138
138
|
"@neon.id/office": "^1.0.0",
|
|
139
139
|
"@neon.id/utils": "^0.44.0",
|
|
140
|
-
"@neutron.co.id/personalia-models": "^1.
|
|
140
|
+
"@neutron.co.id/personalia-models": "^1.7.0",
|
|
141
141
|
"@neutron.co.id/sentral-interfaces": "^1.3.1",
|
|
142
142
|
"@nuxt/kit": "^3.5.1",
|
|
143
143
|
"qr-scanner": "^1.4.2",
|
|
@@ -146,5 +146,5 @@
|
|
|
146
146
|
"publishConfig": {
|
|
147
147
|
"access": "public"
|
|
148
148
|
},
|
|
149
|
-
"build":
|
|
149
|
+
"build": 106
|
|
150
150
|
}
|