@neutron.co.id/operasional-interfaces 1.4.6 → 1.4.7-beta.2
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/index.cjs +2649 -3609
- package/build/index.mjs +2647 -3607
- package/build/style.css +37 -16
- package/build/types/components/checkIn/sheets/CheckInAccess.vue.d.ts +1 -1
- package/build/types/components/checkIn/sheets/CheckInCollection.vue.d.ts +1 -1
- package/build/types/components/checkIn/sheets/CheckInExternal.vue.d.ts +1 -1
- package/build/types/components/checkIn/sheets/CheckInPresenceCollection.vue.d.ts +1 -1
- package/build/types/components/checkIn/sheets/CheckInScanError.vue.d.ts +1 -1
- package/build/types/components/checkIn/sheets/CheckInScanSuccess.vue.d.ts +1 -1
- package/build/types/components/checkIn/sheets/CheckInScanner.vue.d.ts +1 -1
- package/build/types/components/checkIn/sheets/CheckInSingle.vue.d.ts +1 -1
- package/build/types/components/common/OperasionalIdentitas/OperasionalIdentitas.vue.d.ts +4 -4
- package/build/types/components/common/XxxButton/XxxButton.vue.d.ts +1 -1
- package/build/types/components/index.d.ts +2 -0
- package/build/types/components/situation/sheets/SituationCollection.vue.d.ts +1 -1
- package/build/types/components/situation/sheets/SituationSingle.vue.d.ts +1 -1
- package/build/types/components/situation/sheets/SituationSupportive.vue.d.ts +1 -1
- package/build/types/components/situation/sheets/SituationWork.vue.d.ts +1 -1
- package/build/types/components/situationType/sheets/SituationTypeCollection.vue.d.ts +1 -1
- package/build/types/components/situationType/sheets/SituationTypeSingle.vue.d.ts +1 -1
- package/build/types/components/staff/sheets/StaffCollection.vue.d.ts +1 -1
- package/build/types/components/staff/sheets/StaffIdentity.vue.d.ts +1 -1
- package/build/types/components/staff/sheets/StaffOperasional.vue.d.ts +1 -1
- package/build/types/components/staff/sheets/StaffSingle.vue.d.ts +1 -1
- package/build/types/components/submission/index.d.ts +2 -0
- package/build/types/components/submission/sheets/SubmissionAudit.vue.d.ts +2 -0
- package/build/types/components/submission/sheets/SubmissionCollection.vue.d.ts +2 -0
- package/build/types/components/submission/sheets/SubmissionDecision.vue.d.ts +2 -0
- package/build/types/components/submission/sheets/SubmissionFollowUp.vue.d.ts +2 -0
- package/build/types/components/submission/sheets/SubmissionSingle.vue.d.ts +2 -0
- package/build/types/components/submission/sheets/SubmissionStaff.vue.d.ts +2 -0
- package/build/types/components/submission/sheets/index.d.ts +6 -0
- package/build/types/components/submission/submission.types.d.ts +2 -0
- package/build/types/components/submissionType/index.d.ts +2 -0
- package/build/types/components/submissionType/sheets/SubmissionTypeCollection.vue.d.ts +2 -0
- package/build/types/components/submissionType/sheets/SubmissionTypeSingle.vue.d.ts +2 -0
- package/build/types/components/submissionType/sheets/index.d.ts +2 -0
- package/build/types/components/submissionType/submissionType.types.d.ts +2 -0
- package/build/types/components/task/elements/TaskWorkButton.vue.d.ts +1 -1
- package/build/types/components/task/sheets/TaskCollection.vue.d.ts +1 -1
- package/build/types/components/task/sheets/TaskSingle.vue.d.ts +1 -1
- package/build/types/components/task/sheets/TaskWork.vue.d.ts +1 -1
- package/build/types/components/task/task.types.d.ts +1 -1
- package/build/types/gql/graphql.d.ts +776 -0
- package/package.json +63 -63
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@neutron.co.id/operasional-interfaces",
|
|
3
|
-
"version": "1.4.
|
|
4
|
-
"description": "Interface library of Neutron.",
|
|
3
|
+
"version": "1.4.7-beta.2",
|
|
4
|
+
"description": "Interface library of Neutron Operasional.",
|
|
5
5
|
"sideEffects": [
|
|
6
6
|
"*.css"
|
|
7
7
|
],
|
|
@@ -54,87 +54,87 @@
|
|
|
54
54
|
"warm": "nuxt prepare"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@neon.id/context": "0.
|
|
58
|
-
"@neon.id/field": "0.
|
|
57
|
+
"@neon.id/context": "0.48.0",
|
|
58
|
+
"@neon.id/field": "0.24.0",
|
|
59
59
|
"@neon.id/identitas-interfaces": "1.1.0",
|
|
60
|
-
"@neon.id/interfaces": "0.
|
|
61
|
-
"@neon.id/office": "0.
|
|
62
|
-
"@neon.id/utils": "0.
|
|
63
|
-
"@neutron.co.id/personalia-models": "1.4.2",
|
|
64
|
-
"@neutron.co.id/sentral-interfaces": "1.
|
|
65
|
-
"@nuxt/kit": "3.
|
|
66
|
-
"qr-scanner": "1.4.
|
|
67
|
-
"vue": "3.2
|
|
60
|
+
"@neon.id/interfaces": "0.161.0",
|
|
61
|
+
"@neon.id/office": "0.39.0",
|
|
62
|
+
"@neon.id/utils": "0.43.0",
|
|
63
|
+
"@neutron.co.id/personalia-models": "1.4.5-beta.2",
|
|
64
|
+
"@neutron.co.id/sentral-interfaces": "1.3.0",
|
|
65
|
+
"@nuxt/kit": "3.4.2",
|
|
66
|
+
"qr-scanner": "1.4.2",
|
|
67
|
+
"vue": "3.3.2"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
|
-
"@faker-js/faker": "
|
|
71
|
-
"@graphql-codegen/cli": "3.
|
|
72
|
-
"@graphql-codegen/client-preset": "
|
|
70
|
+
"@faker-js/faker": "8.0.0",
|
|
71
|
+
"@graphql-codegen/cli": "3.3.1",
|
|
72
|
+
"@graphql-codegen/client-preset": "3.0.1",
|
|
73
73
|
"@neon.id/identitas-models": "1.0.0",
|
|
74
|
-
"@neon.id/module-builder": "0.
|
|
75
|
-
"@neon.id/styles": "0.
|
|
76
|
-
"@neon.id/types": "1.
|
|
74
|
+
"@neon.id/module-builder": "0.16.0",
|
|
75
|
+
"@neon.id/styles": "0.18.0",
|
|
76
|
+
"@neon.id/types": "1.44.0",
|
|
77
77
|
"@nuxtjs/eslint-config-typescript": "12.0.0",
|
|
78
78
|
"@nuxtjs/eslint-module": "4.0.2",
|
|
79
|
-
"@nuxtjs/tailwindcss": "6.6.
|
|
80
|
-
"@pinia/nuxt": "0.4.
|
|
81
|
-
"@storybook/addon-docs": "7.0.
|
|
82
|
-
"@storybook/addon-essentials": "7.0.
|
|
83
|
-
"@storybook/addon-interactions": "7.0.
|
|
84
|
-
"@storybook/addon-links": "7.0.
|
|
85
|
-
"@storybook/testing-library": "0.0
|
|
86
|
-
"@storybook/vue3": "7.0.
|
|
87
|
-
"@storybook/vue3-vite": "7.0.
|
|
88
|
-
"@types/react": "18.
|
|
89
|
-
"@types/react-dom": "18.
|
|
90
|
-
"@typescript-eslint/eslint-plugin": "5.
|
|
91
|
-
"@typescript-eslint/parser": "5.
|
|
92
|
-
"@vitejs/plugin-vue": "4.
|
|
93
|
-
"@vue-macros/nuxt": "1.
|
|
94
|
-
"@vue-macros/volar": "0.9.
|
|
79
|
+
"@nuxtjs/tailwindcss": "6.6.8",
|
|
80
|
+
"@pinia/nuxt": "0.4.10",
|
|
81
|
+
"@storybook/addon-docs": "7.0.7",
|
|
82
|
+
"@storybook/addon-essentials": "7.0.7",
|
|
83
|
+
"@storybook/addon-interactions": "7.0.7",
|
|
84
|
+
"@storybook/addon-links": "7.0.7",
|
|
85
|
+
"@storybook/testing-library": "0.1.0",
|
|
86
|
+
"@storybook/vue3": "7.0.7",
|
|
87
|
+
"@storybook/vue3-vite": "7.0.7",
|
|
88
|
+
"@types/react": "18.2.6",
|
|
89
|
+
"@types/react-dom": "18.2.4",
|
|
90
|
+
"@typescript-eslint/eslint-plugin": "5.59.5",
|
|
91
|
+
"@typescript-eslint/parser": "5.59.5",
|
|
92
|
+
"@vitejs/plugin-vue": "4.2.3",
|
|
93
|
+
"@vue-macros/nuxt": "1.3.7",
|
|
94
|
+
"@vue-macros/volar": "0.9.8",
|
|
95
95
|
"@vue/eslint-config-prettier": "7.1.0",
|
|
96
|
-
"@vue/eslint-config-typescript": "11.0.
|
|
97
|
-
"@vueuse/core": "
|
|
98
|
-
"@vueuse/head": "1.1.
|
|
99
|
-
"@vueuse/nuxt": "
|
|
96
|
+
"@vue/eslint-config-typescript": "11.0.3",
|
|
97
|
+
"@vueuse/core": "10.1.2",
|
|
98
|
+
"@vueuse/head": "1.1.26",
|
|
99
|
+
"@vueuse/nuxt": "10.1.2",
|
|
100
100
|
"autoprefixer": "10.4.14",
|
|
101
101
|
"buffer": "6.0.3",
|
|
102
|
-
"chromatic": "6.17.
|
|
102
|
+
"chromatic": "6.17.4",
|
|
103
103
|
"defu": "6.1.2",
|
|
104
|
-
"eslint": "8.
|
|
104
|
+
"eslint": "8.40.0",
|
|
105
105
|
"eslint-plugin-nuxt": "4.0.0",
|
|
106
106
|
"eslint-plugin-prettier": "4.2.1",
|
|
107
|
-
"eslint-plugin-storybook": "0.6.
|
|
108
|
-
"eslint-plugin-vue": "9.
|
|
109
|
-
"nuxt": "3.
|
|
110
|
-
"pinia": "2.0.
|
|
111
|
-
"postcss": "8.4.
|
|
112
|
-
"postcss-custom-properties": "13.1.
|
|
113
|
-
"prettier": "2.8.
|
|
107
|
+
"eslint-plugin-storybook": "0.6.12",
|
|
108
|
+
"eslint-plugin-vue": "9.12.0",
|
|
109
|
+
"nuxt": "3.4.2",
|
|
110
|
+
"pinia": "2.0.36",
|
|
111
|
+
"postcss": "8.4.23",
|
|
112
|
+
"postcss-custom-properties": "13.1.5",
|
|
113
|
+
"prettier": "2.8.8",
|
|
114
114
|
"react": "18.2.0",
|
|
115
115
|
"react-dom": "18.2.0",
|
|
116
116
|
"rollup-plugin-visualizer": "5.9.0",
|
|
117
|
-
"storybook": "7.0.
|
|
118
|
-
"tsx": "3.12.
|
|
119
|
-
"typescript": "5.0.
|
|
120
|
-
"unplugin-vue-macros": "1.
|
|
121
|
-
"vite": "4.
|
|
122
|
-
"vitest": "0.
|
|
123
|
-
"vue-router": "4.
|
|
124
|
-
"vue-tsc": "1.
|
|
117
|
+
"storybook": "7.0.7",
|
|
118
|
+
"tsx": "3.12.7",
|
|
119
|
+
"typescript": "5.0.4",
|
|
120
|
+
"unplugin-vue-macros": "2.1.6",
|
|
121
|
+
"vite": "4.3.5",
|
|
122
|
+
"vitest": "0.31.0",
|
|
123
|
+
"vue-router": "4.2.0",
|
|
124
|
+
"vue-tsc": "1.6.4"
|
|
125
125
|
},
|
|
126
126
|
"peerDependencies": {
|
|
127
|
-
"@neon.id/context": "^0.
|
|
127
|
+
"@neon.id/context": "^0.48.0",
|
|
128
128
|
"@neon.id/identitas-interfaces": "^1.1.0",
|
|
129
|
-
"@neon.id/interfaces": "^0.
|
|
130
|
-
"@neon.id/office": "^0.
|
|
131
|
-
"@neon.id/utils": "^0.
|
|
132
|
-
"@neutron.co.id/personalia-models": "^1.4.2",
|
|
133
|
-
"@nuxt/kit": "^3.
|
|
134
|
-
"vue": "^3.2
|
|
129
|
+
"@neon.id/interfaces": "^0.161.0",
|
|
130
|
+
"@neon.id/office": "^0.39.0",
|
|
131
|
+
"@neon.id/utils": "^0.43.0",
|
|
132
|
+
"@neutron.co.id/personalia-models": "^1.4.5-beta.2",
|
|
133
|
+
"@nuxt/kit": "^3.4.2",
|
|
134
|
+
"vue": "^3.3.2"
|
|
135
135
|
},
|
|
136
136
|
"publishConfig": {
|
|
137
137
|
"access": "public"
|
|
138
138
|
},
|
|
139
|
-
"build":
|
|
139
|
+
"build": 90
|
|
140
140
|
}
|