@neutron.co.id/operasional-interfaces 1.6.8 → 1.7.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
@@ -69,15 +69,15 @@
69
69
  display: none
70
70
  }
71
71
 
72
- #view-checkIns[data-v-94a55da5] {
72
+ #view-checkIns[data-v-932878ae] {
73
73
 
74
74
  height: 100%
75
75
  }
76
- #view-checkIns .wrapper[data-v-94a55da5] {
76
+ #view-checkIns .wrapper[data-v-932878ae] {
77
77
 
78
78
  height: 100%
79
79
  }
80
- #view-checkIns .header[data-v-94a55da5] {
80
+ #view-checkIns .header[data-v-932878ae] {
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-94a55da5] {
96
+ #view-checkIns .header .start[data-v-932878ae] {
97
97
 
98
98
  line-height: 1.25
99
99
  }
100
- #view-checkIns .header .title[data-v-94a55da5] {
100
+ #view-checkIns .header .title[data-v-932878ae] {
101
101
 
102
102
  font-weight: 700
103
103
  }
104
- #view-checkIns .header .description[data-v-94a55da5] {
104
+ #view-checkIns .header .description[data-v-932878ae] {
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-94a55da5] {
112
+ #view-checkIns .buttons[data-v-932878ae] {
113
113
 
114
114
  display: flex;
115
115
 
116
116
  align-items: center
117
117
  }
118
- #view-checkIns .buttons[data-v-94a55da5] > :not([hidden]) ~ :not([hidden]) {
118
+ #view-checkIns .buttons[data-v-932878ae] > :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-94a55da5] {
126
+ #view-checkIns .buttons[data-v-932878ae] {
127
127
 
128
128
  padding-right: 0.25rem
129
129
  }
130
- #view-checkIns .summary[data-v-94a55da5] {
130
+ #view-checkIns .summary[data-v-932878ae] {
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-9c4a435e] {
139
+ .neu-checkIn-single[data-v-b8f07a39] {
140
140
  display: block
141
141
  }
142
142
 
@@ -228,7 +228,7 @@
228
228
  display: block
229
229
  }
230
230
 
231
- .neu-submission-single[data-v-da41fc59] {
231
+ .neu-submission-single[data-v-7ee6c6b9] {
232
232
  display: block
233
233
  }
234
234
 
@@ -264,18 +264,26 @@
264
264
  display: block
265
265
  }
266
266
 
