@formio/js 5.0.0-rc.54 → 5.0.0-rc.55
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.embed.js +1 -1
- package/dist/formio.embed.min.js +1 -1
- package/dist/formio.embed.min.js.LICENSE.txt +1 -1
- package/dist/formio.form.js +563 -563
- package/dist/formio.form.min.js +1 -1
- package/dist/formio.form.min.js.LICENSE.txt +3 -3
- package/dist/formio.full.js +606 -606
- package/dist/formio.full.min.js +1 -1
- package/dist/formio.full.min.js.LICENSE.txt +3 -3
- package/dist/formio.js +3 -3
- package/dist/formio.min.js +1 -1
- package/dist/formio.min.js.LICENSE.txt +1 -1
- package/dist/formio.utils.js +16 -16
- package/dist/formio.utils.min.js +1 -1
- package/dist/formio.utils.min.js.LICENSE.txt +3 -3
- package/lib/cjs/Element.d.ts +3 -2
- package/lib/cjs/Element.js +4 -3
- package/lib/cjs/Form.d.ts +99 -36
- package/lib/cjs/Form.js +23 -18
- package/lib/cjs/PDF.d.ts +8 -7
- package/lib/cjs/PDF.js +6 -5
- package/lib/cjs/Webform.d.ts +0 -3
- package/lib/cjs/Webform.js +18 -15
- package/lib/cjs/WebformBuilder.d.ts +15 -14
- package/lib/cjs/WebformBuilder.js +11 -10
- package/lib/cjs/Wizard.d.ts +0 -11
- package/lib/cjs/Wizard.js +16 -14
- package/lib/cjs/WizardBuilder.d.ts +1 -1
- package/lib/cjs/addons/PasswordStrength/PasswordStrengthAddon.d.ts +2 -2
- package/lib/cjs/addons/PasswordStrength/PasswordStrengthAddon.form.d.ts +2 -2
- package/lib/cjs/addons/index.d.ts +2 -2
- package/lib/cjs/components/Components.d.ts +6 -5
- package/lib/cjs/components/Components.js +2 -1
- package/lib/cjs/components/_classes/component/Component.form.d.ts +4 -5
- package/lib/cjs/components/_classes/component/Component.form.js +3 -2
- package/lib/cjs/components/_classes/component/Component.js +3 -2
- package/lib/cjs/components/_classes/component/editForm/Component.edit.addons.d.ts +2 -2
- package/lib/cjs/components/_classes/component/editForm/Component.edit.conditional.d.ts +1 -1
- package/lib/cjs/components/_classes/component/editForm/Component.edit.data.d.ts +1 -1
- package/lib/cjs/components/_classes/component/editForm/Component.edit.validation.d.ts +1 -1
- package/lib/cjs/components/_classes/component/editForm/Component.edit.validation.js +2 -2
- package/lib/cjs/components/_classes/component/editForm/utils.d.ts +1 -1
- package/lib/cjs/components/_classes/component/editForm/utils.js +2 -2
- package/lib/cjs/components/_classes/list/ListComponent.d.ts +2 -2
- package/lib/cjs/components/_classes/list/ListComponent.form.d.ts +4 -4
- package/lib/cjs/components/_classes/list/ListComponent.form.js +3 -3
- package/lib/cjs/components/_classes/nested/NestedComponent.form.d.ts +4 -5
- package/lib/cjs/components/_classes/nested/NestedComponent.form.js +3 -2
- package/lib/cjs/components/_classes/nested/NestedComponent.js +0 -2
- package/lib/cjs/components/_classes/nesteddata/NestedDataComponent.d.ts +1 -1
- package/lib/cjs/components/_classes/nesteddata/NestedDataComponent.js +1 -1
- package/lib/cjs/components/address/Address.form.d.ts +4 -5
- package/lib/cjs/components/address/Address.form.js +3 -2
- package/lib/cjs/components/button/Button.form.d.ts +4 -5
- package/lib/cjs/components/button/Button.form.js +3 -2
- package/lib/cjs/components/button/Button.js +3 -2
- package/lib/cjs/components/checkbox/Checkbox.form.d.ts +4 -5
- package/lib/cjs/components/checkbox/Checkbox.form.js +3 -2
- package/lib/cjs/components/checkbox/Checkbox.js +2 -9
- package/lib/cjs/components/checkbox/fixtures/comp5.d.ts +34 -0
- package/lib/cjs/components/checkbox/fixtures/comp5.js +55 -0
- package/lib/cjs/components/checkbox/fixtures/index.d.ts +2 -1
- package/lib/cjs/components/checkbox/fixtures/index.js +3 -1
- package/lib/cjs/components/columns/Columns.d.ts +1 -1
- package/lib/cjs/components/columns/Columns.form.d.ts +4 -5
- package/lib/cjs/components/columns/Columns.form.js +3 -2
- package/lib/cjs/components/columns/Columns.js +1 -1
- package/lib/cjs/components/container/Container.form.d.ts +4 -5
- package/lib/cjs/components/container/Container.form.js +3 -2
- package/lib/cjs/components/content/Content.form.d.ts +4 -5
- package/lib/cjs/components/content/Content.form.js +3 -2
- package/lib/cjs/components/currency/Currency.form.d.ts +4 -5
- package/lib/cjs/components/currency/Currency.form.js +3 -2
- package/lib/cjs/components/currency/Currency.js +1 -1
- package/lib/cjs/components/datagrid/DataGrid.d.ts +4 -4
- package/lib/cjs/components/datagrid/DataGrid.form.d.ts +4 -5
- package/lib/cjs/components/datagrid/DataGrid.form.js +3 -2
- package/lib/cjs/components/datagrid/DataGrid.js +4 -4
- package/lib/cjs/components/datamap/DataMap.form.d.ts +4 -5
- package/lib/cjs/components/datamap/DataMap.form.js +3 -2
- package/lib/cjs/components/datetime/DateTime.form.d.ts +4 -5
- package/lib/cjs/components/datetime/DateTime.form.js +3 -2
- package/lib/cjs/components/datetime/editForm/DateTime.edit.date.d.ts +1 -1
- package/lib/cjs/components/datetime/editForm/DateTime.edit.date.js +2 -2
- package/lib/cjs/components/day/Day.d.ts +18 -23
- package/lib/cjs/components/day/Day.form.d.ts +4 -5
- package/lib/cjs/components/day/Day.form.js +3 -2
- package/lib/cjs/components/day/Day.js +15 -14
- package/lib/cjs/components/editgrid/EditGrid.d.ts +4 -3
- package/lib/cjs/components/editgrid/EditGrid.form.d.ts +4 -5
- package/lib/cjs/components/editgrid/EditGrid.form.js +3 -2
- package/lib/cjs/components/editgrid/EditGrid.js +3 -3
- package/lib/cjs/components/editgrid/editForm/EditGrid.edit.display.js +2 -5
- package/lib/cjs/components/editgrid/editForm/EditGrid.edit.templates.d.ts +1 -1
- package/lib/cjs/components/editgrid/editForm/EditGrid.edit.templates.js +6 -9
- package/lib/cjs/components/email/Email.form.d.ts +4 -5
- package/lib/cjs/components/email/Email.form.js +3 -2
- package/lib/cjs/components/fieldset/Fieldset.form.d.ts +4 -5
- package/lib/cjs/components/fieldset/Fieldset.form.js +3 -2
- package/lib/cjs/components/file/File.form.d.ts +4 -5
- package/lib/cjs/components/file/File.form.js +3 -2
- package/lib/cjs/components/form/Form.d.ts +23 -20
- package/lib/cjs/components/form/Form.form.d.ts +4 -5
- package/lib/cjs/components/form/Form.form.js +3 -2
- package/lib/cjs/components/form/Form.js +18 -11
- package/lib/cjs/components/form/editForm/Form.edit.data.d.ts +1 -1
- package/lib/cjs/components/form/fixtures/comp7.d.ts +36 -0
- package/lib/cjs/components/form/fixtures/comp7.js +37 -0
- package/lib/cjs/components/form/fixtures/comp8.d.ts +26 -0
- package/lib/cjs/components/form/fixtures/comp8.js +29 -0
- package/lib/cjs/components/form/fixtures/index.d.ts +3 -1
- package/lib/cjs/components/form/fixtures/index.js +5 -1
- package/lib/cjs/components/hidden/Hidden.form.d.ts +4 -5
- package/lib/cjs/components/hidden/Hidden.form.js +3 -2
- package/lib/cjs/components/hidden/Hidden.js +1 -1
- package/lib/cjs/components/html/HTML.form.d.ts +4 -5
- package/lib/cjs/components/html/HTML.form.js +3 -2
- package/lib/cjs/components/number/Number.d.ts +1 -1
- package/lib/cjs/components/number/Number.form.d.ts +4 -5
- package/lib/cjs/components/number/Number.form.js +3 -2
- package/lib/cjs/components/number/Number.js +1 -1
- package/lib/cjs/components/panel/Panel.form.d.ts +4 -5
- package/lib/cjs/components/panel/Panel.form.js +3 -2
- package/lib/cjs/components/panel/editForm/Panel.edit.conditional.d.ts +1 -1
- package/lib/cjs/components/password/Password.form.d.ts +4 -5
- package/lib/cjs/components/password/Password.form.js +3 -2
- package/lib/cjs/components/phonenumber/PhoneNumber.form.d.ts +4 -5
- package/lib/cjs/components/phonenumber/PhoneNumber.form.js +3 -2
- package/lib/cjs/components/radio/Radio.form.d.ts +4 -3
- package/lib/cjs/components/radio/Radio.form.js +3 -2
- package/lib/cjs/components/recaptcha/ReCaptcha.form.d.ts +3 -4
- package/lib/cjs/components/recaptcha/ReCaptcha.form.js +2 -1
- package/lib/cjs/components/select/Select.d.ts +2 -2
- package/lib/cjs/components/select/Select.form.d.ts +4 -3
- package/lib/cjs/components/select/Select.form.js +3 -2
- package/lib/cjs/components/select/Select.js +1 -1
- package/lib/cjs/components/selectboxes/SelectBoxes.d.ts +2 -8
- package/lib/cjs/components/selectboxes/SelectBoxes.form.d.ts +4 -3
- package/lib/cjs/components/selectboxes/SelectBoxes.form.js +3 -2
- package/lib/cjs/components/selectboxes/SelectBoxes.js +7 -6
- package/lib/cjs/components/signature/Signature.form.d.ts +4 -5
- package/lib/cjs/components/signature/Signature.form.js +3 -2
- package/lib/cjs/components/survey/Survey.form.d.ts +4 -5
- package/lib/cjs/components/survey/Survey.form.js +3 -2
- package/lib/cjs/components/table/Table.form.d.ts +4 -5
- package/lib/cjs/components/table/Table.form.js +3 -2
- package/lib/cjs/components/tabs/Tabs.d.ts +2 -2
- package/lib/cjs/components/tabs/Tabs.form.d.ts +4 -5
- package/lib/cjs/components/tabs/Tabs.form.js +3 -2
- package/lib/cjs/components/tabs/Tabs.js +1 -1
- package/lib/cjs/components/tags/Tags.form.d.ts +4 -5
- package/lib/cjs/components/tags/Tags.form.js +3 -2
- package/lib/cjs/components/textarea/TextArea.d.ts +3 -3
- package/lib/cjs/components/textarea/TextArea.form.d.ts +4 -5
- package/lib/cjs/components/textarea/TextArea.form.js +3 -2
- package/lib/cjs/components/textarea/TextArea.js +2 -2
- package/lib/cjs/components/textfield/TextField.d.ts +12 -19
- package/lib/cjs/components/textfield/TextField.form.d.ts +4 -5
- package/lib/cjs/components/textfield/TextField.form.js +3 -2
- package/lib/cjs/components/textfield/TextField.js +13 -12
- package/lib/cjs/components/time/Time.form.d.ts +4 -5
- package/lib/cjs/components/time/Time.form.js +3 -2
- package/lib/cjs/components/unknown/Unknown.form.d.ts +3 -35
- package/lib/cjs/components/unknown/Unknown.form.js +2 -1
- package/lib/cjs/components/url/Url.form.d.ts +4 -5
- package/lib/cjs/components/url/Url.form.js +3 -2
- package/lib/cjs/components/well/Well.form.d.ts +4 -5
- package/lib/cjs/components/well/Well.form.js +3 -2
- package/lib/cjs/formio.form.js +2 -2
- package/lib/cjs/utils/Evaluator.d.ts +0 -1
- package/lib/cjs/utils/Evaluator.js +2 -5
- package/lib/cjs/utils/formUtils.d.ts +1 -1
- package/lib/cjs/utils/utils.d.ts +106 -83
- package/lib/cjs/utils/utils.js +96 -140
- package/lib/cjs/widgets/CalendarWidget.d.ts +8 -7
- package/lib/cjs/widgets/CalendarWidget.js +8 -7
- package/lib/mjs/Element.d.ts +3 -2
- package/lib/mjs/Element.js +4 -3
- package/lib/mjs/Form.d.ts +99 -36
- package/lib/mjs/Form.js +43 -38
- package/lib/mjs/PDF.d.ts +8 -7
- package/lib/mjs/PDF.js +6 -5
- package/lib/mjs/Webform.d.ts +0 -3
- package/lib/mjs/Webform.js +18 -15
- package/lib/mjs/WebformBuilder.d.ts +15 -14
- package/lib/mjs/WebformBuilder.js +11 -10
- package/lib/mjs/Wizard.d.ts +0 -11
- package/lib/mjs/Wizard.js +14 -12
- package/lib/mjs/WizardBuilder.d.ts +1 -1
- package/lib/mjs/addons/PasswordStrength/PasswordStrengthAddon.d.ts +2 -2
- package/lib/mjs/addons/PasswordStrength/PasswordStrengthAddon.form.d.ts +2 -2
- package/lib/mjs/addons/index.d.ts +2 -2
- package/lib/mjs/components/Components.d.ts +6 -5
- package/lib/mjs/components/Components.js +2 -1
- package/lib/mjs/components/_classes/component/Component.form.d.ts +4 -5
- package/lib/mjs/components/_classes/component/Component.form.js +3 -2
- package/lib/mjs/components/_classes/component/Component.js +3 -2
- package/lib/mjs/components/_classes/component/editForm/Component.edit.addons.d.ts +2 -2
- package/lib/mjs/components/_classes/component/editForm/Component.edit.conditional.d.ts +1 -1
- package/lib/mjs/components/_classes/component/editForm/Component.edit.data.d.ts +1 -1
- package/lib/mjs/components/_classes/component/editForm/Component.edit.validation.d.ts +1 -1
- package/lib/mjs/components/_classes/component/editForm/Component.edit.validation.js +1 -1
- package/lib/mjs/components/_classes/component/editForm/utils.d.ts +1 -1
- package/lib/mjs/components/_classes/component/editForm/utils.js +1 -1
- package/lib/mjs/components/_classes/list/ListComponent.d.ts +2 -2
- package/lib/mjs/components/_classes/list/ListComponent.form.d.ts +4 -4
- package/lib/mjs/components/_classes/list/ListComponent.form.js +3 -3
- package/lib/mjs/components/_classes/nested/NestedComponent.form.d.ts +4 -5
- package/lib/mjs/components/_classes/nested/NestedComponent.form.js +3 -2
- package/lib/mjs/components/_classes/nested/NestedComponent.js +0 -2
- package/lib/mjs/components/_classes/nesteddata/NestedDataComponent.d.ts +1 -1
- package/lib/mjs/components/_classes/nesteddata/NestedDataComponent.js +1 -1
- package/lib/mjs/components/address/Address.form.d.ts +4 -5
- package/lib/mjs/components/address/Address.form.js +3 -2
- package/lib/mjs/components/button/Button.form.d.ts +4 -5
- package/lib/mjs/components/button/Button.form.js +3 -2
- package/lib/mjs/components/button/Button.js +3 -2
- package/lib/mjs/components/checkbox/Checkbox.form.d.ts +4 -5
- package/lib/mjs/components/checkbox/Checkbox.form.js +3 -2
- package/lib/mjs/components/checkbox/Checkbox.js +2 -9
- package/lib/mjs/components/checkbox/fixtures/comp5.d.ts +34 -0
- package/lib/mjs/components/checkbox/fixtures/comp5.js +53 -0
- package/lib/mjs/components/checkbox/fixtures/index.d.ts +2 -1
- package/lib/mjs/components/checkbox/fixtures/index.js +2 -1
- package/lib/mjs/components/columns/Columns.d.ts +1 -1
- package/lib/mjs/components/columns/Columns.form.d.ts +4 -5
- package/lib/mjs/components/columns/Columns.form.js +3 -2
- package/lib/mjs/components/columns/Columns.js +1 -1
- package/lib/mjs/components/container/Container.form.d.ts +4 -5
- package/lib/mjs/components/container/Container.form.js +3 -2
- package/lib/mjs/components/content/Content.form.d.ts +4 -5
- package/lib/mjs/components/content/Content.form.js +3 -2
- package/lib/mjs/components/currency/Currency.form.d.ts +4 -5
- package/lib/mjs/components/currency/Currency.form.js +3 -2
- package/lib/mjs/components/currency/Currency.js +1 -1
- package/lib/mjs/components/datagrid/DataGrid.d.ts +4 -4
- package/lib/mjs/components/datagrid/DataGrid.form.d.ts +4 -5
- package/lib/mjs/components/datagrid/DataGrid.form.js +3 -2
- package/lib/mjs/components/datagrid/DataGrid.js +4 -4
- package/lib/mjs/components/datamap/DataMap.form.d.ts +4 -5
- package/lib/mjs/components/datamap/DataMap.form.js +3 -2
- package/lib/mjs/components/datetime/DateTime.form.d.ts +4 -5
- package/lib/mjs/components/datetime/DateTime.form.js +3 -2
- package/lib/mjs/components/datetime/editForm/DateTime.edit.date.d.ts +1 -1
- package/lib/mjs/components/datetime/editForm/DateTime.edit.date.js +1 -1
- package/lib/mjs/components/day/Day.d.ts +18 -23
- package/lib/mjs/components/day/Day.form.d.ts +4 -5
- package/lib/mjs/components/day/Day.form.js +3 -2
- package/lib/mjs/components/day/Day.js +15 -14
- package/lib/mjs/components/editgrid/EditGrid.d.ts +4 -3
- package/lib/mjs/components/editgrid/EditGrid.form.d.ts +4 -5
- package/lib/mjs/components/editgrid/EditGrid.form.js +3 -2
- package/lib/mjs/components/editgrid/EditGrid.js +3 -3
- package/lib/mjs/components/editgrid/editForm/EditGrid.edit.display.js +1 -1
- package/lib/mjs/components/editgrid/editForm/EditGrid.edit.templates.d.ts +1 -1
- package/lib/mjs/components/editgrid/editForm/EditGrid.edit.templates.js +1 -1
- package/lib/mjs/components/email/Email.form.d.ts +4 -5
- package/lib/mjs/components/email/Email.form.js +3 -2
- package/lib/mjs/components/fieldset/Fieldset.form.d.ts +4 -5
- package/lib/mjs/components/fieldset/Fieldset.form.js +3 -2
- package/lib/mjs/components/file/File.form.d.ts +4 -5
- package/lib/mjs/components/file/File.form.js +3 -2
- package/lib/mjs/components/form/Form.d.ts +23 -20
- package/lib/mjs/components/form/Form.form.d.ts +4 -5
- package/lib/mjs/components/form/Form.form.js +3 -2
- package/lib/mjs/components/form/Form.js +18 -11
- package/lib/mjs/components/form/editForm/Form.edit.data.d.ts +1 -1
- package/lib/mjs/components/form/fixtures/comp7.d.ts +36 -0
- package/lib/mjs/components/form/fixtures/comp7.js +35 -0
- package/lib/mjs/components/form/fixtures/comp8.d.ts +26 -0
- package/lib/mjs/components/form/fixtures/comp8.js +27 -0
- package/lib/mjs/components/form/fixtures/index.d.ts +3 -1
- package/lib/mjs/components/form/fixtures/index.js +3 -1
- package/lib/mjs/components/hidden/Hidden.form.d.ts +4 -5
- package/lib/mjs/components/hidden/Hidden.form.js +3 -2
- package/lib/mjs/components/hidden/Hidden.js +1 -1
- package/lib/mjs/components/html/HTML.form.d.ts +4 -5
- package/lib/mjs/components/html/HTML.form.js +3 -2
- package/lib/mjs/components/number/Number.d.ts +1 -1
- package/lib/mjs/components/number/Number.form.d.ts +4 -5
- package/lib/mjs/components/number/Number.form.js +3 -2
- package/lib/mjs/components/number/Number.js +1 -1
- package/lib/mjs/components/panel/Panel.form.d.ts +4 -5
- package/lib/mjs/components/panel/Panel.form.js +3 -2
- package/lib/mjs/components/panel/editForm/Panel.edit.conditional.d.ts +1 -1
- package/lib/mjs/components/password/Password.form.d.ts +4 -5
- package/lib/mjs/components/password/Password.form.js +3 -2
- package/lib/mjs/components/phonenumber/PhoneNumber.form.d.ts +4 -5
- package/lib/mjs/components/phonenumber/PhoneNumber.form.js +3 -2
- package/lib/mjs/components/radio/Radio.form.d.ts +4 -3
- package/lib/mjs/components/radio/Radio.form.js +3 -2
- package/lib/mjs/components/recaptcha/ReCaptcha.form.d.ts +3 -4
- package/lib/mjs/components/recaptcha/ReCaptcha.form.js +2 -1
- package/lib/mjs/components/select/Select.d.ts +2 -2
- package/lib/mjs/components/select/Select.form.d.ts +4 -3
- package/lib/mjs/components/select/Select.form.js +3 -2
- package/lib/mjs/components/select/Select.js +1 -1
- package/lib/mjs/components/selectboxes/SelectBoxes.d.ts +2 -8
- package/lib/mjs/components/selectboxes/SelectBoxes.form.d.ts +4 -3
- package/lib/mjs/components/selectboxes/SelectBoxes.form.js +3 -2
- package/lib/mjs/components/selectboxes/SelectBoxes.js +7 -6
- package/lib/mjs/components/signature/Signature.form.d.ts +4 -5
- package/lib/mjs/components/signature/Signature.form.js +3 -2
- package/lib/mjs/components/survey/Survey.form.d.ts +4 -5
- package/lib/mjs/components/survey/Survey.form.js +3 -2
- package/lib/mjs/components/table/Table.form.d.ts +4 -5
- package/lib/mjs/components/table/Table.form.js +3 -2
- package/lib/mjs/components/tabs/Tabs.d.ts +2 -2
- package/lib/mjs/components/tabs/Tabs.form.d.ts +4 -5
- package/lib/mjs/components/tabs/Tabs.form.js +3 -2
- package/lib/mjs/components/tabs/Tabs.js +1 -1
- package/lib/mjs/components/tags/Tags.form.d.ts +4 -5
- package/lib/mjs/components/tags/Tags.form.js +3 -2
- package/lib/mjs/components/textarea/TextArea.d.ts +3 -3
- package/lib/mjs/components/textarea/TextArea.form.d.ts +4 -5
- package/lib/mjs/components/textarea/TextArea.form.js +3 -2
- package/lib/mjs/components/textarea/TextArea.js +2 -2
- package/lib/mjs/components/textfield/TextField.d.ts +12 -19
- package/lib/mjs/components/textfield/TextField.form.d.ts +4 -5
- package/lib/mjs/components/textfield/TextField.form.js +3 -2
- package/lib/mjs/components/textfield/TextField.js +13 -12
- package/lib/mjs/components/time/Time.form.d.ts +4 -5
- package/lib/mjs/components/time/Time.form.js +3 -2
- package/lib/mjs/components/unknown/Unknown.form.d.ts +3 -35
- package/lib/mjs/components/unknown/Unknown.form.js +2 -1
- package/lib/mjs/components/url/Url.form.d.ts +4 -5
- package/lib/mjs/components/url/Url.form.js +3 -2
- package/lib/mjs/components/well/Well.form.d.ts +4 -5
- package/lib/mjs/components/well/Well.form.js +3 -2
- package/lib/mjs/formio.form.js +1 -1
- package/lib/mjs/utils/Evaluator.d.ts +0 -1
- package/lib/mjs/utils/Evaluator.js +1 -4
- package/lib/mjs/utils/formUtils.d.ts +1 -1
- package/lib/mjs/utils/utils.d.ts +106 -83
- package/lib/mjs/utils/utils.js +96 -140
- package/lib/mjs/widgets/CalendarWidget.d.ts +8 -7
- package/lib/mjs/widgets/CalendarWidget.js +8 -7
- package/package.json +5 -8
@@ -1,9 +1,6 @@
|
|
1
1
|
"use strict";
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
4
|
-
};
|
5
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
6
|
-
const Evaluator_1 =
|
3
|
+
const Evaluator_1 = require("../../../utils/Evaluator");
|
7
4
|
exports.default = [
|
8
5
|
{
|
9
6
|
type: 'textarea',
|
@@ -18,7 +15,7 @@ exports.default = [
|
|
18
15
|
description: 'Two available variables. "value" is the array of row data and "components" is the array of components in the grid.',
|
19
16
|
tooltip: 'This is the <a href=\'https://lodash.com/docs/4.17.5#template\'>Lodash Template</a> used to render the header of the Edit grid.',
|
20
17
|
customConditional({ data }) {
|
21
|
-
return (!Evaluator_1.
|
18
|
+
return (!Evaluator_1.Evaluator.noeval || Evaluator_1.Evaluator.protectedEval) && !data.displayAsTable;
|
22
19
|
}
|
23
20
|
},
|
24
21
|
{
|
@@ -34,7 +31,7 @@ exports.default = [
|
|
34
31
|
description: 'Two available variables. "value" is the array of row data and "components" is the array of components in the grid.',
|
35
32
|
tooltip: 'This is the <a href=\'https://lodash.com/docs/4.17.5#template\'>Lodash Template</a> used to render the header of the Edit grid.',
|
36
33
|
customConditional({ data }) {
|
37
|
-
return (!Evaluator_1.
|
34
|
+
return (!Evaluator_1.Evaluator.noeval || Evaluator_1.Evaluator.protectedEval) && data.displayAsTable;
|
38
35
|
}
|
39
36
|
},
|
40
37
|
{
|
@@ -52,7 +49,7 @@ exports.default = [
|
|
52
49
|
' To add click events, add the classes "editRow" and "removeRow" to elements.',
|
53
50
|
tooltip: 'This is the <a href=\'https://lodash.com/docs/4.17.5#template\'>Lodash Template</a> used to render each row of the Edit grid.',
|
54
51
|
customConditional({ data }) {
|
55
|
-
return (!Evaluator_1.
|
52
|
+
return (!Evaluator_1.Evaluator.noeval || Evaluator_1.Evaluator.protectedEval) && !data.displayAsTable;
|
56
53
|
}
|
57
54
|
},
|
58
55
|
{
|
@@ -70,7 +67,7 @@ exports.default = [
|
|
70
67
|
' To add click events, add the classes "editRow" and "removeRow" to elements.',
|
71
68
|
tooltip: 'This is the <a href=\'https://lodash.com/docs/4.17.5#template\'>Lodash Template</a> used to render each row of the Edit grid.',
|
72
69
|
customConditional({ data }) {
|
73
|
-
return (!Evaluator_1.
|
70
|
+
return (!Evaluator_1.Evaluator.noeval || Evaluator_1.Evaluator.protectedEval) && data.displayAsTable;
|
74
71
|
}
|
75
72
|
},
|
76
73
|
{
|
@@ -85,7 +82,7 @@ exports.default = [
|
|
85
82
|
description: 'Two available variables. "value" is the array of row data and "components" is the array of components in the grid.',
|
86
83
|
tooltip: 'This is the <a href=\'https://lodash.com/docs/4.17.5#template\'>Lodash Template</a> used to render the footer of the Edit grid.',
|
87
84
|
customConditional() {
|
88
|
-
return !Evaluator_1.
|
85
|
+
return !Evaluator_1.Evaluator.noeval || Evaluator_1.Evaluator.protectedEval;
|
89
86
|
}
|
90
87
|
},
|
91
88
|
{
|
@@ -1,7 +1,6 @@
|
|
1
1
|
/**
|
2
|
-
*
|
3
|
-
* @param {...any} extend
|
2
|
+
* The Edit Form function.
|
3
|
+
* @param {...any} extend - The components that extend the edit form.
|
4
|
+
* @returns {import('@formio/core').Component[]} - The edit form components.
|
4
5
|
*/
|
5
|
-
export default function _default(...extend: any[]):
|
6
|
-
components: any;
|
7
|
-
};
|
6
|
+
export default function _default(...extend: any[]): import('@formio/core').Component[];
|
@@ -7,8 +7,9 @@ const TextField_form_1 = __importDefault(require("../textfield/TextField.form"))
|
|
7
7
|
const Email_edit_display_1 = __importDefault(require("./editForm/Email.edit.display"));
|
8
8
|
const Email_edit_validation_1 = __importDefault(require("./editForm/Email.edit.validation"));
|
9
9
|
/**
|
10
|
-
*
|
11
|
-
* @param {...any} extend
|
10
|
+
* The Edit Form function.
|
11
|
+
* @param {...any} extend - The components that extend the edit form.
|
12
|
+
* @returns {import('@formio/core').Component[]} - The edit form components.
|
12
13
|
*/
|
13
14
|
function default_1(...extend) {
|
14
15
|
return (0, TextField_form_1.default)([
|
@@ -1,7 +1,6 @@
|
|
1
1
|
/**
|
2
|
-
*
|
3
|
-
* @param {...any} extend
|
2
|
+
* The Edit Form function.
|
3
|
+
* @param {...any} extend - The components that extend the edit form.
|
4
|
+
* @returns {import('@formio/core').Component[]} - The edit form components.
|
4
5
|
*/
|
5
|
-
export default function _default(...extend: any[]):
|
6
|
-
components: any;
|
7
|
-
};
|
6
|
+
export default function _default(...extend: any[]): import('@formio/core').Component[];
|
@@ -6,8 +6,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
const NestedComponent_form_1 = __importDefault(require("../_classes/nested/NestedComponent.form"));
|
7
7
|
const Fieldset_edit_display_1 = __importDefault(require("./editForm/Fieldset.edit.display"));
|
8
8
|
/**
|
9
|
-
*
|
10
|
-
* @param {...any} extend
|
9
|
+
* The Edit Form function.
|
10
|
+
* @param {...any} extend - The components that extend the edit form.
|
11
|
+
* @returns {import('@formio/core').Component[]} - The edit form components.
|
11
12
|
*/
|
12
13
|
function default_1(...extend) {
|
13
14
|
return (0, NestedComponent_form_1.default)([
|
@@ -1,7 +1,6 @@
|
|
1
1
|
/**
|
2
|
-
*
|
3
|
-
* @param {...any} extend
|
2
|
+
* The Edit Form function.
|
3
|
+
* @param {...any} extend - The components that extend the edit form.
|
4
|
+
* @returns {import('@formio/core').Component[]} - The edit form components.
|
4
5
|
*/
|
5
|
-
export default function _default(...extend: any[]):
|
6
|
-
components: any;
|
7
|
-
};
|
6
|
+
export default function _default(...extend: any[]): import('@formio/core').Component[];
|
@@ -9,8 +9,9 @@ const File_edit_display_1 = __importDefault(require("./editForm/File.edit.displa
|
|
9
9
|
const File_edit_file_1 = __importDefault(require("./editForm/File.edit.file"));
|
10
10
|
const File_edit_validation_1 = __importDefault(require("./editForm/File.edit.validation"));
|
11
11
|
/**
|
12
|
-
*
|
13
|
-
* @param {...any} extend
|
12
|
+
* The Edit Form function.
|
13
|
+
* @param {...any} extend - The components that extend the edit form.
|
14
|
+
* @returns {import('@formio/core').Component[]} - The edit form components.
|
14
15
|
*/
|
15
16
|
function default_1(...extend) {
|
16
17
|
return Components_1.default.baseEditForm([
|
@@ -13,11 +13,11 @@ export default class FormComponent extends Component {
|
|
13
13
|
valueChanged: boolean | undefined;
|
14
14
|
subForm: any;
|
15
15
|
formSrc: any;
|
16
|
-
get dataReady(): any
|
16
|
+
get dataReady(): Promise<any>;
|
17
17
|
get emptyValue(): {
|
18
18
|
data: {};
|
19
19
|
};
|
20
|
-
get ready(): any
|
20
|
+
get ready(): Promise<any>;
|
21
21
|
get useOriginalRevision(): any;
|
22
22
|
setFormRevision(rev: any): void;
|
23
23
|
subFormRevision: any;
|
@@ -29,30 +29,31 @@ export default class FormComponent extends Component {
|
|
29
29
|
* Prints out the value of form components as a datagrid value.
|
30
30
|
*/
|
31
31
|
getValueAsString(value: any, options: any): any;
|
32
|
-
attach(element: any): Promise<
|
32
|
+
attach(element: any): Promise<void>;
|
33
33
|
get hasLoadedForm(): any;
|
34
34
|
get isRevisionChanged(): any;
|
35
|
-
subFormReady: any;
|
35
|
+
subFormReady: Promise<any> | null | undefined;
|
36
36
|
/**
|
37
37
|
* Pass everyComponent to subform.
|
38
|
-
* @param args
|
39
|
-
* @returns {
|
38
|
+
* @param {any[]} args - Arguments to pass through to the subform's everyComponent method.
|
39
|
+
* @returns {*} - The result of the subform's everyComponent method.
|
40
40
|
*/
|
41
|
-
everyComponent(...args: any[]): any
|
41
|
+
everyComponent(...args: any[]): any;
|
42
42
|
setSubFormDisabled(subForm: any): void;
|
43
43
|
updateSubWizards(subForm: any): void;
|
44
44
|
/**
|
45
45
|
* Create a subform instance.
|
46
|
-
* @param fromAttach
|
47
|
-
* @returns {*}
|
46
|
+
* @param {boolean} [fromAttach] - This function is being called from an `attach` method.
|
47
|
+
* @returns {*} - The subform instance.
|
48
48
|
*/
|
49
|
-
createSubForm(fromAttach
|
49
|
+
createSubForm(fromAttach?: boolean | undefined): any;
|
50
50
|
hideSubmitButton(component: any): void;
|
51
51
|
/**
|
52
52
|
* Load the subform.
|
53
|
-
* @param fromAttach
|
53
|
+
* @param {boolean} fromAttach - This function is being called from an `attach` method.
|
54
|
+
* @returns {Promise} - The promise that resolves when the subform is loaded.
|
54
55
|
*/
|
55
|
-
loadSubForm(fromAttach:
|
56
|
+
loadSubForm(fromAttach: boolean): Promise<any>;
|
56
57
|
subFormLoading: boolean | undefined;
|
57
58
|
get subFormData(): any;
|
58
59
|
checkComponentValidity(data: any, dirty: any, row: any, options: any, errors?: any[]): any;
|
@@ -61,28 +62,30 @@ export default class FormComponent extends Component {
|
|
61
62
|
setPristine(pristine: any): void;
|
62
63
|
/**
|
63
64
|
* Determine if the subform should be submitted.
|
64
|
-
* @returns {*|boolean}
|
65
|
+
* @returns {*|boolean} - TRUE if the subform should be submitted, FALSE if it should not.
|
65
66
|
*/
|
66
67
|
get shouldSubmit(): any;
|
67
68
|
/**
|
68
69
|
* Returns the data for the subform.
|
69
|
-
* @returns {*}
|
70
|
+
* @returns {*} - the data for the subform.
|
70
71
|
*/
|
71
72
|
getSubFormData(): any;
|
72
73
|
/**
|
73
74
|
* Submit the subform if configured to do so.
|
74
|
-
* @returns {
|
75
|
+
* @returns {Promise} - The promise that resolves when the subform is submitted.
|
75
76
|
*/
|
76
|
-
submitSubForm(): any
|
77
|
+
submitSubForm(): Promise<any>;
|
77
78
|
/**
|
78
79
|
* Submit the form before the next page is triggered.
|
79
|
-
* @param next
|
80
|
+
* @param {Function} next - The function to trigger the next page.
|
81
|
+
* @returns {Promise} - The promise that resolves when the subform submission is complete (if necessary) and the next page is triggered.
|
80
82
|
*/
|
81
|
-
beforePage(next:
|
83
|
+
beforePage(next: Function): Promise<any>;
|
82
84
|
/**
|
83
85
|
* Submit the form before the whole form is triggered.
|
86
|
+
* @returns {Promise} - The promise that resolves when the subform submission is complete (if necessary) and the form is submitted.
|
84
87
|
*/
|
85
|
-
beforeSubmit(): any
|
88
|
+
beforeSubmit(): Promise<any>;
|
86
89
|
isSubFormLazyLoad(): any;
|
87
90
|
isHidden(): boolean;
|
88
91
|
setValue(submission: any, flags?: {}): boolean;
|
@@ -92,7 +95,7 @@ export default class FormComponent extends Component {
|
|
92
95
|
/**
|
93
96
|
* Determines if this form is a Nested Wizard
|
94
97
|
* which means it should be a Wizard itself and should be a direct child of a Wizard's page
|
95
|
-
* @returns {boolean}
|
98
|
+
* @returns {boolean} - TRUE if this form is a Nested Wizard, FALSE otherwise
|
96
99
|
*/
|
97
100
|
get isNestedWizard(): boolean;
|
98
101
|
isInternalEvent(event: any): boolean;
|
@@ -1,7 +1,6 @@
|
|
1
1
|
/**
|
2
|
-
*
|
3
|
-
* @param {...any} extend
|
2
|
+
* The Edit Form function.
|
3
|
+
* @param {...any} extend - The components that extend the edit form.
|
4
|
+
* @returns {import('@formio/core').Component[]} - The edit form components.
|
4
5
|
*/
|
5
|
-
export default function _default(...extend: any[]):
|
6
|
-
components: any;
|
7
|
-
};
|
6
|
+
export default function _default(...extend: any[]): import('@formio/core').Component[];
|
@@ -8,8 +8,9 @@ const Form_edit_display_1 = __importDefault(require("./editForm/Form.edit.displa
|
|
8
8
|
const Form_edit_form_1 = __importDefault(require("./editForm/Form.edit.form"));
|
9
9
|
const Form_edit_data_1 = __importDefault(require("./editForm/Form.edit.data"));
|
10
10
|
/**
|
11
|
-
*
|
12
|
-
* @param {...any} extend
|
11
|
+
* The Edit Form function.
|
12
|
+
* @param {...any} extend - The components that extend the edit form.
|
13
|
+
* @returns {import('@formio/core').Component[]} - The edit form components.
|
13
14
|
*/
|
14
15
|
function default_1(...extend) {
|
15
16
|
return (0, NestedComponent_form_1.default)([
|
@@ -206,6 +206,9 @@ class FormComponent extends Component_1.default {
|
|
206
206
|
if (this.options.saveDraftThrottle) {
|
207
207
|
options.saveDraftThrottle = this.options.saveDraftThrottle;
|
208
208
|
}
|
209
|
+
if (this.options.skipDraftRestore) {
|
210
|
+
options.skipDraftRestore = this.options.skipDraftRestore;
|
211
|
+
}
|
209
212
|
return options;
|
210
213
|
}
|
211
214
|
/* eslint-enable max-statements */
|
@@ -346,8 +349,8 @@ class FormComponent extends Component_1.default {
|
|
346
349
|
}
|
347
350
|
/**
|
348
351
|
* Pass everyComponent to subform.
|
349
|
-
* @param args
|
350
|
-
* @returns {
|
352
|
+
* @param {any[]} args - Arguments to pass through to the subform's everyComponent method.
|
353
|
+
* @returns {*} - The result of the subform's everyComponent method.
|
351
354
|
*/
|
352
355
|
everyComponent(...args) {
|
353
356
|
if (this.subForm) {
|
@@ -372,8 +375,8 @@ class FormComponent extends Component_1.default {
|
|
372
375
|
}
|
373
376
|
/**
|
374
377
|
* Create a subform instance.
|
375
|
-
* @param fromAttach
|
376
|
-
* @returns {*}
|
378
|
+
* @param {boolean} [fromAttach] - This function is being called from an `attach` method.
|
379
|
+
* @returns {*} - The subform instance.
|
377
380
|
*/
|
378
381
|
createSubForm(fromAttach) {
|
379
382
|
this.subFormReady = this.loadSubForm(fromAttach).then((form) => {
|
@@ -426,7 +429,8 @@ class FormComponent extends Component_1.default {
|
|
426
429
|
}
|
427
430
|
/**
|
428
431
|
* Load the subform.
|
429
|
-
* @param fromAttach
|
432
|
+
* @param {boolean} fromAttach - This function is being called from an `attach` method.
|
433
|
+
* @returns {Promise} - The promise that resolves when the subform is loaded.
|
430
434
|
*/
|
431
435
|
loadSubForm(fromAttach) {
|
432
436
|
var _a, _b, _c;
|
@@ -511,14 +515,14 @@ class FormComponent extends Component_1.default {
|
|
511
515
|
}
|
512
516
|
/**
|
513
517
|
* Determine if the subform should be submitted.
|
514
|
-
* @returns {*|boolean}
|
518
|
+
* @returns {*|boolean} - TRUE if the subform should be submitted, FALSE if it should not.
|
515
519
|
*/
|
516
520
|
get shouldSubmit() {
|
517
521
|
return this.subFormReady && (!this.component.hasOwnProperty('reference') || this.component.reference) && !this.isHidden();
|
518
522
|
}
|
519
523
|
/**
|
520
524
|
* Returns the data for the subform.
|
521
|
-
* @returns {*}
|
525
|
+
* @returns {*} - the data for the subform.
|
522
526
|
*/
|
523
527
|
getSubFormData() {
|
524
528
|
if (lodash_1.default.get(this.subForm, 'form.display') === 'pdf') {
|
@@ -530,7 +534,7 @@ class FormComponent extends Component_1.default {
|
|
530
534
|
}
|
531
535
|
/**
|
532
536
|
* Submit the subform if configured to do so.
|
533
|
-
* @returns {
|
537
|
+
* @returns {Promise} - The promise that resolves when the subform is submitted.
|
534
538
|
*/
|
535
539
|
submitSubForm() {
|
536
540
|
// If we wish to submit the form on next page, then do that here.
|
@@ -557,7 +561,8 @@ class FormComponent extends Component_1.default {
|
|
557
561
|
}
|
558
562
|
/**
|
559
563
|
* Submit the form before the next page is triggered.
|
560
|
-
* @param next
|
564
|
+
* @param {Function} next - The function to trigger the next page.
|
565
|
+
* @returns {Promise} - The promise that resolves when the subform submission is complete (if necessary) and the next page is triggered.
|
561
566
|
*/
|
562
567
|
beforePage(next) {
|
563
568
|
// Should not submit child forms if we are going to the previous page
|
@@ -568,6 +573,7 @@ class FormComponent extends Component_1.default {
|
|
568
573
|
}
|
569
574
|
/**
|
570
575
|
* Submit the form before the whole form is triggered.
|
576
|
+
* @returns {Promise} - The promise that resolves when the subform submission is complete (if necessary) and the form is submitted.
|
571
577
|
*/
|
572
578
|
beforeSubmit() {
|
573
579
|
var _a, _b, _c;
|
@@ -577,8 +583,9 @@ class FormComponent extends Component_1.default {
|
|
577
583
|
this.subForm.triggerSaveDraft.cancel();
|
578
584
|
}
|
579
585
|
const isAlreadySubmitted = submission && submission._id && submission.form;
|
586
|
+
const isDraftSubmission = this.options.saveDraft && submission.state === 'draft';
|
580
587
|
// This submission has already been submitted, so just return the reference data.
|
581
|
-
if (isAlreadySubmitted && !((_c = this.subForm) === null || _c === void 0 ? void 0 : _c.wizard)) {
|
588
|
+
if (isAlreadySubmitted && !((_c = this.subForm) === null || _c === void 0 ? void 0 : _c.wizard) && !isDraftSubmission) {
|
582
589
|
this.dataValue = submission;
|
583
590
|
return Promise.resolve(this.dataValue);
|
584
591
|
}
|
@@ -681,7 +688,7 @@ class FormComponent extends Component_1.default {
|
|
681
688
|
/**
|
682
689
|
* Determines if this form is a Nested Wizard
|
683
690
|
* which means it should be a Wizard itself and should be a direct child of a Wizard's page
|
684
|
-
* @returns {boolean}
|
691
|
+
* @returns {boolean} - TRUE if this form is a Nested Wizard, FALSE otherwise
|
685
692
|
*/
|
686
693
|
get isNestedWizard() {
|
687
694
|
var _a, _b, _c, _d, _e;
|
@@ -0,0 +1,36 @@
|
|
1
|
+
declare namespace _default {
|
2
|
+
let _id: string;
|
3
|
+
let title: string;
|
4
|
+
let name: string;
|
5
|
+
let path: string;
|
6
|
+
let type: string;
|
7
|
+
let display: string;
|
8
|
+
let components: ({
|
9
|
+
label: string;
|
10
|
+
tableView: boolean;
|
11
|
+
key: string;
|
12
|
+
type: string;
|
13
|
+
input: boolean;
|
14
|
+
src?: undefined;
|
15
|
+
disableOnInvalid?: undefined;
|
16
|
+
} | {
|
17
|
+
label: string;
|
18
|
+
tableView: boolean;
|
19
|
+
src: string;
|
20
|
+
key: string;
|
21
|
+
type: string;
|
22
|
+
input: boolean;
|
23
|
+
disableOnInvalid?: undefined;
|
24
|
+
} | {
|
25
|
+
type: string;
|
26
|
+
label: string;
|
27
|
+
key: string;
|
28
|
+
disableOnInvalid: boolean;
|
29
|
+
input: boolean;
|
30
|
+
tableView: boolean;
|
31
|
+
src?: undefined;
|
32
|
+
})[];
|
33
|
+
let project: string;
|
34
|
+
let machineName: string;
|
35
|
+
}
|
36
|
+
export default _default;
|
@@ -0,0 +1,37 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.default = {
|
4
|
+
_id: '66051dae494c977c47028fac',
|
5
|
+
title: 'test draft parent',
|
6
|
+
name: 'testDraftParent',
|
7
|
+
path: 'testdraftparent',
|
8
|
+
type: 'form',
|
9
|
+
display: 'form',
|
10
|
+
components: [
|
11
|
+
{
|
12
|
+
label: 'Parent Form Field',
|
13
|
+
tableView: true,
|
14
|
+
key: 'parent',
|
15
|
+
type: 'textfield',
|
16
|
+
input: true,
|
17
|
+
},
|
18
|
+
{
|
19
|
+
label: 'Form',
|
20
|
+
tableView: true,
|
21
|
+
src: 'http://localhost:3000/idwqwhclwioyqbw/testdraftnested',
|
22
|
+
key: 'form',
|
23
|
+
type: 'form',
|
24
|
+
input: true,
|
25
|
+
},
|
26
|
+
{
|
27
|
+
type: 'button',
|
28
|
+
label: 'Submit',
|
29
|
+
key: 'submit',
|
30
|
+
disableOnInvalid: true,
|
31
|
+
input: true,
|
32
|
+
tableView: false,
|
33
|
+
},
|
34
|
+
],
|
35
|
+
project: '63cead09be0090345b109e22',
|
36
|
+
machineName: 'idwqwhclwioyqbw:testdraftparent'
|
37
|
+
};
|
@@ -0,0 +1,26 @@
|
|
1
|
+
declare namespace _default {
|
2
|
+
let _id: string;
|
3
|
+
let title: string;
|
4
|
+
let name: string;
|
5
|
+
let path: string;
|
6
|
+
let type: string;
|
7
|
+
let display: string;
|
8
|
+
let components: ({
|
9
|
+
label: string;
|
10
|
+
tableView: boolean;
|
11
|
+
key: string;
|
12
|
+
type: string;
|
13
|
+
input: boolean;
|
14
|
+
disableOnInvalid?: undefined;
|
15
|
+
} | {
|
16
|
+
type: string;
|
17
|
+
label: string;
|
18
|
+
key: string;
|
19
|
+
disableOnInvalid: boolean;
|
20
|
+
input: boolean;
|
21
|
+
tableView: boolean;
|
22
|
+
})[];
|
23
|
+
let project: string;
|
24
|
+
let machineName: string;
|
25
|
+
}
|
26
|
+
export default _default;
|
@@ -0,0 +1,29 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.default = {
|
4
|
+
_id: '63e4deda12b88c4f05c125cf',
|
5
|
+
title: 'test draft nested',
|
6
|
+
name: 'testDraftNested',
|
7
|
+
path: 'testdraftnested',
|
8
|
+
type: 'form',
|
9
|
+
display: 'form',
|
10
|
+
components: [
|
11
|
+
{
|
12
|
+
label: 'Nested Form Field',
|
13
|
+
tableView: true,
|
14
|
+
key: 'nested',
|
15
|
+
type: 'textfield',
|
16
|
+
input: true,
|
17
|
+
},
|
18
|
+
{
|
19
|
+
type: 'button',
|
20
|
+
label: 'Submit',
|
21
|
+
key: 'submit',
|
22
|
+
disableOnInvalid: true,
|
23
|
+
input: true,
|
24
|
+
tableView: false,
|
25
|
+
},
|
26
|
+
],
|
27
|
+
project: '63cead09be0090345b109e22',
|
28
|
+
machineName: 'idwqwhclwioyqbw:testdraftparent'
|
29
|
+
};
|
@@ -5,4 +5,6 @@ import comp3 from './comp3';
|
|
5
5
|
import comp4 from './comp4';
|
6
6
|
import comp5 from './comp5';
|
7
7
|
import comp6 from './comp6';
|
8
|
-
|
8
|
+
import comp7 from './comp7';
|
9
|
+
import comp8 from './comp8';
|
10
|
+
export { formModalEdit, comp1, comp2, comp3, comp4, comp5, comp6, comp7, comp8 };
|
@@ -3,7 +3,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
4
4
|
};
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
6
|
-
exports.comp6 = exports.comp5 = exports.comp4 = exports.comp3 = exports.comp2 = exports.comp1 = exports.formModalEdit = void 0;
|
6
|
+
exports.comp8 = exports.comp7 = exports.comp6 = exports.comp5 = exports.comp4 = exports.comp3 = exports.comp2 = exports.comp1 = exports.formModalEdit = void 0;
|
7
7
|
const formModalEdit_1 = __importDefault(require("./formModalEdit"));
|
8
8
|
exports.formModalEdit = formModalEdit_1.default;
|
9
9
|
const comp1_1 = __importDefault(require("./comp1"));
|
@@ -18,3 +18,7 @@ const comp5_1 = __importDefault(require("./comp5"));
|
|
18
18
|
exports.comp5 = comp5_1.default;
|
19
19
|
const comp6_1 = __importDefault(require("./comp6"));
|
20
20
|
exports.comp6 = comp6_1.default;
|
21
|
+
const comp7_1 = __importDefault(require("./comp7"));
|
22
|
+
exports.comp7 = comp7_1.default;
|
23
|
+
const comp8_1 = __importDefault(require("./comp8"));
|
24
|
+
exports.comp8 = comp8_1.default;
|
@@ -1,7 +1,6 @@
|
|
1
1
|
/**
|
2
|
-
*
|
3
|
-
* @param {...any} extend
|
2
|
+
* The Edit Form function.
|
3
|
+
* @param {...any} extend - The components that extend the edit form.
|
4
|
+
* @returns {import('@formio/core').Component[]} - The edit form components.
|
4
5
|
*/
|
5
|
-
export default function _default(...extend: any[]):
|
6
|
-
components: any;
|
7
|
-
};
|
6
|
+
export default function _default(...extend: any[]): import('@formio/core').Component[];
|
@@ -7,8 +7,9 @@ const Components_1 = __importDefault(require("../Components"));
|
|
7
7
|
const Hidden_edit_display_1 = __importDefault(require("./editForm/Hidden.edit.display"));
|
8
8
|
const Hidden_edit_data_1 = __importDefault(require("./editForm/Hidden.edit.data"));
|
9
9
|
/**
|
10
|
-
*
|
11
|
-
* @param {...any} extend
|
10
|
+
* The Edit Form function.
|
11
|
+
* @param {...any} extend - The components that extend the edit form.
|
12
|
+
* @returns {import('@formio/core').Component[]} - The edit form components.
|
12
13
|
*/
|
13
14
|
function default_1(...extend) {
|
14
15
|
return Components_1.default.baseEditForm([
|
@@ -38,7 +38,7 @@ class HiddenComponent extends Input_1.default {
|
|
38
38
|
}
|
39
39
|
/**
|
40
40
|
* Check if a component is eligible for multiple validation
|
41
|
-
* @returns {boolean}
|
41
|
+
* @returns {boolean} - If the component is eligible for multiple validation.
|
42
42
|
*/
|
43
43
|
validateMultiple() {
|
44
44
|
// Since "arrays" are able to be stored in hidden components, we need to turn off multiple validation.
|
@@ -1,7 +1,6 @@
|
|
1
1
|
/**
|
2
|
-
*
|
3
|
-
* @param {...any} extend
|
2
|
+
* The Edit Form function.
|
3
|
+
* @param {...any} extend - The components that extend the edit form.
|
4
|
+
* @returns {import('@formio/core').Component[]} - The edit form components.
|
4
5
|
*/
|
5
|
-
export default function _default(...extend: any[]):
|
6
|
-
components: any;
|
7
|
-
};
|
6
|
+
export default function _default(...extend: any[]): import('@formio/core').Component[];
|
@@ -7,8 +7,9 @@ const Components_1 = __importDefault(require("../Components"));
|
|
7
7
|
const HTML_edit_display_1 = __importDefault(require("./editForm/HTML.edit.display"));
|
8
8
|
const HTML_edit_logic_1 = __importDefault(require("./editForm/HTML.edit.logic"));
|
9
9
|
/**
|
10
|
-
*
|
11
|
-
* @param {...any} extend
|
10
|
+
* The Edit Form function.
|
11
|
+
* @param {...any} extend - The components that extend the edit form.
|
12
|
+
* @returns {import('@formio/core').Component[]} - The edit form components.
|
12
13
|
*/
|
13
14
|
function default_1(...extend) {
|
14
15
|
return Components_1.default.baseEditForm([
|
@@ -1,7 +1,6 @@
|
|
1
1
|
/**
|
2
|
-
*
|
3
|
-
* @param {...any} extend
|
2
|
+
* The Edit Form function.
|
3
|
+
* @param {...any} extend - The components that extend the edit form.
|
4
|
+
* @returns {import('@formio/core').Component[]} - The edit form components.
|
4
5
|
*/
|
5
|
-
export default function _default(...extend: any[]):
|
6
|
-
components: any;
|
7
|
-
};
|
6
|
+
export default function _default(...extend: any[]): import('@formio/core').Component[];
|
@@ -8,8 +8,9 @@ const Number_edit_display_1 = __importDefault(require("./editForm/Number.edit.di
|
|
8
8
|
const Number_edit_data_1 = __importDefault(require("./editForm/Number.edit.data"));
|
9
9
|
const Number_edit_validation_1 = __importDefault(require("./editForm/Number.edit.validation"));
|
10
10
|
/**
|
11
|
-
*
|
12
|
-
* @param {...any} extend
|
11
|
+
* The Edit Form function.
|
12
|
+
* @param {...any} extend - The components that extend the edit form.
|
13
|
+
* @returns {import('@formio/core').Component[]} - The edit form components.
|
13
14
|
*/
|
14
15
|
function default_1(...extend) {
|
15
16
|
return (0, TextField_form_1.default)([
|