@neutron.co.id/operasional-modules 1.10.5 → 1.10.7-beta.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/personalia/resources/attendance/attendance.model.d.ts +1 -1
- package/build/personalia/resources/attendance/attendance.resource.d.ts +1 -1
- package/build/personalia/resources/attendance/attendance.views.d.ts +108 -24
- package/build/personalia/resources/checkIn/checkIn.model.d.ts +1 -1
- package/build/personalia/resources/checkIn/checkIn.resource.d.ts +1 -1
- package/build/personalia/resources/checkIn/checkIn.views.d.ts +81 -18
- package/build/personalia/resources/plan/plan.model.d.ts +1 -1
- package/build/personalia/resources/plan/plan.resource.d.ts +1 -1
- package/build/personalia/resources/plan/plan.views.d.ts +54 -12
- package/build/personalia/resources/planType/planType.model.d.ts +1 -1
- package/build/personalia/resources/planType/planType.resource.d.ts +1 -1
- package/build/personalia/resources/planType/planType.views.d.ts +27 -6
- package/build/personalia/resources/progress/progress.model.d.ts +1 -1
- package/build/personalia/resources/progress/progress.resource.d.ts +1 -1
- package/build/personalia/resources/progress/progress.views.d.ts +94 -22
- package/build/personalia/resources/progressAccess/progressAccess.model.d.ts +1 -1
- package/build/personalia/resources/progressAccess/progressAccess.resource.d.ts +1 -1
- package/build/personalia/resources/progressAccess/progressAccess.views.d.ts +54 -12
- package/build/personalia/resources/responsibility/responsibility.model.d.ts +1 -1
- package/build/personalia/resources/responsibility/responsibility.resource.d.ts +1 -1
- package/build/personalia/resources/responsibility/responsibility.views.d.ts +81 -18
- package/build/personalia/resources/responsibilityType/responsibilityType.model.d.ts +1 -1
- package/build/personalia/resources/responsibilityType/responsibilityType.resource.d.ts +1 -1
- package/build/personalia/resources/responsibilityType/responsibilityType.views.d.ts +27 -6
- package/build/personalia/resources/situation/situation.model.d.ts +1 -1
- package/build/personalia/resources/situation/situation.resource.d.ts +1 -1
- package/build/personalia/resources/situation/situation.views.d.ts +81 -18
- package/build/personalia/resources/situationType/situationType.model.d.ts +1 -1
- package/build/personalia/resources/situationType/situationType.resource.d.ts +1 -1
- package/build/personalia/resources/situationType/situationType.views.d.ts +27 -6
- package/build/personalia/resources/staff/staff.model.d.ts +1 -1
- package/build/personalia/resources/staff/staff.resource.d.ts +1 -1
- package/build/personalia/resources/staff/staff.resource.mjs +11 -1
- package/build/personalia/resources/staff/staff.views.d.ts +111 -12
- package/build/personalia/resources/staff/staff.views.mjs +33 -0
- package/build/personalia/resources/submission/submission.model.d.ts +1 -1
- package/build/personalia/resources/submission/submission.model.mjs +36 -8
- package/build/personalia/resources/submission/submission.resource.d.ts +1 -1
- package/build/personalia/resources/submission/submission.views.d.ts +189 -42
- package/build/personalia/resources/submissionType/submissionType.model.d.ts +1 -1
- package/build/personalia/resources/submissionType/submissionType.resource.d.ts +1 -1
- package/build/personalia/resources/submissionType/submissionType.views.d.ts +27 -6
- package/build/personalia/resources/target/target.model.d.ts +1 -1
- package/build/personalia/resources/target/target.resource.d.ts +1 -1
- package/build/personalia/resources/target/target.views.d.ts +54 -12
- package/build/personalia/resources/task/task.model.d.ts +1 -1
- package/build/personalia/resources/task/task.resource.d.ts +1 -1
- package/build/personalia/resources/task/task.views.d.ts +81 -18
- package/build/personalia/views.mjs +2 -2
- package/package.json +8 -8
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const AttendanceModel: import("@neon.id/model").Model<"neu:personalia:attendance", "status" | "type" | "submitStaff" | "decideStaff" | "submittedAt" | "startedAt" | "endedAt" | "notes" | "nameStaff" | "branch" | "delegateStaffs" | "virtualSubmitStaff" | "attendanceAt" | "homeAt" | "earlyAt" | "comeAt" | "lateAt">;
|
|
1
|
+
export declare const AttendanceModel: import("@neon.id/model").Model<"neu:personalia:attendance", "status" | "type" | "submitStaff" | "decideStaff" | "submittedAt" | "startedAt" | "endedAt" | "notes" | "nameStaff" | "branch" | "delegateStaffs" | "virtualSubmitStaff" | "attendanceAt" | "homeAt" | "earlyAt" | "comeAt" | "lateAt", import("@neon.id/model").TObject>;
|
|
2
2
|
export type TAttendanceModel = typeof AttendanceModel;
|
|
3
3
|
export declare const fragments: {
|
|
4
4
|
item: Schema.Attendance;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { Resource } from '@neon.id/context';
|
|
2
|
-
export declare const AttendanceResource: Resource<Schema.Attendance, import("@neon.id/model").Model<"neu:personalia:attendance", "status" | "type" | "submitStaff" | "decideStaff" | "submittedAt" | "startedAt" | "endedAt" | "notes" | "nameStaff" | "branch" | "delegateStaffs" | "virtualSubmitStaff" | "attendanceAt" | "homeAt" | "earlyAt" | "comeAt" | "lateAt">>;
|
|
2
|
+
export declare const AttendanceResource: Resource<Schema.Attendance, import("@neon.id/model").Model<"neu:personalia:attendance", "status" | "type" | "submitStaff" | "decideStaff" | "submittedAt" | "startedAt" | "endedAt" | "notes" | "nameStaff" | "branch" | "delegateStaffs" | "virtualSubmitStaff" | "attendanceAt" | "homeAt" | "earlyAt" | "comeAt" | "lateAt", import("@neon.id/model").TObject>>;
|
|
@@ -1,144 +1,228 @@
|
|
|
1
|
-
export declare const AttendanceCollectionView: import("vue").DefineComponent<{
|
|
1
|
+
export declare const AttendanceCollectionView: import("vue").DefineComponent<{
|
|
2
|
+
overrides: {
|
|
3
|
+
type: ObjectConstructor;
|
|
4
|
+
default: () => {};
|
|
5
|
+
};
|
|
6
|
+
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2
7
|
[key: string]: any;
|
|
3
|
-
}>,
|
|
8
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
9
|
+
overrides: {
|
|
10
|
+
type: ObjectConstructor;
|
|
11
|
+
default: () => {};
|
|
12
|
+
};
|
|
13
|
+
}>>, {
|
|
14
|
+
overrides: Record<string, any>;
|
|
15
|
+
}, {}>;
|
|
4
16
|
export declare const AttendanceSingleView: import("vue").DefineComponent<{
|
|
5
17
|
id: {
|
|
6
18
|
type: StringConstructor;
|
|
7
|
-
default:
|
|
19
|
+
default: undefined;
|
|
8
20
|
};
|
|
9
21
|
isNew: {
|
|
10
22
|
type: BooleanConstructor;
|
|
11
|
-
default:
|
|
23
|
+
default: undefined;
|
|
12
24
|
};
|
|
13
25
|
isMain: {
|
|
14
26
|
type: BooleanConstructor;
|
|
15
27
|
default: boolean;
|
|
16
28
|
};
|
|
29
|
+
overrides: {
|
|
30
|
+
type: ObjectConstructor;
|
|
31
|
+
default: () => {};
|
|
32
|
+
};
|
|
17
33
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
18
34
|
[key: string]: any;
|
|
19
35
|
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
20
36
|
id: {
|
|
21
37
|
type: StringConstructor;
|
|
22
|
-
default:
|
|
38
|
+
default: undefined;
|
|
23
39
|
};
|
|
24
40
|
isNew: {
|
|
25
41
|
type: BooleanConstructor;
|
|
26
|
-
default:
|
|
42
|
+
default: undefined;
|
|
27
43
|
};
|
|
28
44
|
isMain: {
|
|
29
45
|
type: BooleanConstructor;
|
|
30
46
|
default: boolean;
|
|
31
47
|
};
|
|
48
|
+
overrides: {
|
|
49
|
+
type: ObjectConstructor;
|
|
50
|
+
default: () => {};
|
|
51
|
+
};
|
|
32
52
|
}>>, {
|
|
33
53
|
id: string;
|
|
34
54
|
isMain: boolean;
|
|
35
55
|
isNew: boolean;
|
|
56
|
+
overrides: Record<string, any>;
|
|
36
57
|
}, {}>;
|
|
37
|
-
export declare const AttendanceCollectionStaffView: import("vue").DefineComponent<{
|
|
58
|
+
export declare const AttendanceCollectionStaffView: import("vue").DefineComponent<{
|
|
59
|
+
overrides: {
|
|
60
|
+
type: ObjectConstructor;
|
|
61
|
+
default: () => {};
|
|
62
|
+
};
|
|
63
|
+
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
38
64
|
[key: string]: any;
|
|
39
|
-
}>,
|
|
65
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
66
|
+
overrides: {
|
|
67
|
+
type: ObjectConstructor;
|
|
68
|
+
default: () => {};
|
|
69
|
+
};
|
|
70
|
+
}>>, {
|
|
71
|
+
overrides: Record<string, any>;
|
|
72
|
+
}, {}>;
|
|
40
73
|
export declare const AttendanceSingleStaffView: import("vue").DefineComponent<{
|
|
41
74
|
id: {
|
|
42
75
|
type: StringConstructor;
|
|
43
|
-
default:
|
|
76
|
+
default: undefined;
|
|
44
77
|
};
|
|
45
78
|
isNew: {
|
|
46
79
|
type: BooleanConstructor;
|
|
47
|
-
default:
|
|
80
|
+
default: undefined;
|
|
48
81
|
};
|
|
49
82
|
isMain: {
|
|
50
83
|
type: BooleanConstructor;
|
|
51
84
|
default: boolean;
|
|
52
85
|
};
|
|
86
|
+
overrides: {
|
|
87
|
+
type: ObjectConstructor;
|
|
88
|
+
default: () => {};
|
|
89
|
+
};
|
|
53
90
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
54
91
|
[key: string]: any;
|
|
55
92
|
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
56
93
|
id: {
|
|
57
94
|
type: StringConstructor;
|
|
58
|
-
default:
|
|
95
|
+
default: undefined;
|
|
59
96
|
};
|
|
60
97
|
isNew: {
|
|
61
98
|
type: BooleanConstructor;
|
|
62
|
-
default:
|
|
99
|
+
default: undefined;
|
|
63
100
|
};
|
|
64
101
|
isMain: {
|
|
65
102
|
type: BooleanConstructor;
|
|
66
103
|
default: boolean;
|
|
67
104
|
};
|
|
105
|
+
overrides: {
|
|
106
|
+
type: ObjectConstructor;
|
|
107
|
+
default: () => {};
|
|
108
|
+
};
|
|
68
109
|
}>>, {
|
|
69
110
|
id: string;
|
|
70
111
|
isMain: boolean;
|
|
71
112
|
isNew: boolean;
|
|
113
|
+
overrides: Record<string, any>;
|
|
72
114
|
}, {}>;
|
|
73
|
-
export declare const AttendanceCollectionManagerView: import("vue").DefineComponent<{
|
|
115
|
+
export declare const AttendanceCollectionManagerView: import("vue").DefineComponent<{
|
|
116
|
+
overrides: {
|
|
117
|
+
type: ObjectConstructor;
|
|
118
|
+
default: () => {};
|
|
119
|
+
};
|
|
120
|
+
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
74
121
|
[key: string]: any;
|
|
75
|
-
}>,
|
|
122
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
123
|
+
overrides: {
|
|
124
|
+
type: ObjectConstructor;
|
|
125
|
+
default: () => {};
|
|
126
|
+
};
|
|
127
|
+
}>>, {
|
|
128
|
+
overrides: Record<string, any>;
|
|
129
|
+
}, {}>;
|
|
76
130
|
export declare const AttendanceSingleManagerView: import("vue").DefineComponent<{
|
|
77
131
|
id: {
|
|
78
132
|
type: StringConstructor;
|
|
79
|
-
default:
|
|
133
|
+
default: undefined;
|
|
80
134
|
};
|
|
81
135
|
isNew: {
|
|
82
136
|
type: BooleanConstructor;
|
|
83
|
-
default:
|
|
137
|
+
default: undefined;
|
|
84
138
|
};
|
|
85
139
|
isMain: {
|
|
86
140
|
type: BooleanConstructor;
|
|
87
141
|
default: boolean;
|
|
88
142
|
};
|
|
143
|
+
overrides: {
|
|
144
|
+
type: ObjectConstructor;
|
|
145
|
+
default: () => {};
|
|
146
|
+
};
|
|
89
147
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
90
148
|
[key: string]: any;
|
|
91
149
|
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
92
150
|
id: {
|
|
93
151
|
type: StringConstructor;
|
|
94
|
-
default:
|
|
152
|
+
default: undefined;
|
|
95
153
|
};
|
|
96
154
|
isNew: {
|
|
97
155
|
type: BooleanConstructor;
|
|
98
|
-
default:
|
|
156
|
+
default: undefined;
|
|
99
157
|
};
|
|
100
158
|
isMain: {
|
|
101
159
|
type: BooleanConstructor;
|
|
102
160
|
default: boolean;
|
|
103
161
|
};
|
|
162
|
+
overrides: {
|
|
163
|
+
type: ObjectConstructor;
|
|
164
|
+
default: () => {};
|
|
165
|
+
};
|
|
104
166
|
}>>, {
|
|
105
167
|
id: string;
|
|
106
168
|
isMain: boolean;
|
|
107
169
|
isNew: boolean;
|
|
170
|
+
overrides: Record<string, any>;
|
|
108
171
|
}, {}>;
|
|
109
|
-
export declare const AttendanceCollectionSupervisorView: import("vue").DefineComponent<{
|
|
172
|
+
export declare const AttendanceCollectionSupervisorView: import("vue").DefineComponent<{
|
|
173
|
+
overrides: {
|
|
174
|
+
type: ObjectConstructor;
|
|
175
|
+
default: () => {};
|
|
176
|
+
};
|
|
177
|
+
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
110
178
|
[key: string]: any;
|
|
111
|
-
}>,
|
|
179
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
180
|
+
overrides: {
|
|
181
|
+
type: ObjectConstructor;
|
|
182
|
+
default: () => {};
|
|
183
|
+
};
|
|
184
|
+
}>>, {
|
|
185
|
+
overrides: Record<string, any>;
|
|
186
|
+
}, {}>;
|
|
112
187
|
export declare const AttendanceSingleSupervisorView: import("vue").DefineComponent<{
|
|
113
188
|
id: {
|
|
114
189
|
type: StringConstructor;
|
|
115
|
-
default:
|
|
190
|
+
default: undefined;
|
|
116
191
|
};
|
|
117
192
|
isNew: {
|
|
118
193
|
type: BooleanConstructor;
|
|
119
|
-
default:
|
|
194
|
+
default: undefined;
|
|
120
195
|
};
|
|
121
196
|
isMain: {
|
|
122
197
|
type: BooleanConstructor;
|
|
123
198
|
default: boolean;
|
|
124
199
|
};
|
|
200
|
+
overrides: {
|
|
201
|
+
type: ObjectConstructor;
|
|
202
|
+
default: () => {};
|
|
203
|
+
};
|
|
125
204
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
126
205
|
[key: string]: any;
|
|
127
206
|
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
128
207
|
id: {
|
|
129
208
|
type: StringConstructor;
|
|
130
|
-
default:
|
|
209
|
+
default: undefined;
|
|
131
210
|
};
|
|
132
211
|
isNew: {
|
|
133
212
|
type: BooleanConstructor;
|
|
134
|
-
default:
|
|
213
|
+
default: undefined;
|
|
135
214
|
};
|
|
136
215
|
isMain: {
|
|
137
216
|
type: BooleanConstructor;
|
|
138
217
|
default: boolean;
|
|
139
218
|
};
|
|
219
|
+
overrides: {
|
|
220
|
+
type: ObjectConstructor;
|
|
221
|
+
default: () => {};
|
|
222
|
+
};
|
|
140
223
|
}>>, {
|
|
141
224
|
id: string;
|
|
142
225
|
isMain: boolean;
|
|
143
226
|
isNew: boolean;
|
|
227
|
+
overrides: Record<string, any>;
|
|
144
228
|
}, {}>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const CheckInModel: import("@neon.id/model").Model<"neu:tempat:checkIn", "staff" | "type" | "user" | "branch" | "statusGPS" | "checkInAt" | "building" | "note" | "latitude" | "longitude" | "student" | "teacher" | "virtualStaff" | "informationCheckIn">;
|
|
1
|
+
export declare const CheckInModel: import("@neon.id/model").Model<"neu:tempat:checkIn", "staff" | "type" | "user" | "branch" | "statusGPS" | "checkInAt" | "building" | "note" | "latitude" | "longitude" | "student" | "teacher" | "virtualStaff" | "informationCheckIn", import("@neon.id/model").TObject>;
|
|
2
2
|
export type TCheckInModel = typeof CheckInModel;
|
|
3
3
|
export declare const fragments: {
|
|
4
4
|
item: Schema.CheckIn;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { Resource } from '@neon.id/context';
|
|
2
|
-
export declare const CheckInResource: Resource<Schema.CheckIn, import("@neon.id/model").Model<"neu:tempat:checkIn", "staff" | "type" | "user" | "branch" | "statusGPS" | "checkInAt" | "building" | "note" | "latitude" | "longitude" | "student" | "teacher" | "virtualStaff" | "informationCheckIn">>;
|
|
2
|
+
export declare const CheckInResource: Resource<Schema.CheckIn, import("@neon.id/model").Model<"neu:tempat:checkIn", "staff" | "type" | "user" | "branch" | "statusGPS" | "checkInAt" | "building" | "note" | "latitude" | "longitude" | "student" | "teacher" | "virtualStaff" | "informationCheckIn", import("@neon.id/model").TObject>>;
|
|
@@ -1,108 +1,171 @@
|
|
|
1
|
-
export declare const CheckInCollectionView: import("vue").DefineComponent<{
|
|
1
|
+
export declare const CheckInCollectionView: import("vue").DefineComponent<{
|
|
2
|
+
overrides: {
|
|
3
|
+
type: ObjectConstructor;
|
|
4
|
+
default: () => {};
|
|
5
|
+
};
|
|
6
|
+
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2
7
|
[key: string]: any;
|
|
3
|
-
}>,
|
|
8
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
9
|
+
overrides: {
|
|
10
|
+
type: ObjectConstructor;
|
|
11
|
+
default: () => {};
|
|
12
|
+
};
|
|
13
|
+
}>>, {
|
|
14
|
+
overrides: Record<string, any>;
|
|
15
|
+
}, {}>;
|
|
4
16
|
export declare const CheckInSingleView: import("vue").DefineComponent<{
|
|
5
17
|
id: {
|
|
6
18
|
type: StringConstructor;
|
|
7
|
-
default:
|
|
19
|
+
default: undefined;
|
|
8
20
|
};
|
|
9
21
|
isNew: {
|
|
10
22
|
type: BooleanConstructor;
|
|
11
|
-
default:
|
|
23
|
+
default: undefined;
|
|
12
24
|
};
|
|
13
25
|
isMain: {
|
|
14
26
|
type: BooleanConstructor;
|
|
15
27
|
default: boolean;
|
|
16
28
|
};
|
|
29
|
+
overrides: {
|
|
30
|
+
type: ObjectConstructor;
|
|
31
|
+
default: () => {};
|
|
32
|
+
};
|
|
17
33
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
18
34
|
[key: string]: any;
|
|
19
35
|
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
20
36
|
id: {
|
|
21
37
|
type: StringConstructor;
|
|
22
|
-
default:
|
|
38
|
+
default: undefined;
|
|
23
39
|
};
|
|
24
40
|
isNew: {
|
|
25
41
|
type: BooleanConstructor;
|
|
26
|
-
default:
|
|
42
|
+
default: undefined;
|
|
27
43
|
};
|
|
28
44
|
isMain: {
|
|
29
45
|
type: BooleanConstructor;
|
|
30
46
|
default: boolean;
|
|
31
47
|
};
|
|
48
|
+
overrides: {
|
|
49
|
+
type: ObjectConstructor;
|
|
50
|
+
default: () => {};
|
|
51
|
+
};
|
|
32
52
|
}>>, {
|
|
33
53
|
id: string;
|
|
34
54
|
isMain: boolean;
|
|
35
55
|
isNew: boolean;
|
|
56
|
+
overrides: Record<string, any>;
|
|
36
57
|
}, {}>;
|
|
37
|
-
export declare const CheckInCollectionExternalView: import("vue").DefineComponent<{
|
|
58
|
+
export declare const CheckInCollectionExternalView: import("vue").DefineComponent<{
|
|
59
|
+
overrides: {
|
|
60
|
+
type: ObjectConstructor;
|
|
61
|
+
default: () => {};
|
|
62
|
+
};
|
|
63
|
+
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
38
64
|
[key: string]: any;
|
|
39
|
-
}>,
|
|
65
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
66
|
+
overrides: {
|
|
67
|
+
type: ObjectConstructor;
|
|
68
|
+
default: () => {};
|
|
69
|
+
};
|
|
70
|
+
}>>, {
|
|
71
|
+
overrides: Record<string, any>;
|
|
72
|
+
}, {}>;
|
|
40
73
|
export declare const CheckInSingleExternalView: import("vue").DefineComponent<{
|
|
41
74
|
id: {
|
|
42
75
|
type: StringConstructor;
|
|
43
|
-
default:
|
|
76
|
+
default: undefined;
|
|
44
77
|
};
|
|
45
78
|
isNew: {
|
|
46
79
|
type: BooleanConstructor;
|
|
47
|
-
default:
|
|
80
|
+
default: undefined;
|
|
48
81
|
};
|
|
49
82
|
isMain: {
|
|
50
83
|
type: BooleanConstructor;
|
|
51
84
|
default: boolean;
|
|
52
85
|
};
|
|
86
|
+
overrides: {
|
|
87
|
+
type: ObjectConstructor;
|
|
88
|
+
default: () => {};
|
|
89
|
+
};
|
|
53
90
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
54
91
|
[key: string]: any;
|
|
55
92
|
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
56
93
|
id: {
|
|
57
94
|
type: StringConstructor;
|
|
58
|
-
default:
|
|
95
|
+
default: undefined;
|
|
59
96
|
};
|
|
60
97
|
isNew: {
|
|
61
98
|
type: BooleanConstructor;
|
|
62
|
-
default:
|
|
99
|
+
default: undefined;
|
|
63
100
|
};
|
|
64
101
|
isMain: {
|
|
65
102
|
type: BooleanConstructor;
|
|
66
103
|
default: boolean;
|
|
67
104
|
};
|
|
105
|
+
overrides: {
|
|
106
|
+
type: ObjectConstructor;
|
|
107
|
+
default: () => {};
|
|
108
|
+
};
|
|
68
109
|
}>>, {
|
|
69
110
|
id: string;
|
|
70
111
|
isMain: boolean;
|
|
71
112
|
isNew: boolean;
|
|
113
|
+
overrides: Record<string, any>;
|
|
72
114
|
}, {}>;
|
|
73
|
-
export declare const CheckInCollectionSupervisorView: import("vue").DefineComponent<{
|
|
115
|
+
export declare const CheckInCollectionSupervisorView: import("vue").DefineComponent<{
|
|
116
|
+
overrides: {
|
|
117
|
+
type: ObjectConstructor;
|
|
118
|
+
default: () => {};
|
|
119
|
+
};
|
|
120
|
+
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
74
121
|
[key: string]: any;
|
|
75
|
-
}>,
|
|
122
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
123
|
+
overrides: {
|
|
124
|
+
type: ObjectConstructor;
|
|
125
|
+
default: () => {};
|
|
126
|
+
};
|
|
127
|
+
}>>, {
|
|
128
|
+
overrides: Record<string, any>;
|
|
129
|
+
}, {}>;
|
|
76
130
|
export declare const CheckInSingleSupervisorView: import("vue").DefineComponent<{
|
|
77
131
|
id: {
|
|
78
132
|
type: StringConstructor;
|
|
79
|
-
default:
|
|
133
|
+
default: undefined;
|
|
80
134
|
};
|
|
81
135
|
isNew: {
|
|
82
136
|
type: BooleanConstructor;
|
|
83
|
-
default:
|
|
137
|
+
default: undefined;
|
|
84
138
|
};
|
|
85
139
|
isMain: {
|
|
86
140
|
type: BooleanConstructor;
|
|
87
141
|
default: boolean;
|
|
88
142
|
};
|
|
143
|
+
overrides: {
|
|
144
|
+
type: ObjectConstructor;
|
|
145
|
+
default: () => {};
|
|
146
|
+
};
|
|
89
147
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
90
148
|
[key: string]: any;
|
|
91
149
|
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
92
150
|
id: {
|
|
93
151
|
type: StringConstructor;
|
|
94
|
-
default:
|
|
152
|
+
default: undefined;
|
|
95
153
|
};
|
|
96
154
|
isNew: {
|
|
97
155
|
type: BooleanConstructor;
|
|
98
|
-
default:
|
|
156
|
+
default: undefined;
|
|
99
157
|
};
|
|
100
158
|
isMain: {
|
|
101
159
|
type: BooleanConstructor;
|
|
102
160
|
default: boolean;
|
|
103
161
|
};
|
|
162
|
+
overrides: {
|
|
163
|
+
type: ObjectConstructor;
|
|
164
|
+
default: () => {};
|
|
165
|
+
};
|
|
104
166
|
}>>, {
|
|
105
167
|
id: string;
|
|
106
168
|
isMain: boolean;
|
|
107
169
|
isNew: boolean;
|
|
170
|
+
overrides: Record<string, any>;
|
|
108
171
|
}, {}>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const PlanModel: import("@neon.id/model").Model<"neu:personalia:plan", "startedAt" | "endedAt" | "name" | "branches" | "domain" | "planTypes" | "stages" | "target" | "
|
|
1
|
+
export declare const PlanModel: import("@neon.id/model").Model<"neu:personalia:plan", "startedAt" | "endedAt" | "name" | "detail" | "branches" | "domain" | "planTypes" | "stages" | "target" | "staffs", import("@neon.id/model").TObject>;
|
|
2
2
|
export type TPlanModel = typeof PlanModel;
|
|
3
3
|
export declare const fragments: {
|
|
4
4
|
item: Schema.Plan;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { Resource } from '@neon.id/context';
|
|
2
|
-
export declare const PlanResource: Resource<Schema.Plan, import("@neon.id/model").Model<"neu:personalia:plan", "startedAt" | "endedAt" | "name" | "branches" | "domain" | "planTypes" | "stages" | "target" | "
|
|
2
|
+
export declare const PlanResource: Resource<Schema.Plan, import("@neon.id/model").Model<"neu:personalia:plan", "startedAt" | "endedAt" | "name" | "detail" | "branches" | "domain" | "planTypes" | "stages" | "target" | "staffs", import("@neon.id/model").TObject>>;
|
|
@@ -1,72 +1,114 @@
|
|
|
1
|
-
export declare const PlanCollectionView: import("vue").DefineComponent<{
|
|
1
|
+
export declare const PlanCollectionView: import("vue").DefineComponent<{
|
|
2
|
+
overrides: {
|
|
3
|
+
type: ObjectConstructor;
|
|
4
|
+
default: () => {};
|
|
5
|
+
};
|
|
6
|
+
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2
7
|
[key: string]: any;
|
|
3
|
-
}>,
|
|
8
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
9
|
+
overrides: {
|
|
10
|
+
type: ObjectConstructor;
|
|
11
|
+
default: () => {};
|
|
12
|
+
};
|
|
13
|
+
}>>, {
|
|
14
|
+
overrides: Record<string, any>;
|
|
15
|
+
}, {}>;
|
|
4
16
|
export declare const PlanSingleView: import("vue").DefineComponent<{
|
|
5
17
|
id: {
|
|
6
18
|
type: StringConstructor;
|
|
7
|
-
default:
|
|
19
|
+
default: undefined;
|
|
8
20
|
};
|
|
9
21
|
isNew: {
|
|
10
22
|
type: BooleanConstructor;
|
|
11
|
-
default:
|
|
23
|
+
default: undefined;
|
|
12
24
|
};
|
|
13
25
|
isMain: {
|
|
14
26
|
type: BooleanConstructor;
|
|
15
27
|
default: boolean;
|
|
16
28
|
};
|
|
29
|
+
overrides: {
|
|
30
|
+
type: ObjectConstructor;
|
|
31
|
+
default: () => {};
|
|
32
|
+
};
|
|
17
33
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
18
34
|
[key: string]: any;
|
|
19
35
|
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
20
36
|
id: {
|
|
21
37
|
type: StringConstructor;
|
|
22
|
-
default:
|
|
38
|
+
default: undefined;
|
|
23
39
|
};
|
|
24
40
|
isNew: {
|
|
25
41
|
type: BooleanConstructor;
|
|
26
|
-
default:
|
|
42
|
+
default: undefined;
|
|
27
43
|
};
|
|
28
44
|
isMain: {
|
|
29
45
|
type: BooleanConstructor;
|
|
30
46
|
default: boolean;
|
|
31
47
|
};
|
|
48
|
+
overrides: {
|
|
49
|
+
type: ObjectConstructor;
|
|
50
|
+
default: () => {};
|
|
51
|
+
};
|
|
32
52
|
}>>, {
|
|
33
53
|
id: string;
|
|
34
54
|
isMain: boolean;
|
|
35
55
|
isNew: boolean;
|
|
56
|
+
overrides: Record<string, any>;
|
|
36
57
|
}, {}>;
|
|
37
|
-
export declare const PlanCollectionStaffView: import("vue").DefineComponent<{
|
|
58
|
+
export declare const PlanCollectionStaffView: import("vue").DefineComponent<{
|
|
59
|
+
overrides: {
|
|
60
|
+
type: ObjectConstructor;
|
|
61
|
+
default: () => {};
|
|
62
|
+
};
|
|
63
|
+
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
38
64
|
[key: string]: any;
|
|
39
|
-
}>,
|
|
65
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
66
|
+
overrides: {
|
|
67
|
+
type: ObjectConstructor;
|
|
68
|
+
default: () => {};
|
|
69
|
+
};
|
|
70
|
+
}>>, {
|
|
71
|
+
overrides: Record<string, any>;
|
|
72
|
+
}, {}>;
|
|
40
73
|
export declare const PlanSingleStaffView: import("vue").DefineComponent<{
|
|
41
74
|
id: {
|
|
42
75
|
type: StringConstructor;
|
|
43
|
-
default:
|
|
76
|
+
default: undefined;
|
|
44
77
|
};
|
|
45
78
|
isNew: {
|
|
46
79
|
type: BooleanConstructor;
|
|
47
|
-
default:
|
|
80
|
+
default: undefined;
|
|
48
81
|
};
|
|
49
82
|
isMain: {
|
|
50
83
|
type: BooleanConstructor;
|
|
51
84
|
default: boolean;
|
|
52
85
|
};
|
|
86
|
+
overrides: {
|
|
87
|
+
type: ObjectConstructor;
|
|
88
|
+
default: () => {};
|
|
89
|
+
};
|
|
53
90
|
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
54
91
|
[key: string]: any;
|
|
55
92
|
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
56
93
|
id: {
|
|
57
94
|
type: StringConstructor;
|
|
58
|
-
default:
|
|
95
|
+
default: undefined;
|
|
59
96
|
};
|
|
60
97
|
isNew: {
|
|
61
98
|
type: BooleanConstructor;
|
|
62
|
-
default:
|
|
99
|
+
default: undefined;
|
|
63
100
|
};
|
|
64
101
|
isMain: {
|
|
65
102
|
type: BooleanConstructor;
|
|
66
103
|
default: boolean;
|
|
67
104
|
};
|
|
105
|
+
overrides: {
|
|
106
|
+
type: ObjectConstructor;
|
|
107
|
+
default: () => {};
|
|
108
|
+
};
|
|
68
109
|
}>>, {
|
|
69
110
|
id: string;
|
|
70
111
|
isMain: boolean;
|
|
71
112
|
isNew: boolean;
|
|
113
|
+
overrides: Record<string, any>;
|
|
72
114
|
}, {}>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const PlanTypeModel: import("@neon.id/model").Model<"neu:personalia:planType", "name" | "nameStaff" | "branches" | "domain" | "staffs">;
|
|
1
|
+
export declare const PlanTypeModel: import("@neon.id/model").Model<"neu:personalia:planType", "name" | "nameStaff" | "branches" | "domain" | "staffs", import("@neon.id/model").TObject>;
|
|
2
2
|
export type TPlanTypeModel = typeof PlanTypeModel;
|
|
3
3
|
export declare const fragments: {
|
|
4
4
|
item: Schema.PlanType;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { Resource } from '@neon.id/context';
|
|
2
|
-
export declare const PlanTypeResource: Resource<Schema.PlanType, import("@neon.id/model").Model<"neu:personalia:planType", "name" | "nameStaff" | "branches" | "domain" | "staffs">>;
|
|
2
|
+
export declare const PlanTypeResource: Resource<Schema.PlanType, import("@neon.id/model").Model<"neu:personalia:planType", "name" | "nameStaff" | "branches" | "domain" | "staffs", import("@neon.id/model").TObject>>;
|