@hitsoft/e-donusum 1.0.56 → 1.0.58

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 (25) hide show
  1. package/esm2020/lib/components/hit-params-companies/hit-params-company.component.mjs +9 -9
  2. package/esm2020/lib/components/hit-setup-wizard/hit-setup-wizard.component.mjs +53 -1
  3. package/esm2020/lib/paramse-dispatches/paramse-dispatch/paramse-dispatch.module.mjs +1 -1
  4. package/esm2020/lib/paramse-invoices/paramse-invoice/paramse-invoice.module.mjs +1 -1
  5. package/esm2020/lib/proxy/document-serials/index.mjs +1 -1
  6. package/esm2020/lib/proxy/gib-partner-pks/index.mjs +1 -1
  7. package/esm2020/lib/proxy/note-rule-doc-types/index.mjs +1 -1
  8. package/esm2020/lib/proxy/note-rule-scenarios/index.mjs +1 -1
  9. package/esm2020/lib/proxy/note-rules/index.mjs +1 -1
  10. package/esm2020/lib/proxy/params-companies/index.mjs +1 -1
  11. package/esm2020/lib/proxy/params-generals/index.mjs +1 -1
  12. package/esm2020/lib/proxy/params-integrators/index.mjs +1 -1
  13. package/esm2020/lib/proxy/paramse-dispatches/index.mjs +1 -1
  14. package/esm2020/lib/proxy/paramse-invoices/index.mjs +1 -1
  15. package/esm2020/lib/proxy/xslt-formats/index.mjs +1 -1
  16. package/esm2020/lib/proxy/xslt-rule-doc-types/index.mjs +1 -1
  17. package/esm2020/lib/proxy/xslt-rule-scenarios/index.mjs +1 -1
  18. package/esm2020/lib/proxy/xslt-rules/index.mjs +1 -1
  19. package/fesm2015/hitsoft-e-donusum.mjs +66 -17
  20. package/fesm2015/hitsoft-e-donusum.mjs.map +1 -1
  21. package/fesm2020/hitsoft-e-donusum.mjs +60 -8
  22. package/fesm2020/hitsoft-e-donusum.mjs.map +1 -1
  23. package/lib/components/hit-params-companies/hit-params-company.component.d.ts +2 -2
  24. package/lib/components/hit-setup-wizard/hit-setup-wizard.component.d.ts +5 -0
  25. package/package.json +1 -1
@@ -21,10 +21,10 @@ export declare class HitParamsCompanyComponent implements OnInit {
21
21
  valid: EventEmitter<boolean>;
22
22
  paramsCompany: EventEmitter<ParamsCompanyDto>;
23
23
  constructor(list: ListService, track: TrackByService, service: ParamsCompanyService, confirmation: ConfirmationService, fb: FormBuilder, hitParamsCompaniesService: HitParamsCompaniesService, toasterService: ToasterService);
24
- ngOnInit(): Promise<void>;
24
+ ngOnInit(): void;
25
25
  buildForm(): void;
26
26
  submitForm(): Promise<void>;
27
- getParamsCompany(buildForm?: boolean): Promise<void>;
27
+ getParamsCompany(buildForm?: boolean): import("rxjs").Subscription;
28
28
  static ɵfac: i0.ɵɵFactoryDeclaration<HitParamsCompanyComponent, never>;
29
29
  static ɵcmp: i0.ɵɵComponentDeclaration<HitParamsCompanyComponent, "hit-params-company", never, { "IsSubmitButtonHidden": "IsSubmitButtonHidden"; "setupIndex": "setupIndex"; }, { "valid": "valid"; "paramsCompany": "paramsCompany"; }, never, never, false>;
30
30
  }
@@ -31,6 +31,11 @@ export declare class HitSetupWizardComponent implements OnInit, AfterViewInit {
31
31
  setValid(valid: any): void;
32
32
  nextStepValidation(): void;
33
33
  prevStep(): void;
34
+ /**
35
+ * Belirtilen adımın formunu backend'den yeniden yükler
36
+ * Bu sayede kullanıcı her zaman kaydedilmiş güncel verileri görür
37
+ */
38
+ refreshStepForm(stepIndex: number): void;
34
39
  setParamsCompany(value: any): void;
35
40
  updateSetupStatus(completed: boolean): void;
36
41
  static ɵfac: i0.ɵɵFactoryDeclaration<HitSetupWizardComponent, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hitsoft/e-donusum",
3
- "version": "1.0.56",
3
+ "version": "1.0.58",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=9",
6
6
  "@angular/core": ">=9",