@iankibetsh/shframework 5.1.3 → 5.1.5

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/library.js CHANGED
@@ -5398,9 +5398,16 @@ const __default__ = {
5398
5398
  headers.push(header);
5399
5399
  }
5400
5400
  });
5401
+
5401
5402
  const data = {
5402
5403
  titles: headers,
5403
- export: 1
5404
+ export: 1,
5405
+ order_by: this.order_by,
5406
+ order_method: this.order_method,
5407
+ filter_value: this.filter_value,
5408
+ from: this.from,
5409
+ to: this.to,
5410
+ period: this.period,
5404
5411
  };
5405
5412
  shApis.doPost(this.endPoint, data).then(res => {
5406
5413
  this.downloading = false;
package/dist/library.mjs CHANGED
@@ -5386,9 +5386,16 @@ const __default__ = {
5386
5386
  headers.push(header);
5387
5387
  }
5388
5388
  });
5389
+
5389
5390
  const data = {
5390
5391
  titles: headers,
5391
- export: 1
5392
+ export: 1,
5393
+ order_by: this.order_by,
5394
+ order_method: this.order_method,
5395
+ filter_value: this.filter_value,
5396
+ from: this.from,
5397
+ to: this.to,
5398
+ period: this.period,
5392
5399
  };
5393
5400
  shApis.doPost(this.endPoint, data).then(res => {
5394
5401
  this.downloading = false;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iankibetsh/shframework",
3
- "version": "5.1.3",
3
+ "version": "5.1.5",
4
4
  "description": "Vue library for handling laravel backend",
5
5
  "main": "dist/library.js",
6
6
  "module": "dist/library.mjs",