@pisell/lowcode-renderer 1.0.66 → 1.0.67

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.
@@ -1,4 +1,4 @@
1
- import { isMobile, isIos, isAndroid, EscPosPrinter, ALIGN_LEFT, ALIGN_CENTER, ALIGN_RIGHT, columnWidthWithAlignment, preparing, formatAmount, webPrint } from "@pisell/utils";
1
+ import { isMobile, isIos, isAndroid, EscPosPrinter, ALIGN_LEFT, ALIGN_CENTER, ALIGN_RIGHT, columnWidthWithAlignment, preparing, formatAmount, webPrint, dataManager } from "@pisell/utils";
2
2
  import { getTimezone } from "./others";
3
3
  import api from "../api";
4
4
  var printerApi = {
@@ -18,7 +18,8 @@ var appHelper = {
18
18
  getTimezone: getTimezone,
19
19
  printerApi: printerApi,
20
20
  formatAmount: formatAmount,
21
- webPrint: webPrint
21
+ webPrint: webPrint,
22
+ dataManager: dataManager
22
23
  }
23
24
  };
24
25
  export default appHelper;
@@ -52,7 +52,8 @@ var appHelper = {
52
52
  getTimezone: import_others.getTimezone,
53
53
  printerApi,
54
54
  formatAmount: import_utils.formatAmount,
55
- webPrint: import_utils.webPrint
55
+ webPrint: import_utils.webPrint,
56
+ dataManager: import_utils.dataManager
56
57
  }
57
58
  };
58
59
  var appHelper_default = appHelper;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pisell/lowcode-renderer",
3
- "version": "1.0.66",
3
+ "version": "1.0.67",
4
4
  "sideEffects": false,
5
5
  "main": "./lib/index.js",
6
6
  "module": "./es/index.js",