@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/style.css CHANGED
@@ -3,7 +3,7 @@
3
3
  margin-bottom: 1rem
4
4
  }
5
5
 
6
- .input-loading[data-v-3cf0c9ae] {
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-3cf0c9ae] {
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-8354411e] {
283
+ .neu-progress-single[data-v-6569a1bb] {
284
284
 
285
285
  position: relative
286
286
  }
287
- .neu-progress-single .segments[data-v-8354411e] {
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-a2784c89] {
304
+ .neu-progress-single[data-v-9a139943] {
305
305
  display: block
306
306
  }
307
307
 
308
- .neu-progress-single[data-v-e2e0ccca] {
308
+ .neu-progress-single[data-v-3bad8bb9] {
309
309
  display: block
310
310
  }
311
311
 
312
- .neu-attendance-single[data-v-f2d3d252] {
312
+ .neu-attendance-single[data-v-0c3c6187] {
313
313
  display: block
314
314
  }
315
315
 
316
- .neu-attendance-single[data-v-922e86d6] {
316
+ .neu-attendance-single[data-v-724535b0] {
317
317
  display: block
318
318
  }
319
319
 
320
- .neu-attendance-single[data-v-eb6a78b6] {
320
+ .neu-attendance-single[data-v-643cca03] {
321
321
  display: block
322
322
  }
@@ -1,4 +1,6 @@
1
- import dayjs from 'dayjs';
1
+ import dayjs from 'dayjs/esm/index.js';
2
+ import 'dayjs/esm/locale/en.js';
3
+ import 'dayjs/esm/locale/id.js';
2
4
  export declare class DateUtil {
3
5
  static get day(): typeof dayjs;
4
6
  }
@@ -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.0",
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.14.0",
58
- "@neon.id/catat-interfaces": "1.3.0",
59
- "@neon.id/context": "^1.1.0",
60
- "@neon.id/field": "^1.0.0",
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.1.0",
64
- "@neon.id/office": "^1.1.0",
65
- "@neon.id/utils": "^0.44.0",
66
- "@neutron.co.id/personalia-models": "^1.8.0",
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.17.0",
77
- "@neon.id/styles": "1.0.0",
78
- "@neon.id/types": "1.45.0",
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.14.0",
132
- "@neon.id/catat-interfaces": "1.3.0",
133
- "@neon.id/context": "^1.1.0",
134
- "@neon.id/field": "^1.0.0",
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.1.0",
138
- "@neon.id/office": "^1.1.0",
139
- "@neon.id/utils": "^0.44.0",
140
- "@neutron.co.id/personalia-models": "^1.8.0",
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": 109
149
+ "build": 111
150
150
  }