267
- .neu-plan-type-single[data-v-840b3340] {
267
+ .neu-plan-type-single[data-v-4fd687ad] {
268
268
  display: block
269
269
  }
270
270
 
271
- .neu-plan-single[data-v-a653393a] {
271
+ .neu-plan-single[data-v-9ee52a12] {
272
272
  display: block
273
273
  }
274
274
 
275
- .neu-plan-single[data-v-e55e97e5] {
275
+ .neu-plan-single[data-v-536f59ce] {
276
276
  display: block
277
277
  }
278
278
 
279
- .neu-progress-single[data-v-cca6fb42] {
279
+ .neu-progress-single[data-v-4ef30da9] {
280
+ display: block
281
+ }
282
+
283
+ .neu-progress-single[data-v-09ccf676] {
284
+ display: block
285
+ }
286
+
287
+ .neu-progress-single[data-v-ac62b6ea] {
280
288
  display: block
281
289
  }
@@ -1,2 +1,2 @@
1
- export declare const CheckInModel: import("@neon.id/model").Model<"neu:tempat:checkIn", "type" | "user" | "note" | "building" | "checkInAt" | "student" | "teacher" | "staff" | "informationCheckIn">;
1
+ export declare const CheckInModel: import("@neon.id/model").Model<"neu:tempat:checkIn", "type" | "user" | "note" | "branch" | "building" | "checkInAt" | "student" | "teacher" | "staff" | "informationCheckIn">;
2
2
  export type TCheckInModel = typeof CheckInModel;
@@ -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 @@
1
+ export { default as ProgressButton } from './ProgressButton.vue';
@@ -1,2 +1,3 @@
1
1
  export * from './progress.types';
2
+ export * from './elements';
2
3
  export * from './sheets';
@@ -1,2 +1,2 @@
1
- export declare const ProgressModel: import("@neon.id/model").Model<"neu:personalia:progress", "staff" | "nameStaff" | "detail" | "endedEst" | "startedEst" | "plans" | "responsibilities">;
1
+ export declare const ProgressModel: import("@neon.id/model").Model<"neu:personalia:progress", "staff" | "nameStaff" | "detail" | "endedEst" | "startedEst" | "plans" | "responsibilities" | "submissions">;
2
2
  export type TProgressModel = typeof ProgressModel;
@@ -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;
@@ -1,2 +1,4 @@
1
1
  export { default as ProgressCollection } from './ProgressCollection.vue';
2
2
  export { default as ProgressSingle } from './ProgressSingle.vue';
3
+ export { default as ProgressTomorrow } from './ProgressTomorrow.vue';
4
+ export { default as ProgressYesterday } from './ProgressYesterday.vue';
@@ -644,6 +644,8 @@ export type Branch = {
644
644
  brandId?: Maybe<Scalars['ObjectId']['output']>;
645
645
  /** Inversed relation from Cabang field of neu:tempat:building model. */
646
646
  buildings?: Maybe<Array<Building>>;
647
+ /** Inversed relation from Branch field of neu:tempat:checkIn model. */
648
+ checkIns?: Maybe<Array<CheckIn>>;
647
649
  /** Asal kota/kabupaten cabang. */
648
650
  city?: Maybe<City>;
649
651
  /** Relation ID of Kota/Kabupaten. */
@@ -834,6 +836,15 @@ export type BranchBuildingsArgs = {
834
836
  search?: InputMaybe<Scalars['String']['input']>;
835
837
  sort?: InputMaybe<Scalars['Json']['input']>;
836
838
  };
839
+ export type BranchCheckInsArgs = {
840
+ filter?: InputMaybe<Scalars['Json']['input']>;
841
+ ids?: InputMaybe<Array<Scalars['ObjectId']['input']>>;
842
+ limit?: InputMaybe<Scalars['Int']['input']>;
843
+ minUpdatedAt?: InputMaybe<Scalars['Date']['input']>;
844
+ page?: InputMaybe<Scalars['Int']['input']>;
845
+ search?: InputMaybe<Scalars['String']['input']>;
846
+ sort?: InputMaybe<Scalars['Json']['input']>;
847
+ };
837
848
  export type BranchFinanceStudentsArgs = {
838
849
  filter?: InputMaybe<Scalars['Json']['input']>;
839
850
  ids?: InputMaybe<Array<Scalars['ObjectId']['input']>>;
@@ -2132,6 +2143,10 @@ export type ChainSingleResponse = {
2132
2143
  item?: Maybe<Chain>;
2133
2144
  };
2134
2145
  export type CheckIn = {
2146
+ /** Branch dari karyawan. */
2147
+ branch?: Maybe<Branch>;
2148
+ /** Relation ID of Branch. */
2149
+ branchId?: Maybe<Scalars['ObjectId']['output']>;
2135
2150
  /** Bangunan tempat presensi. */
2136
2151
  building?: Maybe<Building>;
2137
2152
  /** Relation ID of Bangunan. */
@@ -2203,6 +2218,8 @@ export type CheckInCollectionResponse = {
2203
2218
  items?: Maybe<Array<CheckIn>>;
2204
2219
  };
2205
2220
  export type CheckInInput = {
2221
+ /** Relation ID of Branch. */
2222
+ branchId?: InputMaybe<Scalars['ObjectId']['input']>;
2206
2223
  /** Relation ID of Bangunan. */
2207
2224
  buildingId?: InputMaybe<Scalars['ObjectId']['input']>;
2208
2225
  /** Kapan keluar masuk terjadi. */
@@ -10439,6 +10456,10 @@ export type Progress = {
10439
10456
  staffId?: Maybe<Scalars['ObjectId']['output']>;
10440
10457
  /** Dimulai Pada */
10441
10458
  startedEst?: Maybe<Scalars['Date']['output']>;
10459
+ /** Relation IDs of Tindaklanjut. */
10460
+ submissionIds?: Maybe<Array<Scalars['ObjectId']['output']>>;
10461
+ /** Tindaklanjut dari progress ini. */
10462
+ submissions?: Maybe<Array<Submission>>;
10442
10463
  /** When this progress was last synced. */
10443
10464
  syncedAt?: Maybe<Scalars['Date']['output']>;
10444
10465
  /** Internal type of this progress. */
@@ -10468,6 +10489,15 @@ export type ProgressResponsibilitiesArgs = {
10468
10489
  search?: InputMaybe<Scalars['String']['input']>;
10469
10490
  sort?: InputMaybe<Scalars['Json']['input']>;
10470
10491
  };
10492
+ export type ProgressSubmissionsArgs = {
10493
+ filter?: InputMaybe<Scalars['Json']['input']>;
10494
+ ids?: InputMaybe<Array<Scalars['ObjectId']['input']>>;
10495
+ limit?: InputMaybe<Scalars['Int']['input']>;
10496
+ minUpdatedAt?: InputMaybe<Scalars['Date']['input']>;
10497
+ page?: InputMaybe<Scalars['Int']['input']>;
10498
+ search?: InputMaybe<Scalars['String']['input']>;
10499
+ sort?: InputMaybe<Scalars['Json']['input']>;
10500
+ };
10471
10501
  /** neu:personalia:progress collection response. */
10472
10502
  export type ProgressCollectionResponse = {
10473
10503
  /** Response info. */
@@ -10506,6 +10536,8 @@ export type ProgressInput = {
10506
10536
  staffId?: InputMaybe<Scalars['ObjectId']['input']>;
10507
10537
  /** Dimulai Pada */
10508
10538
  startedEst?: InputMaybe<Scalars['Date']['input']>;
10539
+ /** Relation IDs of Tindaklanjut. */
10540
+ submissionIds?: InputMaybe<Array<Scalars['ID']['input']>>;
10509
10541
  /** When this progress was last synced. */
10510
10542
  syncedAt?: InputMaybe<Scalars['Date']['input']>;
10511
10543
  /** Internal type of this progress. */
@@ -16048,6 +16080,8 @@ export type Submission = {
16048
16080
  specifications?: Maybe<Array<Scalars['Json']['output']>>;
16049
16081
  /** Status Pengajuan. */
16050
16082
  status?: Maybe<Scalars['String']['output']>;
16083
+ /** Inversed relation from Tindaklanjut field of neu:personalia:progress model. */
16084
+ submissionProgresses?: Maybe<Array<Progress>>;
16051
16085
  /** Relation IDs of Siapa Mengajukan. */
16052
16086
  submissionStaffIds?: Maybe<Array<Scalars['ObjectId']['output']>>;
16053
16087
  /** Siapa yang mengajukan pengajuan. */
@@ -16123,6 +16157,15 @@ export type SubmissionRaiseStaffsArgs = {
16123
16157
  search?: InputMaybe<Scalars['String']['input']>;
16124
16158
  sort?: InputMaybe<Scalars['Json']['input']>;
16125
16159
  };
16160
+ export type SubmissionSubmissionProgressesArgs = {
16161
+ filter?: InputMaybe<Scalars['Json']['input']>;
16162
+ ids?: InputMaybe<Array<Scalars['ObjectId']['input']>>;
16163
+ limit?: InputMaybe<Scalars['Int']['input']>;
16164
+ minUpdatedAt?: InputMaybe<Scalars['Date']['input']>;
16165
+ page?: InputMaybe<Scalars['Int']['input']>;
16166
+ search?: InputMaybe<Scalars['String']['input']>;
16167
+ sort?: InputMaybe<Scalars['Json']['input']>;
16168
+ };
16126
16169
  export type SubmissionSubmissionStaffsArgs = {
16127
16170
  filter?: InputMaybe<Scalars['Json']['input']>;
16128
16171
  ids?: InputMaybe<Array<Scalars['ObjectId']['input']>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neutron.co.id/operasional-interfaces",
3
- "version": "1.6.8",
3
+ "version": "1.7.1",
4
4
  "description": "Interface library of Neutron Operasional.",
5
5
  "sideEffects": [
6
6
  "*.css"
@@ -63,7 +63,7 @@
63
63
  "@neon.id/interfaces": "^1.0.0",
64
64
  "@neon.id/office": "^1.0.0",
65
65
  "@neon.id/utils": "^0.44.0",
66
- "@neutron.co.id/personalia-models": "^1.6.2",
66
+ "@neutron.co.id/personalia-models": "^1.7.0",
67
67
  "@neutron.co.id/sentral-interfaces": "^1.3.1",
68
68
  "@nuxt/kit": "^3.5.1",
69
69
  "qr-scanner": "^1.4.2",
@@ -137,7 +137,7 @@
137
137
  "@neon.id/interfaces": "^1.0.0",
138
138
  "@neon.id/office": "^1.0.0",
139
139
  "@neon.id/utils": "^0.44.0",
140
- "@neutron.co.id/personalia-models": "^1.6.2",
140
+ "@neutron.co.id/personalia-models": "^1.7.0",
141
141
  "@neutron.co.id/sentral-interfaces": "^1.3.1",
142
142
  "@nuxt/kit": "^3.5.1",
143
143
  "qr-scanner": "^1.4.2",
@@ -146,5 +146,5 @@
146
146
  "publishConfig": {
147
147
  "access": "public"
148
148
  },
149
- "build": 106
149
+ "build": 107
150
150
  }