@formio/js 5.0.0-dev.5755.7a395f8 → 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.
- package/dist/formio.full.js +1 -1
- package/dist/formio.full.min.js +1 -1
- package/lib/cjs/components/signature/editForm/Signature.edit.display.d.ts +0 -6
- package/lib/cjs/components/signature/editForm/Signature.edit.display.js +0 -1
- package/lib/mjs/components/signature/editForm/Signature.edit.display.d.ts +0 -6
- package/lib/mjs/components/signature/editForm/Signature.edit.display.js +0 -1
- package/package.json +3 -19
package/dist/formio.full.js
CHANGED
|
@@ -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
|
|
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
|
|