@neutron.co.id/operasional-interfaces 1.7.2 → 1.8.1
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 +1359 -676
- package/build/index.mjs +1363 -680
- package/build/style.css +36 -7
- package/build/types/components/attendance/attendance.types.d.ts +2 -0
- package/build/types/components/attendance/index.d.ts +2 -0
- package/build/types/components/attendance/sheets/AttendanceCollection.vue.d.ts +2 -0
- package/build/types/components/attendance/sheets/AttendanceManager.vue.d.ts +2 -0
- package/build/types/components/attendance/sheets/AttendanceSingle.vue.d.ts +2 -0
- package/build/types/components/attendance/sheets/AttendanceStaff.vue.d.ts +2 -0
- package/build/types/components/attendance/sheets/index.d.ts +4 -0
- package/build/types/components/index.d.ts +1 -0
- package/build/types/components/progress/progress.types.d.ts +1 -1
- package/build/types/gql/graphql.d.ts +596 -19
- package/build/types/utils/util.date.d.ts +3 -1
- package/build/types/utils/util.duration.d.ts +2 -2
- package/package.json +56 -56
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { Unit } from 'humanize-duration';
|
|
2
2
|
import { Units } from 'parse-duration';
|
|
3
3
|
export declare function humanizeDuration(seconds?: number, units?: Unit[]): string;
|
|
4
|
-
export declare function parseDuration(durationString: string, unit?: Units): number;
|
|
4
|
+
export declare function parseDuration(durationString: string, unit?: Units): number | undefined;
|
|
5
5
|
export declare class DurationUtil {
|
|
6
6
|
static humanize(seconds?: number, units?: Unit[]): string;
|
|
7
|
-
static parse(durationString: string, unit?: Units): number;
|
|
7
|
+
static parse(durationString: string, unit?: Units): number | undefined;
|
|
8
8
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@neutron.co.id/operasional-interfaces",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.8.1",
|
|
4
4
|
"description": "Interface library of Neutron Operasional.",
|
|
5
5
|
"sideEffects": [
|
|
6
6
|
"*.css"
|
|
@@ -56,95 +56,95 @@
|
|
|
56
56
|
"dependencies": {
|
|
57
57
|
"@neon.id/canvas": "^1.14.0",
|
|
58
58
|
"@neon.id/catat-interfaces": "1.3.0",
|
|
59
|
-
"@neon.id/context": "^1.
|
|
60
|
-
"@neon.id/field": "^1.
|
|
59
|
+
"@neon.id/context": "^1.2.0",
|
|
60
|
+
"@neon.id/field": "^1.4.0",
|
|
61
61
|
"@neon.id/identitas-interfaces": "^1.2.0",
|
|
62
62
|
"@neon.id/identitas-models": "1.0.0",
|
|
63
|
-
"@neon.id/interfaces": "^1.
|
|
64
|
-
"@neon.id/office": "^1.
|
|
65
|
-
"@neon.id/utils": "^
|
|
66
|
-
"@neutron.co.id/personalia-models": "^1.
|
|
67
|
-
"@neutron.co.id/sentral-interfaces": "^1.
|
|
68
|
-
"@nuxt/kit": "^3.5.
|
|
63
|
+
"@neon.id/interfaces": "^1.5.0",
|
|
64
|
+
"@neon.id/office": "^1.2.0",
|
|
65
|
+
"@neon.id/utils": "^1.1.0",
|
|
66
|
+
"@neutron.co.id/personalia-models": "^1.8.1",
|
|
67
|
+
"@neutron.co.id/sentral-interfaces": "^1.4.0",
|
|
68
|
+
"@nuxt/kit": "^3.5.3",
|
|
69
69
|
"qr-scanner": "^1.4.2",
|
|
70
70
|
"vue": "^3.3.4"
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
|
-
"@faker-js/faker": "8.0.
|
|
74
|
-
"@graphql-codegen/cli": "4.0.
|
|
75
|
-
"@graphql-codegen/client-preset": "4.0.
|
|
76
|
-
"@neon.id/module-builder": "0.
|
|
77
|
-
"@neon.id/styles": "1.
|
|
78
|
-
"@neon.id/types": "1.
|
|
73
|
+
"@faker-js/faker": "8.0.2",
|
|
74
|
+
"@graphql-codegen/cli": "4.0.1",
|
|
75
|
+
"@graphql-codegen/client-preset": "4.0.1",
|
|
76
|
+
"@neon.id/module-builder": "0.18.0",
|
|
77
|
+
"@neon.id/styles": "1.1.0",
|
|
78
|
+
"@neon.id/types": "1.46.0",
|
|
79
79
|
"@nuxtjs/eslint-config-typescript": "12.0.0",
|
|
80
80
|
"@nuxtjs/eslint-module": "4.1.0",
|
|
81
|
-
"@nuxtjs/tailwindcss": "6.
|
|
81
|
+
"@nuxtjs/tailwindcss": "6.8.0",
|
|
82
82
|
"@pinia/nuxt": "0.4.11",
|
|
83
|
-
"@storybook/addon-docs": "7.0.
|
|
84
|
-
"@storybook/addon-essentials": "7.0.
|
|
85
|
-
"@storybook/addon-interactions": "7.0.
|
|
86
|
-
"@storybook/addon-links": "7.0.
|
|
87
|
-
"@storybook/testing-library": "0.
|
|
88
|
-
"@storybook/vue3": "7.0.
|
|
89
|
-
"@storybook/vue3-vite": "7.0.
|
|
83
|
+
"@storybook/addon-docs": "7.0.23",
|
|
84
|
+
"@storybook/addon-essentials": "7.0.23",
|
|
85
|
+
"@storybook/addon-interactions": "7.0.23",
|
|
86
|
+
"@storybook/addon-links": "7.0.23",
|
|
87
|
+
"@storybook/testing-library": "0.2.0",
|
|
88
|
+
"@storybook/vue3": "7.0.23",
|
|
89
|
+
"@storybook/vue3-vite": "7.0.23",
|
|
90
90
|
"@types/humanize-duration": "^3.27.1",
|
|
91
|
-
"@types/react": "18.2.
|
|
92
|
-
"@types/react-dom": "18.2.
|
|
93
|
-
"@typescript-eslint/eslint-plugin": "5.
|
|
94
|
-
"@typescript-eslint/parser": "5.
|
|
95
|
-
"@vitejs/plugin-react": "4.0.
|
|
91
|
+
"@types/react": "18.2.13",
|
|
92
|
+
"@types/react-dom": "18.2.6",
|
|
93
|
+
"@typescript-eslint/eslint-plugin": "5.60.0",
|
|
94
|
+
"@typescript-eslint/parser": "5.60.0",
|
|
95
|
+
"@vitejs/plugin-react": "4.0.1",
|
|
96
96
|
"@vitejs/plugin-vue": "4.2.3",
|
|
97
|
-
"@vue-macros/nuxt": "1.3.
|
|
98
|
-
"@vue-macros/volar": "0.
|
|
97
|
+
"@vue-macros/nuxt": "1.3.12",
|
|
98
|
+
"@vue-macros/volar": "0.11.0",
|
|
99
99
|
"@vue/eslint-config-prettier": "7.1.0",
|
|
100
100
|
"@vue/eslint-config-typescript": "11.0.3",
|
|
101
|
-
"@vueuse/core": "10.
|
|
101
|
+
"@vueuse/core": "10.2.0",
|
|
102
102
|
"@vueuse/head": "1.1.26",
|
|
103
|
-
"@vueuse/nuxt": "10.
|
|
103
|
+
"@vueuse/nuxt": "10.2.0",
|
|
104
104
|
"autoprefixer": "10.4.14",
|
|
105
105
|
"buffer": "6.0.3",
|
|
106
|
-
"chromatic": "6.
|
|
106
|
+
"chromatic": "6.19.8",
|
|
107
107
|
"defu": "6.1.2",
|
|
108
|
-
"eslint": "8.
|
|
108
|
+
"eslint": "8.43.0",
|
|
109
109
|
"eslint-plugin-nuxt": "4.0.0",
|
|
110
110
|
"eslint-plugin-prettier": "4.2.1",
|
|
111
111
|
"eslint-plugin-storybook": "0.6.12",
|
|
112
|
-
"eslint-plugin-vue": "9.
|
|
113
|
-
"nuxt": "3.5.
|
|
114
|
-
"pinia": "2.1.
|
|
115
|
-
"postcss": "8.4.
|
|
116
|
-
"postcss-custom-properties": "13.
|
|
112
|
+
"eslint-plugin-vue": "9.15.0",
|
|
113
|
+
"nuxt": "3.5.3",
|
|
114
|
+
"pinia": "2.1.4",
|
|
115
|
+
"postcss": "8.4.24",
|
|
116
|
+
"postcss-custom-properties": "13.2.0",
|
|
117
117
|
"prettier": "2.8.8",
|
|
118
118
|
"react": "18.2.0",
|
|
119
119
|
"react-dom": "18.2.0",
|
|
120
|
-
"rollup-plugin-visualizer": "5.9.
|
|
121
|
-
"storybook": "7.0.
|
|
120
|
+
"rollup-plugin-visualizer": "5.9.2",
|
|
121
|
+
"storybook": "7.0.23",
|
|
122
122
|
"tsx": "3.12.7",
|
|
123
|
-
"typescript": "5.
|
|
124
|
-
"unplugin-vue-macros": "2.
|
|
125
|
-
"vite": "4.3.
|
|
126
|
-
"vitest": "0.
|
|
127
|
-
"vue-router": "4.2.
|
|
128
|
-
"vue-tsc": "1.
|
|
123
|
+
"typescript": "5.1.3",
|
|
124
|
+
"unplugin-vue-macros": "2.3.0",
|
|
125
|
+
"vite": "4.3.9",
|
|
126
|
+
"vitest": "0.32.2",
|
|
127
|
+
"vue-router": "4.2.2",
|
|
128
|
+
"vue-tsc": "1.8.1"
|
|
129
129
|
},
|
|
130
130
|
"peerDependencies": {
|
|
131
131
|
"@neon.id/canvas": "^1.14.0",
|
|
132
132
|
"@neon.id/catat-interfaces": "1.3.0",
|
|
133
|
-
"@neon.id/context": "^1.
|
|
134
|
-
"@neon.id/field": "^1.
|
|
133
|
+
"@neon.id/context": "^1.2.0",
|
|
134
|
+
"@neon.id/field": "^1.4.0",
|
|
135
135
|
"@neon.id/identitas-interfaces": "^1.2.0",
|
|
136
136
|
"@neon.id/identitas-models": "1.0.0",
|
|
137
|
-
"@neon.id/interfaces": "^1.
|
|
138
|
-
"@neon.id/office": "^1.
|
|
139
|
-
"@neon.id/utils": "^
|
|
140
|
-
"@neutron.co.id/personalia-models": "^1.
|
|
141
|
-
"@neutron.co.id/sentral-interfaces": "^1.
|
|
142
|
-
"@nuxt/kit": "^3.5.
|
|
137
|
+
"@neon.id/interfaces": "^1.5.0",
|
|
138
|
+
"@neon.id/office": "^1.2.0",
|
|
139
|
+
"@neon.id/utils": "^1.1.0",
|
|
140
|
+
"@neutron.co.id/personalia-models": "^1.8.1",
|
|
141
|
+
"@neutron.co.id/sentral-interfaces": "^1.4.0",
|
|
142
|
+
"@nuxt/kit": "^3.5.3",
|
|
143
143
|
"qr-scanner": "^1.4.2",
|
|
144
144
|
"vue": "^3.3.4"
|
|
145
145
|
},
|
|
146
146
|
"publishConfig": {
|
|
147
147
|
"access": "public"
|
|
148
148
|
},
|
|
149
|
-
"build":
|
|
149
|
+
"build": 110
|
|
150
150
|
}
|