@neutron.co.id/operasional-interfaces 1.0.1-beta.2 → 1.0.2-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 +263 -12
- package/build/index.mjs +264 -13
- package/build/types/components/index.d.ts +1 -0
- package/build/types/components/staff/staff.types.d.ts +1 -1
- package/build/types/components/task/index.d.ts +2 -0
- package/build/types/components/task/sheets/TaskCollection.vue.d.ts +2 -0
- package/build/types/components/task/sheets/TaskSingle.vue.d.ts +2 -0
- package/build/types/components/task/sheets/index.d.ts +2 -0
- package/build/types/components/task/tugas.types.d.ts +2 -0
- package/build/types/gql/graphql.d.ts +357 -0
- package/package.json +55 -54
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@neutron.co.id/operasional-interfaces",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2-beta.2",
|
|
4
4
|
"description": "Interface library of Neutron.",
|
|
5
5
|
"sideEffects": [
|
|
6
6
|
"*.css"
|
|
@@ -54,81 +54,82 @@
|
|
|
54
54
|
"warm": "nuxt prepare"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@neon.id/context": "0.
|
|
58
|
-
"@neon.id/
|
|
59
|
-
"@neon.id/
|
|
60
|
-
"@neon.id/
|
|
61
|
-
"@
|
|
62
|
-
"@
|
|
63
|
-
"
|
|
57
|
+
"@neon.id/context": "0.37.0",
|
|
58
|
+
"@neon.id/field": "0.12.0",
|
|
59
|
+
"@neon.id/interfaces": "0.153.0",
|
|
60
|
+
"@neon.id/office": "0.22.0",
|
|
61
|
+
"@neon.id/utils": "0.38.0",
|
|
62
|
+
"@neutron.co.id/personalia-models": "1.2.0-beta.1",
|
|
63
|
+
"@nuxt/kit": "3.2.3",
|
|
64
|
+
"vue": "3.2.47"
|
|
64
65
|
},
|
|
65
66
|
"devDependencies": {
|
|
66
67
|
"@faker-js/faker": "7.6.0",
|
|
67
|
-
"@graphql-codegen/cli": "2.
|
|
68
|
-
"@graphql-codegen/client-preset": "1.
|
|
69
|
-
"@neon.id/module-builder": "0.
|
|
70
|
-
"@neon.id/styles": "0.
|
|
71
|
-
"@neon.id/types": "1.
|
|
68
|
+
"@graphql-codegen/cli": "3.2.1",
|
|
69
|
+
"@graphql-codegen/client-preset": "2.1.0",
|
|
70
|
+
"@neon.id/module-builder": "0.13.0",
|
|
71
|
+
"@neon.id/styles": "0.15.0",
|
|
72
|
+
"@neon.id/types": "1.37.0",
|
|
72
73
|
"@nuxtjs/eslint-config-typescript": "12.0.0",
|
|
73
74
|
"@nuxtjs/eslint-module": "3.1.0",
|
|
74
|
-
"@nuxtjs/tailwindcss": "6.
|
|
75
|
-
"@pinia/nuxt": "0.4.
|
|
76
|
-
"@storybook/addon-docs": "7.0.0-beta.
|
|
77
|
-
"@storybook/addon-essentials": "7.0.0-beta.
|
|
78
|
-
"@storybook/addon-interactions": "7.0.0-beta.
|
|
79
|
-
"@storybook/addon-links": "7.0.0-beta.
|
|
75
|
+
"@nuxtjs/tailwindcss": "6.4.1",
|
|
76
|
+
"@pinia/nuxt": "0.4.7",
|
|
77
|
+
"@storybook/addon-docs": "7.0.0-beta.60",
|
|
78
|
+
"@storybook/addon-essentials": "7.0.0-beta.60",
|
|
79
|
+
"@storybook/addon-interactions": "7.0.0-beta.60",
|
|
80
|
+
"@storybook/addon-links": "7.0.0-beta.60",
|
|
80
81
|
"@storybook/testing-library": "0.0.14-next.1",
|
|
81
|
-
"@storybook/vue3": "7.0.0-beta.
|
|
82
|
-
"@storybook/vue3-vite": "7.0.0-beta.
|
|
83
|
-
"@types/react": "18.0.
|
|
84
|
-
"@types/react-dom": "18.0.
|
|
85
|
-
"@typescript-eslint/eslint-plugin": "5.
|
|
86
|
-
"@typescript-eslint/parser": "5.
|
|
82
|
+
"@storybook/vue3": "7.0.0-beta.60",
|
|
83
|
+
"@storybook/vue3-vite": "7.0.0-beta.60",
|
|
84
|
+
"@types/react": "18.0.28",
|
|
85
|
+
"@types/react-dom": "18.0.11",
|
|
86
|
+
"@typescript-eslint/eslint-plugin": "5.54.0",
|
|
87
|
+
"@typescript-eslint/parser": "5.54.0",
|
|
87
88
|
"@vitejs/plugin-vue": "4.0.0",
|
|
88
|
-
"@vue-macros/nuxt": "
|
|
89
|
-
"@vue-macros/volar": "0.
|
|
90
|
-
"@vue/eslint-config-prettier": "7.
|
|
89
|
+
"@vue-macros/nuxt": "1.2.1",
|
|
90
|
+
"@vue-macros/volar": "0.8.4",
|
|
91
|
+
"@vue/eslint-config-prettier": "7.1.0",
|
|
91
92
|
"@vue/eslint-config-typescript": "11.0.2",
|
|
92
|
-
"@vueuse/core": "9.
|
|
93
|
-
"@vueuse/head": "1.
|
|
94
|
-
"@vueuse/nuxt": "9.
|
|
93
|
+
"@vueuse/core": "9.13.0",
|
|
94
|
+
"@vueuse/head": "1.1.15",
|
|
95
|
+
"@vueuse/nuxt": "9.13.0",
|
|
95
96
|
"autoprefixer": "10.4.13",
|
|
96
97
|
"buffer": "6.0.3",
|
|
97
|
-
"chromatic": "6.
|
|
98
|
-
"defu": "6.1.
|
|
99
|
-
"eslint": "8.
|
|
98
|
+
"chromatic": "6.17.1",
|
|
99
|
+
"defu": "6.1.2",
|
|
100
|
+
"eslint": "8.35.0",
|
|
100
101
|
"eslint-plugin-nuxt": "4.0.0",
|
|
101
102
|
"eslint-plugin-prettier": "4.2.1",
|
|
102
|
-
"eslint-plugin-storybook": "0.6.
|
|
103
|
+
"eslint-plugin-storybook": "0.6.11",
|
|
103
104
|
"eslint-plugin-vue": "9.9.0",
|
|
104
|
-
"nuxt": "3.
|
|
105
|
-
"pinia": "2.0.
|
|
105
|
+
"nuxt": "3.2.3",
|
|
106
|
+
"pinia": "2.0.32",
|
|
106
107
|
"postcss": "8.4.21",
|
|
107
|
-
"postcss-custom-properties": "
|
|
108
|
-
"prettier": "2.8.
|
|
108
|
+
"postcss-custom-properties": "13.1.4",
|
|
109
|
+
"prettier": "2.8.4",
|
|
109
110
|
"react": "18.2.0",
|
|
110
111
|
"react-dom": "18.2.0",
|
|
111
112
|
"rollup-plugin-visualizer": "5.9.0",
|
|
112
|
-
"storybook": "7.0.0-beta.
|
|
113
|
-
"tsx": "3.12.
|
|
114
|
-
"typescript": "4.9.
|
|
115
|
-
"unplugin-vue-macros": "1.
|
|
116
|
-
"vite": "4.
|
|
117
|
-
"vitest": "0.
|
|
113
|
+
"storybook": "7.0.0-beta.60",
|
|
114
|
+
"tsx": "3.12.3",
|
|
115
|
+
"typescript": "4.9.5",
|
|
116
|
+
"unplugin-vue-macros": "1.9.1",
|
|
117
|
+
"vite": "4.1.4",
|
|
118
|
+
"vitest": "0.29.2",
|
|
118
119
|
"vue-router": "4.1.6",
|
|
119
|
-
"vue-tsc": "1.0
|
|
120
|
+
"vue-tsc": "1.2.0"
|
|
120
121
|
},
|
|
121
122
|
"peerDependencies": {
|
|
122
|
-
"@neon.id/context": "^0.
|
|
123
|
-
"@neon.id/interfaces": "^0.
|
|
124
|
-
"@neon.id/office": "^0.
|
|
125
|
-
"@neon.id/utils": "^0.
|
|
126
|
-
"@neutron.co.id/personalia-models": "^1.
|
|
127
|
-
"@nuxt/kit": "^3.
|
|
128
|
-
"vue": "^3.2.
|
|
123
|
+
"@neon.id/context": "^0.37.0",
|
|
124
|
+
"@neon.id/interfaces": "^0.153.0",
|
|
125
|
+
"@neon.id/office": "^0.22.0",
|
|
126
|
+
"@neon.id/utils": "^0.38.0",
|
|
127
|
+
"@neutron.co.id/personalia-models": "^1.2.0-beta.1",
|
|
128
|
+
"@nuxt/kit": "^3.2.3",
|
|
129
|
+
"vue": "^3.2.47"
|
|
129
130
|
},
|
|
130
131
|
"publishConfig": {
|
|
131
132
|
"access": "public"
|
|
132
133
|
},
|
|
133
|
-
"build":
|
|
134
|
+
"build": 51
|
|
134
135
|
}
|