ng-pli-commons 1.0.43-dev.0 → 1.0.44-dev.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.
@@ -6111,7 +6111,7 @@ class PdfVisualizerComponent {
6111
6111
  renderTask.promise.then(function () {
6112
6112
  selfPdfDocument.pageRendering = false;
6113
6113
  const totalPaginas = selfPdfDocument.pdfDoc.numPages;
6114
- const textoPaginacion = '${num} de ${totalPaginas}';
6114
+ const textoPaginacion = `${num} de ${totalPaginas}`;
6115
6115
  context2d.save();
6116
6116
  context2d.font = 'bold 14px Arial';
6117
6117
  context2d.fillStyle = '#333333';
@@ -16756,31 +16756,31 @@ class CustomValidator {
16756
16756
  /* tslint:disable */
16757
16757
  const VERSION = {
16758
16758
  "dirty": true,
16759
- "raw": "v1.0.43-dev.0-0-g920271bb-dirty",
16760
- "hash": "g920271bb",
16759
+ "raw": "v1.0.44-dev.0-0-g62b28cba-dirty",
16760
+ "hash": "g62b28cba",
16761
16761
  "distance": 0,
16762
- "tag": "v1.0.43-dev.0",
16762
+ "tag": "v1.0.44-dev.0",
16763
16763
  "semver": {
16764
16764
  "options": {
16765
16765
  "loose": false,
16766
16766
  "includePrerelease": false
16767
16767
  },
16768
16768
  "loose": false,
16769
- "raw": "v1.0.43-dev.0",
16769
+ "raw": "v1.0.44-dev.0",
16770
16770
  "major": 1,
16771
16771
  "minor": 0,
16772
- "patch": 43,
16772
+ "patch": 44,
16773
16773
  "prerelease": [
16774
16774
  "dev",
16775
16775
  0
16776
16776
  ],
16777
16777
  "build": [],
16778
- "version": "1.0.43-dev.0"
16778
+ "version": "1.0.44-dev.0"
16779
16779
  },
16780
- "suffix": "0-g920271bb-dirty",
16781
- "semverString": "1.0.43-dev.0",
16782
- "version": "1.0.43-dev.0",
16783
- "buildTimestamp": "2026-06-05T03:32:24.172Z"
16780
+ "suffix": "0-g62b28cba-dirty",
16781
+ "semverString": "1.0.44-dev.0",
16782
+ "version": "1.0.44-dev.0",
16783
+ "buildTimestamp": "2026-06-05T03:39:54.635Z"
16784
16784
  };
16785
16785
  /* tslint:enable */
16786
16786