@formio/js 5.0.0-dev.5754.c86e9f5 → 5.0.0-dev.5759.a3476ed

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.
@@ -7059,7 +7059,7 @@ eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexpo
7059
7059
  /***/ (function(__unused_webpack_module, exports) {
7060
7060
 
7061
7061
  "use strict";
7062
- eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports[\"default\"] = [\n {\n type: 'textfield',\n input: true,\n key: 'footer',\n label: 'Footer Label',\n tooltip: 'The footer text that appears below the signature area.',\n placeholder: 'Footer Label',\n weight: 10\n },\n {\n type: 'textfield',\n input: true,\n key: 'width',\n label: 'Width',\n tooltip: 'The width of the signature area.',\n placeholder: 'Width',\n conditional: {\n json: { '!': [{ var: 'data.keepOverlayRatio' }] },\n },\n weight: 50\n },\n {\n type: 'textfield',\n input: true,\n key: 'height',\n label: 'Height',\n tooltip: 'The height of the signature area.',\n placeholder: 'Height', conditional: {\n json: { '!': [{ var: 'data.keepOverlayRatio' }] },\n },\n weight: 51\n },\n {\n weight: 52,\n type: 'checkbox',\n label: 'Keep Overlay Aspect Ratio',\n tooltip: 'If checked, the field will have the same aspect ratio as its preview.',\n key: 'keepOverlayRatio',\n customConditional: ({ options }) => { var _a; return (((_a = options === null || options === void 0 ? void 0 : options.editForm) === null || _a === void 0 ? void 0 : _a.display) === 'pdf'); },\n input: true\n },\n {\n type: 'textfield',\n input: true,\n key: 'backgroundColor',\n label: 'Background Color',\n tooltip: 'The background color of the signature area.',\n placeholder: 'Background Color',\n weight: 52\n },\n {\n type: 'textfield',\n input: true,\n key: 'penColor',\n label: 'Pen Color',\n tooltip: 'The ink color for the signature area.',\n placeholder: 'Pen Color',\n weight: 53\n },\n {\n key: 'placeholder',\n ignore: true,\n },\n {\n key: 'autofocus',\n ignore: true,\n },\n];\n\n\n//# sourceURL=webpack://Formio/./lib/cjs/components/signature/editForm/Signature.edit.display.js?");
7062
+ eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports[\"default\"] = [\n {\n type: 'textfield',\n input: true,\n key: 'footer',\n label: 'Footer Label',\n tooltip: 'The footer text that appears below the signature area.',\n placeholder: 'Footer Label',\n weight: 10\n },\n {\n type: 'textfield',\n input: true,\n key: 'width',\n label: 'Width',\n tooltip: 'The width of the signature area.',\n placeholder: 'Width',\n conditional: {\n json: { '!': [{ var: 'data.keepOverlayRatio' }] },\n },\n weight: 50\n },\n {\n type: 'textfield',\n input: true,\n key: 'height',\n label: 'Height',\n tooltip: 'The height of the signature area.',\n placeholder: 'Height', conditional: {\n json: { '!': [{ var: 'data.keepOverlayRatio' }] },\n },\n weight: 51\n },\n {\n weight: 52,\n type: 'checkbox',\n label: 'Keep Overlay Aspect Ratio',\n tooltip: 'If checked, the field will have the same aspect ratio as its preview.',\n key: 'keepOverlayRatio',\n input: true\n },\n {\n type: 'textfield',\n input: true,\n key: 'backgroundColor',\n label: 'Background Color',\n tooltip: 'The background color of the signature area.',\n placeholder: 'Background Color',\n weight: 52\n },\n {\n type: 'textfield',\n input: true,\n key: 'penColor',\n label: 'Pen Color',\n tooltip: 'The ink color for the signature area.',\n placeholder: 'Pen Color',\n weight: 53\n },\n {\n key: 'placeholder',\n ignore: true,\n },\n {\n key: 'autofocus',\n ignore: true,\n },\n];\n\n\n//# sourceURL=webpack://Formio/./lib/cjs/components/signature/editForm/Signature.edit.display.js?");
7063
7063
 
7064
7064
  /***/ }),
7065
7065