fabrikantencore 2.31.12 → 2.31.13

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fabrikantencore",
3
- "version": "2.31.12",
3
+ "version": "2.31.13",
4
4
  "dependencies": {
5
5
  "tslib": "^2.3.0"
6
6
  },
@@ -34,7 +34,8 @@ export declare class FabrikantenService {
34
34
  private CookieName;
35
35
  private CookieStateRefused;
36
36
  private CookieStateAccepted;
37
- Loading: boolean;
37
+ private Loading;
38
+ LoadingInput: boolean;
38
39
  SelectedTabIndex: number;
39
40
  ForceOpenFilterId: number | null;
40
41
  FabrikantenViewModel: FabrikantenViewModel;