@things-factory/document-template-base 5.0.1 → 5.0.14

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,18 +1,5 @@
1
1
  "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
2
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./template-type"), exports);
3
+ const tslib_1 = require("tslib");
4
+ tslib_1.__exportStar(require("./template-type"), exports);
18
5
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../server/constants/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,kDAA+B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../server/constants/index.ts"],"names":[],"mappings":";;;AAAA,0DAA+B","sourcesContent":["export * from './template-type'\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"template-type.js","sourceRoot":"","sources":["../../server/constants/template-type.ts"],"names":[],"mappings":";;;AAAa,QAAA,cAAc,GAAG;IAC5B,YAAY,EAAE;QACZ,IAAI,EAAE,cAAc;QACpB,KAAK,EAAE,cAAc;KACtB;IACD,WAAW,EAAE;QACX,IAAI,EAAE,aAAa;QACnB,KAAK,EAAE,aAAa;KACrB;IACD,WAAW,EAAE;QACX,IAAI,EAAE,aAAa;QACnB,KAAK,EAAE,aAAa;KACrB;IACD,gBAAgB,EAAE;QAChB,IAAI,EAAE,kBAAkB;QACxB,KAAK,EAAE,kBAAkB;KAC1B;CACF,CAAA"}
1
+ {"version":3,"file":"template-type.js","sourceRoot":"","sources":["../../server/constants/template-type.ts"],"names":[],"mappings":";;;AAAa,QAAA,cAAc,GAAG;IAC5B,YAAY,EAAE;QACZ,IAAI,EAAE,cAAc;QACpB,KAAK,EAAE,cAAc;KACtB;IACD,WAAW,EAAE;QACX,IAAI,EAAE,aAAa;QACnB,KAAK,EAAE,aAAa;KACrB;IACD,WAAW,EAAE;QACX,IAAI,EAAE,aAAa;QACnB,KAAK,EAAE,aAAa;KACrB;IACD,gBAAgB,EAAE;QAChB,IAAI,EAAE,kBAAkB;QACxB,KAAK,EAAE,kBAAkB;KAC1B;CACF,CAAA","sourcesContent":["export const TEMPLATE_TYPES = {\n GRN_TEMPLATE: {\n name: 'grn_template',\n value: 'GRN_TEMPLATE'\n },\n DO_TEMPLATE: {\n name: 'do_template',\n value: 'DO_TEMPLATE'\n },\n CO_TEMPLATE: {\n name: 'co_template',\n value: 'CO_TEMPLATE'\n },\n INVOICE_TEMPLATE: {\n name: 'invoice_template',\n value: 'INVOICE_TEMPLATE'\n }\n}\n"]}
@@ -1,18 +1,5 @@
1
1
  "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
2
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./report-to-html"), exports);
3
+ const tslib_1 = require("tslib");
4
+ tslib_1.__exportStar(require("./report-to-html"), exports);
18
5
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../server/controllers/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,mDAAgC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../server/controllers/index.ts"],"names":[],"mappings":";;;AAAA,2DAAgC","sourcesContent":["export * from './report-to-html'\n"]}
@@ -1,13 +1,11 @@
1
1
  "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
2
  Object.defineProperty(exports, "__esModule", { value: true });
6
3
  exports.reportString2html = exports.reportUrl2html = exports.reportPath2html = exports.report2html = void 0;
4
+ const tslib_1 = require("tslib");
7
5
  const env_1 = require("@things-factory/env");
8
- const form_data_1 = __importDefault(require("form-data"));
9
- const fs_1 = __importDefault(require("fs"));
10
- const node_fetch_1 = __importDefault(require("node-fetch"));
6
+ const form_data_1 = tslib_1.__importDefault(require("form-data"));
7
+ const fs_1 = tslib_1.__importDefault(require("fs"));
8
+ const node_fetch_1 = tslib_1.__importDefault(require("node-fetch"));
11
9
  const REPORT_API_URL = env_1.config.get('reportApiUrl', 'http://localhost:8888/rest/report/show_html');
12
10
  async function report2html({ reportFile, data = {}, isFile }) {
13
11
  const formData = new form_data_1.default();
@@ -1 +1 @@
1
- {"version":3,"file":"report-to-html.js","sourceRoot":"","sources":["../../server/controllers/report-to-html.ts"],"names":[],"mappings":";;;;;;AAAA,6CAA4C;AAC5C,0DAAgC;AAChC,4CAAmB;AACnB,4DAA8B;AAE9B,MAAM,cAAc,GAAG,YAAM,CAAC,GAAG,CAAC,cAAc,EAAE,6CAA6C,CAAC,CAAA;AAQzF,KAAK,UAAU,WAAW,CAAC,EAAE,UAAU,EAAE,IAAI,GAAG,EAAE,EAAE,MAAM,EAAoB;IACnF,MAAM,QAAQ,GAAG,IAAI,mBAAQ,EAAE,CAAA;IAE/B,QAAQ,CAAC,MAAM,CAAC,UAAU,EAAE,UAAU,CAAC,CAAA;IACvC,QAAQ,CAAC,MAAM,CAAC,YAAY,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC,CAAA;IACnD,IAAI,MAAM;QAAE,QAAQ,CAAC,MAAM,CAAC,QAAQ,EAAE,MAAM,CAAC,CAAA;IAE7C,MAAM,QAAQ,GAAG,MAAM,IAAA,oBAAK,EAAC,cAAc,EAAE;QAC3C,MAAM,EAAE,MAAM;QACd,IAAI,EAAE,QAAQ;KACf,CAAC,CAAA;IAEF,OAAO,MAAM,QAAQ,CAAC,IAAI,EAAE,CAAA;AAC9B,CAAC;AAbD,kCAaC;AAEM,KAAK,UAAU,eAAe,CAAC,EAAE,cAAc,EAAE,IAAI,GAAG,EAAE,EAAE;IACjE,MAAM,gBAAgB,GAAG,YAAE,CAAC,gBAAgB,CAAC,cAAc,CAAC,CAAA;IAE5D,OAAO,MAAM,WAAW,CAAC,EAAE,UAAU,EAAE,gBAAgB,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC,CAAA;AAChF,CAAC;AAJD,0CAIC;AAEM,KAAK,UAAU,cAAc,CAAC,EAAE,SAAS,EAAE,IAAI,GAAG,EAAE,EAAE;IAC3D,MAAM,QAAQ,GAAG,MAAM,IAAA,oBAAK,EAAC,SAAS,CAAC,CAAA;IAEvC,MAAM,GAAG,GAAG,MAAM,QAAQ,CAAC,IAAI,EAAE,CAAA;IAEjC,OAAO,MAAM,WAAW,CAAC,EAAE,UAAU,EAAE,GAAG,EAAE,IAAI,EAAE,CAAC,CAAA;AACrD,CAAC;AAND,wCAMC;AAEM,KAAK,UAAU,iBAAiB,CAAC,EAAE,oBAAoB,EAAE,IAAI,GAAG,EAAE,EAAE;IACzE,OAAO,MAAM,WAAW,CAAC,EAAE,UAAU,EAAE,oBAAoB,EAAE,IAAI,EAAE,CAAC,CAAA;AACtE,CAAC;AAFD,8CAEC"}
1
+ {"version":3,"file":"report-to-html.js","sourceRoot":"","sources":["../../server/controllers/report-to-html.ts"],"names":[],"mappings":";;;;AAAA,6CAA4C;AAC5C,kEAAgC;AAChC,oDAAmB;AACnB,oEAA8B;AAE9B,MAAM,cAAc,GAAG,YAAM,CAAC,GAAG,CAAC,cAAc,EAAE,6CAA6C,CAAC,CAAA;AAQzF,KAAK,UAAU,WAAW,CAAC,EAAE,UAAU,EAAE,IAAI,GAAG,EAAE,EAAE,MAAM,EAAoB;IACnF,MAAM,QAAQ,GAAG,IAAI,mBAAQ,EAAE,CAAA;IAE/B,QAAQ,CAAC,MAAM,CAAC,UAAU,EAAE,UAAU,CAAC,CAAA;IACvC,QAAQ,CAAC,MAAM,CAAC,YAAY,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC,CAAA;IACnD,IAAI,MAAM;QAAE,QAAQ,CAAC,MAAM,CAAC,QAAQ,EAAE,MAAM,CAAC,CAAA;IAE7C,MAAM,QAAQ,GAAG,MAAM,IAAA,oBAAK,EAAC,cAAc,EAAE;QAC3C,MAAM,EAAE,MAAM;QACd,IAAI,EAAE,QAAQ;KACf,CAAC,CAAA;IAEF,OAAO,MAAM,QAAQ,CAAC,IAAI,EAAE,CAAA;AAC9B,CAAC;AAbD,kCAaC;AAEM,KAAK,UAAU,eAAe,CAAC,EAAE,cAAc,EAAE,IAAI,GAAG,EAAE,EAAE;IACjE,MAAM,gBAAgB,GAAG,YAAE,CAAC,gBAAgB,CAAC,cAAc,CAAC,CAAA;IAE5D,OAAO,MAAM,WAAW,CAAC,EAAE,UAAU,EAAE,gBAAgB,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC,CAAA;AAChF,CAAC;AAJD,0CAIC;AAEM,KAAK,UAAU,cAAc,CAAC,EAAE,SAAS,EAAE,IAAI,GAAG,EAAE,EAAE;IAC3D,MAAM,QAAQ,GAAG,MAAM,IAAA,oBAAK,EAAC,SAAS,CAAC,CAAA;IAEvC,MAAM,GAAG,GAAG,MAAM,QAAQ,CAAC,IAAI,EAAE,CAAA;IAEjC,OAAO,MAAM,WAAW,CAAC,EAAE,UAAU,EAAE,GAAG,EAAE,IAAI,EAAE,CAAC,CAAA;AACrD,CAAC;AAND,wCAMC;AAEM,KAAK,UAAU,iBAAiB,CAAC,EAAE,oBAAoB,EAAE,IAAI,GAAG,EAAE,EAAE;IACzE,OAAO,MAAM,WAAW,CAAC,EAAE,UAAU,EAAE,oBAAoB,EAAE,IAAI,EAAE,CAAC,CAAA;AACtE,CAAC;AAFD,8CAEC","sourcesContent":["import { config } from '@things-factory/env'\nimport FormData from 'form-data'\nimport fs from 'fs'\nimport fetch from 'node-fetch'\n\nconst REPORT_API_URL = config.get('reportApiUrl', 'http://localhost:8888/rest/report/show_html')\n\ntype report2htmlInput = {\n reportFile: String | fs.ReadStream\n data: Object\n isFile?: Boolean\n}\n\nexport async function report2html({ reportFile, data = {}, isFile }: report2htmlInput) {\n const formData = new FormData()\n\n formData.append('template', reportFile)\n formData.append('jsonString', JSON.stringify(data))\n if (isFile) formData.append('isFile', isFile)\n\n const response = await fetch(REPORT_API_URL, {\n method: 'POST',\n body: formData\n })\n\n return await response.text()\n}\n\nexport async function reportPath2html({ reportFilePath, data = {} }) {\n const reportFileStream = fs.createReadStream(reportFilePath)\n\n return await report2html({ reportFile: reportFileStream, data, isFile: true })\n}\n\nexport async function reportUrl2html({ reportUrl, data = {} }) {\n const response = await fetch(reportUrl)\n\n const xml = await response.text()\n\n return await report2html({ reportFile: xml, data })\n}\n\nexport async function reportString2html({ reportTemplateString, data = {} }) {\n return await report2html({ reportFile: reportTemplateString, data })\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../server/entities/index.ts"],"names":[],"mappings":";AAAA,8BAA8B;;;AAEjB,QAAA,QAAQ,GAAG,EAAE,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../server/entities/index.ts"],"names":[],"mappings":";AAAA,8BAA8B;;;AAEjB,QAAA,QAAQ,GAAG,EAAE,CAAA","sourcesContent":["// import { Xxx } from './xxx'\n\nexport const entities = []\n\nexport {}\n"]}
@@ -1,31 +1,9 @@
1
1
  "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
