@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/style.css CHANGED
@@ -216,27 +216,27 @@
216
216
  display: block
217
217
  }
218
218
 
219
- .neu-submission-single[data-v-39553dbd] {
219
+ .neu-submission-single[data-v-db121b49] {
220
220
  display: block
221
221
  }
222
222
 
223
- .neu-submission-single[data-v-3ed905bd] {
223
+ .neu-submission-single[data-v-c971a3c0] {
224
224
  display: block
225
225
  }
226
226
 
227
- .neu-submission-single[data-v-6fd14e52] {
227
+ .neu-submission-single[data-v-890dfdf2] {
228
228
  display: block
229
229
  }
230
230
 
231
- .neu-submission-single[data-v-7ee6c6b9] {
231
+ .neu-submission-single[data-v-0478202c] {
232
232
  display: block
233
233
  }
234
234
 
235
- .neu-submission-single[data-v-ec347ac5] {
235
+ .neu-submission-single[data-v-59b0701c] {
236
236
  display: block
237
237
  }
238
238
 
239
- .neu-submission-single[data-v-051b2194] {
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-aaff5c1e] {
251
+ .neu-responsibility-single[data-v-3ec4a018] {
252
252
  display: block
253
253
  }
254
254
 
255
- .neu-responsibility-single[data-v-8c4d64ad] {
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-b3d29aa4] {
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-6569a1bb] {
283
+ .neu-progress-single[data-v-ca99d46c] {
284
284
 
285
285
  position: relative
286
286
  }
287
- .neu-progress-single .segments[data-v-6569a1bb] {
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-9a139943] {
304
+ .neu-progress-single[data-v-41302f2e] {
305
305
  display: block
306
306
  }
307
307
 
308
- .neu-progress-single[data-v-3bad8bb9] {
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
+ }
@@ -13,3 +13,4 @@ export * from './planType';
13
13
  export * from './plan';
14
14
  export * from './progress';
15
15
  export * from './attendance';
16
+ export * from './progressAccess';
@@ -1,2 +1,2 @@
1
- export declare const PlanModel: import("@neon.id/model").Model<"neu:personalia:plan", "name" | "target" | "staffs" | "branches" | "stages" | "endedAt" | "startedAt" | "detail" | "domain" | "planTypes">;
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" | "endedAt" | "startedAt" | "detail" | "isNotes" | "plans" | "responsibilities" | "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">;
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
+ export * from './progressAccess.types';
2
+ export * from './sheets';
@@ -0,0 +1,2 @@
1
+ export declare const ProgressAccessModel: import("@neon.id/model").Model<"neu:personalia:progressAccess", "nameStaff" | "superviseStaff" | "supervisedStaffs">;
2
+ export type TProgressAccessModel = typeof ProgressAccessModel;
@@ -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;
@@ -0,0 +1,3 @@
1
+ export { default as ProgressAccessCollection } from './ProgressAccessCollection.vue';
2
+ export { default as ProgressAccessSingle } from './ProgressAccessSingle.vue';
3
+ export { default as ProgressAccessSupervisor } from './ProgressAccessSupervisor.vue';
@@ -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" | "nameStaff" | "nominal" | "preparedAt" | "processedAt" | "raiseStaffs" | "raisedAt" | "specifications" | "submissionStaffs">;
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" | "school" | "stages" | "endedAt" | "startedAt" | "actualInvoice" | "condition" | "targetEst">;
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" | "priority" | "resultAssignment" | "taskName">;
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;