@neutron.co.id/operasional-interfaces 1.17.9-beta.1 → 1.17.11-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.
Files changed (49) hide show
  1. package/build/@office/config.mjs +9 -0
  2. package/build/@office/models/personalia/index.d.ts +3 -0
  3. package/build/@office/models/personalia/index.mjs +3 -0
  4. package/build/@office/models/personalia/leaveConflict/LeaveConflictCollection/LeaveConflictCollection.vue +34 -0
  5. package/build/@office/models/personalia/leaveConflict/LeaveConflictCollection/index.d.ts +1 -0
  6. package/build/@office/models/personalia/leaveConflict/LeaveConflictCollection/index.mjs +1 -0
  7. package/build/@office/models/personalia/leaveConflict/LeaveConflictSingle/LeaveConflictSingle.vue +49 -0
  8. package/build/@office/models/personalia/leaveConflict/LeaveConflictSingle/index.d.ts +1 -0
  9. package/build/@office/models/personalia/leaveConflict/LeaveConflictSingle/index.mjs +1 -0
  10. package/build/@office/models/personalia/leaveConflict/index.d.ts +2 -0
  11. package/build/@office/models/personalia/leaveConflict/index.mjs +2 -0
  12. package/build/@office/models/personalia/leaveQuota/LeaveQuotaCollection/LeaveQuotaCollection.vue +24 -0
  13. package/build/@office/models/personalia/leaveQuota/LeaveQuotaCollection/index.d.ts +1 -0
  14. package/build/@office/models/personalia/leaveQuota/LeaveQuotaCollection/index.mjs +1 -0
  15. package/build/@office/models/personalia/leaveQuota/LeaveQuotaSingle/LeaveQuotaSingle.vue +190 -0
  16. package/build/@office/models/personalia/leaveQuota/LeaveQuotaSingle/index.d.ts +2 -0
  17. package/build/@office/models/personalia/leaveQuota/LeaveQuotaSingle/index.mjs +2 -0
  18. package/build/@office/models/personalia/leaveQuota/index.d.ts +2 -0
  19. package/build/@office/models/personalia/leaveQuota/index.mjs +2 -0
  20. package/build/@office/models/personalia/leaveStaff/LeaveStaffCollection/LeaveStaffCollection.vue +23 -0
  21. package/build/@office/models/personalia/leaveStaff/LeaveStaffCollection/index.d.ts +1 -0
  22. package/build/@office/models/personalia/leaveStaff/LeaveStaffCollection/index.mjs +1 -0
  23. package/build/@office/models/personalia/leaveStaff/LeaveStaffSingle/LeaveStaffSingle.vue +49 -0
  24. package/build/@office/models/personalia/leaveStaff/LeaveStaffSingle/index.d.ts +1 -0
  25. package/build/@office/models/personalia/leaveStaff/LeaveStaffSingle/index.mjs +1 -0
  26. package/build/@office/models/personalia/leaveStaff/index.d.ts +2 -0
  27. package/build/@office/models/personalia/leaveStaff/index.mjs +2 -0
  28. package/build/@package/@office/models/personalia/index.d.ts +3 -0
  29. package/build/@package/@office/models/personalia/leaveConflict/LeaveConflictCollection/LeaveConflictCollection.vue.d.ts +2 -0
  30. package/build/@package/@office/models/personalia/leaveConflict/LeaveConflictCollection/index.d.ts +1 -0
  31. package/build/@package/@office/models/personalia/leaveConflict/LeaveConflictSingle/LeaveConflictSingle.vue.d.ts +2 -0
  32. package/build/@package/@office/models/personalia/leaveConflict/LeaveConflictSingle/index.d.ts +1 -0
  33. package/build/@package/@office/models/personalia/leaveConflict/index.d.ts +2 -0
  34. package/build/@package/@office/models/personalia/leaveQuota/LeaveQuotaCollection/LeaveQuotaCollection.vue.d.ts +2 -0
  35. package/build/@package/@office/models/personalia/leaveQuota/LeaveQuotaCollection/index.d.ts +1 -0
  36. package/build/@package/@office/models/personalia/leaveQuota/LeaveQuotaSingle/LeaveQuotaSingle.vue.d.ts +2 -0
  37. package/build/@package/@office/models/personalia/leaveQuota/LeaveQuotaSingle/index.d.ts +2 -0
  38. package/build/@package/@office/models/personalia/leaveQuota/index.d.ts +2 -0
  39. package/build/@package/@office/models/personalia/leaveStaff/LeaveStaffCollection/LeaveStaffCollection.vue.d.ts +2 -0
  40. package/build/@package/@office/models/personalia/leaveStaff/LeaveStaffCollection/index.d.ts +1 -0
  41. package/build/@package/@office/models/personalia/leaveStaff/LeaveStaffSingle/LeaveStaffSingle.vue.d.ts +2 -0
  42. package/build/@package/@office/models/personalia/leaveStaff/LeaveStaffSingle/index.d.ts +1 -0
  43. package/build/@package/@office/models/personalia/leaveStaff/index.d.ts +2 -0
  44. package/build/mock/index.cjs +563 -190
  45. package/build/mock/index.mjs +563 -190
  46. package/build/module.json +1 -1
  47. package/build/nuxt.json +1 -1
  48. package/build/nuxt.mjs +9 -0
  49. package/package.json +6 -6
