@salesgenterp/ui-components 0.4.231 → 0.4.232
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 +3 -2
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +3 -2
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1239,9 +1239,10 @@ var Dashboard = function Dashboard(_ref) {
|
|
|
1239
1239
|
var url1 = window.URL.createObjectURL(blob);
|
|
1240
1240
|
var link = document.createElement('a');
|
|
1241
1241
|
link.href = url1;
|
|
1242
|
-
link.setAttribute('download', "invoice-" + orderId + ".
|
|
1242
|
+
link.setAttribute('download', "invoice-" + orderId + ".xls");
|
|
1243
1243
|
document.body.appendChild(link);
|
|
1244
1244
|
link.click();
|
|
1245
|
+
link.parentNode.removeChild(link);
|
|
1245
1246
|
}
|
|
1246
1247
|
});
|
|
1247
1248
|
} catch (e) {
|
|
@@ -8958,7 +8959,7 @@ var Step3 = function Step3(_ref) {
|
|
|
8958
8959
|
marginTop: '-1em',
|
|
8959
8960
|
color: 'grey'
|
|
8960
8961
|
},
|
|
8961
|
-
colorText: styles === null || styles === void 0 ? void 0 : styles.
|
|
8962
|
+
colorText: styles === null || styles === void 0 ? void 0 : styles.primaryColor
|
|
8962
8963
|
}, /*#__PURE__*/React__default.createElement("p", {
|
|
8963
8964
|
className: "bold"
|
|
8964
8965
|
}, "Due Amount:s"), /*#__PURE__*/React__default.createElement("span", {
|