@neutron.co.id/operasional-interfaces 1.7.1 → 1.8.0
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 +2899 -10348
- package/build/index.mjs +2909 -10358
- package/build/style.css +54 -21
- 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/plan/plan.types.d.ts +1 -1
- package/build/types/components/progress/progress.types.d.ts +1 -1
- package/build/types/components/progress/sheets/ProgressCollection.vue.d.ts +42 -1
- package/build/types/components/target/target.types.d.ts +1 -1
- package/build/types/gql/graphql.d.ts +608 -31
- package/package.json +49 -49
package/build/style.css
CHANGED
|
@@ -69,15 +69,15 @@
|
|
|
69
69
|
display: none
|
|
70
70
|
}
|
|
71
71
|
|
|
72
|
-
#view-checkIns[data-v-
|
|
72
|
+
#view-checkIns[data-v-ee60c24a] {
|
|
73
73
|
|
|
74
74
|
height: 100%
|
|
75
75
|
}
|
|
76
|
-
#view-checkIns .wrapper[data-v-
|
|
76
|
+
#view-checkIns .wrapper[data-v-ee60c24a] {
|
|
77
77
|
|
|
78
78
|
height: 100%
|
|
79
79
|
}
|
|
80
|
-
#view-checkIns .header[data-v-
|
|
80
|
+
#view-checkIns .header[data-v-ee60c24a] {
|
|
81
81
|
|
|
82
82
|
display: flex;
|
|
83
83
|
|
|
@@ -93,15 +93,15 @@
|
|
|
93
93
|
|
|
94
94
|
padding-bottom: 0.5rem
|
|
95
95
|
}
|
|
96
|
-
#view-checkIns .header .start[data-v-
|
|
96
|
+
#view-checkIns .header .start[data-v-ee60c24a] {
|
|
97
97
|
|
|
98
98
|
line-height: 1.25
|
|
99
99
|
}
|
|
100
|
-
#view-checkIns .header .title[data-v-
|
|
100
|
+
#view-checkIns .header .title[data-v-ee60c24a] {
|
|
101
101
|
|
|
102
102
|
font-weight: 700
|
|
103
103
|
}
|
|
104
|
-
#view-checkIns .header .description[data-v-
|
|
104
|
+
#view-checkIns .header .description[data-v-ee60c24a] {
|
|
105
105
|
|
|
106
106
|
font-size: 0.875rem;
|
|
107
107
|
|
|
@@ -109,13 +109,13 @@
|
|
|
109
109
|
|
|
110
110
|
color: rgb(161 161 170 / var(--tw-text-opacity))
|
|
111
111
|
}
|
|
112
|
-
#view-checkIns .buttons[data-v-
|
|
112
|
+
#view-checkIns .buttons[data-v-ee60c24a] {
|
|
113
113
|
|
|
114
114
|
display: flex;
|
|
115
115
|
|
|
116
116
|
align-items: center
|
|
117
117
|
}
|
|
118
|
-
#view-checkIns .buttons[data-v-
|
|
118
|
+
#view-checkIns .buttons[data-v-ee60c24a] > :not([hidden]) ~ :not([hidden]) {
|
|
119
119
|
|
|
120
120
|
--tw-space-x-reverse: 0;
|
|
121
121
|
|
|
@@ -123,11 +123,11 @@
|
|
|
123
123
|
|
|
124
124
|
margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)))
|
|
125
125
|
}
|
|
126
|
-
#view-checkIns .buttons[data-v-
|
|
126
|
+
#view-checkIns .buttons[data-v-ee60c24a] {
|
|
127
127
|
|
|
128
128
|
padding-right: 0.25rem
|
|
129
129
|
}
|
|
130
|
-
#view-checkIns .summary[data-v-
|
|
130
|
+
#view-checkIns .summary[data-v-ee60c24a] {
|
|
131
131
|
|
|
132
132
|
padding-bottom: 0.5rem
|
|
133
133
|
}
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
display: block
|
|
137
137
|
}
|
|
138
138
|
|
|
139
|
-
.neu-checkIn-single[data-v-
|
|
139
|
+
.neu-checkIn-single[data-v-dcdbc71a] {
|
|
140
140
|
display: block
|
|
141
141
|
}
|
|
142
142
|
|
|
@@ -248,42 +248,75 @@
|
|
|
248
248
|
display: block
|
|
249
249
|
}
|
|
250
250
|
|
|
251
|
-
.neu-responsibility-single[data-v-
|
|
251
|
+
.neu-responsibility-single[data-v-aaff5c1e] {
|
|
252
252
|
display: block
|
|
253
253
|
}
|
|
254
254
|
|
|
255
|
-
.neu-responsibility-single[data-v-
|
|
255
|
+
.neu-responsibility-single[data-v-8c4d64ad] {
|
|
256
256
|
display: block
|
|
257
257
|
}
|
|
258
258
|
|
|
259
|
-
.neu-target-single[data-v-
|
|
259
|
+
.neu-target-single[data-v-c12b8df8] {
|
|
260
260
|
display: block
|
|
261
261
|
}
|
|
262
262
|
|
|
263
|
-
.neu-target-single[data-v-
|
|
263
|
+
.neu-target-single[data-v-6a5a6e80] {
|
|
264
264
|
display: block
|
|
265
265
|
}
|
|
266
266
|
|
|
267
|
-
.neu-plan-type-single[data-v-
|
|
267
|
+
.neu-plan-type-single[data-v-80d2e1d3] {
|
|
268
268
|
display: block
|
|
269
269
|
}
|
|
270
270
|
|
|
271
|
-
.neu-plan-single[data-v-
|
|
271
|
+
.neu-plan-single[data-v-b3d29aa4] {
|
|
272
272
|
display: block
|
|
273
273
|
}
|
|
274
274
|
|
|
275
|
-
.neu-plan-single[data-v-
|
|
275
|
+
.neu-plan-single[data-v-aa8de6da] {
|
|
276
276
|
display: block
|
|
277
277
|
}
|
|
278
278
|
|
|
279
|
-
.neu-progress-
|
|
279
|
+
.neu-progress-collection[data-v-2634660f] {
|
|
280
|
+
--neon-calendar-min-height: auto;
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
.neu-progress-single[data-v-8354411e] {
|
|
284
|
+
|
|
285
|
+
position: relative
|
|
286
|
+
}
|
|
287
|
+
.neu-progress-single .segments[data-v-8354411e] {
|
|
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-a2784c89] {
|
|
305
|
+
display: block
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
.neu-progress-single[data-v-e2e0ccca] {
|
|
309
|
+
display: block
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
.neu-attendance-single[data-v-f2d3d252] {
|
|
280
313
|
display: block
|
|
281
314
|
}
|
|
282
315
|
|
|
283
|
-
.neu-
|
|
316
|
+
.neu-attendance-single[data-v-922e86d6] {
|
|
284
317
|
display: block
|
|
285
318
|
}
|
|
286
319
|
|
|
287
|
-
.neu-
|
|
320
|
+
.neu-attendance-single[data-v-eb6a78b6] {
|
|
288
321
|
display: block
|
|
289
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
|
+
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';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const PlanModel: import("@neon.id/model").Model<"neu:personalia:plan", "name" | "target" | "staffs" | "branches" | "stages" | "
|
|
1
|
+
export declare const PlanModel: import("@neon.id/model").Model<"neu:personalia:plan", "name" | "target" | "staffs" | "branches" | "stages" | "endedAt" | "startedAt" | "detail" | "domain" | "planTypes">;
|
|
2
2
|
export type TPlanModel = typeof PlanModel;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const ProgressModel: import("@neon.id/model").Model<"neu:personalia:progress", "
|
|
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;
|
|
@@ -1,2 +1,43 @@
|
|
|
1
|
-
|
|
1
|
+
import { NCalendar } from '@neon.id/display';
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
startedAtField: {
|
|
4
|
+
type: StringConstructor;
|
|
5
|
+
default: string;
|
|
6
|
+
};
|
|
7
|
+
endedAtField: {
|
|
8
|
+
type: StringConstructor;
|
|
9
|
+
default: string;
|
|
10
|
+
};
|
|
11
|
+
period: {
|
|
12
|
+
type: any;
|
|
13
|
+
default: () => {
|
|
14
|
+
startedAt: Date;
|
|
15
|
+
endedAt: Date;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
19
|
+
"update:period": (period: NCalendar.PeriodData) => void;
|
|
20
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
21
|
+
startedAtField: {
|
|
22
|
+
type: StringConstructor;
|
|
23
|
+
default: string;
|
|
24
|
+
};
|
|
25
|
+
endedAtField: {
|
|
26
|
+
type: StringConstructor;
|
|
27
|
+
default: string;
|
|
28
|
+
};
|
|
29
|
+
period: {
|
|
30
|
+
type: any;
|
|
31
|
+
default: () => {
|
|
32
|
+
startedAt: Date;
|
|
33
|
+
endedAt: Date;
|
|
34
|
+
};
|
|
35
|
+
};
|
|
36
|
+
}>> & {
|
|
37
|
+
"onUpdate:period"?: ((period: NCalendar.PeriodData) => any) | undefined;
|
|
38
|
+
}, {
|
|
39
|
+
startedAtField: string;
|
|
40
|
+
endedAtField: string;
|
|
41
|
+
period: any;
|
|
42
|
+
}, {}>;
|
|
2
43
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const TargetModel: import("@neon.id/model").Model<"neu:personalia:target", "name" | "branches" | "school" | "stages" | "
|
|
1
|
+
export declare const TargetModel: import("@neon.id/model").Model<"neu:personalia:target", "name" | "branches" | "school" | "stages" | "endedAt" | "startedAt" | "actualInvoice" | "condition" | "targetEst">;
|
|
2
2
|
export type TTargetModel = typeof TargetModel;
|