@pisell/lowcode-renderer 1.0.31 → 1.0.32

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.
Files changed (41) hide show
  1. package/es/ReactRenderer/index.d.ts +1 -0
  2. package/es/ReactRenderer/index.d.ts.map +1 -0
  3. package/es/Render/index.d.ts +1 -0
  4. package/es/Render/index.d.ts.map +1 -0
  5. package/es/api/index.d.ts +2 -1
  6. package/es/api/index.d.ts.map +1 -0
  7. package/es/api/report/URL.d.ts +1 -0
  8. package/es/api/report/URL.d.ts.map +1 -0
  9. package/es/api/report/index.d.ts +1 -0
  10. package/es/api/report/index.d.ts.map +1 -0
  11. package/es/api/utils/index.d.ts +1 -0
  12. package/es/api/utils/index.d.ts.map +1 -0
  13. package/es/appHelper/index.d.ts +1 -0
  14. package/es/appHelper/index.d.ts.map +1 -0
  15. package/es/appHelper/others.d.ts +1 -0
  16. package/es/appHelper/others.d.ts.map +1 -0
  17. package/es/config/index.d.ts +1 -0
  18. package/es/config/index.d.ts.map +1 -0
  19. package/es/index.d.ts +1 -0
  20. package/es/index.d.ts.map +1 -0
  21. package/lib/ReactRenderer/index.d.ts +1 -0
  22. package/lib/ReactRenderer/index.d.ts.map +1 -0
  23. package/lib/Render/index.d.ts +1 -0
  24. package/lib/Render/index.d.ts.map +1 -0
  25. package/lib/api/index.d.ts +2 -1
  26. package/lib/api/index.d.ts.map +1 -0
  27. package/lib/api/report/URL.d.ts +1 -0
  28. package/lib/api/report/URL.d.ts.map +1 -0
  29. package/lib/api/report/index.d.ts +1 -0
  30. package/lib/api/report/index.d.ts.map +1 -0
  31. package/lib/api/utils/index.d.ts +1 -0
  32. package/lib/api/utils/index.d.ts.map +1 -0
  33. package/lib/appHelper/index.d.ts +1 -0
  34. package/lib/appHelper/index.d.ts.map +1 -0
  35. package/lib/appHelper/others.d.ts +1 -0
  36. package/lib/appHelper/others.d.ts.map +1 -0
  37. package/lib/config/index.d.ts +1 -0
  38. package/lib/config/index.d.ts.map +1 -0
  39. package/lib/index.d.ts +1 -0
  40. package/lib/index.d.ts.map +1 -0
  41. package/package.json +2 -2
@@ -1,3 +1,4 @@
1
1
  import { types } from '@alilc/lowcode-renderer-core';
2
2
  declare const _default: types.IRenderComponent;
3
3
  export default _default;
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.tsx"],"names":[],"mappings":"AAUA,OAAO,EAQL,KAAK,EACN,MAAM,8BAA8B,CAAC;;AA2DtC,wBAAyB"}
@@ -10,3 +10,4 @@ interface RenderProps {
10
10
  }
11
11
  declare const Render: (props: RenderProps) => JSX.Element | null;
12
12
  export default Render;
13
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.tsx"],"names":[],"mappings":";AAKA,OAAO,EAAE,kBAAkB,EAAE,MAAM,wCAAwC,CAAC;AAI5E,UAAU,WAAW;IACnB,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IAC9B,aAAa,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI,CAAA;IAC1C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,kBAAkB,CAAC;IAC/B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B;AAED,QAAA,MAAM,MAAM,UAAW,WAAW,uBAwGjC,CAAC;AAEF,eAAe,MAAM,CAAC"}
package/es/api/index.d.ts CHANGED
@@ -1,7 +1,8 @@
1
1
  declare const _default: {
2
2
  report: {
3
- getReportList: (values: any, url: "REPORT_DETAILED_TRANSACTIONS" | "REPORT_DETAILED_PRODUCT_SALES" | "REPORT_DAILY_SUMMARY_BY_PAYMETHOD" | "REPORT_DAILY_SUMMARY_BY_ORDER" | "REPORT_DETAILED_ORDERS" | "REPORT_MONTH_SUMMARY_BY_ORDER" | "REPORT_WEEK_SUMMARY_BY_ORDER" | "REPORT_DASHBOARD") => Promise<any>;
3
+ getReportList: (values: any, url: "REPORT_DETAILED_TRANSACTIONS" | "REPORT_DETAILED_PRODUCT_SALES" | "REPORT_DAILY_SUMMARY_BY_PAYMETHOD" | "REPORT_DAILY_SUMMARY_BY_ORDER" | "REPORT_DETAILED_ORDERS" | "REPORT_MONTH_SUMMARY_BY_ORDER" | "REPORT_WEEK_SUMMARY_BY_ORDER") => Promise<any>;
4
4
  };
5
5
  utils: {};
6
6
  };
