@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/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
@@ -248,11 +248,11 @@
248
248
  display: block
249
249
  }
250
250
 
251
- .neu-responsibility-single[data-v-66cf149e] {
251
+ .neu-responsibility-single[data-v-aaff5c1e] {
252
252
  display: block
253
253
  }
254
254
 
255
- .neu-responsibility-single[data-v-67407b3a] {
255
+ .neu-responsibility-single[data-v-8c4d64ad] {
256
256
  display: block
257
257
  }
258
258
 
@@ -280,14 +280,43 @@
280
280
  --neon-calendar-min-height: auto;
281
281
  }
282
282
 
283
- .neu-progress-single[data-v-56177a6b] {
283
+ .neu-progress-single[data-v-e7bbc154] {
284
+
285
+ position: relative
286
+ }
287
+ .neu-progress-single .segments[data-v-e7bbc154] {
288
+
289
+ display: flex;
290
+
291
+ align-items: center;
292
+
293
+ justify-content: center;
294
+
295
+ padding: 0.25rem;
296
+
297
+ border-bottom-width: 2px;
298
+
299
+ --tw-bg-opacity: 1;
300
+
301
+ background-color: rgb(250 250 250 / var(--tw-bg-opacity))
302
+ }
303
+
304
+ .neu-progress-single[data-v-9a139943] {
305
+ display: block
306
+ }
307
+
308
+ .neu-progress-single[data-v-3bad8bb9] {
309
+ display: block
310
+ }
311
+
312
+ .neu-attendance-single[data-v-0c3c6187] {
284
313
  display: block
285
314
  }
286
315
 
287
- .neu-progress-single[data-v-47774f0e] {
316
+ .neu-attendance-single[data-v-724535b0] {
288
317
  display: block
289
318
  }
290
319
 
291
- .neu-progress-single[data-v-7e2a51fe] {
320
+ .neu-attendance-single[data-v-643cca03] {
292
321
  display: block
293
322
  }
@@ -0,0 +1,2 @@
1
+ export declare const AttendanceModel: import("@neon.id/model").Model<"neu:personalia:attendance", "type" | "status" | "nameStaff" | "endedAt" | "startedAt" | "notes" | "attendanceAt" | "comeAt" | "decideStaff" | "earlyAt" | "homeAt" | "lateAt" | "submitStaff" | "submittedAt">;
2
+ export type TAttendanceModel = typeof AttendanceModel;
@@ -0,0 +1,2 @@
1
+ export * from './attendance.types';
2
+ export * from './sheets';
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
+ export default _default;
@@ -0,0 +1,4 @@
1
+ export { default as AttendanceCollection } from './AttendanceCollection.vue';
2
+ export { default as AttendanceSingle } from './AttendanceSingle.vue';
3
+ export { default as AttendanceStaff } from './AttendanceStaff.vue';
4
+ export { default as AttendanceManager } from './AttendanceManager.vue';
@@ -12,3 +12,4 @@ export * from './target';
12
12
  export * from './planType';
13
13
  export * from './plan';
14
14
  export * from './progress';
15
+ export * from './attendance';
@@ -1,2 +1,2 @@
1
- export declare const ProgressModel: import("@neon.id/model").Model<"neu:personalia:progress", "staff" | "nameStaff" | "endedAt" | "startedAt" | "detail" | "plans" | "responsibilities" | "submissions">;
1
+ export declare const ProgressModel: import("@neon.id/model").Model<"neu:personalia:progress", "staffs" | "nameStaff" | "endedAt" | "startedAt" | "detail" | "isNotes" | "plans" | "responsibilities" | "submissions" | "virtualIsNotes">;
2
2
  export type TProgressModel = typeof ProgressModel;