@pdfme/ui 6.1.3-dev.2 → 6.1.4-dev.4
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/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -45988,7 +45988,7 @@ function parseExpressionAt(input, pos, options) {
|
|
|
45988
45988
|
}
|
|
45989
45989
|
//#endregion
|
|
45990
45990
|
//#region ../common/dist/index.js
|
|
45991
|
-
var PDFME_VERSION = "6.1.
|
|
45991
|
+
var PDFME_VERSION = "6.1.4";
|
|
45992
45992
|
var PAGE_SIZE_PRESETS = {
|
|
45993
45993
|
A3: {
|
|
45994
45994
|
width: 297,
|
|
@@ -46241,6 +46241,7 @@ var CommonProps = object$1({
|
|
|
46241
46241
|
var GeneratorOptions = CommonOptions.extend({
|
|
46242
46242
|
colorType: ColorType,
|
|
46243
46243
|
author: string$1().optional(),
|
|
46244
|
+
basePdfPassword: string$1().optional(),
|
|
46244
46245
|
creationDate: date$1().optional(),
|
|
46245
46246
|
creator: string$1().optional(),
|
|
46246
46247
|
keywords: array$1(string$1()).optional(),
|