@formio/js 5.0.0-rc.54 → 5.0.0-rc.56
Sign up to get free protection for your applications and to get access to all the features.
- 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/Embed.js +8 -5
- 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 +1 -4
- package/lib/cjs/Webform.js +19 -16
- package/lib/cjs/WebformBuilder.d.ts +15 -14
- package/lib/cjs/WebformBuilder.js +11 -10
- package/lib/cjs/Wizard.d.ts +1 -12
- package/lib/cjs/Wizard.js +17 -15
- 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/Embed.js +8 -5
- 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 +1 -4
- package/lib/mjs/Webform.js +19 -16
- package/lib/mjs/WebformBuilder.d.ts +15 -14
- package/lib/mjs/WebformBuilder.js +11 -10
- package/lib/mjs/Wizard.d.ts +1 -12
- package/lib/mjs/Wizard.js +15 -13
- 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
package/lib/cjs/Wizard.d.ts
CHANGED
@@ -1,13 +1,4 @@
|
|
1
1
|
declare class Wizard extends Webform {
|
2
|
-
/**
|
3
|
-
* Constructor for wizard-based forms.
|
4
|
-
* @param {HTMLElement} [element] - The DOM element to place this wizard.
|
5
|
-
* @param {object} [options] - Options object, supported options include:
|
6
|
-
* - breadcrumbSettings.clickable: true (default) - determines if the breadcrumb bar is clickable.
|
7
|
-
* - buttonSettings.show*(Previous, Next, Cancel): true (default) - determines if the button is shown.
|
8
|
-
* - allowPrevious: false (default) - determines if the breadcrumb bar is clickable for visited tabs.
|
9
|
-
*/
|
10
|
-
constructor(...args: any[]);
|
11
2
|
pages: any[];
|
12
3
|
prefixComps: any[];
|
13
4
|
suffixComps: any[];
|
@@ -28,8 +19,6 @@ declare class Wizard extends Webform {
|
|
28
19
|
getPages(args?: {}): any[];
|
29
20
|
get hasExtraPages(): boolean;
|
30
21
|
get localData(): any;
|
31
|
-
isClickableDefined: boolean | undefined;
|
32
|
-
isSecondInit: boolean | undefined;
|
33
22
|
get wizardKey(): string;
|
34
23
|
set wizard(form: object);
|
35
24
|
get wizard(): object;
|
@@ -107,7 +96,7 @@ declare class Wizard extends Webform {
|
|
107
96
|
getPageIndexByKey(key: any): number;
|
108
97
|
get schema(): object;
|
109
98
|
setComponentSchema(): void;
|
110
|
-
setForm(form: any, flags
|
99
|
+
setForm(form: any, flags?: {}): Promise<any> | undefined;
|
111
100
|
onSetForm(clonedForm: any, initialForm: any): void;
|
112
101
|
setEditMode(submission: any): void;
|
113
102
|
setValue(submission: any, flags: {} | undefined, ignoreEstablishment: any): any;
|
package/lib/cjs/Wizard.js
CHANGED
@@ -10,20 +10,20 @@ const utils_1 = require("./utils/utils");
|
|
10
10
|
class Wizard extends Webform_1.default {
|
11
11
|
/**
|
12
12
|
* Constructor for wizard-based forms.
|
13
|
-
* @param {HTMLElement} [
|
14
|
-
* @param {
|
13
|
+
* @param {HTMLElement | object | import('Form').FormOptions} [elementOrOptions] - The DOM element to render this form within or the options to create this form instance.
|
14
|
+
* @param {import('Form').FormOptions} [_options] - The options to create a new form instance.
|
15
15
|
* - breadcrumbSettings.clickable: true (default) - determines if the breadcrumb bar is clickable.
|
16
16
|
* - buttonSettings.show*(Previous, Next, Cancel): true (default) - determines if the button is shown.
|
17
17
|
* - allowPrevious: false (default) - determines if the breadcrumb bar is clickable for visited tabs.
|
18
18
|
*/
|
19
|
-
constructor() {
|
19
|
+
constructor(elementOrOptions = undefined, _options = undefined) {
|
20
20
|
let element, options;
|
21
|
-
if (
|
22
|
-
element =
|
23
|
-
options =
|
21
|
+
if (elementOrOptions instanceof HTMLElement || options) {
|
22
|
+
element = elementOrOptions;
|
23
|
+
options = _options || {};
|
24
24
|
}
|
25
25
|
else {
|
26
|
-
options =
|
26
|
+
options = elementOrOptions || {};
|
27
27
|
}
|
28
28
|
options.display = 'wizard';
|
29
29
|
super(element, options);
|
@@ -89,7 +89,7 @@ class Wizard extends Webform_1.default {
|
|
89
89
|
this.setPristine(true);
|
90
90
|
}
|
91
91
|
init() {
|
92
|
-
var _a
|
92
|
+
var _a;
|
93
93
|
// Check for and initlize button settings object
|
94
94
|
this.options.buttonSettings = lodash_1.default.defaults(this.options.buttonSettings, {
|
95
95
|
showPrevious: true,
|
@@ -97,10 +97,6 @@ class Wizard extends Webform_1.default {
|
|
97
97
|
showSubmit: true,
|
98
98
|
showCancel: !this.options.readOnly
|
99
99
|
});
|
100
|
-
if (!this.isSecondInit) {
|
101
|
-
this.isClickableDefined = Object.prototype.hasOwnProperty.call((_a = this.options) === null || _a === void 0 ? void 0 : _a.breadcrumbSettings, 'clickable');
|
102
|
-
this.isSecondInit = true;
|
103
|
-
}
|
104
100
|
this.options.breadcrumbSettings = lodash_1.default.defaults(this.options.breadcrumbSettings, {
|
105
101
|
clickable: true
|
106
102
|
});
|
@@ -108,7 +104,7 @@ class Wizard extends Webform_1.default {
|
|
108
104
|
this.page = 0;
|
109
105
|
const onReady = super.init();
|
110
106
|
this.setComponentSchema();
|
111
|
-
if ((
|
107
|
+
if ((_a = this.pages) === null || _a === void 0 ? void 0 : _a[this.page]) {
|
112
108
|
this.component = this.pages[this.page].component;
|
113
109
|
}
|
114
110
|
this.on('subWizardsUpdated', (subForm) => {
|
@@ -302,7 +298,13 @@ class Wizard extends Webform_1.default {
|
|
302
298
|
currentPage = page;
|
303
299
|
}
|
304
300
|
});
|
305
|
-
|
301
|
+
if (lodash_1.default.has(currentPage, 'component.breadcrumbClickable')) {
|
302
|
+
return lodash_1.default.get(currentPage, 'component.breadcrumbClickable');
|
303
|
+
}
|
304
|
+
if (lodash_1.default.has(this.options, 'breadcrumbSettings.clickable')) {
|
305
|
+
return this.options.breadcrumbSettings.clickable;
|
306
|
+
}
|
307
|
+
return true;
|
306
308
|
}
|
307
309
|
isAllowPrevious() {
|
308
310
|
let currentPage = null;
|
@@ -792,7 +794,7 @@ class Wizard extends Webform_1.default {
|
|
792
794
|
this.originalComponents.push(lodash_1.default.clone(newPage));
|
793
795
|
}
|
794
796
|
}
|
795
|
-
setForm(form, flags) {
|
797
|
+
setForm(form, flags = {}) {
|
796
798
|
if (!form) {
|
797
799
|
return;
|
798
800
|
}
|
@@ -23,7 +23,7 @@ export default class PasswordStrengthAddon extends FormioAddon {
|
|
23
23
|
'margin-bottom': string;
|
24
24
|
};
|
25
25
|
key: string;
|
26
|
-
customConditional():
|
26
|
+
customConditional(): boolean;
|
27
27
|
components: ({
|
28
28
|
type: string;
|
29
29
|
key: any;
|
@@ -321,7 +321,7 @@ export default class PasswordStrengthAddon extends FormioAddon {
|
|
321
321
|
'margin-bottom': string;
|
322
322
|
};
|
323
323
|
key: string;
|
324
|
-
customConditional():
|
324
|
+
customConditional(): boolean;
|
325
325
|
components: ({
|
326
326
|
type: string;
|
327
327
|
key: any;
|
@@ -19,7 +19,7 @@ declare const _default: ({
|
|
19
19
|
'margin-bottom': string;
|
20
20
|
};
|
21
21
|
key: string;
|
22
|
-
customConditional():
|
22
|
+
customConditional(): boolean;
|
23
23
|
components: ({
|
24
24
|
type: string;
|
25
25
|
key: any;
|
@@ -317,7 +317,7 @@ declare const _default: ({
|
|
317
317
|
'margin-bottom': string;
|
318
318
|
};
|
319
319
|
key: string;
|
320
|
-
customConditional():
|
320
|
+
customConditional(): boolean;
|
321
321
|
components: ({
|
322
322
|
type: string;
|
323
323
|
key: any;
|
@@ -24,7 +24,7 @@ export const editForms: {
|
|
24
24
|
'margin-bottom': string;
|
25
25
|
};
|
26
26
|
key: string;
|
27
|
-
customConditional():
|
27
|
+
customConditional(): boolean;
|
28
28
|
components: ({
|
29
29
|
type: string;
|
30
30
|
key: any;
|
@@ -322,7 +322,7 @@ export const editForms: {
|
|
322
322
|
'margin-bottom': string;
|
323
323
|
};
|
324
324
|
key: string;
|
325
|
-
customConditional():
|
325
|
+
customConditional(): boolean;
|
326
326
|
components: ({
|
327
327
|
type: string;
|
328
328
|
key: any;
|
@@ -28,7 +28,7 @@ export default class Components {
|
|
28
28
|
'margin-bottom': string;
|
29
29
|
};
|
30
30
|
key: string;
|
31
|
-
customConditional():
|
31
|
+
customConditional(): boolean;
|
32
32
|
components: ({
|
33
33
|
type: string;
|
34
34
|
key: any;
|
@@ -112,7 +112,7 @@ export default class Components {
|
|
112
112
|
'margin-bottom': string;
|
113
113
|
};
|
114
114
|
key: string;
|
115
|
-
customConditional():
|
115
|
+
customConditional(): boolean;
|
116
116
|
components: ({
|
117
117
|
type: string;
|
118
118
|
key: any;
|
@@ -195,7 +195,7 @@ export default class Components {
|
|
195
195
|
'margin-bottom': string;
|
196
196
|
};
|
197
197
|
key: string;
|
198
|
-
customConditional():
|
198
|
+
customConditional(): boolean;
|
199
199
|
components: ({
|
200
200
|
type: string;
|
201
201
|
key: any;
|
@@ -258,10 +258,11 @@ export default class Components {
|
|
258
258
|
static setComponent(name: any, comp: any): void;
|
259
259
|
/**
|
260
260
|
* Return a path of component's value.
|
261
|
-
* @param {
|
261
|
+
* @param {Component} component - The component instance.
|
262
262
|
* @returns {string} - The component's value path.
|
263
263
|
*/
|
264
|
-
static getComponentPath(component:
|
264
|
+
static getComponentPath(component: Component): string;
|
265
265
|
static create(component: any, options: any, data: any): any;
|
266
266
|
}
|
267
267
|
import BaseEditForm from './_classes/component/Component.form';
|
268
|
+
import Component from './_classes/component/Component';
|
@@ -50,7 +50,7 @@ class Components {
|
|
50
50
|
}
|
51
51
|
/**
|
52
52
|
* Return a path of component's value.
|
53
|
-
* @param {
|
53
|
+
* @param {Component} component - The component instance.
|
54
54
|
* @returns {string} - The component's value path.
|
55
55
|
*/
|
56
56
|
static getComponentPath(component) {
|
@@ -71,6 +71,7 @@ class Components {
|
|
71
71
|
path += component.component.key;
|
72
72
|
return lodash_1.default.trim(path, '.');
|
73
73
|
}
|
74
|
+
return path;
|
74
75
|
}
|
75
76
|
static create(component, options, data) {
|
76
77
|
let comp = null;
|
@@ -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[];
|
@@ -13,8 +13,9 @@ const Component_edit_validation_1 = __importDefault(require("./editForm/Componen
|
|
13
13
|
const Component_edit_layout_1 = __importDefault(require("./editForm/Component.edit.layout"));
|
14
14
|
const utils_1 = __importDefault(require("./editForm/utils"));
|
15
15
|
/**
|
16
|
-
*
|
17
|
-
* @param {...any} extend
|
16
|
+
* The Edit Form function.
|
17
|
+
* @param {...any} extend - The components that extend the edit form.
|
18
|
+
* @returns {import('@formio/core').Component[]} - The edit form components.
|
18
19
|
*/
|
19
20
|
function default_1(...extend) {
|
20
21
|
const components = lodash_1.default.cloneDeep([
|
@@ -1022,6 +1022,9 @@ class Component extends Element_1.default {
|
|
1022
1022
|
* @param {string} [referenceAttributeName] - The attribute name to use for the reference.
|
1023
1023
|
*/
|
1024
1024
|
loadRefs(element, refs, referenceAttributeName) {
|
1025
|
+
if (!element) {
|
1026
|
+
return;
|
1027
|
+
}
|
1025
1028
|
for (const ref in refs) {
|
1026
1029
|
const refType = refs[ref];
|
1027
1030
|
const isString = typeof refType === 'string';
|
@@ -3030,11 +3033,9 @@ class Component extends Element_1.default {
|
|
3030
3033
|
checkValidity(data = null, dirty = false, row = null, silentCheck = false, errors = []) {
|
3031
3034
|
data = data || this.rootValue;
|
3032
3035
|
row = row || this.data;
|
3033
|
-
console.log('Deprecation warning: Component.checkValidity() will be deprecated in 6.x version of renderer. Use Component.validateComponent instead.');
|
3034
3036
|
return this.checkComponentValidity(data, dirty, row, { silentCheck }, errors);
|
3035
3037
|
}
|
3036
3038
|
checkAsyncValidity(data = null, dirty = false, row = null, silentCheck = false, errors = []) {
|
3037
|
-
console.log('Deprecation warning: Component.checkAsyncValidity() will be deprecated in 6.x version of renderer. Use Component.validateComponent instead.');
|
3038
3039
|
return this.checkComponentValidity(data, dirty, row, { async: true, silentCheck }, errors);
|
3039
3040
|
}
|
3040
3041
|
/**
|
@@ -36,7 +36,7 @@ declare const _default: {
|
|
36
36
|
'margin-bottom': string;
|
37
37
|
};
|
38
38
|
key: string;
|
39
|
-
customConditional():
|
39
|
+
customConditional(): boolean;
|
40
40
|
components: ({
|
41
41
|
type: string;
|
42
42
|
key: any;
|
@@ -334,7 +334,7 @@ declare const _default: {
|
|
334
334
|
'margin-bottom': string;
|
335
335
|
};
|
336
336
|
key: string;
|
337
|
-
customConditional():
|
337
|
+
customConditional(): boolean;
|
338
338
|
components: ({
|
339
339
|
type: string;
|
340
340
|
key: any;
|
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
4
4
|
};
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
6
6
|
const utils_1 = __importDefault(require("./utils"));
|
7
|
-
const Evaluator_1 =
|
7
|
+
const Evaluator_1 = require("../../../../utils/Evaluator");
|
8
8
|
/* eslint-disable quotes, max-len */
|
9
9
|
exports.default = [
|
10
10
|
{
|
@@ -74,7 +74,7 @@ exports.default = [
|
|
74
74
|
key: 'custom-validation-js',
|
75
75
|
weight: 300,
|
76
76
|
customConditional() {
|
77
|
-
return !Evaluator_1.
|
77
|
+
return !Evaluator_1.Evaluator.noeval || Evaluator_1.Evaluator.protectedEval;
|
78
78
|
},
|
79
79
|
components: [
|
80
80
|
utils_1.default.logicVariablesTable('<tr><th>input</th><td>The value that was input into this component</td></tr>'),
|
@@ -4,7 +4,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
4
4
|
};
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
6
6
|
const lodash_1 = __importDefault(require("lodash"));
|
7
|
-
const Evaluator_1 =
|
7
|
+
const Evaluator_1 = require("../../../../utils/Evaluator");
|
8
8
|
const EditFormUtils = {
|
9
9
|
sortAndFilterComponents(components) {
|
10
10
|
return lodash_1.default.filter(lodash_1.default.sortBy(components, 'weight'), (item) => !item.ignore);
|
@@ -72,7 +72,7 @@ const EditFormUtils = {
|
|
72
72
|
style: { 'margin-bottom': '10px' },
|
73
73
|
key: `${property}-js`,
|
74
74
|
customConditional() {
|
75
|
-
return !Evaluator_1.
|
75
|
+
return !Evaluator_1.Evaluator.noeval || Evaluator_1.Evaluator.protectedEval;
|
76
76
|
},
|
77
77
|
components: [
|
78
78
|
{
|
@@ -1,9 +1,9 @@
|
|
1
1
|
export default class ListComponent extends Field {
|
2
2
|
get isSelectURL(): boolean;
|
3
3
|
get selectData(): any;
|
4
|
-
get shouldLoad():
|
4
|
+
get shouldLoad(): boolean;
|
5
5
|
getTemplateKeys(): void;
|
6
|
-
templateKeys:
|
6
|
+
templateKeys: string[] | undefined;
|
7
7
|
get requestHeaders(): any;
|
8
8
|
setItems(): void;
|
9
9
|
updateCustomItems(): void;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
/**
|
2
|
-
*
|
3
|
-
* @param {...any} extend - The
|
4
|
-
* @returns {
|
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.
|
5
5
|
*/
|
6
|
-
export default function _default(...extend: any[]):
|
6
|
+
export default function _default(...extend: any[]): import('@formio/core').Component[];
|
@@ -6,9 +6,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
const Components_1 = __importDefault(require("../../Components"));
|
7
7
|
const ListComponent_edit_data_1 = __importDefault(require("./editForm/ListComponent.edit.data"));
|
8
8
|
/**
|
9
|
-
*
|
10
|
-
* @param {...any} extend - The
|
11
|
-
* @returns {
|
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.
|
12
12
|
*/
|
13
13
|
function default_1(...extend) {
|
14
14
|
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[];
|
@@ -5,8 +5,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
6
6
|
const Components_1 = __importDefault(require("../../Components"));
|
7
7
|
/**
|
8
|
-
*
|
9
|
-
* @param {...any} extend
|
8
|
+
* The Edit Form function.
|
9
|
+
* @param {...any} extend - The components that extend the edit form.
|
10
|
+
* @returns {import('@formio/core').Component[]} - The edit form components.
|
10
11
|
*/
|
11
12
|
function default_1(...extend) {
|
12
13
|
return Components_1.default.baseEditForm([
|
@@ -755,12 +755,10 @@ class NestedComponent extends Field_1.default {
|
|
755
755
|
* @returns {boolean} - TRUE if the component is valid.
|
756
756
|
*/
|
757
757
|
checkValidity(data = null, dirty = false, row = null, silentCheck = false, childErrors = []) {
|
758
|
-
console.log('Deprecation warning: Component.checkValidity() will be deprecated in 6.x version of renderer. Use "validate" method instead.');
|
759
758
|
childErrors.push(...this.validate(data, { dirty, silentCheck }));
|
760
759
|
return this.checkComponentValidity(data, dirty, row, { dirty, silentCheck }, childErrors) && childErrors.length === 0;
|
761
760
|
}
|
762
761
|
checkAsyncValidity(data = null, dirty = false, row = null, silentCheck = false) {
|
763
|
-
console.log('Deprecation warning: Component.checkAsyncValidity() will be deprecated in 6.x version of renderer.');
|
764
762
|
return this.ready.then(() => {
|
765
763
|
return this.validate(data, { dirty, silentCheck, async: true }).then((childErrors) => {
|
766
764
|
return this.checkComponentValidity(data, dirty, row, { dirty, silentCheck, async: true }, childErrors).then((valid) => {
|
@@ -9,7 +9,7 @@ export default class NestedDataComponent extends NestedComponent {
|
|
9
9
|
everyComponent(fn: any, options?: {}): void;
|
10
10
|
/**
|
11
11
|
* Get the value of this component.
|
12
|
-
* @returns {
|
12
|
+
* @returns {any} - Return the value of this component.
|
13
13
|
*/
|
14
14
|
getValue(): any;
|
15
15
|
updateValue(value: any, flags?: {}): 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 Address_edit_data_1 = __importDefault(require("./editForm/Address.edit.dat
|
|
8
8
|
const Address_edit_display_1 = __importDefault(require("./editForm/Address.edit.display"));
|
9
9
|
const Address_edit_provider_1 = __importDefault(require("./editForm/Address.edit.provider"));
|
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 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[];
|
@@ -6,8 +6,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
const Components_1 = __importDefault(require("../Components"));
|
7
7
|
const Button_edit_display_1 = __importDefault(require("./editForm/Button.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 Components_1.default.baseEditForm([
|
@@ -230,8 +230,9 @@ class ButtonComponent extends Field_1.default {
|
|
230
230
|
this.disabled = this.shouldDisabled;
|
231
231
|
this.setDisabled(this.refs.button, this.disabled);
|
232
232
|
/**
|
233
|
-
*
|
234
|
-
* @param name
|
233
|
+
* Get url parameter by name
|
234
|
+
* @param {string} name - The url parameter
|
235
|
+
* @returns {string} - The url parameter value
|
235
236
|
*/
|
236
237
|
function getUrlParameter(name) {
|
237
238
|
name = name.replace(/[[]/, '\\[').replace(/[\]]/, '\\]');
|
@@ -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 Checkbox_edit_data_1 = __importDefault(require("./editForm/Checkbox.edit.d
|
|
8
8
|
const Checkbox_edit_display_1 = __importDefault(require("./editForm/Checkbox.edit.display"));
|
9
9
|
const Checkbox_edit_validation_1 = __importDefault(require("./editForm/Checkbox.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 Components_1.default.baseEditForm([
|
@@ -179,15 +179,8 @@ class CheckBoxComponent extends Field_1.default {
|
|
179
179
|
return value;
|
180
180
|
}
|
181
181
|
setValue(value, flags = {}) {
|
182
|
-
|
183
|
-
|
184
|
-
const changed = this.updateValue(value, flags);
|
185
|
-
if (this.isHtmlRenderMode() && flags && flags.fromSubmission && changed) {
|
186
|
-
this.redraw();
|
187
|
-
}
|
188
|
-
return changed;
|
189
|
-
}
|
190
|
-
return false;
|
182
|
+
this.setCheckedState(value);
|
183
|
+
return super.setValue(value, flags);
|
191
184
|
}
|
192
185
|
getValueAsString(value) {
|
193
186
|
const { name: componentName, value: componentValue } = this.component;
|
@@ -0,0 +1,34 @@
|
|
1
|
+
declare namespace _default {
|
2
|
+
let title: string;
|
3
|
+
let name: string;
|
4
|
+
let path: string;
|
5
|
+
let type: string;
|
6
|
+
let display: string;
|
7
|
+
let components: ({
|
8
|
+
label: string;
|
9
|
+
tableView: boolean;
|
10
|
+
validateWhenHidden: boolean;
|
11
|
+
key: string;
|
12
|
+
conditional: {
|
13
|
+
show: boolean;
|
14
|
+
conjunction: string;
|
15
|
+
conditions: {
|
16
|
+
component: string;
|
17
|
+
operator: string;
|
18
|
+
}[];
|
19
|
+
};
|
20
|
+
type: string;
|
21
|
+
input: boolean;
|
22
|
+
applyMaskOn?: undefined;
|
23
|
+
} | {
|
24
|
+
label: string;
|
25
|
+
applyMaskOn: string;
|
26
|
+
tableView: boolean;
|
27
|
+
key: string;
|
28
|
+
type: string;
|
29
|
+
input: boolean;
|
30
|
+
validateWhenHidden?: undefined;
|
31
|
+
conditional?: undefined;
|
32
|
+
})[];
|
33
|
+
}
|
34
|
+
export default _default;
|