@pisell/lowcode-renderer 1.0.68 → 1.0.69

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