@neutron.co.id/operasional-interfaces 1.8.7 → 1.9.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.
Files changed (162) hide show
  1. package/build/@package/components/attendance/attendance.types.d.ts +2 -0
  2. package/build/{types → @package}/components/checkIn/checkIn.types.d.ts +1 -1
  3. package/build/{types → @package}/components/common/NeonTime/NeonTime.vue.d.ts +1 -1
  4. package/build/{types → @package}/components/common/OperasionalIdentitas/OperasionalIdentitas.vue.d.ts +6 -6
  5. package/build/{types → @package}/components/common/index.d.ts +0 -1
  6. package/build/@package/components/plan/plan.types.d.ts +2 -0
  7. package/build/{types → @package}/components/planType/planType.types.d.ts +1 -1
  8. package/build/{types → @package}/components/progress/index.d.ts +2 -1
  9. package/build/@package/components/progress/progress.types.d.ts +2 -0
  10. package/build/@package/components/progress/sections/ProgressNoteTab/index.d.ts +1 -0
  11. package/build/@package/components/progress/sections/index.d.ts +1 -0
  12. package/build/@package/components/responsibility/responsibility.types.d.ts +2 -0
  13. package/build/@package/components/staff/staff.types.d.ts +2 -0
  14. package/build/{types → @package}/components/submission/index.d.ts +1 -0
  15. package/build/{types/components/common/XxxButton/XxxButton.vue.d.ts → @package/components/submission/sections/SubmissionDocumentTab/SubmissionDocumentTab.vue.d.ts} +7 -7
  16. package/build/@package/components/submission/sections/SubmissionDocumentTab/index.d.ts +1 -0
  17. package/build/@package/components/submission/sections/index.d.ts +1 -0
  18. package/build/{types → @package}/components/submission/submission.types.d.ts +1 -1
  19. package/build/@package/components/target/target.types.d.ts +2 -0
  20. package/build/@package/components/task/sheets/TaskWork.vue.d.ts +2 -0
  21. package/build/{types → @package}/components/task/task.types.d.ts +1 -1
  22. package/build/@package/providers/operasional/useOperasional.d.ts +9 -0
  23. package/build/@package/types/index.d.ts +4 -0
  24. package/build/@package/utils/index.d.ts +1 -0
  25. package/build/index.cjs +6390 -7250
  26. package/build/index.mjs +6410 -7270
  27. package/build/nuxt.cjs +5 -0
  28. package/build/nuxt.d.ts +22 -0
  29. package/build/nuxt.json +8 -0
  30. package/build/nuxt.mjs +114 -0
  31. package/build/runtime/plugin.d.ts +2 -0
  32. package/build/runtime/plugin.mjs +5 -0
  33. package/build/runtime/utils.d.ts +1 -0
  34. package/build/runtime/utils.mjs +7 -0
  35. package/build/style.css +90 -87
  36. package/build/types.d.ts +22 -0
  37. package/package.json +67 -70
  38. package/build/types/components/attendance/attendance.types.d.ts +0 -2
  39. package/build/types/components/common/XxxButton/index.d.ts +0 -1
  40. package/build/types/components/plan/plan.types.d.ts +0 -2
  41. package/build/types/components/progress/progress.types.d.ts +0 -2
  42. package/build/types/components/responsibility/responsibility.types.d.ts +0 -2
  43. package/build/types/components/staff/staff.types.d.ts +0 -2
  44. package/build/types/components/target/target.types.d.ts +0 -2
  45. package/build/types/gql/graphql.d.ts +0 -21453
  46. package/build/types/providers/operasional/useOperasional.d.ts +0 -9
  47. package/build/types/types/index.d.ts +0 -4
  48. package/build/types/utils/index.d.ts +0 -4
  49. package/build/types/utils/util.duration.d.ts +0 -8
  50. package/build/types/utils/util.score.d.ts +0 -5
  51. package/build/types/utils/util.string.d.ts +0 -5
  52. package/build/{types → @package}/components/attendance/index.d.ts +0 -0
  53. package/build/{types → @package}/components/attendance/sheets/AttendanceCollection.vue.d.ts +0 -0
  54. package/build/{types → @package}/components/attendance/sheets/AttendanceManager.vue.d.ts +0 -0
  55. package/build/{types → @package}/components/attendance/sheets/AttendanceSingle.vue.d.ts +0 -0
  56. package/build/{types → @package}/components/attendance/sheets/AttendanceStaff.vue.d.ts +0 -0
  57. package/build/{types → @package}/components/attendance/sheets/AttendanceSupervisor.vue.d.ts +0 -0
  58. package/build/{types → @package}/components/attendance/sheets/index.d.ts +1 -1
  59. package/build/{types → @package}/components/checkIn/index.d.ts +0 -0
  60. package/build/{types → @package}/components/checkIn/sheets/CheckInAccess.vue.d.ts +0 -0
  61. package/build/{types → @package}/components/checkIn/sheets/CheckInCollection.vue.d.ts +0 -0
  62. package/build/{types → @package}/components/checkIn/sheets/CheckInExternal.vue.d.ts +0 -0
  63. package/build/{types → @package}/components/checkIn/sheets/CheckInPresenceCollection.vue.d.ts +0 -0
  64. package/build/{types → @package}/components/checkIn/sheets/CheckInScanError.vue.d.ts +0 -0
  65. package/build/{types → @package}/components/checkIn/sheets/CheckInScanSuccess.vue.d.ts +0 -0
  66. package/build/{types → @package}/components/checkIn/sheets/CheckInScanner.vue.d.ts +1 -1
  67. package/build/{types → @package}/components/checkIn/sheets/CheckInSingle.vue.d.ts +0 -0
  68. package/build/{types → @package}/components/checkIn/sheets/CheckInSupervisor.vue.d.ts +0 -0
  69. package/build/{types → @package}/components/checkIn/sheets/index.d.ts +0 -0
  70. package/build/{types → @package}/components/common/NeonTime/index.d.ts +0 -0
  71. package/build/{types → @package}/components/common/OperasionalIdentitas/index.d.ts +0 -0
  72. package/build/{types → @package}/components/index.d.ts +10 -10
  73. package/build/{types → @package}/components/plan/index.d.ts +0 -0
  74. package/build/{types → @package}/components/plan/sheets/PlanCollection.vue.d.ts +0 -0
  75. package/build/{types → @package}/components/plan/sheets/PlanSingle.vue.d.ts +0 -0
  76. package/build/{types → @package}/components/plan/sheets/PlanStaff.vue.d.ts +0 -0
  77. package/build/{types → @package}/components/plan/sheets/index.d.ts +0 -0
  78. package/build/{types → @package}/components/planType/index.d.ts +0 -0
  79. package/build/{types → @package}/components/planType/sheets/PlanTypeCollection.vue.d.ts +0 -0
  80. package/build/{types → @package}/components/planType/sheets/PlanTypeSingle.vue.d.ts +0 -0
  81. package/build/{types → @package}/components/planType/sheets/index.d.ts +0 -0
  82. package/build/{types → @package}/components/progress/elements/ProgressButton.vue.d.ts +0 -0
  83. package/build/{types → @package}/components/progress/elements/ProgressNoteButton.vue.d.ts +0 -0
  84. package/build/{types → @package}/components/progress/elements/index.d.ts +0 -0
  85. package/build/{types/components/progress/sheets/ProgressNote.vue.d.ts → @package/components/progress/sections/ProgressNoteTab/ProgressNoteTab.vue.d.ts} +0 -0
  86. package/build/{types → @package}/components/progress/sheets/ProgressCollection.vue.d.ts +0 -0
  87. package/build/{types/components/progress/sheets/ProgressSingle.vue.d.ts → @package/components/progress/sheets/ProgressNote.vue.d.ts} +0 -0
  88. package/build/{types/components/progress/sheets/ProgressTomorrow.vue.d.ts → @package/components/progress/sheets/ProgressSingle.vue.d.ts} +0 -0
  89. package/build/{types/components/progress/sheets/ProgressYesterday.vue.d.ts → @package/components/progress/sheets/ProgressTomorrow.vue.d.ts} +0 -0
  90. package/build/{types/components/progressAccess/sheets/ProgressAccessCollection.vue.d.ts → @package/components/progress/sheets/ProgressYesterday.vue.d.ts} +0 -0
  91. package/build/{types → @package}/components/progress/sheets/index.d.ts +0 -0
  92. package/build/{types → @package}/components/progressAccess/index.d.ts +0 -0
  93. package/build/{types → @package}/components/progressAccess/progressAccess.types.d.ts +0 -0
  94. package/build/{types/components/progressAccess/sheets/ProgressAccessSingle.vue.d.ts → @package/components/progressAccess/sheets/ProgressAccessCollection.vue.d.ts} +0 -0
  95. package/build/{types/components/progressAccess/sheets/ProgressAccessSupervisor.vue.d.ts → @package/components/progressAccess/sheets/ProgressAccessSingle.vue.d.ts} +0 -0
  96. package/build/{types/components/responsibility/sheets/ResponsibilityCollection.vue.d.ts → @package/components/progressAccess/sheets/ProgressAccessSupervisor.vue.d.ts} +0 -0
  97. package/build/{types → @package}/components/progressAccess/sheets/index.d.ts +0 -0
  98. package/build/{types → @package}/components/register.d.ts +0 -0
  99. package/build/{types → @package}/components/responsibility/index.d.ts +0 -0
  100. package/build/{types/components/responsibility/sheets/ResponsibilitySingle.vue.d.ts → @package/components/responsibility/sheets/ResponsibilityCollection.vue.d.ts} +0 -0
  101. package/build/{types/components/responsibility/sheets/ResponsibilityStaff.vue.d.ts → @package/components/responsibility/sheets/ResponsibilitySingle.vue.d.ts} +0 -0
  102. package/build/{types/components/responsibility/sheets/ResponsibilitySupervisor.vue.d.ts → @package/components/responsibility/sheets/ResponsibilityStaff.vue.d.ts} +0 -0
  103. package/build/{types/components/responsibilityType/sheets/ResponsibilityTypeCollection.vue.d.ts → @package/components/responsibility/sheets/ResponsibilitySupervisor.vue.d.ts} +0 -0
  104. package/build/{types → @package}/components/responsibility/sheets/index.d.ts +0 -0
  105. package/build/{types → @package}/components/responsibilityType/index.d.ts +0 -0
  106. package/build/{types → @package}/components/responsibilityType/responsibilityType.types.d.ts +0 -0
  107. package/build/{types/components/responsibilityType/sheets/ResponsibilityTypeSingle.vue.d.ts → @package/components/responsibilityType/sheets/ResponsibilityTypeCollection.vue.d.ts} +0 -0
  108. package/build/{types/components/situation/sheets/SituationCollection.vue.d.ts → @package/components/responsibilityType/sheets/ResponsibilityTypeSingle.vue.d.ts} +0 -0
  109. package/build/{types → @package}/components/responsibilityType/sheets/index.d.ts +0 -0
  110. package/build/{types → @package}/components/situation/index.d.ts +0 -0
  111. package/build/{types/components/situation/sheets/SituationSingle.vue.d.ts → @package/components/situation/sheets/SituationCollection.vue.d.ts} +0 -0
  112. package/build/{types/components/situation/sheets/SituationSupportive.vue.d.ts → @package/components/situation/sheets/SituationSingle.vue.d.ts} +0 -0
  113. package/build/{types/components/situation/sheets/SituationWork.vue.d.ts → @package/components/situation/sheets/SituationSupportive.vue.d.ts} +0 -0
  114. package/build/{types/components/situationType/sheets/SituationTypeCollection.vue.d.ts → @package/components/situation/sheets/SituationWork.vue.d.ts} +0 -0
  115. package/build/{types → @package}/components/situation/sheets/index.d.ts +0 -0
  116. package/build/{types → @package}/components/situation/situation.types.d.ts +0 -0
  117. package/build/{types → @package}/components/situationType/index.d.ts +0 -0
  118. package/build/{types/components/situationType/sheets/SituationTypeSingle.vue.d.ts → @package/components/situationType/sheets/SituationTypeCollection.vue.d.ts} +0 -0
  119. package/build/{types/components/staff/sheets/StaffCollection.vue.d.ts → @package/components/situationType/sheets/SituationTypeSingle.vue.d.ts} +0 -0
  120. package/build/{types → @package}/components/situationType/sheets/index.d.ts +0 -0
  121. package/build/{types → @package}/components/situationType/situationType.types.d.ts +0 -0
  122. package/build/{types → @package}/components/staff/index.d.ts +0 -0
  123. package/build/{types/components/staff/sheets/StaffIdentity.vue.d.ts → @package/components/staff/sheets/StaffCollection.vue.d.ts} +0 -0
  124. package/build/{types/components/staff/sheets/StaffOperasional.vue.d.ts → @package/components/staff/sheets/StaffIdentity.vue.d.ts} +0 -0
  125. package/build/{types/components/staff/sheets/StaffSingle.vue.d.ts → @package/components/staff/sheets/StaffOperasional.vue.d.ts} +0 -0
  126. package/build/{types/components/submission/sheets/SubmissionAudit.vue.d.ts → @package/components/staff/sheets/StaffSingle.vue.d.ts} +0 -0
  127. package/build/{types → @package}/components/staff/sheets/index.d.ts +0 -0
  128. package/build/{types/components/submission/sheets/SubmissionCollection.vue.d.ts → @package/components/submission/sheets/SubmissionAudit.vue.d.ts} +0 -0
  129. package/build/{types/components/submission/sheets/SubmissionDecision.vue.d.ts → @package/components/submission/sheets/SubmissionCollection.vue.d.ts} +0 -0
  130. package/build/{types/components/submission/sheets/SubmissionFollowUp.vue.d.ts → @package/components/submission/sheets/SubmissionDecision.vue.d.ts} +0 -0
  131. package/build/{types/components/submission/sheets/SubmissionSingle.vue.d.ts → @package/components/submission/sheets/SubmissionFollowUp.vue.d.ts} +0 -0
  132. package/build/{types/components/submission/sheets/SubmissionStaff.vue.d.ts → @package/components/submission/sheets/SubmissionSingle.vue.d.ts} +0 -0
  133. package/build/{types/components/submission/sheets/SubmissionSupervisor.vue.d.ts → @package/components/submission/sheets/SubmissionStaff.vue.d.ts} +0 -0
  134. package/build/{types/components/submission/sheets/SubmissionWaitingDecision.vue.d.ts → @package/components/submission/sheets/SubmissionSupervisor.vue.d.ts} +0 -0
  135. package/build/{types/components/submissionType/sheets/SubmissionTypeCollection.vue.d.ts → @package/components/submission/sheets/SubmissionWaitingDecision.vue.d.ts} +0 -0
  136. package/build/{types → @package}/components/submission/sheets/index.d.ts +0 -0
  137. package/build/{types → @package}/components/submissionType/index.d.ts +0 -0
  138. package/build/{types/components/submissionType/sheets/SubmissionTypeSingle.vue.d.ts → @package/components/submissionType/sheets/SubmissionTypeCollection.vue.d.ts} +0 -0
  139. package/build/{types/components/target/sheets/TargetBranch.vue.d.ts → @package/components/submissionType/sheets/SubmissionTypeSingle.vue.d.ts} +0 -0
  140. package/build/{types → @package}/components/submissionType/sheets/index.d.ts +0 -0
  141. package/build/{types → @package}/components/submissionType/submissionType.types.d.ts +0 -0
  142. package/build/{types → @package}/components/target/index.d.ts +0 -0
  143. package/build/{types/components/target/sheets/TargetCollection.vue.d.ts → @package/components/target/sheets/TargetBranch.vue.d.ts} +0 -0
  144. package/build/{types/components/target/sheets/TargetSingle.vue.d.ts → @package/components/target/sheets/TargetCollection.vue.d.ts} +0 -0
  145. package/build/{types/components/task/elements/TaskWorkButton.vue.d.ts → @package/components/target/sheets/TargetSingle.vue.d.ts} +0 -0
  146. package/build/{types → @package}/components/target/sheets/index.d.ts +0 -0
  147. package/build/{types/components/task/sheets/TaskCollection.vue.d.ts → @package/components/task/elements/TaskWorkButton.vue.d.ts} +0 -0
  148. package/build/{types → @package}/components/task/elements/index.d.ts +0 -0
  149. package/build/{types → @package}/components/task/index.d.ts +0 -0
  150. package/build/{types/components/task/sheets/TaskSingle.vue.d.ts → @package/components/task/sheets/TaskCollection.vue.d.ts} +0 -0
  151. package/build/{types/components/task/sheets/TaskWork.vue.d.ts → @package/components/task/sheets/TaskSingle.vue.d.ts} +0 -0
  152. package/build/{types → @package}/components/task/sheets/index.d.ts +0 -0
  153. package/build/{types → @package}/index.d.ts +0 -0
  154. package/build/{types → @package}/providers/index.d.ts +0 -0
  155. package/build/{types → @package}/providers/operasional/attendance.store.d.ts +0 -0
  156. package/build/{types → @package}/providers/operasional/bus.d.ts +0 -0
  157. package/build/{types → @package}/providers/operasional/index.d.ts +2 -2
  158. package/build/{types → @package}/providers/operasional/operasional.store.d.ts +0 -0
  159. package/build/{types → @package}/providers/operasional/operasional.types.d.ts +1 -1
  160. /package/build/{types → @package}/providers/operasional/withOperasional.d.ts +0 -0
  161. /package/build/{types → @package}/types/type.utils.d.ts +0 -0
  162. /package/build/{types → @package}/utils/util.date.d.ts +0 -0
