asv-hlps 1.3.50 → 1.3.51

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.
@@ -7,7 +7,7 @@ export interface PdfmakeTextProps {
7
7
  margin?: [number, number, number, number];
8
8
  nLine?: string;
9
9
  }
10
- declare class HlpPdfmake {
10
+ declare class HlpPdfMake {
11
11
  text: ({ text, nLine, fontSize, style, alignment, bold, margin }: PdfmakeTextProps) => {
12
12
  text: string;
13
13
  fontSize: number;
@@ -17,5 +17,5 @@ declare class HlpPdfmake {
17
17
  margin: [number, number, number, number];
18
18
  };
19
19
  }
20
- declare const _default: HlpPdfmake;
20
+ declare const _default: HlpPdfMake;
21
21
  export default _default;
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- class HlpPdfmake {
3
+ class HlpPdfMake {
4
4
  constructor() {
5
5
  this.text = ({ text, nLine, fontSize = 7, style, alignment = "left", bold, margin = [0, 0, 0, 0] }) => ({
6
6
  text: `${text} ${nLine}`.toUpperCase(),
@@ -12,4 +12,4 @@ class HlpPdfmake {
12
12
  });
13
13
  }
14
14
  }
15
- exports.default = new HlpPdfmake();
15
+ exports.default = new HlpPdfMake();
@@ -1 +1 @@
1
- export { default as HlpPdfmake } from "./hlpPdfmake";
1
+ export { default as HlpPdfmake, default as PdfMakeTextProps } from "./hlpPdfmake";
@@ -3,6 +3,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.HlpPdfmake = void 0;
6
+ exports.PdfMakeTextProps = exports.HlpPdfmake = void 0;
7
7
  var hlpPdfmake_1 = require("./hlpPdfmake");
8
8
  Object.defineProperty(exports, "HlpPdfmake", { enumerable: true, get: function () { return __importDefault(hlpPdfmake_1).default; } });
9
+ Object.defineProperty(exports, "PdfMakeTextProps", { enumerable: true, get: function () { return __importDefault(hlpPdfmake_1).default; } });
@@ -7,7 +7,7 @@ export interface PdfmakeTextProps {
7
7
  margin?: [number, number, number, number];
8
8
  nLine?: string;
9
9
  }
10
- declare class HlpPdfmake {
10
+ declare class HlpPdfMake {
11
11
  text: ({ text, nLine, fontSize, style, alignment, bold, margin }: PdfmakeTextProps) => {
12
12
  text: string;
13
13
  fontSize: number;
@@ -17,5 +17,5 @@ declare class HlpPdfmake {
17
17
  margin: [number, number, number, number];
18
18
  };
19
19
  }
20
- declare const _default: HlpPdfmake;
20
+ declare const _default: HlpPdfMake;
21
21
  export default _default;
@@ -1,4 +1,4 @@
1
- class HlpPdfmake {
1
+ class HlpPdfMake {
2
2
  constructor() {
3
3
  this.text = ({ text, nLine, fontSize = 7, style, alignment = "left", bold, margin = [0, 0, 0, 0] }) => ({
4
4
  text: `${text} ${nLine}`.toUpperCase(),
@@ -10,4 +10,4 @@ class HlpPdfmake {
10
10
  });
11
11
  }
12
12
  }
13
- export default new HlpPdfmake();
13
+ export default new HlpPdfMake();
@@ -1 +1 @@
1
- export { default as HlpPdfmake } from "./hlpPdfmake";
1
+ export { default as HlpPdfmake, default as PdfMakeTextProps } from "./hlpPdfmake";
@@ -1 +1 @@
1
- export { default as HlpPdfmake } from "./hlpPdfmake";
1
+ export { default as HlpPdfmake, default as PdfMakeTextProps } from "./hlpPdfmake";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "asv-hlps",
3
- "version": "1.3.50",
3
+ "version": "1.3.51",
4
4
  "description": "helpers",
5
5
  "main": "./lib/cjs/index.js",
6
6
  "module": "./lib/esm/index.js",