@pittica/drive-folder-qrcode 1.4.1 → 2.0.0
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/LICENSE +1 -1
- package/README.md +23 -1
- package/dist/drive/client.js +395 -10
- package/dist/generator/drive.js +9 -7
- package/dist/generator/generator.js +260 -0
- package/dist/generator/local.js +9 -7
- package/dist/index.js +4 -7
- package/dist/qrcode/extension/document.js +1 -1
- package/dist/qrcode/extension/fill-background.js +1 -1
- package/dist/qrcode/extension/fill-caption.js +1 -1
- package/dist/qrcode/extension/fill-margin.js +1 -1
- package/dist/qrcode/extension/get-background.js +1 -1
- package/dist/qrcode/extension/undef.js +1 -1
- package/dist/qrcode/extension.js +6 -6
- package/dist/{generator/pdf.js → qrcode/filename.js} +12 -15
- package/dist/qrcode/image.js +32 -12
- package/dist/qrcode/logo.js +144 -109
- package/dist/qrcode/window.js +1 -1
- package/dist/scripts.js +123 -47
- package/dist/settings/settings.js +184 -0
- package/package.json +12 -11
- package/dist/drive/folder.js +0 -347
- package/dist/generator/generate.js +0 -172
@@ -0,0 +1,260 @@
|
|
1
|
+
"use strict";
|
2
|
+
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
4
|
+
value: true
|
5
|
+
});
|
6
|
+
exports["default"] = void 0;
|
7
|
+
var _client = _interopRequireDefault(require("../drive/client"));
|
8
|
+
var _settings = _interopRequireDefault(require("../settings/settings"));
|
9
|
+
var _image = _interopRequireDefault(require("../qrcode/image"));
|
10
|
+
var _logo = _interopRequireDefault(require("../qrcode/logo"));
|
11
|
+
var _filename = _interopRequireDefault(require("../qrcode/filename"));
|
12
|
+
var _path = require("path");
|
13
|
+
var _fs = require("fs");
|
14
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
15
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
16
|
+
function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return r; }; var t, r = {}, e = Object.prototype, n = e.hasOwnProperty, o = "function" == typeof Symbol ? Symbol : {}, i = o.iterator || "@@iterator", a = o.asyncIterator || "@@asyncIterator", u = o.toStringTag || "@@toStringTag"; function c(t, r, e, n) { Object.defineProperty(t, r, { value: e, enumerable: !n, configurable: !n, writable: !n }); } try { c({}, ""); } catch (t) { c = function c(t, r, e) { return t[r] = e; }; } function h(r, e, n, o) { var i = e && e.prototype instanceof Generator ? e : Generator, a = Object.create(i.prototype); return c(a, "_invoke", function (r, e, n) { var o = 1; return function (i, a) { if (3 === o) throw Error("Generator is already running"); if (4 === o) { if ("throw" === i) throw a; return { value: t, done: !0 }; } for (n.method = i, n.arg = a;;) { var u = n.delegate; if (u) { var c = d(u, n); if (c) { if (c === f) continue; return c; } } if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) { if (1 === o) throw o = 4, n.arg; n.dispatchException(n.arg); } else "return" === n.method && n.abrupt("return", n.arg); o = 3; var h = s(r, e, n); if ("normal" === h.type) { if (o = n.done ? 4 : 2, h.arg === f) continue; return { value: h.arg, done: n.done }; } "throw" === h.type && (o = 4, n.method = "throw", n.arg = h.arg); } }; }(r, n, new Context(o || [])), !0), a; } function s(t, r, e) { try { return { type: "normal", arg: t.call(r, e) }; } catch (t) { return { type: "throw", arg: t }; } } r.wrap = h; var f = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var l = {}; c(l, i, function () { return this; }); var p = Object.getPrototypeOf, y = p && p(p(x([]))); y && y !== e && n.call(y, i) && (l = y); var v = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(l); function g(t) { ["next", "throw", "return"].forEach(function (r) { c(t, r, function (t) { return this._invoke(r, t); }); }); } function AsyncIterator(t, r) { function e(o, i, a, u) { var c = s(t[o], t, i); if ("throw" !== c.type) { var h = c.arg, f = h.value; return f && "object" == _typeof(f) && n.call(f, "__await") ? r.resolve(f.__await).then(function (t) { e("next", t, a, u); }, function (t) { e("throw", t, a, u); }) : r.resolve(f).then(function (t) { h.value = t, a(h); }, function (t) { return e("throw", t, a, u); }); } u(c.arg); } var o; c(this, "_invoke", function (t, n) { function i() { return new r(function (r, o) { e(t, n, r, o); }); } return o = o ? o.then(i, i) : i(); }, !0); } function d(r, e) { var n = e.method, o = r.i[n]; if (o === t) return e.delegate = null, "throw" === n && r.i["return"] && (e.method = "return", e.arg = t, d(r, e), "throw" === e.method) || "return" !== n && (e.method = "throw", e.arg = new TypeError("The iterator does not provide a '" + n + "' method")), f; var i = s(o, r.i, e.arg); if ("throw" === i.type) return e.method = "throw", e.arg = i.arg, e.delegate = null, f; var a = i.arg; return a ? a.done ? (e[r.r] = a.value, e.next = r.n, "return" !== e.method && (e.method = "next", e.arg = t), e.delegate = null, f) : a : (e.method = "throw", e.arg = new TypeError("iterator result is not an object"), e.delegate = null, f); } function w(t) { this.tryEntries.push(t); } function m(r) { var e = r[4] || {}; e.type = "normal", e.arg = t, r[4] = e; } function Context(t) { this.tryEntries = [[-1]], t.forEach(w, this), this.reset(!0); } function x(r) { if (null != r) { var e = r[i]; if (e) return e.call(r); if ("function" == typeof r.next) return r; if (!isNaN(r.length)) { var o = -1, a = function e() { for (; ++o < r.length;) if (n.call(r, o)) return e.value = r[o], e.done = !1, e; return e.value = t, e.done = !0, e; }; return a.next = a; } } throw new TypeError(_typeof(r) + " is not iterable"); } return GeneratorFunction.prototype = GeneratorFunctionPrototype, c(v, "constructor", GeneratorFunctionPrototype), c(GeneratorFunctionPrototype, "constructor", GeneratorFunction), c(GeneratorFunctionPrototype, u, GeneratorFunction.displayName = "GeneratorFunction"), r.isGeneratorFunction = function (t) { var r = "function" == typeof t && t.constructor; return !!r && (r === GeneratorFunction || "GeneratorFunction" === (r.displayName || r.name)); }, r.mark = function (t) { return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, c(t, u, "GeneratorFunction")), t.prototype = Object.create(v), t; }, r.awrap = function (t) { return { __await: t }; }, g(AsyncIterator.prototype), c(AsyncIterator.prototype, a, function () { return this; }), r.AsyncIterator = AsyncIterator, r.async = function (t, e, n, o, i) { void 0 === i && (i = Promise); var a = new AsyncIterator(h(t, e, n, o), i); return r.isGeneratorFunction(e) ? a : a.next().then(function (t) { return t.done ? t.value : a.next(); }); }, g(v), c(v, u, "Generator"), c(v, i, function () { return this; }), c(v, "toString", function () { return "[object Generator]"; }), r.keys = function (t) { var r = Object(t), e = []; for (var n in r) e.unshift(n); return function t() { for (; e.length;) if ((n = e.pop()) in r) return t.value = n, t.done = !1, t; return t.done = !0, t; }; }, r.values = x, Context.prototype = { constructor: Context, reset: function reset(r) { if (this.prev = this.next = 0, this.sent = this._sent = t, this.done = !1, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(m), !r) for (var e in this) "t" === e.charAt(0) && n.call(this, e) && !isNaN(+e.slice(1)) && (this[e] = t); }, stop: function stop() { this.done = !0; var t = this.tryEntries[0][4]; if ("throw" === t.type) throw t.arg; return this.rval; }, dispatchException: function dispatchException(r) { if (this.done) throw r; var e = this; function n(t) { a.type = "throw", a.arg = r, e.next = t; } for (var o = e.tryEntries.length - 1; o >= 0; --o) { var i = this.tryEntries[o], a = i[4], u = this.prev, c = i[1], h = i[2]; if (-1 === i[0]) return n("end"), !1; if (!c && !h) throw Error("try statement without catch or finally"); if (null != i[0] && i[0] <= u) { if (u < c) return this.method = "next", this.arg = t, n(c), !0; if (u < h) return n(h), !1; } } }, abrupt: function abrupt(t, r) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var n = this.tryEntries[e]; if (n[0] > -1 && n[0] <= this.prev && this.prev < n[2]) { var o = n; break; } } o && ("break" === t || "continue" === t) && o[0] <= r && r <= o[2] && (o = null); var i = o ? o[4] : {}; return i.type = t, i.arg = r, o ? (this.method = "next", this.next = o[2], f) : this.complete(i); }, complete: function complete(t, r) { if ("throw" === t.type) throw t.arg; return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type && r && (this.next = r), f; }, finish: function finish(t) { for (var r = this.tryEntries.length - 1; r >= 0; --r) { var e = this.tryEntries[r]; if (e[2] === t) return this.complete(e[4], e[3]), m(e), f; } }, "catch": function _catch(t) { for (var r = this.tryEntries.length - 1; r >= 0; --r) { var e = this.tryEntries[r]; if (e[0] === t) { var n = e[4]; if ("throw" === n.type) { var o = n.arg; m(e); } return o; } } throw Error("illegal catch attempt"); }, delegateYield: function delegateYield(r, e, n) { return this.delegate = { i: x(r), r: e, n: n }, "next" === this.method && (this.arg = t), f; } }, r; }
|
17
|
+
function asyncGeneratorStep(n, t, e, r, o, a, c) { try { var i = n[a](c), u = i.value; } catch (n) { return void e(n); } i.done ? t(u) : Promise.resolve(u).then(r, o); }
|
18
|
+
function _asyncToGenerator(n) { return function () { var t = this, e = arguments; return new Promise(function (r, o) { var a = n.apply(t, e); function _next(n) { asyncGeneratorStep(a, r, o, _next, _throw, "next", n); } function _throw(n) { asyncGeneratorStep(a, r, o, _next, _throw, "throw", n); } _next(void 0); }); }; }
|
19
|
+
function _classCallCheck(a, n) { if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); }
|
20
|
+
function _defineProperties(e, r) { for (var t = 0; t < r.length; t++) { var o = r[t]; o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, _toPropertyKey(o.key), o); } }
|
21
|
+
function _createClass(e, r, t) { return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e; }
|
22
|
+
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
23
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
24
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } // Copyright 2024-2025 Pittica S.r.l.
|
25
|
+
//
|
26
|
+
// Licensed under the Apache License, Version 2.0 (the "License");
|
27
|
+
// you may not use this file except in compliance with the License.
|
28
|
+
// You may obtain a copy of the License at
|
29
|
+
//
|
30
|
+
// http://www.apache.org/licenses/LICENSE-2.0
|
31
|
+
//
|
32
|
+
// Unless required by applicable law or agreed to in writing, software
|
33
|
+
// distributed under the License is distributed on an "AS IS" BASIS,
|
34
|
+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
35
|
+
// See the License for the specific language governing permissions and
|
36
|
+
// limitations under the License.
|
37
|
+
/**
|
38
|
+
* Generator.
|
39
|
+
*/
|
40
|
+
var Generator = exports["default"] = /*#__PURE__*/function () {
|
41
|
+
/**
|
42
|
+
* Creates a new instance of the Generator class.
|
43
|
+
*
|
44
|
+
* @param {boolean} local A value indicating whether the process is local or Google Drive.
|
45
|
+
* @param {string|object|null} credentials Credentials object or JSON file path.
|
46
|
+
*/
|
47
|
+
function Generator() {
|
48
|
+
var local = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false;
|
49
|
+
var credentials = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : null;
|
50
|
+
_classCallCheck(this, Generator);
|
51
|
+
_defineProperty(this, "_client", null);
|
52
|
+
_defineProperty(this, "_local", false);
|
53
|
+
this._client = new _client["default"](credentials);
|
54
|
+
this._local = local;
|
55
|
+
}
|
56
|
+
|
57
|
+
/**
|
58
|
+
* Generates graphics.
|
59
|
+
*
|
60
|
+
* @param {string} drive Source folder ID.
|
61
|
+
* @param {string} output Output folder folder ID.
|
62
|
+
* @param {string} logo Logo image path.
|
63
|
+
* @param {object} colors Color settings.
|
64
|
+
* @param {object} font Font settings.
|
65
|
+
* @param {number} size QR code size.
|
66
|
+
* @param {number} margin QR code margin.
|
67
|
+
* @param {boolean} rounded A value indicating whether the image has a rounded border.
|
68
|
+
* @param {string} format Output format.
|
69
|
+
* @param {function} captionCallback Caption text filter.
|
70
|
+
* @returns {boolean} A value indicating whether the file has been created.
|
71
|
+
*/
|
72
|
+
return _createClass(Generator, [{
|
73
|
+
key: "generate",
|
74
|
+
value: (function () {
|
75
|
+
var _generate = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee(drive, output, logo, colors, font, size, margin) {
|
76
|
+
var rounded,
|
77
|
+
format,
|
78
|
+
captionCallback,
|
79
|
+
result,
|
80
|
+
settings,
|
81
|
+
merged,
|
82
|
+
image,
|
83
|
+
data,
|
84
|
+
folders,
|
85
|
+
_args = arguments;
|
86
|
+
return _regeneratorRuntime().wrap(function _callee$(_context) {
|
87
|
+
while (1) switch (_context.prev = _context.next) {
|
88
|
+
case 0:
|
89
|
+
rounded = _args.length > 7 && _args[7] !== undefined ? _args[7] : false;
|
90
|
+
format = _args.length > 8 && _args[8] !== undefined ? _args[8] : "PDF";
|
91
|
+
captionCallback = _args.length > 9 && _args[9] !== undefined ? _args[9] : null;
|
92
|
+
result = [];
|
93
|
+
settings = new _settings["default"]();
|
94
|
+
merged = settings.merge(drive, {
|
95
|
+
drive: this._local ? null : output,
|
96
|
+
local: this._local ? output : null
|
97
|
+
}, {
|
98
|
+
size: size,
|
99
|
+
margin: margin,
|
100
|
+
rounded: rounded,
|
101
|
+
format: format
|
102
|
+
}, colors, font);
|
103
|
+
if (!merged.source) {
|
104
|
+
_context.next = 19;
|
105
|
+
break;
|
106
|
+
}
|
107
|
+
image = new _logo["default"](logo);
|
108
|
+
_context.next = 10;
|
109
|
+
return image.getData(merged.settings.size);
|
110
|
+
case 10:
|
111
|
+
data = _context.sent;
|
112
|
+
_context.next = 13;
|
113
|
+
return this._client.list(merged.source);
|
114
|
+
case 13:
|
115
|
+
folders = _context.sent;
|
116
|
+
console.info("Processing \"".concat(merged.source, "\"..."));
|
117
|
+
_context.next = 17;
|
118
|
+
return this.process(folders, this._local ? merged.destination.local : merged.destination.drive, merged.settings.size, merged.settings.margin, logo, data, merged.colors, merged.font, merged.settings.rounded, merged.settings.format, captionCallback, result);
|
119
|
+
case 17:
|
120
|
+
_context.next = 20;
|
121
|
+
break;
|
122
|
+
case 19:
|
123
|
+
console.error("Source Google Drive or folder is required.");
|
124
|
+
case 20:
|
125
|
+
return _context.abrupt("return", result);
|
126
|
+
case 21:
|
127
|
+
case "end":
|
128
|
+
return _context.stop();
|
129
|
+
}
|
130
|
+
}, _callee, this);
|
131
|
+
}));
|
132
|
+
function generate(_x, _x2, _x3, _x4, _x5, _x6, _x7) {
|
133
|
+
return _generate.apply(this, arguments);
|
134
|
+
}
|
135
|
+
return generate;
|
136
|
+
}()
|
137
|
+
/**
|
138
|
+
* Indicates whether the file exists in the output folder.
|
139
|
+
*
|
140
|
+
* @param {string} output Output path of folder.
|
141
|
+
* @param {object} folder Output folder name and ID.
|
142
|
+
* @param {string} format Output format.
|
143
|
+
* @returns {boolean} A value indicating whether the file exists in the output folder.
|
144
|
+
*/
|
145
|
+
)
|
146
|
+
}, {
|
147
|
+
key: "exists",
|
148
|
+
value: (function () {
|
149
|
+
var _exists = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee2(output, folder, format) {
|
150
|
+
return _regeneratorRuntime().wrap(function _callee2$(_context2) {
|
151
|
+
while (1) switch (_context2.prev = _context2.next) {
|
152
|
+
case 0:
|
153
|
+
if (!this._local) {
|
154
|
+
_context2.next = 4;
|
155
|
+
break;
|
156
|
+
}
|
157
|
+
return _context2.abrupt("return", (0, _fs.existsSync)((0, _path.join)(output, (0, _filename["default"])(folder, format))));
|
158
|
+
case 4:
|
159
|
+
_context2.next = 6;
|
160
|
+
return this._client.hasFile(output, (0, _filename["default"])(folder, format));
|
161
|
+
case 6:
|
162
|
+
return _context2.abrupt("return", _context2.sent);
|
163
|
+
case 7:
|
164
|
+
case "end":
|
165
|
+
return _context2.stop();
|
166
|
+
}
|
167
|
+
}, _callee2, this);
|
168
|
+
}));
|
169
|
+
function exists(_x8, _x9, _x0) {
|
170
|
+
return _exists.apply(this, arguments);
|
171
|
+
}
|
172
|
+
return exists;
|
173
|
+
}()
|
174
|
+
/**
|
175
|
+
* Processes the folder data.
|
176
|
+
*
|
177
|
+
* @param {Array} folders An array of folder paths or IDs.
|
178
|
+
* @param {string} output Output folder folder ID.
|
179
|
+
* @param {Number} size QR code size.
|
180
|
+
* @param {Number} margin QR code margin.
|
181
|
+
* @param {string} image Logo path.
|
182
|
+
* @param {string} data Logo image data.
|
183
|
+
* @param {object} colors Color settings.
|
184
|
+
* @param {object} font Font settings.
|
185
|
+
* @param {boolean} rounded A value indicating whether the image has a rounded border.
|
186
|
+
* @param {string} format Output format.
|
187
|
+
* @param {function} captionCallback Caption text filter.
|
188
|
+
* @param {Array} result An array of folder paths or IDs containing the created files.
|
189
|
+
* @param {number} index Folders index.
|
190
|
+
*/
|
191
|
+
)
|
192
|
+
}, {
|
193
|
+
key: "process",
|
194
|
+
value: (function () {
|
195
|
+
var _process = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee3(folders, output, size, margin, logo, data, colors, font, rounded, format, captionCallback, result) {
|
196
|
+
var index,
|
197
|
+
folder,
|
198
|
+
qr,
|
199
|
+
_args3 = arguments;
|
200
|
+
return _regeneratorRuntime().wrap(function _callee3$(_context3) {
|
201
|
+
while (1) switch (_context3.prev = _context3.next) {
|
202
|
+
case 0:
|
203
|
+
index = _args3.length > 12 && _args3[12] !== undefined ? _args3[12] : 0;
|
204
|
+
if (!(typeof folders[index] !== "undefined")) {
|
205
|
+
_context3.next = 29;
|
206
|
+
break;
|
207
|
+
}
|
208
|
+
folder = folders[index];
|
209
|
+
_context3.prev = 3;
|
210
|
+
_context3.next = 6;
|
211
|
+
return this.exists(output, folder, format);
|
212
|
+
case 6:
|
213
|
+
if (_context3.sent) {
|
214
|
+
_context3.next = 22;
|
215
|
+
break;
|
216
|
+
}
|
217
|
+
qr = new _image["default"](folder, size, margin, logo, data, colors, font, rounded, typeof captionCallback === "function" ? captionCallback(folder) : folder.name);
|
218
|
+
console.info("Creating QR code for \"".concat(folder.name, "\"."));
|
219
|
+
if (!this._local) {
|
220
|
+
_context3.next = 17;
|
221
|
+
break;
|
222
|
+
}
|
223
|
+
_context3.t0 = result;
|
224
|
+
_context3.next = 13;
|
225
|
+
return qr.save(output, format);
|
226
|
+
case 13:
|
227
|
+
_context3.t1 = _context3.sent;
|
228
|
+
_context3.t0.push.call(_context3.t0, _context3.t1);
|
229
|
+
_context3.next = 22;
|
230
|
+
break;
|
231
|
+
case 17:
|
232
|
+
_context3.t2 = result;
|
233
|
+
_context3.next = 20;
|
234
|
+
return qr.upload(output, format, this._client);
|
235
|
+
case 20:
|
236
|
+
_context3.t3 = _context3.sent;
|
237
|
+
_context3.t2.push.call(_context3.t2, _context3.t3);
|
238
|
+
case 22:
|
239
|
+
_context3.next = 24;
|
240
|
+
return this.process(folders, output, size, margin, logo, data, colors, font, rounded, format, captionCallback, result, index + 1);
|
241
|
+
case 24:
|
242
|
+
_context3.next = 29;
|
243
|
+
break;
|
244
|
+
case 26:
|
245
|
+
_context3.prev = 26;
|
246
|
+
_context3.t4 = _context3["catch"](3);
|
247
|
+
console.error("Error creating QR code for \"".concat(folder.name, "\"."), _context3.t4);
|
248
|
+
case 29:
|
249
|
+
case "end":
|
250
|
+
return _context3.stop();
|
251
|
+
}
|
252
|
+
}, _callee3, this, [[3, 26]]);
|
253
|
+
}));
|
254
|
+
function process(_x1, _x10, _x11, _x12, _x13, _x14, _x15, _x16, _x17, _x18, _x19, _x20) {
|
255
|
+
return _process.apply(this, arguments);
|
256
|
+
}
|
257
|
+
return process;
|
258
|
+
}())
|
259
|
+
}]);
|
260
|
+
}();
|
package/dist/generator/local.js
CHANGED
@@ -5,11 +5,11 @@ Object.defineProperty(exports, "__esModule", {
|
|
5
5
|
value: true
|
6
6
|
});
|
7
7
|
exports["default"] = void 0;
|
8
|
-
var
|
8
|
+
var _generator = _interopRequireDefault(require("./generator"));
|
9
9
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
10
|
-
function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/
|
10
|
+
function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return r; }; var t, r = {}, e = Object.prototype, n = e.hasOwnProperty, o = "function" == typeof Symbol ? Symbol : {}, i = o.iterator || "@@iterator", a = o.asyncIterator || "@@asyncIterator", u = o.toStringTag || "@@toStringTag"; function c(t, r, e, n) { Object.defineProperty(t, r, { value: e, enumerable: !n, configurable: !n, writable: !n }); } try { c({}, ""); } catch (t) { c = function c(t, r, e) { return t[r] = e; }; } function h(r, e, n, o) { var i = e && e.prototype instanceof Generator ? e : Generator, a = Object.create(i.prototype); return c(a, "_invoke", function (r, e, n) { var o = 1; return function (i, a) { if (3 === o) throw Error("Generator is already running"); if (4 === o) { if ("throw" === i) throw a; return { value: t, done: !0 }; } for (n.method = i, n.arg = a;;) { var u = n.delegate; if (u) { var c = d(u, n); if (c) { if (c === f) continue; return c; } } if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) { if (1 === o) throw o = 4, n.arg; n.dispatchException(n.arg); } else "return" === n.method && n.abrupt("return", n.arg); o = 3; var h = s(r, e, n); if ("normal" === h.type) { if (o = n.done ? 4 : 2, h.arg === f) continue; return { value: h.arg, done: n.done }; } "throw" === h.type && (o = 4, n.method = "throw", n.arg = h.arg); } }; }(r, n, new Context(o || [])), !0), a; } function s(t, r, e) { try { return { type: "normal", arg: t.call(r, e) }; } catch (t) { return { type: "throw", arg: t }; } } r.wrap = h; var f = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var l = {}; c(l, i, function () { return this; }); var p = Object.getPrototypeOf, y = p && p(p(x([]))); y && y !== e && n.call(y, i) && (l = y); var v = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(l); function g(t) { ["next", "throw", "return"].forEach(function (r) { c(t, r, function (t) { return this._invoke(r, t); }); }); } function AsyncIterator(t, r) { function e(o, i, a, u) { var c = s(t[o], t, i); if ("throw" !== c.type) { var h = c.arg, f = h.value; return f && "object" == _typeof(f) && n.call(f, "__await") ? r.resolve(f.__await).then(function (t) { e("next", t, a, u); }, function (t) { e("throw", t, a, u); }) : r.resolve(f).then(function (t) { h.value = t, a(h); }, function (t) { return e("throw", t, a, u); }); } u(c.arg); } var o; c(this, "_invoke", function (t, n) { function i() { return new r(function (r, o) { e(t, n, r, o); }); } return o = o ? o.then(i, i) : i(); }, !0); } function d(r, e) { var n = e.method, o = r.i[n]; if (o === t) return e.delegate = null, "throw" === n && r.i["return"] && (e.method = "return", e.arg = t, d(r, e), "throw" === e.method) || "return" !== n && (e.method = "throw", e.arg = new TypeError("The iterator does not provide a '" + n + "' method")), f; var i = s(o, r.i, e.arg); if ("throw" === i.type) return e.method = "throw", e.arg = i.arg, e.delegate = null, f; var a = i.arg; return a ? a.done ? (e[r.r] = a.value, e.next = r.n, "return" !== e.method && (e.method = "next", e.arg = t), e.delegate = null, f) : a : (e.method = "throw", e.arg = new TypeError("iterator result is not an object"), e.delegate = null, f); } function w(t) { this.tryEntries.push(t); } function m(r) { var e = r[4] || {}; e.type = "normal", e.arg = t, r[4] = e; } function Context(t) { this.tryEntries = [[-1]], t.forEach(w, this), this.reset(!0); } function x(r) { if (null != r) { var e = r[i]; if (e) return e.call(r); if ("function" == typeof r.next) return r; if (!isNaN(r.length)) { var o = -1, a = function e() { for (; ++o < r.length;) if (n.call(r, o)) return e.value = r[o], e.done = !1, e; return e.value = t, e.done = !0, e; }; return a.next = a; } } throw new TypeError(_typeof(r) + " is not iterable"); } return GeneratorFunction.prototype = GeneratorFunctionPrototype, c(v, "constructor", GeneratorFunctionPrototype), c(GeneratorFunctionPrototype, "constructor", GeneratorFunction), c(GeneratorFunctionPrototype, u, GeneratorFunction.displayName = "GeneratorFunction"), r.isGeneratorFunction = function (t) { var r = "function" == typeof t && t.constructor; return !!r && (r === GeneratorFunction || "GeneratorFunction" === (r.displayName || r.name)); }, r.mark = function (t) { return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, c(t, u, "GeneratorFunction")), t.prototype = Object.create(v), t; }, r.awrap = function (t) { return { __await: t }; }, g(AsyncIterator.prototype), c(AsyncIterator.prototype, a, function () { return this; }), r.AsyncIterator = AsyncIterator, r.async = function (t, e, n, o, i) { void 0 === i && (i = Promise); var a = new AsyncIterator(h(t, e, n, o), i); return r.isGeneratorFunction(e) ? a : a.next().then(function (t) { return t.done ? t.value : a.next(); }); }, g(v), c(v, u, "Generator"), c(v, i, function () { return this; }), c(v, "toString", function () { return "[object Generator]"; }), r.keys = function (t) { var r = Object(t), e = []; for (var n in r) e.unshift(n); return function t() { for (; e.length;) if ((n = e.pop()) in r) return t.value = n, t.done = !1, t; return t.done = !0, t; }; }, r.values = x, Context.prototype = { constructor: Context, reset: function reset(r) { if (this.prev = this.next = 0, this.sent = this._sent = t, this.done = !1, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(m), !r) for (var e in this) "t" === e.charAt(0) && n.call(this, e) && !isNaN(+e.slice(1)) && (this[e] = t); }, stop: function stop() { this.done = !0; var t = this.tryEntries[0][4]; if ("throw" === t.type) throw t.arg; return this.rval; }, dispatchException: function dispatchException(r) { if (this.done) throw r; var e = this; function n(t) { a.type = "throw", a.arg = r, e.next = t; } for (var o = e.tryEntries.length - 1; o >= 0; --o) { var i = this.tryEntries[o], a = i[4], u = this.prev, c = i[1], h = i[2]; if (-1 === i[0]) return n("end"), !1; if (!c && !h) throw Error("try statement without catch or finally"); if (null != i[0] && i[0] <= u) { if (u < c) return this.method = "next", this.arg = t, n(c), !0; if (u < h) return n(h), !1; } } }, abrupt: function abrupt(t, r) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var n = this.tryEntries[e]; if (n[0] > -1 && n[0] <= this.prev && this.prev < n[2]) { var o = n; break; } } o && ("break" === t || "continue" === t) && o[0] <= r && r <= o[2] && (o = null); var i = o ? o[4] : {}; return i.type = t, i.arg = r, o ? (this.method = "next", this.next = o[2], f) : this.complete(i); }, complete: function complete(t, r) { if ("throw" === t.type) throw t.arg; return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type && r && (this.next = r), f; }, finish: function finish(t) { for (var r = this.tryEntries.length - 1; r >= 0; --r) { var e = this.tryEntries[r]; if (e[2] === t) return this.complete(e[4], e[3]), m(e), f; } }, "catch": function _catch(t) { for (var r = this.tryEntries.length - 1; r >= 0; --r) { var e = this.tryEntries[r]; if (e[0] === t) { var n = e[4]; if ("throw" === n.type) { var o = n.arg; m(e); } return o; } } throw Error("illegal catch attempt"); }, delegateYield: function delegateYield(r, e, n) { return this.delegate = { i: x(r), r: e, n: n }, "next" === this.method && (this.arg = t), f; } }, r; }
|
11
11
|
function asyncGeneratorStep(n, t, e, r, o, a, c) { try { var i = n[a](c), u = i.value; } catch (n) { return void e(n); } i.done ? t(u) : Promise.resolve(u).then(r, o); }
|
12
|
-
function _asyncToGenerator(n) { return function () { var t = this, e = arguments; return new Promise(function (r, o) { var a = n.apply(t, e); function _next(n) { asyncGeneratorStep(a, r, o, _next, _throw, "next", n); } function _throw(n) { asyncGeneratorStep(a, r, o, _next, _throw, "throw", n); } _next(void 0); }); }; } // Copyright 2024 Pittica S.r.l.
|
12
|
+
function _asyncToGenerator(n) { return function () { var t = this, e = arguments; return new Promise(function (r, o) { var a = n.apply(t, e); function _next(n) { asyncGeneratorStep(a, r, o, _next, _throw, "next", n); } function _throw(n) { asyncGeneratorStep(a, r, o, _next, _throw, "throw", n); } _next(void 0); }); }; } // Copyright 2024-2025 Pittica S.r.l.
|
13
13
|
//
|
14
14
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
15
15
|
// you may not use this file except in compliance with the License.
|
@@ -28,6 +28,7 @@ var _default = exports["default"] = /*#__PURE__*/function () {
|
|
28
28
|
format,
|
29
29
|
credentials,
|
30
30
|
captionCallback,
|
31
|
+
generator,
|
31
32
|
_args = arguments;
|
32
33
|
return _regeneratorRuntime().wrap(function _callee$(_context) {
|
33
34
|
while (1) switch (_context.prev = _context.next) {
|
@@ -36,11 +37,12 @@ var _default = exports["default"] = /*#__PURE__*/function () {
|
|
36
37
|
format = _args.length > 8 && _args[8] !== undefined ? _args[8] : "PDF";
|
37
38
|
credentials = _args.length > 9 && _args[9] !== undefined ? _args[9] : null;
|
38
39
|
captionCallback = _args.length > 10 && _args[10] !== undefined ? _args[10] : null;
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
return _context.abrupt("return", _context.sent);
|
40
|
+
generator = new _generator["default"](true, credentials);
|
41
|
+
_context.next = 7;
|
42
|
+
return generator.generate(drive, output, logo, colors, font, size, margin, rounded, format, captionCallback);
|
43
43
|
case 7:
|
44
|
+
return _context.abrupt("return", _context.sent);
|
45
|
+
case 8:
|
44
46
|
case "end":
|
45
47
|
return _context.stop();
|
46
48
|
}
|
package/dist/index.js
CHANGED
@@ -3,11 +3,11 @@
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
4
4
|
value: true
|
5
5
|
});
|
6
|
-
exports
|
6
|
+
exports["default"] = void 0;
|
7
7
|
var _local = _interopRequireDefault(require("./generator/local"));
|
8
8
|
var _drive = _interopRequireDefault(require("./generator/drive"));
|
9
9
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
10
|
-
// Copyright 2024 Pittica S.r.l.
|
10
|
+
// Copyright 2024-2025 Pittica S.r.l.
|
11
11
|
//
|
12
12
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
13
13
|
// you may not use this file except in compliance with the License.
|
@@ -20,10 +20,7 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default":
|
|
20
20
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
21
21
|
// See the License for the specific language governing permissions and
|
22
22
|
// limitations under the License.
|
23
|
-
|
24
|
-
var local = exports.local = _local["default"];
|
25
|
-
var drive = exports.drive = _drive["default"];
|
26
23
|
var _default = exports["default"] = {
|
27
|
-
local:
|
28
|
-
drive:
|
24
|
+
local: _local["default"],
|
25
|
+
drive: _drive["default"]
|
29
26
|
};
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
6
6
|
exports["default"] = void 0;
|
7
7
|
var _window2 = _interopRequireDefault(require("../window"));
|
8
8
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
9
|
-
// Copyright 2024 Pittica S.r.l.
|
9
|
+
// Copyright 2024-2025 Pittica S.r.l.
|
10
10
|
//
|
11
11
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
12
12
|
// you may not use this file except in compliance with the License.
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
5
5
|
});
|
6
6
|
exports["default"] = void 0;
|
7
|
-
// Copyright 2024 Pittica S.r.l.
|
7
|
+
// Copyright 2024-2025 Pittica S.r.l.
|
8
8
|
//
|
9
9
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
10
10
|
// you may not use this file except in compliance with the License.
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
5
5
|
});
|
6
6
|
exports["default"] = void 0;
|
7
|
-
// Copyright 2024 Pittica S.r.l.
|
7
|
+
// Copyright 2024-2025 Pittica S.r.l.
|
8
8
|
//
|
9
9
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
10
10
|
// you may not use this file except in compliance with the License.
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
5
5
|
});
|
6
6
|
exports["default"] = void 0;
|
7
|
-
// Copyright 2024 Pittica S.r.l.
|
7
|
+
// Copyright 2024-2025 Pittica S.r.l.
|
8
8
|
//
|
9
9
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
10
10
|
// you may not use this file except in compliance with the License.
|
@@ -7,7 +7,7 @@ exports["default"] = void 0;
|
|
7
7
|
var _document = _interopRequireDefault(require("./document"));
|
8
8
|
var _fillBackground = _interopRequireDefault(require("./fill-background"));
|
9
9
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
10
|
-
// Copyright 2024 Pittica S.r.l.
|
10
|
+
// Copyright 2024-2025 Pittica S.r.l.
|
11
11
|
//
|
12
12
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
13
13
|
// you may not use this file except in compliance with the License.
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
5
5
|
});
|
6
6
|
exports["default"] = void 0;
|
7
|
-
// Copyright 2024 Pittica S.r.l.
|
7
|
+
// Copyright 2024-2025 Pittica S.r.l.
|
8
8
|
//
|
9
9
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
10
10
|
// you may not use this file except in compliance with the License.
|
package/dist/qrcode/extension.js
CHANGED
@@ -13,9 +13,9 @@ var _fillMargin = _interopRequireDefault(require("./extension/fill-margin"));
|
|
13
13
|
var _document = _interopRequireDefault(require("./extension/document"));
|
14
14
|
var _undef = _interopRequireDefault(require("./extension/undef"));
|
15
15
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
16
|
-
function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/
|
16
|
+
function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return r; }; var t, r = {}, e = Object.prototype, n = e.hasOwnProperty, o = "function" == typeof Symbol ? Symbol : {}, i = o.iterator || "@@iterator", a = o.asyncIterator || "@@asyncIterator", u = o.toStringTag || "@@toStringTag"; function c(t, r, e, n) { Object.defineProperty(t, r, { value: e, enumerable: !n, configurable: !n, writable: !n }); } try { c({}, ""); } catch (t) { c = function c(t, r, e) { return t[r] = e; }; } function h(r, e, n, o) { var i = e && e.prototype instanceof Generator ? e : Generator, a = Object.create(i.prototype); return c(a, "_invoke", function (r, e, n) { var o = 1; return function (i, a) { if (3 === o) throw Error("Generator is already running"); if (4 === o) { if ("throw" === i) throw a; return { value: t, done: !0 }; } for (n.method = i, n.arg = a;;) { var u = n.delegate; if (u) { var c = d(u, n); if (c) { if (c === f) continue; return c; } } if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) { if (1 === o) throw o = 4, n.arg; n.dispatchException(n.arg); } else "return" === n.method && n.abrupt("return", n.arg); o = 3; var h = s(r, e, n); if ("normal" === h.type) { if (o = n.done ? 4 : 2, h.arg === f) continue; return { value: h.arg, done: n.done }; } "throw" === h.type && (o = 4, n.method = "throw", n.arg = h.arg); } }; }(r, n, new Context(o || [])), !0), a; } function s(t, r, e) { try { return { type: "normal", arg: t.call(r, e) }; } catch (t) { return { type: "throw", arg: t }; } } r.wrap = h; var f = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var l = {}; c(l, i, function () { return this; }); var p = Object.getPrototypeOf, y = p && p(p(x([]))); y && y !== e && n.call(y, i) && (l = y); var v = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(l); function g(t) { ["next", "throw", "return"].forEach(function (r) { c(t, r, function (t) { return this._invoke(r, t); }); }); } function AsyncIterator(t, r) { function e(o, i, a, u) { var c = s(t[o], t, i); if ("throw" !== c.type) { var h = c.arg, f = h.value; return f && "object" == _typeof(f) && n.call(f, "__await") ? r.resolve(f.__await).then(function (t) { e("next", t, a, u); }, function (t) { e("throw", t, a, u); }) : r.resolve(f).then(function (t) { h.value = t, a(h); }, function (t) { return e("throw", t, a, u); }); } u(c.arg); } var o; c(this, "_invoke", function (t, n) { function i() { return new r(function (r, o) { e(t, n, r, o); }); } return o = o ? o.then(i, i) : i(); }, !0); } function d(r, e) { var n = e.method, o = r.i[n]; if (o === t) return e.delegate = null, "throw" === n && r.i["return"] && (e.method = "return", e.arg = t, d(r, e), "throw" === e.method) || "return" !== n && (e.method = "throw", e.arg = new TypeError("The iterator does not provide a '" + n + "' method")), f; var i = s(o, r.i, e.arg); if ("throw" === i.type) return e.method = "throw", e.arg = i.arg, e.delegate = null, f; var a = i.arg; return a ? a.done ? (e[r.r] = a.value, e.next = r.n, "return" !== e.method && (e.method = "next", e.arg = t), e.delegate = null, f) : a : (e.method = "throw", e.arg = new TypeError("iterator result is not an object"), e.delegate = null, f); } function w(t) { this.tryEntries.push(t); } function m(r) { var e = r[4] || {}; e.type = "normal", e.arg = t, r[4] = e; } function Context(t) { this.tryEntries = [[-1]], t.forEach(w, this), this.reset(!0); } function x(r) { if (null != r) { var e = r[i]; if (e) return e.call(r); if ("function" == typeof r.next) return r; if (!isNaN(r.length)) { var o = -1, a = function e() { for (; ++o < r.length;) if (n.call(r, o)) return e.value = r[o], e.done = !1, e; return e.value = t, e.done = !0, e; }; return a.next = a; } } throw new TypeError(_typeof(r) + " is not iterable"); } return GeneratorFunction.prototype = GeneratorFunctionPrototype, c(v, "constructor", GeneratorFunctionPrototype), c(GeneratorFunctionPrototype, "constructor", GeneratorFunction), c(GeneratorFunctionPrototype, u, GeneratorFunction.displayName = "GeneratorFunction"), r.isGeneratorFunction = function (t) { var r = "function" == typeof t && t.constructor; return !!r && (r === GeneratorFunction || "GeneratorFunction" === (r.displayName || r.name)); }, r.mark = function (t) { return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, c(t, u, "GeneratorFunction")), t.prototype = Object.create(v), t; }, r.awrap = function (t) { return { __await: t }; }, g(AsyncIterator.prototype), c(AsyncIterator.prototype, a, function () { return this; }), r.AsyncIterator = AsyncIterator, r.async = function (t, e, n, o, i) { void 0 === i && (i = Promise); var a = new AsyncIterator(h(t, e, n, o), i); return r.isGeneratorFunction(e) ? a : a.next().then(function (t) { return t.done ? t.value : a.next(); }); }, g(v), c(v, u, "Generator"), c(v, i, function () { return this; }), c(v, "toString", function () { return "[object Generator]"; }), r.keys = function (t) { var r = Object(t), e = []; for (var n in r) e.unshift(n); return function t() { for (; e.length;) if ((n = e.pop()) in r) return t.value = n, t.done = !1, t; return t.done = !0, t; }; }, r.values = x, Context.prototype = { constructor: Context, reset: function reset(r) { if (this.prev = this.next = 0, this.sent = this._sent = t, this.done = !1, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(m), !r) for (var e in this) "t" === e.charAt(0) && n.call(this, e) && !isNaN(+e.slice(1)) && (this[e] = t); }, stop: function stop() { this.done = !0; var t = this.tryEntries[0][4]; if ("throw" === t.type) throw t.arg; return this.rval; }, dispatchException: function dispatchException(r) { if (this.done) throw r; var e = this; function n(t) { a.type = "throw", a.arg = r, e.next = t; } for (var o = e.tryEntries.length - 1; o >= 0; --o) { var i = this.tryEntries[o], a = i[4], u = this.prev, c = i[1], h = i[2]; if (-1 === i[0]) return n("end"), !1; if (!c && !h) throw Error("try statement without catch or finally"); if (null != i[0] && i[0] <= u) { if (u < c) return this.method = "next", this.arg = t, n(c), !0; if (u < h) return n(h), !1; } } }, abrupt: function abrupt(t, r) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var n = this.tryEntries[e]; if (n[0] > -1 && n[0] <= this.prev && this.prev < n[2]) { var o = n; break; } } o && ("break" === t || "continue" === t) && o[0] <= r && r <= o[2] && (o = null); var i = o ? o[4] : {}; return i.type = t, i.arg = r, o ? (this.method = "next", this.next = o[2], f) : this.complete(i); }, complete: function complete(t, r) { if ("throw" === t.type) throw t.arg; return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type && r && (this.next = r), f; }, finish: function finish(t) { for (var r = this.tryEntries.length - 1; r >= 0; --r) { var e = this.tryEntries[r]; if (e[2] === t) return this.complete(e[4], e[3]), m(e), f; } }, "catch": function _catch(t) { for (var r = this.tryEntries.length - 1; r >= 0; --r) { var e = this.tryEntries[r]; if (e[0] === t) { var n = e[4]; if ("throw" === n.type) { var o = n.arg; m(e); } return o; } } throw Error("illegal catch attempt"); }, delegateYield: function delegateYield(r, e, n) { return this.delegate = { i: x(r), r: e, n: n }, "next" === this.method && (this.arg = t), f; } }, r; }
|
17
17
|
function asyncGeneratorStep(n, t, e, r, o, a, c) { try { var i = n[a](c), u = i.value; } catch (n) { return void e(n); } i.done ? t(u) : Promise.resolve(u).then(r, o); }
|
18
|
-
function _asyncToGenerator(n) { return function () { var t = this, e = arguments; return new Promise(function (r, o) { var a = n.apply(t, e); function _next(n) { asyncGeneratorStep(a, r, o, _next, _throw, "next", n); } function _throw(n) { asyncGeneratorStep(a, r, o, _next, _throw, "throw", n); } _next(void 0); }); }; } // Copyright 2024 Pittica S.r.l.
|
18
|
+
function _asyncToGenerator(n) { return function () { var t = this, e = arguments; return new Promise(function (r, o) { var a = n.apply(t, e); function _next(n) { asyncGeneratorStep(a, r, o, _next, _throw, "next", n); } function _throw(n) { asyncGeneratorStep(a, r, o, _next, _throw, "throw", n); } _next(void 0); }); }; } // Copyright 2024-2025 Pittica S.r.l.
|
19
19
|
//
|
20
20
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
21
21
|
// you may not use this file except in compliance with the License.
|
@@ -35,7 +35,7 @@ var _default = exports["default"] = /*#__PURE__*/function () {
|
|
35
35
|
while (1) switch (_context.prev = _context.next) {
|
36
36
|
case 0:
|
37
37
|
_ref$nodeCanvas = _ref.nodeCanvas, createCanvas = _ref$nodeCanvas.createCanvas, registerFont = _ref$nodeCanvas.registerFont, width = _ref.width, height = _ref.height, margin = _ref.margin, caption = _ref.caption, image = _ref.image, logo = _ref.logo, backgroundOptions = _ref.backgroundOptions, borderOptions = _ref.borderOptions, font = _ref.font, rounded = _ref.rounded;
|
38
|
-
if (font.path && font.family) {
|
38
|
+
if (font && font !== null && font !== void 0 && font.path && font !== null && font !== void 0 && font.family) {
|
39
39
|
registerFont(font.path, {
|
40
40
|
family: font.family
|
41
41
|
});
|
@@ -44,9 +44,9 @@ var _default = exports["default"] = /*#__PURE__*/function () {
|
|
44
44
|
bg.parentElement.removeChild(bg);
|
45
45
|
canvas = createCanvas(width, height + margin, "svg");
|
46
46
|
context = canvas.getContext("2d");
|
47
|
-
(0, _fillMargin["default"])(context, width, height, margin, borderOptions.color, rounded);
|
48
|
-
context.font = font.family ? "bold ".concat(margin + 4, "px \"").concat(font.family, "\"") : "bold ".concat(margin + 4, "px");
|
49
|
-
context.fillStyle = font.color || backgroundOptions.color;
|
47
|
+
(0, _fillMargin["default"])(context, width, height, margin, borderOptions === null || borderOptions === void 0 ? void 0 : borderOptions.color, rounded);
|
48
|
+
context.font = font !== null && font !== void 0 && font.family ? "bold ".concat(margin + 4, "px \"").concat(font.family, "\"") : "bold ".concat(margin + 4, "px");
|
49
|
+
context.fillStyle = (font === null || font === void 0 ? void 0 : font.color) || backgroundOptions.color;
|
50
50
|
(0, _fillCaption["default"])(caption, context, canvas, margin);
|
51
51
|
frame = (0, _document["default"])(canvas.toBuffer().toString());
|
52
52
|
elements = frame.getElementsByTagName("svg")[0].getElementsByTagName("path");
|
@@ -4,10 +4,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
5
5
|
});
|
6
6
|
exports["default"] = void 0;
|
7
|
-
|
8
|
-
var _pdfkit = _interopRequireDefault(require("pdfkit"));
|
9
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
10
|
-
// Copyright 2024 Pittica S.r.l.
|
7
|
+
// Copyright 2024-2025 Pittica S.r.l.
|
11
8
|
//
|
12
9
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
13
10
|
// you may not use this file except in compliance with the License.
|
@@ -20,15 +17,15 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default":
|
|
20
17
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
21
18
|
// See the License for the specific language governing permissions and
|
22
19
|
// limitations under the License.
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
return
|
20
|
+
/**
|
21
|
+
* Gets an output filename.
|
22
|
+
*
|
23
|
+
* @param {object} folder Google Drive folder object.
|
24
|
+
* @param {string} extension File extension.
|
25
|
+
* @returns {string} Output filename.
|
26
|
+
*/
|
27
|
+
var _default = exports["default"] = function _default(_ref, extension) {
|
28
|
+
var name = _ref.name,
|
29
|
+
id = _ref.id;
|
30
|
+
return "".concat(name, " - ").concat(id, ".").concat(extension.toLowerCase());
|
34
31
|
};
|