@neutron.co.id/operasional-interfaces 1.8.0 → 1.8.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 +249 -929
- package/build/index.mjs +251 -931
- package/build/style.css +9 -9
- package/build/types/utils/util.date.d.ts +3 -1
- package/build/types/utils/util.duration.d.ts +2 -2
- package/package.json +21 -21
package/build/style.css
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
margin-bottom: 1rem
|
|
4
4
|
}
|
|
5
5
|
|
|
6
|
-
.input-loading[data-v-
|
|
6
|
+
.input-loading[data-v-805321b9] {
|
|
7
7
|
position: relative;
|
|
8
8
|
display: flex;
|
|
9
9
|
align-items: center;
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
padding: 0 12px;
|
|
13
13
|
height: var(--height-md)
|
|
14
14
|
}
|
|
15
|
-
.input-loading .loading[data-v-
|
|
15
|
+
.input-loading .loading[data-v-805321b9] {
|
|
16
16
|
width: 100%;
|
|
17
17
|
border-radius: 0.75rem;
|
|
18
18
|
height: 17px
|
|
@@ -280,11 +280,11 @@
|
|
|
280
280
|
--neon-calendar-min-height: auto;
|
|
281
281
|
}
|
|
282
282
|
|
|
283
|
-
.neu-progress-single[data-v-
|
|
283
|
+
.neu-progress-single[data-v-6569a1bb] {
|
|
284
284
|
|
|
285
285
|
position: relative
|
|
286
286
|
}
|
|
287
|
-
.neu-progress-single .segments[data-v-
|
|
287
|
+
.neu-progress-single .segments[data-v-6569a1bb] {
|
|
288
288
|
|
|
289
289
|
display: flex;
|
|
290
290
|
|
|
@@ -301,22 +301,22 @@
|
|
|
301
301
|
background-color: rgb(250 250 250 / var(--tw-bg-opacity))
|
|
302
302
|
}
|
|
303
303
|
|
|
304
|
-
.neu-progress-single[data-v-
|
|
304
|
+
.neu-progress-single[data-v-9a139943] {
|
|
305
305
|
display: block
|
|
306
306
|
}
|
|
307
307
|
|
|
308
|
-
.neu-progress-single[data-v-
|
|
308
|
+
.neu-progress-single[data-v-3bad8bb9] {
|
|
309
309
|
display: block
|
|
310
310
|
}
|
|
311
311
|
|
|
312
|
-
.neu-attendance-single[data-v-
|
|
312
|
+
.neu-attendance-single[data-v-0c3c6187] {
|
|
313
313
|
display: block
|
|
314
314
|
}
|
|
315
315
|
|
|
316
|
-
.neu-attendance-single[data-v-
|
|
316
|
+
.neu-attendance-single[data-v-724535b0] {
|
|
317
317
|
display: block
|
|
318
318
|
}
|
|
319
319
|
|
|
320
|
-
.neu-attendance-single[data-v-
|
|
320
|
+
.neu-attendance-single[data-v-643cca03] {
|
|
321
321
|
display: block
|
|
322
322
|
}
|
|
@@ -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.8.
|
|
3
|
+
"version": "1.8.2",
|
|
4
4
|
"description": "Interface library of Neutron Operasional.",
|
|
5
5
|
"sideEffects": [
|
|
6
6
|
"*.css"
|
|
@@ -54,16 +54,16 @@
|
|
|
54
54
|
"warm": "nuxt prepare"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@neon.id/canvas": "^1.
|
|
58
|
-
"@neon.id/catat-interfaces": "1.
|
|
59
|
-
"@neon.id/context": "^1.
|
|
60
|
-
"@neon.id/field": "^1.
|
|
57
|
+
"@neon.id/canvas": "^1.16.0",
|
|
58
|
+
"@neon.id/catat-interfaces": "1.5.0",
|
|
59
|
+
"@neon.id/context": "^1.3.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.8.
|
|
63
|
+
"@neon.id/interfaces": "^1.5.0",
|
|
64
|
+
"@neon.id/office": "^1.3.0",
|
|
65
|
+
"@neon.id/utils": "^1.1.0",
|
|
66
|
+
"@neutron.co.id/personalia-models": "^1.8.1",
|
|
67
67
|
"@neutron.co.id/sentral-interfaces": "^1.4.0",
|
|
68
68
|
"@nuxt/kit": "^3.5.3",
|
|
69
69
|
"qr-scanner": "^1.4.2",
|
|
@@ -73,9 +73,9 @@
|
|
|
73
73
|
"@faker-js/faker": "8.0.2",
|
|
74
74
|
"@graphql-codegen/cli": "4.0.1",
|
|
75
75
|
"@graphql-codegen/client-preset": "4.0.1",
|
|
76
|
-
"@neon.id/module-builder": "0.
|
|
77
|
-
"@neon.id/styles": "1.
|
|
78
|
-
"@neon.id/types": "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
81
|
"@nuxtjs/tailwindcss": "6.8.0",
|
|
@@ -128,16 +128,16 @@
|
|
|
128
128
|
"vue-tsc": "1.8.1"
|
|
129
129
|
},
|
|
130
130
|
"peerDependencies": {
|
|
131
|
-
"@neon.id/canvas": "^1.
|
|
132
|
-
"@neon.id/catat-interfaces": "1.
|
|
133
|
-
"@neon.id/context": "^1.
|
|
134
|
-
"@neon.id/field": "^1.
|
|
131
|
+
"@neon.id/canvas": "^1.16.0",
|
|
132
|
+
"@neon.id/catat-interfaces": "1.5.0",
|
|
133
|
+
"@neon.id/context": "^1.3.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.8.
|
|
137
|
+
"@neon.id/interfaces": "^1.5.0",
|
|
138
|
+
"@neon.id/office": "^1.3.0",
|
|
139
|
+
"@neon.id/utils": "^1.1.0",
|
|
140
|
+
"@neutron.co.id/personalia-models": "^1.8.1",
|
|
141
141
|
"@neutron.co.id/sentral-interfaces": "^1.4.0",
|
|
142
142
|
"@nuxt/kit": "^3.5.3",
|
|
143
143
|
"qr-scanner": "^1.4.2",
|
|
@@ -146,5 +146,5 @@
|
|
|
146
146
|
"publishConfig": {
|
|
147
147
|
"access": "public"
|
|
148
148
|
},
|
|
149
|
-
"build":
|
|
149
|
+
"build": 111
|
|
150
150
|
}
|