@worksafevictoria/wcl7.5 1.1.0-beta.8 → 1.1.0-beta.81
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/.env +1 -3
- package/.storybook/preview.js +20 -13
- package/README.md +4 -4
- package/bin/deploy.sh +1 -1
- package/ci/build/build_validation.yml +2 -2
- package/ci/release/beta.yml +4 -3
- package/ci/release/master.yml +4 -3
- package/jest.config.js +10 -8
- package/lib/utility.js +9 -8
- package/package.json +15 -13
- package/src/assets/icons/AppFooter/x-ws-footer.svg +10 -0
- package/src/assets/icons/AppFooter/x-ww-footer.svg +28 -0
- package/src/assets/icons/SocialShare/x-icon-white.svg +28 -0
- package/src/assets/icons/WSV-reversed.svg +20 -0
- package/src/assets/icons/contrast.svg +4 -0
- package/src/assets/icons/lang.svg +13 -0
- package/src/assets/icons/login.svg +4 -0
- package/src/assets/styles/modal.scss +51 -0
- package/src/components/Common/CardGrid/cardgrid.stories.js +4 -57
- package/src/components/Common/CardGrid/index.vue +64 -48
- package/src/components/Common/CardGridItem/card-grid-item-caret.vue +7 -4
- package/src/components/Common/CardGridItem/card-grid-item-icon.vue +1 -1
- package/src/components/Common/CardGridItem/index.vue +95 -65
- package/src/components/Containers/Carousel/index.stories.js +30 -0
- package/src/components/Containers/Carousel/index.vue +165 -0
- package/src/components/Containers/HomepageHeader/index.vue +26 -12
- package/src/components/Containers/HomepageHeaderNew/index.stories.js +75 -0
- package/src/components/Containers/HomepageHeaderNew/index.vue +198 -0
- package/src/components/Containers/SectionGroup/index.vue +1 -1
- package/src/components/Containers/Subheader/index.vue +30 -20
- package/src/components/Global/AlertStrip/index.stories.js +1 -0
- package/src/components/Global/AppFooter/FooterSocialShare/index.vue +1 -1
- package/src/components/Global/AppFooter/index.stories.js +1 -0
- package/src/components/Global/AppFooter/index.vue +33 -29
- package/src/components/Global/AppHeader/index.vue +49 -52
- package/src/components/Global/AppHeaderNew/ModalSearch/index.vue +71 -0
- package/src/components/Global/AppHeaderNew/ModalSearch/styles.scss +43 -0
- package/src/components/Global/AppHeaderNew/includes.scss +71 -0
- package/src/components/Global/AppHeaderNew/index.stories.js +74 -0
- package/src/components/Global/AppHeaderNew/index.vue +1176 -0
- package/src/components/Global/AppHeaderNew/mobile.scss +269 -0
- package/src/components/Global/AppHeaderNew/styles.scss +647 -0
- package/src/components/Global/ContrastMode/index.stories.js +1 -0
- package/src/components/Global/ContrastMode/index.vue +1 -1
- package/src/components/Global/Cookies/index.stories.js +16 -10
- package/src/components/Global/Cookies/index.vue +212 -172
- package/src/components/Global/Cookies/styles.scss +54 -54
- package/src/components/Global/DirectoryFilters/SingleTaxonomy/index.vue +50 -132
- package/src/components/Global/GlobalNotice/index.stories.js +7 -1
- package/src/components/Global/GlobalNotice/index.vue +84 -84
- package/src/components/Global/HeroHeader/index.stories.js +3 -4
- package/src/components/Global/HeroHeader/index.vue +28 -29
- package/src/components/Global/ProgressBar/index.stories.js +6 -16
- package/src/components/Global/SocialShare/index.vue +3 -2
- package/src/components/Global/Strip/index.stories.js +1 -17
- package/src/components/Global/Strip/index.vue +8 -4
- package/src/components/Paragraphs/Accordion/AccordionItem/index.vue +25 -21
- package/src/components/Paragraphs/Accordion/StepperItem/index.vue +19 -23
- package/src/components/Paragraphs/Accordion/index.stories.js +1 -0
- package/src/components/Paragraphs/Accordion/index.vue +16 -16
- package/src/components/Paragraphs/Breakout/index.stories.js +1 -0
- package/src/components/Paragraphs/BrowseContent/index.stories.js +1 -0
- package/src/components/Paragraphs/BrowseContent/index.vue +42 -31
- package/src/components/Paragraphs/Calculator/Constants.js +2 -2
- package/src/components/Paragraphs/Calculator/index.stories.js +1 -0
- package/src/components/Paragraphs/Chart/Constants.js +485 -485
- package/src/components/Paragraphs/Chart/index.vue +232 -241
- package/src/components/Paragraphs/Directory/Records/CJ/index.vue +3 -3
- package/src/components/Paragraphs/Directory/Records/HSCP/index.stories.js +32 -0
- package/src/components/Paragraphs/Directory/Records/HSCP/index.vue +213 -0
- package/src/components/Paragraphs/Directory/Records/ISP/index.vue +5 -5
- package/src/components/Paragraphs/Directory/Records/PRS/index.vue +2 -2
- package/src/components/Paragraphs/Directory/Records/PRS/recordContent.vue +3 -3
- package/src/components/Paragraphs/Directory/Records/PRS/recordDetails.vue +3 -3
- package/src/components/Paragraphs/Directory/Records/index.vue +66 -30
- package/src/components/Paragraphs/Directory/Records/styles.scss +1 -0
- package/src/components/Paragraphs/Directory/constants.js +23 -5
- package/src/components/Paragraphs/Directory/index.vue +56 -45
- package/src/components/Paragraphs/ListGroup/Link/list-link.stories.js +35 -39
- package/src/components/Paragraphs/ListGroup/index.vue +60 -47
- package/src/components/Paragraphs/ListGroup/list-group.stories.js +35 -31
- package/src/components/Paragraphs/ListGroup/navigation-card.stories.js +34 -30
- package/src/components/Paragraphs/MarketingBanner/index.stories.js +4 -18
- package/src/components/Paragraphs/ProofPoints/index.stories.js +19 -20
- package/src/components/Paragraphs/RelatedInformation/index.stories.js +11 -21
- package/src/components/Paragraphs/RelatedInformation/index.vue +12 -6
- package/src/components/Paragraphs/RelatedInformation/styles.scss +1 -3
- package/src/components/Paragraphs/RichText/index.stories.js +2 -1
- package/src/components/Paragraphs/ScrollSpy/index.stories.js +3 -1
- package/src/components/Paragraphs/ScrollSpy/index.vue +26 -12
- package/src/components/Paragraphs/SelectableCards/Control/index.stories.js +1 -0
- package/src/components/Paragraphs/SelectableCards/index.vue +15 -12
- package/src/components/Paragraphs/Statistics/index.stories.js +1 -0
- package/src/components/Paragraphs/Statistics/index.vue +1 -0
- package/src/components/Paragraphs/TabbedCards/index.stories.js +8 -27
- package/src/components/Paragraphs/TabbedCards/index.vue +69 -103
- package/src/components/Paragraphs/Tabs/index.stories.js +1 -0
- package/src/components/Paragraphs/Tabs/index.vue +19 -17
- package/src/components/Paragraphs/TabulatedData/index.stories.js +6 -5
- package/src/components/Paragraphs/TabulatedData/index.vue +63 -35
- package/src/components/Paragraphs/TaskFinder/index.stories.js +9 -32
- package/src/components/Paragraphs/TaskFinder/index.vue +3 -3
- package/src/components/Paragraphs/TaskFinder/pdf/index.vue +1 -1
- package/src/components/Paragraphs/TaskFinder/task-finder-column.vue +1 -1
- package/src/components/Paragraphs/TextMedia/index.stories.js +1 -0
- package/src/components/Paragraphs/TextMedia/index.vue +5 -1
- package/src/components/Paragraphs/VideoGrid/index.stories.js +1 -0
- package/src/components/Paragraphs/VideoPlayer/index.stories.js +1 -13
- package/src/components/Paragraphs/Webform/index.stories.js +94 -57
- package/src/components/Paragraphs/Webform/index.vue +11 -8
- package/src/components/SubComponents/Breadcrumb/index.stories.js +3 -11
- package/src/components/SubComponents/CardGroup/index.stories.js +1 -30
- package/src/components/SubComponents/CardGroup/index.vue +38 -28
- package/src/components/SubComponents/CtaButton/index.stories.js +1 -24
- package/src/components/SubComponents/CtaButton/index.vue +27 -25
- package/src/components/SubComponents/FormAddressPostcode/index.stories.js +3 -28
- package/src/components/SubComponents/FormAddressPostcode/index.vue +33 -36
- package/src/components/SubComponents/FormInstance/components/alert/index.vue +129 -0
- package/src/components/SubComponents/FormInstance/components/custom/base-formio.js +77 -0
- package/src/components/SubComponents/FormInstance/components/custom/code-formio.js +35 -0
- package/src/components/SubComponents/FormInstance/components/custom/custom-formio-registry.js +30 -0
- package/src/components/SubComponents/FormInstance/components/custom/range-formio.js +121 -0
- package/src/components/SubComponents/FormInstance/components/custom/rating-formio.js +121 -0
- package/src/components/SubComponents/FormInstance/components/custom/scale-formio.js +99 -0
- package/src/components/SubComponents/FormInstance/components/custom/tableselect-formio.js +200 -0
- package/src/components/SubComponents/FormInstance/components/handler/index.vue +204 -0
- package/src/components/SubComponents/FormInstance/components/renderer/index.vue +282 -0
- package/src/components/SubComponents/FormInstance/index.test.js +65 -0
- package/src/components/SubComponents/FormInstance/index.vue +55 -6
- package/src/components/SubComponents/FormInstance/models/base-form-element.js +338 -0
- package/src/components/SubComponents/FormInstance/models/form-callback-queue.js +45 -0
- package/src/components/SubComponents/FormInstance/models/form-utils.js +50 -0
- package/src/components/SubComponents/FormInstance/models/overrides/address.js +141 -0
- package/src/components/SubComponents/FormInstance/models/overrides/autocomplete.js +41 -0
- package/src/components/SubComponents/FormInstance/models/overrides/checkbox.js +14 -0
- package/src/components/SubComponents/FormInstance/models/overrides/checkboxes.js +49 -0
- package/src/components/SubComponents/FormInstance/models/overrides/code.js +27 -0
- package/src/components/SubComponents/FormInstance/models/overrides/composite.js +57 -0
- package/src/components/SubComponents/FormInstance/models/overrides/container.js +65 -0
- package/src/components/SubComponents/FormInstance/models/overrides/currency.js +17 -0
- package/src/components/SubComponents/FormInstance/models/overrides/customcomposite.js +41 -0
- package/src/components/SubComponents/FormInstance/models/overrides/date.js +126 -0
- package/src/components/SubComponents/FormInstance/models/overrides/datelist.js +73 -0
- package/src/components/SubComponents/FormInstance/models/overrides/detail.js +38 -0
- package/src/components/SubComponents/FormInstance/models/overrides/email-confirm.js +12 -0
- package/src/components/SubComponents/FormInstance/models/overrides/email.js +7 -0
- package/src/components/SubComponents/FormInstance/models/overrides/file.js +56 -0
- package/src/components/SubComponents/FormInstance/models/overrides/flexbox.js +33 -0
- package/src/components/SubComponents/FormInstance/models/overrides/hidden.js +24 -0
- package/src/components/SubComponents/FormInstance/models/overrides/likert.js +40 -0
- package/src/components/SubComponents/FormInstance/models/overrides/markup.js +47 -0
- package/src/components/SubComponents/FormInstance/models/overrides/message.js +53 -0
- package/src/components/SubComponents/FormInstance/models/overrides/moretext.js +64 -0
- package/src/components/SubComponents/FormInstance/models/overrides/multiple.js +51 -0
- package/src/components/SubComponents/FormInstance/models/overrides/number.js +22 -0
- package/src/components/SubComponents/FormInstance/models/overrides/options-other.js +34 -0
- package/src/components/SubComponents/FormInstance/models/overrides/page.js +7 -0
- package/src/components/SubComponents/FormInstance/models/overrides/phonenumber.js +13 -0
- package/src/components/SubComponents/FormInstance/models/overrides/radio.js +31 -0
- package/src/components/SubComponents/FormInstance/models/overrides/range.js +19 -0
- package/src/components/SubComponents/FormInstance/models/overrides/rating.js +47 -0
- package/src/components/SubComponents/FormInstance/models/overrides/scale.js +33 -0
- package/src/components/SubComponents/FormInstance/models/overrides/section.js +39 -0
- package/src/components/SubComponents/FormInstance/models/overrides/select.js +28 -0
- package/src/components/SubComponents/FormInstance/models/overrides/signature.js +7 -0
- package/src/components/SubComponents/FormInstance/models/overrides/submit.js +23 -0
- package/src/components/SubComponents/FormInstance/models/overrides/table.js +48 -0
- package/src/components/SubComponents/FormInstance/models/overrides/tablerow.js +20 -0
- package/src/components/SubComponents/FormInstance/models/overrides/tableselect.js +66 -0
- package/src/components/SubComponents/FormInstance/models/overrides/testing.js +47 -0
- package/src/components/SubComponents/FormInstance/models/overrides/text.js +7 -0
- package/src/components/SubComponents/FormInstance/models/overrides/textarea.js +26 -0
- package/src/components/SubComponents/FormInstance/models/overrides/textformat.js +13 -0
- package/src/components/SubComponents/FormInstance/models/overrides/time.js +13 -0
- package/src/components/SubComponents/FormInstance/models/overrides/twig.js +118 -0
- package/src/components/SubComponents/FormInstance/models/overrides/unknown.js +24 -0
- package/src/components/SubComponents/FormInstance/models/overrides/url.js +13 -0
- package/src/components/SubComponents/FormInstance/services/convert-form-element.js +49 -0
- package/src/components/SubComponents/FormInstance/services/form-api.js +47 -0
- package/src/components/SubComponents/FormInstance/services/form-render-parser.js +156 -0
- package/src/components/SubComponents/FormInstance/services/form-submit-parser.js +61 -0
- package/src/components/SubComponents/FormInstance/services/logic-linker.js +73 -0
- package/src/components/SubComponents/FormInstance/services/logic-parser.js +173 -0
- package/src/components/SubComponents/FormInstance/services/registry-factory.js +284 -0
- package/src/components/SubComponents/FormInstance/stories/Documentation.mdx +234 -0
- package/src/components/SubComponents/FormInstance/stories/advanced.stories.js +109 -0
- package/src/components/SubComponents/FormInstance/stories/basic.stories.js +73 -0
- package/src/components/SubComponents/FormInstance/stories/build.stories.js +27 -0
- package/src/components/SubComponents/FormInstance/stories/composite.stories.js +90 -0
- package/src/components/SubComponents/FormInstance/stories/condition.stories.js +83 -0
- package/src/components/SubComponents/FormInstance/stories/custom.stories.js +69 -0
- package/src/components/SubComponents/FormInstance/stories/date.stories.js +76 -0
- package/src/components/SubComponents/FormInstance/stories/fileupload.stories.js +57 -0
- package/src/components/SubComponents/FormInstance/stories/form-alert.stories.js +93 -0
- package/src/components/SubComponents/FormInstance/stories/index.stories.js +63 -0
- package/src/components/SubComponents/FormInstance/stories/layout.stories.js +85 -0
- package/src/components/SubComponents/FormInstance/stories/markup.stories.js +91 -0
- package/src/components/SubComponents/FormInstance/stories/mocks/address.json +298 -0
- package/src/components/SubComponents/FormInstance/stories/mocks/advancedhtml.json +23 -0
- package/src/components/SubComponents/FormInstance/stories/mocks/autocomplete.json +34 -0
- package/src/components/SubComponents/FormInstance/stories/mocks/basichtml.json +15 -0
- package/src/components/SubComponents/FormInstance/stories/mocks/checkboxes.json +102 -0
- package/src/components/SubComponents/FormInstance/stories/mocks/checkboxesother.json +197 -0
- package/src/components/SubComponents/FormInstance/stories/mocks/container.json +134 -0
- package/src/components/SubComponents/FormInstance/stories/mocks/customcomposite.json +469 -0
- package/src/components/SubComponents/FormInstance/stories/mocks/date.json +19 -0
- package/src/components/SubComponents/FormInstance/stories/mocks/datelist.json +752 -0
- package/src/components/SubComponents/FormInstance/stories/mocks/datetime.json +89 -0
- package/src/components/SubComponents/FormInstance/stories/mocks/details.json +63 -0
- package/src/components/SubComponents/FormInstance/stories/mocks/email.json +18 -0
- package/src/components/SubComponents/FormInstance/stories/mocks/emailconfirm.json +110 -0
- package/src/components/SubComponents/FormInstance/stories/mocks/fieldset.json +62 -0
- package/src/components/SubComponents/FormInstance/stories/mocks/fileupload.json +25 -0
- package/src/components/SubComponents/FormInstance/stories/mocks/flexbox.json +58 -0
- package/src/components/SubComponents/FormInstance/stories/mocks/hidden.json +35 -0
- package/src/components/SubComponents/FormInstance/stories/mocks/horizontalrule.json +14 -0
- package/src/components/SubComponents/FormInstance/stories/mocks/jahd.json +1359 -0
- package/src/components/SubComponents/FormInstance/stories/mocks/label.json +14 -0
- package/src/components/SubComponents/FormInstance/stories/mocks/likert.json +375 -0
- package/src/components/SubComponents/FormInstance/stories/mocks/message.json +86 -0
- package/src/components/SubComponents/FormInstance/stories/mocks/more.json +19 -0
- package/src/components/SubComponents/FormInstance/stories/mocks/multiple.json +142 -0
- package/src/components/SubComponents/FormInstance/stories/mocks/number.json +35 -0
- package/src/components/SubComponents/FormInstance/stories/mocks/quad.json +249 -0
- package/src/components/SubComponents/FormInstance/stories/mocks/radios.json +70 -0
- package/src/components/SubComponents/FormInstance/stories/mocks/radiosother.json +176 -0
- package/src/components/SubComponents/FormInstance/stories/mocks/range.json +58 -0
- package/src/components/SubComponents/FormInstance/stories/mocks/rating.json +42 -0
- package/src/components/SubComponents/FormInstance/stories/mocks/rule-disabled-value.json +66 -0
- package/src/components/SubComponents/FormInstance/stories/mocks/rule-enabled-value.json +43 -0
- package/src/components/SubComponents/FormInstance/stories/mocks/rule-hidden-value.json +68 -0
- package/src/components/SubComponents/FormInstance/stories/mocks/rule-required-value.json +69 -0
- package/src/components/SubComponents/FormInstance/stories/mocks/rule-visible-value.json +157 -0
- package/src/components/SubComponents/FormInstance/stories/mocks/sameas.json +66 -0
- package/src/components/SubComponents/FormInstance/stories/mocks/scale.json +200 -0
- package/src/components/SubComponents/FormInstance/stories/mocks/section.json +63 -0
- package/src/components/SubComponents/FormInstance/stories/mocks/select.json +41 -0
- package/src/components/SubComponents/FormInstance/stories/mocks/selectother.json +115 -0
- package/src/components/SubComponents/FormInstance/stories/mocks/signature.json +25 -0
- package/src/components/SubComponents/FormInstance/stories/mocks/styles.json +81 -0
- package/src/components/SubComponents/FormInstance/stories/mocks/table-select.json +472 -0
- package/src/components/SubComponents/FormInstance/stories/mocks/table.json +154 -0
- package/src/components/SubComponents/FormInstance/stories/mocks/telephone.json +18 -0
- package/src/components/SubComponents/FormInstance/stories/mocks/textarea.json +22 -0
- package/src/components/SubComponents/FormInstance/stories/mocks/textfield.json +66 -0
- package/src/components/SubComponents/FormInstance/stories/mocks/time.json +20 -0
- package/src/components/SubComponents/FormInstance/stories/mocks/token.json +260 -0
- package/src/components/SubComponents/FormInstance/stories/mocks/twig.json +154 -0
- package/src/components/SubComponents/FormInstance/stories/mocks/url.json +18 -0
- package/src/components/SubComponents/FormInstance/stories/mocks/value.json +17 -0
- package/src/components/SubComponents/FormInstance/stories/mocks/wizard.json +353 -0
- package/src/components/SubComponents/FormInstance/stories/options.stories.js +98 -0
- package/src/components/SubComponents/FormInstance/stories/style.stories.js +55 -0
- package/src/components/SubComponents/FormInstance/stories/wizard.stories.js +55 -0
- package/src/components/SubComponents/FormInstance/style.scss +185 -0
- package/src/components/SubComponents/FormInstance/tests/address.test.js +255 -0
- package/src/components/SubComponents/FormInstance/tests/advancedhtml.test.js +31 -0
- package/src/components/SubComponents/FormInstance/tests/autocomplete.test.js +38 -0
- package/src/components/SubComponents/FormInstance/tests/basichtml.test.js +31 -0
- package/src/components/SubComponents/FormInstance/tests/checkbox.test.js +29 -0
- package/src/components/SubComponents/FormInstance/tests/checkboxes.test.js +44 -0
- package/src/components/SubComponents/FormInstance/tests/checkboxesother.test.js +91 -0
- package/src/components/SubComponents/FormInstance/tests/container.test.js +66 -0
- package/src/components/SubComponents/FormInstance/tests/customcomposite.test.js +86 -0
- package/src/components/SubComponents/FormInstance/tests/date.test.js +63 -0
- package/src/components/SubComponents/FormInstance/tests/datelist.test.js +136 -0
- package/src/components/SubComponents/FormInstance/tests/datetime.test.js +54 -0
- package/src/components/SubComponents/FormInstance/tests/details.test.js +58 -0
- package/src/components/SubComponents/FormInstance/tests/email.test.js +28 -0
- package/src/components/SubComponents/FormInstance/tests/emailconfirm.test.js +79 -0
- package/src/components/SubComponents/FormInstance/tests/fieldset.test.js +63 -0
- package/src/components/SubComponents/FormInstance/tests/flexbox.test.js +71 -0
- package/src/components/SubComponents/FormInstance/tests/form-test-utils.js +120 -0
- package/src/components/SubComponents/FormInstance/tests/form.test.js +26 -0
- package/src/components/SubComponents/FormInstance/tests/hidden.test.js +52 -0
- package/src/components/SubComponents/FormInstance/tests/horizontalrule.test.js +31 -0
- package/src/components/SubComponents/FormInstance/tests/label.test.js +31 -0
- package/src/components/SubComponents/FormInstance/tests/likert.test.js +38 -0
- package/src/components/SubComponents/FormInstance/tests/message.test.js +89 -0
- package/src/components/SubComponents/FormInstance/tests/more.test.js +32 -0
- package/src/components/SubComponents/FormInstance/tests/multiple.test.js +71 -0
- package/src/components/SubComponents/FormInstance/tests/number.test.js +51 -0
- package/src/components/SubComponents/FormInstance/tests/radios.test.js +34 -0
- package/src/components/SubComponents/FormInstance/tests/radiosother.test.js +79 -0
- package/src/components/SubComponents/FormInstance/tests/range.test.js +32 -0
- package/src/components/SubComponents/FormInstance/tests/rating.test.js +38 -0
- package/src/components/SubComponents/FormInstance/tests/rule-disabled.test.js +128 -0
- package/src/components/SubComponents/FormInstance/tests/rule-enabled-value.test.js +78 -0
- package/src/components/SubComponents/FormInstance/tests/rule-hidden.test.js +131 -0
- package/src/components/SubComponents/FormInstance/tests/rule-required-value.test.js +144 -0
- package/src/components/SubComponents/FormInstance/tests/rule-visible.test.js +619 -0
- package/src/components/SubComponents/FormInstance/tests/sameas.test.js +94 -0
- package/src/components/SubComponents/FormInstance/tests/scale.test.js +43 -0
- package/src/components/SubComponents/FormInstance/tests/section.test.js +63 -0
- package/src/components/SubComponents/FormInstance/tests/select.test.js +45 -0
- package/src/components/SubComponents/FormInstance/tests/selectother.test.js +82 -0
- package/src/components/SubComponents/FormInstance/tests/signature.test.js +32 -0
- package/src/components/SubComponents/FormInstance/tests/styles.test.js +73 -0
- package/src/components/SubComponents/FormInstance/tests/table-select.test.js +93 -0
- package/src/components/SubComponents/FormInstance/tests/table.test.js +97 -0
- package/src/components/SubComponents/FormInstance/tests/telephone.test.js +29 -0
- package/src/components/SubComponents/FormInstance/tests/textarea.test.js +29 -0
- package/src/components/SubComponents/FormInstance/tests/textfield.test.js +48 -0
- package/src/components/SubComponents/FormInstance/tests/time.test.js +29 -0
- package/src/components/SubComponents/FormInstance/tests/token.test.js +33 -0
- package/src/components/SubComponents/FormInstance/tests/twig.test.js +74 -0
- package/src/components/SubComponents/FormInstance/tests/url.test.js +45 -0
- package/src/components/SubComponents/FormInstance/tests/value.test.js +31 -0
- package/src/components/SubComponents/FormInstance/tests/wizard.test.js +145 -0
- package/src/components/SubComponents/Icon/index.stories.js +1 -6
- package/src/components/SubComponents/MediaPlayer/index.stories.js +1 -6
- package/src/components/SubComponents/Pagination/index.stories.js +3 -8
- package/src/components/SubComponents/ResourceGroup/List/index.stories.js +3 -2
- package/src/components/SubComponents/ResourceGroup/index.vue +211 -174
- package/src/components/SubComponents/Search/index.vue +39 -37
- package/src/components/SubComponents/SingleImage/index.stories.js +2 -16
- package/src/components/SubComponents/VideoThumbnail/index.stories.js +1 -0
- package/src/components/SubComponents/VideoThumbnail/index.vue +31 -117
- package/src/includes/scss/mixins/src/grid.scss +4 -2
- package/src/includes/scss/mixins/src/units.scss +25 -4
- package/src/includes/scss/vars/src/colors.module.scss +28 -1
- package/src/main.js +2 -10
- package/src/mock/app-header-new.js +715 -0
- package/src/mock/carousel-items.js +57 -0
- package/src/mock/jest.fileMock.js +1 -0
- package/vite.config.js +28 -15
- package/src/components/SubComponents/FormInstance/index.stories.js +0 -8
|
@@ -0,0 +1,1359 @@
|
|
|
1
|
+
{
|
|
2
|
+
"select_title": {
|
|
3
|
+
"#type": "container",
|
|
4
|
+
"#title": "select title",
|
|
5
|
+
"flexbox": {
|
|
6
|
+
"#type": "webform_flexbox",
|
|
7
|
+
"sticker": {
|
|
8
|
+
"#type": "item",
|
|
9
|
+
"#title": "sticker",
|
|
10
|
+
"#title_display": "none",
|
|
11
|
+
"#mode": "html",
|
|
12
|
+
"#template": "<div class=\"custom-formio-5__container\">\n<div class=\"stickertitle__container\">\n<div class=\"stickertitle__text\">{{ data.container.customtitle ? data.container.customtitle : data.container.titles }}</div>\n</div>\n<img alt=\"Sticker for null\" data-entity-type=\"\" data-entity-uuid=\"\" src=\"https://picsum.photos/1110/625/?image=27\" class=\"sticker\" />\n<style>.custom-formio-5__container { width: 100%; text-align: center; padding-top: 15%; position: absolute; } .custom-formio-5__container > .sticker { width: 70%; } .custom-formio-5__container > .stickertitle__container { left: 48%; top: 35%; color: white; position: absolute; width: 30%; } .custom-formio-5__container > .stickertitle__text { margin: 0 auto; font-size: 110% }\n</style>\n</div>\n",
|
|
13
|
+
"#webform": "kitchen_sink_formio_v1",
|
|
14
|
+
"#webform_id": "kitchen_sink_formio_v1--sticker",
|
|
15
|
+
"#webform_key": "sticker",
|
|
16
|
+
"#webform_plugin_id": "webform_computed_twig",
|
|
17
|
+
"#webform_element": true,
|
|
18
|
+
"#input": true,
|
|
19
|
+
"#hide_empty": false,
|
|
20
|
+
"#ajax": false,
|
|
21
|
+
"#whitespace": "",
|
|
22
|
+
"#required": false,
|
|
23
|
+
"#description_display": "after",
|
|
24
|
+
"#id": "edit-sticker",
|
|
25
|
+
"#name": "sticker",
|
|
26
|
+
"#value": "",
|
|
27
|
+
"value": {
|
|
28
|
+
"#markup": "<div class=\"custom-formio-5__container\">\n<div class=\"stickertitle__container\">\n<div class=\"stickertitle__text\"></div>\n</div>\n<img alt=\"Sticker for null\" data-entity-type=\"\" data-entity-uuid=\"\" src=\"https://picsum.photos/1110/625/?image=27\" class=\"sticker\" />\n<style>.custom-formio-5__container { width: 100%; text-align: center; padding-top: 15%; position: absolute; } .custom-formio-5__container > .sticker { width: 70%; } .custom-formio-5__container > .stickertitle__container { left: 48%; top: 35%; color: white; position: absolute; width: 30%; } .custom-formio-5__container > .stickertitle__text { margin: 0 auto; font-size: 110% }\n</style>\n</div>\n",
|
|
29
|
+
"#required": false,
|
|
30
|
+
"#title_display": "before",
|
|
31
|
+
"#description_display": "after",
|
|
32
|
+
"#id": "edit-sticker-value"
|
|
33
|
+
},
|
|
34
|
+
"hidden": {
|
|
35
|
+
"#type": "hidden",
|
|
36
|
+
"#value": {
|
|
37
|
+
"#markup": "<div class=\"custom-formio-5__container\">\n<div class=\"stickertitle__container\">\n<div class=\"stickertitle__text\"></div>\n</div>\n<img alt=\"Sticker for null\" data-entity-type=\"\" data-entity-uuid=\"\" src=\"https://picsum.photos/1110/625/?image=27\" class=\"sticker\" />\n<style>.custom-formio-5__container { width: 100%; text-align: center; padding-top: 15%; position: absolute; } .custom-formio-5__container > .sticker { width: 70%; } .custom-formio-5__container > .stickertitle__container { left: 48%; top: 35%; color: white; position: absolute; width: 30%; } .custom-formio-5__container > .stickertitle__text { margin: 0 auto; font-size: 110% }\n</style>\n</div>\n"
|
|
38
|
+
},
|
|
39
|
+
"#input": true,
|
|
40
|
+
"#required": false,
|
|
41
|
+
"#title_display": "before",
|
|
42
|
+
"#description_display": "after",
|
|
43
|
+
"#id": "edit-sticker--2",
|
|
44
|
+
"#name": "sticker"
|
|
45
|
+
}
|
|
46
|
+
},
|
|
47
|
+
"container": {
|
|
48
|
+
"#type": "container",
|
|
49
|
+
"titles": {
|
|
50
|
+
"#type": "radios",
|
|
51
|
+
"#title": "Choose your job at home title",
|
|
52
|
+
"#options": {
|
|
53
|
+
"Master of all things doggo": "Master of all things doggo",
|
|
54
|
+
"Captain lawn mower": "Captain lawn mower",
|
|
55
|
+
"Feed the masses expert": "Feed the masses expert",
|
|
56
|
+
"Treat creator extraordinaire": "Treat creator extraordinaire",
|
|
57
|
+
"School run chauffeur": "School run chauffeur",
|
|
58
|
+
"Dad joke specialist": "Dad joke specialist",
|
|
59
|
+
"Entertainment mastermind": "Entertainment mastermind",
|
|
60
|
+
"Cat scratcher supreme": "Cat scratcher supreme",
|
|
61
|
+
"TV couch captain": "TV couch captain",
|
|
62
|
+
"Fun uncle champion": "Fun uncle champion",
|
|
63
|
+
"Fun aunty champion": "Fun aunty champion",
|
|
64
|
+
"BBQ boss": "BBQ boss",
|
|
65
|
+
"Green thumb master": "Green thumb master",
|
|
66
|
+
"Home reno president": "Home reno president",
|
|
67
|
+
"Backyard cricket captain": "Backyard cricket captain",
|
|
68
|
+
"Chief cuppa maker": "Chief cuppa maker"
|
|
69
|
+
},
|
|
70
|
+
"#states": {
|
|
71
|
+
"disabled": {
|
|
72
|
+
".webform-submission-kitchen-sink-formio-v1-add-form :input[name=\"customtitle\"]": {
|
|
73
|
+
"filled": true
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
},
|
|
77
|
+
"#webform": "kitchen_sink_formio_v1",
|
|
78
|
+
"#webform_id": "kitchen_sink_formio_v1--titles",
|
|
79
|
+
"#webform_key": "titles",
|
|
80
|
+
"#webform_plugin_id": "radios",
|
|
81
|
+
"#webform_element": true,
|
|
82
|
+
"#options_description_display": "description",
|
|
83
|
+
"#options_display": "one_column",
|
|
84
|
+
"#input": true,
|
|
85
|
+
"#legend": {
|
|
86
|
+
"content": "[]"
|
|
87
|
+
},
|
|
88
|
+
"#required": false,
|
|
89
|
+
"#title_display": "before",
|
|
90
|
+
"#description_display": "after",
|
|
91
|
+
"#id": "edit-titles",
|
|
92
|
+
"#name": "titles",
|
|
93
|
+
"#has_garbage_value": true,
|
|
94
|
+
"#value": null,
|
|
95
|
+
"Master of all things doggo": {
|
|
96
|
+
"#type": "radio",
|
|
97
|
+
"#title": "Master of all things doggo",
|
|
98
|
+
"#return_value": "Master of all things doggo",
|
|
99
|
+
"#default_value": false,
|
|
100
|
+
"#id": "edit-titles-master-of-all-things-doggo",
|
|
101
|
+
"#ajax": null,
|
|
102
|
+
"#error_no_message": true,
|
|
103
|
+
"#input": true,
|
|
104
|
+
"#title_display": "after",
|
|
105
|
+
"#required": false,
|
|
106
|
+
"#description_display": "after",
|
|
107
|
+
"#name": "titles",
|
|
108
|
+
"#value": false
|
|
109
|
+
},
|
|
110
|
+
"Captain lawn mower": {
|
|
111
|
+
"#type": "radio",
|
|
112
|
+
"#title": "Captain lawn mower",
|
|
113
|
+
"#return_value": "Captain lawn mower",
|
|
114
|
+
"#default_value": false,
|
|
115
|
+
"#id": "edit-titles-captain-lawn-mower",
|
|
116
|
+
"#ajax": null,
|
|
117
|
+
"#error_no_message": true,
|
|
118
|
+
"#input": true,
|
|
119
|
+
"#title_display": "after",
|
|
120
|
+
"#required": false,
|
|
121
|
+
"#description_display": "after",
|
|
122
|
+
"#name": "titles",
|
|
123
|
+
"#value": false
|
|
124
|
+
},
|
|
125
|
+
"Feed the masses expert": {
|
|
126
|
+
"#type": "radio",
|
|
127
|
+
"#title": "Feed the masses expert",
|
|
128
|
+
"#return_value": "Feed the masses expert",
|
|
129
|
+
"#default_value": false,
|
|
130
|
+
"#id": "edit-titles-feed-the-masses-expert",
|
|
131
|
+
"#ajax": null,
|
|
132
|
+
"#error_no_message": true,
|
|
133
|
+
"#input": true,
|
|
134
|
+
"#title_display": "after",
|
|
135
|
+
"#required": false,
|
|
136
|
+
"#description_display": "after",
|
|
137
|
+
"#name": "titles",
|
|
138
|
+
"#value": false
|
|
139
|
+
},
|
|
140
|
+
"Treat creator extraordinaire": {
|
|
141
|
+
"#type": "radio",
|
|
142
|
+
"#title": "Treat creator extraordinaire",
|
|
143
|
+
"#return_value": "Treat creator extraordinaire",
|
|
144
|
+
"#default_value": false,
|
|
145
|
+
"#id": "edit-titles-treat-creator-extraordinaire",
|
|
146
|
+
"#ajax": null,
|
|
147
|
+
"#error_no_message": true,
|
|
148
|
+
"#input": true,
|
|
149
|
+
"#title_display": "after",
|
|
150
|
+
"#required": false,
|
|
151
|
+
"#description_display": "after",
|
|
152
|
+
"#name": "titles",
|
|
153
|
+
"#value": false
|
|
154
|
+
},
|
|
155
|
+
"School run chauffeur": {
|
|
156
|
+
"#type": "radio",
|
|
157
|
+
"#title": "School run chauffeur",
|
|
158
|
+
"#return_value": "School run chauffeur",
|
|
159
|
+
"#default_value": false,
|
|
160
|
+
"#id": "edit-titles-school-run-chauffeur",
|
|
161
|
+
"#ajax": null,
|
|
162
|
+
"#error_no_message": true,
|
|
163
|
+
"#input": true,
|
|
164
|
+
"#title_display": "after",
|
|
165
|
+
"#required": false,
|
|
166
|
+
"#description_display": "after",
|
|
167
|
+
"#name": "titles",
|
|
168
|
+
"#value": false
|
|
169
|
+
},
|
|
170
|
+
"Dad joke specialist": {
|
|
171
|
+
"#type": "radio",
|
|
172
|
+
"#title": "Dad joke specialist",
|
|
173
|
+
"#return_value": "Dad joke specialist",
|
|
174
|
+
"#default_value": false,
|
|
175
|
+
"#id": "edit-titles-dad-joke-specialist",
|
|
176
|
+
"#ajax": null,
|
|
177
|
+
"#error_no_message": true,
|
|
178
|
+
"#input": true,
|
|
179
|
+
"#title_display": "after",
|
|
180
|
+
"#required": false,
|
|
181
|
+
"#description_display": "after",
|
|
182
|
+
"#name": "titles",
|
|
183
|
+
"#value": false
|
|
184
|
+
},
|
|
185
|
+
"Entertainment mastermind": {
|
|
186
|
+
"#type": "radio",
|
|
187
|
+
"#title": "Entertainment mastermind",
|
|
188
|
+
"#return_value": "Entertainment mastermind",
|
|
189
|
+
"#default_value": false,
|
|
190
|
+
"#id": "edit-titles-entertainment-mastermind",
|
|
191
|
+
"#ajax": null,
|
|
192
|
+
"#error_no_message": true,
|
|
193
|
+
"#input": true,
|
|
194
|
+
"#title_display": "after",
|
|
195
|
+
"#required": false,
|
|
196
|
+
"#description_display": "after",
|
|
197
|
+
"#name": "titles",
|
|
198
|
+
"#value": false
|
|
199
|
+
},
|
|
200
|
+
"Cat scratcher supreme": {
|
|
201
|
+
"#type": "radio",
|
|
202
|
+
"#title": "Cat scratcher supreme",
|
|
203
|
+
"#return_value": "Cat scratcher supreme",
|
|
204
|
+
"#default_value": false,
|
|
205
|
+
"#id": "edit-titles-cat-scratcher-supreme",
|
|
206
|
+
"#ajax": null,
|
|
207
|
+
"#error_no_message": true,
|
|
208
|
+
"#input": true,
|
|
209
|
+
"#title_display": "after",
|
|
210
|
+
"#required": false,
|
|
211
|
+
"#description_display": "after",
|
|
212
|
+
"#name": "titles",
|
|
213
|
+
"#value": false
|
|
214
|
+
},
|
|
215
|
+
"TV couch captain": {
|
|
216
|
+
"#type": "radio",
|
|
217
|
+
"#title": "TV couch captain",
|
|
218
|
+
"#return_value": "TV couch captain",
|
|
219
|
+
"#default_value": false,
|
|
220
|
+
"#id": "edit-titles-tv-couch-captain",
|
|
221
|
+
"#ajax": null,
|
|
222
|
+
"#error_no_message": true,
|
|
223
|
+
"#input": true,
|
|
224
|
+
"#title_display": "after",
|
|
225
|
+
"#required": false,
|
|
226
|
+
"#description_display": "after",
|
|
227
|
+
"#name": "titles",
|
|
228
|
+
"#value": false
|
|
229
|
+
},
|
|
230
|
+
"Fun uncle champion": {
|
|
231
|
+
"#type": "radio",
|
|
232
|
+
"#title": "Fun uncle champion",
|
|
233
|
+
"#return_value": "Fun uncle champion",
|
|
234
|
+
"#default_value": false,
|
|
235
|
+
"#id": "edit-titles-fun-uncle-champion",
|
|
236
|
+
"#ajax": null,
|
|
237
|
+
"#error_no_message": true,
|
|
238
|
+
"#input": true,
|
|
239
|
+
"#title_display": "after",
|
|
240
|
+
"#required": false,
|
|
241
|
+
"#description_display": "after",
|
|
242
|
+
"#name": "titles",
|
|
243
|
+
"#value": false
|
|
244
|
+
},
|
|
245
|
+
"Fun aunty champion": {
|
|
246
|
+
"#type": "radio",
|
|
247
|
+
"#title": "Fun aunty champion",
|
|
248
|
+
"#return_value": "Fun aunty champion",
|
|
249
|
+
"#default_value": false,
|
|
250
|
+
"#id": "edit-titles-fun-aunty-champion",
|
|
251
|
+
"#ajax": null,
|
|
252
|
+
"#error_no_message": true,
|
|
253
|
+
"#input": true,
|
|
254
|
+
"#title_display": "after",
|
|
255
|
+
"#required": false,
|
|
256
|
+
"#description_display": "after",
|
|
257
|
+
"#name": "titles",
|
|
258
|
+
"#value": false
|
|
259
|
+
},
|
|
260
|
+
"BBQ boss": {
|
|
261
|
+
"#type": "radio",
|
|
262
|
+
"#title": "BBQ boss",
|
|
263
|
+
"#return_value": "BBQ boss",
|
|
264
|
+
"#default_value": false,
|
|
265
|
+
"#id": "edit-titles-bbq-boss",
|
|
266
|
+
"#ajax": null,
|
|
267
|
+
"#error_no_message": true,
|
|
268
|
+
"#input": true,
|
|
269
|
+
"#title_display": "after",
|
|
270
|
+
"#required": false,
|
|
271
|
+
"#description_display": "after",
|
|
272
|
+
"#name": "titles",
|
|
273
|
+
"#value": false
|
|
274
|
+
},
|
|
275
|
+
"Green thumb master": {
|
|
276
|
+
"#type": "radio",
|
|
277
|
+
"#title": "Green thumb master",
|
|
278
|
+
"#return_value": "Green thumb master",
|
|
279
|
+
"#default_value": false,
|
|
280
|
+
"#id": "edit-titles-green-thumb-master",
|
|
281
|
+
"#ajax": null,
|
|
282
|
+
"#error_no_message": true,
|
|
283
|
+
"#input": true,
|
|
284
|
+
"#title_display": "after",
|
|
285
|
+
"#required": false,
|
|
286
|
+
"#description_display": "after",
|
|
287
|
+
"#name": "titles",
|
|
288
|
+
"#value": false
|
|
289
|
+
},
|
|
290
|
+
"Home reno president": {
|
|
291
|
+
"#type": "radio",
|
|
292
|
+
"#title": "Home reno president",
|
|
293
|
+
"#return_value": "Home reno president",
|
|
294
|
+
"#default_value": false,
|
|
295
|
+
"#id": "edit-titles-home-reno-president",
|
|
296
|
+
"#ajax": null,
|
|
297
|
+
"#error_no_message": true,
|
|
298
|
+
"#input": true,
|
|
299
|
+
"#title_display": "after",
|
|
300
|
+
"#required": false,
|
|
301
|
+
"#description_display": "after",
|
|
302
|
+
"#name": "titles",
|
|
303
|
+
"#value": false
|
|
304
|
+
},
|
|
305
|
+
"Backyard cricket captain": {
|
|
306
|
+
"#type": "radio",
|
|
307
|
+
"#title": "Backyard cricket captain",
|
|
308
|
+
"#return_value": "Backyard cricket captain",
|
|
309
|
+
"#default_value": false,
|
|
310
|
+
"#id": "edit-titles-backyard-cricket-captain",
|
|
311
|
+
"#ajax": null,
|
|
312
|
+
"#error_no_message": true,
|
|
313
|
+
"#input": true,
|
|
314
|
+
"#title_display": "after",
|
|
315
|
+
"#required": false,
|
|
316
|
+
"#description_display": "after",
|
|
317
|
+
"#name": "titles",
|
|
318
|
+
"#value": false
|
|
319
|
+
},
|
|
320
|
+
"Chief cuppa maker": {
|
|
321
|
+
"#type": "radio",
|
|
322
|
+
"#title": "Chief cuppa maker",
|
|
323
|
+
"#return_value": "Chief cuppa maker",
|
|
324
|
+
"#default_value": false,
|
|
325
|
+
"#id": "edit-titles-chief-cuppa-maker",
|
|
326
|
+
"#ajax": null,
|
|
327
|
+
"#error_no_message": true,
|
|
328
|
+
"#input": true,
|
|
329
|
+
"#title_display": "after",
|
|
330
|
+
"#required": false,
|
|
331
|
+
"#description_display": "after",
|
|
332
|
+
"#name": "titles",
|
|
333
|
+
"#value": false
|
|
334
|
+
}
|
|
335
|
+
},
|
|
336
|
+
"customtitle": {
|
|
337
|
+
"#type": "textfield",
|
|
338
|
+
"#title": "or tell us your job at home",
|
|
339
|
+
"#description": {
|
|
340
|
+
"#markup": "Between 0-12 characters per line. Maximum 3 lines."
|
|
341
|
+
},
|
|
342
|
+
"#maxlength": 36,
|
|
343
|
+
"#states": {
|
|
344
|
+
"required": {
|
|
345
|
+
".webform-submission-kitchen-sink-formio-v1-add-form :input[name=\"titles\"]": {
|
|
346
|
+
"empty": true
|
|
347
|
+
}
|
|
348
|
+
}
|
|
349
|
+
},
|
|
350
|
+
"#webform": "kitchen_sink_formio_v1",
|
|
351
|
+
"#webform_id": "kitchen_sink_formio_v1--customtitle",
|
|
352
|
+
"#webform_key": "customtitle",
|
|
353
|
+
"#webform_plugin_id": "textfield",
|
|
354
|
+
"#webform_element": true,
|
|
355
|
+
"#input": true,
|
|
356
|
+
"#required": false,
|
|
357
|
+
"#title_display": "before",
|
|
358
|
+
"#description_display": "after",
|
|
359
|
+
"#id": "edit-customtitle",
|
|
360
|
+
"#validation": "(String(input).toLowerCase() !== 'fuck') ? true: `Your title cannot be ${input}`",
|
|
361
|
+
"#name": "customtitle",
|
|
362
|
+
"#value": ""
|
|
363
|
+
},
|
|
364
|
+
"#webform": "kitchen_sink_formio_v1",
|
|
365
|
+
"#webform_id": "kitchen_sink_formio_v1--container",
|
|
366
|
+
"#webform_key": "container",
|
|
367
|
+
"#title": null,
|
|
368
|
+
"#webform_plugin_id": "container",
|
|
369
|
+
"#webform_element": true,
|
|
370
|
+
"#optional": false,
|
|
371
|
+
"#required": false,
|
|
372
|
+
"#title_display": "before",
|
|
373
|
+
"#description_display": "after",
|
|
374
|
+
"#id": "edit-container"
|
|
375
|
+
},
|
|
376
|
+
"#webform": "kitchen_sink_formio_v1",
|
|
377
|
+
"#webform_id": "kitchen_sink_formio_v1--flexbox",
|
|
378
|
+
"#webform_key": "flexbox",
|
|
379
|
+
"#title": null,
|
|
380
|
+
"#webform_plugin_id": "webform_flexbox",
|
|
381
|
+
"#webform_element": true,
|
|
382
|
+
"#optional": false,
|
|
383
|
+
"#required": false,
|
|
384
|
+
"#title_display": "before",
|
|
385
|
+
"#description_display": "after",
|
|
386
|
+
"#id": "edit-flexbox"
|
|
387
|
+
},
|
|
388
|
+
"#webform": "kitchen_sink_formio_v1",
|
|
389
|
+
"#webform_id": "kitchen_sink_formio_v1--select_title",
|
|
390
|
+
"#webform_key": "select_title",
|
|
391
|
+
"#webform_plugin_id": "webform_wizard_page",
|
|
392
|
+
"#webform_element": true,
|
|
393
|
+
"#optional": false,
|
|
394
|
+
"#required": false,
|
|
395
|
+
"#title_display": "before",
|
|
396
|
+
"#description_display": "after",
|
|
397
|
+
"#id": "edit-select-title"
|
|
398
|
+
},
|
|
399
|
+
"enter_details": {
|
|
400
|
+
"#type": "webform_wizard_page",
|
|
401
|
+
"#title": "enter details",
|
|
402
|
+
"flexbox_01": {
|
|
403
|
+
"#type": "webform_flexbox",
|
|
404
|
+
"sticker_same": {
|
|
405
|
+
"#type": "item",
|
|
406
|
+
"#title": "sticker_same",
|
|
407
|
+
"#title_display": "none",
|
|
408
|
+
"#mode": "html",
|
|
409
|
+
"#template": "<div class=\"custom-formio-5__container\">\n<div class=\"stickertitle__container\">\n<div class=\"stickertitle__text\">{{ data.container.customtitle ? data.container.customtitle : data.container.titles }}</div>\n</div>\n<img alt=\"Sticker for null\" data-entity-type=\"\" data-entity-uuid=\"\" src=\"https://picsum.photos/1110/625/?image=27\" class=\"sticker\" />\n<style>.custom-formio-5__container { width: 100%; text-align: center; padding-top: 15%; position: absolute; } .custom-formio-5__container > .sticker { width: 70%; } .custom-formio-5__container > .stickertitle__container { left: 48%; top: 35%; color: white; position: absolute; width: 30%; } .custom-formio-5__container > .stickertitle__text { margin: 0 auto; font-size: 110% }\n</style>\n</div>\n",
|
|
410
|
+
"#webform": "kitchen_sink_formio_v1",
|
|
411
|
+
"#webform_id": "kitchen_sink_formio_v1--sticker_same",
|
|
412
|
+
"#webform_key": "sticker_same",
|
|
413
|
+
"#webform_plugin_id": "webform_computed_twig",
|
|
414
|
+
"#webform_element": true,
|
|
415
|
+
"#input": true,
|
|
416
|
+
"#hide_empty": false,
|
|
417
|
+
"#ajax": false,
|
|
418
|
+
"#whitespace": "",
|
|
419
|
+
"#required": false,
|
|
420
|
+
"#description_display": "after",
|
|
421
|
+
"#id": "edit-sticker-same",
|
|
422
|
+
"#name": "sticker_same",
|
|
423
|
+
"#value": "",
|
|
424
|
+
"value": {
|
|
425
|
+
"#markup": "<div class=\"custom-formio-5__container\">\n<div class=\"stickertitle__container\">\n<div class=\"stickertitle__text\"></div>\n</div>\n<img alt=\"Sticker for null\" data-entity-type=\"\" data-entity-uuid=\"\" src=\"https://picsum.photos/1110/625/?image=27\" class=\"sticker\" />\n<style>.custom-formio-5__container { width: 100%; text-align: center; padding-top: 15%; position: absolute; } .custom-formio-5__container > .sticker { width: 70%; } .custom-formio-5__container > .stickertitle__container { left: 48%; top: 35%; color: white; position: absolute; width: 30%; } .custom-formio-5__container > .stickertitle__text { margin: 0 auto; font-size: 110% }\n</style>\n</div>\n",
|
|
426
|
+
"#required": false,
|
|
427
|
+
"#title_display": "before",
|
|
428
|
+
"#description_display": "after",
|
|
429
|
+
"#id": "edit-sticker-same-value"
|
|
430
|
+
},
|
|
431
|
+
"hidden": {
|
|
432
|
+
"#type": "hidden",
|
|
433
|
+
"#value": {
|
|
434
|
+
"#markup": "<div class=\"custom-formio-5__container\">\n<div class=\"stickertitle__container\">\n<div class=\"stickertitle__text\"></div>\n</div>\n<img alt=\"Sticker for null\" data-entity-type=\"\" data-entity-uuid=\"\" src=\"https://picsum.photos/1110/625/?image=27\" class=\"sticker\" />\n<style>.custom-formio-5__container { width: 100%; text-align: center; padding-top: 15%; position: absolute; } .custom-formio-5__container > .sticker { width: 70%; } .custom-formio-5__container > .stickertitle__container { left: 48%; top: 35%; color: white; position: absolute; width: 30%; } .custom-formio-5__container > .stickertitle__text { margin: 0 auto; font-size: 110% }\n</style>\n</div>\n"
|
|
435
|
+
},
|
|
436
|
+
"#input": true,
|
|
437
|
+
"#required": false,
|
|
438
|
+
"#title_display": "before",
|
|
439
|
+
"#description_display": "after",
|
|
440
|
+
"#id": "edit-sticker-same--2",
|
|
441
|
+
"#name": "sticker_same"
|
|
442
|
+
}
|
|
443
|
+
},
|
|
444
|
+
"enter_your_details": {
|
|
445
|
+
"#type": "fieldset",
|
|
446
|
+
"#title": "Enter your details",
|
|
447
|
+
"full_name": {
|
|
448
|
+
"#type": "textfield",
|
|
449
|
+
"#title": "Full Name",
|
|
450
|
+
"#required": false,
|
|
451
|
+
"#webform": "kitchen_sink_formio_v1",
|
|
452
|
+
"#webform_id": "kitchen_sink_formio_v1--full_name",
|
|
453
|
+
"#webform_key": "full_name",
|
|
454
|
+
"#webform_plugin_id": "textfield",
|
|
455
|
+
"#maxlength": 255,
|
|
456
|
+
"#webform_element": true,
|
|
457
|
+
"#input": true,
|
|
458
|
+
"#title_display": "before",
|
|
459
|
+
"#description_display": "after",
|
|
460
|
+
"#id": "edit-full-name",
|
|
461
|
+
"#name": "full_name",
|
|
462
|
+
"#value": ""
|
|
463
|
+
},
|
|
464
|
+
"email_address": {
|
|
465
|
+
"#type": "email",
|
|
466
|
+
"#title": "Email Address",
|
|
467
|
+
"#required": false,
|
|
468
|
+
"#webform": "kitchen_sink_formio_v1",
|
|
469
|
+
"#webform_id": "kitchen_sink_formio_v1--email_address",
|
|
470
|
+
"#webform_key": "email_address",
|
|
471
|
+
"#webform_plugin_id": "email",
|
|
472
|
+
"#webform_element": true,
|
|
473
|
+
"#input": true,
|
|
474
|
+
"#maxlength": 254,
|
|
475
|
+
"#title_display": "before",
|
|
476
|
+
"#description_display": "after",
|
|
477
|
+
"#id": "edit-email-address",
|
|
478
|
+
"#name": "email_address",
|
|
479
|
+
"#value": ""
|
|
480
|
+
},
|
|
481
|
+
"postal_address": {
|
|
482
|
+
"#type": "webform_address",
|
|
483
|
+
"#title": "Postal Address",
|
|
484
|
+
"#validation": "(JSON.stringify(input).toLowerCase().includes(' vic, ')) ? true: `You must choose an address in Victoria`",
|
|
485
|
+
"#title_display": "",
|
|
486
|
+
"#required": false,
|
|
487
|
+
"#webform": "kitchen_sink_formio_v1",
|
|
488
|
+
"#webform_id": "kitchen_sink_formio_v1--postal_address",
|
|
489
|
+
"#webform_key": "postal_address",
|
|
490
|
+
"#webform_plugin_id": "webform_address",
|
|
491
|
+
|
|
492
|
+
"#webform_composite_elements": {
|
|
493
|
+
"address": {
|
|
494
|
+
"#type": "textfield",
|
|
495
|
+
"#title": "Address",
|
|
496
|
+
"#webform_composite_id": "kitchen_sink_formio_v1--postal_address--address",
|
|
497
|
+
"#webform_composite_key": "postal_address__address",
|
|
498
|
+
"#webform_composite_parent_key": "postal_address"
|
|
499
|
+
},
|
|
500
|
+
"address_2": {
|
|
501
|
+
"#type": "textfield",
|
|
502
|
+
"#title": "Address 2",
|
|
503
|
+
"#webform_composite_id": "kitchen_sink_formio_v1--postal_address--address_2",
|
|
504
|
+
"#webform_composite_key": "postal_address__address_2",
|
|
505
|
+
"#webform_composite_parent_key": "postal_address"
|
|
506
|
+
},
|
|
507
|
+
"city": {
|
|
508
|
+
"#type": "textfield",
|
|
509
|
+
"#title": "City/Town",
|
|
510
|
+
"#webform_composite_id": "kitchen_sink_formio_v1--postal_address--city",
|
|
511
|
+
"#webform_composite_key": "postal_address__city",
|
|
512
|
+
"#webform_composite_parent_key": "postal_address"
|
|
513
|
+
},
|
|
514
|
+
"state_province": {
|
|
515
|
+
"#type": "select",
|
|
516
|
+
"#title": "State/Province",
|
|
517
|
+
"#options": {
|
|
518
|
+
"Alabama": "Alabama",
|
|
519
|
+
"Alaska": "Alaska",
|
|
520
|
+
"American Samoa": "American Samoa",
|
|
521
|
+
"Arizona": "Arizona",
|
|
522
|
+
"Arkansas": "Arkansas",
|
|
523
|
+
"Armed Forces (Canada, Europe, Africa, or Middle East": "Armed Forces (Canada, Europe, Africa, or Middle East",
|
|
524
|
+
"Armed Forces Americas": "Armed Forces Americas",
|
|
525
|
+
"Armed Forces Pacific": "Armed Forces Pacific",
|
|
526
|
+
"California": "California",
|
|
527
|
+
"Colorado": "Colorado",
|
|
528
|
+
"Connecticut": "Connecticut",
|
|
529
|
+
"Delaware": "Delaware",
|
|
530
|
+
"District of Columbia": "District of Columbia",
|
|
531
|
+
"Federate States of Micronesia": "Federate States of Micronesia",
|
|
532
|
+
"Florida": "Florida",
|
|
533
|
+
"Georgia": "Georgia",
|
|
534
|
+
"Guam": "Guam",
|
|
535
|
+
"Hawaii": "Hawaii",
|
|
536
|
+
"Idaho": "Idaho",
|
|
537
|
+
"Illinois": "Illinois",
|
|
538
|
+
"Indiana": "Indiana",
|
|
539
|
+
"Iowa": "Iowa",
|
|
540
|
+
"Kansas": "Kansas",
|
|
541
|
+
"Kentucky": "Kentucky",
|
|
542
|
+
"Louisiana": "Louisiana",
|
|
543
|
+
"Maine": "Maine",
|
|
544
|
+
"Marshall Islands": "Marshall Islands",
|
|
545
|
+
"Maryland": "Maryland",
|
|
546
|
+
"Massachusetts": "Massachusetts",
|
|
547
|
+
"Michigan": "Michigan",
|
|
548
|
+
"Minnesota": "Minnesota",
|
|
549
|
+
"Mississippi": "Mississippi",
|
|
550
|
+
"Missouri": "Missouri",
|
|
551
|
+
"Montana": "Montana",
|
|
552
|
+
"Nebraska": "Nebraska",
|
|
553
|
+
"Nevada": "Nevada",
|
|
554
|
+
"New Hampshire": "New Hampshire",
|
|
555
|
+
"New Jersey": "New Jersey",
|
|
556
|
+
"New Mexico": "New Mexico",
|
|
557
|
+
"New York": "New York",
|
|
558
|
+
"North Carolina": "North Carolina",
|
|
559
|
+
"North Dakota": "North Dakota",
|
|
560
|
+
"Northern Mariana Islands": "Northern Mariana Islands",
|
|
561
|
+
"Ohio": "Ohio",
|
|
562
|
+
"Oklahoma": "Oklahoma",
|
|
563
|
+
"Oregon": "Oregon",
|
|
564
|
+
"Palau": "Palau",
|
|
565
|
+
"Pennsylvania": "Pennsylvania",
|
|
566
|
+
"Puerto Rico": "Puerto Rico",
|
|
567
|
+
"Rhode Island": "Rhode Island",
|
|
568
|
+
"South Carolina": "South Carolina",
|
|
569
|
+
"South Dakota": "South Dakota",
|
|
570
|
+
"Tennessee": "Tennessee",
|
|
571
|
+
"Texas": "Texas",
|
|
572
|
+
"Utah": "Utah",
|
|
573
|
+
"Vermont": "Vermont",
|
|
574
|
+
"Virgin Islands": "Virgin Islands",
|
|
575
|
+
"Virginia": "Virginia",
|
|
576
|
+
"Washington": "Washington",
|
|
577
|
+
"West Virginia": "West Virginia",
|
|
578
|
+
"Wisconsin": "Wisconsin",
|
|
579
|
+
"Wyoming": "Wyoming"
|
|
580
|
+
},
|
|
581
|
+
"#webform_composite_id": "kitchen_sink_formio_v1--postal_address--state_province",
|
|
582
|
+
"#webform_composite_key": "postal_address__state_province",
|
|
583
|
+
"#webform_composite_parent_key": "postal_address"
|
|
584
|
+
},
|
|
585
|
+
"postal_code": {
|
|
586
|
+
"#type": "textfield",
|
|
587
|
+
"#title": "ZIP/Postal Code",
|
|
588
|
+
"#webform_composite_id": "kitchen_sink_formio_v1--postal_address--postal_code",
|
|
589
|
+
"#webform_composite_key": "postal_address__postal_code",
|
|
590
|
+
"#webform_composite_parent_key": "postal_address"
|
|
591
|
+
},
|
|
592
|
+
"country": {
|
|
593
|
+
"#type": "select",
|
|
594
|
+
"#title": "Country",
|
|
595
|
+
"#options": {
|
|
596
|
+
"Afghanistan": "Afghanistan",
|
|
597
|
+
"Albania": "Albania",
|
|
598
|
+
"Algeria": "Algeria",
|
|
599
|
+
"American Samoa": "American Samoa",
|
|
600
|
+
"Andorra": "Andorra",
|
|
601
|
+
"Angola": "Angola",
|
|
602
|
+
"Anguilla": "Anguilla",
|
|
603
|
+
"Antarctica": "Antarctica",
|
|
604
|
+
"Antigua & Barbuda": "Antigua & Barbuda",
|
|
605
|
+
"Argentina": "Argentina",
|
|
606
|
+
"Armenia": "Armenia",
|
|
607
|
+
"Aruba": "Aruba",
|
|
608
|
+
"Ascension Island": "Ascension Island",
|
|
609
|
+
"Australia": "Australia",
|
|
610
|
+
"Austria": "Austria",
|
|
611
|
+
"Azerbaijan": "Azerbaijan",
|
|
612
|
+
"Bahamas": "Bahamas",
|
|
613
|
+
"Bahrain": "Bahrain",
|
|
614
|
+
"Bangladesh": "Bangladesh",
|
|
615
|
+
"Barbados": "Barbados",
|
|
616
|
+
"Belarus": "Belarus",
|
|
617
|
+
"Belgium": "Belgium",
|
|
618
|
+
"Belize": "Belize",
|
|
619
|
+
"Benin": "Benin",
|
|
620
|
+
"Bermuda": "Bermuda",
|
|
621
|
+
"Bhutan": "Bhutan",
|
|
622
|
+
"Bolivia": "Bolivia",
|
|
623
|
+
"Bosnia & Herzegovina": "Bosnia & Herzegovina",
|
|
624
|
+
"Botswana": "Botswana",
|
|
625
|
+
"Bouvet Island": "Bouvet Island",
|
|
626
|
+
"Brazil": "Brazil",
|
|
627
|
+
"British Indian Ocean Territory": "British Indian Ocean Territory",
|
|
628
|
+
"British Virgin Islands": "British Virgin Islands",
|
|
629
|
+
"Brunei": "Brunei",
|
|
630
|
+
"Bulgaria": "Bulgaria",
|
|
631
|
+
"Burkina Faso": "Burkina Faso",
|
|
632
|
+
"Burundi": "Burundi",
|
|
633
|
+
"Cambodia": "Cambodia",
|
|
634
|
+
"Cameroon": "Cameroon",
|
|
635
|
+
"Canada": "Canada",
|
|
636
|
+
"Canary Islands": "Canary Islands",
|
|
637
|
+
"Cape Verde": "Cape Verde",
|
|
638
|
+
"Caribbean Netherlands": "Caribbean Netherlands",
|
|
639
|
+
"Cayman Islands": "Cayman Islands",
|
|
640
|
+
"Central African Republic": "Central African Republic",
|
|
641
|
+
"Ceuta & Melilla": "Ceuta & Melilla",
|
|
642
|
+
"Chad": "Chad",
|
|
643
|
+
"Chile": "Chile",
|
|
644
|
+
"China": "China",
|
|
645
|
+
"Christmas Island": "Christmas Island",
|
|
646
|
+
"Clipperton Island": "Clipperton Island",
|
|
647
|
+
"Cocos (Keeling) Islands": "Cocos (Keeling) Islands",
|
|
648
|
+
"Colombia": "Colombia",
|
|
649
|
+
"Comoros": "Comoros",
|
|
650
|
+
"Congo - Brazzaville": "Congo - Brazzaville",
|
|
651
|
+
"Congo - Kinshasa": "Congo - Kinshasa",
|
|
652
|
+
"Cook Islands": "Cook Islands",
|
|
653
|
+
"Costa Rica": "Costa Rica",
|
|
654
|
+
"Croatia": "Croatia",
|
|
655
|
+
"Cuba": "Cuba",
|
|
656
|
+
"Curaçao": "Curaçao",
|
|
657
|
+
"Cyprus": "Cyprus",
|
|
658
|
+
"Czechia": "Czechia",
|
|
659
|
+
"Côte d’Ivoire": "Côte d’Ivoire",
|
|
660
|
+
"Denmark": "Denmark",
|
|
661
|
+
"Diego Garcia": "Diego Garcia",
|
|
662
|
+
"Djibouti": "Djibouti",
|
|
663
|
+
"Dominica": "Dominica",
|
|
664
|
+
"Dominican Republic": "Dominican Republic",
|
|
665
|
+
"Ecuador": "Ecuador",
|
|
666
|
+
"Egypt": "Egypt",
|
|
667
|
+
"El Salvador": "El Salvador",
|
|
668
|
+
"Equatorial Guinea": "Equatorial Guinea",
|
|
669
|
+
"Eritrea": "Eritrea",
|
|
670
|
+
"Estonia": "Estonia",
|
|
671
|
+
"Eswatini": "Eswatini",
|
|
672
|
+
"Ethiopia": "Ethiopia",
|
|
673
|
+
"Falkland Islands": "Falkland Islands",
|
|
674
|
+
"Faroe Islands": "Faroe Islands",
|
|
675
|
+
"Fiji": "Fiji",
|
|
676
|
+
"Finland": "Finland",
|
|
677
|
+
"France": "France",
|
|
678
|
+
"French Guiana": "French Guiana",
|
|
679
|
+
"French Polynesia": "French Polynesia",
|
|
680
|
+
"French Southern Territories": "French Southern Territories",
|
|
681
|
+
"Gabon": "Gabon",
|
|
682
|
+
"Gambia": "Gambia",
|
|
683
|
+
"Georgia": "Georgia",
|
|
684
|
+
"Germany": "Germany",
|
|
685
|
+
"Ghana": "Ghana",
|
|
686
|
+
"Gibraltar": "Gibraltar",
|
|
687
|
+
"Greece": "Greece",
|
|
688
|
+
"Greenland": "Greenland",
|
|
689
|
+
"Grenada": "Grenada",
|
|
690
|
+
"Guadeloupe": "Guadeloupe",
|
|
691
|
+
"Guam": "Guam",
|
|
692
|
+
"Guatemala": "Guatemala",
|
|
693
|
+
"Guernsey": "Guernsey",
|
|
694
|
+
"Guinea": "Guinea",
|
|
695
|
+
"Guinea-Bissau": "Guinea-Bissau",
|
|
696
|
+
"Guyana": "Guyana",
|
|
697
|
+
"Haiti": "Haiti",
|
|
698
|
+
"Heard & McDonald Islands": "Heard & McDonald Islands",
|
|
699
|
+
"Honduras": "Honduras",
|
|
700
|
+
"Hong Kong SAR China": "Hong Kong SAR China",
|
|
701
|
+
"Hungary": "Hungary",
|
|
702
|
+
"Iceland": "Iceland",
|
|
703
|
+
"India": "India",
|
|
704
|
+
"Indonesia": "Indonesia",
|
|
705
|
+
"Iran": "Iran",
|
|
706
|
+
"Iraq": "Iraq",
|
|
707
|
+
"Ireland": "Ireland",
|
|
708
|
+
"Isle of Man": "Isle of Man",
|
|
709
|
+
"Israel": "Israel",
|
|
710
|
+
"Italy": "Italy",
|
|
711
|
+
"Jamaica": "Jamaica",
|
|
712
|
+
"Japan": "Japan",
|
|
713
|
+
"Jersey": "Jersey",
|
|
714
|
+
"Jordan": "Jordan",
|
|
715
|
+
"Kazakhstan": "Kazakhstan",
|
|
716
|
+
"Kenya": "Kenya",
|
|
717
|
+
"Kiribati": "Kiribati",
|
|
718
|
+
"Kosovo": "Kosovo",
|
|
719
|
+
"Kuwait": "Kuwait",
|
|
720
|
+
"Kyrgyzstan": "Kyrgyzstan",
|
|
721
|
+
"Laos": "Laos",
|
|
722
|
+
"Latvia": "Latvia",
|
|
723
|
+
"Lebanon": "Lebanon",
|
|
724
|
+
"Lesotho": "Lesotho",
|
|
725
|
+
"Liberia": "Liberia",
|
|
726
|
+
"Libya": "Libya",
|
|
727
|
+
"Liechtenstein": "Liechtenstein",
|
|
728
|
+
"Lithuania": "Lithuania",
|
|
729
|
+
"Luxembourg": "Luxembourg",
|
|
730
|
+
"Macao SAR China": "Macao SAR China",
|
|
731
|
+
"Madagascar": "Madagascar",
|
|
732
|
+
"Malawi": "Malawi",
|
|
733
|
+
"Malaysia": "Malaysia",
|
|
734
|
+
"Maldives": "Maldives",
|
|
735
|
+
"Mali": "Mali",
|
|
736
|
+
"Malta": "Malta",
|
|
737
|
+
"Marshall Islands": "Marshall Islands",
|
|
738
|
+
"Martinique": "Martinique",
|
|
739
|
+
"Mauritania": "Mauritania",
|
|
740
|
+
"Mauritius": "Mauritius",
|
|
741
|
+
"Mayotte": "Mayotte",
|
|
742
|
+
"Mexico": "Mexico",
|
|
743
|
+
"Micronesia": "Micronesia",
|
|
744
|
+
"Moldova": "Moldova",
|
|
745
|
+
"Monaco": "Monaco",
|
|
746
|
+
"Mongolia": "Mongolia",
|
|
747
|
+
"Montenegro": "Montenegro",
|
|
748
|
+
"Montserrat": "Montserrat",
|
|
749
|
+
"Morocco": "Morocco",
|
|
750
|
+
"Mozambique": "Mozambique",
|
|
751
|
+
"Myanmar (Burma)": "Myanmar (Burma)",
|
|
752
|
+
"Namibia": "Namibia",
|
|
753
|
+
"Nauru": "Nauru",
|
|
754
|
+
"Nepal": "Nepal",
|
|
755
|
+
"Netherlands": "Netherlands",
|
|
756
|
+
"Netherlands Antilles": "Netherlands Antilles",
|
|
757
|
+
"New Caledonia": "New Caledonia",
|
|
758
|
+
"New Zealand": "New Zealand",
|
|
759
|
+
"Nicaragua": "Nicaragua",
|
|
760
|
+
"Niger": "Niger",
|
|
761
|
+
"Nigeria": "Nigeria",
|
|
762
|
+
"Niue": "Niue",
|
|
763
|
+
"Norfolk Island": "Norfolk Island",
|
|
764
|
+
"Northern Mariana Islands": "Northern Mariana Islands",
|
|
765
|
+
"North Korea": "North Korea",
|
|
766
|
+
"North Macedonia": "North Macedonia",
|
|
767
|
+
"Norway": "Norway",
|
|
768
|
+
"Oman": "Oman",
|
|
769
|
+
"Outlying Oceania": "Outlying Oceania",
|
|
770
|
+
"Pakistan": "Pakistan",
|
|
771
|
+
"Palau": "Palau",
|
|
772
|
+
"Palestinian Territories": "Palestinian Territories",
|
|
773
|
+
"Panama": "Panama",
|
|
774
|
+
"Papua New Guinea": "Papua New Guinea",
|
|
775
|
+
"Paraguay": "Paraguay",
|
|
776
|
+
"Peru": "Peru",
|
|
777
|
+
"Philippines": "Philippines",
|
|
778
|
+
"Pitcairn Islands": "Pitcairn Islands",
|
|
779
|
+
"Poland": "Poland",
|
|
780
|
+
"Portugal": "Portugal",
|
|
781
|
+
"Puerto Rico": "Puerto Rico",
|
|
782
|
+
"Qatar": "Qatar",
|
|
783
|
+
"Romania": "Romania",
|
|
784
|
+
"Russia": "Russia",
|
|
785
|
+
"Rwanda": "Rwanda",
|
|
786
|
+
"Réunion": "Réunion",
|
|
787
|
+
"Samoa": "Samoa",
|
|
788
|
+
"San Marino": "San Marino",
|
|
789
|
+
"Saudi Arabia": "Saudi Arabia",
|
|
790
|
+
"Senegal": "Senegal",
|
|
791
|
+
"Serbia": "Serbia",
|
|
792
|
+
"Seychelles": "Seychelles",
|
|
793
|
+
"Sierra Leone": "Sierra Leone",
|
|
794
|
+
"Singapore": "Singapore",
|
|
795
|
+
"Sint Maarten": "Sint Maarten",
|
|
796
|
+
"Slovakia": "Slovakia",
|
|
797
|
+
"Slovenia": "Slovenia",
|
|
798
|
+
"Solomon Islands": "Solomon Islands",
|
|
799
|
+
"Somalia": "Somalia",
|
|
800
|
+
"South Africa": "South Africa",
|
|
801
|
+
"South Georgia & South Sandwich Islands": "South Georgia & South Sandwich Islands",
|
|
802
|
+
"South Korea": "South Korea",
|
|
803
|
+
"South Sudan": "South Sudan",
|
|
804
|
+
"Spain": "Spain",
|
|
805
|
+
"Sri Lanka": "Sri Lanka",
|
|
806
|
+
"St. Barthélemy": "St. Barthélemy",
|
|
807
|
+
"St. Helena": "St. Helena",
|
|
808
|
+
"St. Kitts & Nevis": "St. Kitts & Nevis",
|
|
809
|
+
"St. Lucia": "St. Lucia",
|
|
810
|
+
"St. Martin": "St. Martin",
|
|
811
|
+
"St. Pierre & Miquelon": "St. Pierre & Miquelon",
|
|
812
|
+
"St. Vincent & Grenadines": "St. Vincent & Grenadines",
|
|
813
|
+
"Sudan": "Sudan",
|
|
814
|
+
"Suriname": "Suriname",
|
|
815
|
+
"Svalbard & Jan Mayen": "Svalbard & Jan Mayen",
|
|
816
|
+
"Sweden": "Sweden",
|
|
817
|
+
"Switzerland": "Switzerland",
|
|
818
|
+
"Syria": "Syria",
|
|
819
|
+
"São Tomé & Príncipe": "São Tomé & Príncipe",
|
|
820
|
+
"Taiwan": "Taiwan",
|
|
821
|
+
"Tajikistan": "Tajikistan",
|
|
822
|
+
"Tanzania": "Tanzania",
|
|
823
|
+
"Thailand": "Thailand",
|
|
824
|
+
"Timor-Leste": "Timor-Leste",
|
|
825
|
+
"Togo": "Togo",
|
|
826
|
+
"Tokelau": "Tokelau",
|
|
827
|
+
"Tonga": "Tonga",
|
|
828
|
+
"Trinidad & Tobago": "Trinidad & Tobago",
|
|
829
|
+
"Tristan da Cunha": "Tristan da Cunha",
|
|
830
|
+
"Tunisia": "Tunisia",
|
|
831
|
+
"Turkey": "Turkey",
|
|
832
|
+
"Turkmenistan": "Turkmenistan",
|
|
833
|
+
"Turks & Caicos Islands": "Turks & Caicos Islands",
|
|
834
|
+
"Tuvalu": "Tuvalu",
|
|
835
|
+
"U.S. Outlying Islands": "U.S. Outlying Islands",
|
|
836
|
+
"U.S. Virgin Islands": "U.S. Virgin Islands",
|
|
837
|
+
"Uganda": "Uganda",
|
|
838
|
+
"Ukraine": "Ukraine",
|
|
839
|
+
"United Arab Emirates": "United Arab Emirates",
|
|
840
|
+
"United Kingdom": "United Kingdom",
|
|
841
|
+
"United States": "United States",
|
|
842
|
+
"Uruguay": "Uruguay",
|
|
843
|
+
"Uzbekistan": "Uzbekistan",
|
|
844
|
+
"Vanuatu": "Vanuatu",
|
|
845
|
+
"Vatican City": "Vatican City",
|
|
846
|
+
"Venezuela": "Venezuela",
|
|
847
|
+
"Vietnam": "Vietnam",
|
|
848
|
+
"Wallis & Futuna": "Wallis & Futuna",
|
|
849
|
+
"Western Sahara": "Western Sahara",
|
|
850
|
+
"Yemen": "Yemen",
|
|
851
|
+
"Zambia": "Zambia",
|
|
852
|
+
"Zimbabwe": "Zimbabwe",
|
|
853
|
+
"Åland Islands": "Åland Islands"
|
|
854
|
+
},
|
|
855
|
+
"#webform_composite_id": "kitchen_sink_formio_v1--postal_address--country",
|
|
856
|
+
"#webform_composite_key": "postal_address__country",
|
|
857
|
+
"#webform_composite_parent_key": "postal_address"
|
|
858
|
+
}
|
|
859
|
+
},
|
|
860
|
+
"#webform_element": true,
|
|
861
|
+
"#flexbox": true,
|
|
862
|
+
"#input": true,
|
|
863
|
+
"#description_display": "after",
|
|
864
|
+
"#id": "edit-postal-address",
|
|
865
|
+
"#name": "postal_address",
|
|
866
|
+
"#default_value": {
|
|
867
|
+
"content": "[]"
|
|
868
|
+
},
|
|
869
|
+
"#value": {
|
|
870
|
+
"address": "",
|
|
871
|
+
"address_2": "",
|
|
872
|
+
"city": "",
|
|
873
|
+
"state_province": "",
|
|
874
|
+
"postal_code": "",
|
|
875
|
+
"country": ""
|
|
876
|
+
},
|
|
877
|
+
"#initialize": true,
|
|
878
|
+
"address": {
|
|
879
|
+
"#type": "textfield",
|
|
880
|
+
"#title": "Address",
|
|
881
|
+
"#default_value": "",
|
|
882
|
+
"#maxlength": 255,
|
|
883
|
+
"#webform": "kitchen_sink_formio_v1",
|
|
884
|
+
"#webform_element": true,
|
|
885
|
+
"#input": true,
|
|
886
|
+
"#required": false,
|
|
887
|
+
"#title_display": "before",
|
|
888
|
+
"#description_display": "after",
|
|
889
|
+
"#id": "edit-postal-address-address",
|
|
890
|
+
"#name": "postal_address[address]",
|
|
891
|
+
"#value": ""
|
|
892
|
+
},
|
|
893
|
+
"address_2": {
|
|
894
|
+
"#type": "textfield",
|
|
895
|
+
"#title": "Address 2",
|
|
896
|
+
"#default_value": "",
|
|
897
|
+
"#maxlength": 255,
|
|
898
|
+
"#webform": "kitchen_sink_formio_v1",
|
|
899
|
+
"#webform_element": true,
|
|
900
|
+
"#input": true,
|
|
901
|
+
"#required": false,
|
|
902
|
+
"#title_display": "before",
|
|
903
|
+
"#description_display": "after",
|
|
904
|
+
"#id": "edit-postal-address-address-2",
|
|
905
|
+
"#name": "postal_address[address_2]",
|
|
906
|
+
"#value": ""
|
|
907
|
+
},
|
|
908
|
+
"city": {
|
|
909
|
+
"#type": "textfield",
|
|
910
|
+
"#title": "City/Town",
|
|
911
|
+
"#default_value": "",
|
|
912
|
+
"#maxlength": 255,
|
|
913
|
+
"#webform": "kitchen_sink_formio_v1",
|
|
914
|
+
"#webform_element": true,
|
|
915
|
+
"#input": true,
|
|
916
|
+
"#required": false,
|
|
917
|
+
"#title_display": "before",
|
|
918
|
+
"#description_display": "after",
|
|
919
|
+
"#id": "edit-postal-address-city",
|
|
920
|
+
"#name": "postal_address[city]",
|
|
921
|
+
"#value": ""
|
|
922
|
+
},
|
|
923
|
+
"state_province": {
|
|
924
|
+
"#type": "select",
|
|
925
|
+
"#title": "State/Province",
|
|
926
|
+
"#options": {
|
|
927
|
+
"_empty_": "- None -",
|
|
928
|
+
"Alabama": "Alabama",
|
|
929
|
+
"Alaska": "Alaska",
|
|
930
|
+
"American Samoa": "American Samoa",
|
|
931
|
+
"Arizona": "Arizona",
|
|
932
|
+
"Arkansas": "Arkansas",
|
|
933
|
+
"Armed Forces (Canada, Europe, Africa, or Middle East": "Armed Forces (Canada, Europe, Africa, or Middle East",
|
|
934
|
+
"Armed Forces Americas": "Armed Forces Americas",
|
|
935
|
+
"Armed Forces Pacific": "Armed Forces Pacific",
|
|
936
|
+
"California": "California",
|
|
937
|
+
"Colorado": "Colorado",
|
|
938
|
+
"Connecticut": "Connecticut",
|
|
939
|
+
"Delaware": "Delaware",
|
|
940
|
+
"District of Columbia": "District of Columbia",
|
|
941
|
+
"Federate States of Micronesia": "Federate States of Micronesia",
|
|
942
|
+
"Florida": "Florida",
|
|
943
|
+
"Georgia": "Georgia",
|
|
944
|
+
"Guam": "Guam",
|
|
945
|
+
"Hawaii": "Hawaii",
|
|
946
|
+
"Idaho": "Idaho",
|
|
947
|
+
"Illinois": "Illinois",
|
|
948
|
+
"Indiana": "Indiana",
|
|
949
|
+
"Iowa": "Iowa",
|
|
950
|
+
"Kansas": "Kansas",
|
|
951
|
+
"Kentucky": "Kentucky",
|
|
952
|
+
"Louisiana": "Louisiana",
|
|
953
|
+
"Maine": "Maine",
|
|
954
|
+
"Marshall Islands": "Marshall Islands",
|
|
955
|
+
"Maryland": "Maryland",
|
|
956
|
+
"Massachusetts": "Massachusetts",
|
|
957
|
+
"Michigan": "Michigan",
|
|
958
|
+
"Minnesota": "Minnesota",
|
|
959
|
+
"Mississippi": "Mississippi",
|
|
960
|
+
"Missouri": "Missouri",
|
|
961
|
+
"Montana": "Montana",
|
|
962
|
+
"Nebraska": "Nebraska",
|
|
963
|
+
"Nevada": "Nevada",
|
|
964
|
+
"New Hampshire": "New Hampshire",
|
|
965
|
+
"New Jersey": "New Jersey",
|
|
966
|
+
"New Mexico": "New Mexico",
|
|
967
|
+
"New York": "New York",
|
|
968
|
+
"North Carolina": "North Carolina",
|
|
969
|
+
"North Dakota": "North Dakota",
|
|
970
|
+
"Northern Mariana Islands": "Northern Mariana Islands",
|
|
971
|
+
"Ohio": "Ohio",
|
|
972
|
+
"Oklahoma": "Oklahoma",
|
|
973
|
+
"Oregon": "Oregon",
|
|
974
|
+
"Palau": "Palau",
|
|
975
|
+
"Pennsylvania": "Pennsylvania",
|
|
976
|
+
"Puerto Rico": "Puerto Rico",
|
|
977
|
+
"Rhode Island": "Rhode Island",
|
|
978
|
+
"South Carolina": "South Carolina",
|
|
979
|
+
"South Dakota": "South Dakota",
|
|
980
|
+
"Tennessee": "Tennessee",
|
|
981
|
+
"Texas": "Texas",
|
|
982
|
+
"Utah": "Utah",
|
|
983
|
+
"Vermont": "Vermont",
|
|
984
|
+
"Virgin Islands": "Virgin Islands",
|
|
985
|
+
"Virginia": "Virginia",
|
|
986
|
+
"Washington": "Washington",
|
|
987
|
+
"West Virginia": "West Virginia",
|
|
988
|
+
"Wisconsin": "Wisconsin",
|
|
989
|
+
"Wyoming": "Wyoming"
|
|
990
|
+
},
|
|
991
|
+
"#default_value": "",
|
|
992
|
+
"#empty_option": "- None -",
|
|
993
|
+
"#webform": "kitchen_sink_formio_v1",
|
|
994
|
+
"#webform_element": true,
|
|
995
|
+
"#input": true,
|
|
996
|
+
"#multiple": false,
|
|
997
|
+
"#sort_options": false,
|
|
998
|
+
"#sort_start": 1,
|
|
999
|
+
"#required": false,
|
|
1000
|
+
"#title_display": "before",
|
|
1001
|
+
"#description_display": "after",
|
|
1002
|
+
"#id": "edit-postal-address-state-province",
|
|
1003
|
+
"#name": "postal_address[state_province]",
|
|
1004
|
+
"#value": "",
|
|
1005
|
+
"#empty_value": ""
|
|
1006
|
+
},
|
|
1007
|
+
"postal_code": {
|
|
1008
|
+
"#type": "textfield",
|
|
1009
|
+
"#title": "ZIP/Postal Code",
|
|
1010
|
+
"#default_value": "",
|
|
1011
|
+
"#maxlength": 255,
|
|
1012
|
+
"#webform": "kitchen_sink_formio_v1",
|
|
1013
|
+
"#webform_element": true,
|
|
1014
|
+
"#input": true,
|
|
1015
|
+
"#required": false,
|
|
1016
|
+
"#title_display": "before",
|
|
1017
|
+
"#description_display": "after",
|
|
1018
|
+
"#id": "edit-postal-address-postal-code",
|
|
1019
|
+
"#name": "postal_address[postal_code]",
|
|
1020
|
+
"#value": ""
|
|
1021
|
+
},
|
|
1022
|
+
"country": {
|
|
1023
|
+
"#type": "select",
|
|
1024
|
+
"#title": "Country",
|
|
1025
|
+
"#options": {
|
|
1026
|
+
"_empty_": "- None -",
|
|
1027
|
+
"Afghanistan": "Afghanistan",
|
|
1028
|
+
"Albania": "Albania",
|
|
1029
|
+
"Algeria": "Algeria",
|
|
1030
|
+
"American Samoa": "American Samoa",
|
|
1031
|
+
"Andorra": "Andorra",
|
|
1032
|
+
"Angola": "Angola",
|
|
1033
|
+
"Anguilla": "Anguilla",
|
|
1034
|
+
"Antarctica": "Antarctica",
|
|
1035
|
+
"Antigua & Barbuda": "Antigua & Barbuda",
|
|
1036
|
+
"Argentina": "Argentina",
|
|
1037
|
+
"Armenia": "Armenia",
|
|
1038
|
+
"Aruba": "Aruba",
|
|
1039
|
+
"Ascension Island": "Ascension Island",
|
|
1040
|
+
"Australia": "Australia",
|
|
1041
|
+
"Austria": "Austria",
|
|
1042
|
+
"Azerbaijan": "Azerbaijan",
|
|
1043
|
+
"Bahamas": "Bahamas",
|
|
1044
|
+
"Bahrain": "Bahrain",
|
|
1045
|
+
"Bangladesh": "Bangladesh",
|
|
1046
|
+
"Barbados": "Barbados",
|
|
1047
|
+
"Belarus": "Belarus",
|
|
1048
|
+
"Belgium": "Belgium",
|
|
1049
|
+
"Belize": "Belize",
|
|
1050
|
+
"Benin": "Benin",
|
|
1051
|
+
"Bermuda": "Bermuda",
|
|
1052
|
+
"Bhutan": "Bhutan",
|
|
1053
|
+
"Bolivia": "Bolivia",
|
|
1054
|
+
"Bosnia & Herzegovina": "Bosnia & Herzegovina",
|
|
1055
|
+
"Botswana": "Botswana",
|
|
1056
|
+
"Bouvet Island": "Bouvet Island",
|
|
1057
|
+
"Brazil": "Brazil",
|
|
1058
|
+
"British Indian Ocean Territory": "British Indian Ocean Territory",
|
|
1059
|
+
"British Virgin Islands": "British Virgin Islands",
|
|
1060
|
+
"Brunei": "Brunei",
|
|
1061
|
+
"Bulgaria": "Bulgaria",
|
|
1062
|
+
"Burkina Faso": "Burkina Faso",
|
|
1063
|
+
"Burundi": "Burundi",
|
|
1064
|
+
"Cambodia": "Cambodia",
|
|
1065
|
+
"Cameroon": "Cameroon",
|
|
1066
|
+
"Canada": "Canada",
|
|
1067
|
+
"Canary Islands": "Canary Islands",
|
|
1068
|
+
"Cape Verde": "Cape Verde",
|
|
1069
|
+
"Caribbean Netherlands": "Caribbean Netherlands",
|
|
1070
|
+
"Cayman Islands": "Cayman Islands",
|
|
1071
|
+
"Central African Republic": "Central African Republic",
|
|
1072
|
+
"Ceuta & Melilla": "Ceuta & Melilla",
|
|
1073
|
+
"Chad": "Chad",
|
|
1074
|
+
"Chile": "Chile",
|
|
1075
|
+
"China": "China",
|
|
1076
|
+
"Christmas Island": "Christmas Island",
|
|
1077
|
+
"Clipperton Island": "Clipperton Island",
|
|
1078
|
+
"Cocos (Keeling) Islands": "Cocos (Keeling) Islands",
|
|
1079
|
+
"Colombia": "Colombia",
|
|
1080
|
+
"Comoros": "Comoros",
|
|
1081
|
+
"Congo - Brazzaville": "Congo - Brazzaville",
|
|
1082
|
+
"Congo - Kinshasa": "Congo - Kinshasa",
|
|
1083
|
+
"Cook Islands": "Cook Islands",
|
|
1084
|
+
"Costa Rica": "Costa Rica",
|
|
1085
|
+
"Croatia": "Croatia",
|
|
1086
|
+
"Cuba": "Cuba",
|
|
1087
|
+
"Curaçao": "Curaçao",
|
|
1088
|
+
"Cyprus": "Cyprus",
|
|
1089
|
+
"Czechia": "Czechia",
|
|
1090
|
+
"Côte d’Ivoire": "Côte d’Ivoire",
|
|
1091
|
+
"Denmark": "Denmark",
|
|
1092
|
+
"Diego Garcia": "Diego Garcia",
|
|
1093
|
+
"Djibouti": "Djibouti",
|
|
1094
|
+
"Dominica": "Dominica",
|
|
1095
|
+
"Dominican Republic": "Dominican Republic",
|
|
1096
|
+
"Ecuador": "Ecuador",
|
|
1097
|
+
"Egypt": "Egypt",
|
|
1098
|
+
"El Salvador": "El Salvador",
|
|
1099
|
+
"Equatorial Guinea": "Equatorial Guinea",
|
|
1100
|
+
"Eritrea": "Eritrea",
|
|
1101
|
+
"Estonia": "Estonia",
|
|
1102
|
+
"Eswatini": "Eswatini",
|
|
1103
|
+
"Ethiopia": "Ethiopia",
|
|
1104
|
+
"Falkland Islands": "Falkland Islands",
|
|
1105
|
+
"Faroe Islands": "Faroe Islands",
|
|
1106
|
+
"Fiji": "Fiji",
|
|
1107
|
+
"Finland": "Finland",
|
|
1108
|
+
"France": "France",
|
|
1109
|
+
"French Guiana": "French Guiana",
|
|
1110
|
+
"French Polynesia": "French Polynesia",
|
|
1111
|
+
"French Southern Territories": "French Southern Territories",
|
|
1112
|
+
"Gabon": "Gabon",
|
|
1113
|
+
"Gambia": "Gambia",
|
|
1114
|
+
"Georgia": "Georgia",
|
|
1115
|
+
"Germany": "Germany",
|
|
1116
|
+
"Ghana": "Ghana",
|
|
1117
|
+
"Gibraltar": "Gibraltar",
|
|
1118
|
+
"Greece": "Greece",
|
|
1119
|
+
"Greenland": "Greenland",
|
|
1120
|
+
"Grenada": "Grenada",
|
|
1121
|
+
"Guadeloupe": "Guadeloupe",
|
|
1122
|
+
"Guam": "Guam",
|
|
1123
|
+
"Guatemala": "Guatemala",
|
|
1124
|
+
"Guernsey": "Guernsey",
|
|
1125
|
+
"Guinea": "Guinea",
|
|
1126
|
+
"Guinea-Bissau": "Guinea-Bissau",
|
|
1127
|
+
"Guyana": "Guyana",
|
|
1128
|
+
"Haiti": "Haiti",
|
|
1129
|
+
"Heard & McDonald Islands": "Heard & McDonald Islands",
|
|
1130
|
+
"Honduras": "Honduras",
|
|
1131
|
+
"Hong Kong SAR China": "Hong Kong SAR China",
|
|
1132
|
+
"Hungary": "Hungary",
|
|
1133
|
+
"Iceland": "Iceland",
|
|
1134
|
+
"India": "India",
|
|
1135
|
+
"Indonesia": "Indonesia",
|
|
1136
|
+
"Iran": "Iran",
|
|
1137
|
+
"Iraq": "Iraq",
|
|
1138
|
+
"Ireland": "Ireland",
|
|
1139
|
+
"Isle of Man": "Isle of Man",
|
|
1140
|
+
"Israel": "Israel",
|
|
1141
|
+
"Italy": "Italy",
|
|
1142
|
+
"Jamaica": "Jamaica",
|
|
1143
|
+
"Japan": "Japan",
|
|
1144
|
+
"Jersey": "Jersey",
|
|
1145
|
+
"Jordan": "Jordan",
|
|
1146
|
+
"Kazakhstan": "Kazakhstan",
|
|
1147
|
+
"Kenya": "Kenya",
|
|
1148
|
+
"Kiribati": "Kiribati",
|
|
1149
|
+
"Kosovo": "Kosovo",
|
|
1150
|
+
"Kuwait": "Kuwait",
|
|
1151
|
+
"Kyrgyzstan": "Kyrgyzstan",
|
|
1152
|
+
"Laos": "Laos",
|
|
1153
|
+
"Latvia": "Latvia",
|
|
1154
|
+
"Lebanon": "Lebanon",
|
|
1155
|
+
"Lesotho": "Lesotho",
|
|
1156
|
+
"Liberia": "Liberia",
|
|
1157
|
+
"Libya": "Libya",
|
|
1158
|
+
"Liechtenstein": "Liechtenstein",
|
|
1159
|
+
"Lithuania": "Lithuania",
|
|
1160
|
+
"Luxembourg": "Luxembourg",
|
|
1161
|
+
"Macao SAR China": "Macao SAR China",
|
|
1162
|
+
"Madagascar": "Madagascar",
|
|
1163
|
+
"Malawi": "Malawi",
|
|
1164
|
+
"Malaysia": "Malaysia",
|
|
1165
|
+
"Maldives": "Maldives",
|
|
1166
|
+
"Mali": "Mali",
|
|
1167
|
+
"Malta": "Malta",
|
|
1168
|
+
"Marshall Islands": "Marshall Islands",
|
|
1169
|
+
"Martinique": "Martinique",
|
|
1170
|
+
"Mauritania": "Mauritania",
|
|
1171
|
+
"Mauritius": "Mauritius",
|
|
1172
|
+
"Mayotte": "Mayotte",
|
|
1173
|
+
"Mexico": "Mexico",
|
|
1174
|
+
"Micronesia": "Micronesia",
|
|
1175
|
+
"Moldova": "Moldova",
|
|
1176
|
+
"Monaco": "Monaco",
|
|
1177
|
+
"Mongolia": "Mongolia",
|
|
1178
|
+
"Montenegro": "Montenegro",
|
|
1179
|
+
"Montserrat": "Montserrat",
|
|
1180
|
+
"Morocco": "Morocco",
|
|
1181
|
+
"Mozambique": "Mozambique",
|
|
1182
|
+
"Myanmar (Burma)": "Myanmar (Burma)",
|
|
1183
|
+
"Namibia": "Namibia",
|
|
1184
|
+
"Nauru": "Nauru",
|
|
1185
|
+
"Nepal": "Nepal",
|
|
1186
|
+
"Netherlands": "Netherlands",
|
|
1187
|
+
"Netherlands Antilles": "Netherlands Antilles",
|
|
1188
|
+
"New Caledonia": "New Caledonia",
|
|
1189
|
+
"New Zealand": "New Zealand",
|
|
1190
|
+
"Nicaragua": "Nicaragua",
|
|
1191
|
+
"Niger": "Niger",
|
|
1192
|
+
"Nigeria": "Nigeria",
|
|
1193
|
+
"Niue": "Niue",
|
|
1194
|
+
"Norfolk Island": "Norfolk Island",
|
|
1195
|
+
"Northern Mariana Islands": "Northern Mariana Islands",
|
|
1196
|
+
"North Korea": "North Korea",
|
|
1197
|
+
"North Macedonia": "North Macedonia",
|
|
1198
|
+
"Norway": "Norway",
|
|
1199
|
+
"Oman": "Oman",
|
|
1200
|
+
"Outlying Oceania": "Outlying Oceania",
|
|
1201
|
+
"Pakistan": "Pakistan",
|
|
1202
|
+
"Palau": "Palau",
|
|
1203
|
+
"Palestinian Territories": "Palestinian Territories",
|
|
1204
|
+
"Panama": "Panama",
|
|
1205
|
+
"Papua New Guinea": "Papua New Guinea",
|
|
1206
|
+
"Paraguay": "Paraguay",
|
|
1207
|
+
"Peru": "Peru",
|
|
1208
|
+
"Philippines": "Philippines",
|
|
1209
|
+
"Pitcairn Islands": "Pitcairn Islands",
|
|
1210
|
+
"Poland": "Poland",
|
|
1211
|
+
"Portugal": "Portugal",
|
|
1212
|
+
"Puerto Rico": "Puerto Rico",
|
|
1213
|
+
"Qatar": "Qatar",
|
|
1214
|
+
"Romania": "Romania",
|
|
1215
|
+
"Russia": "Russia",
|
|
1216
|
+
"Rwanda": "Rwanda",
|
|
1217
|
+
"Réunion": "Réunion",
|
|
1218
|
+
"Samoa": "Samoa",
|
|
1219
|
+
"San Marino": "San Marino",
|
|
1220
|
+
"Saudi Arabia": "Saudi Arabia",
|
|
1221
|
+
"Senegal": "Senegal",
|
|
1222
|
+
"Serbia": "Serbia",
|
|
1223
|
+
"Seychelles": "Seychelles",
|
|
1224
|
+
"Sierra Leone": "Sierra Leone",
|
|
1225
|
+
"Singapore": "Singapore",
|
|
1226
|
+
"Sint Maarten": "Sint Maarten",
|
|
1227
|
+
"Slovakia": "Slovakia",
|
|
1228
|
+
"Slovenia": "Slovenia",
|
|
1229
|
+
"Solomon Islands": "Solomon Islands",
|
|
1230
|
+
"Somalia": "Somalia",
|
|
1231
|
+
"South Africa": "South Africa",
|
|
1232
|
+
"South Georgia & South Sandwich Islands": "South Georgia & South Sandwich Islands",
|
|
1233
|
+
"South Korea": "South Korea",
|
|
1234
|
+
"South Sudan": "South Sudan",
|
|
1235
|
+
"Spain": "Spain",
|
|
1236
|
+
"Sri Lanka": "Sri Lanka",
|
|
1237
|
+
"St. Barthélemy": "St. Barthélemy",
|
|
1238
|
+
"St. Helena": "St. Helena",
|
|
1239
|
+
"St. Kitts & Nevis": "St. Kitts & Nevis",
|
|
1240
|
+
"St. Lucia": "St. Lucia",
|
|
1241
|
+
"St. Martin": "St. Martin",
|
|
1242
|
+
"St. Pierre & Miquelon": "St. Pierre & Miquelon",
|
|
1243
|
+
"St. Vincent & Grenadines": "St. Vincent & Grenadines",
|
|
1244
|
+
"Sudan": "Sudan",
|
|
1245
|
+
"Suriname": "Suriname",
|
|
1246
|
+
"Svalbard & Jan Mayen": "Svalbard & Jan Mayen",
|
|
1247
|
+
"Sweden": "Sweden",
|
|
1248
|
+
"Switzerland": "Switzerland",
|
|
1249
|
+
"Syria": "Syria",
|
|
1250
|
+
"São Tomé & Príncipe": "São Tomé & Príncipe",
|
|
1251
|
+
"Taiwan": "Taiwan",
|
|
1252
|
+
"Tajikistan": "Tajikistan",
|
|
1253
|
+
"Tanzania": "Tanzania",
|
|
1254
|
+
"Thailand": "Thailand",
|
|
1255
|
+
"Timor-Leste": "Timor-Leste",
|
|
1256
|
+
"Togo": "Togo",
|
|
1257
|
+
"Tokelau": "Tokelau",
|
|
1258
|
+
"Tonga": "Tonga",
|
|
1259
|
+
"Trinidad & Tobago": "Trinidad & Tobago",
|
|
1260
|
+
"Tristan da Cunha": "Tristan da Cunha",
|
|
1261
|
+
"Tunisia": "Tunisia",
|
|
1262
|
+
"Turkey": "Turkey",
|
|
1263
|
+
"Turkmenistan": "Turkmenistan",
|
|
1264
|
+
"Turks & Caicos Islands": "Turks & Caicos Islands",
|
|
1265
|
+
"Tuvalu": "Tuvalu",
|
|
1266
|
+
"U.S. Outlying Islands": "U.S. Outlying Islands",
|
|
1267
|
+
"U.S. Virgin Islands": "U.S. Virgin Islands",
|
|
1268
|
+
"Uganda": "Uganda",
|
|
1269
|
+
"Ukraine": "Ukraine",
|
|
1270
|
+
"United Arab Emirates": "United Arab Emirates",
|
|
1271
|
+
"United Kingdom": "United Kingdom",
|
|
1272
|
+
"United States": "United States",
|
|
1273
|
+
"Uruguay": "Uruguay",
|
|
1274
|
+
"Uzbekistan": "Uzbekistan",
|
|
1275
|
+
"Vanuatu": "Vanuatu",
|
|
1276
|
+
"Vatican City": "Vatican City",
|
|
1277
|
+
"Venezuela": "Venezuela",
|
|
1278
|
+
"Vietnam": "Vietnam",
|
|
1279
|
+
"Wallis & Futuna": "Wallis & Futuna",
|
|
1280
|
+
"Western Sahara": "Western Sahara",
|
|
1281
|
+
"Yemen": "Yemen",
|
|
1282
|
+
"Zambia": "Zambia",
|
|
1283
|
+
"Zimbabwe": "Zimbabwe",
|
|
1284
|
+
"Åland Islands": "Åland Islands"
|
|
1285
|
+
},
|
|
1286
|
+
"#default_value": "",
|
|
1287
|
+
"#empty_option": "- None -",
|
|
1288
|
+
"#webform": "kitchen_sink_formio_v1",
|
|
1289
|
+
"#webform_element": true,
|
|
1290
|
+
"#input": true,
|
|
1291
|
+
"#multiple": false,
|
|
1292
|
+
"#sort_options": false,
|
|
1293
|
+
"#sort_start": 1,
|
|
1294
|
+
"#required": false,
|
|
1295
|
+
"#title_display": "before",
|
|
1296
|
+
"#description_display": "after",
|
|
1297
|
+
"#id": "edit-postal-address-country",
|
|
1298
|
+
"#name": "postal_address[country]",
|
|
1299
|
+
"#value": "",
|
|
1300
|
+
"#empty_value": ""
|
|
1301
|
+
}
|
|
1302
|
+
},
|
|
1303
|
+
"postcode": {
|
|
1304
|
+
"#type": "number",
|
|
1305
|
+
"#title": "Postcode",
|
|
1306
|
+
"#required": false,
|
|
1307
|
+
"#webform": "kitchen_sink_formio_v1",
|
|
1308
|
+
"#webform_id": "kitchen_sink_formio_v1--postcode",
|
|
1309
|
+
"#webform_key": "postcode",
|
|
1310
|
+
"#webform_plugin_id": "number",
|
|
1311
|
+
"#webform_element": true,
|
|
1312
|
+
"#step": "any",
|
|
1313
|
+
"#input": true,
|
|
1314
|
+
"#title_display": "before",
|
|
1315
|
+
"#description_display": "after",
|
|
1316
|
+
"#id": "edit-postcode",
|
|
1317
|
+
"#name": "postcode",
|
|
1318
|
+
"#value": ""
|
|
1319
|
+
},
|
|
1320
|
+
"#webform": "kitchen_sink_formio_v1",
|
|
1321
|
+
"#webform_id": "kitchen_sink_formio_v1--enter_your_details",
|
|
1322
|
+
"#webform_key": "enter_your_details",
|
|
1323
|
+
"#webform_plugin_id": "fieldset",
|
|
1324
|
+
"#webform_element": true,
|
|
1325
|
+
"#value": null,
|
|
1326
|
+
"#required": false,
|
|
1327
|
+
"#title_display": "before",
|
|
1328
|
+
"#description_display": "after",
|
|
1329
|
+
"#id": "edit-enter-your-details"
|
|
1330
|
+
},
|
|
1331
|
+
"#webform": "kitchen_sink_formio_v1",
|
|
1332
|
+
"#webform_id": "kitchen_sink_formio_v1--flexbox_01",
|
|
1333
|
+
"#webform_key": "flexbox_01",
|
|
1334
|
+
"#title": null,
|
|
1335
|
+
"#webform_plugin_id": "webform_flexbox",
|
|
1336
|
+
"#webform_element": true,
|
|
1337
|
+
"#optional": false,
|
|
1338
|
+
"#required": false,
|
|
1339
|
+
"#title_display": "before",
|
|
1340
|
+
"#description_display": "after",
|
|
1341
|
+
"#id": "edit-flexbox-01"
|
|
1342
|
+
},
|
|
1343
|
+
"#webform": "kitchen_sink_formio_v1",
|
|
1344
|
+
"#webform_id": "kitchen_sink_formio_v1--enter_details",
|
|
1345
|
+
"#webform_key": "enter_details",
|
|
1346
|
+
"#webform_plugin_id": "webform_wizard_page",
|
|
1347
|
+
"#webform_element": true,
|
|
1348
|
+
"#open": false,
|
|
1349
|
+
"#value": null,
|
|
1350
|
+
"#required": false,
|
|
1351
|
+
"#title_display": "before",
|
|
1352
|
+
"#description_display": "after",
|
|
1353
|
+
"#id": "edit-enter-details"
|
|
1354
|
+
},
|
|
1355
|
+
"#required": false,
|
|
1356
|
+
"#title_display": "before",
|
|
1357
|
+
"#description_display": "after",
|
|
1358
|
+
"#id": "kitchen_sink_formio_v1"
|
|
1359
|
+
}
|