eservices-core 1.0.320 → 1.0.323

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/dist/index.d.ts CHANGED
@@ -83,7 +83,8 @@ import { CommunicationService as communicationService } from "./services/communi
83
83
  import viewService from "./services/view-service";
84
84
  import processWizardService from "./services/process-wizard-service";
85
85
  import metadataService from "./services/metadata-service";
86
- export { processWizardService, viewService, authService, dataService, communicationService, metadataService };
86
+ import fileService from "./services/FileService";
87
+ export { fileService, processWizardService, viewService, authService, dataService, communicationService, metadataService };
87
88
  import WidgetBreadcrumbs from "./widgets/breadcrumbs/widget-breadcrumbs.vue";
88
89
  import WidgetCommunication from "./widgets/communication/widget-communication.vue";
89
90
  import WidgetList from "./widgets/tables/WidgetList.vue";
@@ -98,7 +99,7 @@ declare const _default: {
98
99
  services: {
99
100
  authService: typeof authService;
100
101
  dataService: typeof dataService;
101
- fileService: typeof import("./services/FileService").default;
102
+ fileService: typeof fileService;
102
103
  actionService: typeof import("./services/action-service").default;
103
104
  };
104
105
  widgets: {
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * eservices-core v1.0.320
2
+ * eservices-core v1.0.323
3
3
  * (c) 2022 ESERVICES
4
4
  */
5
5
  'use strict';
@@ -3182,7 +3182,7 @@ class dataService {
3182
3182
  if (options.offset)
3183
3183
  queryUrl.append('offset', options.offset.toString());
3184
3184
  if (options.filter)
3185
- queryUrl.append('offset', options.filter.toString());
3185
+ queryUrl.append('filter', options.filter.toString());
3186
3186
  let result = yield Request(`/close-api/data/${entity}?${queryUrl.toString()}`, {
3187
3187
  method: 'GET',
3188
3188
  headers: {
@@ -5682,6 +5682,7 @@ exports.clickOutside = clickOutside;
5682
5682
  exports.communicationService = CommunicationService;
5683
5683
  exports.dataService = dataService;
5684
5684
  exports["default"] = index;
5685
+ exports.fileService = fileService;
5685
5686
  exports.metadataService = metadataService;
5686
5687
  exports.processWizardService = processWizardService;
5687
5688
  exports.requestHandler = requestHandler;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eservices-core",
3
- "version": "1.0.320",
3
+ "version": "1.0.323",
4
4
  "description": "----",
5
5
  "author": "",
6
6
  "scripts": {