@hitsoft/abp.kadooglu 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (182) hide show
  1. package/README.md +24 -0
  2. package/config/enums/index.d.ts +1 -0
  3. package/config/enums/route-names.d.ts +12 -0
  4. package/config/index.d.ts +5 -0
  5. package/config/kadooglu-config.module.d.ts +8 -0
  6. package/config/providers/hit-providers/hit-carrier-person-route.provider.d.ts +9 -0
  7. package/config/providers/hit-providers/hit-entry-weighing-route.provider.d.ts +9 -0
  8. package/config/providers/hit-providers/hit-factory-entry-route.provider.d.ts +9 -0
  9. package/config/providers/hit-providers/hit-gate-route.provider.d.ts +9 -0
  10. package/config/providers/hit-providers/hit-knt-item-esl-route.provider.d.ts +9 -0
  11. package/config/providers/hit-providers/hit-plate-route.provider.d.ts +9 -0
  12. package/config/providers/hit-providers/hit-route.provider.d.ts +8 -0
  13. package/config/providers/hit-providers/hit-scale-route.provider.d.ts +9 -0
  14. package/config/providers/hit-providers/hit-tanimlamalar-route.provider.d.ts +9 -0
  15. package/config/providers/hit-providers/hit-vehicle-type-route.provider.d.ts +9 -0
  16. package/config/providers/index.d.ts +1 -0
  17. package/config/providers/route.provider.d.ts +8 -0
  18. package/config/public-api.d.ts +3 -0
  19. package/esm2020/config/enums/index.mjs +2 -0
  20. package/esm2020/config/enums/route-names.mjs +2 -0
  21. package/esm2020/config/hitsoft-abp.kadooglu-config.mjs +5 -0
  22. package/esm2020/config/kadooglu-config.module.mjs +40 -0
  23. package/esm2020/config/providers/hit-providers/hit-carrier-person-route.provider.mjs +20 -0
  24. package/esm2020/config/providers/hit-providers/hit-entry-weighing-route.provider.mjs +20 -0
  25. package/esm2020/config/providers/hit-providers/hit-factory-entry-route.provider.mjs +20 -0
  26. package/esm2020/config/providers/hit-providers/hit-gate-route.provider.mjs +20 -0
  27. package/esm2020/config/providers/hit-providers/hit-knt-item-esl-route.provider.mjs +20 -0
  28. package/esm2020/config/providers/hit-providers/hit-plate-route.provider.mjs +20 -0
  29. package/esm2020/config/providers/hit-providers/hit-route.provider.mjs +24 -0
  30. package/esm2020/config/providers/hit-providers/hit-scale-route.provider.mjs +20 -0
  31. package/esm2020/config/providers/hit-providers/hit-tanimlamalar-route.provider.mjs +20 -0
  32. package/esm2020/config/providers/hit-providers/hit-vehicle-type-route.provider.mjs +20 -0
  33. package/esm2020/config/providers/index.mjs +2 -0
  34. package/esm2020/config/providers/route.provider.mjs +24 -0
  35. package/esm2020/config/public-api.mjs +4 -0
  36. package/esm2020/hitsoft-abp.kadooglu.mjs +5 -0
  37. package/esm2020/lib/components/kadooglu.component.mjs +18 -0
  38. package/esm2020/lib/hit-components/hit-carrier-person/hit-carrier-person-form/hit-carrier-person-form.component.mjs +160 -0
  39. package/esm2020/lib/hit-components/hit-carrier-person/hit-carrier-person-list/hit-carrier-person-list.component.mjs +101 -0
  40. package/esm2020/lib/hit-components/hit-carrier-person/hit-carrier-person-routing.module.mjs +21 -0
  41. package/esm2020/lib/hit-components/hit-carrier-person/hit-carrier-person.module.mjs +68 -0
  42. package/esm2020/lib/hit-components/hit-entry-weighing/hit-entry-weighing-form/hit-entry-weighing-form.component.mjs +544 -0
  43. package/esm2020/lib/hit-components/hit-entry-weighing/hit-entry-weighing-list/hit-entry-weighing-list.component.mjs +202 -0
  44. package/esm2020/lib/hit-components/hit-entry-weighing/hit-entry-weighing-routing.module.mjs +24 -0
  45. package/esm2020/lib/hit-components/hit-entry-weighing/hit-entry-weighing.module.mjs +77 -0
  46. package/esm2020/lib/hit-components/hit-factory-entry/hit-factory-entry-form/hit-factory-entry-form.component.mjs +380 -0
  47. package/esm2020/lib/hit-components/hit-factory-entry/hit-factory-entry-list/hit-factory-entry-list.component.mjs +115 -0
  48. package/esm2020/lib/hit-components/hit-factory-entry/hit-factory-entry-routing.module.mjs +21 -0
  49. package/esm2020/lib/hit-components/hit-factory-entry/hit-factory-entry.module.mjs +83 -0
  50. package/esm2020/lib/hit-components/hit-gate/hit-gate-form/hit-gate-form.component.mjs +148 -0
  51. package/esm2020/lib/hit-components/hit-gate/hit-gate-list/hit-gate-list.component.mjs +93 -0
  52. package/esm2020/lib/hit-components/hit-gate/hit-gate-routing.module.mjs +21 -0
  53. package/esm2020/lib/hit-components/hit-gate/hit-gate.module.mjs +71 -0
  54. package/esm2020/lib/hit-components/hit-knt-item-esl/hit-knt-item-esl-form/hit-knt-item-esl-form.component.mjs +140 -0
  55. package/esm2020/lib/hit-components/hit-knt-item-esl/hit-knt-item-esl-list/hit-knt-item-esl-list.component.mjs +78 -0
  56. package/esm2020/lib/hit-components/hit-knt-item-esl/hit-knt-item-esl-routing.module.mjs +21 -0
  57. package/esm2020/lib/hit-components/hit-knt-item-esl/hit-knt-item-esl.module.mjs +68 -0
  58. package/esm2020/lib/hit-components/hit-plate/hit-plate-form/hit-plate-form.component.mjs +102 -0
  59. package/esm2020/lib/hit-components/hit-plate/hit-plate-list/hit-plate-list.component.mjs +101 -0
  60. package/esm2020/lib/hit-components/hit-plate/hit-plate-routing.module.mjs +21 -0
  61. package/esm2020/lib/hit-components/hit-plate/hit-plate.module.mjs +68 -0
  62. package/esm2020/lib/hit-components/hit-scale/hit-scale-form/hit-scale-form.component.mjs +127 -0
  63. package/esm2020/lib/hit-components/hit-scale/hit-scale-list/hit-scale-list.component.mjs +106 -0
  64. package/esm2020/lib/hit-components/hit-scale/hit-scale-routing.module.mjs +21 -0
  65. package/esm2020/lib/hit-components/hit-scale/hit-scale.module.mjs +71 -0
  66. package/esm2020/lib/hit-components/hit-vehicle-type/hit-vehicle-type-form/hit-vehicle-type-form.component.mjs +143 -0
  67. package/esm2020/lib/hit-components/hit-vehicle-type/hit-vehicle-type-list/hit-vehicle-type-list.component.mjs +96 -0
  68. package/esm2020/lib/hit-components/hit-vehicle-type/hit-vehicle-type-routing.module.mjs +21 -0
  69. package/esm2020/lib/hit-components/hit-vehicle-type/hit-vehicle-type.module.mjs +68 -0
  70. package/esm2020/lib/hit-proxy/hit-business-partner/hit-business-partner.service.mjs +22 -0
  71. package/esm2020/lib/hit-proxy/hit-business-partner/models.mjs +2 -0
  72. package/esm2020/lib/hit-proxy/hit-carrier-person/hit-carrier-person.service.mjs +33 -0
  73. package/esm2020/lib/hit-proxy/hit-carrier-person/models.mjs +2 -0
  74. package/esm2020/lib/hit-proxy/hit-entry-weighing/hit-entry-weighing.service.mjs +95 -0
  75. package/esm2020/lib/hit-proxy/hit-entry-weighing/models.mjs +2 -0
  76. package/esm2020/lib/hit-proxy/hit-factory-entry/hit-factory-entry.service.mjs +34 -0
  77. package/esm2020/lib/hit-proxy/hit-factory-entry/models.mjs +2 -0
  78. package/esm2020/lib/hit-proxy/hit-gate/hit-gate.service.mjs +33 -0
  79. package/esm2020/lib/hit-proxy/hit-gate/models.mjs +2 -0
  80. package/esm2020/lib/hit-proxy/hit-item/hit-item.service.mjs +22 -0
  81. package/esm2020/lib/hit-proxy/hit-item/models.mjs +2 -0
  82. package/esm2020/lib/hit-proxy/hit-knt-item-esl/hit-knt-item-esl.service.mjs +33 -0
  83. package/esm2020/lib/hit-proxy/hit-knt-item-esl/models.mjs +2 -0
  84. package/esm2020/lib/hit-proxy/hit-plate/hit-plate.service.mjs +33 -0
  85. package/esm2020/lib/hit-proxy/hit-plate/models.mjs +2 -0
  86. package/esm2020/lib/hit-proxy/hit-purchase-delivery-note/hit-purchase-delivery-note.service.mjs +22 -0
  87. package/esm2020/lib/hit-proxy/hit-purchase-delivery-note/models.mjs +2 -0
  88. package/esm2020/lib/hit-proxy/hit-scale/hit-scale.service.mjs +33 -0
  89. package/esm2020/lib/hit-proxy/hit-scale/models.mjs +2 -0
  90. package/esm2020/lib/hit-proxy/hit-stock-transfer/hit-stock-transfer.service.mjs +22 -0
  91. package/esm2020/lib/hit-proxy/hit-stock-transfer/models.mjs +2 -0
  92. package/esm2020/lib/hit-proxy/hit-user-gate/hit-user-gate.service.mjs +31 -0
  93. package/esm2020/lib/hit-proxy/hit-user-gate/models.mjs +2 -0
  94. package/esm2020/lib/hit-proxy/hit-vehicle-type/hit-vehicle-type.service.mjs +33 -0
  95. package/esm2020/lib/hit-proxy/hit-vehicle-type/models.mjs +2 -0
  96. package/esm2020/lib/hit-proxy/hit-warehouse/hit-warehouse.service.mjs +21 -0
  97. package/esm2020/lib/hit-proxy/hit-warehouse/models.mjs +2 -0
  98. package/esm2020/lib/hit-proxy/models.mjs +2 -0
  99. package/esm2020/lib/kadooglu-routing.module.mjs +41 -0
  100. package/esm2020/lib/kadooglu.module.mjs +49 -0
  101. package/esm2020/lib/services/kadooglu.service.mjs +21 -0
  102. package/esm2020/lib/shared/hit-modal/hit-modal.component.mjs +110 -0
  103. package/esm2020/lib/shared/hit-modal/hit-ui.module.mjs +35 -0
  104. package/esm2020/public-api.mjs +9 -0
  105. package/fesm2015/hitsoft-abp.kadooglu-config.mjs +243 -0
  106. package/fesm2015/hitsoft-abp.kadooglu-config.mjs.map +1 -0
  107. package/fesm2015/hitsoft-abp.kadooglu.mjs +3774 -0
  108. package/fesm2015/hitsoft-abp.kadooglu.mjs.map +1 -0
  109. package/fesm2020/hitsoft-abp.kadooglu-config.mjs +243 -0
  110. package/fesm2020/hitsoft-abp.kadooglu-config.mjs.map +1 -0
  111. package/fesm2020/hitsoft-abp.kadooglu.mjs +3728 -0
  112. package/fesm2020/hitsoft-abp.kadooglu.mjs.map +1 -0
  113. package/index.d.ts +5 -0
  114. package/lib/components/kadooglu.component.d.ts +10 -0
  115. package/lib/hit-components/hit-carrier-person/hit-carrier-person-form/hit-carrier-person-form.component.d.ts +49 -0
  116. package/lib/hit-components/hit-carrier-person/hit-carrier-person-list/hit-carrier-person-list.component.d.ts +30 -0
  117. package/lib/hit-components/hit-carrier-person/hit-carrier-person-routing.module.d.ts +7 -0
  118. package/lib/hit-components/hit-carrier-person/hit-carrier-person.module.d.ts +19 -0
  119. package/lib/hit-components/hit-entry-weighing/hit-entry-weighing-form/hit-entry-weighing-form.component.d.ts +200 -0
  120. package/lib/hit-components/hit-entry-weighing/hit-entry-weighing-list/hit-entry-weighing-list.component.d.ts +46 -0
  121. package/lib/hit-components/hit-entry-weighing/hit-entry-weighing-routing.module.d.ts +7 -0
  122. package/lib/hit-components/hit-entry-weighing/hit-entry-weighing.module.d.ts +19 -0
  123. package/lib/hit-components/hit-factory-entry/hit-factory-entry-form/hit-factory-entry-form.component.d.ts +119 -0
  124. package/lib/hit-components/hit-factory-entry/hit-factory-entry-list/hit-factory-entry-list.component.d.ts +32 -0
  125. package/lib/hit-components/hit-factory-entry/hit-factory-entry-routing.module.d.ts +7 -0
  126. package/lib/hit-components/hit-factory-entry/hit-factory-entry.module.d.ts +19 -0
  127. package/lib/hit-components/hit-gate/hit-gate-form/hit-gate-form.component.d.ts +42 -0
  128. package/lib/hit-components/hit-gate/hit-gate-list/hit-gate-list.component.d.ts +29 -0
  129. package/lib/hit-components/hit-gate/hit-gate-routing.module.d.ts +7 -0
  130. package/lib/hit-components/hit-gate/hit-gate.module.d.ts +19 -0
  131. package/lib/hit-components/hit-knt-item-esl/hit-knt-item-esl-form/hit-knt-item-esl-form.component.d.ts +46 -0
  132. package/lib/hit-components/hit-knt-item-esl/hit-knt-item-esl-list/hit-knt-item-esl-list.component.d.ts +27 -0
  133. package/lib/hit-components/hit-knt-item-esl/hit-knt-item-esl-routing.module.d.ts +7 -0
  134. package/lib/hit-components/hit-knt-item-esl/hit-knt-item-esl.module.d.ts +19 -0
  135. package/lib/hit-components/hit-plate/hit-plate-form/hit-plate-form.component.d.ts +29 -0
  136. package/lib/hit-components/hit-plate/hit-plate-list/hit-plate-list.component.d.ts +30 -0
  137. package/lib/hit-components/hit-plate/hit-plate-routing.module.d.ts +7 -0
  138. package/lib/hit-components/hit-plate/hit-plate.module.d.ts +19 -0
  139. package/lib/hit-components/hit-scale/hit-scale-form/hit-scale-form.component.d.ts +44 -0
  140. package/lib/hit-components/hit-scale/hit-scale-list/hit-scale-list.component.d.ts +41 -0
  141. package/lib/hit-components/hit-scale/hit-scale-routing.module.d.ts +7 -0
  142. package/lib/hit-components/hit-scale/hit-scale.module.d.ts +19 -0
  143. package/lib/hit-components/hit-vehicle-type/hit-vehicle-type-form/hit-vehicle-type-form.component.d.ts +46 -0
  144. package/lib/hit-components/hit-vehicle-type/hit-vehicle-type-list/hit-vehicle-type-list.component.d.ts +29 -0
  145. package/lib/hit-components/hit-vehicle-type/hit-vehicle-type-routing.module.d.ts +7 -0
  146. package/lib/hit-components/hit-vehicle-type/hit-vehicle-type.module.d.ts +19 -0
  147. package/lib/hit-proxy/hit-business-partner/hit-business-partner.service.d.ts +13 -0
  148. package/lib/hit-proxy/hit-business-partner/models.d.ts +5 -0
  149. package/lib/hit-proxy/hit-carrier-person/hit-carrier-person.service.d.ts +17 -0
  150. package/lib/hit-proxy/hit-carrier-person/models.d.ts +22 -0
  151. package/lib/hit-proxy/hit-entry-weighing/hit-entry-weighing.service.d.ts +49 -0
  152. package/lib/hit-proxy/hit-entry-weighing/models.d.ts +107 -0
  153. package/lib/hit-proxy/hit-factory-entry/hit-factory-entry.service.d.ts +17 -0
  154. package/lib/hit-proxy/hit-factory-entry/models.d.ts +40 -0
  155. package/lib/hit-proxy/hit-gate/hit-gate.service.d.ts +17 -0
  156. package/lib/hit-proxy/hit-gate/models.d.ts +10 -0
  157. package/lib/hit-proxy/hit-item/hit-item.service.d.ts +13 -0
  158. package/lib/hit-proxy/hit-item/models.d.ts +4 -0
  159. package/lib/hit-proxy/hit-knt-item-esl/hit-knt-item-esl.service.d.ts +21 -0
  160. package/lib/hit-proxy/hit-knt-item-esl/models.d.ts +16 -0
  161. package/lib/hit-proxy/hit-plate/hit-plate.service.d.ts +17 -0
  162. package/lib/hit-proxy/hit-plate/models.d.ts +14 -0
  163. package/lib/hit-proxy/hit-purchase-delivery-note/hit-purchase-delivery-note.service.d.ts +13 -0
  164. package/lib/hit-proxy/hit-purchase-delivery-note/models.d.ts +9 -0
  165. package/lib/hit-proxy/hit-scale/hit-scale.service.d.ts +17 -0
  166. package/lib/hit-proxy/hit-scale/models.d.ts +20 -0
  167. package/lib/hit-proxy/hit-stock-transfer/hit-stock-transfer.service.d.ts +13 -0
  168. package/lib/hit-proxy/hit-stock-transfer/models.d.ts +15 -0
  169. package/lib/hit-proxy/hit-user-gate/hit-user-gate.service.d.ts +18 -0
  170. package/lib/hit-proxy/hit-user-gate/models.d.ts +7 -0
  171. package/lib/hit-proxy/hit-vehicle-type/hit-vehicle-type.service.d.ts +17 -0
  172. package/lib/hit-proxy/hit-vehicle-type/models.d.ts +18 -0
  173. package/lib/hit-proxy/hit-warehouse/hit-warehouse.service.d.ts +13 -0
  174. package/lib/hit-proxy/hit-warehouse/models.d.ts +4 -0
  175. package/lib/hit-proxy/models.d.ts +8 -0
  176. package/lib/kadooglu-routing.module.d.ts +7 -0
  177. package/lib/kadooglu.module.d.ts +17 -0
  178. package/lib/services/kadooglu.service.d.ts +10 -0
  179. package/lib/shared/hit-modal/hit-modal.component.d.ts +30 -0
  180. package/lib/shared/hit-modal/hit-ui.module.d.ts +11 -0
  181. package/package.json +41 -0
  182. package/public-api.d.ts +4 -0
