@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
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@neutron.co.id/operasional-interfaces",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.9.0",
|
|
4
4
|
"description": "Interface library of Neutron Operasional.",
|
|
5
5
|
"sideEffects": [
|
|
6
6
|
"*.css"
|
|
7
7
|
],
|
|
8
8
|
"exports": {
|
|
9
9
|
".": {
|
|
10
|
-
"types": "./build/
|
|
10
|
+
"types": "./build/@package/index.d.ts",
|
|
11
11
|
"import": "./build/index.mjs",
|
|
12
12
|
"require": "./build/index.cjs"
|
|
13
13
|
},
|
|
@@ -23,128 +23,125 @@
|
|
|
23
23
|
},
|
|
24
24
|
"main": "./build/index.cjs",
|
|
25
25
|
"module": "build/index.mjs",
|
|
26
|
-
"types": "./build/
|
|
26
|
+
"types": "./build/@package/index.d.ts",
|
|
27
|
+
"typesVersions": {
|
|
28
|
+
"*": {
|
|
29
|
+
"*": [
|
|
30
|
+
"./build/@package/index.d.ts"
|
|
31
|
+
],
|
|
32
|
+
"nuxt": [
|
|
33
|
+
"./build/types.d.ts"
|
|
34
|
+
]
|
|
35
|
+
}
|
|
36
|
+
},
|
|
27
37
|
"files": [
|
|
28
38
|
"build"
|
|
29
39
|
],
|
|
30
40
|
"scripts": {
|
|
31
|
-
"build": "yarn clean && yarn warm && yarn build:package && yarn build:types ",
|
|
32
|
-
"build:docs": "NITRO_PRESET=vercel nuxt build",
|
|
33
|
-
"build:docs:edge": "NITRO_PRESET=vercel-edge nuxt build",
|
|
34
|
-
"build:docs:preview": "nuxt build",
|
|
35
|
-
"build:docs:static": "nuxt generate",
|
|
41
|
+
"build": "yarn clean && yarn warm && yarn build:package && yarn build:types && yarn build:module",
|
|
36
42
|
"build:module": "neon-module-build",
|
|
37
43
|
"build:package": "tsx scripts/build.ts",
|
|
38
44
|
"build:story": "yarn warm && storybook build",
|
|
39
|
-
"build:types": "vue-tsc --project tsconfig.package.json",
|
|
45
|
+
"build:types": "vue-tsc --project tsconfig.package.json && resolve-tspaths --project tsconfig.package.json",
|
|
46
|
+
"cargo": "yarn cargo",
|
|
40
47
|
"clean": "rm -rf dist build",
|
|
41
|
-
"deploy:
|
|
42
|
-
"deploy:docs:edge": "yarn build:docs:edge && vercel deploy --prebuilt",
|
|
43
|
-
"deploy:pages": "yarn dlx wrangler pages project create vrt-operasional-interfaces --production-branch=main || true && yarn build:story && yarn dlx wrangler pages publish storybook-static --project-name=vrt-operasional-interfaces --branch=main --commit-dirty=true",
|
|
48
|
+
"deploy:pages": "yarn dlx wrangler pages project create neu-operasional-interfaces --production-branch=main || true && yarn build:story && yarn dlx wrangler pages publish storybook-static --project-name=neu-operasional-interfaces --branch=main --commit-dirty=true",
|
|
44
49
|
"deploy:story": "yarn warm && chromatic --project-token=26bead87a74d --build-script-name=build:story --exit-once-uploaded --auto-accept-changes --exit-zero-on-changes",
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"preview": "nuxt preview --port 3333",
|
|
52
|
-
"preview:node": "node .output/server/index.mjs --port 3333",
|
|
53
|
-
"reset": "rm -rf dist build .nuxt .output && yarn warm",
|
|
54
|
-
"warm": "nuxt prepare"
|
|
50
|
+
"play": "yarn play:story",
|
|
51
|
+
"play:story": "concurrently 'yarn:story:*'",
|
|
52
|
+
"reset": "rm -rf dist build .output && yarn warm",
|
|
53
|
+
"story:book": "storybook dev -p 6006 --no-open",
|
|
54
|
+
"story:tailwind": "tailwindcss -i ./@docs/app.css -o ./@docs/tailwind.css --watch",
|
|
55
|
+
"warm": "neon-module-build prepare"
|
|
55
56
|
},
|
|
56
57
|
"dependencies": {
|
|
57
|
-
"@neon.id/canvas": "^1.
|
|
58
|
-
"@neon.id/catat-interfaces": "1.
|
|
59
|
-
"@neon.id/context": "^1.
|
|
60
|
-
"@neon.id/field": "^1.
|
|
58
|
+
"@neon.id/canvas": "^1.20.0",
|
|
59
|
+
"@neon.id/catat-interfaces": "1.8.0",
|
|
60
|
+
"@neon.id/context": "^1.7.0",
|
|
61
|
+
"@neon.id/field": "^1.7.0",
|
|
61
62
|
"@neon.id/identitas-interfaces": "^1.2.0",
|
|
62
63
|
"@neon.id/identitas-models": "1.0.0",
|
|
63
|
-
"@neon.id/interfaces": "^1.
|
|
64
|
-
"@neon.id/office": "^1.
|
|
65
|
-
"@neon.id/utils": "^1.
|
|
66
|
-
"@neutron.co.id/personalia-models": "^1.
|
|
67
|
-
"@
|
|
68
|
-
"@nuxt/kit": "^3.5.3",
|
|
64
|
+
"@neon.id/interfaces": "^1.10.0",
|
|
65
|
+
"@neon.id/office": "^1.9.0",
|
|
66
|
+
"@neon.id/utils": "^1.11.0",
|
|
67
|
+
"@neutron.co.id/personalia-models": "^1.9.0",
|
|
68
|
+
"@nuxt/kit": "^3.6.5",
|
|
69
69
|
"qr-scanner": "^1.4.2",
|
|
70
70
|
"vue": "^3.3.4"
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
73
|
"@faker-js/faker": "8.0.2",
|
|
74
|
-
"@
|
|
75
|
-
"@
|
|
76
|
-
"@neon.id/
|
|
77
|
-
"@neon.id/
|
|
78
|
-
"@neon.id/types": "1.46.0",
|
|
74
|
+
"@neon.id/cli": "0.8.0",
|
|
75
|
+
"@neon.id/module-builder": "0.19.0",
|
|
76
|
+
"@neon.id/styles": "1.2.0",
|
|
77
|
+
"@neon.id/types": "1.52.0",
|
|
79
78
|
"@nuxtjs/eslint-config-typescript": "12.0.0",
|
|
80
79
|
"@nuxtjs/eslint-module": "4.1.0",
|
|
81
80
|
"@nuxtjs/tailwindcss": "6.8.0",
|
|
82
81
|
"@pinia/nuxt": "0.4.11",
|
|
83
|
-
"@storybook/addon-docs": "7.
|
|
84
|
-
"@storybook/addon-essentials": "7.
|
|
85
|
-
"@storybook/addon-interactions": "7.
|
|
86
|
-
"@storybook/addon-links": "7.
|
|
82
|
+
"@storybook/addon-docs": "7.2.2",
|
|
83
|
+
"@storybook/addon-essentials": "7.2.2",
|
|
84
|
+
"@storybook/addon-interactions": "7.2.2",
|
|
85
|
+
"@storybook/addon-links": "7.2.2",
|
|
87
86
|
"@storybook/testing-library": "0.2.0",
|
|
88
|
-
"@storybook/vue3": "7.
|
|
89
|
-
"@storybook/vue3-vite": "7.
|
|
87
|
+
"@storybook/vue3": "7.2.2",
|
|
88
|
+
"@storybook/vue3-vite": "7.2.2",
|
|
90
89
|
"@types/humanize-duration": "^3.27.1",
|
|
91
|
-
"@types/react": "18.2.
|
|
92
|
-
"@types/react-dom": "18.2.
|
|
93
|
-
"@typescript-eslint/eslint-plugin": "
|
|
94
|
-
"@typescript-eslint/parser": "
|
|
95
|
-
"@vitejs/plugin-react": "4.0.
|
|
90
|
+
"@types/react": "18.2.20",
|
|
91
|
+
"@types/react-dom": "18.2.7",
|
|
92
|
+
"@typescript-eslint/eslint-plugin": "6.3.0",
|
|
93
|
+
"@typescript-eslint/parser": "6.3.0",
|
|
94
|
+
"@vitejs/plugin-react": "4.0.4",
|
|
96
95
|
"@vitejs/plugin-vue": "4.2.3",
|
|
97
|
-
"@vue-
|
|
98
|
-
"@vue-macros/volar": "0.11.0",
|
|
99
|
-
"@vue/eslint-config-prettier": "7.1.0",
|
|
96
|
+
"@vue/eslint-config-prettier": "8.0.0",
|
|
100
97
|
"@vue/eslint-config-typescript": "11.0.3",
|
|
101
|
-
"@vueuse/core": "10.
|
|
98
|
+
"@vueuse/core": "10.3.0",
|
|
102
99
|
"@vueuse/head": "1.1.26",
|
|
103
|
-
"@vueuse/nuxt": "10.
|
|
100
|
+
"@vueuse/nuxt": "10.3.0",
|
|
104
101
|
"autoprefixer": "10.4.14",
|
|
105
102
|
"buffer": "6.0.3",
|
|
106
|
-
"chromatic": "6.
|
|
103
|
+
"chromatic": "6.21.0",
|
|
107
104
|
"defu": "6.1.2",
|
|
108
|
-
"eslint": "8.
|
|
105
|
+
"eslint": "8.46.0",
|
|
109
106
|
"eslint-plugin-nuxt": "4.0.0",
|
|
110
|
-
"eslint-plugin-prettier": "
|
|
111
|
-
"eslint-plugin-storybook": "0.6.
|
|
112
|
-
"eslint-plugin-vue": "9.
|
|
113
|
-
"nuxt": "3.5
|
|
114
|
-
"pinia": "2.1.
|
|
115
|
-
"postcss": "8.4.
|
|
116
|
-
"postcss-custom-properties": "13.
|
|
117
|
-
"
|
|
107
|
+
"eslint-plugin-prettier": "5.0.0",
|
|
108
|
+
"eslint-plugin-storybook": "0.6.13",
|
|
109
|
+
"eslint-plugin-vue": "9.17.0",
|
|
110
|
+
"nuxt": "3.6.5",
|
|
111
|
+
"pinia": "2.1.6",
|
|
112
|
+
"postcss": "8.4.27",
|
|
113
|
+
"postcss-custom-properties": "13.3.0",
|
|
114
|
+
"postcss-import": "15.1.0",
|
|
115
|
+
"prettier": "3.0.1",
|
|
118
116
|
"react": "18.2.0",
|
|
119
117
|
"react-dom": "18.2.0",
|
|
118
|
+
"resolve-tspaths": "0.8.14",
|
|
120
119
|
"rollup-plugin-visualizer": "5.9.2",
|
|
121
|
-
"storybook": "7.
|
|
120
|
+
"storybook": "7.2.2",
|
|
122
121
|
"tsx": "3.12.7",
|
|
123
|
-
"typescript": "5.1.
|
|
124
|
-
"
|
|
125
|
-
"
|
|
126
|
-
"
|
|
127
|
-
"vue-
|
|
128
|
-
"vue-tsc": "1.8.1"
|
|
122
|
+
"typescript": "5.1.6",
|
|
123
|
+
"vite": "4.4.9",
|
|
124
|
+
"vitest": "0.34.1",
|
|
125
|
+
"vue-router": "4.2.4",
|
|
126
|
+
"vue-tsc": "1.8.8"
|
|
129
127
|
},
|
|
130
128
|
"peerDependencies": {
|
|
131
|
-
"@neon.id/canvas": "^1.
|
|
132
|
-
"@neon.id/catat-interfaces": "1.
|
|
133
|
-
"@neon.id/context": "^1.
|
|
134
|
-
"@neon.id/field": "^1.
|
|
129
|
+
"@neon.id/canvas": "^1.20.0",
|
|
130
|
+
"@neon.id/catat-interfaces": "1.8.0",
|
|
131
|
+
"@neon.id/context": "^1.7.0",
|
|
132
|
+
"@neon.id/field": "^1.7.0",
|
|
135
133
|
"@neon.id/identitas-interfaces": "^1.2.0",
|
|
136
134
|
"@neon.id/identitas-models": "1.0.0",
|
|
137
|
-
"@neon.id/interfaces": "^1.
|
|
138
|
-
"@neon.id/office": "^1.
|
|
139
|
-
"@neon.id/utils": "^1.
|
|
140
|
-
"@neutron.co.id/personalia-models": "^1.
|
|
141
|
-
"@
|
|
142
|
-
"@nuxt/kit": "^3.5.3",
|
|
135
|
+
"@neon.id/interfaces": "^1.10.0",
|
|
136
|
+
"@neon.id/office": "^1.9.0",
|
|
137
|
+
"@neon.id/utils": "^1.11.0",
|
|
138
|
+
"@neutron.co.id/personalia-models": "^1.9.0",
|
|
139
|
+
"@nuxt/kit": "^3.6.5",
|
|
143
140
|
"qr-scanner": "^1.4.2",
|
|
144
141
|
"vue": "^3.3.4"
|
|
145
142
|
},
|
|
146
143
|
"publishConfig": {
|
|
147
144
|
"access": "public"
|
|
148
145
|
},
|
|
149
|
-
"build":
|
|
146
|
+
"build": 117
|
|
150
147
|
}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export declare const AttendanceModel: import("@neon.id/model").Model<"neu:personalia:attendance", "type" | "status" | "branch" | "nameStaff" | "endedAt" | "startedAt" | "notes" | "attendanceAt" | "comeAt" | "decideStaff" | "earlyAt" | "homeAt" | "lateAt" | "submitStaff" | "submittedAt" | "virtualSubmitStaff">;
|
|
2
|
-
export type TAttendanceModel = typeof AttendanceModel;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as XxxButton } from './XxxButton.vue';
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export declare const ProgressModel: import("@neon.id/model").Model<"neu:personalia:progress", "staffs" | "branches" | "nameStaff" | "accessStaffs" | "detail" | "endedAt" | "isNotes" | "plans" | "priority" | "responsibilities" | "startedAt" | "submissions" | "virtualIsNotes" | "virtualStaffs">;
|
|
2
|
-
export type TProgressModel = typeof ProgressModel;
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export declare const ResponsibilityModel: import("@neon.id/model").Model<"neu:personalia:responsibility", "title" | "branches" | "nameStaff" | "detail" | "condition" | "score" | "lastProgress" | "responsibilityType" | "result" | "staffSupervises" | "staffWorks">;
|
|
2
|
-
export type TResponsibilityModel = typeof ResponsibilityModel;
|