7
7
  export default _default;
8
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":";;;;;;AAGA,wBAIE"}
@@ -35,3 +35,4 @@ declare const _default: {
35
35
  TEAM_MEMBERS_COMMISSION_SUMMARY_BY_PERIOD: string;
36
36
  };
37
37
  export default _default;
38
+ //# sourceMappingURL=URL.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"URL.d.ts","sourceRoot":"","sources":["URL.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,4BAA4B,yOAC+L,CAAC;AAGzO,eAAO,MAAM,6BAA6B,+OACoM,CAAC;AAG/O,eAAO,MAAM,iCAAiC,+OACgM,CAAC;AAG/O,eAAO,MAAM,6BAA6B,+OACoM,CAAC;AAG/O,eAAO,MAAM,sBAAsB,+OAC2M,CAAC;AAG/O,eAAO,MAAM,6BAA6B,+OACoM,CAAC;AAG/O,eAAO,MAAM,4BAA4B,+OACqM,CAAC;AAE/O,eAAO,MAAM,gBAAgB,+OACiN,CAAC;AAG/O,eAAO,MAAM,wBAAwB,+OACyM,CAAC;AAG/O,eAAO,MAAM,wBAAwB,+OACyM,CAAC;AAG/O,eAAO,MAAM,8BAA8B,+OACmM,CAAC;AAG/O,eAAO,MAAM,uCAAuC,+OAC0L,CAAC;AAG/O,eAAO,MAAM,4BAA4B,+OACqM,CAAC;AAG/O,eAAO,MAAM,wBAAwB,+OACyM,CAAC;AAG/O,eAAO,MAAM,+BAA+B,+OACkM,CAAC;AAG/O,eAAO,MAAM,uCAAuC,+OAC0L,CAAC;AAG/O,eAAO,MAAM,yCAAyC,+OACwL,CAAC;;;;;;;;;;;;;;;;;;;;AAE/O,wBAmBE"}
@@ -3,3 +3,4 @@ declare const _default: {
3
3
  getReportList: (values: any, url: UrlItem) => Promise<any>;
4
4
  };
5
5
  export default _default;
6
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AASA,aAAK,OAAO,GACR,8BAA8B,GAC9B,+BAA+B,GAC/B,mCAAmC,GACnC,+BAA+B,GAC/B,wBAAwB,GACxB,+BAA+B,GAC/B,8BAA8B,GAC9B,kBAAkB,GAClB,0BAA0B,GAC1B,0BAA0B,GAC1B,gCAAgC,GAChC,yCAAyC,GACzC,8BAA8B,GAC9B,0BAA0B,GAC1B,iCAAiC,GACjC,yCAAyC,GACzC,2CAA2C,CAAC;;;;AAiFhD,wBAEE"}
@@ -1,2 +1,3 @@
1
1
  declare const _default: {};
2
2
  export default _default;
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":";AAAA,wBAAkB"}
@@ -1,2 +1,3 @@
1
1
  declare const appHelper: any;
2
2
  export default appHelper;
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAKA,QAAA,MAAM,SAAS,EAAE,GAQhB,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -1 +1,2 @@
1
1
  export declare const getTimezone: () => number;
2
+ //# sourceMappingURL=others.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"others.d.ts","sourceRoot":"","sources":["others.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,WAAW,cAKvB,CAAC"}
@@ -11,3 +11,4 @@ declare let injectedConfig: InjectedConfigType;
11
11
  export declare const injectConfig: (context: InjectedConfigType) => void;
12
12
  declare const getShopConfig: () => ShopConfigType;
13
13
  export { injectedConfig, getShopConfig };
