@formio/js 5.1.0-dev.6062.925ecb1 → 5.1.0-dev.6064.1c8db05
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/address/editForm/Address.edit.display.d.ts +4 -0
- package/lib/cjs/components/address/editForm/Address.edit.display.js +1 -0
- package/lib/mjs/components/address/editForm/Address.edit.display.d.ts +4 -0
- package/lib/mjs/components/address/editForm/Address.edit.display.js +1 -0
- package/package.json +1 -1
package/dist/formio.full.js
CHANGED
@@ -5776,7 +5776,7 @@ eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexpo
|
|
5776
5776
|
/***/ (function(__unused_webpack_module, exports) {
|
5777
5777
|
|
5778
5778
|
"use strict";
|
5779
|
-
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports[\"default\"] = [\n {\n weight: 20,\n type: 'checkbox',\n input: true,\n key: 'enableManualMode',\n label: 'Enable Manual Mode',\n tooltip: 'Should Manual Mode be enabled for that component or not.',\n customConditional: ({ data }) => !data.multiple,\n },\n {\n weight: 30,\n type: 'textfield',\n input: true,\n key: 'switchToManualModeLabel',\n label: 'Switch To Manual Mode Label',\n placeholder: 'Switch To Manual Mode Label',\n tooltip: 'The label for the checkbox used to switch to manual mode.',\n validate: {\n required: true,\n },\n customConditional: ({ data }) => Boolean(data.enableManualMode),\n },\n {\n weight: 40,\n type: 'checkbox',\n input: true,\n key: 'disableClearIcon',\n label: 'Disable Clear Icon',\n tooltip: 'Clear Icon allows easily clear component\\'s value.',\n },\n {\n type: 'textfield',\n label: 'Add Another Text',\n key: 'addAnother',\n tooltip: 'Set the text of the Add Another button.',\n placeholder: 'Add Another',\n weight: 410,\n input: true,\n customConditional: ({ data }) => data.multiple,\n },\n];\n\n\n//# sourceURL=webpack://Formio/./lib/cjs/components/address/editForm/Address.edit.display.js?");
|
5779
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", ({ value: true }));\nexports[\"default\"] = [\n {\n weight: 20,\n type: 'checkbox',\n input: true,\n key: 'enableManualMode',\n label: 'Enable Manual Mode',\n tooltip: 'Should Manual Mode be enabled for that component or not.',\n customConditional: ({ data }) => !data.multiple,\n },\n {\n weight: 30,\n type: 'textfield',\n input: true,\n key: 'switchToManualModeLabel',\n defaultValue: 'Can\\'t find address? Switch to manual mode.',\n label: 'Switch To Manual Mode Label',\n placeholder: 'Switch To Manual Mode Label',\n tooltip: 'The label for the checkbox used to switch to manual mode.',\n validate: {\n required: true,\n },\n customConditional: ({ data }) => Boolean(data.enableManualMode),\n },\n {\n weight: 40,\n type: 'checkbox',\n input: true,\n key: 'disableClearIcon',\n label: 'Disable Clear Icon',\n tooltip: 'Clear Icon allows easily clear component\\'s value.',\n },\n {\n type: 'textfield',\n label: 'Add Another Text',\n key: 'addAnother',\n tooltip: 'Set the text of the Add Another button.',\n placeholder: 'Add Another',\n weight: 410,\n input: true,\n customConditional: ({ data }) => data.multiple,\n },\n];\n\n\n//# sourceURL=webpack://Formio/./lib/cjs/components/address/editForm/Address.edit.display.js?");
|
5780
5780
|
|
5781
5781
|
/***/ }),
|
5782
5782
|
|