@@ -0,0 +1,2 @@
1
+ export declare const AttendanceModel: import("@neon.id/model").Model<"neu:personalia:attendance", "nameStaff" | "status" | "type" | "branch" | "submitStaff" | "decideStaff" | "submittedAt" | "startedAt" | "endedAt" | "notes" | "virtualSubmitStaff" | "attendanceAt" | "homeAt" | "earlyAt" | "comeAt" | "lateAt">;
2
+ export type TAttendanceModel = typeof AttendanceModel;
@@ -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" | "virtualStaff" | "informationCheckIn">;
1
+ export declare const CheckInModel: import("@neon.id/model").Model<"neu:tempat:checkIn", "type" | "branch" | "user" | "note" | "building" | "checkInAt" | "student" | "teacher" | "staff" | "virtualStaff" | "informationCheckIn">;
2
2
  export type TCheckInModel = typeof CheckInModel;
@@ -1,4 +1,4 @@
1
- import { MaybeProp } from '@package/types';
1
+ import { MaybeProp } from '../../../types';
2
2
  declare const _default: import("vue").DefineComponent<{
3
3
  modelValue: {
4
4
  type: MaybeProp<string>;
@@ -1,6 +1,6 @@
1
1
  import type { NBase } from '@neon.id/types';
2
2
  import { type PropType } from 'vue';
3
- import { MaybeProp, Schema } from '@package/types';
3
+ import { MaybeProp } from '../../../types';
4
4
  export interface UpdateUserPayload {
5
5
  userId: string;
6
6
  roleIds: string[];
@@ -11,7 +11,7 @@ declare const _default: import("vue").DefineComponent<{
11
11
  default: null;
12
12
  };
13
13
  user: {
14
- type: MaybeProp<Schema.User>;
14
+ type: MaybeProp<import("@neutron.co.id/personalia-models").User>;
15
15
  default: null;
16
16
  };
17
17
  conflict: {
@@ -54,7 +54,7 @@ declare const _default: import("vue").DefineComponent<{
54
54
  default: null;
55
55
  };
56
56
  user: {
57
- type: MaybeProp<Schema.User>;
57
+ type: MaybeProp<import("@neutron.co.id/personalia-models").User>;
58
58
  default: null;
59
59
  };
60
60
  conflict: {
@@ -92,11 +92,11 @@ declare const _default: import("vue").DefineComponent<{
92
92
  }>> & {
93
93
  "onNo-conflict"?: (() => any) | undefined;
94
94
  }, {
95
- profile: any;
96
- user: Schema.User | null;
97
- conflict: any;
95
+ user: import("@neutron.co.id/personalia-models").User | null;
98
96
  roles: NBase.ItemAttribute[];
97
+ profile: any;
99
98
  errors: Record<string, string>;
99
+ conflict: any;
100
100
  onChoose: (userId: string) => Promise<any>;
101
101
  onRegister: (payload: any) => Promise<string | undefined>;
102
102
  onConnect: (userId: string) => Promise<any>;
@@ -1,3 +1,2 @@
1
- export * from './XxxButton';
2
1
  export * from './OperasionalIdentitas';
3
2
  export * from './NeonTime';
@@ -0,0 +1,2 @@
1
+ export declare const PlanModel: import("@neon.id/model").Model<"neu:personalia:plan", "startedAt" | "endedAt" | "name" | "target" | "branches" | "detail" | "staffs" | "stages" | "domain" | "planTypes">;
2
+ export type TPlanModel = typeof PlanModel;
@@ -1,2 +1,2 @@
1
- export declare const PlanTypeModel: import("@neon.id/model").Model<"neu:personalia:planType", "name" | "staffs" | "branches" | "nameStaff" | "domain">;
1
+ export declare const PlanTypeModel: import("@neon.id/model").Model<"neu:personalia:planType", "nameStaff" | "name" | "branches" | "staffs" | "domain">;
2
2
  export type TPlanTypeModel = typeof PlanTypeModel;
@@ -1,3 +1,4 @@
1
- export * from './progress.types';
2
1
  export * from './elements';
2
+ export * from './progress.types';
3
+ export * from './sections';
3
4
  export * from './sheets';
@@ -0,0 +1,2 @@
1
+ export declare const ProgressModel: import("@neon.id/model").Model<"neu:personalia:progress", "nameStaff" | "startedAt" | "endedAt" | "branches" | "accessStaffs" | "detail" | "isNotes" | "plans" | "priority" | "responsibilities" | "staffs" | "submissions" | "virtualIsNotes" | "virtualStaffs">;
2
+ export type TProgressModel = typeof ProgressModel;
@@ -0,0 +1 @@
1
+ export { default as ProgressNoteTab } from './ProgressNoteTab.vue';
@@ -0,0 +1 @@
1
+ export * from './ProgressNoteTab';
@@ -0,0 +1,2 @@
1
+ export declare const ResponsibilityModel: import("@neon.id/model").Model<"neu:personalia:responsibility", "nameStaff" | "branches" | "detail" | "condition" | "lastProgress" | "responsibilityType" | "result" | "score" | "staffSupervises" | "staffWorks" | "title">;
2
+ export type TResponsibilityModel = typeof ResponsibilityModel;
@@ -0,0 +1,2 @@
1
+ export declare const StaffModel: import("@neon.id/model").Model<"neu:personalia:staff", "branch" | "name" | "user" | "image" | "note" | "birthDate" | "birthPlace" | "branches" | "nik">;
2
+ export type TStaffModel = typeof StaffModel;
@@ -1,2 +1,3 @@
1
1
  export * from './submission.types';
2
+ export * from './sections';
2
3
  export * from './sheets';
@@ -1,14 +1,14 @@
1
1
  declare const _default: import("vue").DefineComponent<{
2
- color: {
3
- type: StringConstructor;
4
- default: string;
2
+ isReadonly: {
3
+ type: BooleanConstructor;
4
+ default: boolean;
5
5
  };
6
6
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
7
- color: {
8
- type: StringConstructor;
9
- default: string;
7
+ isReadonly: {
8
+ type: BooleanConstructor;
9
+ default: boolean;
10
10
  };
11
11
  }>>, {
12
- color: string;
12
+ isReadonly: boolean;
13
13
  }, {}>;
14
14
  export default _default;
@@ -0,0 +1 @@
1
+ export { default as SubmissionDocumentTab } from './SubmissionDocumentTab.vue';
@@ -0,0 +1 @@
1
+ export * from './SubmissionDocumentTab';
@@ -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" | "virtualFollowUpStaffs" | "workingHours">;
1
+ export declare const SubmissionModel: import("@neon.id/model").Model<"neu:personalia:submission", "nameStaff" | "status" | "type" | "image" | "branches" | "title" | "agreedStaffs" | "decideStaffs" | "delayStaffs" | "document" | "followUpStaffs" | "nominal" | "preparedAt" | "processedAt" | "raiseStaffs" | "raisedAt" | "specifications" | "submissionStaffs" | "virtualFollowUpStaffs" | "workingHours">;
2
2
  export type TSubmissionModel = typeof SubmissionModel;
@@ -0,0 +1,2 @@
1
+ export declare const TargetModel: import("@neon.id/model").Model<"neu:personalia:target", "startedAt" | "endedAt" | "name" | "branches" | "stages" | "school" | "actualInvoice" | "condition" | "targetEst">;
2
+ export type TTargetModel = typeof TargetModel;
@@ -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 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">;
1
+ export declare const TaskModel: import("@neon.id/model").Model<"neu:personalia:task", "status" | "user" | "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;
@@ -0,0 +1,9 @@
1
+ export declare function useOperasional(): {
2
+ isLoading: import("vue").Ref<boolean>;
3
+ staff: import("vue").Ref<import("@neutron.co.id/personalia-models").Staff | null>;
4
+ accesses: import("vue").Ref<import("@neutron.co.id/personalia-models").ProgressAccess[]>;
5
+ supervisedStaffIds: import("vue").ComputedRef<string[]>;
6
+ setStaff: (data: import("@neutron.co.id/personalia-models").Staff) => void;
7
+ getStaff: () => Promise<void>;
8
+ init: () => Promise<void>;
9
+ };
@@ -0,0 +1,4 @@
1
+ export type { Schema } from '@neutron.co.id/personalia-models';
2
+ export type * from './type.utils';
3
+ export interface PluginOptions {
4
+ }
@@ -0,0 +1 @@
1
+ export * from './util.date';