@neutron.co.id/operasional-interfaces 1.8.7 → 1.9.5-beta.1
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/@package/components/attendance/attendance.types.d.ts +2 -0
- package/build/{types → @package}/components/checkIn/checkIn.types.d.ts +1 -1
- package/build/{types → @package}/components/common/NeonTime/NeonTime.vue.d.ts +1 -1
- package/build/{types → @package}/components/common/OperasionalIdentitas/OperasionalIdentitas.vue.d.ts +6 -6
- package/build/{types → @package}/components/common/index.d.ts +0 -1
- package/build/@package/components/plan/plan.types.d.ts +2 -0
- package/build/{types → @package}/components/planType/planType.types.d.ts +1 -1
- package/build/{types → @package}/components/progress/index.d.ts +2 -1
- package/build/@package/components/progress/progress.types.d.ts +2 -0
- package/build/@package/components/progress/sections/ProgressNoteTab/index.d.ts +1 -0
- package/build/@package/components/progress/sections/index.d.ts +1 -0
- package/build/@package/components/responsibility/responsibility.types.d.ts +2 -0
- package/build/@package/components/staff/staff.types.d.ts +2 -0
- package/build/{types → @package}/components/submission/index.d.ts +1 -0
- package/build/{types/components/common/XxxButton/XxxButton.vue.d.ts → @package/components/submission/sections/SubmissionDocumentTab/SubmissionDocumentTab.vue.d.ts} +7 -7
- package/build/@package/components/submission/sections/SubmissionDocumentTab/index.d.ts +1 -0
- package/build/@package/components/submission/sections/index.d.ts +1 -0
- package/build/{types → @package}/components/submission/submission.types.d.ts +1 -1
- package/build/@package/components/target/target.types.d.ts +2 -0
- package/build/@package/components/task/sheets/TaskWork.vue.d.ts +2 -0
- package/build/{types → @package}/components/task/task.types.d.ts +1 -1
- package/build/@package/providers/operasional/useOperasional.d.ts +9 -0
- package/build/@package/types/index.d.ts +4 -0
- package/build/@package/utils/index.d.ts +1 -0
- package/build/index.cjs +6399 -7269
- package/build/index.mjs +6443 -7313
- package/build/nuxt.cjs +5 -0
- package/build/nuxt.d.ts +22 -0
- package/build/nuxt.json +8 -0
- package/build/nuxt.mjs +114 -0
- package/build/runtime/plugin.d.ts +2 -0
- package/build/runtime/plugin.mjs +5 -0
- package/build/runtime/utils.d.ts +1 -0
- package/build/runtime/utils.mjs +7 -0
- package/build/style.css +90 -87
- package/build/types.d.ts +22 -0
- package/package.json +67 -70
- package/build/types/components/attendance/attendance.types.d.ts +0 -2
- package/build/types/components/common/XxxButton/index.d.ts +0 -1
- package/build/types/components/plan/plan.types.d.ts +0 -2
- package/build/types/components/progress/progress.types.d.ts +0 -2
- package/build/types/components/responsibility/responsibility.types.d.ts +0 -2
- package/build/types/components/staff/staff.types.d.ts +0 -2
- package/build/types/components/target/target.types.d.ts +0 -2
- package/build/types/gql/graphql.d.ts +0 -21453
- package/build/types/providers/operasional/useOperasional.d.ts +0 -9
- package/build/types/types/index.d.ts +0 -4
- package/build/types/utils/index.d.ts +0 -4
- package/build/types/utils/util.duration.d.ts +0 -8
- package/build/types/utils/util.score.d.ts +0 -5
- package/build/types/utils/util.string.d.ts +0 -5
- package/build/{types → @package}/components/attendance/index.d.ts +0 -0
- package/build/{types → @package}/components/attendance/sheets/AttendanceCollection.vue.d.ts +0 -0
- package/build/{types → @package}/components/attendance/sheets/AttendanceManager.vue.d.ts +0 -0
- package/build/{types → @package}/components/attendance/sheets/AttendanceSingle.vue.d.ts +0 -0
- package/build/{types → @package}/components/attendance/sheets/AttendanceStaff.vue.d.ts +0 -0
- package/build/{types → @package}/components/attendance/sheets/AttendanceSupervisor.vue.d.ts +0 -0
- package/build/{types → @package}/components/attendance/sheets/index.d.ts +1 -1
- package/build/{types → @package}/components/checkIn/index.d.ts +0 -0
- package/build/{types → @package}/components/checkIn/sheets/CheckInAccess.vue.d.ts +0 -0
- package/build/{types → @package}/components/checkIn/sheets/CheckInCollection.vue.d.ts +0 -0
- package/build/{types → @package}/components/checkIn/sheets/CheckInExternal.vue.d.ts +0 -0
- package/build/{types → @package}/components/checkIn/sheets/CheckInPresenceCollection.vue.d.ts +0 -0
- package/build/{types → @package}/components/checkIn/sheets/CheckInScanError.vue.d.ts +0 -0
- package/build/{types → @package}/components/checkIn/sheets/CheckInScanSuccess.vue.d.ts +0 -0
- package/build/{types → @package}/components/checkIn/sheets/CheckInScanner.vue.d.ts +1 -1
- package/build/{types → @package}/components/checkIn/sheets/CheckInSingle.vue.d.ts +0 -0
- package/build/{types → @package}/components/checkIn/sheets/CheckInSupervisor.vue.d.ts +0 -0
- package/build/{types → @package}/components/checkIn/sheets/index.d.ts +0 -0
- package/build/{types → @package}/components/common/NeonTime/index.d.ts +0 -0
- package/build/{types → @package}/components/common/OperasionalIdentitas/index.d.ts +0 -0
- package/build/{types → @package}/components/index.d.ts +10 -10
- package/build/{types → @package}/components/plan/index.d.ts +0 -0
- package/build/{types → @package}/components/plan/sheets/PlanCollection.vue.d.ts +0 -0
- package/build/{types → @package}/components/plan/sheets/PlanSingle.vue.d.ts +0 -0
- package/build/{types → @package}/components/plan/sheets/PlanStaff.vue.d.ts +0 -0
- package/build/{types → @package}/components/plan/sheets/index.d.ts +0 -0
- package/build/{types → @package}/components/planType/index.d.ts +0 -0
- package/build/{types → @package}/components/planType/sheets/PlanTypeCollection.vue.d.ts +0 -0
- package/build/{types → @package}/components/planType/sheets/PlanTypeSingle.vue.d.ts +0 -0
- package/build/{types → @package}/components/planType/sheets/index.d.ts +0 -0
- package/build/{types → @package}/components/progress/elements/ProgressButton.vue.d.ts +0 -0
- package/build/{types → @package}/components/progress/elements/ProgressNoteButton.vue.d.ts +0 -0
- package/build/{types → @package}/components/progress/elements/index.d.ts +0 -0
- package/build/{types/components/progress/sheets/ProgressNote.vue.d.ts → @package/components/progress/sections/ProgressNoteTab/ProgressNoteTab.vue.d.ts} +0 -0
- package/build/{types → @package}/components/progress/sheets/ProgressCollection.vue.d.ts +0 -0
- package/build/{types/components/progress/sheets/ProgressSingle.vue.d.ts → @package/components/progress/sheets/ProgressNote.vue.d.ts} +0 -0
- package/build/{types/components/progress/sheets/ProgressTomorrow.vue.d.ts → @package/components/progress/sheets/ProgressSingle.vue.d.ts} +0 -0
- package/build/{types/components/progress/sheets/ProgressYesterday.vue.d.ts → @package/components/progress/sheets/ProgressTomorrow.vue.d.ts} +0 -0
- package/build/{types/components/progressAccess/sheets/ProgressAccessCollection.vue.d.ts → @package/components/progress/sheets/ProgressYesterday.vue.d.ts} +0 -0
- package/build/{types → @package}/components/progress/sheets/index.d.ts +0 -0
- package/build/{types → @package}/components/progressAccess/index.d.ts +0 -0
- package/build/{types → @package}/components/progressAccess/progressAccess.types.d.ts +0 -0
- package/build/{types/components/progressAccess/sheets/ProgressAccessSingle.vue.d.ts → @package/components/progressAccess/sheets/ProgressAccessCollection.vue.d.ts} +0 -0
- package/build/{types/components/progressAccess/sheets/ProgressAccessSupervisor.vue.d.ts → @package/components/progressAccess/sheets/ProgressAccessSingle.vue.d.ts} +0 -0
- package/build/{types/components/responsibility/sheets/ResponsibilityCollection.vue.d.ts → @package/components/progressAccess/sheets/ProgressAccessSupervisor.vue.d.ts} +0 -0
- package/build/{types → @package}/components/progressAccess/sheets/index.d.ts +0 -0
- package/build/{types → @package}/components/register.d.ts +0 -0
- package/build/{types → @package}/components/responsibility/index.d.ts +0 -0
- package/build/{types/components/responsibility/sheets/ResponsibilitySingle.vue.d.ts → @package/components/responsibility/sheets/ResponsibilityCollection.vue.d.ts} +0 -0
- package/build/{types/components/responsibility/sheets/ResponsibilityStaff.vue.d.ts → @package/components/responsibility/sheets/ResponsibilitySingle.vue.d.ts} +0 -0
- package/build/{types/components/responsibility/sheets/ResponsibilitySupervisor.vue.d.ts → @package/components/responsibility/sheets/ResponsibilityStaff.vue.d.ts} +0 -0
- package/build/{types/components/responsibilityType/sheets/ResponsibilityTypeCollection.vue.d.ts → @package/components/responsibility/sheets/ResponsibilitySupervisor.vue.d.ts} +0 -0
- package/build/{types → @package}/components/responsibility/sheets/index.d.ts +0 -0
- package/build/{types → @package}/components/responsibilityType/index.d.ts +0 -0
- package/build/{types → @package}/components/responsibilityType/responsibilityType.types.d.ts +0 -0
- package/build/{types/components/responsibilityType/sheets/ResponsibilityTypeSingle.vue.d.ts → @package/components/responsibilityType/sheets/ResponsibilityTypeCollection.vue.d.ts} +0 -0
- package/build/{types/components/situation/sheets/SituationCollection.vue.d.ts → @package/components/responsibilityType/sheets/ResponsibilityTypeSingle.vue.d.ts} +0 -0
- package/build/{types → @package}/components/responsibilityType/sheets/index.d.ts +0 -0
- package/build/{types → @package}/components/situation/index.d.ts +0 -0
- package/build/{types/components/situation/sheets/SituationSingle.vue.d.ts → @package/components/situation/sheets/SituationCollection.vue.d.ts} +0 -0
- package/build/{types/components/situation/sheets/SituationSupportive.vue.d.ts → @package/components/situation/sheets/SituationSingle.vue.d.ts} +0 -0
- package/build/{types/components/situation/sheets/SituationWork.vue.d.ts → @package/components/situation/sheets/SituationSupportive.vue.d.ts} +0 -0
- package/build/{types/components/situationType/sheets/SituationTypeCollection.vue.d.ts → @package/components/situation/sheets/SituationWork.vue.d.ts} +0 -0
- package/build/{types → @package}/components/situation/sheets/index.d.ts +0 -0
- package/build/{types → @package}/components/situation/situation.types.d.ts +0 -0
- package/build/{types → @package}/components/situationType/index.d.ts +0 -0
- package/build/{types/components/situationType/sheets/SituationTypeSingle.vue.d.ts → @package/components/situationType/sheets/SituationTypeCollection.vue.d.ts} +0 -0
- package/build/{types/components/staff/sheets/StaffCollection.vue.d.ts → @package/components/situationType/sheets/SituationTypeSingle.vue.d.ts} +0 -0
- package/build/{types → @package}/components/situationType/sheets/index.d.ts +0 -0
- package/build/{types → @package}/components/situationType/situationType.types.d.ts +0 -0
- package/build/{types → @package}/components/staff/index.d.ts +0 -0
- package/build/{types/components/staff/sheets/StaffIdentity.vue.d.ts → @package/components/staff/sheets/StaffCollection.vue.d.ts} +0 -0
- package/build/{types/components/staff/sheets/StaffOperasional.vue.d.ts → @package/components/staff/sheets/StaffIdentity.vue.d.ts} +0 -0
- package/build/{types/components/staff/sheets/StaffSingle.vue.d.ts → @package/components/staff/sheets/StaffOperasional.vue.d.ts} +0 -0
- package/build/{types/components/submission/sheets/SubmissionAudit.vue.d.ts → @package/components/staff/sheets/StaffSingle.vue.d.ts} +0 -0
- package/build/{types → @package}/components/staff/sheets/index.d.ts +0 -0
- package/build/{types/components/submission/sheets/SubmissionCollection.vue.d.ts → @package/components/submission/sheets/SubmissionAudit.vue.d.ts} +0 -0
- package/build/{types/components/submission/sheets/SubmissionDecision.vue.d.ts → @package/components/submission/sheets/SubmissionCollection.vue.d.ts} +0 -0
- package/build/{types/components/submission/sheets/SubmissionFollowUp.vue.d.ts → @package/components/submission/sheets/SubmissionDecision.vue.d.ts} +0 -0
- package/build/{types/components/submission/sheets/SubmissionSingle.vue.d.ts → @package/components/submission/sheets/SubmissionFollowUp.vue.d.ts} +0 -0
- package/build/{types/components/submission/sheets/SubmissionStaff.vue.d.ts → @package/components/submission/sheets/SubmissionSingle.vue.d.ts} +0 -0
- package/build/{types/components/submission/sheets/SubmissionSupervisor.vue.d.ts → @package/components/submission/sheets/SubmissionStaff.vue.d.ts} +0 -0
- package/build/{types/components/submission/sheets/SubmissionWaitingDecision.vue.d.ts → @package/components/submission/sheets/SubmissionSupervisor.vue.d.ts} +0 -0
- package/build/{types/components/submissionType/sheets/SubmissionTypeCollection.vue.d.ts → @package/components/submission/sheets/SubmissionWaitingDecision.vue.d.ts} +0 -0
- package/build/{types → @package}/components/submission/sheets/index.d.ts +0 -0
- package/build/{types → @package}/components/submissionType/index.d.ts +0 -0
- package/build/{types/components/submissionType/sheets/SubmissionTypeSingle.vue.d.ts → @package/components/submissionType/sheets/SubmissionTypeCollection.vue.d.ts} +0 -0
- package/build/{types/components/target/sheets/TargetBranch.vue.d.ts → @package/components/submissionType/sheets/SubmissionTypeSingle.vue.d.ts} +0 -0
- package/build/{types → @package}/components/submissionType/sheets/index.d.ts +0 -0
- package/build/{types → @package}/components/submissionType/submissionType.types.d.ts +0 -0
- package/build/{types → @package}/components/target/index.d.ts +0 -0
- package/build/{types/components/target/sheets/TargetCollection.vue.d.ts → @package/components/target/sheets/TargetBranch.vue.d.ts} +0 -0
- package/build/{types/components/target/sheets/TargetSingle.vue.d.ts → @package/components/target/sheets/TargetCollection.vue.d.ts} +0 -0
- package/build/{types/components/task/elements/TaskWorkButton.vue.d.ts → @package/components/target/sheets/TargetSingle.vue.d.ts} +0 -0
- package/build/{types → @package}/components/target/sheets/index.d.ts +0 -0
- package/build/{types/components/task/sheets/TaskCollection.vue.d.ts → @package/components/task/elements/TaskWorkButton.vue.d.ts} +0 -0
- package/build/{types → @package}/components/task/elements/index.d.ts +0 -0
- package/build/{types → @package}/components/task/index.d.ts +0 -0
- package/build/{types/components/task/sheets/TaskSingle.vue.d.ts → @package/components/task/sheets/TaskCollection.vue.d.ts} +0 -0
- package/build/{types/components/task/sheets/TaskWork.vue.d.ts → @package/components/task/sheets/TaskSingle.vue.d.ts} +0 -0
- package/build/{types → @package}/components/task/sheets/index.d.ts +0 -0
- package/build/{types → @package}/index.d.ts +0 -0
- package/build/{types → @package}/providers/index.d.ts +0 -0
- package/build/{types → @package}/providers/operasional/attendance.store.d.ts +0 -0
- package/build/{types → @package}/providers/operasional/bus.d.ts +0 -0
- package/build/{types → @package}/providers/operasional/index.d.ts +2 -2
- package/build/{types → @package}/providers/operasional/operasional.store.d.ts +0 -0
- package/build/{types → @package}/providers/operasional/operasional.types.d.ts +1 -1
- /package/build/{types → @package}/providers/operasional/withOperasional.d.ts +0 -0
- /package/build/{types → @package}/types/type.utils.d.ts +0 -0
- /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" | "
|
|
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,6 +1,6 @@
|
|
|
1
1
|
import type { NBase } from '@neon.id/types';
|
|
2
2
|
import { type PropType } from 'vue';
|
|
3
|
-
import { MaybeProp
|
|
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<
|
|
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<
|
|
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
|
-
|
|
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,2 +1,2 @@
|
|
|
1
|
-
export declare const PlanTypeModel: import("@neon.id/model").Model<"neu:personalia:planType", "
|
|
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;
|
|
@@ -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;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
|
|
3
|
-
type:
|
|
4
|
-
default:
|
|
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
|
-
|
|
8
|
-
type:
|
|
9
|
-
default:
|
|
7
|
+
isReadonly: {
|
|
8
|
+
type: BooleanConstructor;
|
|
9
|
+
default: boolean;
|
|
10
10
|
};
|
|
11
11
|
}>>, {
|
|
12
|
-
|
|
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", "
|
|
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
|
+
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", "
|
|
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 @@
|
|
|
1
|
+
export * from './util.date';
|