@foxford/pdf-generator 1.1.2 → 1.1.3
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/build/cjs/index.js
CHANGED
|
@@ -27451,7 +27451,7 @@ var Schedule = /*#__PURE__*/React__default['default'].memo(function Schedule(_re
|
|
|
27451
27451
|
children: /*#__PURE__*/jsxRuntime.jsx("rect", {
|
|
27452
27452
|
x: weekDayIndex * T_PADDING + TIME_WIDTH + CELL_PADDING,
|
|
27453
27453
|
y: tablePositions[i].y,
|
|
27454
|
-
width: "
|
|
27454
|
+
width: "190",
|
|
27455
27455
|
height: tablePositions[i].lineHeight
|
|
27456
27456
|
})
|
|
27457
27457
|
}), /*#__PURE__*/jsxRuntime.jsxs("text", {
|
|
@@ -28443,7 +28443,7 @@ var initialState = function () {
|
|
|
28443
28443
|
resources: []
|
|
28444
28444
|
};
|
|
28445
28445
|
}();
|
|
28446
|
-
var workerUrl = "https://dist.ngcdn.ru" + "/libs/pdf-generator/" + "1.1.
|
|
28446
|
+
var workerUrl = "https://dist.ngcdn.ru" + "/libs/pdf-generator/" + "1.1.3" + '/' + "generator.worker.js";
|
|
28447
28447
|
var Generator = /*#__PURE__*/function (_React$Component) {
|
|
28448
28448
|
_inherits$1(Generator, _React$Component);
|
|
28449
28449
|
var _super = _createSuper(Generator);
|
|
@@ -29111,7 +29111,7 @@ var WebDocument = /*#__PURE__*/_createClass$1(function WebDocument(params) {
|
|
|
29111
29111
|
this._onError = params.onError || null;
|
|
29112
29112
|
this.info = {};
|
|
29113
29113
|
this._fonts = [];
|
|
29114
|
-
this.workerUrl = "https://dist.ngcdn.ru" + "/libs/pdf-generator/" + "1.1.
|
|
29114
|
+
this.workerUrl = "https://dist.ngcdn.ru" + "/libs/pdf-generator/" + "1.1.3" + '/' + "generator.worker.js";
|
|
29115
29115
|
});
|
|
29116
29116
|
var createDocument = function createDocument(data) {
|
|
29117
29117
|
return new WebDocument(data);
|
package/build/es/index.js
CHANGED
|
@@ -27415,7 +27415,7 @@ var Schedule = /*#__PURE__*/React__default.memo(function Schedule(_ref) {
|
|
|
27415
27415
|
children: /*#__PURE__*/jsx("rect", {
|
|
27416
27416
|
x: weekDayIndex * T_PADDING + TIME_WIDTH + CELL_PADDING,
|
|
27417
27417
|
y: tablePositions[i].y,
|
|
27418
|
-
width: "
|
|
27418
|
+
width: "190",
|
|
27419
27419
|
height: tablePositions[i].lineHeight
|
|
27420
27420
|
})
|
|
27421
27421
|
}), /*#__PURE__*/jsxs("text", {
|
|
@@ -28407,7 +28407,7 @@ var initialState = function () {
|
|
|
28407
28407
|
resources: []
|
|
28408
28408
|
};
|
|
28409
28409
|
}();
|
|
28410
|
-
var workerUrl = "https://dist.ngcdn.ru" + "/libs/pdf-generator/" + "1.1.
|
|
28410
|
+
var workerUrl = "https://dist.ngcdn.ru" + "/libs/pdf-generator/" + "1.1.3" + '/' + "generator.worker.js";
|
|
28411
28411
|
var Generator = /*#__PURE__*/function (_React$Component) {
|
|
28412
28412
|
_inherits$1(Generator, _React$Component);
|
|
28413
28413
|
var _super = _createSuper(Generator);
|
|
@@ -29075,7 +29075,7 @@ var WebDocument = /*#__PURE__*/_createClass$1(function WebDocument(params) {
|
|
|
29075
29075
|
this._onError = params.onError || null;
|
|
29076
29076
|
this.info = {};
|
|
29077
29077
|
this._fonts = [];
|
|
29078
|
-
this.workerUrl = "https://dist.ngcdn.ru" + "/libs/pdf-generator/" + "1.1.
|
|
29078
|
+
this.workerUrl = "https://dist.ngcdn.ru" + "/libs/pdf-generator/" + "1.1.3" + '/' + "generator.worker.js";
|
|
29079
29079
|
});
|
|
29080
29080
|
var createDocument = function createDocument(data) {
|
|
29081
29081
|
return new WebDocument(data);
|