14
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,aAAK,cAAc,GAAG;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,EAAE,EAAE,MAAM,CAAC;IACX,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB,CAAC;AAEF,aAAK,kBAAkB,GAAG;IACxB,UAAU,EAAE,cAAc,GAAG,CAAC,MAAM,cAAc,CAAC,CAAC;IACpD,OAAO,EAAE,GAAG,CAAC;CACd,CAAC;AAEF,QAAA,IAAI,cAAc,EAAE,kBAA6C,CAAC;AAElE,eAAO,MAAM,YAAY,YAAa,kBAAkB,SAEvD,CAAC;AAEF,QAAA,MAAM,aAAa,sBAKlB,CAAC;AAGF,OAAO,EAAE,cAAc,EAAE,aAAa,EAAE,CAAC"}
package/es/index.d.ts CHANGED
@@ -2,3 +2,4 @@ import Render from "./Render";
2
2
  import { injectConfig } from "./config";
3
3
  export { injectConfig };
4
4
  export default Render;
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.tsx"],"names":[],"mappings":"AAAA,OAAO,MAAM,MAAM,UAAU,CAAC;AAC9B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,OAAO,EAAE,YAAY,EAAE,CAAC;AACxB,eAAe,MAAM,CAAC"}
@@ -1,3 +1,4 @@
1
1
  import { types } from '@alilc/lowcode-renderer-core';
2
2
  declare const _default: types.IRenderComponent;
3
3
  export default _default;
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.tsx"],"names":[],"mappings":"AAUA,OAAO,EAQL,KAAK,EACN,MAAM,8BAA8B,CAAC;;AA2DtC,wBAAyB"}
@@ -10,3 +10,4 @@ interface RenderProps {
10
10
  }
11
11
  declare const Render: (props: RenderProps) => JSX.Element | null;
12
12
  export default Render;
13
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.tsx"],"names":[],"mappings":";AAKA,OAAO,EAAE,kBAAkB,EAAE,MAAM,wCAAwC,CAAC;AAI5E,UAAU,WAAW;IACnB,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IAC9B,aAAa,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI,CAAA;IAC1C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,kBAAkB,CAAC;IAC/B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B;AAED,QAAA,MAAM,MAAM,UAAW,WAAW,uBAwGjC,CAAC;AAEF,eAAe,MAAM,CAAC"}
@@ -1,7 +1,8 @@
1
1
  declare const _default: {
2
2
  report: {
3
- getReportList: (values: any, url: "REPORT_DETAILED_TRANSACTIONS" | "REPORT_DETAILED_PRODUCT_SALES" | "REPORT_DAILY_SUMMARY_BY_PAYMETHOD" | "REPORT_DAILY_SUMMARY_BY_ORDER" | "REPORT_DETAILED_ORDERS" | "REPORT_MONTH_SUMMARY_BY_ORDER" | "REPORT_WEEK_SUMMARY_BY_ORDER" | "REPORT_DASHBOARD") => Promise<any>;
3
+ getReportList: (values: any, url: "REPORT_DETAILED_TRANSACTIONS" | "REPORT_DETAILED_PRODUCT_SALES" | "REPORT_DAILY_SUMMARY_BY_PAYMETHOD" | "REPORT_DAILY_SUMMARY_BY_ORDER" | "REPORT_DETAILED_ORDERS" | "REPORT_MONTH_SUMMARY_BY_ORDER" | "REPORT_WEEK_SUMMARY_BY_ORDER") => Promise<any>;
4
4
  };
5
5
  utils: {};
6
6
  };
7
7
  export default _default;
8
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":";;;;;;AAGA,wBAIE"}
@@ -35,3 +35,4 @@ declare const _default: {
35
35
  TEAM_MEMBERS_COMMISSION_SUMMARY_BY_PERIOD: string;
36
36
  };
37
37
  export default _default;
