@neutron.co.id/operasional-interfaces 1.8.2 → 1.8.3
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 +641 -271
- package/build/index.mjs +642 -272
- package/build/style.css +32 -11
- package/build/types/components/attendance/attendance.types.d.ts +1 -1
- package/build/types/components/plan/plan.types.d.ts +1 -1
- package/build/types/components/progress/progress.types.d.ts +1 -1
- package/build/types/components/progress/sheets/ProgressNote.vue.d.ts +2 -0
- package/build/types/components/progress/sheets/index.d.ts +1 -0
- package/build/types/components/responsibility/responsibility.types.d.ts +1 -1
- 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/components/task/task.types.d.ts +1 -1
- package/build/types/gql/graphql.d.ts +50 -7
- package/package.json +4 -4
package/build/style.css
CHANGED
|
@@ -216,27 +216,27 @@
|
|
|
216
216
|
display: block
|
|
217
217
|
}
|
|
218
218
|
|
|
219
|
-
.neu-submission-single[data-v-
|
|
219
|
+
.neu-submission-single[data-v-db121b49] {
|
|
220
220
|
display: block
|
|
221
221
|
}
|
|
222
222
|
|
|
223
|
-
.neu-submission-single[data-v-
|
|
223
|
+
.neu-submission-single[data-v-c971a3c0] {
|
|
224
224
|
display: block
|
|
225
225
|
}
|
|
226
226
|
|
|
227
|
-
.neu-submission-single[data-v-
|
|
227
|
+
.neu-submission-single[data-v-890dfdf2] {
|
|
228
228
|
display: block
|
|
229
229
|
}
|
|
230
230
|
|
|
231
|
-
.neu-submission-single[data-v-
|
|
231
|
+
.neu-submission-single[data-v-cf1bf231] {
|
|
232
232
|
display: block
|
|
233
233
|
}
|
|
234
234
|
|
|
235
|
-
.neu-submission-single[data-v-
|
|
235
|
+
.neu-submission-single[data-v-754ce2a4] {
|
|
236
236
|
display: block
|
|
237
237
|
}
|
|
238
238
|
|
|
239
|
-
.neu-submission-single[data-v-
|
|
239
|
+
.neu-submission-single[data-v-1f81ee74] {
|
|
240
240
|
display: block
|
|
241
241
|
}
|
|
242
242
|
|
|
@@ -248,7 +248,7 @@
|
|
|
248
248
|
display: block
|
|
249
249
|
}
|
|
250
250
|
|
|
251
|
-
.neu-responsibility-single[data-v-
|
|
251
|
+
.neu-responsibility-single[data-v-774b00b2] {
|
|
252
252
|
display: block
|
|
253
253
|
}
|
|
254
254
|
|
|
@@ -280,11 +280,11 @@
|
|
|
280
280
|
--neon-calendar-min-height: auto;
|
|
281
281
|
}
|
|
282
282
|
|
|
283
|
-
.neu-progress-single[data-v-
|
|
283
|
+
.neu-progress-single[data-v-ca99d46c] {
|
|
284
284
|
|
|
285
285
|
position: relative
|
|
286
286
|
}
|
|
287
|
-
.neu-progress-single .segments[data-v-
|
|
287
|
+
.neu-progress-single .segments[data-v-ca99d46c] {
|
|
288
288
|
|
|
289
289
|
display: flex;
|
|
290
290
|
|
|
@@ -301,14 +301,35 @@
|
|
|
301
301
|
background-color: rgb(250 250 250 / var(--tw-bg-opacity))
|
|
302
302
|
}
|
|
303
303
|
|
|
304
|
-
.neu-progress-single[data-v-
|
|
304
|
+
.neu-progress-single[data-v-41302f2e] {
|
|
305
305
|
display: block
|
|
306
306
|
}
|
|
307
307
|
|
|
308
|
-
.neu-progress-single[data-v-
|
|
308
|
+
.neu-progress-single[data-v-78de8f41] {
|
|
309
309
|
display: block
|
|
310
310
|
}
|
|
311
311
|
|
|
312
|
+
.neu-progress-single[data-v-cee18889] {
|
|
313
|
+
|
|
314
|
+
position: relative
|
|
315
|
+
}
|
|
316
|
+
.neu-progress-single .segments[data-v-cee18889] {
|
|
317
|
+
|
|
318
|
+
display: flex;
|
|
319
|
+
|
|
320
|
+
align-items: center;
|
|
321
|
+
|
|
322
|
+
justify-content: center;
|
|
323
|
+
|
|
324
|
+
padding: 0.25rem;
|
|
325
|
+
|
|
326
|
+
border-bottom-width: 2px;
|
|
327
|
+
|
|
328
|
+
--tw-bg-opacity: 1;
|
|
329
|
+
|
|
330
|
+
background-color: rgb(250 250 250 / var(--tw-bg-opacity))
|
|
331
|
+
}
|
|
332
|
+
|
|
312
333
|
.neu-attendance-single[data-v-0c3c6187] {
|
|
313
334
|
display: block
|
|
314
335
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const AttendanceModel: import("@neon.id/model").Model<"neu:personalia:attendance", "type" | "status" | "
|
|
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">;
|
|
2
2
|
export type TAttendanceModel = typeof AttendanceModel;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const PlanModel: import("@neon.id/model").Model<"neu:personalia:plan", "name" | "target" | "staffs" | "branches" | "
|
|
1
|
+
export declare const PlanModel: import("@neon.id/model").Model<"neu:personalia:plan", "name" | "target" | "staffs" | "branches" | "detail" | "endedAt" | "startedAt" | "stages" | "domain" | "planTypes">;
|
|
2
2
|
export type TPlanModel = typeof PlanModel;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const ProgressModel: import("@neon.id/model").Model<"neu:personalia:progress", "staffs" | "
|
|
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">;
|
|
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;
|
|
@@ -2,3 +2,4 @@ export { default as ProgressCollection } from './ProgressCollection.vue';
|
|
|
2
2
|
export { default as ProgressSingle } from './ProgressSingle.vue';
|
|
3
3
|
export { default as ProgressTomorrow } from './ProgressTomorrow.vue';
|
|
4
4
|
export { default as ProgressYesterday } from './ProgressYesterday.vue';
|
|
5
|
+
export { default as ProgressNote } from './ProgressNote.vue';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const ResponsibilityModel: import("@neon.id/model").Model<"neu:personalia:responsibility", "title" | "branch" | "
|
|
1
|
+
export declare const ResponsibilityModel: import("@neon.id/model").Model<"neu:personalia:responsibility", "title" | "branch" | "detail" | "nameStaff" | "condition" | "score" | "lastProgress" | "responsibilityType" | "result" | "staffSupervises" | "staffWorks">;
|
|
2
2
|
export type TResponsibilityModel = typeof ResponsibilityModel;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const SubmissionModel: import("@neon.id/model").Model<"neu:personalia:submission", "type" | "title" | "image" | "status" | "branches" | "agreedStaffs" | "decideStaffs" | "delayStaffs" | "document" | "followUpStaffs" | "
|
|
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">;
|
|
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" | "
|
|
1
|
+
export declare const TargetModel: import("@neon.id/model").Model<"neu:personalia:target", "name" | "branches" | "endedAt" | "startedAt" | "stages" | "school" | "actualInvoice" | "condition" | "targetEst">;
|
|
2
2
|
export type TTargetModel = typeof TargetModel;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const TaskModel: import("@neon.id/model").Model<"neu:personalia:task", "user" | "status" | "branches" | "doingAssignments" | "helpAssignments" | "supervisingAssignments" | "employeeNameTrimmed" | "estimatedEndDate" | "estimatedHourByDay" | "estimatedHourCognitiveAssignment" | "estimatedHourCommunicationAssignment" | "estimatedHourCreativeAssignment" | "estimatedHourDoingAssignment" | "estimatedRealizedAssignmentEnd" | "estimatedRealizedAssignmentStart" | "estimatedStartDate" | "externalServiceDescription" | "giveAssignments" | "images" | "internalServiceDescription" | "
|
|
1
|
+
export declare const TaskModel: import("@neon.id/model").Model<"neu:personalia:task", "user" | "status" | "branches" | "doingAssignments" | "helpAssignments" | "supervisingAssignments" | "priority" | "employeeNameTrimmed" | "estimatedEndDate" | "estimatedHourByDay" | "estimatedHourCognitiveAssignment" | "estimatedHourCommunicationAssignment" | "estimatedHourCreativeAssignment" | "estimatedHourDoingAssignment" | "estimatedRealizedAssignmentEnd" | "estimatedRealizedAssignmentStart" | "estimatedStartDate" | "externalServiceDescription" | "giveAssignments" | "images" | "internalServiceDescription" | "resultAssignment" | "taskName">;
|
|
2
2
|
export type TTaskModel = typeof TaskModel;
|
|
@@ -658,7 +658,7 @@ export type Attendance = {
|
|
|
658
658
|
restoredBy?: Maybe<Scalars['ObjectId']['output']>;
|
|
659
659
|
/** Who last restored this absensi. */
|
|
660
660
|
restorer?: Maybe<User>;
|
|
661
|
-
/**
|
|
661
|
+
/** Tanggal absensi. */
|
|
662
662
|
startedAt?: Maybe<Scalars['Date']['output']>;
|
|
663
663
|
/** Status dari absensi. */
|
|
664
664
|
status?: Maybe<Scalars['String']['output']>;
|
|
@@ -723,7 +723,7 @@ export type AttendanceInput = {
|
|
|
723
723
|
restoredAt?: InputMaybe<Scalars['Date']['input']>;
|
|
724
724
|
/** Relation ID of Restored By. */
|
|
725
725
|
restoredBy?: InputMaybe<Scalars['ObjectId']['input']>;
|
|
726
|
-
/**
|
|
726
|
+
/** Tanggal absensi. */
|
|
727
727
|
startedAt?: InputMaybe<Scalars['Date']['input']>;
|
|
728
728
|
/** Status dari absensi. */
|
|
729
729
|
status?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -10830,6 +10830,10 @@ export type Pong = {
|
|
|
10830
10830
|
state?: Maybe<Scalars['String']['output']>;
|
|
10831
10831
|
};
|
|
10832
10832
|
export type Progress = {
|
|
10833
|
+
/** Relation IDs of Siapa Bisa Akses Catatan. */
|
|
10834
|
+
accessStaffIds?: Maybe<Array<Scalars['ObjectId']['output']>>;
|
|
10835
|
+
/** Siapa bisa akses catatan. */
|
|
10836
|
+
accessStaffs?: Maybe<Array<Staff>>;
|
|
10833
10837
|
/** When this progress was created. */
|
|
10834
10838
|
createdAt?: Maybe<Scalars['Date']['output']>;
|
|
10835
10839
|
/** Relation ID of Created By. */
|
|
@@ -10860,6 +10864,8 @@ export type Progress = {
|
|
|
10860
10864
|
planIds?: Maybe<Array<Scalars['ObjectId']['output']>>;
|
|
10861
10865
|
/** Rencana. */
|
|
10862
10866
|
plans?: Maybe<Array<Plan>>;
|
|
10867
|
+
/** Prioritas dari progress ini. */
|
|
10868
|
+
priority?: Maybe<Scalars['String']['output']>;
|
|
10863
10869
|
/** Tanggungjawab yang diprogress. */
|
|
10864
10870
|
responsibilities?: Maybe<Array<Responsibility>>;
|
|
10865
10871
|
/** Relation IDs of Tanggungjawab. */
|
|
@@ -10870,10 +10876,10 @@ export type Progress = {
|
|
|
10870
10876
|
restoredBy?: Maybe<Scalars['ObjectId']['output']>;
|
|
10871
10877
|
/** Who last restored this progress. */
|
|
10872
10878
|
restorer?: Maybe<User>;
|
|
10873
|
-
/** Relation
|
|
10874
|
-
staffIds?: Maybe<Scalars['ObjectId']['output']
|
|
10879
|
+
/** Relation IDs of Siapa. */
|
|
10880
|
+
staffIds?: Maybe<Array<Scalars['ObjectId']['output']>>;
|
|
10875
10881
|
/** Siapa yang mengerjakan. */
|
|
10876
|
-
staffs?: Maybe<Staff
|
|
10882
|
+
staffs?: Maybe<Array<Staff>>;
|
|
10877
10883
|
/** Dimulai Pada */
|
|
10878
10884
|
startedAt?: Maybe<Scalars['Date']['output']>;
|
|
10879
10885
|
/** Relation IDs of Tindaklanjut. */
|
|
@@ -10893,6 +10899,15 @@ export type Progress = {
|
|
|
10893
10899
|
/** Catatan virtual. */
|
|
10894
10900
|
virtualIsNotes?: Maybe<Scalars['String']['output']>;
|
|
10895
10901
|
};
|
|
10902
|
+
export type ProgressAccessStaffsArgs = {
|
|
10903
|
+
filter?: InputMaybe<Scalars['Json']['input']>;
|
|
10904
|
+
ids?: InputMaybe<Array<Scalars['ObjectId']['input']>>;
|
|
10905
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
10906
|
+
minUpdatedAt?: InputMaybe<Scalars['Date']['input']>;
|
|
10907
|
+
page?: InputMaybe<Scalars['Int']['input']>;
|
|
10908
|
+
search?: InputMaybe<Scalars['String']['input']>;
|
|
10909
|
+
sort?: InputMaybe<Scalars['Json']['input']>;
|
|
10910
|
+
};
|
|
10896
10911
|
export type ProgressPlansArgs = {
|
|
10897
10912
|
filter?: InputMaybe<Scalars['Json']['input']>;
|
|
10898
10913
|
ids?: InputMaybe<Array<Scalars['ObjectId']['input']>>;
|
|
@@ -10911,6 +10926,15 @@ export type ProgressResponsibilitiesArgs = {
|
|
|
10911
10926
|
search?: InputMaybe<Scalars['String']['input']>;
|
|
10912
10927
|
sort?: InputMaybe<Scalars['Json']['input']>;
|
|
10913
10928
|
};
|
|
10929
|
+
export type ProgressStaffsArgs = {
|
|
10930
|
+
filter?: InputMaybe<Scalars['Json']['input']>;
|
|
10931
|
+
ids?: InputMaybe<Array<Scalars['ObjectId']['input']>>;
|
|
10932
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
10933
|
+
minUpdatedAt?: InputMaybe<Scalars['Date']['input']>;
|
|
10934
|
+
page?: InputMaybe<Scalars['Int']['input']>;
|
|
10935
|
+
search?: InputMaybe<Scalars['String']['input']>;
|
|
10936
|
+
sort?: InputMaybe<Scalars['Json']['input']>;
|
|
10937
|
+
};
|
|
10914
10938
|
export type ProgressSubmissionsArgs = {
|
|
10915
10939
|
filter?: InputMaybe<Scalars['Json']['input']>;
|
|
10916
10940
|
ids?: InputMaybe<Array<Scalars['ObjectId']['input']>>;
|
|
@@ -10928,6 +10952,8 @@ export type ProgressCollectionResponse = {
|
|
|
10928
10952
|
items?: Maybe<Array<Progress>>;
|
|
10929
10953
|
};
|
|
10930
10954
|
export type ProgressInput = {
|
|
10955
|
+
/** Relation IDs of Siapa Bisa Akses Catatan. */
|
|
10956
|
+
accessStaffIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
10931
10957
|
/** When this progress was created. */
|
|
10932
10958
|
createdAt?: InputMaybe<Scalars['Date']['input']>;
|
|
10933
10959
|
/** Relation ID of Created By. */
|
|
@@ -10950,14 +10976,16 @@ export type ProgressInput = {
|
|
|
10950
10976
|
nameStaff?: InputMaybe<Scalars['String']['input']>;
|
|
10951
10977
|
/** Relation IDs of Rencana. */
|
|
10952
10978
|
planIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
10979
|
+
/** Prioritas dari progress ini. */
|
|
10980
|
+
priority?: InputMaybe<Scalars['String']['input']>;
|
|
10953
10981
|
/** Relation IDs of Tanggungjawab. */
|
|
10954
10982
|
responsibilityIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
10955
10983
|
/** When this progress was restored. */
|
|
10956
10984
|
restoredAt?: InputMaybe<Scalars['Date']['input']>;
|
|
10957
10985
|
/** Relation ID of Restored By. */
|
|
10958
10986
|
restoredBy?: InputMaybe<Scalars['ObjectId']['input']>;
|
|
10959
|
-
/** Relation
|
|
10960
|
-
staffIds?: InputMaybe<Scalars['
|
|
10987
|
+
/** Relation IDs of Siapa. */
|
|
10988
|
+
staffIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
10961
10989
|
/** Dimulai Pada */
|
|
10962
10990
|
startedAt?: InputMaybe<Scalars['Date']['input']>;
|
|
10963
10991
|
/** Relation IDs of Tindaklanjut. */
|
|
@@ -14957,6 +14985,8 @@ export type SortItem = {
|
|
|
14957
14985
|
handle: Scalars['String']['input'];
|
|
14958
14986
|
};
|
|
14959
14987
|
export type Staff = {
|
|
14988
|
+
/** Inversed relation from Siapa Bisa Akses Catatan field of neu:personalia:progress model. */
|
|
14989
|
+
accessStaffProgresses?: Maybe<Array<Progress>>;
|
|
14960
14990
|
/** Inversed relation from Siapa Menyetujui field of neu:personalia:submission model. */
|
|
14961
14991
|
agreedStaffSubmissions?: Maybe<Array<Submission>>;
|
|
14962
14992
|
/** Tanggal lahir karyawan. */
|
|
@@ -15058,6 +15088,15 @@ export type Staff = {
|
|
|
15058
15088
|
/** Relation ID of Pengguna. */
|
|
15059
15089
|
userId?: Maybe<Scalars['ObjectId']['output']>;
|
|
15060
15090
|
};
|
|
15091
|
+
export type StaffAccessStaffProgressesArgs = {
|
|
15092
|
+
filter?: InputMaybe<Scalars['Json']['input']>;
|
|
15093
|
+
ids?: InputMaybe<Array<Scalars['ObjectId']['input']>>;
|
|
15094
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
15095
|
+
minUpdatedAt?: InputMaybe<Scalars['Date']['input']>;
|
|
15096
|
+
page?: InputMaybe<Scalars['Int']['input']>;
|
|
15097
|
+
search?: InputMaybe<Scalars['String']['input']>;
|
|
15098
|
+
sort?: InputMaybe<Scalars['Json']['input']>;
|
|
15099
|
+
};
|
|
15061
15100
|
export type StaffAgreedStaffSubmissionsArgs = {
|
|
15062
15101
|
filter?: InputMaybe<Scalars['Json']['input']>;
|
|
15063
15102
|
ids?: InputMaybe<Array<Scalars['ObjectId']['input']>>;
|
|
@@ -16643,6 +16682,8 @@ export type Submission = {
|
|
|
16643
16682
|
updatedBy?: Maybe<Scalars['ObjectId']['output']>;
|
|
16644
16683
|
/** Who last updated this pengajuan. */
|
|
16645
16684
|
updater?: Maybe<User>;
|
|
16685
|
+
/** Jam kerja dari pengajuan. */
|
|
16686
|
+
workingHours?: Maybe<Scalars['Int']['output']>;
|
|
16646
16687
|
};
|
|
16647
16688
|
export type SubmissionAgreedStaffsArgs = {
|
|
16648
16689
|
filter?: InputMaybe<Scalars['Json']['input']>;
|
|
@@ -16793,6 +16834,8 @@ export type SubmissionInput = {
|
|
|
16793
16834
|
updatedAt?: InputMaybe<Scalars['Date']['input']>;
|
|
16794
16835
|
/** Relation ID of Updated By. */
|
|
16795
16836
|
updatedBy?: InputMaybe<Scalars['ObjectId']['input']>;
|
|
16837
|
+
/** Jam kerja dari pengajuan. */
|
|
16838
|
+
workingHours?: InputMaybe<Scalars['Int']['input']>;
|
|
16796
16839
|
};
|
|
16797
16840
|
/** Single neu:personalia:submission response. */
|
|
16798
16841
|
export type SubmissionSingleResponse = {
|
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.3",
|
|
4
4
|
"description": "Interface library of Neutron Operasional.",
|
|
5
5
|
"sideEffects": [
|
|
6
6
|
"*.css"
|
|
@@ -63,7 +63,7 @@
|
|
|
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.
|
|
66
|
+
"@neutron.co.id/personalia-models": "^1.8.2",
|
|
67
67
|
"@neutron.co.id/sentral-interfaces": "^1.4.0",
|
|
68
68
|
"@nuxt/kit": "^3.5.3",
|
|
69
69
|
"qr-scanner": "^1.4.2",
|
|
@@ -137,7 +137,7 @@
|
|
|
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.
|
|
140
|
+
"@neutron.co.id/personalia-models": "^1.8.2",
|
|
141
141
|
"@neutron.co.id/sentral-interfaces": "^1.4.0",
|
|
142
142
|
"@nuxt/kit": "^3.5.3",
|
|
143
143
|
"qr-scanner": "^1.4.2",
|
|
@@ -146,5 +146,5 @@
|
|
|
146
146
|
"publishConfig": {
|
|
147
147
|
"access": "public"
|
|
148
148
|
},
|
|
149
|
-
"build":
|
|
149
|
+
"build": 112
|
|
150
150
|
}
|