@neutron.co.id/operasional-interfaces 1.8.6 → 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.
- 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 +6390 -7250
- package/build/index.mjs +6410 -7270
- 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 +78 -81
- 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
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
export declare function useOperasional(): {
|
|
2
|
-
isLoading: import("vue").Ref<boolean>;
|
|
3
|
-
staff: import("vue").Ref<import("../../gql/graphql").Staff | null>;
|
|
4
|
-
accesses: import("vue").Ref<import("../../gql/graphql").ProgressAccess[]>;
|
|
5
|
-
supervisedStaffIds: import("vue").ComputedRef<string[]>;
|
|
6
|
-
setStaff: (data: import("../../gql/graphql").Staff) => void;
|
|
7
|
-
getStaff: () => Promise<void>;
|
|
8
|
-
init: () => Promise<void>;
|
|
9
|
-
};
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { Unit } from 'humanize-duration';
|
|
2
|
-
import { Units } from 'parse-duration';
|
|
3
|
-
export declare function humanizeDuration(seconds?: number, units?: Unit[]): string;
|
|
4
|
-
export declare function parseDuration(durationString: string, unit?: Units): number | undefined;
|
|
5
|
-
export declare class DurationUtil {
|
|
6
|
-
static humanize(seconds?: number, units?: Unit[]): string;
|
|
7
|
-
static parse(durationString: string, unit?: Units): number | undefined;
|
|
8
|
-
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { default as AttendanceCollection } from './AttendanceCollection.vue';
|
|
2
|
+
export { default as AttendanceManager } from './AttendanceManager.vue';
|
|
2
3
|
export { default as AttendanceSingle } from './AttendanceSingle.vue';
|
|
3
4
|
export { default as AttendanceStaff } from './AttendanceStaff.vue';
|
|
4
|
-
export { default as AttendanceManager } from './AttendanceManager.vue';
|
|
5
5
|
export { default as AttendanceSupervisor } from './AttendanceSupervisor.vue';
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/build/{types → @package}/components/checkIn/sheets/CheckInPresenceCollection.vue.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("stop" | "close" | "start" | "scanned")[], "stop" | "close" | "start" | "scanned", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>> & {
|
|
2
2
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
3
|
-
onScanned?: ((...args: any[]) => any) | undefined;
|
|
4
3
|
onStop?: ((...args: any[]) => any) | undefined;
|
|
5
4
|
onStart?: ((...args: any[]) => any) | undefined;
|
|
5
|
+
onScanned?: ((...args: any[]) => any) | undefined;
|
|
6
6
|
}, {}, {}>;
|
|
7
7
|
export default _default;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
export * from './
|
|
1
|
+
export * from './attendance';
|
|
2
2
|
export * from './checkIn';
|
|
3
|
-
export * from './
|
|
3
|
+
export * from './common';
|
|
4
|
+
export * from './plan';
|
|
5
|
+
export * from './planType';
|
|
6
|
+
export * from './progress';
|
|
7
|
+
export * from './progressAccess';
|
|
8
|
+
export * from './responsibility';
|
|
9
|
+
export * from './responsibilityType';
|
|
4
10
|
export * from './situation';
|
|
5
11
|
export * from './situationType';
|
|
6
|
-
export * from './
|
|
12
|
+
export * from './staff';
|
|
7
13
|
export * from './submission';
|
|
8
14
|
export * from './submissionType';
|
|
9
|
-
export * from './responsibilityType';
|
|
10
|
-
export * from './responsibility';
|
|
11
15
|
export * from './target';
|
|
12
|
-
export * from './
|
|
13
|
-
export * from './plan';
|
|
14
|
-
export * from './progress';
|
|
15
|
-
export * from './attendance';
|
|
16
|
-
export * from './progressAccess';
|
|
16
|
+
export * from './task';
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/build/{types → @package}/components/responsibilityType/responsibilityType.types.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from './operasional.store';
|
|
2
1
|
export * from './attendance.store';
|
|
2
|
+
export * from './bus';
|
|
3
|
+
export * from './operasional.store';
|
|
3
4
|
export * as NOperasional from './operasional.types';
|
|
4
5
|
export * from './useOperasional';
|
|
5
6
|
export * from './withOperasional';
|
|
6
|
-
export * from './bus';
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|