38
+ //# sourceMappingURL=URL.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"URL.d.ts","sourceRoot":"","sources":["URL.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,4BAA4B,yOAC+L,CAAC;AAGzO,eAAO,MAAM,6BAA6B,+OACoM,CAAC;AAG/O,eAAO,MAAM,iCAAiC,+OACgM,CAAC;AAG/O,eAAO,MAAM,6BAA6B,+OACoM,CAAC;AAG/O,eAAO,MAAM,sBAAsB,+OAC2M,CAAC;AAG/O,eAAO,MAAM,6BAA6B,+OACoM,CAAC;AAG/O,eAAO,MAAM,4BAA4B,+OACqM,CAAC;AAE/O,eAAO,MAAM,gBAAgB,+OACiN,CAAC;AAG/O,eAAO,MAAM,wBAAwB,+OACyM,CAAC;AAG/O,eAAO,MAAM,wBAAwB,+OACyM,CAAC;AAG/O,eAAO,MAAM,8BAA8B,+OACmM,CAAC;AAG/O,eAAO,MAAM,uCAAuC,+OAC0L,CAAC;AAG/O,eAAO,MAAM,4BAA4B,+OACqM,CAAC;AAG/O,eAAO,MAAM,wBAAwB,+OACyM,CAAC;AAG/O,eAAO,MAAM,+BAA+B,+OACkM,CAAC;AAG/O,eAAO,MAAM,uCAAuC,+OAC0L,CAAC;AAG/O,eAAO,MAAM,yCAAyC,+OACwL,CAAC;;;;;;;;;;;;;;;;;;;;AAE/O,wBAmBE"}
@@ -3,3 +3,4 @@ declare const _default: {
3
3
  getReportList: (values: any, url: UrlItem) => Promise<any>;
4
4
  };
5
5
  export default _default;
6
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AASA,aAAK,OAAO,GACR,8BAA8B,GAC9B,+BAA+B,GAC/B,mCAAmC,GACnC,+BAA+B,GAC/B,wBAAwB,GACxB,+BAA+B,GAC/B,8BAA8B,GAC9B,kBAAkB,GAClB,0BAA0B,GAC1B,0BAA0B,GAC1B,gCAAgC,GAChC,yCAAyC,GACzC,8BAA8B,GAC9B,0BAA0B,GAC1B,iCAAiC,GACjC,yCAAyC,GACzC,2CAA2C,CAAC;;;;AAiFhD,wBAEE"}
@@ -1,2 +1,3 @@
1
1
  declare const _default: {};
2
2
  export default _default;
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":";AAAA,wBAAkB"}
@@ -1,2 +1,3 @@
1
1
  declare const appHelper: any;
2
2
  export default appHelper;
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAKA,QAAA,MAAM,SAAS,EAAE,GAQhB,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -1 +1,2 @@
1
1
  export declare const getTimezone: () => number;
2
+ //# sourceMappingURL=others.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"others.d.ts","sourceRoot":"","sources":["others.ts"],"names":[],"mappings":"AAUA,eAAO,MAAM,WAAW,cAKvB,CAAC"}
@@ -11,3 +11,4 @@ declare let injectedConfig: InjectedConfigType;
11
11
  export declare const injectConfig: (context: InjectedConfigType) => void;
12
12
  declare const getShopConfig: () => ShopConfigType;
13
13
  export { injectedConfig, getShopConfig };
14
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":"AAAA,aAAK,cAAc,GAAG;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,EAAE,EAAE,MAAM,CAAC;IACX,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB,CAAC;AAEF,aAAK,kBAAkB,GAAG;IACxB,UAAU,EAAE,cAAc,GAAG,CAAC,MAAM,cAAc,CAAC,CAAC;IACpD,OAAO,EAAE,GAAG,CAAC;CACd,CAAC;AAEF,QAAA,IAAI,cAAc,EAAE,kBAA6C,CAAC;AAElE,eAAO,MAAM,YAAY,YAAa,kBAAkB,SAEvD,CAAC;AAEF,QAAA,MAAM,aAAa,sBAKlB,CAAC;AAGF,OAAO,EAAE,cAAc,EAAE,aAAa,EAAE,CAAC"}
package/lib/index.d.ts CHANGED
@@ -2,3 +2,4 @@ import Render from "./Render";
2
2
  import { injectConfig } from "./config";
3
3
  export { injectConfig };
4
4
  export default Render;
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.tsx"],"names":[],"mappings":"AAAA,OAAO,MAAM,MAAM,UAAU,CAAC;AAC9B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,OAAO,EAAE,YAAY,EAAE,CAAC;AACxB,eAAe,MAAM,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pisell/lowcode-renderer",
3
- "version": "1.0.31",
3
+ "version": "1.0.32",
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.15"
21
+ "@pisell/utils": "1.0.16"
22
22
  },
23
23
  "peerDependencies": {
24
24
  "react": ">=16.9.0",