- Object.defineProperty(o, "default", { enumerable: true, value: v });
15
- }) : function(o, v) {
16
- o["default"] = v;
17
- });
18
- var __importStar = (this && this.__importStar) || function (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
24
- };
25
2
  Object.defineProperty(exports, "__esModule", { value: true });
26
3
  exports.schema = void 0;
27
- const typeDefs = __importStar(require("./types"));
28
- const resolvers = __importStar(require("./resolvers"));
4
+ const tslib_1 = require("tslib");
5
+ const typeDefs = tslib_1.__importStar(require("./types"));
6
+ const resolvers = tslib_1.__importStar(require("./resolvers"));
29
7
  exports.schema = {
30
8
  typeDefs,
31
9
  resolvers
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../server/graphql/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,kDAAmC;AACnC,uDAAwC;AAE3B,QAAA,MAAM,GAAG;IACpB,QAAQ;IACR,SAAS;CACV,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../server/graphql/index.ts"],"names":[],"mappings":";;;;AAAA,0DAAmC;AACnC,+DAAwC;AAE3B,QAAA,MAAM,GAAG;IACpB,QAAQ;IACR,SAAS;CACV,CAAA","sourcesContent":["import * as typeDefs from './types'\nimport * as resolvers from './resolvers'\n\nexport const schema = {\n typeDefs,\n resolvers\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../server/graphql/resolvers/index.ts"],"names":[],"mappings":";;;AAAa,QAAA,OAAO,GAAG,EAAE,CAAA;AAEZ,QAAA,SAAS,GAAG,EAAE,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../server/graphql/resolvers/index.ts"],"names":[],"mappings":";;;AAAa,QAAA,OAAO,GAAG,EAAE,CAAA;AAEZ,QAAA,SAAS,GAAG,EAAE,CAAA","sourcesContent":["export const queries = []\n\nexport const mutations = []\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../server/graphql/types/index.ts"],"names":[],"mappings":";;;AAAa,QAAA,OAAO,GAAG,EAAE,CAAA;AAEZ,QAAA,SAAS,GAAG,EAAE,CAAA;AAEd,QAAA,KAAK,GAAG,EAAE,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../server/graphql/types/index.ts"],"names":[],"mappings":";;;AAAa,QAAA,OAAO,GAAG,EAAE,CAAA;AAEZ,QAAA,SAAS,GAAG,EAAE,CAAA;AAEd,QAAA,KAAK,GAAG,EAAE,CAAA","sourcesContent":["export const queries = []\n\nexport const mutations = []\n\nexport const types = []\n"]}
@@ -1,23 +1,10 @@
1
1
  "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
2
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./entities"), exports);
18
- __exportStar(require("./migrations"), exports);
19
- __exportStar(require("./graphql"), exports);
20
- __exportStar(require("./constants"), exports);
21
- __exportStar(require("./controllers"), exports);
3
+ const tslib_1 = require("tslib");
4
+ tslib_1.__exportStar(require("./entities"), exports);
5
+ tslib_1.__exportStar(require("./migrations"), exports);
6
+ tslib_1.__exportStar(require("./graphql"), exports);
7
+ tslib_1.__exportStar(require("./constants"), exports);
8
+ tslib_1.__exportStar(require("./controllers"), exports);
22
9
  require("./routes");
23
10
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../server/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6CAA0B;AAC1B,+CAA4B;AAC5B,4CAAyB;AACzB,8CAA2B;AAC3B,gDAA6B;AAE7B,oBAAiB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../server/index.ts"],"names":[],"mappings":";;;AAAA,qDAA0B;AAC1B,uDAA4B;AAC5B,oDAAyB;AACzB,sDAA2B;AAC3B,wDAA6B;AAE7B,oBAAiB","sourcesContent":["export * from './entities'\nexport * from './migrations'\nexport * from './graphql'\nexport * from './constants'\nexport * from './controllers'\n\nimport './routes'\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../server/migrations/index.ts"],"names":[],"mappings":";;;AAAA,MAAM,IAAI,GAAG,OAAO,CAAC,MAAM,CAAC,CAAA;AAC5B,MAAM,IAAI,GAAG,OAAO,CAAC,MAAM,CAAC,CAAA;AAEjB,QAAA,UAAU,GAAG,EAAE,CAAA;AAE1B,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE,GAAG,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,OAAO,CAAC,UAAS,IAAI;IACzE,IAAI,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,KAAK,CAAC,CAAC;QAAE,OAAM;IAC3C,kBAAU,GAAG,kBAAU,CAAC,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,EAAE,CAAC,CAAA;AAClF,CAAC,CAAC,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../server/migrations/index.ts"],"names":[],"mappings":";;;AAAA,MAAM,IAAI,GAAG,OAAO,CAAC,MAAM,CAAC,CAAA;AAC5B,MAAM,IAAI,GAAG,OAAO,CAAC,MAAM,CAAC,CAAA;AAEjB,QAAA,UAAU,GAAG,EAAE,CAAA;AAE1B,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,SAAS,EAAE,GAAG,EAAE,IAAI,EAAE,MAAM,CAAC,CAAC,CAAC,OAAO,CAAC,UAAS,IAAI;IACzE,IAAI,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,KAAK,CAAC,CAAC;QAAE,OAAM;IAC3C,kBAAU,GAAG,kBAAU,CAAC,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,EAAE,CAAC,CAAA;AAClF,CAAC,CAAC,CAAA","sourcesContent":["const glob = require('glob')\nconst path = require('path')\n\nexport var migrations = []\n\nglob.sync(path.resolve(__dirname, '.', '**', '*.js')).forEach(function(file) {\n if (file.indexOf('index.js') !== -1) return\n migrations = migrations.concat(Object.values(require(path.resolve(file))) || [])\n})\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"routes.js","sourceRoot":"","sources":["../server/routes.ts"],"names":[],"mappings":";;AAEA,MAAM,cAAc,GAAG,6CAA6C,CAAA;AAEpE,OAAO,CAAC,EAAE,CAAC,mCAA0C,EAAE,CAAC,GAAG,EAAE,cAAc,EAAE,EAAE;IAC7E;;;;;;;;;OASG;IACH,IAAI,KAAK,GAAG,CAAC,aAAa,CAAC,CAAA;IAC3B,cAAc,CAAC,SAAS,CAAC,IAAI,CAAC,OAAO,KAAK,CAAC,IAAI,CAAC,GAAG,CAAC,YAAY,CAAC,CAAA;AACnE,CAAC,CAAC,CAAA;AAEF,OAAO,CAAC,EAAE,CAAC,uCAA8C,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,EAAE;IACzE;;;;;OAKG;IACH;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAqhBE;AACJ,CAAC,CAAC,CAAA"}
1
+ {"version":3,"file":"routes.js","sourceRoot":"","sources":["../server/routes.ts"],"names":[],"mappings":";;AAEA,MAAM,cAAc,GAAG,6CAA6C,CAAA;AAEpE,OAAO,CAAC,EAAE,CAAC,mCAA0C,EAAE,CAAC,GAAG,EAAE,cAAc,EAAE,EAAE;IAC7E;;;;;;;;;OASG;IACH,IAAI,KAAK,GAAG,CAAC,aAAa,CAAC,CAAA;IAC3B,cAAc,CAAC,SAAS,CAAC,IAAI,CAAC,OAAO,KAAK,CAAC,IAAI,CAAC,GAAG,CAAC,YAAY,CAAC,CAAA;AACnE,CAAC,CAAC,CAAA;AAEF,OAAO,CAAC,EAAE,CAAC,uCAA8C,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,EAAE;IACzE;;;;;OAKG;IACH;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAqhBE;AACJ,CAAC,CAAC,CAAA","sourcesContent":["import { reportPath2html, report2html, reportUrl2html, reportString2html } from './controllers'\n\nconst REPORT_API_URL = 'http://localhost:8888/rest/report/show_html'\n\nprocess.on('bootstrap-module-history-fallback' as any, (app, fallbackOption) => {\n /*\n * fallback white list를 추가할 수 있다\n *\n * ex)\n * var paths = [\n * 'aaa',\n * 'bbb'\n * ]\n * fallbackOption.whiteList.push(`^\\/(${paths.join('|')})($|[/?#])`)\n */\n var paths = ['report2html']\n fallbackOption.whiteList.push(`^\\/(${paths.join('|')})($|[/?#])`)\n})\n\nprocess.on('bootstrap-module-domain-private-route' as any, (app, routes) => {\n /*\n * koa application에 routes 를 추가할 수 있다.\n *\n * ex) routes.get('/path', async(context, next) => {})\n * ex) routes.post('/path', async(context, next) => {})\n */\n /* report api sample\n *\n routes.get('/report2html', async (context, next) => {\n const html = await reportString2html({\n reportTemplateString: `<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n <!-- Created with Jaspersoft Studio version 6.11.0.final using JasperReports Library version 6.11.0-0c4056ccaa4d25a5a8c45672d2f764ea3498bebb -->\n <jasperReport xmlns=\"http://jasperreports.sourceforge.net/jasperreports\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://jasperreports.sourceforge.net/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd\" name=\"Invoice\" pageWidth=\"595\" pageHeight=\"842\" columnWidth=\"483\" leftMargin=\"56\" rightMargin=\"56\" topMargin=\"56\" bottomMargin=\"56\" uuid=\"4eedbb89-b4f6-4469-9ab6-f642a1688cf7\">\n <property name=\"com.jaspersoft.studio.data.defaultdataadapter\" value=\"One Empty Record\"/>\n <property name=\"com.jaspersoft.studio.unit.\" value=\"pixel\"/>\n <style name=\"Title\" forecolor=\"#FFFFFF\" fontName=\"Times New Roman\" fontSize=\"50\" isBold=\"false\" pdfFontName=\"Times-Bold\"/>\n <style name=\"SubTitle\" forecolor=\"#CCCCCC\" fontName=\"Times New Roman\" fontSize=\"18\" isBold=\"false\" pdfFontName=\"Times-Roman\"/>\n <style name=\"Column header\" forecolor=\"#666666\" fontName=\"Times New Roman\" fontSize=\"14\" isBold=\"true\"/>\n <style name=\"Detail\" mode=\"Transparent\" fontName=\"Times New Roman\"/>\n <style name=\"Row\" mode=\"Transparent\" fontName=\"Times New Roman\" pdfFontName=\"Times-Roman\">\n <conditionalStyle>\n <conditionExpression><![CDATA[$V{REPORT_COUNT}%2 == 0]]></conditionExpression>\n <style mode=\"Opaque\" backcolor=\"#EEEFF0\"/>\n </conditionalStyle>\n </style>\n <style name=\"Table\">\n <box>\n <pen lineWidth=\"1.0\" lineColor=\"#000000\"/>\n <topPen lineWidth=\"1.0\" lineColor=\"#000000\"/>\n <leftPen lineWidth=\"1.0\" lineColor=\"#000000\"/>\n <bottomPen lineWidth=\"1.0\" lineColor=\"#000000\"/>\n <rightPen lineWidth=\"1.0\" lineColor=\"#000000\"/>\n </box>\n </style>\n <style name=\"Table_TH\" mode=\"Opaque\" backcolor=\"#FFFFFF\">\n <box>\n <pen lineWidth=\"0.5\" lineColor=\"#000000\"/>\n <topPen lineWidth=\"0.5\" lineColor=\"#000000\"/>\n <leftPen lineWidth=\"0.5\" lineColor=\"#000000\"/>\n <bottomPen lineWidth=\"0.5\" lineColor=\"#000000\"/>\n <rightPen lineWidth=\"0.5\" lineColor=\"#000000\"/>\n </box>\n </style>\n <style name=\"Table_CH\" mode=\"Opaque\" backcolor=\"#CACED0\">\n <box>\n <pen lineWidth=\"0.5\" lineColor=\"#000000\"/>\n <topPen lineWidth=\"0.5\" lineColor=\"#000000\"/>\n <leftPen lineWidth=\"0.5\" lineColor=\"#000000\"/>\n <bottomPen lineWidth=\"0.5\" lineColor=\"#000000\"/>\n <rightPen lineWidth=\"0.5\" lineColor=\"#000000\"/>\n </box>\n </style>\n <style name=\"Table_TD\" mode=\"Opaque\" backcolor=\"#FFFFFF\">\n <box>\n <pen lineWidth=\"0.5\" lineColor=\"#000000\"/>\n <topPen lineWidth=\"0.5\" lineColor=\"#000000\"/>\n <leftPen lineWidth=\"0.5\" lineColor=\"#000000\"/>\n <bottomPen lineWidth=\"0.5\" lineColor=\"#000000\"/>\n <rightPen lineWidth=\"0.5\" lineColor=\"#000000\"/>\n </box>\n <conditionalStyle>\n <conditionExpression><![CDATA[$V{REPORT_COUNT}%2 == 0]]></conditionExpression>\n <style backcolor=\"#D8D8D8\"/>\n </conditionalStyle>\n </style>\n <style name=\"Table 1_TH\" mode=\"Opaque\" backcolor=\"#F0F8FF\">\n <box>\n <pen lineWidth=\"0.5\" lineColor=\"#000000\"/>\n <topPen lineWidth=\"0.5\" lineColor=\"#000000\"/>\n <leftPen lineWidth=\"0.5\" lineColor=\"#000000\"/>\n <bottomPen lineWidth=\"0.5\" lineColor=\"#000000\"/>\n <rightPen lineWidth=\"0.5\" lineColor=\"#000000\"/>\n </box>\n </style>\n <style name=\"Table 1_CH\" mode=\"Opaque\" backcolor=\"#BFE1FF\">\n <box>\n <pen lineWidth=\"0.5\" lineColor=\"#000000\"/>\n <topPen lineWidth=\"0.5\" lineColor=\"#000000\"/>\n <leftPen lineWidth=\"0.5\" lineColor=\"#000000\"/>\n <bottomPen lineWidth=\"0.5\" lineColor=\"#000000\"/>\n <rightPen lineWidth=\"0.5\" lineColor=\"#000000\"/>\n </box>\n </style>\n <style name=\"Table 1_TD\" mode=\"Opaque\" backcolor=\"#FFFFFF\">\n <box>\n <pen lineWidth=\"0.5\" lineColor=\"#000000\"/>\n <topPen lineWidth=\"0.5\" lineColor=\"#000000\"/>\n <leftPen lineWidth=\"0.5\" lineColor=\"#000000\"/>\n <bottomPen lineWidth=\"0.5\" lineColor=\"#000000\"/>\n <rightPen lineWidth=\"0.5\" lineColor=\"#000000\"/>\n </box>\n </style>\n <style name=\"Table 2_TH\" mode=\"Opaque\" backcolor=\"#FFFFFF\">\n <box>\n <pen lineWidth=\"0.5\" lineColor=\"#000000\"/>\n <topPen lineWidth=\"0.5\" lineColor=\"#000000\"/>\n <leftPen lineWidth=\"0.5\" lineColor=\"#000000\"/>\n <bottomPen lineWidth=\"0.5\" lineColor=\"#000000\"/>\n <rightPen lineWidth=\"0.5\" lineColor=\"#000000\"/>\n </box>\n </style>\n <style name=\"Table 2_CH\" mode=\"Opaque\" backcolor=\"#FFBFBF\">\n <box>\n <pen lineWidth=\"0.5\" lineColor=\"#000000\"/>\n <topPen lineWidth=\"0.5\" lineColor=\"#000000\"/>\n <leftPen lineWidth=\"0.5\" lineColor=\"#000000\"/>\n <bottomPen lineWidth=\"0.5\" lineColor=\"#000000\"/>\n <rightPen lineWidth=\"0.5\" lineColor=\"#000000\"/>\n </box>\n </style>\n <style name=\"Table 2_TD\" mode=\"Opaque\" backcolor=\"#FFFFFF\">\n <box>\n <pen lineWidth=\"0.5\" lineColor=\"#000000\"/>\n <topPen lineWidth=\"0.5\" lineColor=\"#000000\"/>\n <leftPen lineWidth=\"0.5\" lineColor=\"#000000\"/>\n <bottomPen lineWidth=\"0.5\" lineColor=\"#000000\"/>\n <rightPen lineWidth=\"0.5\" lineColor=\"#000000\"/>\n </box>\n </style>\n <subDataset name=\"items\" uuid=\"463dfe1e-7d21-4fbd-a663-020966f53e23\">\n <queryString>\n <![CDATA[]]>\n </queryString>\n <field name=\"item_index\" class=\"java.lang.String\"/>\n <field name=\"pallet_no\" class=\"java.lang.String\"/>\n <field name=\"item_desc\" class=\"java.lang.String\"/>\n <field name=\"qty\" class=\"java.lang.String\"/>\n <field name=\"weight\" class=\"java.lang.String\"/>\n <field name=\"remarks\" class=\"java.lang.String\"/>\n </subDataset>\n <queryString>\n <![CDATA[]]>\n </queryString>\n <field name=\"company_name\" class=\"java.lang.String\"/>\n <field name=\"address\" class=\"java.lang.String\"/>\n <field name=\"tel_no\" class=\"java.lang.String\"/>\n <field name=\"company_no\" class=\"java.lang.String\"/>\n <field name=\"receive_company_name\" class=\"java.lang.String\"/>\n <field name=\"receive_company_address\" class=\"java.lang.String\"/>\n <field name=\"item_index\" class=\"java.lang.String\"/>\n <field name=\"pallet_no\" class=\"java.lang.String\"/>\n <field name=\"item_desc\" class=\"java.lang.String\"/>\n <field name=\"qty\" class=\"java.lang.String\"/>\n <field name=\"weight\" class=\"java.lang.String\"/>\n <field name=\"logo\" class=\"java.lang.String\"/>\n <field name=\"grn_no\" class=\"java.lang.String\"/>\n <field name=\"date\" class=\"java.lang.String\"/>\n <field name=\"ref_no\" class=\"java.lang.String\"/>\n <field name=\"vehicle_no\" class=\"java.lang.String\"/>\n <field name=\"container_no\" class=\"java.lang.String\"/>\n <title>\n <band height=\"216\" splitType=\"Stretch\">\n <staticText>\n <reportElement x=\"0\" y=\"115\" width=\"30\" height=\"25\" uuid=\"57aed2b1-4f4e-40a3-a6ad-54dae8dd4c5a\">\n <property name=\"local_mesure_unitheight\" value=\"pixel\"/>\n <property name=\"com.jaspersoft.studio.unit.height\" value=\"px\"/>\n </reportElement>\n <textElement>\n <font size=\"11\" isBold=\"true\"/>\n </textElement>\n <text><![CDATA[TO:]]></text>\n </staticText>\n <textField>\n <reportElement x=\"40\" y=\"115\" width=\"190\" height=\"15\" uuid=\"daf4f0d3-e9f2-41fb-b927-bd5aa3713a15\"/>\n <textElement>\n <font isBold=\"true\"/>\n </textElement>\n <textFieldExpression><![CDATA[$F{receive_company_name}]]></textFieldExpression>\n </textField>\n <textField textAdjust=\"StretchHeight\">\n <reportElement x=\"40\" y=\"130\" width=\"190\" height=\"40\" uuid=\"9c927a08-426a-47bb-be35-49c54cf811d0\"/>\n <textFieldExpression><![CDATA[$F{receive_company_address}]]></textFieldExpression>\n </textField>\n <textField>\n <reportElement x=\"385\" y=\"145\" width=\"98\" height=\"15\" uuid=\"0b1b2784-e96c-4aa5-a81e-ca6d64c22296\"/>\n <textFieldExpression><![CDATA[$F{ref_no}]]></textFieldExpression>\n </textField>\n <textField>\n <reportElement x=\"385\" y=\"115\" width=\"98\" height=\"15\" uuid=\"d3288b0a-c5d9-4237-86c4-431ecba4e19d\"/>\n <textFieldExpression><![CDATA[$F{grn_no}]]></textFieldExpression>\n </textField>\n <textField>\n <reportElement x=\"385\" y=\"160\" width=\"98\" height=\"15\" uuid=\"c403ba8a-46c7-4986-bb7e-cd5440a435c2\"/>\n <textFieldExpression><![CDATA[$F{vehicle_no}]]></textFieldExpression>\n </textField>\n <textField>\n <reportElement x=\"385\" y=\"130\" width=\"98\" height=\"15\" uuid=\"c01d5e12-d34f-49f8-85fe-9c3d0aacfc06\"/>\n <textFieldExpression><![CDATA[$F{date}]]></textFieldExpression>\n </textField>\n <image hAlign=\"Center\" vAlign=\"Middle\" isLazy=\"true\">\n <reportElement x=\"0\" y=\"0\" width=\"65\" height=\"60\" uuid=\"94883631-a913-43e2-b182-ab8d77d0181e\"/>\n <imageExpression><![CDATA[$F{logo}]]></imageExpression>\n </image>\n <staticText>\n <reportElement x=\"0\" y=\"80\" width=\"483\" height=\"30\" uuid=\"5ba7093c-c54c-4857-97d2-f784ce80ebcc\"/>\n <box>\n <pen lineWidth=\"0.0\"/>\n </box>\n <textElement textAlignment=\"Center\" verticalAlignment=\"Middle\">\n <font size=\"14\" isBold=\"true\"/>\n </textElement>\n <text><![CDATA[GOOD RECEIVED NOTE]]></text>\n </staticText>\n <staticText>\n <reportElement x=\"300\" y=\"145\" width=\"73\" height=\"15\" uuid=\"185175eb-501d-4d39-acbc-7cbf77495f46\"/>\n <text><![CDATA[Our Ref No.]]></text>\n </staticText>\n <staticText>\n <reportElement x=\"300\" y=\"115\" width=\"73\" height=\"15\" uuid=\"85047a70-8b5e-427c-a5d5-8fe0c9271475\"/>\n <text><![CDATA[GRN No.]]></text>\n </staticText>\n <staticText>\n <reportElement x=\"300\" y=\"160\" width=\"73\" height=\"15\" uuid=\"e176d632-cf96-43fa-8d93-d8856d0476a0\"/>\n <text><![CDATA[Vehicle No.]]></text>\n </staticText>\n <staticText>\n <reportElement x=\"300\" y=\"130\" width=\"73\" height=\"15\" uuid=\"d9d1a42d-a326-4dab-b456-5a3d04fa6b20\"/>\n <text><![CDATA[Date]]></text>\n </staticText>\n <staticText>\n <reportElement x=\"300\" y=\"175\" width=\"73\" height=\"15\" uuid=\"bd9c2524-479b-4ef0-9a96-9cd302a2486e\"/>\n <text><![CDATA[Container No.]]></text>\n </staticText>\n <textField>\n <reportElement x=\"385\" y=\"175\" width=\"98\" height=\"15\" uuid=\"6507179e-f4a3-4868-ba4c-64c5ddb129ef\"/>\n <textFieldExpression><![CDATA[$F{container_no}]]></textFieldExpression>\n </textField>\n <frame>\n <reportElement x=\"80\" y=\"0\" width=\"403\" height=\"55\" uuid=\"8aed198d-91ec-41f0-baa8-c00fb83ae31a\"/>\n <textField>\n <reportElement x=\"0\" y=\"40\" width=\"403\" height=\"15\" uuid=\"572c973e-fb7d-46bb-b6f7-5ab88892814d\"/>\n <textFieldExpression><![CDATA[$F{tel_no}]]></textFieldExpression>\n </textField>\n <textField>\n <reportElement x=\"0\" y=\"25\" width=\"403\" height=\"15\" uuid=\"15062a8e-fecc-447b-a2a9-552f05441029\"/>\n <textFieldExpression><![CDATA[$F{address}]]></textFieldExpression>\n </textField>\n <frame>\n <reportElement x=\"0\" y=\"0\" width=\"403\" height=\"25\" uuid=\"61854d15-b6c4-4f72-9743-d530afaa0b3c\">\n <property name=\"com.jaspersoft.studio.layout\" value=\"com.jaspersoft.studio.editor.layout.FreeLayout\"/>\n </reportElement>\n <textField>\n <reportElement x=\"0\" y=\"0\" width=\"270\" height=\"25\" uuid=\"343920c3-b2ce-492b-8064-6b84c732653d\">\n <property name=\"local_mesure_unitheight\" value=\"pixel\"/>\n <property name=\"com.jaspersoft.studio.unit.height\" value=\"px\"/>\n </reportElement>\n <textElement verticalAlignment=\"Bottom\">\n <font size=\"19\" isBold=\"true\"/>\n </textElement>\n <textFieldExpression><![CDATA[$F{company_name}]]></textFieldExpression>\n </textField>\n <textField>\n <reportElement x=\"270\" y=\"0\" width=\"133\" height=\"25\" uuid=\"e0dcf4d0-05b0-45ca-95d5-9b76bfacbc5b\"/>\n <textElement textAlignment=\"Left\" verticalAlignment=\"Bottom\">\n <font isBold=\"true\"/>\n </textElement>\n <textFieldExpression><![CDATA[\"(Company No. \" + $F{company_no} + \")\"]]></textFieldExpression>\n </textField>\n </frame>\n </frame>\n </band>\n </title>\n <detail>\n <band height=\"208\">\n <componentElement>\n <reportElement x=\"0\" y=\"0\" width=\"483\" height=\"208\" uuid=\"5f2b8982-f7e5-4baa-a59b-fb99cd0bcd7b\">\n <property name=\"com.jaspersoft.studio.layout\" value=\"com.jaspersoft.studio.editor.layout.VerticalRowLayout\"/>\n <property name=\"com.jaspersoft.studio.table.style.table_header\" value=\"Table 2_TH\"/>\n <property name=\"com.jaspersoft.studio.table.style.column_header\" value=\"Table 2_CH\"/>\n <property name=\"com.jaspersoft.studio.table.style.detail\" value=\"Table 2_TD\"/>\n <property name=\"com.jaspersoft.studio.components.autoresize.proportional\" value=\"true\"/>\n <property name=\"com.jaspersoft.studio.components.autoresize.next\" value=\"true\"/>\n </reportElement>\n <jr:table xmlns:jr=\"http://jasperreports.sourceforge.net/jasperreports/components\" xsi:schemaLocation=\"http://jasperreports.sourceforge.net/jasperreports/components http://jasperreports.sourceforge.net/xsd/components.xsd\">\n <datasetRun subDataset=\"items\" uuid=\"b36b6107-f5cc-4c09-ba2f-4ffebbc0f9f1\">\n <dataSourceExpression><![CDATA[((net.sf.jasperreports.engine.data.JsonDataSource)$P{REPORT_DATA_SOURCE}).subDataSource(\"items\")]]></dataSourceExpression>\n </datasetRun>\n <jr:column width=\"25\" uuid=\"89aca7e2-d9e2-4f0a-9f37-49f004ee4596\">\n <property name=\"com.jaspersoft.studio.components.table.model.column.name\" value=\"Column1\"/>\n <jr:columnHeader style=\"Column header\" height=\"30\" rowSpan=\"1\">\n <staticText>\n <reportElement x=\"0\" y=\"0\" width=\"25\" height=\"30\" uuid=\"323929d8-47c1-49f6-884b-b3cb357b864e\"/>\n <textElement textAlignment=\"Center\" verticalAlignment=\"Middle\">\n <font isBold=\"true\"/>\n </textElement>\n <text><![CDATA[No.]]></text>\n </staticText>\n </jr:columnHeader>\n <jr:columnFooter style=\"Column header\" height=\"30\" rowSpan=\"1\"/>\n <jr:detailCell style=\"Row\" height=\"20\">\n <textField>\n <reportElement x=\"0\" y=\"0\" width=\"25\" height=\"20\" uuid=\"9922d4ad-4311-459d-8744-a47f8917a200\"/>\n <textElement textAlignment=\"Right\" verticalAlignment=\"Middle\"/>\n <textFieldExpression><![CDATA[$V{REPORT_COUNT}]]></textFieldExpression>\n </textField>\n </jr:detailCell>\n </jr:column>\n <jr:column width=\"91\" uuid=\"279af0bf-249a-4850-be59-ce84ea5346de\">\n <property name=\"com.jaspersoft.studio.components.table.model.column.name\" value=\"Column2\"/>\n <jr:columnHeader style=\"Column header\" height=\"30\" rowSpan=\"1\">\n <staticText>\n <reportElement x=\"0\" y=\"0\" width=\"91\" height=\"30\" uuid=\"b3a1f258-f6cf-40bb-a7b1-cdfe2ebdf7b6\"/>\n <textElement textAlignment=\"Center\" verticalAlignment=\"Middle\">\n <font isBold=\"true\"/>\n </textElement>\n <text><![CDATA[Pallet No.]]></text>\n </staticText>\n </jr:columnHeader>\n <jr:columnFooter style=\"Column header\" height=\"30\" rowSpan=\"1\"/>\n <jr:detailCell style=\"Row\" height=\"20\">\n <textField>\n <reportElement x=\"0\" y=\"0\" width=\"91\" height=\"20\" uuid=\"1dc9363a-80c9-468d-ac45-fbae85be0092\"/>\n <textElement textAlignment=\"Center\" verticalAlignment=\"Middle\"/>\n <textFieldExpression><![CDATA[$F{pallet_no}]]></textFieldExpression>\n </textField>\n </jr:detailCell>\n </jr:column>\n <jr:column width=\"172\" uuid=\"6c9c10a4-6496-427a-b49a-a0dfe40a0d7c\">\n <property name=\"com.jaspersoft.studio.components.table.model.column.name\" value=\"Column3\"/>\n <jr:columnHeader style=\"Column header\" height=\"30\" rowSpan=\"1\">\n <staticText>\n <reportElement x=\"0\" y=\"0\" width=\"172\" height=\"30\" uuid=\"744ea618-546a-4c89-b11d-82eb28ebd26a\"/>\n <textElement textAlignment=\"Center\" verticalAlignment=\"Middle\">\n <font isBold=\"true\"/>\n </textElement>\n <text><![CDATA[Item Description]]></text>\n </staticText>\n </jr:columnHeader>\n <jr:columnFooter style=\"Column header\" height=\"30\" rowSpan=\"1\"/>\n <jr:detailCell style=\"Row\" height=\"20\">\n <textField>\n <reportElement x=\"0\" y=\"0\" width=\"172\" height=\"20\" uuid=\"142d9d4c-6650-4bef-8c9d-dfdcfcac601b\"/>\n <textElement textAlignment=\"Left\" verticalAlignment=\"Middle\"/>\n <textFieldExpression><![CDATA[$F{item_desc}]]></textFieldExpression>\n </textField>\n </jr:detailCell>\n </jr:column>\n <jr:column width=\"41\" uuid=\"f0cb746f-2778-4c73-92b1-775241c40f56\">\n <property name=\"com.jaspersoft.studio.components.table.model.column.name\" value=\"Column4\"/>\n <jr:columnHeader style=\"Column header\" height=\"30\" rowSpan=\"1\">\n <staticText>\n <reportElement x=\"0\" y=\"0\" width=\"41\" height=\"30\" uuid=\"2e979a96-4d93-4377-9b29-d4aed8ac95f9\"/>\n <textElement textAlignment=\"Center\" verticalAlignment=\"Middle\">\n <font isBold=\"true\"/>\n </textElement>\n <text><![CDATA[Qty (Carton)]]></text>\n </staticText>\n </jr:columnHeader>\n <jr:columnFooter style=\"Column header\" height=\"30\" rowSpan=\"1\"/>\n <jr:detailCell style=\"Row\" height=\"20\">\n <textField>\n <reportElement x=\"0\" y=\"0\" width=\"41\" height=\"20\" uuid=\"ac279c74-2b6f-40f6-9288-4a2e61110cf9\"/>\n <textElement textAlignment=\"Right\" verticalAlignment=\"Middle\"/>\n <textFieldExpression><![CDATA[$F{qty}]]></textFieldExpression>\n </textField>\n </jr:detailCell>\n </jr:column>\n <jr:column width=\"40\" uuid=\"283b8365-dc07-4921-bc39-a838b46e51cd\">\n <property name=\"com.jaspersoft.studio.components.table.model.column.name\" value=\"Column5\"/>\n <jr:columnHeader style=\"Column header\" height=\"30\" rowSpan=\"1\">\n <staticText>\n <reportElement x=\"0\" y=\"0\" width=\"40\" height=\"30\" uuid=\"28c42f18-b077-4f5f-a320-e86b8fb0c617\"/>\n <textElement textAlignment=\"Center\" verticalAlignment=\"Middle\">\n <font isBold=\"true\"/>\n </textElement>\n <text><![CDATA[G.Weight]]></text>\n </staticText>\n </jr:columnHeader>\n <jr:columnFooter style=\"Column header\" height=\"30\" rowSpan=\"1\"/>\n <jr:detailCell style=\"Row\" height=\"20\">\n <textField>\n <reportElement x=\"0\" y=\"0\" width=\"40\" height=\"20\" uuid=\"afa90789-8fd5-49b4-bc16-25a58d94270c\"/>\n <textElement textAlignment=\"Right\" verticalAlignment=\"Middle\"/>\n <textFieldExpression><![CDATA[$F{weight}]]></textFieldExpression>\n </textField>\n </jr:detailCell>\n </jr:column>\n <jr:column width=\"114\" uuid=\"23d9894d-4e50-4074-ab17-ddfc26d5582d\">\n <property name=\"com.jaspersoft.studio.components.table.model.column.name\" value=\"Column6\"/>\n <jr:columnHeader style=\"Column header\" height=\"30\" rowSpan=\"1\">\n <staticText>\n <reportElement x=\"0\" y=\"0\" width=\"114\" height=\"30\" uuid=\"0e77846f-7e1f-44c2-9c4e-9f2f48ca34a8\"/>\n <textElement textAlignment=\"Center\" verticalAlignment=\"Middle\">\n <font isBold=\"true\"/>\n </textElement>\n <text><![CDATA[Remarks]]></text>\n </staticText>\n </jr:columnHeader>\n <jr:columnFooter style=\"Column header\" height=\"30\" rowSpan=\"1\"/>\n <jr:detailCell style=\"Row\" height=\"20\">\n <textField>\n <reportElement x=\"0\" y=\"0\" width=\"114\" height=\"20\" uuid=\"4fe547ff-a550-48e0-9d7a-afe95c8760db\"/>\n <textElement textAlignment=\"Left\" verticalAlignment=\"Middle\"/>\n <textFieldExpression><![CDATA[$F{remarks}]]></textFieldExpression>\n </textField>\n </jr:detailCell>\n </jr:column>\n </jr:table>\n </componentElement>\n </band>\n </detail>\n </jasperReport>\n `,\n data: {\n logo:\n 'data:image/png;base64,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',\n company_name: 'EL COLD CHAIN LOGISTICS SDN BHD',\n company_no: '773091-U',\n address:\n 'L1-43, Jalan Sungai Kapar Indah 2/KU7, Kawasan Industri Hi-Tech, Sungai Kapar Indah, 42200 Klang, Selangor Darul Ehsan.',\n tel_no: '603-3080 8030 / 8020 / 8021',\n receive_company_name: 'EVERGREEN SPEED SDN BHD',\n receive_company_address: 'No 3A-A ,1st Floor, Jalan Euro 3, Seksyen U3,\\n 40150 Shah Alam Selangor',\n grn_no: 'GRN - 1119/00003/ES',\n date: '2019/11/14',\n ref_no: 'ELCCL/2019/00028',\n container_no: 'OERU4109160',\n items: [\n {\n pallet_no: 'ord1234',\n item_desc: 'Order 1',\n qty: 300\n },\n {\n pallet_no: 'ord1235',\n item_desc: 'Order 2',\n qty: 500\n },\n {\n pallet_no: 'ord1236',\n item_desc: 'Order 3',\n qty: 190\n },\n { pallet_no: '=<K>psjlL2', item_desc: '=<K>psjlL2', qty: 806 },\n { pallet_no: '<wQjGw=sCe', item_desc: '<wQjGw=sCe', qty: 432 },\n { pallet_no: 'NnScDwBOdC', item_desc: 'NnScDwBOdC', qty: 107 },\n { pallet_no: 'W=hP;qPkjE', item_desc: 'W=hP;qPkjE', qty: 997 },\n { pallet_no: 'lhC2UK55sN', item_desc: 'LhC2UK55sN', qty: 565 },\n { pallet_no: '_5Y]lo:IQX', item_desc: '_5Y]lo:IQX', qty: 427 },\n { pallet_no: 'XGpyiLCAZ;', item_desc: 'XGpyiLCAZ;', qty: 205 },\n { pallet_no: 'bWs]Oj\\\\dBt', item_desc: 'BWs]Oj\\\\dBt', qty: 279 },\n { pallet_no: 'm`5K9t4Xp_', item_desc: 'M`5K9t4Xp_', qty: 349 },\n { pallet_no: 'bHx4Ao2XB2', item_desc: 'BHx4Ao2XB2', qty: 830 },\n { pallet_no: 'Xgvad1v2RY', item_desc: 'Xgvad1v2RY', qty: 139 },\n { pallet_no: 'KcaT8^R2S\\\\', item_desc: 'KcaT8^R2S\\\\', qty: 547 },\n { pallet_no: 'o2_W=]soCz', item_desc: 'O2_W=]soCz', qty: 676 },\n { pallet_no: 'I5fOsmp66s', item_desc: 'I5fOsmp66s', qty: 272 },\n { pallet_no: 'tai97e1fQ:', item_desc: 'Tai97e1fQ:', qty: 68 },\n { pallet_no: '3Khciu<3Ph', item_desc: '3Khciu<3Ph', qty: 250 },\n { pallet_no: 'jNWVoqVu1W', item_desc: 'JNWVoqVu1W', qty: 435 },\n { pallet_no: 'Sv2jgeYJqp', item_desc: 'Sv2jgeYJqp', qty: 97 },\n { pallet_no: 'PH2>8PQnYI', item_desc: 'PH2>8PQnYI', qty: 997 },\n { pallet_no: '9FbvAqce]F', item_desc: '9FbvAqce]F', qty: 1000 },\n { pallet_no: 'iR6rVZMdh^', item_desc: 'IR6rVZMdh^', qty: 433 },\n { pallet_no: 'W>uVu9t6f@', item_desc: 'W>uVu9t6f@', qty: 319 },\n { pallet_no: 'HyXX`RbU4a', item_desc: 'HyXX`RbU4a', qty: 409 },\n { pallet_no: 'T\\\\Y^M[RwR>', item_desc: 'T\\\\Y^M[RwR>', qty: 698 },\n { pallet_no: '_car3LRmKT', item_desc: '_car3LRmKT', qty: 718 },\n { pallet_no: 'j7TM=uM36@', item_desc: 'J7TM=uM36@', qty: 291 },\n { pallet_no: 'tJTpGiUCSi', item_desc: 'TJTpGiUCSi', qty: 847 },\n { pallet_no: 'M@hye5mGeN', item_desc: 'M@hye5mGeN', qty: 206 },\n { pallet_no: 'AImdWe5:Y<', item_desc: 'AImdWe5:Y<', qty: 126 },\n { pallet_no: '@^RNnca=nN', item_desc: '@^RNnca=nN', qty: 497 },\n { pallet_no: 'EhwTcF`jnQ', item_desc: 'EhwTcF`jnQ', qty: 787 },\n { pallet_no: 'IIxBt1xNc:', item_desc: 'IIxBt1xNc:', qty: 420 },\n { pallet_no: 'FIpDsP6;JP', item_desc: 'FIpDsP6;JP', qty: 995 },\n { pallet_no: 'I<WjaWTqae', item_desc: 'I<WjaWTqae', qty: 625 },\n { pallet_no: '6@WE8KS7;_', item_desc: '6@WE8KS7;_', qty: 28 },\n { pallet_no: 'LyoC?1SlBm', item_desc: 'LyoC?1SlBm', qty: 432 },\n { pallet_no: 'Ts3X_]IWm=', item_desc: 'Ts3X_]IWm=', qty: 185 },\n { pallet_no: ';lb8^M`\\\\u3', item_desc: ';lb8^M`\\\\u3', qty: 566 },\n { pallet_no: 'u1`6]WnMK@', item_desc: 'U1`6]WnMK@', qty: 251 },\n { pallet_no: 'VmhI2P\\\\MGi', item_desc: 'VmhI2P\\\\MGi', qty: 125 },\n { pallet_no: 'HMopv7Gj]P', item_desc: 'HMopv7Gj]P', qty: 334 },\n { pallet_no: 'cf8kl?^D\\\\O', item_desc: 'Cf8kl?^D\\\\O', qty: 144 },\n { pallet_no: '2H8]96R8VW', item_desc: '2H8]96R8VW', qty: 247 },\n { pallet_no: '4ukV:f1d@N', item_desc: '4ukV:f1d@N', qty: 641 },\n { pallet_no: 'aZMqMASyp?', item_desc: 'AZMqMASyp?', qty: 98 },\n { pallet_no: 'd5QGMCMgry', item_desc: 'D5QGMCMgry', qty: 338 },\n { pallet_no: '=HbM\\\\jbC9e', item_desc: '=HbM\\\\jbC9e', qty: 233 },\n { pallet_no: 'FOOV>T]_b<', item_desc: 'FOOV>T]_b<', qty: 528 },\n { pallet_no: 'Atzr47R?7t', item_desc: 'Atzr47R?7t', qty: 648 },\n { pallet_no: 'e9ZsjLs@`M', item_desc: 'E9ZsjLs@`M', qty: 860 },\n { pallet_no: '`mvyEviJ1I', item_desc: '`mvyEviJ1I', qty: 584 },\n { pallet_no: 'Cj7yFJlI[O', item_desc: 'Cj7yFJlI[O', qty: 934 },\n { pallet_no: 'Yh=7z:bnUg', item_desc: 'Yh=7z:bnUg', qty: 702 },\n { pallet_no: 'p8rfv:87GT', item_desc: 'P8rfv:87GT', qty: 909 },\n { pallet_no: 'sa6fjhUePm', item_desc: 'Sa6fjhUePm', qty: 875 },\n { pallet_no: '_^DR@?TO?s', item_desc: '_^DR@?TO?s', qty: 105 },\n { pallet_no: '5njYcvQ`=k', item_desc: '5njYcvQ`=k', qty: 989 },\n { pallet_no: 'eVgsSEqGey', item_desc: 'EVgsSEqGey', qty: 60 },\n { pallet_no: 'q@8761@[<n', item_desc: 'Q@8761@[<n', qty: 319 },\n { pallet_no: '^=;ylvF]LX', item_desc: '^=;ylvF]LX', qty: 922 },\n { pallet_no: 'nw1q9kIOx_', item_desc: 'Nw1q9kIOx_', qty: 543 },\n { pallet_no: 'Kj3m6h4;=x', item_desc: 'Kj3m6h4;=x', qty: 475 },\n { pallet_no: 'HA1Z;dZzuf', item_desc: 'HA1Z;dZzuf', qty: 971 },\n { pallet_no: 'WzNwyuJ8p\\\\', item_desc: 'WzNwyuJ8p\\\\', qty: 157 },\n { pallet_no: ';3NMpRozir', item_desc: ';3NMpRozir', qty: 894 },\n { pallet_no: 'nLp;`NoeTl', item_desc: 'NLp;`NoeTl', qty: 624 },\n { pallet_no: '6:N::=F^Yh', item_desc: '6:N::=F^Yh', qty: 112 },\n { pallet_no: 'tVt\\\\_bdeN:', item_desc: 'TVt\\\\_bdeN:', qty: 458 },\n { pallet_no: '<:Zl2l>wnv', item_desc: '<:Zl2l>wnv', qty: 306 },\n { pallet_no: '2319^;sv]B', item_desc: '2319^;sv]B', qty: 695 },\n { pallet_no: '`P1fqm6QVB', item_desc: '`P1fqm6QVB', qty: 609 },\n { pallet_no: 'PV8PDw[wzJ', item_desc: 'PV8PDw[wzJ', qty: 494 },\n { pallet_no: 'vGjk1lF5V^', item_desc: 'VGjk1lF5V^', qty: 682 },\n { pallet_no: 'g]m:Y5A\\\\:J', item_desc: 'G]m:Y5A\\\\:J', qty: 956 },\n { pallet_no: ';91AOnODmk', item_desc: ';91AOnODmk', qty: 316 },\n { pallet_no: 'f`bPPfdlM7', item_desc: 'F`bPPfdlM7', qty: 703 },\n { pallet_no: 'si57VmByMq', item_desc: 'Si57VmByMq', qty: 608 },\n { pallet_no: 'LGiVTLau3D', item_desc: 'LGiVTLau3D', qty: 11 },\n { pallet_no: '5j?BL^j4q2', item_desc: '5j?BL^j4q2', qty: 739 },\n { pallet_no: 'N4p\\\\3^_D:B', item_desc: 'N4p\\\\3^_D:B', qty: 490 },\n { pallet_no: '`BUy@IhruK', item_desc: '`BUy@IhruK', qty: 652 },\n { pallet_no: '_@U47EA8y`', item_desc: '_@U47EA8y`', qty: 536 },\n { pallet_no: 'WepVwxW`E:', item_desc: 'WepVwxW`E:', qty: 968 },\n { pallet_no: 'bc`298QnWp', item_desc: 'Bc`298QnWp', qty: 248 },\n { pallet_no: 'jUOVzY>7P\\\\', item_desc: 'JUOVzY>7P\\\\', qty: 379 },\n { pallet_no: 'pky>K@UlKI', item_desc: 'Pky>K@UlKI', qty: 271 },\n { pallet_no: 'U629Y4B<O_', item_desc: 'U629Y4B<O_', qty: 176 },\n { pallet_no: 'bkZ:gR7Fkf', item_desc: 'BkZ:gR7Fkf', qty: 721 },\n { pallet_no: 'exhtcO:4h\\\\', item_desc: 'ExhtcO:4h\\\\', qty: 387 },\n { pallet_no: 'z<sfKNPHNc', item_desc: 'Z<sfKNPHNc', qty: 240 },\n { pallet_no: 'OnI@Zm7R2x', item_desc: 'OnI@Zm7R2x', qty: 772 },\n { pallet_no: 'k4Q87_i\\\\uO', item_desc: 'K4Q87_i\\\\uO', qty: 807 },\n { pallet_no: '@cVB>Gv:TV', item_desc: '@cVB>Gv:TV', qty: 76 },\n { pallet_no: 'JuHcW_gTc`', item_desc: 'JuHcW_gTc`', qty: 350 },\n { pallet_no: 'X<\\\\Q^HOR:p', item_desc: 'X<\\\\Q^HOR:p', qty: 632 },\n { pallet_no: ';rvSwbS2ov', item_desc: ';rvSwbS2ov', qty: 757 },\n { pallet_no: 'OPiXZ`4TTR', item_desc: 'OPiXZ`4TTR', qty: 755 },\n { pallet_no: 'e^FXZHpVMc', item_desc: 'E^FXZHpVMc', qty: 635 },\n { pallet_no: '3z1DAnH]gS', item_desc: '3z1DAnH]gS', qty: 431 },\n { pallet_no: '3gUW`nDKUn', item_desc: '3gUW`nDKUn', qty: 387 }\n ]\n }\n })\n\n context.body = html\n })\n */\n})\n"]}
@@ -0,0 +1 @@
1
+ {"program":{"fileNames":["../../../node_modules/typescript/lib/lib.es5.d.ts","../../../node_modules/typescript/lib/lib.es2015.d.ts","../../../node_modules/typescript/lib/lib.es2016.d.ts","../../../node_modules/typescript/lib/lib.es2017.d.ts","../../../node_modules/typescript/lib/lib.es2018.d.ts","../../../node_modules/typescript/lib/lib.es2019.d.ts","../../../node_modules/typescript/lib/lib.es2020.d.ts","../../../node_modules/typescript/lib/lib.dom.d.ts","../../../node_modules/typescript/lib/lib.es2015.core.d.ts","../../../node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../node_modules/typescript/lib/lib.es2017.object.d.ts","../../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2017.string.d.ts","../../../node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../node_modules/typescript/lib/lib.es2019.array.d.ts","../../../node_modules/typescript/lib/lib.es2019.object.d.ts","../../../node_modules/typescript/lib/lib.es2019.string.d.ts","../../../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../node_modules/typescript/lib/lib.es2020.date.d.ts","../../../node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2020.string.d.ts","../../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../node_modules/typescript/lib/lib.es2020.number.d.ts","../../../node_modules/typescript/lib/lib.esnext.intl.d.ts","../../../node_modules/tslib/tslib.d.ts","../server/entities/index.ts","../server/migrations/index.ts","../server/graphql/types/index.ts","../server/graphql/resolvers/index.ts","../server/graphql/index.ts","../server/constants/template-type.ts","../server/constants/index.ts","../../../node_modules/@types/node/assert.d.ts","../../../node_modules/@types/node/assert/strict.d.ts","../../../node_modules/@types/node/globals.d.ts","../../../node_modules/@types/node/async_hooks.d.ts","../../../node_modules/@types/node/buffer.d.ts","../../../node_modules/@types/node/child_process.d.ts","../../../node_modules/@types/node/cluster.d.ts","../../../node_modules/@types/node/console.d.ts","../../../node_modules/@types/node/constants.d.ts","../../../node_modules/@types/node/crypto.d.ts","../../../node_modules/@types/node/dgram.d.ts","../../../node_modules/@types/node/diagnostics_channel.d.ts","../../../node_modules/@types/node/dns.d.ts","../../../node_modules/@types/node/dns/promises.d.ts","../../../node_modules/@types/node/domain.d.ts","../../../node_modules/@types/node/events.d.ts","../../../node_modules/@types/node/fs.d.ts","../../../node_modules/@types/node/fs/promises.d.ts","../../../node_modules/@types/node/http.d.ts","../../../node_modules/@types/node/http2.d.ts","../../../node_modules/@types/node/https.d.ts","../../../node_modules/@types/node/inspector.d.ts","../../../node_modules/@types/node/module.d.ts","../../../node_modules/@types/node/net.d.ts","../../../node_modules/@types/node/os.d.ts","../../../node_modules/@types/node/path.d.ts","../../../node_modules/@types/node/perf_hooks.d.ts","../../../node_modules/@types/node/process.d.ts","../../../node_modules/@types/node/punycode.d.ts","../../../node_modules/@types/node/querystring.d.ts","../../../node_modules/@types/node/readline.d.ts","../../../node_modules/@types/node/repl.d.ts","../../../node_modules/@types/node/stream.d.ts","../../../node_modules/@types/node/stream/promises.d.ts","../../../node_modules/@types/node/stream/consumers.d.ts","../../../node_modules/@types/node/stream/web.d.ts","../../../node_modules/@types/node/string_decoder.d.ts","../../../node_modules/@types/node/test.d.ts","../../../node_modules/@types/node/timers.d.ts","../../../node_modules/@types/node/timers/promises.d.ts","../../../node_modules/@types/node/tls.d.ts","../../../node_modules/@types/node/trace_events.d.ts","../../../node_modules/@types/node/tty.d.ts","../../../node_modules/@types/node/url.d.ts","../../../node_modules/@types/node/util.d.ts","../../../node_modules/@types/node/v8.d.ts","../../../node_modules/@types/node/vm.d.ts","../../../node_modules/@types/node/wasi.d.ts","../../../node_modules/@types/node/worker_threads.d.ts","../../../node_modules/@types/node/zlib.d.ts","../../../node_modules/@types/node/globals.global.d.ts","../../../node_modules/@types/node/index.d.ts","../../../node_modules/form-data/index.d.ts","../../../node_modules/@types/node-fetch/externals.d.ts","../../../node_modules/@types/node-fetch/index.d.ts","../server/controllers/report-to-html.ts","../server/controllers/index.ts","../server/routes.ts","../server/index.ts","../../../node_modules/jest-diff/build/cleanupsemantic.d.ts","../../../node_modules/jest-diff/build/types.d.ts","../../../node_modules/jest-diff/build/difflines.d.ts","../../../node_modules/jest-diff/build/printdiffs.d.ts","../../../node_modules/jest-diff/build/index.d.ts","../../../node_modules/@types/jest/node_modules/pretty-format/build/types.d.ts","../../../node_modules/@types/jest/node_modules/pretty-format/build/index.d.ts","../../../node_modules/@types/jest/index.d.ts"],"fileInfos":[{"version":"f5c28122bee592cfaf5c72ed7bcc47f453b79778ffa6e301f45d21a0970719d4","affectsGlobalScope":true},"dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6","7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467","8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9","5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06","e6b724280c694a9f588847f754198fb96c43d805f065c3a5b28bbc9594541c84","1fc5ab7a764205c68fa10d381b08417795fc73111d6dd16b5b1ed36badb743d9",{"version":"3f149f903dd20dfeb7c80e228b659f0e436532de772469980dbd00702cc05cc1","affectsGlobalScope":true},{"version":"adb996790133eb33b33aadb9c09f15c2c575e71fb57a62de8bf74dbf59ec7dfb","affectsGlobalScope":true},{"version":"43fb1d932e4966a39a41b464a12a81899d9ae5f2c829063f5571b6b87e6d2f9c","affectsGlobalScope":true},{"version":"cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a","affectsGlobalScope":true},{"version":"c5c05907c02476e4bde6b7e76a79ffcd948aedd14b6a8f56e4674221b0417398","affectsGlobalScope":true},{"version":"0d5f52b3174bee6edb81260ebcd792692c32c81fd55499d69531496f3f2b25e7","affectsGlobalScope":true},{"version":"810627a82ac06fb5166da5ada4159c4ec11978dfbb0805fe804c86406dab8357","affectsGlobalScope":true},{"version":"181f1784c6c10b751631b24ce60c7f78b20665db4550b335be179217bacc0d5f","affectsGlobalScope":true},{"version":"3013574108c36fd3aaca79764002b3717da09725a36a6fc02eac386593110f93","affectsGlobalScope":true},{"version":"75ec0bdd727d887f1b79ed6619412ea72ba3c81d92d0787ccb64bab18d261f14","affectsGlobalScope":true},{"version":"3be5a1453daa63e031d266bf342f3943603873d890ab8b9ada95e22389389006","affectsGlobalScope":true},{"version":"17bb1fc99591b00515502d264fa55dc8370c45c5298f4a5c2083557dccba5a2a","affectsGlobalScope":true},{"version":"7ce9f0bde3307ca1f944119f6365f2d776d281a393b576a18a2f2893a2d75c98","affectsGlobalScope":true},{"version":"6a6b173e739a6a99629a8594bfb294cc7329bfb7b227f12e1f7c11bc163b8577","affectsGlobalScope":true},{"version":"12a310447c5d23c7d0d5ca2af606e3bd08afda69100166730ab92c62999ebb9d","affectsGlobalScope":true},{"version":"b0124885ef82641903d232172577f2ceb5d3e60aed4da1153bab4221e1f6dd4e","affectsGlobalScope":true},{"version":"0eb85d6c590b0d577919a79e0084fa1744c1beba6fd0d4e951432fa1ede5510a","affectsGlobalScope":true},{"version":"da233fc1c8a377ba9e0bed690a73c290d843c2c3d23a7bd7ec5cd3d7d73ba1e0","affectsGlobalScope":true},{"version":"d154ea5bb7f7f9001ed9153e876b2d5b8f5c2bb9ec02b3ae0d239ec769f1f2ae","affectsGlobalScope":true},{"version":"bb2d3fb05a1d2ffbca947cc7cbc95d23e1d053d6595391bd325deb265a18d36c","affectsGlobalScope":true},{"version":"c80df75850fea5caa2afe43b9949338ce4e2de086f91713e9af1a06f973872b8","affectsGlobalScope":true},{"version":"9d57b2b5d15838ed094aa9ff1299eecef40b190722eb619bac4616657a05f951","affectsGlobalScope":true},{"version":"6c51b5dd26a2c31dbf37f00cfc32b2aa6a92e19c995aefb5b97a3a64f1ac99de","affectsGlobalScope":true},{"version":"6e7997ef61de3132e4d4b2250e75343f487903ddf5370e7ce33cf1b9db9a63ed","affectsGlobalScope":true},{"version":"2ad234885a4240522efccd77de6c7d99eecf9b4de0914adb9a35c0c22433f993","affectsGlobalScope":true},{"version":"09aa50414b80c023553090e2f53827f007a301bc34b0495bfb2c3c08ab9ad1eb","affectsGlobalScope":true},{"version":"d7f680a43f8cd12a6b6122c07c54ba40952b0c8aa140dcfcf32eb9e6cb028596","affectsGlobalScope":true},{"version":"3787b83e297de7c315d55d4a7c546ae28e5f6c0a361b7a1dcec1f1f50a54ef11","affectsGlobalScope":true},{"version":"e7e8e1d368290e9295ef18ca23f405cf40d5456fa9f20db6373a61ca45f75f40","affectsGlobalScope":true},{"version":"faf0221ae0465363c842ce6aa8a0cbda5d9296940a8e26c86e04cc4081eea21e","affectsGlobalScope":true},{"version":"06393d13ea207a1bfe08ec8d7be562549c5e2da8983f2ee074e00002629d1871","affectsGlobalScope":true},{"version":"cd483c056da900716879771893a3c9772b66c3c88f8943b4205aec738a94b1d0","affectsGlobalScope":true},{"version":"b248e32ca52e8f5571390a4142558ae4f203ae2f94d5bac38a3084d529ef4e58","affectsGlobalScope":true},{"version":"c37f8a49593a0030eecb51bbfa270e709bec9d79a6cc3bb851ef348d4e6b26f8","affectsGlobalScope":true},"14a84fbe4ec531dcbaf5d2594fd95df107258e60ae6c6a076404f13c3f66f28e","848de832285c5f33c2acc25a0a16b2c06f9c6ecf17353947dcbc0c7982ceb037","e437598ed60b03cb64377efab1b9f1221b315fcb2ca44e0d8d85fe463a272800","3ccbc0c6dc555d1ec0d267516407b2a48540eaa61d7e3f5efcf418c3ea53e0df","b5fcdd1b021fd4f8fa119240e408f4edae4232fabf8d6c81fd1516ba168a6323","37db0bea9b348828e9a8160be1f950774251bd2c2a353ed7266e5d84f77d4bf6","071f1032d8d8b691622cc2b0468d4213e8f304bafae7e62611a193a3553f0070","147fe38498a714701d0fc898c44cb6c159acf524e28c3b73426066c99e888b74","9122ed7070e054b73ebab37c2373a196def2d90e7d1a9a7fcd9d46b0e51fae78","a69c09dbea52352f479d3e7ac949fde3d17b195abe90b045d619f747b38d6d1a",{"version":"77f0b5c6a193a699c9f7d7fb0578e64e562d271afa740783665d2a827104a873","affectsGlobalScope":true},"21a167fec8f933752fb8157f06d28fab6817af3ad9b0bdb1908a10762391eab9",{"version":"002d6d5f044365b3fbfba0ba9be3bb57cac09b81547c8df4b0795755d2081d90","affectsGlobalScope":true},"0c0cee62cb619aed81133b904f644515ba3064487002a7da83fd8aa07b1b4abd","5a94487653355b56018122d92392beb2e5f4a6c63ba5cef83bbe1c99775ef713",{"version":"d5135ad93b33adcce80b18f8065087934cdc1730d63db58562edcf017e1aad9b","affectsGlobalScope":true},"82408ed3e959ddc60d3e9904481b5a8dc16469928257af22a3f7d1a3bc7fd8c4","34ec1daf3566f26c43dbab380af0de1aac29166e57e4f9ef379a2f154e0cb290","bb9c4ffa5e6290c6980b63c815cdd1625876dadb2efaf77edbe82984be93e55e","75ecef44f126e2ae018b4abbd85b6e8a2e2ba1638ebec56cc64274643ce3567b","f30bb836526d930a74593f7b0f5c1c46d10856415a8f69e5e2fc3db80371e362","14b5aa23c5d0ae1907bc696ac7b6915d88f7d85799cc0dc2dcf98fbce2c5a67c","5c439dafdc09abe4d6c260a96b822fa0ba5be7203c71a63ab1f1423cd9e838ea",{"version":"bae4ea23beb8397755b935cb84d3cdc6cdb0b1b4a329b90de9fc6c8774d71994","affectsGlobalScope":true},"cec36af22f514322f870e81d30675c78df82ae8bf4863f5fd4e4424c040c678d","c57870f6664fd657ec2cf096bbb043b9556b0228ec0c12dd54193361ca563ea1","aeee0090b38de0dd47ca9a79ad5c2d156e3e09d92306719b0b45a3e96098e564","acfbb5aaef964e1d441f961a1846197f03241dba3c63b1e4d1903684888ef465","09416dd69576b03a3f485adf329a02f043e4a481e060ef5b208194e488d31fd9","8acf99b1c8682276a63ea5bb68433782715892726b97e4604a415e4e56bce41c",{"version":"e8b18c6385ff784228a6f369694fcf1a6b475355ba89090a88de13587a9391d5","affectsGlobalScope":true},"9499ba4dcd1ee0596d8c98d01341bc874840c5291156513bda667fecad54d5be","a907bf91df26df2400858ef75f749498fb5cf00062bf90a737ac3949cc07978d","cb92bc2e42b261e4299025756f1beb826b3d9666a3f0d46f8a7254ca512f57e4","e795a96de48dd2fbf83b1e29ecfae8e1dd428b99aa3508962c98679862e129a0",{"version":"59104b2e80c588b813d03d3a45f57117ca4601ae3fc216c5ffbcbafc4effc1c5","affectsGlobalScope":true},"5153a2fd150e46ce57bb3f8db1318d33f6ad3261ed70ceeff92281c0608c74a3","d1a78a3c5708807e8de3e399f91df4797c62e44b02195eefc2209b2e713e54ee","8c4c1a64db28930732033c31418f817dcb9d09d706766707ae6d38f23faf0c53","25846d43937c672bab7e8195f3d881f93495df712ee901860effc109918938cc","556bf5c36deb62cffa1bf697c1789fe008ec82db0273025001db66732714e9d9","1b952304137851e45bc009785de89ada562d9376177c97e37702e39e60c2f1ff",{"version":"806ef4cac3b3d9fa4a48d849c8e084d7c72fcd7b16d76e06049a9ed742ff79c0","affectsGlobalScope":true},"44b8b584a338b190a59f4f6929d072431950c7bd92ec2694821c11bce180c8a5","23b89798789dffbd437c0c423f5d02d11f9736aea73d6abf16db4f812ff36eda","653968fc1b35c5eb3d273d36fac1c1dc66f9537edf28f33485b8776bd956e23d",{"version":"970a90f76d4d219ad60819d61f5994514087ba94c985647a3474a5a3d12714ed","affectsGlobalScope":true},"664d8f2d59164f2e08c543981453893bc7e003e4dfd29651ce09db13e9457980","a381f079c4804442f179d742fdb2e495fe28d67a47cac673485f75ae2e77aeca","3c13ef48634e7b5012fcf7e8fce7496352c2d779a7201389ca96a2a81ee4314d","5d0a25ec910fa36595f85a67ac992d7a53dd4064a1ba6aea1c9f14ab73a023f2",{"version":"bfe39beb986d2a2e512c091cbe924f1c415bc65de54de0e2f6a0dc6f84c183d9","affectsGlobalScope":true},"2d526e6f21d8cc66ac11ada32874e95ae88d870c6c9d3d9d4e03b1d1f9ad7b8e","06d7c42d256f0ce6afe1b2b6cfbc97ab391f29dadb00dd0ae8e8f23f5bc916c3","ec4bd1b200670fb567920db572d6701ed42a9641d09c4ff6869768c8f81b404c","e59a892d87e72733e2a9ca21611b9beb52977be2696c7ba4b216cbbb9a48f5aa","d2ec52f565f0570e90b659811347bd689f8c6039b11eaaccd0f243759d46da6e","8a300fa9b698845a1f9c41ecbe2c5966634582a8e2020d51abcace9b55aa959e",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"9c3df5971dc261aa29f25fdfcf7e8cfa248ff95a3d09ae4a6b81b1b09473f80f","736097ddbb2903bef918bb3b5811ef1c9c5656f2a73bd39b22a91b9cc2525e50","3898e3dbe94b6fe529fbe8f0faee1309c1923100516d7a014b301955e52ece77","3663d1b50f356656a314e5df169bb51cb9d5fd75905fa703f75db6bb32030568","3992627c52fda65d95fc0d4cdbbebf651e6735edc1435683d77593eb96152f08","ec2295ae75893200ee4919ed4fc3577840add8c07bd5c28663b0d90ffe6fd85b","0c978bc99bfef722c6b187f2112e388ce4e758fd849658dfaaa50ea1a7d373cf","690d50b4e02f3824ef04fbba885dd9317c809b48f2417191ccda376a3a69ff62","d8aab31ba8e618cc3eea10b0945de81cb93b7e8150a013a482332263b9305322","69da61a7b5093dac77fa3bec8be95dcf9a74c95a0e9161edb98bb24e30e439d2","561eca7a381b96d6ccac6e4061e6d2ae53f5bc44203f3fd9f5b26864c32ae6e9","62ea38627e3ebab429f7616812a9394d327c2bc271003dfba985de9b4137369f","b4439890c168d646357928431100daac5cbdee1d345a34e6bf6eca9f3abe22bc","5d72971a459517c44c1379dab9ed248e87a61ba0a1e0f25c9d67e1e640cd9a09","02d734976af36f4273d930bea88b3e62adf6b078cf120c1c63d49aa8d8427c5c",{"version":"516a426e3960379f310107635b8f3a7e8c307c6c665080b128039d9299ec4087","affectsGlobalScope":true}],"options":{"allowSyntheticDefaultImports":true,"declaration":false,"emitDecoratorMetadata":true,"esModuleInterop":true,"experimentalDecorators":true,"importHelpers":true,"inlineSources":true,"module":1,"noEmitOnError":true,"noImplicitAny":false,"outDir":"./","sourceMap":true,"strict":false,"target":4,"useDefineForClassFields":false},"fileIdsList":[[94,113,115],[94,114],[94],[68,93,94,101,102,103],[50,94],[53,94],[54,59,94],[55,65,66,73,82,93,94],[55,56,65,73,94],[57,94],[58,59,66,74,94],[59,82,90,94],[60,62,65,73,94],[61,94],[62,63,94],[64,65,94],[65,94],[65,66,67,82,93,94],[65,66,67,82,85,94],[94,98],[68,73,82,93,94],[65,66,68,69,73,82,90,93,94],[68,70,82,90,93,94],[50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100],[65,71,94],[72,93,94],[62,65,73,82,94],[74,94],[75,94],[53,76,94],[77,92,94,98],[78,94],[79,94],[65,80,94],[80,81,94,96],[65,82,83,84,85,94],[82,84,94],[82,83,94],[85,94],[86,94],[65,88,89,94],[88,89,94],[59,73,82,90,94],[91,94],[73,92,94],[54,68,79,93,94],[59,94],[82,94,95],[94,96],[94,97],[54,59,65,67,76,82,93,94,96,98],[82,94,99],[68,82,94,101],[94,109,110],[94,109,110,111,112],[42,48,94],[42,94],[42,94,105],[42,66,94,102,104],[42,45,46,94],[42,43,44,47,49,94,106,107],[42,94,106]],"referencedMap":[[116,1],[115,2],[114,3],[103,3],[104,4],[50,5],[51,5],[53,6],[54,7],[55,8],[56,9],[57,10],[58,11],[59,12],[60,13],[61,14],[62,15],[63,15],[64,16],[65,17],[66,18],[67,19],[52,20],[100,3],[68,21],[69,22],[70,23],[101,24],[71,25],[72,26],[73,27],[74,28],[75,29],[76,30],[77,31],[78,32],[79,33],[80,34],[81,35],[82,36],[84,37],[83,38],[85,39],[86,40],[87,3],[88,41],[89,42],[90,43],[91,44],[92,45],[93,46],[94,47],[95,48],[96,49],[97,50],[98,51],[99,52],[102,53],[109,3],[111,54],[113,55],[112,54],[110,3],[42,3],[8,3],[10,3],[9,3],[2,3],[11,3],[12,3],[13,3],[14,3],[15,3],[16,3],[17,3],[18,3],[3,3],[4,3],[22,3],[19,3],[20,3],[21,3],[23,3],[24,3],[25,3],[5,3],[26,3],[27,3],[28,3],[29,3],[6,3],[30,3],[31,3],[32,3],[33,3],[7,3],[34,3],[39,3],[40,3],[35,3],[36,3],[37,3],[38,3],[1,3],[41,3],[49,56],[48,57],[106,58],[105,59],[43,57],[47,60],[46,57],[45,57],[108,61],[44,57],[107,62]],"exportedModulesMap":[[116,1],[115,2],[114,3],[103,3],[104,4],[50,5],[51,5],[53,6],[54,7],[55,8],[56,9],[57,10],[58,11],[59,12],[60,13],[61,14],[62,15],[63,15],[64,16],[65,17],[66,18],[67,19],[52,20],[100,3],[68,21],[69,22],[70,23],[101,24],[71,25],[72,26],[73,27],[74,28],[75,29],[76,30],[77,31],[78,32],[79,33],[80,34],[81,35],[82,36],[84,37],[83,38],[85,39],[86,40],[87,3],[88,41],[89,42],[90,43],[91,44],[92,45],[93,46],[94,47],[95,48],[96,49],[97,50],[98,51],[99,52],[102,53],[109,3],[111,54],[113,55],[112,54],[110,3],[42,3],[8,3],[10,3],[9,3],[2,3],[11,3],[12,3],[13,3],[14,3],[15,3],[16,3],[17,3],[18,3],[3,3],[4,3],[22,3],[19,3],[20,3],[21,3],[23,3],[24,3],[25,3],[5,3],[26,3],[27,3],[28,3],[29,3],[6,3],[30,3],[31,3],[32,3],[33,3],[7,3],[34,3],[39,3],[40,3],[35,3],[36,3],[37,3],[38,3],[1,3],[41,3],[49,56],[48,57],[106,58],[105,59],[43,57],[47,60],[46,57],[45,57],[108,61],[44,57],[107,62]],"semanticDiagnosticsPerFile":[116,115,114,103,104,50,51,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,52,100,68,69,70,101,71,72,73,74,75,76,77,78,79,80,81,82,84,83,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,102,109,111,113,112,110,42,8,10,9,2,11,12,13,14,15,16,17,18,3,4,22,19,20,21,23,24,25,5,26,27,28,29,6,30,31,32,33,7,34,39,40,35,36,37,38,1,41,49,48,106,105,43,47,46,45,108,44,107]},"version":"4.7.4"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/document-template-base",
3
- "version": "5.0.1",
3
+ "version": "5.0.14",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -25,9 +25,9 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "@things-factory/env": "^5.0.0",
28
- "@things-factory/shell": "^5.0.1",
28
+ "@things-factory/shell": "^5.0.14",
29
29
  "form-data": "^3.0.0",
30
30
  "node-fetch": "^2.6.0"
31
31
  },
32
- "gitHead": "47225f76058999bb8bb075ac960cfb24f058093f"
32
+ "gitHead": "9ceaa39746fcf42953e429fab2001353cd821ded"
33
33
  }