@neutron.co.id/operasional-interfaces 1.8.3 → 1.8.4

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
@@ -228,11 +228,11 @@
228
228
  display: block
229
229
  }
230
230
 
231
- .neu-submission-single[data-v-cf1bf231] {
231
+ .neu-submission-single[data-v-0478202c] {
232
232
  display: block
233
233
  }
234
234
 
235
- .neu-submission-single[data-v-754ce2a4] {
235
+ .neu-submission-single[data-v-59b0701c] {
236
236
  display: block
237
237
  }
238
238
 
@@ -248,11 +248,11 @@
248
248
  display: block
249
249
  }
250
250
 
251
- .neu-responsibility-single[data-v-774b00b2] {
251
+ .neu-responsibility-single[data-v-3ec4a018] {
252
252
  display: block
253
253
  }
254
254
 
255
- .neu-responsibility-single[data-v-8c4d64ad] {
255
+ .neu-responsibility-single[data-v-a1ec66a6] {
256
256
  display: block
257
257
  }
258
258
 
@@ -268,7 +268,7 @@
268
268
  display: block
269
269
  }
270
270
 
271
- .neu-plan-single[data-v-b3d29aa4] {
271
+ .neu-plan-single[data-v-a39127c2] {
272
272
  display: block
273
273
  }
274
274
 
@@ -341,3 +341,11 @@
341
341
  .neu-attendance-single[data-v-643cca03] {
342
342
  display: block
343
343
  }
344
+
345
+ .neu-progress-access-single[data-v-60f0e0da] {
346
+ display: block
347
+ }
348
+
349
+ .neu-progress-access-single[data-v-54eff340] {
350
+ display: block
351
+ }
@@ -1,2 +1,2 @@
1
- export declare const AttendanceModel: import("@neon.id/model").Model<"neu:personalia:attendance", "type" | "status" | "endedAt" | "nameStaff" | "startedAt" | "notes" | "attendanceAt" | "comeAt" | "decideStaff" | "earlyAt" | "homeAt" | "lateAt" | "submitStaff" | "submittedAt">;
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
2
  export type TAttendanceModel = typeof AttendanceModel;
@@ -13,3 +13,4 @@ export * from './planType';
13
13
  export * from './plan';
14
14
  export * from './progress';
15
15
  export * from './attendance';
16
+ export * from './progressAccess';
@@ -1,2 +1,2 @@
1
- export declare const ProgressModel: import("@neon.id/model").Model<"neu:personalia:progress", "staffs" | "accessStaffs" | "detail" | "endedAt" | "isNotes" | "nameStaff" | "plans" | "priority" | "responsibilities" | "startedAt" | "submissions" | "virtualIsNotes">;
1
+ export declare const ProgressModel: import("@neon.id/model").Model<"neu:personalia:progress", "staffs" | "nameStaff" | "accessStaffs" | "detail" | "endedAt" | "isNotes" | "plans" | "priority" | "responsibilities" | "startedAt" | "submissions" | "virtualIsNotes">;
2
2
  export type TProgressModel = typeof ProgressModel;
@@ -0,0 +1,2 @@
1
+ export * from './progressAccess.types';
2
+ export * from './sheets';
@@ -0,0 +1,2 @@
1
+ export declare const ProgressAccessModel: import("@neon.id/model").Model<"neu:personalia:progressAccess", "nameStaff" | "superviseStaff" | "supervisedStaffs">;
2
+ export type TProgressAccessModel = typeof ProgressAccessModel;
@@ -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,3 @@
1
+ export { default as ProgressAccessCollection } from './ProgressAccessCollection.vue';
2
+ export { default as ProgressAccessSingle } from './ProgressAccessSingle.vue';
3
+ export { default as ProgressAccessSupervisor } from './ProgressAccessSupervisor.vue';
@@ -1,2 +1,2 @@
1
- export declare const ResponsibilityModel: import("@neon.id/model").Model<"neu:personalia:responsibility", "title" | "branch" | "detail" | "nameStaff" | "condition" | "score" | "lastProgress" | "responsibilityType" | "result" | "staffSupervises" | "staffWorks">;
1
+ export declare const ResponsibilityModel: import("@neon.id/model").Model<"neu:personalia:responsibility", "title" | "branch" | "nameStaff" | "detail" | "condition" | "score" | "lastProgress" | "responsibilityType" | "result" | "staffSupervises" | "staffWorks">;
2
2
  export type TResponsibilityModel = typeof ResponsibilityModel;
@@ -5675,6 +5675,8 @@ export type Mutation = {
5675
5675
  createOnePlanType?: Maybe<PlanTypeSingleResponse>;
5676
5676
  /** Create single neu:personalia:progress item. */
5677
5677
  createOneProgress?: Maybe<ProgressSingleResponse>;
5678
+ /** Create single neu:personalia:progressAccess item. */
5679
+ createOneProgressAccess?: Maybe<ProgressAccessSingleResponse>;
5678
5680
  /** Create single neo:tempat:province item. */
5679
5681
  createOneProvince?: Maybe<ProvinceSingleResponse>;
5680
5682
  /** Create single neu:tempat:region item. */
@@ -5813,6 +5815,8 @@ export type Mutation = {
5813
5815
  deleteOnePlanType?: Maybe<PlanTypeSingleResponse>;
5814
5816
  /** Delete single neu:personalia:progress item. */
5815
5817
  deleteOneProgress?: Maybe<ProgressSingleResponse>;
5818
+ /** Delete single neu:personalia:progressAccess item. */
5819
+ deleteOneProgressAccess?: Maybe<ProgressAccessSingleResponse>;
5816
5820
  /** Delete single neo:tempat:province item. */
5817
5821
  deleteOneProvince?: Maybe<ProvinceSingleResponse>;
5818
5822
  /** Delete single neu:tempat:region item. */
@@ -5951,6 +5955,8 @@ export type Mutation = {
5951
5955
  duplicateOnePlanType?: Maybe<PlanTypeSingleResponse>;
5952
5956
  /** Duplicate single neu:personalia:progress item. */
5953
5957
  duplicateOneProgress?: Maybe<ProgressSingleResponse>;
5958
+ /** Duplicate single neu:personalia:progressAccess item. */
5959
+ duplicateOneProgressAccess?: Maybe<ProgressAccessSingleResponse>;
5954
5960
  /** Duplicate single neo:tempat:province item. */
5955
5961
  duplicateOneProvince?: Maybe<ProvinceSingleResponse>;
5956
5962
  /** Duplicate single neu:tempat:region item. */
@@ -6091,6 +6097,8 @@ export type Mutation = {
6091
6097
  executePlanType?: Maybe<ExecuteResponse>;
6092
6098
  /** Execute a custom action on neu:personalia:progress. */
6093
6099
  executeProgress?: Maybe<ExecuteResponse>;
6100
+ /** Execute a custom action on neu:personalia:progressAccess. */
6101
+ executeProgressAccess?: Maybe<ExecuteResponse>;
6094
6102
  /** Execute a custom action on neo:tempat:province. */
6095
6103
  executeProvince?: Maybe<ExecuteResponse>;
6096
6104
  /** Execute a custom action on neu:tempat:region. */
@@ -6230,6 +6238,8 @@ export type Mutation = {
6230
6238
  restoreOnePlanType?: Maybe<PlanTypeSingleResponse>;
6231
6239
  /** Restore single neu:personalia:progress item. */
6232
6240
  restoreOneProgress?: Maybe<ProgressSingleResponse>;
6241
+ /** Restore single neu:personalia:progressAccess item. */
6242
+ restoreOneProgressAccess?: Maybe<ProgressAccessSingleResponse>;
6233
6243
  /** Restore single neo:tempat:province item. */
6234
6244
  restoreOneProvince?: Maybe<ProvinceSingleResponse>;
6235
6245
  /** Restore single neu:tempat:region item. */
@@ -6366,6 +6376,8 @@ export type Mutation = {
6366
6376
  syncManyPlanTypes?: Maybe<SyncManyResponse>;
6367
6377
  /** Sync many neu:personalia:plan items. */
6368
6378
  syncManyPlans?: Maybe<SyncManyResponse>;
6379
+ /** Sync many neu:personalia:progressAccess items. */
6380
+ syncManyProgressAccesses?: Maybe<SyncManyResponse>;
6369
6381
  /** Sync many neu:personalia:progress items. */
6370
6382
  syncManyProgresses?: Maybe<SyncManyResponse>;
6371
6383
  /** Sync many neo:tempat:province items. */
@@ -6506,6 +6518,8 @@ export type Mutation = {
6506
6518
  syncOnePlanType?: Maybe<PlanTypeSingleResponse>;
6507
6519
  /** Sync single neu:personalia:progress item. */
6508
6520
  syncOneProgress?: Maybe<ProgressSingleResponse>;
6521
+ /** Sync single neu:personalia:progressAccess item. */
6522
+ syncOneProgressAccess?: Maybe<ProgressAccessSingleResponse>;
6509
6523
  /** Sync single neo:tempat:province item. */
6510
6524
  syncOneProvince?: Maybe<ProvinceSingleResponse>;
6511
6525
  /** Sync single neu:tempat:region item. */
@@ -6644,6 +6658,8 @@ export type Mutation = {
6644
6658
  updateOnePlanType?: Maybe<PlanTypeSingleResponse>;
6645
6659
  /** Update single neu:personalia:progress item. */
6646
6660
  updateOneProgress?: Maybe<ProgressSingleResponse>;
6661
+ /** Update single neu:personalia:progressAccess item. */
6662
+ updateOneProgressAccess?: Maybe<ProgressAccessSingleResponse>;
6647
6663
  /** Update single neo:tempat:province item. */
6648
6664
  updateOneProvince?: Maybe<ProvinceSingleResponse>;
6649
6665
  /** Update single neu:tempat:region item. */
@@ -6897,6 +6913,11 @@ export type MutationCreateOneProgressArgs = {
6897
6913
  logs?: InputMaybe<Array<Scalars['String']['input']>>;
6898
6914
  shortcuts?: InputMaybe<Array<Scalars['String']['input']>>;
6899
6915
  };
6916
+ export type MutationCreateOneProgressAccessArgs = {
6917
+ data: ProgressAccessInput;
6918
+ logs?: InputMaybe<Array<Scalars['String']['input']>>;
6919
+ shortcuts?: InputMaybe<Array<Scalars['String']['input']>>;
6920
+ };
6900
6921
  export type MutationCreateOneProvinceArgs = {
6901
6922
  data: ProvinceInput;
6902
6923
  logs?: InputMaybe<Array<Scalars['String']['input']>>;
@@ -7242,6 +7263,11 @@ export type MutationDeleteOneProgressArgs = {
7242
7263
  logs?: InputMaybe<Array<Scalars['String']['input']>>;
7243
7264
  shortcuts?: InputMaybe<Array<Scalars['String']['input']>>;
7244
7265
  };
7266
+ export type MutationDeleteOneProgressAccessArgs = {
7267
+ id: Scalars['ObjectId']['input'];
7268
+ logs?: InputMaybe<Array<Scalars['String']['input']>>;
7269
+ shortcuts?: InputMaybe<Array<Scalars['String']['input']>>;
7270
+ };
7245
7271
  export type MutationDeleteOneProvinceArgs = {
7246
7272
  id: Scalars['ObjectId']['input'];
7247
7273
  logs?: InputMaybe<Array<Scalars['String']['input']>>;
@@ -7587,6 +7613,11 @@ export type MutationDuplicateOneProgressArgs = {
7587
7613
  logs?: InputMaybe<Array<Scalars['String']['input']>>;
7588
7614
  shortcuts?: InputMaybe<Array<Scalars['String']['input']>>;
7589
7615
  };
7616
+ export type MutationDuplicateOneProgressAccessArgs = {
7617
+ id: Scalars['ObjectId']['input'];
7618
+ logs?: InputMaybe<Array<Scalars['String']['input']>>;
7619
+ shortcuts?: InputMaybe<Array<Scalars['String']['input']>>;
7620
+ };
7590
7621
  export type MutationDuplicateOneProvinceArgs = {
7591
7622
  id: Scalars['ObjectId']['input'];
7592
7623
  logs?: InputMaybe<Array<Scalars['String']['input']>>;
@@ -7975,6 +8006,12 @@ export type MutationExecuteProgressArgs = {
7975
8006
  logs?: InputMaybe<Array<Scalars['String']['input']>>;
7976
8007
  shortcuts?: InputMaybe<Array<Scalars['String']['input']>>;
7977
8008
  };
8009
+ export type MutationExecuteProgressAccessArgs = {
8010
+ action?: InputMaybe<Scalars['String']['input']>;
8011
+ input?: InputMaybe<Scalars['Json']['input']>;
8012
+ logs?: InputMaybe<Array<Scalars['String']['input']>>;
8013
+ shortcuts?: InputMaybe<Array<Scalars['String']['input']>>;
8014
+ };
7978
8015
  export type MutationExecuteProvinceArgs = {
7979
8016
  action?: InputMaybe<Scalars['String']['input']>;
7980
8017
  input?: InputMaybe<Scalars['Json']['input']>;
@@ -8351,6 +8388,11 @@ export type MutationRestoreOneProgressArgs = {
8351
8388
  logs?: InputMaybe<Array<Scalars['String']['input']>>;
8352
8389
  shortcuts?: InputMaybe<Array<Scalars['String']['input']>>;
8353
8390
  };
8391
+ export type MutationRestoreOneProgressAccessArgs = {
8392
+ id: Scalars['ObjectId']['input'];
8393
+ logs?: InputMaybe<Array<Scalars['String']['input']>>;
8394
+ shortcuts?: InputMaybe<Array<Scalars['String']['input']>>;
8395
+ };
8354
8396
  export type MutationRestoreOneProvinceArgs = {
8355
8397
  id: Scalars['ObjectId']['input'];
8356
8398
  logs?: InputMaybe<Array<Scalars['String']['input']>>;
@@ -8987,6 +9029,19 @@ export type MutationSyncManyPlansArgs = {
8987
9029
  sort?: InputMaybe<Scalars['Json']['input']>;
8988
9030
  useDry?: InputMaybe<Scalars['Boolean']['input']>;
8989
9031
  };
9032
+ export type MutationSyncManyProgressAccessesArgs = {
9033
+ filter?: InputMaybe<Scalars['Json']['input']>;
9034
+ ids?: InputMaybe<Array<Scalars['ObjectId']['input']>>;
9035
+ limit?: InputMaybe<Scalars['Int']['input']>;
9036
+ logs?: InputMaybe<Array<Scalars['String']['input']>>;
9037
+ maxSyncedAt?: InputMaybe<Scalars['Date']['input']>;
9038
+ minUpdatedAt?: InputMaybe<Scalars['Date']['input']>;
9039
+ page?: InputMaybe<Scalars['Int']['input']>;
9040
+ search?: InputMaybe<Scalars['String']['input']>;
9041
+ shortcuts?: InputMaybe<Array<Scalars['String']['input']>>;
9042
+ sort?: InputMaybe<Scalars['Json']['input']>;
9043
+ useDry?: InputMaybe<Scalars['Boolean']['input']>;
9044
+ };
8990
9045
  export type MutationSyncManyProgressesArgs = {
8991
9046
  filter?: InputMaybe<Scalars['Json']['input']>;
8992
9047
  ids?: InputMaybe<Array<Scalars['ObjectId']['input']>>;
@@ -9593,6 +9648,11 @@ export type MutationSyncOneProgressArgs = {
9593
9648
  logs?: InputMaybe<Array<Scalars['String']['input']>>;
9594
9649
  shortcuts?: InputMaybe<Array<Scalars['String']['input']>>;
9595
9650
  };
9651
+ export type MutationSyncOneProgressAccessArgs = {
9652
+ id: Scalars['ObjectId']['input'];
9653
+ logs?: InputMaybe<Array<Scalars['String']['input']>>;
9654
+ shortcuts?: InputMaybe<Array<Scalars['String']['input']>>;
9655
+ };
9596
9656
  export type MutationSyncOneProvinceArgs = {
9597
9657
  id: Scalars['ObjectId']['input'];
9598
9658
  logs?: InputMaybe<Array<Scalars['String']['input']>>;
@@ -9976,6 +10036,12 @@ export type MutationUpdateOneProgressArgs = {
9976
10036
  logs?: InputMaybe<Array<Scalars['String']['input']>>;
9977
10037
  shortcuts?: InputMaybe<Array<Scalars['String']['input']>>;
9978
10038
  };
10039
+ export type MutationUpdateOneProgressAccessArgs = {
10040
+ data: ProgressAccessInput;
10041
+ id: Scalars['ObjectId']['input'];
10042
+ logs?: InputMaybe<Array<Scalars['String']['input']>>;
10043
+ shortcuts?: InputMaybe<Array<Scalars['String']['input']>>;
10044
+ };
9979
10045
  export type MutationUpdateOneProvinceArgs = {
9980
10046
  data: ProvinceInput;
9981
10047
  id: Scalars['ObjectId']['input'];
@@ -10880,7 +10946,7 @@ export type Progress = {
10880
10946
  staffIds?: Maybe<Array<Scalars['ObjectId']['output']>>;
10881
10947
  /** Siapa yang mengerjakan. */
10882
10948
  staffs?: Maybe<Array<Staff>>;
10883
- /** Dimulai Pada */
10949
+ /** Tanggal progress. */
10884
10950
  startedAt?: Maybe<Scalars['Date']['output']>;
10885
10951
  /** Relation IDs of Tindaklanjut. */
10886
10952
  submissionIds?: Maybe<Array<Scalars['ObjectId']['output']>>;
@@ -10944,6 +11010,107 @@ export type ProgressSubmissionsArgs = {
10944
11010
  search?: InputMaybe<Scalars['String']['input']>;
10945
11011
  sort?: InputMaybe<Scalars['Json']['input']>;
10946
11012
  };
11013
+ export type ProgressAccess = {
11014
+ /** When this akses progress was created. */
11015
+ createdAt?: Maybe<Scalars['Date']['output']>;
11016
+ /** Relation ID of Created By. */
11017
+ createdBy?: Maybe<Scalars['ObjectId']['output']>;
11018
+ /** Who created this akses progress. */
11019
+ creator?: Maybe<User>;
11020
+ /** When this akses progress was deleted. */
11021
+ deletedAt?: Maybe<Scalars['Date']['output']>;
11022
+ /** Relation ID of Deleted By. */
11023
+ deletedBy?: Maybe<Scalars['ObjectId']['output']>;
11024
+ /** Who deleted this akses progress. */
11025
+ deleter?: Maybe<User>;
11026
+ /** Akses Progress */
11027
+ display?: Maybe<Scalars['String']['output']>;
11028
+ /** Akses Progress */
11029
+ flag?: Maybe<Scalars['String']['output']>;
11030
+ /** Object ID. */
11031
+ id?: Maybe<Scalars['ID']['output']>;
11032
+ /** Nama karyawan. */
11033
+ nameStaff?: Maybe<Scalars['String']['output']>;
11034
+ /** When this akses progress was restored. */
11035
+ restoredAt?: Maybe<Scalars['Date']['output']>;
11036
+ /** Relation ID of Restored By. */
11037
+ restoredBy?: Maybe<Scalars['ObjectId']['output']>;
11038
+ /** Who last restored this akses progress. */
11039
+ restorer?: Maybe<User>;
11040
+ /** Siapa yang mengawasi. */
11041
+ superviseStaff?: Maybe<Staff>;
11042
+ /** Relation ID of Siapa yang mengawasi. */
11043
+ superviseStaffId?: Maybe<Scalars['ObjectId']['output']>;
11044
+ /** Relation IDs of Siapa yang diawasi. */
11045
+ supervisedStaffIds?: Maybe<Array<Scalars['ObjectId']['output']>>;
11046
+ /** Siapa yang diawasi. */
11047
+ supervisedStaffs?: Maybe<Array<Staff>>;
11048
+ /** When this akses progress was last synced. */
11049
+ syncedAt?: Maybe<Scalars['Date']['output']>;
11050
+ /** Internal type of this akses progress. */
11051
+ type__?: Maybe<Scalars['String']['output']>;
11052
+ /** When this akses progress was last updated. */
11053
+ updatedAt?: Maybe<Scalars['Date']['output']>;
11054
+ /** Relation ID of Updated By. */
11055
+ updatedBy?: Maybe<Scalars['ObjectId']['output']>;
11056
+ /** Who last updated this akses progress. */
11057
+ updater?: Maybe<User>;
11058
+ };
11059
+ export type ProgressAccessSupervisedStaffsArgs = {
11060
+ filter?: InputMaybe<Scalars['Json']['input']>;
11061
+ ids?: InputMaybe<Array<Scalars['ObjectId']['input']>>;
11062
+ limit?: InputMaybe<Scalars['Int']['input']>;
11063
+ minUpdatedAt?: InputMaybe<Scalars['Date']['input']>;
11064
+ page?: InputMaybe<Scalars['Int']['input']>;
11065
+ search?: InputMaybe<Scalars['String']['input']>;
11066
+ sort?: InputMaybe<Scalars['Json']['input']>;
11067
+ };
11068
+ /** neu:personalia:progressAccess collection response. */
11069
+ export type ProgressAccessCollectionResponse = {
11070
+ /** Response info. */
11071
+ info?: Maybe<Info>;
11072
+ /** Collection of neu:personalia:progressAccess items. */
11073
+ items?: Maybe<Array<ProgressAccess>>;
11074
+ };
11075
+ export type ProgressAccessInput = {
11076
+ /** When this akses progress was created. */
11077
+ createdAt?: InputMaybe<Scalars['Date']['input']>;
11078
+ /** Relation ID of Created By. */
11079
+ createdBy?: InputMaybe<Scalars['ObjectId']['input']>;
11080
+ /** When this akses progress was deleted. */
11081
+ deletedAt?: InputMaybe<Scalars['Date']['input']>;
11082
+ /** Relation ID of Deleted By. */
11083
+ deletedBy?: InputMaybe<Scalars['ObjectId']['input']>;
11084
+ /** Akses Progress */
11085
+ display?: InputMaybe<Scalars['String']['input']>;
11086
+ /** Akses Progress */
11087
+ flag?: InputMaybe<Scalars['String']['input']>;
11088
+ /** Nama karyawan. */
11089
+ nameStaff?: InputMaybe<Scalars['String']['input']>;
11090
+ /** When this akses progress was restored. */
11091
+ restoredAt?: InputMaybe<Scalars['Date']['input']>;
11092
+ /** Relation ID of Restored By. */
11093
+ restoredBy?: InputMaybe<Scalars['ObjectId']['input']>;
11094
+ /** Relation ID of Siapa yang mengawasi. */
11095
+ superviseStaffId?: InputMaybe<Scalars['ObjectId']['input']>;
11096
+ /** Relation IDs of Siapa yang diawasi. */
11097
+ supervisedStaffIds?: InputMaybe<Array<Scalars['ID']['input']>>;
11098
+ /** When this akses progress was last synced. */
11099
+ syncedAt?: InputMaybe<Scalars['Date']['input']>;
11100
+ /** Internal type of this akses progress. */
11101
+ type__?: InputMaybe<Scalars['String']['input']>;
11102
+ /** When this akses progress was last updated. */
11103
+ updatedAt?: InputMaybe<Scalars['Date']['input']>;
11104
+ /** Relation ID of Updated By. */
11105
+ updatedBy?: InputMaybe<Scalars['ObjectId']['input']>;
11106
+ };
11107
+ /** Single neu:personalia:progressAccess response. */
11108
+ export type ProgressAccessSingleResponse = {
11109
+ /** Response info. */
11110
+ info?: Maybe<Info>;
11111
+ /** Single neu:personalia:progressAccess item. */
11112
+ item?: Maybe<ProgressAccess>;
11113
+ };
10947
11114
  /** neu:personalia:progress collection response. */
10948
11115
  export type ProgressCollectionResponse = {
10949
11116
  /** Response info. */
@@ -10986,7 +11153,7 @@ export type ProgressInput = {
10986
11153
  restoredBy?: InputMaybe<Scalars['ObjectId']['input']>;
10987
11154
  /** Relation IDs of Siapa. */
10988
11155
  staffIds?: InputMaybe<Array<Scalars['ID']['input']>>;
10989
- /** Dimulai Pada */
11156
+ /** Tanggal progress. */
10990
11157
  startedAt?: InputMaybe<Scalars['Date']['input']>;
10991
11158
  /** Relation IDs of Tindaklanjut. */
10992
11159
  submissionIds?: InputMaybe<Array<Scalars['ID']['input']>>;
@@ -11272,6 +11439,8 @@ export type Query = {
11272
11439
  countPlanTypes?: Maybe<CountResponse>;
11273
11440
  /** Count neu:personalia:plan items. */
11274
11441
  countPlans?: Maybe<CountResponse>;
11442
+ /** Count neu:personalia:progressAccess items. */
11443
+ countProgressAccesses?: Maybe<CountResponse>;
11275
11444
  /** Count neu:personalia:progress items. */
11276
11445
  countProgresses?: Maybe<CountResponse>;
11277
11446
  /** Count neo:tempat:province items. */
@@ -11374,6 +11543,8 @@ export type Query = {
11374
11543
  planTypes?: Maybe<PlanTypeCollectionResponse>;
11375
11544
  plans?: Maybe<PlanCollectionResponse>;
11376
11545
  progress?: Maybe<ProgressSingleResponse>;
11546
+ progressAccess?: Maybe<ProgressAccessSingleResponse>;
11547
+ progressAccesses?: Maybe<ProgressAccessCollectionResponse>;
11377
11548
  progresses?: Maybe<ProgressCollectionResponse>;
11378
11549
  province?: Maybe<ProvinceSingleResponse>;
11379
11550
  provinces?: Maybe<ProvinceCollectionResponse>;
@@ -12191,6 +12362,17 @@ export type QueryCountPlansArgs = {
12191
12362
  shortcuts?: InputMaybe<Array<Scalars['String']['input']>>;
12192
12363
  sort?: InputMaybe<Scalars['Json']['input']>;
12193
12364
  };
12365
+ export type QueryCountProgressAccessesArgs = {
12366
+ filter?: InputMaybe<Scalars['Json']['input']>;
12367
+ ids?: InputMaybe<Array<Scalars['ObjectId']['input']>>;
12368
+ limit?: InputMaybe<Scalars['Int']['input']>;
12369
+ logs?: InputMaybe<Array<Scalars['String']['input']>>;
12370
+ minUpdatedAt?: InputMaybe<Scalars['Date']['input']>;
12371
+ page?: InputMaybe<Scalars['Int']['input']>;
12372
+ search?: InputMaybe<Scalars['String']['input']>;
12373
+ shortcuts?: InputMaybe<Array<Scalars['String']['input']>>;
12374
+ sort?: InputMaybe<Scalars['Json']['input']>;
12375
+ };
12194
12376
  export type QueryCountProgressesArgs = {
12195
12377
  filter?: InputMaybe<Scalars['Json']['input']>;
12196
12378
  ids?: InputMaybe<Array<Scalars['ObjectId']['input']>>;
@@ -12836,6 +13018,22 @@ export type QueryProgressArgs = {
12836
13018
  logs?: InputMaybe<Array<Scalars['String']['input']>>;
12837
13019
  shortcuts?: InputMaybe<Array<Scalars['String']['input']>>;
12838
13020
  };
13021
+ export type QueryProgressAccessArgs = {
13022
+ id: Scalars['ObjectId']['input'];
13023
+ logs?: InputMaybe<Array<Scalars['String']['input']>>;
13024
+ shortcuts?: InputMaybe<Array<Scalars['String']['input']>>;
13025
+ };
13026
+ export type QueryProgressAccessesArgs = {
13027
+ filter?: InputMaybe<Scalars['Json']['input']>;
13028
+ ids?: InputMaybe<Array<Scalars['ObjectId']['input']>>;
13029
+ limit?: InputMaybe<Scalars['Int']['input']>;
13030
+ logs?: InputMaybe<Array<Scalars['String']['input']>>;
13031
+ minUpdatedAt?: InputMaybe<Scalars['Date']['input']>;
13032
+ page?: InputMaybe<Scalars['Int']['input']>;
13033
+ search?: InputMaybe<Scalars['String']['input']>;
13034
+ shortcuts?: InputMaybe<Array<Scalars['String']['input']>>;
13035
+ sort?: InputMaybe<Scalars['Json']['input']>;
13036
+ };
12839
13037
  export type QueryProgressesArgs = {
12840
13038
  filter?: InputMaybe<Scalars['Json']['input']>;
12841
13039
  ids?: InputMaybe<Array<Scalars['ObjectId']['input']>>;
@@ -15071,6 +15269,10 @@ export type Staff = {
15071
15269
  submissionStaffSubmissions?: Maybe<Array<Submission>>;
15072
15270
  /** Inversed relation from Siapa Mengajukan field of neu:personalia:attendance model. */
15073
15271
  submitStaffAttendance?: Maybe<Array<Attendance>>;
15272
+ /** Inversed relation from Siapa yang mengawasi field of neu:personalia:progressAccess model. */
15273
+ superviseStaffProgressAccesses?: Maybe<Array<ProgressAccess>>;
15274
+ /** Inversed relation from Siapa yang diawasi field of neu:personalia:progressAccess model. */
15275
+ supervisedStaffProgressAccesses?: Maybe<Array<ProgressAccess>>;
15074
15276
  /** Inversed relation from Mensupervisi field of neu:personalia:task model. */
15075
15277
  supervisingAssignments?: Maybe<Array<Task>>;
15076
15278
  /** When this karyawan was last synced. */
@@ -15286,6 +15488,24 @@ export type StaffSubmitStaffAttendanceArgs = {
15286
15488
  search?: InputMaybe<Scalars['String']['input']>;
15287
15489
  sort?: InputMaybe<Scalars['Json']['input']>;
15288
15490
  };
15491
+ export type StaffSuperviseStaffProgressAccessesArgs = {
15492
+ filter?: InputMaybe<Scalars['Json']['input']>;
15493
+ ids?: InputMaybe<Array<Scalars['ObjectId']['input']>>;
15494
+ limit?: InputMaybe<Scalars['Int']['input']>;
15495
+ minUpdatedAt?: InputMaybe<Scalars['Date']['input']>;
15496
+ page?: InputMaybe<Scalars['Int']['input']>;
15497
+ search?: InputMaybe<Scalars['String']['input']>;
15498
+ sort?: InputMaybe<Scalars['Json']['input']>;
15499
+ };
15500
+ export type StaffSupervisedStaffProgressAccessesArgs = {
15501
+ filter?: InputMaybe<Scalars['Json']['input']>;
15502
+ ids?: InputMaybe<Array<Scalars['ObjectId']['input']>>;
15503
+ limit?: InputMaybe<Scalars['Int']['input']>;
15504
+ minUpdatedAt?: InputMaybe<Scalars['Date']['input']>;
15505
+ page?: InputMaybe<Scalars['Int']['input']>;
15506
+ search?: InputMaybe<Scalars['String']['input']>;
15507
+ sort?: InputMaybe<Scalars['Json']['input']>;
15508
+ };
15289
15509
  export type StaffSupervisingAssignmentsArgs = {
15290
15510
  filter?: InputMaybe<Scalars['Json']['input']>;
15291
15511
  ids?: InputMaybe<Array<Scalars['ObjectId']['input']>>;
@@ -17191,6 +17411,12 @@ export type Subscription = {
17191
17411
  planTypeUpdated?: Maybe<PlanType>;
17192
17412
  /** One neu:personalia:plan item updated. */
17193
17413
  planUpdated?: Maybe<Plan>;
17414
+ /** One neu:personalia:progressAccess item created. */
17415
+ progressAccessCreated?: Maybe<ProgressAccess>;
17416
+ /** One neu:personalia:progressAccess item deleted. */
17417
+ progressAccessDeleted?: Maybe<ProgressAccess>;
17418
+ /** One neu:personalia:progressAccess item updated. */
17419
+ progressAccessUpdated?: Maybe<ProgressAccess>;
17194
17420
  /** One neu:personalia:progress item created. */
17195
17421
  progressCreated?: Maybe<Progress>;
17196
17422
  /** One neu:personalia:progress item deleted. */
@@ -18566,6 +18792,36 @@ export type SubscriptionPlanUpdatedArgs = {
18566
18792
  shortcuts?: InputMaybe<Array<Scalars['String']['input']>>;
18567
18793
  sort?: InputMaybe<Scalars['Json']['input']>;
18568
18794
  };
18795
+ export type SubscriptionProgressAccessCreatedArgs = {
18796
+ filter?: InputMaybe<Scalars['Json']['input']>;
18797
+ ids?: InputMaybe<Array<Scalars['ObjectId']['input']>>;
18798
+ limit?: InputMaybe<Scalars['Int']['input']>;
18799
+ minUpdatedAt?: InputMaybe<Scalars['Date']['input']>;
18800
+ page?: InputMaybe<Scalars['Int']['input']>;
18801
+ search?: InputMaybe<Scalars['String']['input']>;
18802
+ shortcuts?: InputMaybe<Array<Scalars['String']['input']>>;
18803
+ sort?: InputMaybe<Scalars['Json']['input']>;
18804
+ };
18805
+ export type SubscriptionProgressAccessDeletedArgs = {
18806
+ filter?: InputMaybe<Scalars['Json']['input']>;
18807
+ ids?: InputMaybe<Array<Scalars['ObjectId']['input']>>;
18808
+ limit?: InputMaybe<Scalars['Int']['input']>;
18809
+ minUpdatedAt?: InputMaybe<Scalars['Date']['input']>;
18810
+ page?: InputMaybe<Scalars['Int']['input']>;
18811
+ search?: InputMaybe<Scalars['String']['input']>;
18812
+ shortcuts?: InputMaybe<Array<Scalars['String']['input']>>;
18813
+ sort?: InputMaybe<Scalars['Json']['input']>;
18814
+ };
18815
+ export type SubscriptionProgressAccessUpdatedArgs = {
18816
+ filter?: InputMaybe<Scalars['Json']['input']>;
18817
+ ids?: InputMaybe<Array<Scalars['ObjectId']['input']>>;
18818
+ limit?: InputMaybe<Scalars['Int']['input']>;
18819
+ minUpdatedAt?: InputMaybe<Scalars['Date']['input']>;
18820
+ page?: InputMaybe<Scalars['Int']['input']>;
18821
+ search?: InputMaybe<Scalars['String']['input']>;
18822
+ shortcuts?: InputMaybe<Array<Scalars['String']['input']>>;
18823
+ sort?: InputMaybe<Scalars['Json']['input']>;
18824
+ };
18569
18825
  export type SubscriptionProgressCreatedArgs = {
18570
18826
  filter?: InputMaybe<Scalars['Json']['input']>;
18571
18827
  ids?: InputMaybe<Array<Scalars['ObjectId']['input']>>;
@@ -1,10 +1,12 @@
1
- import { Ref } from 'vue';
1
+ import { ComputedRef, Ref } from 'vue';
2
2
  import { Schema } from '../../types';
3
3
  export interface Input {
4
4
  }
5
5
  export interface Context {
6
6
  isLoading: Ref<boolean>;
7
7
  staff: Ref<Schema.Staff | null>;
8
+ accesses: Ref<Schema.ProgressAccess[]>;
9
+ supervisedStaffIds: ComputedRef<string[]>;
8
10
  setStaff: (data: Schema.Staff) => void;
9
11
  getStaff: () => Promise<void>;
10
12
  init: () => Promise<void>;
@@ -1,6 +1,8 @@
1
1
  export declare function useOperasional(): {
2
2
  isLoading: import("vue").Ref<boolean>;
3
3
  staff: import("vue").Ref<import("../../gql/graphql").Staff | null>;
4
+ accesses: import("vue").Ref<import("../../gql/graphql").ProgressAccess[]>;
5
+ supervisedStaffIds: import("vue").ComputedRef<string[]>;
4
6
  setStaff: (data: import("../../gql/graphql").Staff) => void;
5
7
  getStaff: () => Promise<void>;
6
8
  init: () => Promise<void>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neutron.co.id/operasional-interfaces",
3
- "version": "1.8.3",
3
+ "version": "1.8.4",
4
4
  "description": "Interface library of Neutron Operasional.",
5
5
  "sideEffects": [
6
6
  "*.css"
@@ -63,7 +63,7 @@
63
63
  "@neon.id/interfaces": "^1.5.0",
64
64
  "@neon.id/office": "^1.3.0",
65
65
  "@neon.id/utils": "^1.1.0",
66
- "@neutron.co.id/personalia-models": "^1.8.2",
66
+ "@neutron.co.id/personalia-models": "^1.8.3",
67
67
  "@neutron.co.id/sentral-interfaces": "^1.4.0",
68
68
  "@nuxt/kit": "^3.5.3",
69
69
  "qr-scanner": "^1.4.2",
@@ -137,7 +137,7 @@
137
137
  "@neon.id/interfaces": "^1.5.0",
138
138
  "@neon.id/office": "^1.3.0",
139
139
  "@neon.id/utils": "^1.1.0",
140
- "@neutron.co.id/personalia-models": "^1.8.2",
140
+ "@neutron.co.id/personalia-models": "^1.8.3",
141
141
  "@neutron.co.id/sentral-interfaces": "^1.4.0",
142
142
  "@nuxt/kit": "^3.5.3",
143
143
  "qr-scanner": "^1.4.2",
@@ -146,5 +146,5 @@
146
146
  "publishConfig": {
147
147
  "access": "public"
148
148
  },
149
- "build": 112
149
+ "build": 113
150
150
  }