@@ -16,6 +16,15 @@ export const config = OfficeInterfaces.define({
16
16
  // Attendance Type
17
17
  "AttendanceTypeCollection",
18
18
  "AttendanceTypeSingle",
19
+ // Leave Quota
20
+ "LeaveQuotaCollection",
21
+ "LeaveQuotaSingle",
22
+ // Leave Staff
23
+ "LeaveStaffCollection",
24
+ "LeaveStaffSingle",
25
+ // Leave Conflict
26
+ "LeaveConflictCollection",
27
+ "LeaveConflictSingle",
19
28
  // Check In
20
29
  "CheckInCollection",
21
30
  "CheckInSingle",
@@ -17,3 +17,6 @@ export * from './task';
17
17
  export * from './shift';
18
18
  export * from './shiftType';
19
19
  export * from './shiftStaff';
20
+ export * from './leaveQuota';
21
+ export * from './leaveStaff';
22
+ export * from './leaveConflict';
@@ -17,3 +17,6 @@ export * from "./task/index.mjs";
17
17
  export * from "./shift/index.mjs";
18
18
  export * from "./shiftType/index.mjs";
19
19
  export * from "./shiftStaff/index.mjs";
20
+ export * from "./leaveQuota/index.mjs";
21
+ export * from "./leaveStaff/index.mjs";
22
+ export * from "./leaveConflict/index.mjs";
@@ -0,0 +1,34 @@
1
+ <script setup lang="ts">
2
+ import { NeonCollection, useCollection } from '@neon.id/context'
3
+ import { NeonField } from '@neon.id/form'
4
+ import { OfficeCollectionTable } from '@neon.id/office'
5
+ import {
6
+ type Schema,
7
+ type TPersonaliaLeaveConflictModel,
8
+ } from '@neutron.co.id/personalia-models'
9
+
10
+ defineOptions({ name: 'LeaveConflictCollection' })
11
+
12
+ const { fields } = useCollection<
13
+ Schema.LeaveConflict,
14
+ TPersonaliaLeaveConflictModel
15
+ >()
16
+ </script>
17
+
18
+ <template>
19
+ <NeonCollection class="neu-leave-conlfict-collection">
20
+ <OfficeCollectionTable
21
+ :freeze="1"
22
+ :bulk="{ update: 'updateConflict' }"
23
+ use-bulk
24
+ use-select
25
+ size="lg"
26
+ >
27
+ <template #update-form="{ values }">
28
+ <NeonField v-model="values.deleteType" v-bind="fields.deleteType" />
29
+ </template>
30
+ </OfficeCollectionTable>
31
+ </NeonCollection>
32
+ </template>
33
+
34
+ <style scoped></style>
@@ -0,0 +1 @@
1
+ export { default as LeaveConflictCollection } from './LeaveConflictCollection.vue';
@@ -0,0 +1 @@
1
+ export { default as LeaveConflictCollection } from "./LeaveConflictCollection.vue";
@@ -0,0 +1,49 @@
1
+ <script setup lang="ts">
2
+ import { OfficeCollectionRelated, OfficeTab } from '@neon.id/office'
3
+ import { Query } from '@neon.id/query'
4
+ import { useSingle } from '@neon.id/context'
5
+ import type {
6
+ Schema,
7
+ TPersonaliaLeaveConflictModel,
8
+ } from '@neutron.co.id/personalia-models'
9
+
10
+ const { isReady, isNew } = useSingle<
11
+ Schema.LeaveConflict,
12
+ TPersonaliaLeaveConflictModel
13
+ >()
14
+ </script>
15
+
16
+ <template>
17
+ <OfficeTab
18
+ v-if="!isNew"
19
+ handle="konflik"
20
+ icon="circle-exclamation"
21
+ title="Konflik Karyawan"
22
+ >
23
+ <OfficeCollectionRelated
24
+ definition="neu:personalia:leaveConflict"
25
+ title="Konlfik Cuti Karyawan"
26
+ :query="
27
+ Query.define({
28
+ sort: {
29
+ handle: 'startedAt',
30
+ direction: 'ascending',
31
+ },
32
+ })
33
+ "
34
+ :is-ready="isReady"
35
+ :columns="[
36
+ 'staff',
37
+ 'leaveQuotaOldName',
38
+ 'leaveQuotaOld',
39
+ 'leaveQuotaNewName',
40
+ 'leaveQuotaNew',
41
+ ]"
42
+ :sorts="['startedAt', 'createdAt', 'updatedAt']"
43
+ :filters="['staff']"
44
+ >
45
+ </OfficeCollectionRelated>
46
+ </OfficeTab>
47
+ </template>
48
+
49
+ <style></style>
@@ -0,0 +1 @@
1
+ export { default as LeaveConflictSingle } from './LeaveConflictSingle.vue';
@@ -0,0 +1 @@
1
+ export { default as LeaveConflictSingle } from "./LeaveConflictSingle.vue";
@@ -0,0 +1,2 @@
1
+ export * from './LeaveConflictCollection';
2
+ export * from './LeaveConflictSingle';
@@ -0,0 +1,2 @@
1
+ export * from "./LeaveConflictCollection/index.mjs";
2
+ export * from "./LeaveConflictSingle/index.mjs";
@@ -0,0 +1,24 @@
1
+ <script setup lang="ts">
2
+ import { NeonCollection, useCollection } from '@neon.id/context'
3
+ import { OfficeCollectionTable } from '@neon.id/office'
4
+ import { NeonAlert } from '@neon.id/interfaces'
5
+ import type {
6
+ Schema,
7
+ TPersonaliaLeaveQuotaModel,
8
+ } from '@neutron.co.id/personalia-models'
9
+
10
+ defineOptions({ name: 'LeaveQuotaCollection' })
11
+
12
+ const { userQuery } = useCollection<
13
+ Schema.LeaveQuota,
14
+ TPersonaliaLeaveQuotaModel
15
+ >()
16
+ </script>
17
+
18
+ <template>
19
+ <NeonCollection class="neu-leave-quota-collection">
20
+ <OfficeCollectionTable />
21
+ </NeonCollection>
22
+ </template>
23
+
24
+ <style scoped></style>
@@ -0,0 +1 @@
1
+ export { default as LeaveQuotaCollection } from './LeaveQuotaCollection.vue';
@@ -0,0 +1 @@
1
+ export { default as LeaveQuotaCollection } from "./LeaveQuotaCollection.vue";
@@ -0,0 +1,190 @@
1
+ <script setup lang="ts">
2
+ import { NeonSingle, useSingle } from '@neon.id/context'
3
+ import {
4
+ OfficeCollectionRelated,
5
+ OfficeRelation,
6
+ OfficeTab,
7
+ OfficeTabs,
8
+ } from '@neon.id/office'
9
+ import {
10
+ type Schema,
11
+ type TPersonaliaLeaveQuotaModel,
12
+ } from '@neutron.co.id/personalia-models'
13
+ import { NeonAlert, useToast, NeonButton } from '@neon.id/interfaces'
14
+ import { NeonField, NeonFields, NeonForm } from '@neon.id/form'
15
+ import { ref } from 'vue'
16
+ import { Query } from '@neon.id/query'
17
+
18
+ const {
19
+ fields,
20
+ initialValues,
21
+ values,
22
+ isLoading,
23
+ isChanged,
24
+ isMain,
25
+ isNew,
26
+ saveOne,
27
+ discardChanges,
28
+ syncOne,
29
+ executeOne,
30
+ } = useSingle<Schema.LeaveQuota, TPersonaliaLeaveQuotaModel>()
31
+
32
+ const toast = useToast()
33
+ const responseState = ref()
34
+
35
+ function getNotified() {
36
+ if (responseState.value === 'leaveStaffGenerated') {
37
+ toast.push({
38
+ id: 'generate:leaveQuota',
39
+ content: 'Successfully generated leave quota.',
40
+ color: 'success',
41
+ })
42
+ }
43
+ }
44
+
45
+ async function generateLeave() {
46
+ const result = await executeOne('generateLeave', {
47
+ nameLeave: values.value.nameLeave,
48
+ nameStaffs: values.value.nameStaffs,
49
+ typeLeave: values.value.typeLeave,
50
+ leaveQuota: values.value.leaveQuota,
51
+ startedAt: values.value.startedAt,
52
+ endedAt: values.value.endedAt,
53
+ branches: values.value.branches,
54
+ conflictResolved: false,
55
+ leaveQuotaId: values.value.id,
56
+ })
57
+ if (result) {
58
+ values.value.hasConflict = result.data.executeLeaveQuota.output.hasConflict
59
+ }
60
+ getNotified()
61
+ }
62
+ </script>
63
+
64
+ <template>
65
+ <NeonSingle>
66
+ <OfficeTabs>
67
+ <OfficeTab handle="info" icon="circle-info" title="Info">
68
+ <NeonForm
69
+ handle="info"
70
+ :initial-values="initialValues"
71
+ :is-loading="isLoading"
72
+ :is-changed="isChanged"
73
+ use-unsaved
74
+ @cancel="discardChanges"
75
+ @submit="saveOne"
76
+ >
77
+ <NeonAlert
78
+ v-if="values.hasConflict"
79
+ icon="circle-exclamation"
80
+ title="Konflik Karyawan!."
81
+ description="Ada data karyawan yang dipilih sudah ada didata Kuota Cuti lainnya. Silahkan hapus data karyawan dan pilih karyawan lainnya."
82
+ color="warning"
83
+ />
84
+
85
+ <NeonField v-model="values.nameLeave" v-bind="fields.nameLeave" />
86
+ <OfficeRelation v-model="values" :field="fields.branches" />
87
+ <OfficeRelation v-model="values" :field="fields.typeLeave" />
88
+ <NeonFields class="grid grid-cols-[3fr_1fr]">
89
+ <OfficeRelation v-model="values" :field="fields.nameStaffs" />
90
+ <NeonButton
91
+ class="mt-4"
92
+ icon-left="sync"
93
+ label="Generate"
94
+ is-rounded
95
+ size="sm"
96
+ color="success"
97
+ @click="generateLeave"
98
+ />
99
+ </NeonFields>
100
+ <NeonField
101
+ v-model="values.leaveQuota"
102
+ v-bind="fields.leaveQuota"
103
+ is-disabled
104
+ />
105
+ <NeonField v-model="values.startedAt" v-bind="fields.startedAt" />
106
+ <NeonField v-model="values.endedAt" v-bind="fields.endedAt" />
107
+ <NeonField v-model="values.note" v-bind="fields.note" />
108
+ </NeonForm>
109
+ </OfficeTab>
110
+
111
+ <!-- Cuti Karyawan-->
112
+ <OfficeTab
113
+ v-if="!isNew && !values.hasConflict"
114
+ handle="cutiKaryawan"
115
+ icon="house-person-leave"
116
+ title="Cuti Karyawan"
117
+ >
118
+ <OfficeCollectionRelated
119
+ definition="neu:personalia:leaveStaff"
120
+ title="Cuti Karyawan"
121
+ :query="
122
+ Query.define({
123
+ filter: {
124
+ leaveQuotaStaffId: values.id,
125
+ },
126
+ sort: {
127
+ handle: 'startedAt',
128
+ direction: 'ascending',
129
+ },
130
+ })
131
+ "
132
+ :excludes="['click']"
133
+ :columns="[
134
+ 'staff',
135
+ 'typeLeave',
136
+ 'leaveQuota',
137
+ 'startedAt',
138
+ 'endedAt',
139
+ ]"
140
+ :sorts="['startedAt', 'createdAt', 'updatedAt']"
141
+ :filters="['staff']"
142
+ >
143
+ </OfficeCollectionRelated>
144
+ </OfficeTab>
145
+
146
+ <OfficeTab
147
+ v-if="!isNew && values.hasConflict"
148
+ handle="konflik"
149
+ icon="circle-exclamation"
150
+ title="Konflik Karyawan"
151
+ >
152
+ <NeonAlert
153
+ icon="circle-exclamation"
154
+ title="Perhatian!"
155
+ description="Selesaikan konflik yang terjadi di kuota cuti."
156
+ color="warning"
157
+ />
158
+ <OfficeCollectionRelated
159
+ definition="neu:personalia:leaveConflict"
160
+ title="Konlfik Cuti Karyawan"
161
+ :query="
162
+ Query.define({
163
+ filter: {
164
+ leaveQuotaId: values.id,
165
+ },
166
+ sort: {
167
+ handle: 'startedAt',
168
+ direction: 'ascending',
169
+ },
170
+ })
171
+ "
172
+ use-bulk
173
+ :excludes="['click']"
174
+ :columns="[
175
+ 'staff',
176
+ 'leaveQuotaOldName',
177
+ 'leaveQuotaOld',
178
+ 'leaveQuotaNewName',
179
+ 'leaveQuotaNew',
180
+ ]"
181
+ :sorts="['startedAt', 'createdAt', 'updatedAt']"
182
+ :filters="['staff']"
183
+ >
184
+ </OfficeCollectionRelated>
185
+ </OfficeTab>
186
+ </OfficeTabs>
187
+ </NeonSingle>
188
+ </template>
189
+
190
+ <style></style>
@@ -0,0 +1,2 @@
1
+ export { default as LeaveQuotaSingle } from './LeaveQuotaSingle.vue';
2
+ export { default as LeaveConflictSingle } from '../../leaveConflict/LeaveConflictSingle/LeaveConflictSingle.vue';
@@ -0,0 +1,2 @@
1
+ export { default as LeaveQuotaSingle } from "./LeaveQuotaSingle.vue";
2
+ export { default as LeaveConflictSingle } from "../../leaveConflict/LeaveConflictSingle/LeaveConflictSingle.vue";
@@ -0,0 +1,2 @@
1
+ export * from './LeaveQuotaCollection';
2
+ export * from './LeaveQuotaSingle';
@@ -0,0 +1,2 @@
1
+ export * from "./LeaveQuotaCollection/index.mjs";
2
+ export * from "./LeaveQuotaSingle/index.mjs";
@@ -0,0 +1,23 @@
1
+ <script setup lang="ts">
2
+ import { NeonCollection, useCollection } from '@neon.id/context'
3
+ import { OfficeCollectionTable } from '@neon.id/office'
4
+ import type {
5
+ Schema,
6
+ TPersonaliaLeaveStaffModel,
7
+ } from '@neutron.co.id/personalia-models'
8
+
9
+ defineOptions({ name: 'LeaveStaffCollection' })
10
+
11
+ const { userQuery } = useCollection<
12
+ Schema.LeaveStaff,
13
+ TPersonaliaLeaveStaffModel
14
+ >()
15
+ </script>
16
+
17
+ <template>
18
+ <NeonCollection class="neu-leave-staff-collection">
19
+ <OfficeCollectionTable />
20
+ </NeonCollection>
21
+ </template>
22
+
23
+ <style scoped></style>
@@ -0,0 +1 @@
1
+ export { default as LeaveStaffCollection } from './LeaveStaffCollection.vue';
@@ -0,0 +1 @@
1
+ export { default as LeaveStaffCollection } from "./LeaveStaffCollection.vue";
@@ -0,0 +1,49 @@
1
+ <script setup lang="ts">
2
+ import { Query } from '@neon.id/query'
3
+ import { useSingle } from '@neon.id/context'
4
+ import { OfficeTab, OfficeCollectionRelated } from '@neon.id/office'
5
+ import {
6
+ type Schema,
7
+ type TPersonaliaLeaveStaffModel,
8
+ } from '@neutron.co.id/personalia-models'
9
+
10
+ const { isReady, isNew } = useSingle<
11
+ Schema.LeaveStaff,
12
+ TPersonaliaLeaveStaffModel
13
+ >()
14
+ </script>
15
+
16
+ <template>
17
+ <OfficeTab
18
+ v-if="!isNew"
19
+ handle="cutiKaryawan"
20
+ icon="house-person-leave"
21
+ title="Cuti Karyawan"
22
+ >
23
+ <OfficeCollectionRelated
24
+ definition="neu:personalia:leaveStaff"
25
+ title="Cuti Karyawan"
26
+ :query="
27
+ Query.define({
28
+ sort: {
29
+ handle: 'startedAt',
30
+ direction: 'ascending',
31
+ },
32
+ })
33
+ "
34
+ :columns="[
35
+ 'startedAt',
36
+ 'endedAt',
37
+ 'staff',
38
+ 'leaveQuota',
39
+ 'typeLeave',
40
+ 'branches',
41
+ ]"
42
+ :sorts="['startedAt', 'createdAt', 'updatedAt']"
43
+ :filters="['staff']"
44
+ >
45
+ </OfficeCollectionRelated>
46
+ </OfficeTab>
47
+ </template>
48
+
49
+ <style></style>
@@ -0,0 +1 @@
1
+ export { default as LeaveStaffSingle } from './LeaveStaffSingle.vue';
@@ -0,0 +1 @@
1
+ export { default as LeaveStaffSingle } from "./LeaveStaffSingle.vue";
@@ -0,0 +1,2 @@
1
+ export * from './LeaveStaffSingle';
2
+ export * from './LeaveStaffCollection';
@@ -0,0 +1,2 @@
1
+ export * from "./LeaveStaffSingle/index.mjs";
2
+ export * from "./LeaveStaffCollection/index.mjs";
@@ -17,3 +17,6 @@ export * from './task';
17
17
  export * from './shift';
