@pdfme/schemas 5.1.5-dev.2 → 5.1.6-dev.1
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/dist/cjs/src/index.js +26 -26
- package/dist/cjs/src/index.js.map +1 -1
- package/dist/esm/src/index.js +12 -12
- package/dist/esm/src/index.js.map +1 -1
- package/dist/types/src/index.d.ts +13 -13
- package/package.json +1 -1
- package/src/index.ts +12 -12
package/dist/cjs/src/index.js
CHANGED
@@ -4,31 +4,31 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
4
4
|
};
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
6
6
|
exports.select = exports.time = exports.date = exports.dateTime = exports.ellipse = exports.rectangle = exports.line = exports.barcodes = exports.table = exports.svg = exports.image = exports.multiVariableText = exports.text = exports.builtInPlugins = void 0;
|
7
|
-
const
|
8
|
-
exports.multiVariableText =
|
9
|
-
const
|
10
|
-
exports.text =
|
11
|
-
const
|
12
|
-
exports.image =
|
13
|
-
const
|
14
|
-
exports.svg =
|
15
|
-
const
|
16
|
-
exports.barcodes =
|
17
|
-
const
|
18
|
-
exports.line =
|
19
|
-
const
|
20
|
-
exports.table =
|
21
|
-
const
|
22
|
-
Object.defineProperty(exports, "rectangle", { enumerable: true, get: function () { return
|
23
|
-
Object.defineProperty(exports, "ellipse", { enumerable: true, get: function () { return
|
24
|
-
const
|
25
|
-
exports.dateTime =
|
26
|
-
const
|
27
|
-
exports.date =
|
28
|
-
const
|
29
|
-
exports.time =
|
30
|
-
const
|
31
|
-
exports.select =
|
32
|
-
const builtInPlugins = { Text:
|
7
|
+
const index_1 = __importDefault(require("./multiVariableText/index"));
|
8
|
+
exports.multiVariableText = index_1.default;
|
9
|
+
const index_2 = __importDefault(require("./text/index"));
|
10
|
+
exports.text = index_2.default;
|
11
|
+
const image_1 = __importDefault(require("./graphics/image"));
|
12
|
+
exports.image = image_1.default;
|
13
|
+
const svg_1 = __importDefault(require("./graphics/svg"));
|
14
|
+
exports.svg = svg_1.default;
|
15
|
+
const index_3 = __importDefault(require("./barcodes/index"));
|
16
|
+
exports.barcodes = index_3.default;
|
17
|
+
const line_1 = __importDefault(require("./shapes/line"));
|
18
|
+
exports.line = line_1.default;
|
19
|
+
const index_4 = __importDefault(require("./tables/index"));
|
20
|
+
exports.table = index_4.default;
|
21
|
+
const rectAndEllipse_1 = require("./shapes/rectAndEllipse");
|
22
|
+
Object.defineProperty(exports, "rectangle", { enumerable: true, get: function () { return rectAndEllipse_1.rectangle; } });
|
23
|
+
Object.defineProperty(exports, "ellipse", { enumerable: true, get: function () { return rectAndEllipse_1.ellipse; } });
|
24
|
+
const dateTime_1 = __importDefault(require("./date/dateTime"));
|
25
|
+
exports.dateTime = dateTime_1.default;
|
26
|
+
const date_1 = __importDefault(require("./date/date"));
|
27
|
+
exports.date = date_1.default;
|
28
|
+
const time_1 = __importDefault(require("./date/time"));
|
29
|
+
exports.time = time_1.default;
|
30
|
+
const index_5 = __importDefault(require("./select/index"));
|
31
|
+
exports.select = index_5.default;
|
32
|
+
const builtInPlugins = { Text: index_2.default };
|
33
33
|
exports.builtInPlugins = builtInPlugins;
|
34
34
|
//# sourceMappingURL=index.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":";;;;;;AAAA,
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":";;;;;;AAAA,sEAA0D;AAmBxD,4BAnBK,eAAiB,CAmBL;AAlBnB,yDAAgC;AAiB9B,eAjBK,eAAI,CAiBL;AAhBN,6DAAqC;AAkBnC,gBAlBK,eAAK,CAkBL;AAjBP,yDAAiC;AAkB/B,cAlBK,aAAG,CAkBL;AAjBL,6DAAwC;AAmBtC,mBAnBK,eAAQ,CAmBL;AAlBV,yDAAiC;AAmB/B,eAnBK,cAAI,CAmBL;AAlBN,2DAAmC;AAgBjC,gBAhBK,eAAK,CAgBL;AAfP,4DAA6D;AAkB3D,0FAlBO,0BAAS,OAkBP;AACT,wFAnBkB,wBAAO,OAmBlB;AAlBT,+DAAuC;AAmBrC,mBAnBK,kBAAQ,CAmBL;AAlBV,uDAA+B;AAmB7B,eAnBK,cAAI,CAmBL;AAlBN,uDAA+B;AAmB7B,eAnBK,cAAI,CAmBL;AAlBN,2DAAoC;AAmBlC,iBAnBK,eAAM,CAmBL;AAjBR,MAAM,cAAc,GAAG,EAAE,IAAI,EAAE,eAAI,EAAE,CAAC;AAGpC,wCAAc"}
|
package/dist/esm/src/index.js
CHANGED
@@ -1,15 +1,15 @@
|
|
1
|
-
import multiVariableText from './multiVariableText/index
|
2
|
-
import text from './text/index
|
3
|
-
import image from './graphics/image
|
4
|
-
import svg from './graphics/svg
|
5
|
-
import barcodes from './barcodes/index
|
6
|
-
import line from './shapes/line
|
7
|
-
import table from './tables/index
|
8
|
-
import { rectangle, ellipse } from './shapes/rectAndEllipse
|
9
|
-
import dateTime from './date/dateTime
|
10
|
-
import date from './date/date
|
11
|
-
import time from './date/time
|
12
|
-
import select from './select/index
|
1
|
+
import multiVariableText from './multiVariableText/index';
|
2
|
+
import text from './text/index';
|
3
|
+
import image from './graphics/image';
|
4
|
+
import svg from './graphics/svg';
|
5
|
+
import barcodes from './barcodes/index';
|
6
|
+
import line from './shapes/line';
|
7
|
+
import table from './tables/index';
|
8
|
+
import { rectangle, ellipse } from './shapes/rectAndEllipse';
|
9
|
+
import dateTime from './date/dateTime';
|
10
|
+
import date from './date/date';
|
11
|
+
import time from './date/time';
|
12
|
+
import select from './select/index';
|
13
13
|
const builtInPlugins = { Text: text };
|
14
14
|
export { builtInPlugins,
|
15
15
|
// schemas
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,iBAAiB,MAAM,
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,iBAAiB,MAAM,2BAA2B,CAAC;AAC1D,OAAO,IAAI,MAAM,cAAc,CAAC;AAChC,OAAO,KAAK,MAAM,kBAAkB,CAAC;AACrC,OAAO,GAAG,MAAM,gBAAgB,CAAC;AACjC,OAAO,QAAQ,MAAM,kBAAkB,CAAC;AACxC,OAAO,IAAI,MAAM,eAAe,CAAC;AACjC,OAAO,KAAK,MAAM,gBAAgB,CAAC;AACnC,OAAO,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,QAAQ,MAAM,iBAAiB,CAAC;AACvC,OAAO,IAAI,MAAM,aAAa,CAAC;AAC/B,OAAO,IAAI,MAAM,aAAa,CAAC;AAC/B,OAAO,MAAM,MAAM,gBAAgB,CAAC;AAEpC,MAAM,cAAc,GAAG,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;AAEtC,OAAO,EACL,cAAc;AACd,UAAU;AACV,IAAI,EACJ,iBAAiB,EACjB,KAAK,EACL,GAAG,EACH,KAAK,EACL,QAAQ,EACR,IAAI,EACJ,SAAS,EACT,OAAO,EACP,QAAQ,EACR,IAAI,EACJ,IAAI,EACJ,MAAM,GACP,CAAC"}
|
@@ -1,16 +1,16 @@
|
|
1
|
-
import multiVariableText from './multiVariableText/index
|
2
|
-
import text from './text/index
|
3
|
-
import image from './graphics/image
|
4
|
-
import svg from './graphics/svg
|
5
|
-
import barcodes from './barcodes/index
|
6
|
-
import line from './shapes/line
|
7
|
-
import table from './tables/index
|
8
|
-
import { rectangle, ellipse } from './shapes/rectAndEllipse
|
9
|
-
import dateTime from './date/dateTime
|
10
|
-
import date from './date/date
|
11
|
-
import time from './date/time
|
12
|
-
import select from './select/index
|
1
|
+
import multiVariableText from './multiVariableText/index';
|
2
|
+
import text from './text/index';
|
3
|
+
import image from './graphics/image';
|
4
|
+
import svg from './graphics/svg';
|
5
|
+
import barcodes from './barcodes/index';
|
6
|
+
import line from './shapes/line';
|
7
|
+
import table from './tables/index';
|
8
|
+
import { rectangle, ellipse } from './shapes/rectAndEllipse';
|
9
|
+
import dateTime from './date/dateTime';
|
10
|
+
import date from './date/date';
|
11
|
+
import time from './date/time';
|
12
|
+
import select from './select/index';
|
13
13
|
declare const builtInPlugins: {
|
14
|
-
Text: import("@pdfme/common").Plugin<import("./text/types
|
14
|
+
Text: import("@pdfme/common").Plugin<import("./text/types").TextSchema>;
|
15
15
|
};
|
16
16
|
export { builtInPlugins, text, multiVariableText, image, svg, table, barcodes, line, rectangle, ellipse, dateTime, date, time, select, };
|
package/package.json
CHANGED
package/src/index.ts
CHANGED
@@ -1,15 +1,15 @@
|
|
1
|
-
import multiVariableText from './multiVariableText/index
|
2
|
-
import text from './text/index
|
3
|
-
import image from './graphics/image
|
4
|
-
import svg from './graphics/svg
|
5
|
-
import barcodes from './barcodes/index
|
6
|
-
import line from './shapes/line
|
7
|
-
import table from './tables/index
|
8
|
-
import { rectangle, ellipse } from './shapes/rectAndEllipse
|
9
|
-
import dateTime from './date/dateTime
|
10
|
-
import date from './date/date
|
11
|
-
import time from './date/time
|
12
|
-
import select from './select/index
|
1
|
+
import multiVariableText from './multiVariableText/index';
|
2
|
+
import text from './text/index';
|
3
|
+
import image from './graphics/image';
|
4
|
+
import svg from './graphics/svg';
|
5
|
+
import barcodes from './barcodes/index';
|
6
|
+
import line from './shapes/line';
|
7
|
+
import table from './tables/index';
|
8
|
+
import { rectangle, ellipse } from './shapes/rectAndEllipse';
|
9
|
+
import dateTime from './date/dateTime';
|
10
|
+
import date from './date/date';
|
11
|
+
import time from './date/time';
|
12
|
+
import select from './select/index';
|
13
13
|
|
14
14
|
const builtInPlugins = { Text: text };
|
15
15
|
|