package/index.d.ts ADDED
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="@hitsoft/abp.kadooglu" />
5
+ export * from './public-api';
@@ -0,0 +1,10 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { KadoogluService } from '../services/kadooglu.service';
3
+ import * as i0 from "@angular/core";
4
+ export declare class KadoogluComponent implements OnInit {
5
+ private service;
6
+ constructor(service: KadoogluService);
7
+ ngOnInit(): void;
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<KadoogluComponent, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<KadoogluComponent, "lib-kadooglu", never, {}, {}, never, never, false>;
10
+ }
@@ -0,0 +1,49 @@
1
+ import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
2
+ import { ConfirmationService } from '@abp/ng.theme.shared';
3
+ import { HitCarrierPersonService } from '../../../hit-proxy/hit-carrier-person/hit-carrier-person.service';
4
+ import { CarrierPerson } from '../../../hit-proxy/hit-carrier-person/models';
5
+ import { HitPlateService } from '../../../hit-proxy/hit-plate/hit-plate.service';
6
+ import { Plate } from '../../../hit-proxy/hit-plate/models';
7
+ import * as i0 from "@angular/core";
8
+ export declare class HitCarrierPersonFormComponent implements OnInit, OnChanges {
9
+ private service;
10
+ private confirmation;
11
+ private plateService;
12
+ visible: boolean;
13
+ visibleChange: EventEmitter<boolean>;
14
+ record: CarrierPerson | null;
15
+ saved: EventEmitter<void>;
16
+ cancelled: EventEmitter<void>;
17
+ code: string;
18
+ name: string;
19
+ u_Firstname: string;
20
+ u_Lastname: string;
21
+ u_Plate: string;
22
+ u_Tel: string;
23
+ isActive: boolean;
24
+ u_DefBP: string;
25
+ u_CarrierFirm: string;
26
+ isTcCitizen: boolean;
27
+ isLoading: boolean;
28
+ plateData: Plate[];
29
+ plateColumns: ({
30
+ dataField: string;
31
+ caption: string;
32
+ width: number;
33
+ } | {
34
+ dataField: string;
35
+ caption: string;
36
+ width?: undefined;
37
+ })[];
38
+ constructor(service: HitCarrierPersonService, confirmation: ConfirmationService, plateService: HitPlateService);
39
+ ngOnInit(): void;
40
+ ngOnChanges(changes: SimpleChanges): void;
41
+ private initForm;
42
+ onPlateSelected(e: Plate): void;
43
+ save(): void;
44
+ onModalVisibleChange(val: boolean): void;
45
+ cancel(): void;
46
+ private validateTCKN;
47
+ static ɵfac: i0.ɵɵFactoryDeclaration<HitCarrierPersonFormComponent, never>;
48
+ static ɵcmp: i0.ɵɵComponentDeclaration<HitCarrierPersonFormComponent, "lib-hit-carrier-person-form", never, { "visible": "visible"; "record": "record"; }, { "visibleChange": "visibleChange"; "saved": "saved"; "cancelled": "cancelled"; }, never, never, false>;
49
+ }
@@ -0,0 +1,30 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { ConfirmationService } from '@abp/ng.theme.shared';
3
+ import { HitCarrierPersonService } from '../../../hit-proxy/hit-carrier-person/hit-carrier-person.service';
4
+ import { CarrierPerson } from '../../../hit-proxy/hit-carrier-person/models';
5
+ import * as i0 from "@angular/core";
6
+ export declare class HitCarrierPersonListComponent implements OnInit {
7
+ private service;
8
+ private confirmation;
9
+ allData: CarrierPerson[];
10
+ filteredData: CarrierPerson[];
11
+ filterCode: string;
12
+ filterName: string;
13
+ showForm: boolean;
14
+ disabledIdColumn: boolean;
15
+ selectedRecord: CarrierPerson | null;
16
+ constructor(service: HitCarrierPersonService, confirmation: ConfirmationService);
17
+ ngOnInit(): void;
18
+ onToolbarPreparing(e: any): void;
19
+ loadList(): void;
20
+ bul(): void;
21
+ temizle(): void;
22
+ yeniKayit(): void;
23
+ duzenle(row: CarrierPerson): void;
24
+ sil(row: CarrierPerson): void;
25
+ onFormSaved(): void;
26
+ onFormCancelled(): void;
27
+ formatPlate(plate: string | null): string;
28
+ static ɵfac: i0.ɵɵFactoryDeclaration<HitCarrierPersonListComponent, never>;
29
+ static ɵcmp: i0.ɵɵComponentDeclaration<HitCarrierPersonListComponent, "lib-hit-carrier-person-list", never, {}, {}, never, never, false>;
30
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "@angular/router";
3
+ export declare class HitCarrierPersonRoutingModule {
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<HitCarrierPersonRoutingModule, never>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<HitCarrierPersonRoutingModule, never, [typeof i1.RouterModule], [typeof i1.RouterModule]>;
6
+ static ɵinj: i0.ɵɵInjectorDeclaration<HitCarrierPersonRoutingModule>;
7
+ }
@@ -0,0 +1,19 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./hit-carrier-person-list/hit-carrier-person-list.component";
3
+ import * as i2 from "./hit-carrier-person-form/hit-carrier-person-form.component";
4
+ import * as i3 from "@angular/common";
5
+ import * as i4 from "@angular/forms";
6
+ import * as i5 from "@abp/ng.core";
7
+ import * as i6 from "@abp/ng.theme.shared";
8
+ import * as i7 from "@abp/ng.components/page";
9
+ import * as i8 from "@volo/abp.commercial.ng.ui";
10
+ import * as i9 from "./hit-carrier-person-routing.module";
11
+ import * as i10 from "../../shared/hit-modal/hit-ui.module";
12
+ import * as i11 from "@ng-bootstrap/ng-bootstrap";
13
+ import * as i12 from "devextreme-angular";
14
+ export declare class HitCarrierPersonModule {
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<HitCarrierPersonModule, never>;
16
+ static ɵmod: i0.ɵɵNgModuleDeclaration<HitCarrierPersonModule, [typeof i1.HitCarrierPersonListComponent, typeof i2.HitCarrierPersonFormComponent], [typeof i3.CommonModule, typeof i4.FormsModule, typeof i5.CoreModule, typeof i6.ThemeSharedModule, typeof i7.PageModule, typeof i8.CommercialUiModule, typeof i9.HitCarrierPersonRoutingModule, typeof i10.HitUIModule, typeof i11.NgbDropdownModule, typeof i12.DxDataGridModule, typeof i12.DxTextBoxModule, typeof i12.DxButtonModule, typeof i12.DxCheckBoxModule], never>;
17
+ static ɵinj: i0.ɵɵInjectorDeclaration<HitCarrierPersonModule>;
18
+ }
19
+ export declare function loadHitCarrierPersonModuleAsChild(): Promise<typeof HitCarrierPersonModule>;
@@ -0,0 +1,200 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { ActivatedRoute, Router } from '@angular/router';
3
+ import { ConfirmationService, ToasterService } from '@abp/ng.theme.shared';
4
+ import { LocalizationService } from '@abp/ng.core';
5
+ import { HitEntryWeighingService } from '../../../hit-proxy/hit-entry-weighing/hit-entry-weighing.service';
6
+ import { HitStockTransferService } from '../../../hit-proxy/hit-stock-transfer/hit-stock-transfer.service';
7
+ import { StockTransfer } from '../../../hit-proxy/hit-stock-transfer/models';
8
+ import { EntryWeighing, EntryWeighingAccount, EntryWeighingDocument, EntryWeighingDriver, EntryWeighingGate, EntryWeighingScale, EntryWeighingStockItem, EntryWeighingTrailerPlate, EntryWeighingTruckPlate, EntryWeighingVehicleType } from '../../../hit-proxy/hit-entry-weighing/models';
9
+ import * as i0 from "@angular/core";
10
+ export declare class HitEntryWeighingFormComponent implements OnInit {
11
+ private service;
12
+ private stockTransferService;
13
+ private confirmation;
14
+ private toaster;
15
+ private route;
16
+ private router;
17
+ private localizationService;
18
+ record: EntryWeighing | null;
19
+ formPhase: 1 | 2;
20
+ weighingMode: 'first' | 'last' | null;
21
+ loadDocuments: () => import("rxjs").Observable<EntryWeighingDocument[]>;
22
+ loadScales: () => import("rxjs").Observable<EntryWeighingScale[]>;
23
+ loadTruckPlates: () => import("rxjs").Observable<EntryWeighingTruckPlate[]>;
24
+ loadTrailerPlates: () => import("rxjs").Observable<EntryWeighingTrailerPlate[]>;
25
+ loadDrivers: () => import("rxjs").Observable<EntryWeighingDriver[]>;
26
+ loadAccounts: () => import("rxjs").Observable<EntryWeighingAccount[]>;
27
+ loadStockItems: () => import("rxjs").Observable<EntryWeighingStockItem[]>;
28
+ loadWaybills: () => import("rxjs").Observable<StockTransfer[]>;
29
+ loadGates: () => import("rxjs").Observable<EntryWeighingGate[]>;
30
+ loadVehicleTypes: () => import("rxjs").Observable<EntryWeighingVehicleType[]>;
31
+ documentColumns: ({
32
+ dataField: string;
33
+ caption: string;
34
+ width: number;
35
+ } | {
36
+ dataField: string;
37
+ caption: string;
38
+ width?: undefined;
39
+ })[];
40
+ scaleColumns: ({
41
+ dataField: string;
42
+ caption: string;
43
+ width: number;
44
+ } | {
45
+ dataField: string;
46
+ caption: string;
47
+ width?: undefined;
48
+ })[];
49
+ truckPlateColumns: ({
50
+ dataField: string;
51
+ caption: string;
52
+ width: number;
53
+ } | {
54
+ dataField: string;
55
+ caption: string;
56
+ width?: undefined;
57
+ })[];
58
+ trailerPlateColumns: ({
59
+ dataField: string;
60
+ caption: string;
61
+ width: number;
62
+ } | {
63
+ dataField: string;
64
+ caption: string;
65
+ width?: undefined;
66
+ })[];
67
+ driverColumns: ({
68
+ dataField: string;
69
+ caption: string;
70
+ width: number;
71
+ } | {
72
+ dataField: string;
73
+ caption: string;
74
+ width?: undefined;
75
+ })[];
76
+ accountColumns: ({
77
+ dataField: string;
78
+ caption: string;
79
+ width: number;
80
+ } | {
81
+ dataField: string;
82
+ caption: string;
83
+ width?: undefined;
84
+ })[];
85
+ stockItemColumns: ({
86
+ dataField: string;
87
+ caption: string;
88
+ width: number;
89
+ } | {
90
+ dataField: string;
91
+ caption: string;
92
+ width?: undefined;
93
+ })[];
94
+ waybillColumns: ({
95
+ dataField: string;
96
+ caption: string;
97
+ width: number;
98
+ } | {
99
+ dataField: string;
100
+ caption: string;
101
+ width?: undefined;
102
+ })[];
103
+ gateColumns: ({
104
+ dataField: string;
105
+ caption: string;
106
+ width: number;
107
+ } | {
108
+ dataField: string;
109
+ caption: string;
110
+ width?: undefined;
111
+ })[];
112
+ vehicleTypeColumns: ({
113
+ dataField: string;
114
+ caption: string;
115
+ width: number;
116
+ } | {
117
+ dataField: string;
118
+ caption: string;
119
+ width?: undefined;
120
+ })[];
121
+ documentCode: string;
122
+ documentName: string;
123
+ scaleCode: string;
124
+ scaleName: string;
125
+ accountCode: string;
126
+ accountTitle: string;
127
+ truckPlateCode: string;
128
+ truckPlateNo: string;
129
+ trailerPlateCode: string;
130
+ trailerPlateNo: string;
131
+ driverCode: string;
132
+ driverName: string;
133
+ stockCode: string;
134
+ stockName: string;
135
+ containerNo: string;
136
+ description: string;
137
+ waybillNo: string;
138
+ departureLocation: string;
139
+ arrivalLocation: string;
140
+ gateCode: string;
141
+ gateName: string;
142
+ entryDate: string | null;
143
+ entryTime: string;
144
+ exitDate: string | null;
145
+ exitTime: string;
146
+ entryTypeCode: string;
147
+ entryTypeName: string;
148
+ driverFullName: string;
149
+ tcNo: string;
150
+ isTcCitizen: boolean;
151
+ firstOperatorCode: string;
152
+ firstWeighingValue: number | null;
153
+ lastOperatorCode: string;
154
+ lastWeighingValue: number | null;
155
+ currentScaleValue: number | null;
156
+ isSaving: boolean;
157
+ isWeighing: boolean;
158
+ entryTypeTrtmYpilck: boolean;
159
+ entryTypeMalGC: boolean;
160
+ isDoingGoodsMovement: boolean;
161
+ /** SAP response camelCase/PascalCase farkını handle eder */
162
+ private getDocEntry;
163
+ constructor(service: HitEntryWeighingService, stockTransferService: HitStockTransferService, confirmation: ConfirmationService, toaster: ToasterService, route: ActivatedRoute, router: Router, localizationService: LocalizationService);
164
+ ngOnInit(): void;
165
+ get weighingStep(): number;
166
+ /** İlk tartım yapıldıysa (step >= 2) detay alanlarını kilitle */
167
+ get isFormLocked(): boolean;
168
+ /** Her iki tartım da tamamlandıysa (step === 3) tüm ekranı kilitle */
169
+ get isFullyCompleted(): boolean;
170
+ get entryDateTime(): Date | null;
171
+ get exitDateTime(): Date | null;
172
+ /** Tarih string + sayısal saat (ör. 830 = 08:30) değerinden Date oluşturur */
173
+ private buildDateTime;
174
+ get netWeight(): number | null;
175
+ get weighingModeLabel(): string;
176
+ private initForm;
177
+ /** Kayıttaki kod alanlarına karşılık gelen görünen isimleri lookup servislerinden çözümler */
178
+ private resolveDisplayNames;
179
+ onDocumentSelected(e: EntryWeighingDocument): void;
180
+ onScaleSelected(e: EntryWeighingScale): void;
181
+ onAccountSelected(e: EntryWeighingAccount): void;
182
+ onTruckPlateSelected(e: EntryWeighingTruckPlate): void;
183
+ onTrailerPlateSelected(e: EntryWeighingTrailerPlate): void;
184
+ onDriverSelected(e: EntryWeighingDriver): void;
185
+ onStockItemSelected(e: EntryWeighingStockItem): void;
186
+ onGateSelected(e: EntryWeighingGate): void;
187
+ onVehicleTypeSelected(e: EntryWeighingVehicleType): void;
188
+ onWaybillSelected(e: StockTransfer): void;
189
+ /** Phase 1 → Phase 2 geçişi */
190
+ ileriGit(): void;
191
+ /** Phase 2 → Phase 1 geri dön */
192
+ geriGitPhase(): void;
193
+ save(): void;
194
+ doGoodsMovement(): void;
195
+ doWeighing(): void;
196
+ goBack(): void;
197
+ private validateTCKN;
198
+ static ɵfac: i0.ɵɵFactoryDeclaration<HitEntryWeighingFormComponent, never>;
199
+ static ɵcmp: i0.ɵɵComponentDeclaration<HitEntryWeighingFormComponent, "lib-hit-entry-weighing-form", never, {}, {}, never, never, false>;
200
+ }
@@ -0,0 +1,46 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { Router } from '@angular/router';
3
+ import { ConfirmationService } from '@abp/ng.theme.shared';
4
+ import { LocalizationService } from '@abp/ng.core';
5
+ import { DxDataGridComponent } from 'devextreme-angular';
6
+ import { HitEntryWeighingService } from '../../../hit-proxy/hit-entry-weighing/hit-entry-weighing.service';
7
+ import { EntryWeighing } from '../../../hit-proxy/hit-entry-weighing/models';
8
+ import { VehicleType } from '../../../hit-proxy/hit-vehicle-type/models';
9
+ import { HitGateService } from '../../../hit-proxy/hit-gate/hit-gate.service';
10
+ import { Gate } from '../../../hit-proxy/hit-gate/models';
11
+ import * as i0 from "@angular/core";
12
+ export declare class HitEntryWeighingListComponent implements OnInit {
13
+ private service;
14
+ private confirmation;
15
+ private router;
16
+ private localizationService;
17
+ private gateService;
18
+ dataGrid: DxDataGridComponent;
19
+ allData: EntryWeighing[];
20
+ filteredData: EntryWeighing[];
21
+ vehicleTypeList: VehicleType[];
22
+ gateList: Gate[];
23
+ malGcTypes: Set<string>;
24
+ weighingTypes: Set<string>;
25
+ disabledIdColumn: boolean;
26
+ filterMode: 'all' | 'pending';
27
+ constructor(service: HitEntryWeighingService, confirmation: ConfirmationService, router: Router, localizationService: LocalizationService, gateService: HitGateService);
28
+ ngOnInit(): void;
29
+ loadList(): void;
30
+ setFilter(mode: 'all' | 'pending'): void;
31
+ onToolbarPreparing(e: any): void;
32
+ applyFilter(): void;
33
+ isMalGC(entryType: string): boolean;
34
+ yeniKayit(): void;
35
+ duzenle(row: EntryWeighing): void;
36
+ tartimYap(row: EntryWeighing, mode: 'first' | 'last'): void;
37
+ sil(row: any): void;
38
+ formatPlate(plate: string | null): string;
39
+ formatEntryDateTime(dateStr: string | null, timeStr: string | null): string;
40
+ formatTime(time: string | null): string;
41
+ getStatusLabel(status: string | null): string;
42
+ getStatusClass(status: string | null): string;
43
+ malGcYap(row: EntryWeighing): void;
44
+ static ɵfac: i0.ɵɵFactoryDeclaration<HitEntryWeighingListComponent, never>;
45
+ static ɵcmp: i0.ɵɵComponentDeclaration<HitEntryWeighingListComponent, "lib-hit-entry-weighing-list", never, {}, {}, never, never, false>;
46
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "@angular/router";
3
+ export declare class HitEntryWeighingRoutingModule {
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<HitEntryWeighingRoutingModule, never>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<HitEntryWeighingRoutingModule, never, [typeof i1.RouterModule], [typeof i1.RouterModule]>;
6
+ static ɵinj: i0.ɵɵInjectorDeclaration<HitEntryWeighingRoutingModule>;
7
+ }
@@ -0,0 +1,19 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./hit-entry-weighing-list/hit-entry-weighing-list.component";
3
+ import * as i2 from "./hit-entry-weighing-form/hit-entry-weighing-form.component";
4
+ import * as i3 from "@angular/common";
5
+ import * as i4 from "@angular/forms";
6
+ import * as i5 from "@abp/ng.core";
7
+ import * as i6 from "@abp/ng.theme.shared";
8
+ import * as i7 from "@abp/ng.components/page";
9
+ import * as i8 from "@volo/abp.commercial.ng.ui";
10
+ import * as i9 from "./hit-entry-weighing-routing.module";
11
+ import * as i10 from "../../shared/hit-modal/hit-ui.module";
12
+ import * as i11 from "devextreme-angular";
13
+ import * as i12 from "@ng-bootstrap/ng-bootstrap";
14
+ export declare class HitEntryWeighingModule {
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<HitEntryWeighingModule, never>;
16
+ static ɵmod: i0.ɵɵNgModuleDeclaration<HitEntryWeighingModule, [typeof i1.HitEntryWeighingListComponent, typeof i2.HitEntryWeighingFormComponent], [typeof i3.CommonModule, typeof i4.FormsModule, typeof i5.CoreModule, typeof i6.ThemeSharedModule, typeof i7.PageModule, typeof i8.CommercialUiModule, typeof i9.HitEntryWeighingRoutingModule, typeof i10.HitUIModule, typeof i11.DxDataGridModule, typeof i11.DxDateBoxModule, typeof i11.DxTextBoxModule, typeof i11.DxTextAreaModule, typeof i11.DxNumberBoxModule, typeof i11.DxButtonModule, typeof i12.NgbDropdownModule, typeof i11.DxCheckBoxModule], never>;
17
+ static ɵinj: i0.ɵɵInjectorDeclaration<HitEntryWeighingModule>;
18
+ }
19
+ export declare function loadHitEntryWeighingModuleAsChild(): Promise<typeof HitEntryWeighingModule>;
@@ -0,0 +1,119 @@
1
+ import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
2
+ import { ConfirmationService } from '@abp/ng.theme.shared';
3
+ import { LocalizationService } from '@abp/ng.core';
4
+ import { HitFactoryEntryService } from '../../../hit-proxy/hit-factory-entry/hit-factory-entry.service';
5
+ import { HitVehicleTypeService } from '../../../hit-proxy/hit-vehicle-type/hit-vehicle-type.service';
6
+ import { VehicleType } from '../../../hit-proxy/hit-vehicle-type/models';
7
+ import { Plate } from '../../../hit-proxy/hit-plate/models';
8
+ import { CarrierPerson } from '../../../hit-proxy/hit-carrier-person/models';
9
+ import { HitCarrierPersonService } from '../../../hit-proxy/hit-carrier-person/hit-carrier-person.service';
10
+ import { HitPlateService } from '../../../hit-proxy/hit-plate/hit-plate.service';
11
+ import { FactoryEntry } from "../../../hit-proxy/hit-factory-entry/models";
12
+ import { HitBusinessPartnerService } from '../../../hit-proxy/hit-business-partner/hit-business-partner.service';
13
+ import { BusinessPartner } from '../../../hit-proxy/hit-business-partner/models';
14
+ import { HitUserGateService } from '../../../hit-proxy/hit-user-gate/hit-user-gate.service';
15
+ import { Gate } from '../../../hit-proxy/hit-gate/models';
16
+ import * as i0 from "@angular/core";
17
+ export declare class HitFactoryEntryFormComponent implements OnInit, OnChanges {
18
+ private confirmation;
19
+ private service;
20
+ private carrierPersonService;
21
+ private plateService;
22
+ private vehicleTypeService;
23
+ private businessPartnerService;
24
+ private userGateService;
25
+ private localizationService;
26
+ visible: boolean;
27
+ visibleChange: EventEmitter<boolean>;
28
+ record: FactoryEntry | null;
29
+ saved: EventEmitter<void>;
30
+ cancelled: EventEmitter<void>;
31
+ typeData: VehicleType[];
32
+ carrierData: CarrierPerson[];
33
+ loadVehiclePlates: () => import("rxjs").Observable<Plate[]>;
34
+ loadTrailerPlates: () => import("rxjs").Observable<Plate[]>;
35
+ gateData: Gate[];
36
+ defaultGateCode: string;
37
+ typeColumns: ({
38
+ dataField: string;
39
+ caption: string;
40
+ width: number;
41
+ } | {
42
+ dataField: string;
43
+ caption: string;
44
+ width?: undefined;
45
+ })[];
46
+ plateColumns: ({
47
+ dataField: string;
48
+ caption: string;
49
+ width: number;
50
+ } | {
51
+ dataField: string;
52
+ caption: string;
53
+ width?: undefined;
54
+ })[];
55
+ carrierColumns: ({
56
+ dataField: string;
57
+ caption: string;
58
+ width: number;
59
+ } | {
60
+ dataField: string;
61
+ caption: string;
62
+ width?: undefined;
63
+ })[];
64
+ businessPartnerColumns: ({
65
+ dataField: string;
66
+ caption: string;
67
+ width: number;
68
+ } | {
69
+ dataField: string;
70
+ caption: string;
71
+ width?: undefined;
72
+ })[];
73
+ gateCode: string;
74
+ entryDateTime: Date | null;
75
+ exitDateTime: Date | null;
76
+ selectedTypeCode: string;
77
+ selectedTypeName: string;
78
+ selectedPlateNo: string;
79
+ tcNo: string;
80
+ selectedCarrierName: string;
81
+ businessPartnerData: BusinessPartner[];
82
+ selectedBusinessPartnerCode: string;
83
+ selectedBusinessPartnerName: string;
84
+ description: string;
85
+ plateInputMode: 'lookup' | 'manual';
86
+ manualPlateNo: string;
87
+ trailerPlateInputMode: 'lookup' | 'manual';
88
+ selectedTrailerPlateNo: string;
89
+ manualTrailerPlateNo: string;
90
+ tcLookupMode: boolean;
91
+ isTcQuerying: boolean;
92
+ isNewCarrier: boolean;
93
+ newCarrierFirstname: string;
94
+ newCarrierLastname: string;
95
+ newCarrierTel: string;
96
+ isTcCitizen: boolean;
97
+ isLoading: boolean;
98
+ constructor(confirmation: ConfirmationService, service: HitFactoryEntryService, carrierPersonService: HitCarrierPersonService, plateService: HitPlateService, vehicleTypeService: HitVehicleTypeService, businessPartnerService: HitBusinessPartnerService, userGateService: HitUserGateService, localizationService: LocalizationService);
99
+ ngOnInit(): void;
100
+ ngOnChanges(changes: SimpleChanges): void;
101
+ private initForm;
102
+ private buildDateTime;
103
+ onTypeSelected(e: VehicleType): void;
104
+ onPlateSelected(e: Plate): void;
105
+ onTrailerPlateSelected(e: Plate): void;
106
+ onManualPlateFocusOut(): void;
107
+ onManualTrailerPlateFocusOut(): void;
108
+ /** Türk plakasını "34 HMA 001" formatına dönüştürür */
109
+ formatPlate(value: string): string;
110
+ onCarrierLookupSelected(e: CarrierPerson): void;
111
+ onBusinessPartnerSelected(e: BusinessPartner): void;
112
+ queryCarrierByTcNo(): void;
113
+ save(): void;
114
+ onModalVisibleChange(val: boolean): void;
115
+ cancel(): void;
116
+ private validateTCKN;
117
+ static ɵfac: i0.ɵɵFactoryDeclaration<HitFactoryEntryFormComponent, never>;
118
+ static ɵcmp: i0.ɵɵComponentDeclaration<HitFactoryEntryFormComponent, "lib-hit-factory-entry-form", never, { "visible": "visible"; "record": "record"; }, { "visibleChange": "visibleChange"; "saved": "saved"; "cancelled": "cancelled"; }, never, never, false>;
119
+ }
@@ -0,0 +1,32 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { ConfirmationService } from '@abp/ng.theme.shared';
3
+ import { LocalizationService } from '@abp/ng.core';
4
+ import { HitFactoryEntryService } from '../../../hit-proxy/hit-factory-entry/hit-factory-entry.service';
5
+ import { FactoryEntry } from '../../../hit-proxy/hit-factory-entry/models';
6
+ import { HitVehicleTypeService } from '../../../hit-proxy/hit-vehicle-type/hit-vehicle-type.service';
7
+ import * as i0 from "@angular/core";
8
+ export declare class HitFactoryEntryListComponent implements OnInit {
9
+ private confirmation;
10
+ private service;
11
+ private vehicleTypeService;
12
+ private localizationService;
13
+ filteredData: FactoryEntry[];
14
+ vehicleTypeMap: Map<string, string>;
15
+ showForm: boolean;
16
+ disabledIdColumn: boolean;
17
+ selectedRecord: FactoryEntry | null;
18
+ constructor(confirmation: ConfirmationService, service: HitFactoryEntryService, vehicleTypeService: HitVehicleTypeService, localizationService: LocalizationService);
19
+ ngOnInit(): void;
20
+ loadList(): void;
21
+ onToolbarPreparing(e: any): void;
22
+ yeniKayit(): void;
23
+ duzenle(row: FactoryEntry): void;
24
+ sil(row: FactoryEntry): void;
25
+ onFormSaved(): void;
26
+ onFormCancelled(): void;
27
+ formatEntryDateTime(dateStr: string | null | undefined, timeNum: number | null | undefined): string;
28
+ formatPlate(plate: string | null): string;
29
+ getVehicleTypeName(code: string | undefined): string;
30
+ static ɵfac: i0.ɵɵFactoryDeclaration<HitFactoryEntryListComponent, never>;
31
+ static ɵcmp: i0.ɵɵComponentDeclaration<HitFactoryEntryListComponent, "lib-hit-factory-entry-list", never, {}, {}, never, never, false>;
32
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "@angular/router";
3
+ export declare class HitFactoryEntryRoutingModule {
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<HitFactoryEntryRoutingModule, never>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<HitFactoryEntryRoutingModule, never, [typeof i1.RouterModule], [typeof i1.RouterModule]>;
6
+ static ɵinj: i0.ɵɵInjectorDeclaration<HitFactoryEntryRoutingModule>;
7
+ }
@@ -0,0 +1,19 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./hit-factory-entry-list/hit-factory-entry-list.component";
3
+ import * as i2 from "./hit-factory-entry-form/hit-factory-entry-form.component";
4
+ import * as i3 from "@angular/common";
5
+ import * as i4 from "@angular/forms";
6
+ import * as i5 from "@abp/ng.core";
7
+ import * as i6 from "@abp/ng.theme.shared";
8
+ import * as i7 from "@abp/ng.components/page";
9
+ import * as i8 from "@volo/abp.commercial.ng.ui";
10
+ import * as i9 from "./hit-factory-entry-routing.module";
11
+ import * as i10 from "../../shared/hit-modal/hit-ui.module";
12
+ import * as i11 from "devextreme-angular";
13
+ import * as i12 from "@ng-bootstrap/ng-bootstrap";
14
+ export declare class HitFactoryEntryModule {
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<HitFactoryEntryModule, never>;
16
+ static ɵmod: i0.ɵɵNgModuleDeclaration<HitFactoryEntryModule, [typeof i1.HitFactoryEntryListComponent, typeof i2.HitFactoryEntryFormComponent], [typeof i3.CommonModule, typeof i4.FormsModule, typeof i5.CoreModule, typeof i6.ThemeSharedModule, typeof i7.PageModule, typeof i8.CommercialUiModule, typeof i9.HitFactoryEntryRoutingModule, typeof i10.HitUIModule, typeof i11.DxDataGridModule, typeof i11.DxDateBoxModule, typeof i11.DxNumberBoxModule, typeof i11.DxSelectBoxModule, typeof i11.DxTextBoxModule, typeof i11.DxTextAreaModule, typeof i11.DxTagBoxModule, typeof i11.DxButtonModule, typeof i11.DxCheckBoxModule, typeof i12.NgbDropdownModule], never>;
17
+ static ɵinj: i0.ɵɵInjectorDeclaration<HitFactoryEntryModule>;
18
+ }
19
+ export declare function loadHitFactoryEntryModuleAsChild(): Promise<typeof HitFactoryEntryModule>;
@@ -0,0 +1,42 @@
1
+ import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
2
+ import { ConfirmationService } from '@abp/ng.theme.shared';
3
+ import { HitGateService } from '../../../hit-proxy/hit-gate/hit-gate.service';
4
+ import { Gate } from '../../../hit-proxy/hit-gate/models';
5
+ import { HitUserGateService } from '../../../hit-proxy/hit-user-gate/hit-user-gate.service';
6
+ import { UserGateItem } from '../../../hit-proxy/hit-user-gate/models';
7
+ import { RestService } from '@abp/ng.core';
8
+ import * as i0 from "@angular/core";
9
+ export declare class HitGateFormComponent implements OnInit, OnChanges {
10
+ private service;
11
+ private confirmation;
12
+ private userGateService;
13
+ private restService;
14
+ visible: boolean;
15
+ visibleChange: EventEmitter<boolean>;
16
+ record: Gate | null;
17
+ saved: EventEmitter<void>;
18
+ cancelled: EventEmitter<void>;
19
+ code: string;
20
+ name: string;
21
+ isActive: boolean;
22
+ isLoading: boolean;
23
+ userGates: UserGateItem[];
24
+ allAbpUsers: {
25
+ id: string;
26
+ tenantId: string;
27
+ userName: string;
28
+ }[];
29
+ selectedUserIdToAdd: string;
30
+ constructor(service: HitGateService, confirmation: ConfirmationService, userGateService: HitUserGateService, restService: RestService);
31
+ ngOnInit(): void;
32
+ ngOnChanges(changes: SimpleChanges): void;
33
+ private initForm;
34
+ addUser(): void;
35
+ removeUser(index: number): void;
36
+ setDefault(index: number): void;
37
+ save(): void;
38
+ onModalVisibleChange(val: boolean): void;
39
+ cancel(): void;
40
+ static ɵfac: i0.ɵɵFactoryDeclaration<HitGateFormComponent, never>;
41
+ static ɵcmp: i0.ɵɵComponentDeclaration<HitGateFormComponent, "lib-hit-gate-form", never, { "visible": "visible"; "record": "record"; }, { "visibleChange": "visibleChange"; "saved": "saved"; "cancelled": "cancelled"; }, never, never, false>;
42
+ }
@@ -0,0 +1,29 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { ConfirmationService } from '@abp/ng.theme.shared';
3
+ import { HitGateService } from '../../../hit-proxy/hit-gate/hit-gate.service';
4
+ import { Gate } from '../../../hit-proxy/hit-gate/models';
5
+ import * as i0 from "@angular/core";
6
+ export declare class HitGateListComponent implements OnInit {
7
+ private service;
8
+ private confirmation;
9
+ allData: Gate[];
10
+ filteredData: Gate[];
11
+ filterCode: string;
12
+ filterName: string;
13
+ showForm: boolean;
14
+ disabledIdColumn: boolean;
15
+ selectedRecord: Gate | null;
16
+ constructor(service: HitGateService, confirmation: ConfirmationService);
17
+ ngOnInit(): void;
18
+ onToolbarPreparing(e: any): void;
19
+ loadList(): void;
20
+ bul(): void;
21
+ temizle(): void;
22
+ yeniKayit(): void;
23
+ duzenle(row: Gate): void;
24
+ sil(row: Gate): void;
25
+ onFormSaved(): void;
26
+ onFormCancelled(): void;
27
+ static ɵfac: i0.ɵɵFactoryDeclaration<HitGateListComponent, never>;
28
+ static ɵcmp: i0.ɵɵComponentDeclaration<HitGateListComponent, "lib-hit-gate-list", never, {}, {}, never, never, false>;
29
+ }