@digigov/form 0.8.3 → 0.8.5-alpha
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/CHANGELOG.md +10 -1
- package/{libs/form/src/Field → Field}/FieldBase.d.ts +0 -0
- package/Field/FieldBase.js +1 -0
- package/{libs/form/src/Field → Field}/FieldConditional.d.ts +0 -0
- package/{libs/form/src/Field → Field}/FieldContainer.d.ts +0 -0
- package/{libs/form/src/Field → Field}/index.d.ts +0 -0
- package/{libs/form/src/Field → Field}/types.d.ts +0 -0
- package/{libs/form/src/Field → Field}/utils.d.ts +0 -0
- package/Field/utils.js +7 -0
- package/{libs/form/src/FieldArray → FieldArray}/FieldArray.stories.d.ts +0 -0
- package/FieldArray/FieldArray.stories.playwright.json +168 -0
- package/{libs/form/src/FieldArray → FieldArray}/__stories__/Default.d.ts +0 -0
- package/FieldArray/__stories__/Default.js +3 -5
- package/{libs/form/src/FieldArray → FieldArray}/__stories__/WithExactLength.d.ts +0 -0
- package/FieldArray/__stories__/WithExactLength.js +3 -5
- package/{libs/form/src/FieldArray → FieldArray}/index.d.ts +0 -0
- package/FieldArray/index.js +1 -0
- package/{libs/form/src/FieldObject → FieldObject}/index.d.ts +0 -0
- package/FieldObject/index.js +1 -2
- package/{libs/form/src/Fieldset → Fieldset}/FieldsetWithContext.d.ts +0 -0
- package/{libs/form/src/Fieldset → Fieldset}/index.d.ts +0 -0
- package/{libs/form/src/Fieldset → Fieldset}/types.d.ts +0 -0
- package/{libs/form/src/Form.stories.d.ts → Form.stories.d.ts} +1 -0
- package/Form.stories.js +14 -0
- package/{libs/form/src → FormBuilder}/FormBuilder.d.ts +0 -0
- package/{FormBuilder.js → FormBuilder/FormBuilder.js} +0 -0
- package/FormBuilder/FormBuilder.mdx +271 -0
- package/FormBuilder/FormBuilder.stories.d.ts +7 -0
- package/FormBuilder/FormBuilder.stories.js +30 -0
- package/{libs/form/src/inputs/FileInput → FormBuilder}/__stories__/Default.d.ts +0 -0
- package/FormBuilder/__stories__/Default.js +45 -0
- package/FormBuilder/index.d.ts +2 -0
- package/FormBuilder/index.js +11 -0
- package/{libs/form/src/FormContext.d.ts → FormContext.d.ts} +0 -0
- package/MultiplicityField/MultiplicityField.mdx +148 -0
- package/{libs/form/src/MultiplicityField → MultiplicityField}/MultiplicityField.stories.d.ts +0 -0
- package/{libs/form/src/MultiplicityField → MultiplicityField}/__stories__/Default.d.ts +0 -0
- package/MultiplicityField/__stories__/Default.js +3 -5
- package/{libs/form/src/MultiplicityField → MultiplicityField}/__stories__/WithExactLength.d.ts +0 -0
- package/MultiplicityField/__stories__/WithExactLength.js +3 -5
- package/{libs/form/src/MultiplicityField → MultiplicityField}/__stories__/WithMaxLength.d.ts +0 -0
- package/MultiplicityField/__stories__/WithMaxLength.js +3 -5
- package/{libs/form/src/MultiplicityField → MultiplicityField}/__stories__/WithMinAndMaxLength.d.ts +0 -0
- package/MultiplicityField/__stories__/WithMinAndMaxLength.js +3 -5
- package/{libs/form/src/MultiplicityField → MultiplicityField}/__stories__/WithMinLength.d.ts +0 -0
- package/MultiplicityField/__stories__/WithMinLength.js +3 -5
- package/{libs/form/src/MultiplicityField → MultiplicityField}/add-objects.d.ts +0 -0
- package/{libs/form/src/MultiplicityField → MultiplicityField}/index.d.ts +0 -0
- package/{libs/form/src/Questions → Questions}/Questions.d.ts +0 -0
- package/{libs/form/src/Questions → Questions}/QuestionsContext.d.ts +0 -0
- package/{libs/form/src/Questions → Questions}/Step/ReviewStep.d.ts +0 -0
- package/{libs/form/src/Questions → Questions}/Step/Step.d.ts +0 -0
- package/{libs/form/src/Questions → Questions}/Step/StepArrayReview.d.ts +0 -0
- package/Questions/Step/StepArrayReview.js +2 -2
- package/{libs/form/src/Questions → Questions}/Step/StepContext.d.ts +0 -0
- package/{libs/form/src/Questions → Questions}/Step/StepDescription.d.ts +0 -0
- package/{libs/form/src/Questions → Questions}/Step/StepForm.d.ts +0 -0
- package/{libs/form/src/Questions → Questions}/Step/StepQuote.d.ts +0 -0
- package/{libs/form/src/Questions → Questions}/Step/StepTitle.d.ts +0 -0
- package/{libs/form/src/Questions → Questions}/Step/getAddMoreFields.d.ts +0 -0
- package/{libs/form/src/Questions → Questions}/Step/index.d.ts +0 -0
- package/{libs/form/src/Questions → Questions}/Step/types.d.ts +0 -0
- package/Questions/__snapshots__/index.spec.tsx.snap +649 -449
- package/{libs/form/src/Questions → Questions}/getNextStep.d.ts +0 -0
- package/{libs/form/src/Questions → Questions}/index.d.ts +0 -0
- package/Questions/index.mdx +0 -187
- package/{libs/form/src/Questions → Questions}/index.spec.d.ts +0 -0
- package/{libs/form/src/Questions → Questions}/types.d.ts +0 -0
- package/__stories__/AutoCompleteField.d.ts +1 -0
- package/__stories__/AutoCompleteField.js +61 -0
- package/{libs/form/src/__stories__ → __stories__}/IntField.d.ts +0 -0
- package/__stories__/IntField.js +5 -9
- package/create-simple-form.mdx +515 -0
- package/es/Field/FieldBase.js +1 -0
- package/es/Field/utils.js +6 -0
- package/es/FieldArray/FieldArray.stories.playwright.json +168 -0
- package/es/FieldArray/__stories__/Default.js +3 -5
- package/es/FieldArray/__stories__/WithExactLength.js +3 -5
- package/es/FieldArray/index.js +1 -0
- package/es/FieldObject/index.js +1 -2
- package/es/Form.stories.js +2 -1
- package/es/{FormBuilder.js → FormBuilder/FormBuilder.js} +0 -0
- package/es/FormBuilder/FormBuilder.mdx +271 -0
- package/es/FormBuilder/FormBuilder.stories.js +6 -0
- package/es/FormBuilder/__stories__/Default.js +25 -0
- package/es/FormBuilder/index.js +2 -0
- package/es/MultiplicityField/MultiplicityField.mdx +148 -0
- package/es/MultiplicityField/__stories__/Default.js +3 -5
- package/es/MultiplicityField/__stories__/WithExactLength.js +3 -5
- package/es/MultiplicityField/__stories__/WithMaxLength.js +3 -5
- package/es/MultiplicityField/__stories__/WithMinAndMaxLength.js +3 -5
- package/es/MultiplicityField/__stories__/WithMinLength.js +3 -5
- package/es/Questions/Step/StepArrayReview.js +1 -1
- package/es/Questions/__snapshots__/index.spec.tsx.snap +649 -449
- package/es/Questions/index.mdx +0 -187
- package/es/__stories__/AutoCompleteField.js +45 -0
- package/es/__stories__/IntField.js +2 -1
- package/es/create-simple-form.mdx +515 -0
- package/es/index.mdx +37 -199
- package/es/inputs/AutoComplete/index.js +45 -0
- package/es/inputs/Checkboxes/Checkboxes.stories.js +6 -0
- package/es/inputs/Checkboxes/__stories__/Default.js +43 -0
- package/es/inputs/DateInput/DateInput.stories.js +6 -0
- package/es/inputs/DateInput/__stories__/Default.js +44 -0
- package/es/inputs/Input/Input.stories.js +13 -0
- package/es/inputs/Input/__stories__/AFM.js +25 -0
- package/es/inputs/Input/__stories__/Boolean.js +26 -0
- package/es/inputs/Input/__stories__/Default.js +26 -0
- package/es/inputs/Input/__stories__/IBAN.js +26 -0
- package/es/inputs/Input/__stories__/Integer.js +26 -0
- package/es/inputs/Input/__stories__/MobilePhone.js +25 -0
- package/es/inputs/Input/__stories__/PhoneNumber.js +25 -0
- package/es/inputs/Input/__stories__/PostalCode.js +28 -0
- package/es/inputs/Input/index.mdx +0 -2
- package/es/inputs/Label/Label.stories.js +6 -0
- package/es/inputs/Label/__stories__/Default.js +30 -0
- package/es/inputs/Radio/Radio.stories.js +6 -0
- package/es/inputs/Radio/__stories__/Default.js +48 -0
- package/es/inputs/Radio/index.js +3 -2
- package/es/inputs/Select/Select.stories.js +6 -0
- package/es/inputs/Select/__stories__/Default.js +54 -0
- package/es/installation.mdx +72 -0
- package/es/registry.js +129 -0
- package/esm/Field/FieldBase.js +1 -0
- package/esm/Field/utils.js +6 -0
- package/esm/FieldArray/FieldArray.stories.playwright.json +168 -0
- package/esm/FieldArray/__stories__/Default.js +3 -5
- package/esm/FieldArray/__stories__/WithExactLength.js +3 -5
- package/esm/FieldArray/index.js +1 -0
- package/esm/FieldObject/index.js +1 -2
- package/esm/Form.stories.js +2 -1
- package/esm/{FormBuilder.js → FormBuilder/FormBuilder.js} +0 -0
- package/esm/FormBuilder/FormBuilder.mdx +271 -0
- package/esm/FormBuilder/FormBuilder.stories.js +6 -0
- package/esm/FormBuilder/__stories__/Default.js +25 -0
- package/esm/FormBuilder/index.js +2 -0
- package/esm/MultiplicityField/MultiplicityField.mdx +148 -0
- package/esm/MultiplicityField/__stories__/Default.js +3 -5
- package/esm/MultiplicityField/__stories__/WithExactLength.js +3 -5
- package/esm/MultiplicityField/__stories__/WithMaxLength.js +3 -5
- package/esm/MultiplicityField/__stories__/WithMinAndMaxLength.js +3 -5
- package/esm/MultiplicityField/__stories__/WithMinLength.js +3 -5
- package/esm/Questions/Step/StepArrayReview.js +1 -1
- package/esm/Questions/__snapshots__/index.spec.tsx.snap +649 -449
- package/esm/Questions/index.mdx +0 -187
- package/esm/__stories__/AutoCompleteField.js +45 -0
- package/esm/__stories__/IntField.js +2 -1
- package/esm/create-simple-form.mdx +515 -0
- package/esm/index.js +1 -1
- package/esm/index.mdx +37 -199
- package/esm/inputs/AutoComplete/index.js +45 -0
- package/esm/inputs/Checkboxes/Checkboxes.stories.js +6 -0
- package/esm/inputs/Checkboxes/__stories__/Default.js +43 -0
- package/esm/inputs/DateInput/DateInput.stories.js +6 -0
- package/esm/inputs/DateInput/__stories__/Default.js +44 -0
- package/esm/inputs/Input/Input.stories.js +13 -0
- package/esm/inputs/Input/__stories__/AFM.js +25 -0
- package/esm/inputs/Input/__stories__/Boolean.js +26 -0
- package/esm/inputs/Input/__stories__/Default.js +26 -0
- package/esm/inputs/Input/__stories__/IBAN.js +26 -0
- package/esm/inputs/Input/__stories__/Integer.js +26 -0
- package/esm/inputs/Input/__stories__/MobilePhone.js +25 -0
- package/esm/inputs/Input/__stories__/PhoneNumber.js +25 -0
- package/esm/inputs/Input/__stories__/PostalCode.js +28 -0
- package/esm/inputs/Input/index.mdx +0 -2
- package/esm/inputs/Label/Label.stories.js +6 -0
- package/esm/inputs/Label/__stories__/Default.js +30 -0
- package/esm/inputs/Radio/Radio.stories.js +6 -0
- package/esm/inputs/Radio/__stories__/Default.js +48 -0
- package/esm/inputs/Radio/index.js +3 -2
- package/esm/inputs/Select/Select.stories.js +6 -0
- package/esm/inputs/Select/__stories__/Default.js +54 -0
- package/esm/installation.mdx +72 -0
- package/esm/registry.js +129 -0
- package/{libs/form/src/index.d.ts → index.d.ts} +0 -0
- package/index.mdx +37 -199
- package/inputs/AutoComplete/index.d.ts +14 -0
- package/inputs/AutoComplete/index.js +68 -0
- package/inputs/Checkboxes/Checkboxes.stories.d.ts +7 -0
- package/inputs/Checkboxes/Checkboxes.stories.js +30 -0
- package/inputs/Checkboxes/__stories__/Default.d.ts +2 -0
- package/inputs/Checkboxes/__stories__/Default.js +63 -0
- package/{libs/form/src/inputs → inputs}/Checkboxes/index.d.ts +0 -0
- package/inputs/DateInput/DateInput.stories.d.ts +7 -0
- package/inputs/DateInput/DateInput.stories.js +30 -0
- package/inputs/DateInput/__stories__/Default.d.ts +2 -0
- package/inputs/DateInput/__stories__/Default.js +64 -0
- package/{libs/form/src/inputs → inputs}/DateInput/index.d.ts +0 -0
- package/{libs/form/src/inputs → inputs}/FileInput/FileInput.stories.d.ts +0 -0
- package/inputs/FileInput/__stories__/Default.d.ts +2 -0
- package/{libs/form/src/inputs → inputs}/FileInput/index.d.ts +0 -0
- package/inputs/Input/Input.stories.d.ts +14 -0
- package/inputs/Input/Input.stories.js +128 -0
- package/inputs/Input/__stories__/AFM.d.ts +2 -0
- package/inputs/Input/__stories__/AFM.js +45 -0
- package/inputs/Input/__stories__/Boolean.d.ts +2 -0
- package/inputs/Input/__stories__/Boolean.js +46 -0
- package/inputs/Input/__stories__/Default.d.ts +2 -0
- package/inputs/Input/__stories__/Default.js +46 -0
- package/inputs/Input/__stories__/IBAN.d.ts +2 -0
- package/inputs/Input/__stories__/IBAN.js +46 -0
- package/inputs/Input/__stories__/Integer.d.ts +2 -0
- package/inputs/Input/__stories__/Integer.js +46 -0
- package/inputs/Input/__stories__/MobilePhone.d.ts +2 -0
- package/inputs/Input/__stories__/MobilePhone.js +45 -0
- package/inputs/Input/__stories__/PhoneNumber.d.ts +2 -0
- package/inputs/Input/__stories__/PhoneNumber.js +45 -0
- package/inputs/Input/__stories__/PostalCode.d.ts +2 -0
- package/inputs/Input/__stories__/PostalCode.js +48 -0
- package/{libs/form/src/inputs → inputs}/Input/index.d.ts +0 -0
- package/inputs/Input/index.mdx +0 -2
- package/inputs/Label/Label.stories.d.ts +7 -0
- package/inputs/Label/Label.stories.js +30 -0
- package/inputs/Label/__stories__/Default.d.ts +2 -0
- package/inputs/Label/__stories__/Default.js +50 -0
- package/{libs/form/src/inputs → inputs}/Label/index.d.ts +0 -0
- package/inputs/Radio/Radio.stories.d.ts +7 -0
- package/inputs/Radio/Radio.stories.js +30 -0
- package/inputs/Radio/__stories__/Default.d.ts +2 -0
- package/inputs/Radio/__stories__/Default.js +68 -0
- package/{libs/form/src/inputs → inputs}/Radio/index.d.ts +0 -0
- package/inputs/Radio/index.js +3 -2
- package/inputs/Select/Select.stories.d.ts +7 -0
- package/inputs/Select/Select.stories.js +30 -0
- package/inputs/Select/__stories__/Default.d.ts +2 -0
- package/inputs/Select/__stories__/Default.js +74 -0
- package/{libs/form/src/inputs → inputs}/Select/index.d.ts +0 -0
- package/{libs/form/src/inputs → inputs}/index.d.ts +0 -0
- package/installation.mdx +72 -0
- package/{libs/form/src/internal.d.ts → internal.d.ts} +0 -0
- package/package.json +6 -5
- package/registry.d.ts +59 -0
- package/registry.js +198 -0
- package/{libs/form/src/types.d.ts → types.d.ts} +1 -1
- package/{libs/form/src/utils.d.ts → utils.d.ts} +0 -0
- package/{libs/form/src/validators → validators}/index.d.ts +0 -0
- package/{libs/form/src/validators → validators}/types.d.ts +0 -0
- package/{libs/form/src/validators → validators}/utils/afm.d.ts +0 -0
- package/{libs/form/src/validators → validators}/utils/file.d.ts +0 -0
- package/{libs/form/src/validators → validators}/utils/iban.d.ts +0 -0
- package/{libs/form/src/validators → validators}/utils/index.d.ts +0 -0
- package/{libs/form/src/validators → validators}/utils/int.d.ts +0 -0
- package/{libs/form/src/validators → validators}/utils/number.d.ts +0 -0
- package/{libs/form/src/validators → validators}/utils/phone.d.ts +0 -0
- package/{libs/form/src/validators → validators}/utils/postal_code.d.ts +0 -0
- package/{libs/form/src/validators → validators}/utils/uuid4.d.ts +0 -0
- package/{libs/form/src/validators → validators}/validators.spec.d.ts +0 -0
- package/libs/ui/src/app/PageTitle.d.ts +0 -10
- package/libs/ui/src/app/i18n.d.ts +0 -12
- package/libs/ui/src/core/Accordion/index.d.ts +0 -23
- package/libs/ui/src/core/BackLink/index.d.ts +0 -3
- package/libs/ui/src/core/Base/index.d.ts +0 -3
- package/libs/ui/src/core/Blockquote/index.d.ts +0 -3
- package/libs/ui/src/core/Breadcrumbs/index.d.ts +0 -5
- package/libs/ui/src/core/Button/BackButton.d.ts +0 -3
- package/libs/ui/src/core/Button/ButtonLink.d.ts +0 -4
- package/libs/ui/src/core/Button/CallToAction.d.ts +0 -7
- package/libs/ui/src/core/Button/Icon.d.ts +0 -2
- package/libs/ui/src/core/Button/index.d.ts +0 -15
- package/libs/ui/src/core/Card/index.d.ts +0 -6
- package/libs/ui/src/core/Confirmation/index.d.ts +0 -5
- package/libs/ui/src/core/Details/index.d.ts +0 -5
- package/libs/ui/src/core/Divider/index.d.ts +0 -5
- package/libs/ui/src/core/ErrorSummary/index.d.ts +0 -3
- package/libs/ui/src/core/FileUpload/index.d.ts +0 -3
- package/libs/ui/src/core/Form/index.d.ts +0 -3
- package/libs/ui/src/core/Hidden/index.d.ts +0 -1
- package/libs/ui/src/core/Label/index.d.ts +0 -4
- package/libs/ui/src/core/Link/index.d.ts +0 -13
- package/libs/ui/src/core/List/List.d.ts +0 -3
- package/libs/ui/src/core/List/ListItem.d.ts +0 -3
- package/libs/ui/src/core/List/ListItemContent.d.ts +0 -6
- package/libs/ui/src/core/List/ListItemIcon.d.ts +0 -5
- package/libs/ui/src/core/List/ListItemText.d.ts +0 -7
- package/libs/ui/src/core/List/ListItemTitle.d.ts +0 -9
- package/libs/ui/src/core/List/index.d.ts +0 -7
- package/libs/ui/src/core/NavList/NavHorizontal.d.ts +0 -3
- package/libs/ui/src/core/NavList/NavHorizontalList.d.ts +0 -3
- package/libs/ui/src/core/NavList/NavHorizontalListItem.d.ts +0 -3
- package/libs/ui/src/core/NavList/NavList.d.ts +0 -4
- package/libs/ui/src/core/NavList/NavListBase.d.ts +0 -4
- package/libs/ui/src/core/NavList/NavListContext.d.ts +0 -20
- package/libs/ui/src/core/NavList/NavListItem.d.ts +0 -14
- package/libs/ui/src/core/NavList/NavListItemBase.d.ts +0 -17
- package/libs/ui/src/core/NavList/NavListSubMenu.d.ts +0 -8
- package/libs/ui/src/core/NavList/NavVertical.d.ts +0 -3
- package/libs/ui/src/core/NavList/NavVerticalItem.d.ts +0 -3
- package/libs/ui/src/core/NavList/index.d.ts +0 -10
- package/libs/ui/src/core/NavList/types.d.ts +0 -14
- package/libs/ui/src/core/NotificationBanner/index.d.ts +0 -18
- package/libs/ui/src/core/PhaseBanner/index.d.ts +0 -6
- package/libs/ui/src/core/ServiceBadge/index.d.ts +0 -8
- package/libs/ui/src/core/SkipLink/index.d.ts +0 -3
- package/libs/ui/src/core/SummaryList/index.d.ts +0 -7
- package/libs/ui/src/core/SvgIcon/index.d.ts +0 -10
- package/libs/ui/src/core/Table/TableFloatingScroll.d.ts +0 -2
- package/libs/ui/src/core/Table/index.d.ts +0 -10
- package/libs/ui/src/core/Tabs/index.d.ts +0 -16
- package/libs/ui/src/core/TextArea/index.d.ts +0 -3
- package/libs/ui/src/core/TextInput/index.d.ts +0 -3
- package/libs/ui/src/core/VisuallyHidden/index.d.ts +0 -3
- package/libs/ui/src/core/WarningText/index.d.ts +0 -3
- package/libs/ui/src/core/index.d.ts +0 -32
- package/libs/ui/src/hooks/useTogglableSections.d.ts +0 -19
- package/libs/ui/src/layouts/Grid/index.d.ts +0 -4
- package/libs/ui/src/locales/el.d.ts +0 -84
- package/libs/ui/src/router/index.d.ts +0 -9
- package/libs/ui/src/typography/Caption/index.d.ts +0 -8
- package/libs/ui/src/typography/NormalText/index.d.ts +0 -5
- package/libs/ui/src/typography/Paragraph/index.d.ts +0 -6
- package/libs/ui/src/typography/Title/index.d.ts +0 -10
- package/libs/ui/src/utils/withDeprecation.d.ts +0 -16
- package/libs-ui/react-core/src/Accordion/index.d.ts +0 -10
- package/libs-ui/react-core/src/AccordionControls/index.d.ts +0 -9
- package/libs-ui/react-core/src/AccordionSection/index.d.ts +0 -16
- package/libs-ui/react-core/src/AccordionSectionContent/index.d.ts +0 -10
- package/libs-ui/react-core/src/AccordionSectionHeader/index.d.ts +0 -9
- package/libs-ui/react-core/src/AccordionSectionSummary/index.d.ts +0 -10
- package/libs-ui/react-core/src/AccordionSectionSummaryHeading/index.d.ts +0 -9
- package/libs-ui/react-core/src/ArrowIcon/index.d.ts +0 -16
- package/libs-ui/react-core/src/Aside/index.d.ts +0 -10
- package/libs-ui/react-core/src/BackLink/index.d.ts +0 -13
- package/libs-ui/react-core/src/Base/index.d.ts +0 -43
- package/libs-ui/react-core/src/Blockquote/index.d.ts +0 -9
- package/libs-ui/react-core/src/Bottom/index.d.ts +0 -9
- package/libs-ui/react-core/src/Breadcrumbs/index.d.ts +0 -10
- package/libs-ui/react-core/src/BreadcrumbsList/index.d.ts +0 -9
- package/libs-ui/react-core/src/BreadcrumbsListItem/index.d.ts +0 -14
- package/libs-ui/react-core/src/BurgerIcon/index.d.ts +0 -28
- package/libs-ui/react-core/src/Button/index.d.ts +0 -25
- package/libs-ui/react-core/src/ButtonGroup/index.d.ts +0 -9
- package/libs-ui/react-core/src/ButtonLink/index.d.ts +0 -17
- package/libs-ui/react-core/src/CallToAction/index.d.ts +0 -10
- package/libs-ui/react-core/src/Card/index.d.ts +0 -29
- package/libs-ui/react-core/src/CardAction/index.d.ts +0 -11
- package/libs-ui/react-core/src/CardHeading/index.d.ts +0 -10
- package/libs-ui/react-core/src/CardText/index.d.ts +0 -10
- package/libs-ui/react-core/src/CaretIcon/index.d.ts +0 -16
- package/libs-ui/react-core/src/CheckIcon/index.d.ts +0 -15
- package/libs-ui/react-core/src/Checkbox/index.d.ts +0 -11
- package/libs-ui/react-core/src/CheckboxConditional/index.d.ts +0 -11
- package/libs-ui/react-core/src/CheckboxItem/index.d.ts +0 -19
- package/libs-ui/react-core/src/CloseIcon/index.d.ts +0 -16
- package/libs-ui/react-core/src/Confirmation/index.d.ts +0 -9
- package/libs-ui/react-core/src/ConfirmationBody/index.d.ts +0 -9
- package/libs-ui/react-core/src/ConfirmationTitle/index.d.ts +0 -9
- package/libs-ui/react-core/src/Container/index.d.ts +0 -17
- package/libs-ui/react-core/src/Copyright/index.d.ts +0 -10
- package/libs-ui/react-core/src/DateInput/index.d.ts +0 -12
- package/libs-ui/react-core/src/DateInputItem/index.d.ts +0 -25
- package/libs-ui/react-core/src/Details/index.d.ts +0 -10
- package/libs-ui/react-core/src/DetailsContent/index.d.ts +0 -10
- package/libs-ui/react-core/src/DetailsSummary/index.d.ts +0 -9
- package/libs-ui/react-core/src/ErrorMessage/index.d.ts +0 -11
- package/libs-ui/react-core/src/ErrorSummary/index.d.ts +0 -9
- package/libs-ui/react-core/src/Field/index.d.ts +0 -13
- package/libs-ui/react-core/src/Fieldset/index.d.ts +0 -10
- package/libs-ui/react-core/src/FieldsetLegend/index.d.ts +0 -19
- package/libs-ui/react-core/src/FileUpload/index.d.ts +0 -22
- package/libs-ui/react-core/src/FileUploadContainer/index.d.ts +0 -14
- package/libs-ui/react-core/src/Footer/index.d.ts +0 -9
- package/libs-ui/react-core/src/FooterContainer/index.d.ts +0 -16
- package/libs-ui/react-core/src/FooterContent/index.d.ts +0 -10
- package/libs-ui/react-core/src/FooterContentLogos/index.d.ts +0 -11
- package/libs-ui/react-core/src/FooterHeading/index.d.ts +0 -15
- package/libs-ui/react-core/src/FooterImage/index.d.ts +0 -15
- package/libs-ui/react-core/src/FooterInlineList/index.d.ts +0 -11
- package/libs-ui/react-core/src/FooterInlineListItem/index.d.ts +0 -9
- package/libs-ui/react-core/src/FooterLink/index.d.ts +0 -13
- package/libs-ui/react-core/src/FooterList/index.d.ts +0 -15
- package/libs-ui/react-core/src/FooterListItem/index.d.ts +0 -10
- package/libs-ui/react-core/src/FooterMeta/index.d.ts +0 -11
- package/libs-ui/react-core/src/FooterMetaItem/index.d.ts +0 -14
- package/libs-ui/react-core/src/FooterNavigation/index.d.ts +0 -11
- package/libs-ui/react-core/src/FooterSection/index.d.ts +0 -11
- package/libs-ui/react-core/src/Form/index.d.ts +0 -11
- package/libs-ui/react-core/src/GovGRFooter/index.d.ts +0 -9
- package/libs-ui/react-core/src/GovGRLogo/govgr-logo-base64.d.ts +0 -2
- package/libs-ui/react-core/src/GovGRLogo/index.d.ts +0 -9
- package/libs-ui/react-core/src/Grid/index.d.ts +0 -20
- package/libs-ui/react-core/src/Header/index.d.ts +0 -10
- package/libs-ui/react-core/src/HeaderContent/index.d.ts +0 -9
- package/libs-ui/react-core/src/HeaderLogo/index.d.ts +0 -21
- package/libs-ui/react-core/src/HeaderSecondaryLogo/index.d.ts +0 -21
- package/libs-ui/react-core/src/HeaderSection/index.d.ts +0 -9
- package/libs-ui/react-core/src/HeaderSubtitle/index.d.ts +0 -9
- package/libs-ui/react-core/src/HeaderTitle/index.d.ts +0 -13
- package/libs-ui/react-core/src/Heading/index.d.ts +0 -21
- package/libs-ui/react-core/src/HeadingCaption/index.d.ts +0 -15
- package/libs-ui/react-core/src/HellenicRepublicLogo/index.d.ts +0 -20
- package/libs-ui/react-core/src/HellenicRepublicLogo/logo-el.d.ts +0 -2
- package/libs-ui/react-core/src/HellenicRepublicLogo/logo-en.d.ts +0 -2
- package/libs-ui/react-core/src/Hidden/index.d.ts +0 -17
- package/libs-ui/react-core/src/Hint/index.d.ts +0 -14
- package/libs-ui/react-core/src/Label/index.d.ts +0 -9
- package/libs-ui/react-core/src/LabelTitle/index.d.ts +0 -19
- package/libs-ui/react-core/src/Layout/index.d.ts +0 -10
- package/libs-ui/react-core/src/Link/index.d.ts +0 -14
- package/libs-ui/react-core/src/List/index.d.ts +0 -18
- package/libs-ui/react-core/src/ListItem/index.d.ts +0 -9
- package/libs-ui/react-core/src/Main/index.d.ts +0 -9
- package/libs-ui/react-core/src/Masthead/index.d.ts +0 -9
- package/libs-ui/react-core/src/MastheadBody/index.d.ts +0 -9
- package/libs-ui/react-core/src/MoreVertIcon/index.d.ts +0 -15
- package/libs-ui/react-core/src/NavHorizontal/index.d.ts +0 -16
- package/libs-ui/react-core/src/NavHorizontalList/index.d.ts +0 -10
- package/libs-ui/react-core/src/NavHorizontalListItem/index.d.ts +0 -18
- package/libs-ui/react-core/src/NavVertical/index.d.ts +0 -11
- package/libs-ui/react-core/src/NavVerticalItem/index.d.ts +0 -14
- package/libs-ui/react-core/src/NormalText/index.d.ts +0 -28
- package/libs-ui/react-core/src/NotificationBanner/index.d.ts +0 -17
- package/libs-ui/react-core/src/NotificationBannerContent/index.d.ts +0 -12
- package/libs-ui/react-core/src/NotificationBannerHeader/index.d.ts +0 -11
- package/libs-ui/react-core/src/NotificationBannerHeading/index.d.ts +0 -11
- package/libs-ui/react-core/src/NotificationBannerLink/index.d.ts +0 -15
- package/libs-ui/react-core/src/PageTitle/index.d.ts +0 -9
- package/libs-ui/react-core/src/PageTitleCaption/index.d.ts +0 -14
- package/libs-ui/react-core/src/PageTitleHeading/index.d.ts +0 -13
- package/libs-ui/react-core/src/PageTitleSection/index.d.ts +0 -10
- package/libs-ui/react-core/src/Paragraph/index.d.ts +0 -26
- package/libs-ui/react-core/src/PhaseBanner/index.d.ts +0 -15
- package/libs-ui/react-core/src/PhaseBannerHeaderContainer/index.d.ts +0 -8
- package/libs-ui/react-core/src/PhaseBannerTag/index.d.ts +0 -9
- package/libs-ui/react-core/src/PhaseBannerText/index.d.ts +0 -11
- package/libs-ui/react-core/src/Radio/index.d.ts +0 -14
- package/libs-ui/react-core/src/RadioConditional/index.d.ts +0 -11
- package/libs-ui/react-core/src/RadioItem/index.d.ts +0 -18
- package/libs-ui/react-core/src/SectionBreak/index.d.ts +0 -18
- package/libs-ui/react-core/src/Select/index.d.ts +0 -14
- package/libs-ui/react-core/src/SelectOption/index.d.ts +0 -18
- package/libs-ui/react-core/src/ServiceBadge/index.d.ts +0 -11
- package/libs-ui/react-core/src/SkipLink/index.d.ts +0 -10
- package/libs-ui/react-core/src/SummaryList/index.d.ts +0 -16
- package/libs-ui/react-core/src/SummaryListItem/index.d.ts +0 -10
- package/libs-ui/react-core/src/SummaryListItemAction/index.d.ts +0 -10
- package/libs-ui/react-core/src/SummaryListItemKey/index.d.ts +0 -10
- package/libs-ui/react-core/src/SummaryListItemValue/index.d.ts +0 -9
- package/libs-ui/react-core/src/SvgIcon/index.d.ts +0 -20
- package/libs-ui/react-core/src/Table/index.d.ts +0 -34
- package/libs-ui/react-core/src/TableBody/index.d.ts +0 -9
- package/libs-ui/react-core/src/TableCaption/index.d.ts +0 -15
- package/libs-ui/react-core/src/TableContainer/index.d.ts +0 -13
- package/libs-ui/react-core/src/TableDataCell/index.d.ts +0 -15
- package/libs-ui/react-core/src/TableHead/index.d.ts +0 -9
- package/libs-ui/react-core/src/TableHeadCell/index.d.ts +0 -21
- package/libs-ui/react-core/src/TableNoDataRow/index.d.ts +0 -10
- package/libs-ui/react-core/src/TableRow/index.d.ts +0 -9
- package/libs-ui/react-core/src/Tabs/index.d.ts +0 -10
- package/libs-ui/react-core/src/TabsHeading/index.d.ts +0 -15
- package/libs-ui/react-core/src/TabsList/index.d.ts +0 -10
- package/libs-ui/react-core/src/TabsListItem/index.d.ts +0 -20
- package/libs-ui/react-core/src/TabsPanel/index.d.ts +0 -16
- package/libs-ui/react-core/src/TextArea/index.d.ts +0 -23
- package/libs-ui/react-core/src/TextInput/index.d.ts +0 -28
- package/libs-ui/react-core/src/Top/index.d.ts +0 -9
- package/libs-ui/react-core/src/UncheckIcon/index.d.ts +0 -15
- package/libs-ui/react-core/src/VisuallyHidden/index.d.ts +0 -10
- package/libs-ui/react-core/src/WarningText/index.d.ts +0 -11
- package/libs-ui/react-core/src/index.d.ts +0 -141
package/registry.d.ts
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
declare var _default: {
|
|
2
|
+
'@digigov/form/Field/FieldBase': {};
|
|
3
|
+
'@digigov/form/Field/FieldConditional': {};
|
|
4
|
+
'@digigov/form/Field/FieldContainer': {};
|
|
5
|
+
'@digigov/form/Field': {};
|
|
6
|
+
'@digigov/form/Field/types': {};
|
|
7
|
+
'@digigov/form/Field/utils': {};
|
|
8
|
+
'@digigov/form/FieldArray': {};
|
|
9
|
+
'@digigov/form/FieldObject': {};
|
|
10
|
+
'@digigov/form/Fieldset/FieldsetWithContext': {};
|
|
11
|
+
'@digigov/form/Fieldset': {};
|
|
12
|
+
'@digigov/form/Fieldset/types': {};
|
|
13
|
+
'@digigov/form/FormBuilder/FormBuilder': {};
|
|
14
|
+
'@digigov/form/FormBuilder': {};
|
|
15
|
+
'@digigov/form/FormContext': {};
|
|
16
|
+
'@digigov/form': {};
|
|
17
|
+
'@digigov/form/inputs/AutoComplete': {};
|
|
18
|
+
'@digigov/form/inputs/Checkboxes': {};
|
|
19
|
+
'@digigov/form/inputs/DateInput': {};
|
|
20
|
+
'@digigov/form/inputs/FileInput': {};
|
|
21
|
+
'@digigov/form/inputs': {};
|
|
22
|
+
'@digigov/form/inputs/Input': {};
|
|
23
|
+
'@digigov/form/inputs/Label': {};
|
|
24
|
+
'@digigov/form/inputs/Radio': {};
|
|
25
|
+
'@digigov/form/inputs/Select': {};
|
|
26
|
+
'@digigov/form/internal': {};
|
|
27
|
+
'@digigov/form/MultiplicityField/add-objects': {};
|
|
28
|
+
'@digigov/form/MultiplicityField': {};
|
|
29
|
+
'@digigov/form/Questions/getNextStep': {};
|
|
30
|
+
'@digigov/form/Questions': {};
|
|
31
|
+
'@digigov/form/Questions/Questions': {};
|
|
32
|
+
'@digigov/form/Questions/QuestionsContext': {};
|
|
33
|
+
'@digigov/form/Questions/Step/getAddMoreFields': {};
|
|
34
|
+
'@digigov/form/Questions/Step': {};
|
|
35
|
+
'@digigov/form/Questions/Step/ReviewStep': {};
|
|
36
|
+
'@digigov/form/Questions/Step/Step': {};
|
|
37
|
+
'@digigov/form/Questions/Step/StepArrayReview': {};
|
|
38
|
+
'@digigov/form/Questions/Step/StepContext': {};
|
|
39
|
+
'@digigov/form/Questions/Step/StepDescription': {};
|
|
40
|
+
'@digigov/form/Questions/Step/StepForm': {};
|
|
41
|
+
'@digigov/form/Questions/Step/StepQuote': {};
|
|
42
|
+
'@digigov/form/Questions/Step/StepTitle': {};
|
|
43
|
+
'@digigov/form/Questions/Step/types': {};
|
|
44
|
+
'@digigov/form/Questions/types': {};
|
|
45
|
+
'@digigov/form/types': {};
|
|
46
|
+
'@digigov/form/utils': {};
|
|
47
|
+
'@digigov/form/validators': {};
|
|
48
|
+
'@digigov/form/validators/types': {};
|
|
49
|
+
'@digigov/form/validators/utils/afm': {};
|
|
50
|
+
'@digigov/form/validators/utils/file': {};
|
|
51
|
+
'@digigov/form/validators/utils/iban': {};
|
|
52
|
+
'@digigov/form/validators/utils': {};
|
|
53
|
+
'@digigov/form/validators/utils/int': {};
|
|
54
|
+
'@digigov/form/validators/utils/number': {};
|
|
55
|
+
'@digigov/form/validators/utils/phone': {};
|
|
56
|
+
'@digigov/form/validators/utils/postal_code': {};
|
|
57
|
+
'@digigov/form/validators/utils/uuid4': {};
|
|
58
|
+
};
|
|
59
|
+
export default _default;
|
package/registry.js
ADDED
|
@@ -0,0 +1,198 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _typeof = require("@babel/runtime/helpers/typeof");
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports["default"] = void 0;
|
|
9
|
+
|
|
10
|
+
var _digigov_form_Field_FieldBase = _interopRequireWildcard(require("@digigov/form/Field/FieldBase"));
|
|
11
|
+
|
|
12
|
+
var _digigov_form_Field_FieldConditional = _interopRequireWildcard(require("@digigov/form/Field/FieldConditional"));
|
|
13
|
+
|
|
14
|
+
var _digigov_form_Field_FieldContainer = _interopRequireWildcard(require("@digigov/form/Field/FieldContainer"));
|
|
15
|
+
|
|
16
|
+
var _digigov_form_Field = _interopRequireWildcard(require("@digigov/form/Field"));
|
|
17
|
+
|
|
18
|
+
var _digigov_form_Field_types = _interopRequireWildcard(require("@digigov/form/Field/types"));
|
|
19
|
+
|
|
20
|
+
var _digigov_form_Field_utils = _interopRequireWildcard(require("@digigov/form/Field/utils"));
|
|
21
|
+
|
|
22
|
+
var _digigov_form_FieldArray = _interopRequireWildcard(require("@digigov/form/FieldArray"));
|
|
23
|
+
|
|
24
|
+
var _digigov_form_FieldObject = _interopRequireWildcard(require("@digigov/form/FieldObject"));
|
|
25
|
+
|
|
26
|
+
var _digigov_form_Fieldset_FieldsetWithContext = _interopRequireWildcard(require("@digigov/form/Fieldset/FieldsetWithContext"));
|
|
27
|
+
|
|
28
|
+
var _digigov_form_Fieldset = _interopRequireWildcard(require("@digigov/form/Fieldset"));
|
|
29
|
+
|
|
30
|
+
var _digigov_form_Fieldset_types = _interopRequireWildcard(require("@digigov/form/Fieldset/types"));
|
|
31
|
+
|
|
32
|
+
var _digigov_form_FormBuilder_FormBuilder = _interopRequireWildcard(require("@digigov/form/FormBuilder/FormBuilder"));
|
|
33
|
+
|
|
34
|
+
var _digigov_form_FormBuilder = _interopRequireWildcard(require("@digigov/form/FormBuilder"));
|
|
35
|
+
|
|
36
|
+
var _digigov_form_FormContext = _interopRequireWildcard(require("@digigov/form/FormContext"));
|
|
37
|
+
|
|
38
|
+
var _digigov_form = _interopRequireWildcard(require("@digigov/form"));
|
|
39
|
+
|
|
40
|
+
var _digigov_form_inputs_AutoComplete = _interopRequireWildcard(require("@digigov/form/inputs/AutoComplete"));
|
|
41
|
+
|
|
42
|
+
var _digigov_form_inputs_Checkboxes = _interopRequireWildcard(require("@digigov/form/inputs/Checkboxes"));
|
|
43
|
+
|
|
44
|
+
var _digigov_form_inputs_DateInput = _interopRequireWildcard(require("@digigov/form/inputs/DateInput"));
|
|
45
|
+
|
|
46
|
+
var _digigov_form_inputs_FileInput = _interopRequireWildcard(require("@digigov/form/inputs/FileInput"));
|
|
47
|
+
|
|
48
|
+
var _digigov_form_inputs = _interopRequireWildcard(require("@digigov/form/inputs"));
|
|
49
|
+
|
|
50
|
+
var _digigov_form_inputs_Input = _interopRequireWildcard(require("@digigov/form/inputs/Input"));
|
|
51
|
+
|
|
52
|
+
var _digigov_form_inputs_Label = _interopRequireWildcard(require("@digigov/form/inputs/Label"));
|
|
53
|
+
|
|
54
|
+
var _digigov_form_inputs_Radio = _interopRequireWildcard(require("@digigov/form/inputs/Radio"));
|
|
55
|
+
|
|
56
|
+
var _digigov_form_inputs_Select = _interopRequireWildcard(require("@digigov/form/inputs/Select"));
|
|
57
|
+
|
|
58
|
+
var _digigov_form_internal = _interopRequireWildcard(require("@digigov/form/internal"));
|
|
59
|
+
|
|
60
|
+
var _digigov_form_MultiplicityField_add_objects = _interopRequireWildcard(require("@digigov/form/MultiplicityField/add-objects"));
|
|
61
|
+
|
|
62
|
+
var _digigov_form_MultiplicityField = _interopRequireWildcard(require("@digigov/form/MultiplicityField"));
|
|
63
|
+
|
|
64
|
+
var _digigov_form_Questions_getNextStep = _interopRequireWildcard(require("@digigov/form/Questions/getNextStep"));
|
|
65
|
+
|
|
66
|
+
var _digigov_form_Questions = _interopRequireWildcard(require("@digigov/form/Questions"));
|
|
67
|
+
|
|
68
|
+
var _digigov_form_Questions_Questions = _interopRequireWildcard(require("@digigov/form/Questions/Questions"));
|
|
69
|
+
|
|
70
|
+
var _digigov_form_Questions_QuestionsContext = _interopRequireWildcard(require("@digigov/form/Questions/QuestionsContext"));
|
|
71
|
+
|
|
72
|
+
var _digigov_form_Questions_Step_getAddMoreFields = _interopRequireWildcard(require("@digigov/form/Questions/Step/getAddMoreFields"));
|
|
73
|
+
|
|
74
|
+
var _digigov_form_Questions_Step = _interopRequireWildcard(require("@digigov/form/Questions/Step"));
|
|
75
|
+
|
|
76
|
+
var _digigov_form_Questions_Step_ReviewStep = _interopRequireWildcard(require("@digigov/form/Questions/Step/ReviewStep"));
|
|
77
|
+
|
|
78
|
+
var _digigov_form_Questions_Step_Step = _interopRequireWildcard(require("@digigov/form/Questions/Step/Step"));
|
|
79
|
+
|
|
80
|
+
var _digigov_form_Questions_Step_StepArrayReview = _interopRequireWildcard(require("@digigov/form/Questions/Step/StepArrayReview"));
|
|
81
|
+
|
|
82
|
+
var _digigov_form_Questions_Step_StepContext = _interopRequireWildcard(require("@digigov/form/Questions/Step/StepContext"));
|
|
83
|
+
|
|
84
|
+
var _digigov_form_Questions_Step_StepDescription = _interopRequireWildcard(require("@digigov/form/Questions/Step/StepDescription"));
|
|
85
|
+
|
|
86
|
+
var _digigov_form_Questions_Step_StepForm = _interopRequireWildcard(require("@digigov/form/Questions/Step/StepForm"));
|
|
87
|
+
|
|
88
|
+
var _digigov_form_Questions_Step_StepQuote = _interopRequireWildcard(require("@digigov/form/Questions/Step/StepQuote"));
|
|
89
|
+
|
|
90
|
+
var _digigov_form_Questions_Step_StepTitle = _interopRequireWildcard(require("@digigov/form/Questions/Step/StepTitle"));
|
|
91
|
+
|
|
92
|
+
var _digigov_form_Questions_Step_types = _interopRequireWildcard(require("@digigov/form/Questions/Step/types"));
|
|
93
|
+
|
|
94
|
+
var _digigov_form_Questions_types = _interopRequireWildcard(require("@digigov/form/Questions/types"));
|
|
95
|
+
|
|
96
|
+
var _digigov_form_types = _interopRequireWildcard(require("@digigov/form/types"));
|
|
97
|
+
|
|
98
|
+
var _digigov_form_utils = _interopRequireWildcard(require("@digigov/form/utils"));
|
|
99
|
+
|
|
100
|
+
var _digigov_form_validators = _interopRequireWildcard(require("@digigov/form/validators"));
|
|
101
|
+
|
|
102
|
+
var _digigov_form_validators_types = _interopRequireWildcard(require("@digigov/form/validators/types"));
|
|
103
|
+
|
|
104
|
+
var _digigov_form_validators_utils_afm = _interopRequireWildcard(require("@digigov/form/validators/utils/afm"));
|
|
105
|
+
|
|
106
|
+
var _digigov_form_validators_utils_file = _interopRequireWildcard(require("@digigov/form/validators/utils/file"));
|
|
107
|
+
|
|
108
|
+
var _digigov_form_validators_utils_iban = _interopRequireWildcard(require("@digigov/form/validators/utils/iban"));
|
|
109
|
+
|
|
110
|
+
var _digigov_form_validators_utils = _interopRequireWildcard(require("@digigov/form/validators/utils"));
|
|
111
|
+
|
|
112
|
+
var _digigov_form_validators_utils_int = _interopRequireWildcard(require("@digigov/form/validators/utils/int"));
|
|
113
|
+
|
|
114
|
+
var _digigov_form_validators_utils_number = _interopRequireWildcard(require("@digigov/form/validators/utils/number"));
|
|
115
|
+
|
|
116
|
+
var _digigov_form_validators_utils_phone = _interopRequireWildcard(require("@digigov/form/validators/utils/phone"));
|
|
117
|
+
|
|
118
|
+
var _digigov_form_validators_utils_postal_code = _interopRequireWildcard(require("@digigov/form/validators/utils/postal_code"));
|
|
119
|
+
|
|
120
|
+
var _digigov_form_validators_utils_uuid4 = _interopRequireWildcard(require("@digigov/form/validators/utils/uuid4"));
|
|
121
|
+
|
|
122
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
123
|
+
|
|
124
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
125
|
+
|
|
126
|
+
function lazyImport(pkgImport) {
|
|
127
|
+
return new Proxy({}, {
|
|
128
|
+
get: function get(_target, name) {
|
|
129
|
+
if (name === '__esModule' || name === 'default') {
|
|
130
|
+
return pkgImport["default"];
|
|
131
|
+
} else if (name === '*') {
|
|
132
|
+
return pkgImport;
|
|
133
|
+
} else {
|
|
134
|
+
return pkgImport[name];
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
});
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
var _default = {
|
|
141
|
+
'@digigov/form/Field/FieldBase': lazyImport(_digigov_form_Field_FieldBase),
|
|
142
|
+
'@digigov/form/Field/FieldConditional': lazyImport(_digigov_form_Field_FieldConditional),
|
|
143
|
+
'@digigov/form/Field/FieldContainer': lazyImport(_digigov_form_Field_FieldContainer),
|
|
144
|
+
'@digigov/form/Field': lazyImport(_digigov_form_Field),
|
|
145
|
+
'@digigov/form/Field/types': lazyImport(_digigov_form_Field_types),
|
|
146
|
+
'@digigov/form/Field/utils': lazyImport(_digigov_form_Field_utils),
|
|
147
|
+
'@digigov/form/FieldArray': lazyImport(_digigov_form_FieldArray),
|
|
148
|
+
'@digigov/form/FieldObject': lazyImport(_digigov_form_FieldObject),
|
|
149
|
+
'@digigov/form/Fieldset/FieldsetWithContext': lazyImport(_digigov_form_Fieldset_FieldsetWithContext),
|
|
150
|
+
'@digigov/form/Fieldset': lazyImport(_digigov_form_Fieldset),
|
|
151
|
+
'@digigov/form/Fieldset/types': lazyImport(_digigov_form_Fieldset_types),
|
|
152
|
+
'@digigov/form/FormBuilder/FormBuilder': lazyImport(_digigov_form_FormBuilder_FormBuilder),
|
|
153
|
+
'@digigov/form/FormBuilder': lazyImport(_digigov_form_FormBuilder),
|
|
154
|
+
'@digigov/form/FormContext': lazyImport(_digigov_form_FormContext),
|
|
155
|
+
'@digigov/form': lazyImport(_digigov_form),
|
|
156
|
+
'@digigov/form/inputs/AutoComplete': lazyImport(_digigov_form_inputs_AutoComplete),
|
|
157
|
+
'@digigov/form/inputs/Checkboxes': lazyImport(_digigov_form_inputs_Checkboxes),
|
|
158
|
+
'@digigov/form/inputs/DateInput': lazyImport(_digigov_form_inputs_DateInput),
|
|
159
|
+
'@digigov/form/inputs/FileInput': lazyImport(_digigov_form_inputs_FileInput),
|
|
160
|
+
'@digigov/form/inputs': lazyImport(_digigov_form_inputs),
|
|
161
|
+
'@digigov/form/inputs/Input': lazyImport(_digigov_form_inputs_Input),
|
|
162
|
+
'@digigov/form/inputs/Label': lazyImport(_digigov_form_inputs_Label),
|
|
163
|
+
'@digigov/form/inputs/Radio': lazyImport(_digigov_form_inputs_Radio),
|
|
164
|
+
'@digigov/form/inputs/Select': lazyImport(_digigov_form_inputs_Select),
|
|
165
|
+
'@digigov/form/internal': lazyImport(_digigov_form_internal),
|
|
166
|
+
'@digigov/form/MultiplicityField/add-objects': lazyImport(_digigov_form_MultiplicityField_add_objects),
|
|
167
|
+
'@digigov/form/MultiplicityField': lazyImport(_digigov_form_MultiplicityField),
|
|
168
|
+
'@digigov/form/Questions/getNextStep': lazyImport(_digigov_form_Questions_getNextStep),
|
|
169
|
+
'@digigov/form/Questions': lazyImport(_digigov_form_Questions),
|
|
170
|
+
'@digigov/form/Questions/Questions': lazyImport(_digigov_form_Questions_Questions),
|
|
171
|
+
'@digigov/form/Questions/QuestionsContext': lazyImport(_digigov_form_Questions_QuestionsContext),
|
|
172
|
+
'@digigov/form/Questions/Step/getAddMoreFields': lazyImport(_digigov_form_Questions_Step_getAddMoreFields),
|
|
173
|
+
'@digigov/form/Questions/Step': lazyImport(_digigov_form_Questions_Step),
|
|
174
|
+
'@digigov/form/Questions/Step/ReviewStep': lazyImport(_digigov_form_Questions_Step_ReviewStep),
|
|
175
|
+
'@digigov/form/Questions/Step/Step': lazyImport(_digigov_form_Questions_Step_Step),
|
|
176
|
+
'@digigov/form/Questions/Step/StepArrayReview': lazyImport(_digigov_form_Questions_Step_StepArrayReview),
|
|
177
|
+
'@digigov/form/Questions/Step/StepContext': lazyImport(_digigov_form_Questions_Step_StepContext),
|
|
178
|
+
'@digigov/form/Questions/Step/StepDescription': lazyImport(_digigov_form_Questions_Step_StepDescription),
|
|
179
|
+
'@digigov/form/Questions/Step/StepForm': lazyImport(_digigov_form_Questions_Step_StepForm),
|
|
180
|
+
'@digigov/form/Questions/Step/StepQuote': lazyImport(_digigov_form_Questions_Step_StepQuote),
|
|
181
|
+
'@digigov/form/Questions/Step/StepTitle': lazyImport(_digigov_form_Questions_Step_StepTitle),
|
|
182
|
+
'@digigov/form/Questions/Step/types': lazyImport(_digigov_form_Questions_Step_types),
|
|
183
|
+
'@digigov/form/Questions/types': lazyImport(_digigov_form_Questions_types),
|
|
184
|
+
'@digigov/form/types': lazyImport(_digigov_form_types),
|
|
185
|
+
'@digigov/form/utils': lazyImport(_digigov_form_utils),
|
|
186
|
+
'@digigov/form/validators': lazyImport(_digigov_form_validators),
|
|
187
|
+
'@digigov/form/validators/types': lazyImport(_digigov_form_validators_types),
|
|
188
|
+
'@digigov/form/validators/utils/afm': lazyImport(_digigov_form_validators_utils_afm),
|
|
189
|
+
'@digigov/form/validators/utils/file': lazyImport(_digigov_form_validators_utils_file),
|
|
190
|
+
'@digigov/form/validators/utils/iban': lazyImport(_digigov_form_validators_utils_iban),
|
|
191
|
+
'@digigov/form/validators/utils': lazyImport(_digigov_form_validators_utils),
|
|
192
|
+
'@digigov/form/validators/utils/int': lazyImport(_digigov_form_validators_utils_int),
|
|
193
|
+
'@digigov/form/validators/utils/number': lazyImport(_digigov_form_validators_utils_number),
|
|
194
|
+
'@digigov/form/validators/utils/phone': lazyImport(_digigov_form_validators_utils_phone),
|
|
195
|
+
'@digigov/form/validators/utils/postal_code': lazyImport(_digigov_form_validators_utils_postal_code),
|
|
196
|
+
'@digigov/form/validators/utils/uuid4': lazyImport(_digigov_form_validators_utils_uuid4)
|
|
197
|
+
};
|
|
198
|
+
exports["default"] = _default;
|
|
@@ -17,7 +17,7 @@ export interface FieldCondition {
|
|
|
17
17
|
}
|
|
18
18
|
export interface FieldSpec {
|
|
19
19
|
key: string;
|
|
20
|
-
type?: 'int' | 'string' | 'boolean' | 'choice:multiple' | 'choice:single' | 'mobile_phone' | 'afm' | 'iban' | 'file' | 'postal_code' | 'phone_number' | 'array' | 'object';
|
|
20
|
+
type?: 'int' | 'string' | 'boolean' | 'choice:multiple' | 'choice:single' | 'mobile_phone' | 'date' | 'afm' | 'iban' | 'file' | 'postal_code' | 'phone_number' | 'array' | 'object';
|
|
21
21
|
component?: any;
|
|
22
22
|
condition?: Record<string, FieldCondition>;
|
|
23
23
|
controlled?: boolean;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { CaptionProps } from '@digigov/ui/typography/Caption';
|
|
3
|
-
import { TitleProps } from '@digigov/ui/typography/Title';
|
|
4
|
-
export declare const PageTitle: React.FC<{}>;
|
|
5
|
-
export default PageTitle;
|
|
6
|
-
export declare const PageTitleSection: React.FC<{}>;
|
|
7
|
-
export declare const PageTitleCaption: React.FC<CaptionProps>;
|
|
8
|
-
export interface PageTitleHeadingProps extends TitleProps {
|
|
9
|
-
}
|
|
10
|
-
export declare const PageTitleHeading: React.FC<TitleProps>;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export interface I18NContextProps {
|
|
3
|
-
Trans?: any;
|
|
4
|
-
t: (str: string, context?: any) => string;
|
|
5
|
-
children?: React.ReactNode;
|
|
6
|
-
i18n?: any;
|
|
7
|
-
}
|
|
8
|
-
export declare const defaultTranslate: (key: string, context?: Record<string, any> | undefined) => string;
|
|
9
|
-
export declare const I18NContext: React.Context<I18NContextProps>;
|
|
10
|
-
export declare const I18NProvider: React.FC<I18NContextProps>;
|
|
11
|
-
export declare const useTranslation: () => I18NContextProps;
|
|
12
|
-
export default I18NProvider;
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import Accordion from '@digigov/react-core/Accordion';
|
|
3
|
-
import AccordionSection from '@digigov/react-core/AccordionSection';
|
|
4
|
-
import AccordionSectionContent from '@digigov/react-core/AccordionSectionContent';
|
|
5
|
-
import AccordionSectionSummaryHeading from '@digigov/react-core/AccordionSectionSummaryHeading';
|
|
6
|
-
import AccordionSectionSummary from '@digigov/react-core/AccordionSectionSummary';
|
|
7
|
-
import AccordionControls from '@digigov/react-core/AccordionControls';
|
|
8
|
-
import { UseTogglableSectionsReturn } from '@digigov/ui/hooks/useTogglableSections';
|
|
9
|
-
export declare const AccordionSectionHeader: React.ForwardRefExoticComponent<Pick<import("@digigov/react-core/AccordionSectionHeader").AccordionSectionHeaderProps, "slot" | "style" | "title" | "as" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "printHidden"> & React.RefAttributes<HTMLElement>>;
|
|
10
|
-
export declare const AccordionItemDetails: React.ForwardRefExoticComponent<Pick<import("@digigov/react-core/AccordionSectionContent").AccordionSectionContentProps, "slot" | "style" | "title" | "as" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "printHidden"> & React.RefAttributes<HTMLDivElement>>;
|
|
11
|
-
export declare const AccordionItemSummary: ({ children, ...props }: {
|
|
12
|
-
[x: string]: any;
|
|
13
|
-
children: any;
|
|
14
|
-
}) => JSX.Element;
|
|
15
|
-
export declare const AccordionItem: React.MemoExoticComponent<React.ForwardRefExoticComponent<Pick<import("@digigov/react-core/AccordionSection").AccordionSectionProps, "slot" | "style" | "title" | "as" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "open" | "onToggle" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "printHidden"> & React.RefAttributes<HTMLDetailsElement>>>;
|
|
16
|
-
export interface UseAccordionProps {
|
|
17
|
-
singleOpen?: boolean;
|
|
18
|
-
}
|
|
19
|
-
export interface UseAccordionReturn extends UseTogglableSectionsReturn {
|
|
20
|
-
}
|
|
21
|
-
declare const useAccordion: (props: UseAccordionProps) => UseAccordionReturn;
|
|
22
|
-
export { Accordion, AccordionControls, AccordionSection, AccordionSectionContent, AccordionSectionSummary, AccordionSectionSummaryHeading, useAccordion, };
|
|
23
|
-
export default Accordion;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export declare const Blockquote: import("react").ForwardRefExoticComponent<Pick<import("@digigov/react-core/Blockquote").BlockquoteProps, "cite" | "slot" | "style" | "title" | "as" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "printHidden"> & import("react").RefAttributes<HTMLElement>>;
|
|
3
|
-
export default Blockquote;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export declare const BackButton: import("react").ForwardRefExoticComponent<Pick<import("@digigov/react-core/BackLink").BackLinkProps, "slot" | "style" | "title" | "as" | "className" | "color" | "id" | "lang" | "media" | "target" | "type" | "role" | "tabIndex" | "href" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "download" | "hrefLang" | "ping" | "rel" | "referrerPolicy" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "printHidden"> & import("react").RefAttributes<HTMLAnchorElement>>;
|
|
3
|
-
export default BackButton;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { ButtonLinkProps as CoreButtonLinkProps } from '@digigov/react-core/ButtonLink';
|
|
3
|
-
export declare type ButtonLinkProps = CoreButtonLinkProps;
|
|
4
|
-
export declare const ButtonLink: import("react").ForwardRefExoticComponent<Pick<CoreButtonLinkProps, "slot" | "style" | "title" | "as" | "className" | "color" | "id" | "lang" | "media" | "target" | "type" | "role" | "tabIndex" | "href" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "download" | "hrefLang" | "ping" | "rel" | "referrerPolicy" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "printHidden"> & import("react").RefAttributes<HTMLAnchorElement>>;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { CallToActionProps as CoreCallToActionProps } from '@digigov/react-core/CallToAction';
|
|
3
|
-
export interface CallToActionProps extends CoreCallToActionProps {
|
|
4
|
-
label?: string;
|
|
5
|
-
}
|
|
6
|
-
export declare const CallToAction: React.FC<CallToActionProps>;
|
|
7
|
-
export default CallToAction;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { ButtonProps as CoreButtonProps } from '@digigov/react-core/Button';
|
|
3
|
-
export declare type ButtonProps = CoreButtonProps;
|
|
4
|
-
export declare const Button: React.ForwardRefExoticComponent<Pick<CoreButtonProps, "form" | "slot" | "style" | "title" | "as" | "className" | "color" | "id" | "lang" | "name" | "type" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "autoFocus" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "value" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "printHidden" | "variant"> & React.RefAttributes<HTMLButtonElement>>;
|
|
5
|
-
export default Button;
|
|
6
|
-
export interface ContinueButtonProps extends ButtonProps {
|
|
7
|
-
label?: string;
|
|
8
|
-
ref?: React.Ref<HTMLButtonElement>;
|
|
9
|
-
}
|
|
10
|
-
export declare const ContinueButton: React.FC<ContinueButtonProps>;
|
|
11
|
-
export * from '@digigov/ui/core/Button/BackButton';
|
|
12
|
-
export * from '@digigov/ui/core/Button/CallToAction';
|
|
13
|
-
export * from '@digigov/ui/core/Button/ButtonLink';
|
|
14
|
-
export * from '@digigov/ui/core/Button/Icon';
|
|
15
|
-
export * from '@digigov/react-core/ButtonGroup';
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { SectionBreakProps as CoreSectionBreakProps } from '@digigov/react-core/SectionBreak';
|
|
3
|
-
export declare type SectionBreakProps = CoreSectionBreakProps;
|
|
4
|
-
export declare const SectionBreak: import("react").ForwardRefExoticComponent<Pick<CoreSectionBreakProps, "slot" | "style" | "title" | "as" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "size" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "printHidden" | "visible"> & import("react").RefAttributes<HTMLHRElement>>;
|
|
5
|
-
export default SectionBreak;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@digigov/react-core/Hidden';
|