@neutron.co.id/operasional-interfaces 1.11.4 → 1.11.5
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 +1 -1
- package/build/@package/components/checkIn/checkIn.types.d.ts +1 -1
- package/build/@package/components/plan/plan.types.d.ts +1 -1
- package/build/@package/components/planType/planType.types.d.ts +1 -1
- package/build/@package/components/progress/progress.types.d.ts +1 -1
- package/build/@package/components/responsibility/responsibility.types.d.ts +1 -1
- package/build/@package/components/staff/staff.types.d.ts +1 -1
- package/build/@package/components/submission/sections/SubmissionDetailTab/SubmissionDetailTab.vue.d.ts +2 -0
- package/build/@package/components/submission/sections/SubmissionDetailTab/index.d.ts +1 -0
- package/build/@package/components/submission/sections/index.d.ts +1 -0
- package/build/@package/components/submission/submission.types.d.ts +1 -1
- package/build/@package/components/target/target.types.d.ts +1 -1
- package/build/@package/components/task/task.types.d.ts +1 -1
- package/build/index.cjs +764 -337
- package/build/index.mjs +764 -337
- package/build/module.json +1 -1
- package/build/nuxt.json +1 -1
- package/build/style.css +11 -7
- package/package.json +6 -6
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const AttendanceModel: import("@neon.id/model").Model<"neu:personalia:attendance", "
|
|
1
|
+
export declare const AttendanceModel: import("@neon.id/model").Model<"neu:personalia:attendance", "type" | "branch" | "status" | "nameStaff" | "endedAt" | "startedAt" | "notes" | "attendanceAt" | "comeAt" | "decideStaff" | "delegateStaffs" | "earlyAt" | "homeAt" | "lateAt" | "submitStaff" | "submittedAt" | "virtualSubmitStaff">;
|
|
2
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" | "user" | "branch" | "note" | "building" | "latitude" | "longitude" | "checkInAt" | "student" | "teacher" | "statusGPS" | "staff" | "virtualStaff" | "informationCheckIn">;
|
|
2
2
|
export type TCheckInModel = typeof CheckInModel;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const PlanModel: import("@neon.id/model").Model<"neu:personalia:plan", "
|
|
1
|
+
export declare const PlanModel: import("@neon.id/model").Model<"neu:personalia:plan", "name" | "branches" | "detail" | "endedAt" | "staffs" | "startedAt" | "stages" | "domain" | "planTypes" | "target">;
|
|
2
2
|
export type TPlanModel = typeof PlanModel;
|
|
@@ -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", "name" | "branches" | "nameStaff" | "staffs" | "domain">;
|
|
2
2
|
export type TPlanTypeModel = typeof PlanTypeModel;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const ProgressModel: import("@neon.id/model").Model<"neu:personalia:progress", "
|
|
1
|
+
export declare const ProgressModel: import("@neon.id/model").Model<"neu:personalia:progress", "branches" | "nameStaff" | "accessStaffs" | "detail" | "endedAt" | "isNotes" | "plans" | "priority" | "reports" | "responsibilities" | "staffs" | "startedAt" | "submissions" | "tasks" | "virtualIsNotes" | "virtualStaffs">;
|
|
2
2
|
export type TProgressModel = typeof ProgressModel;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const ResponsibilityModel: import("@neon.id/model").Model<"neu:personalia:responsibility", "
|
|
1
|
+
export declare const ResponsibilityModel: import("@neon.id/model").Model<"neu:personalia:responsibility", "branches" | "nameStaff" | "detail" | "reports" | "condition" | "score" | "title" | "lastProgress" | "responsibilityType" | "result" | "staffSupervises" | "staffWorks" | "virtualStaffWorks">;
|
|
2
2
|
export type TResponsibilityModel = typeof ResponsibilityModel;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const StaffModel: import("@neon.id/model").Model<"neu:personalia:staff", "
|
|
1
|
+
export declare const StaffModel: import("@neon.id/model").Model<"neu:personalia:staff", "user" | "branch" | "note" | "point" | "status" | "image" | "name" | "birthDate" | "birthPlace" | "branches" | "nik" | "virtualRoles">;
|
|
2
2
|
export type TStaffModel = typeof StaffModel;
|
|
@@ -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 @@
|
|
|
1
|
+
export { default as SubmissionDetailTab } from './SubmissionDetailTab.vue';
|
|
@@ -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", "type" | "status" | "image" | "branches" | "nameStaff" | "agreedStaffs" | "areas" | "decideStaffs" | "delayStaffs" | "detailDecide" | "detailDecideOther" | "detailProcess" | "detailRaise" | "document" | "followUpStaffs" | "hasProcessStaffs" | "hasRaiseStaffs" | "nominal" | "preparedAt" | "processedAt" | "raiseStaffs" | "raisedAt" | "specifications" | "submissionStaffs" | "title" | "virtualFollowUpStaffs" | "workingHours" | "yetProcessStaffs" | "yetRaiseStaffs">;
|
|
2
2
|
export type TSubmissionModel = typeof SubmissionModel;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const TargetModel: import("@neon.id/model").Model<"neu:personalia:target", "
|
|
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", "
|
|
1
|
+
export declare const TaskModel: import("@neon.id/model").Model<"neu:personalia:task", "user" | "status" | "branches" | "doingAssignments" | "helpAssignments" | "supervisingAssignments" | "detail" | "priority" | "submissions" | "employeeNameTrimmed" | "canceledDate" | "completedDate" | "estimatedEndDate" | "estimatedHour" | "estimatedHourByDay" | "estimatedHourCognitiveAssignment" | "estimatedHourCommunicationAssignment" | "estimatedHourCreativeAssignment" | "estimatedHourDoingAssignment" | "estimatedRealizedAssignmentEnd" | "estimatedRealizedAssignmentStart" | "estimatedStartDate" | "externalServiceDescription" | "giveAssignments" | "images" | "internalServiceDescription" | "percentStatus" | "resultAssignment" | "taskName">;
|
|
2
2
|
export type TTaskModel = typeof TaskModel;
|