@salesgenterp/ui-components 0.4.485 → 0.4.486
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.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2 -2
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2915,7 +2915,7 @@ var Dashboard = function Dashboard(_ref) {
|
|
|
2915
2915
|
var url1 = window.URL.createObjectURL(blob);
|
|
2916
2916
|
var link = document.createElement('a');
|
|
2917
2917
|
link.href = url1;
|
|
2918
|
-
link.setAttribute('download', "invoice-" + orderId + ".
|
|
2918
|
+
link.setAttribute('download', "invoice-" + orderId + ".xls");
|
|
2919
2919
|
document.body.appendChild(link);
|
|
2920
2920
|
link.click();
|
|
2921
2921
|
link.parentNode.removeChild(link);
|
|
@@ -14441,7 +14441,7 @@ var VendorInventory = function VendorInventory(_ref) {
|
|
|
14441
14441
|
var url1 = window.URL.createObjectURL(blob);
|
|
14442
14442
|
var link = document.createElement('a');
|
|
14443
14443
|
link.href = url1;
|
|
14444
|
-
link.setAttribute('download', "inventory_details.
|
|
14444
|
+
link.setAttribute('download', "inventory_details.xls");
|
|
14445
14445
|
document.body.appendChild(link);
|
|
14446
14446
|
link.click();
|
|
14447
14447
|
link.parentNode.removeChild(link);
|