@eqproject/eqp-dynamic-module 2.8.34 → 2.8.36

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.
@@ -3,7 +3,7 @@ import { Subject } from 'rxjs';
3
3
  import { SpinnerService } from '../../../services/spinner.service';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class SpinnerComponent implements OnInit {
6
- private spinnerService;
6
+ spinnerService: SpinnerService;
7
7
  isLoading: Subject<boolean>;
8
8
  constructor(spinnerService: SpinnerService);
9
9
  ngOnInit(): void;
@@ -1,5 +1,6 @@
1
1
  export declare class EndPointConfiguration {
2
2
  Records: {
3
+ GetWithContextualizationByFormCodeEndPoint?: EndPointData;
3
4
  GetByFormIDEndPoint?: EndPointData;
4
5
  GetByFormCodeEndPoint?: EndPointData;
5
6
  GetAllByEntAndUserIDEndPoint?: EndPointData;
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "author": {
5
5
  "name": "EqProject"
6
6
  },
7
- "version": "2.8.34",
7
+ "version": "2.8.36",
8
8
  "peerDependencies": {
9
9
  "@angular-material-components/datetime-picker": "^15.0.0",
10
10
  "@angular-material-components/moment-adapter": "^15.0.0",