@neutron.co.id/operasional-interfaces 1.8.2 → 1.8.4
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 +894 -288
- package/build/index.mjs +895 -289
- package/build/style.css +42 -13
- package/build/types/components/index.d.ts +1 -0
- 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/progressAccess/index.d.ts +2 -0
- package/build/types/components/progressAccess/progressAccess.types.d.ts +2 -0
- package/build/types/components/progressAccess/sheets/ProgressAccessCollection.vue.d.ts +2 -0
- package/build/types/components/progressAccess/sheets/ProgressAccessSingle.vue.d.ts +2 -0
- package/build/types/components/progressAccess/sheets/ProgressAccessSupervisor.vue.d.ts +2 -0
- package/build/types/components/progressAccess/sheets/index.d.ts +3 -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/components/task/task.types.d.ts +1 -1
- package/build/types/gql/graphql.d.ts +308 -9
- package/build/types/providers/operasional/operasional.types.d.ts +3 -1
- package/build/types/providers/operasional/useOperasional.d.ts +2 -0
- 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-0478202c] {
|
|
232
232
|
display: block
|
|
233
233
|
}
|
|
234
234
|
|
|
235
|
-
.neu-submission-single[data-v-
|
|
235
|
+
.neu-submission-single[data-v-59b0701c] {
|
|
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,11 +248,11 @@
|
|
|
248
248
|
display: block
|
|
249
249
|
}
|
|
250
250
|
|
|
251
|
-
.neu-responsibility-single[data-v-
|
|
251
|
+
.neu-responsibility-single[data-v-3ec4a018] {
|
|
252
252
|
display: block
|
|
253
253
|
}
|
|
254
254
|
|
|
255
|
-
.neu-responsibility-single[data-v-
|
|
255
|
+
.neu-responsibility-single[data-v-a1ec66a6] {
|
|
256
256
|
display: block
|
|
257
257
|
}
|
|
258
258
|
|
|
@@ -268,7 +268,7 @@
|
|
|
268
268
|
display: block
|
|
269
269
|
}
|
|
270
270
|
|
|
271
|
-
.neu-plan-single[data-v-
|
|
271
|
+
.neu-plan-single[data-v-a39127c2] {
|
|
272
272
|
display: block
|
|
273
273
|
}
|
|
274
274
|
|
|
@@ -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
|
}
|
|
@@ -320,3 +341,11 @@
|
|
|
320
341
|
.neu-attendance-single[data-v-643cca03] {
|
|
321
342
|
display: block
|
|
322
343
|
}
|
|
344
|
+
|
|
345
|
+
.neu-progress-access-single[data-v-60f0e0da] {
|
|
346
|
+
display: block
|
|
347
|
+
}
|
|
348
|
+
|
|
349
|
+
.neu-progress-access-single[data-v-54eff340] {
|
|
350
|
+
display: block
|
|
351
|
+
}
|
|
@@ -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" | "nameStaff" | "
|
|
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">;
|
|
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';
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
2
|
+
export default _default;
|
|
@@ -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;
|