@neutron.co.id/operasional-interfaces 1.11.3 → 1.11.5
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/@package/components/attendance/attendance.types.d.ts +1 -1
- package/build/@package/components/checkIn/checkIn.types.d.ts +1 -1
- package/build/@package/components/plan/plan.types.d.ts +1 -1
- package/build/@package/components/planType/planType.types.d.ts +1 -1
- package/build/@package/components/progress/progress.types.d.ts +1 -1
- package/build/@package/components/responsibility/responsibility.types.d.ts +1 -1
- package/build/@package/components/staff/staff.types.d.ts +1 -1
- package/build/@package/components/submission/sections/SubmissionDetailTab/SubmissionDetailTab.vue.d.ts +2 -0
- package/build/@package/components/submission/sections/SubmissionDetailTab/index.d.ts +1 -0
- package/build/@package/components/submission/sections/SubmissionDocumentTab/SubmissionDocumentTab.vue.d.ts +10 -0
- package/build/@package/components/submission/sections/index.d.ts +1 -0
- package/build/@package/components/submission/submission.types.d.ts +1 -1
- package/build/@package/components/target/target.types.d.ts +1 -1
- package/build/@package/components/task/task.types.d.ts +1 -1
- package/build/index.cjs +781 -339
- package/build/index.mjs +781 -339
- package/build/module.json +1 -1
- package/build/nuxt.json +1 -1
- package/build/style.css +11 -7
- package/package.json +8 -8
package/build/module.json
CHANGED
package/build/nuxt.json
CHANGED
package/build/style.css
CHANGED
|
@@ -329,31 +329,35 @@
|
|
|
329
329
|
display: block
|
|
330
330
|
}
|
|
331
331
|
|
|
332
|
-
.neu-submission-single[data-v-
|
|
332
|
+
.neu-submission-single[data-v-3f59d8c4] {
|
|
333
333
|
display: block
|
|
334
334
|
}
|
|
335
335
|
|
|
336
|
-
.neu-submission-single[data-v-
|
|
336
|
+
.neu-submission-single[data-v-4a420628] {
|
|
337
337
|
display: block
|
|
338
338
|
}
|
|
339
339
|
|
|
340
|
-
.neu-submission-single[data-v-
|
|
340
|
+
.neu-submission-single[data-v-39e053b2] {
|
|
341
341
|
display: block
|
|
342
342
|
}
|
|
343
343
|
|
|
344
|
-
.neu-submission-single[data-v-
|
|
344
|
+
.neu-submission-single[data-v-7353dc8e] {
|
|
345
345
|
display: block
|
|
346
346
|
}
|
|
347
347
|
|
|
348
|
-
.neu-submission-single[data-v-
|
|
348
|
+
.neu-submission-single[data-v-0e15c280] {
|
|
349
349
|
display: block
|
|
350
350
|
}
|
|
351
351
|
|
|
352
|
-
.neu-submission-single[data-v-
|
|
352
|
+
.neu-submission-single[data-v-94acb660] {
|
|
353
353
|
display: block
|
|
354
354
|
}
|
|
355
355
|
|
|
356
|
-
.neu-submission-single[data-v-
|
|
356
|
+
.neu-submission-single[data-v-ce22d9dd] {
|
|
357
|
+
display: block
|
|
358
|
+
}
|
|
359
|
+
|
|
360
|
+
.neu-submission-single[data-v-8926b0ed] {
|
|
357
361
|
display: block
|
|
358
362
|
}
|
|
359
363
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@neutron.co.id/operasional-interfaces",
|
|
3
|
-
"version": "1.11.
|
|
3
|
+
"version": "1.11.5",
|
|
4
4
|
"description": "Interface library of Neutron Operasional.",
|
|
5
5
|
"sideEffects": [
|
|
6
6
|
"*.css"
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
66
|
"@neon.id/canvas": "^1.26.0",
|
|
67
|
-
"@neon.id/catat-interfaces": "^1.10.
|
|
67
|
+
"@neon.id/catat-interfaces": "^1.10.1-beta.1",
|
|
68
68
|
"@neon.id/context": "^1.23.0",
|
|
69
69
|
"@neon.id/field": "^1.17.0",
|
|
70
70
|
"@neon.id/identitas-interfaces": "^1.2.0",
|
|
@@ -72,9 +72,9 @@
|
|
|
72
72
|
"@neon.id/interfaces": "^1.25.0",
|
|
73
73
|
"@neon.id/model": "^1.9.0",
|
|
74
74
|
"@neon.id/nuxt": "^1.0.0",
|
|
75
|
-
"@neon.id/office": "^1.
|
|
75
|
+
"@neon.id/office": "^1.26.0",
|
|
76
76
|
"@neon.id/utils": "^1.27.0",
|
|
77
|
-
"@neutron.co.id/personalia-models": "^1.10.
|
|
77
|
+
"@neutron.co.id/personalia-models": "^1.10.6",
|
|
78
78
|
"@nuxt/kit": "^3.8.1",
|
|
79
79
|
"file-saver": "^2.0.5",
|
|
80
80
|
"qr-scanner": "^1.4.2",
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
},
|
|
135
135
|
"peerDependencies": {
|
|
136
136
|
"@neon.id/canvas": "^1.26.0",
|
|
137
|
-
"@neon.id/catat-interfaces": "^1.10.
|
|
137
|
+
"@neon.id/catat-interfaces": "^1.10.1-beta.1",
|
|
138
138
|
"@neon.id/context": "^1.23.0",
|
|
139
139
|
"@neon.id/field": "^1.17.0",
|
|
140
140
|
"@neon.id/identitas-interfaces": "^1.2.0",
|
|
@@ -142,9 +142,9 @@
|
|
|
142
142
|
"@neon.id/interfaces": "^1.25.0",
|
|
143
143
|
"@neon.id/model": "^1.9.0",
|
|
144
144
|
"@neon.id/nuxt": "^1.0.0",
|
|
145
|
-
"@neon.id/office": "^1.
|
|
145
|
+
"@neon.id/office": "^1.26.0",
|
|
146
146
|
"@neon.id/utils": "^1.27.0",
|
|
147
|
-
"@neutron.co.id/personalia-models": "^1.10.
|
|
147
|
+
"@neutron.co.id/personalia-models": "^1.10.6",
|
|
148
148
|
"@nuxt/kit": "^3.8.1",
|
|
149
149
|
"file-saver": "^2.0.5",
|
|
150
150
|
"qr-scanner": "^1.4.2",
|
|
@@ -154,5 +154,5 @@
|
|
|
154
154
|
"publishConfig": {
|
|
155
155
|
"access": "public"
|
|
156
156
|
},
|
|
157
|
-
"build":
|
|
157
|
+
"build": 136
|
|
158
158
|
}
|