18
18
  export * from './shiftType';
19
19
  export * from './shiftStaff';
20
+ export * from './leaveQuota';
21
+ export * from './leaveStaff';
22
+ export * from './leaveConflict';
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
+ export default _default;
@@ -0,0 +1 @@
1
+ export { default as LeaveConflictCollection } from './LeaveConflictCollection.vue';
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
+ export default _default;
@@ -0,0 +1 @@
1
+ export { default as LeaveConflictSingle } from './LeaveConflictSingle.vue';
@@ -0,0 +1,2 @@
1
+ export * from './LeaveConflictCollection';
2
+ export * from './LeaveConflictSingle';
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
+ export default _default;
@@ -0,0 +1 @@
1
+ export { default as LeaveQuotaCollection } from './LeaveQuotaCollection.vue';
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ export { default as LeaveQuotaSingle } from './LeaveQuotaSingle.vue';
2
+ export { default as LeaveConflictSingle } from '../../leaveConflict/LeaveConflictSingle/LeaveConflictSingle.vue';
@@ -0,0 +1,2 @@
1
+ export * from './LeaveQuotaCollection';
2
+ export * from './LeaveQuotaSingle';
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
+ export default _default;
@@ -0,0 +1 @@
1
+ export { default as LeaveStaffCollection } from './LeaveStaffCollection.vue';
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
+ export default _default;
@@ -0,0 +1 @@
1
+ export { default as LeaveStaffSingle } from './LeaveStaffSingle.vue';
@@ -0,0 +1,2 @@
1
+ export * from './LeaveStaffSingle';
2
+ export * from './LeaveStaffCollection';