@hmlr/govuk-react-components-library 1.0.1
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/.nvmrc +1 -0
- package/.stylelintrc.json +8 -0
- package/LICENCE +21 -0
- package/README.md +636 -0
- package/assets/Advance-submodule-behaviours.png +0 -0
- package/assets/logo.png +0 -0
- package/assets/uml-diagram.svg +2541 -0
- package/bundle-analysis-main.html +4951 -0
- package/bundle-analysis-pdfvc.html +4949 -0
- package/dist/PDFViewerCanvas.cjs.css +86 -0
- package/dist/PDFViewerCanvas.cjs.js +243 -0
- package/dist/PDFViewerCanvas.cjs.js.map +1 -0
- package/dist/PDFViewerCanvas.d.ts +19 -0
- package/dist/PDFViewerCanvas.esm.css +86 -0
- package/dist/PDFViewerCanvas.esm.js +241 -0
- package/dist/PDFViewerCanvas.esm.js.map +1 -0
- package/dist/index.cjs.css +11962 -0
- package/dist/index.cjs.js +1362 -0
- package/dist/index.cjs.js.map +1 -0
- package/dist/index.d.ts +743 -0
- package/dist/index.esm.css +11962 -0
- package/dist/index.esm.js +1284 -0
- package/dist/index.esm.js.map +1 -0
- package/dist/types/JestSetup.d.ts +1 -0
- package/dist/types/PDFViewerCanvas.d.ts +1 -0
- package/dist/types/components/Accordion/Accordion.config.d.ts +5 -0
- package/dist/types/components/Accordion/Accordion.d.ts +4 -0
- package/dist/types/components/Accordion/Accordion.types.d.ts +20 -0
- package/dist/types/components/Accordion/index.d.ts +2 -0
- package/dist/types/components/ActionLink/ActionLink.d.ts +4 -0
- package/dist/types/components/ActionLink/ActionLink.types.d.ts +13 -0
- package/dist/types/components/ActionLink/index.d.ts +1 -0
- package/dist/types/components/BackLink/BackLink.d.ts +4 -0
- package/dist/types/components/BackLink/BackLink.types.d.ts +9 -0
- package/dist/types/components/BackLink/index.d.ts +1 -0
- package/dist/types/components/Boolean/Boolean.d.ts +4 -0
- package/dist/types/components/Boolean/Boolean.types.d.ts +39 -0
- package/dist/types/components/Boolean/OmitKey.d.ts +5 -0
- package/dist/types/components/Boolean/index.d.ts +1 -0
- package/dist/types/components/Breadcrumbs/Breadcrumbs.d.ts +4 -0
- package/dist/types/components/Breadcrumbs/Breadcrumbs.types.d.ts +13 -0
- package/dist/types/components/Breadcrumbs/index.d.ts +1 -0
- package/dist/types/components/Button/Button.config.d.ts +2 -0
- package/dist/types/components/Button/Button.d.ts +4 -0
- package/dist/types/components/Button/Button.types.d.ts +13 -0
- package/dist/types/components/Button/index.d.ts +2 -0
- package/dist/types/components/CardColumn/CardColumn.d.ts +5 -0
- package/dist/types/components/CardColumn/CardColumn.types.d.ts +5 -0
- package/dist/types/components/CardColumn/index.d.ts +1 -0
- package/dist/types/components/CardLayout/CardLayout.d.ts +4 -0
- package/dist/types/components/CardLayout/CardLayout.types.d.ts +5 -0
- package/dist/types/components/CardLayout/index.d.ts +1 -0
- package/dist/types/components/CharacterCount/CharacterCount.config.d.ts +2 -0
- package/dist/types/components/CharacterCount/CharacterCount.d.ts +4 -0
- package/dist/types/components/CharacterCount/CharacterCount.types.d.ts +12 -0
- package/dist/types/components/CharacterCount/index.d.ts +1 -0
- package/dist/types/components/Checkboxes/Checkboxes.config.d.ts +1 -0
- package/dist/types/components/Checkboxes/Checkboxes.d.ts +4 -0
- package/dist/types/components/Checkboxes/Checkboxes.types.d.ts +3 -0
- package/dist/types/components/Checkboxes/index.d.ts +2 -0
- package/dist/types/components/CookieBanner/CookieBanner.d.ts +4 -0
- package/dist/types/components/CookieBanner/CookieBanner.types.d.ts +21 -0
- package/dist/types/components/CookieBanner/index.d.ts +1 -0
- package/dist/types/components/DataNavigation/DataNavigation.d.ts +4 -0
- package/dist/types/components/DataNavigation/DataNavigation.types.d.ts +9 -0
- package/dist/types/components/DataNavigation/index.d.ts +1 -0
- package/dist/types/components/DateInput/DateInput.d.ts +4 -0
- package/dist/types/components/DateInput/DateInput.types.d.ts +29 -0
- package/dist/types/components/DateInput/index.d.ts +1 -0
- package/dist/types/components/Details/Details.d.ts +4 -0
- package/dist/types/components/Details/Details.types.d.ts +5 -0
- package/dist/types/components/Details/index.d.ts +1 -0
- package/dist/types/components/DifferenceNavigation/DifferenceNavigation.d.ts +4 -0
- package/dist/types/components/DifferenceNavigation/DifferenceNavigation.types.d.ts +7 -0
- package/dist/types/components/DifferenceNavigation/index.d.ts +1 -0
- package/dist/types/components/ErrorBoundary/ErrorBoundary.d.ts +9 -0
- package/dist/types/components/ErrorBoundary/ErrorBoundary.types.d.ts +11 -0
- package/dist/types/components/ErrorBoundary/index.d.ts +1 -0
- package/dist/types/components/ErrorMessage/ErrorMessage.d.ts +4 -0
- package/dist/types/components/ErrorMessage/ErrorMessage.types.d.ts +6 -0
- package/dist/types/components/ErrorMessage/index.d.ts +1 -0
- package/dist/types/components/ErrorSummary/ErrorSummary.config.d.ts +2 -0
- package/dist/types/components/ErrorSummary/ErrorSummary.d.ts +4 -0
- package/dist/types/components/ErrorSummary/ErrorSummary.types.d.ts +13 -0
- package/dist/types/components/ErrorSummary/index.d.ts +2 -0
- package/dist/types/components/Fieldset/Fieldset.d.ts +4 -0
- package/dist/types/components/Fieldset/Fieldset.types.d.ts +12 -0
- package/dist/types/components/Fieldset/index.d.ts +1 -0
- package/dist/types/components/FileUpload/FileUpload.d.ts +4 -0
- package/dist/types/components/FileUpload/FileUpload.types.d.ts +15 -0
- package/dist/types/components/FileUpload/index.d.ts +1 -0
- package/dist/types/components/Footer/Footer.d.ts +4 -0
- package/dist/types/components/Footer/Footer.types.d.ts +33 -0
- package/dist/types/components/Footer/index.d.ts +1 -0
- package/dist/types/components/Header/Header.config.d.ts +1 -0
- package/dist/types/components/Header/Header.d.ts +4 -0
- package/dist/types/components/Header/Header.types.d.ts +28 -0
- package/dist/types/components/Header/index.d.ts +2 -0
- package/dist/types/components/Hint/Hint.d.ts +4 -0
- package/dist/types/components/Hint/Hint.types.d.ts +4 -0
- package/dist/types/components/Hint/index.d.ts +1 -0
- package/dist/types/components/Input/Input.d.ts +4 -0
- package/dist/types/components/Input/Input.types.d.ts +22 -0
- package/dist/types/components/Input/index.d.ts +1 -0
- package/dist/types/components/InsetText/InsetText.d.ts +4 -0
- package/dist/types/components/InsetText/InsetText.types.d.ts +4 -0
- package/dist/types/components/InsetText/index.d.ts +1 -0
- package/dist/types/components/Label/Label.d.ts +4 -0
- package/dist/types/components/Label/Label.types.d.ts +6 -0
- package/dist/types/components/Label/index.d.ts +1 -0
- package/dist/types/components/Landing/Landing.d.ts +4 -0
- package/dist/types/components/Landing/Landing.types.d.ts +4 -0
- package/dist/types/components/Landing/index.d.ts +1 -0
- package/dist/types/components/LinkWithRef/LinkWithRef.d.ts +4 -0
- package/dist/types/components/LinkWithRef/LinkWithRef.types.d.ts +9 -0
- package/dist/types/components/LinkWithRef/index.d.ts +1 -0
- package/dist/types/components/Loading/Loading.d.ts +5 -0
- package/dist/types/components/Loading/Loading.types.d.ts +4 -0
- package/dist/types/components/Loading/index.d.ts +1 -0
- package/dist/types/components/Main/Main.d.ts +4 -0
- package/dist/types/components/Main/Main.types.d.ts +5 -0
- package/dist/types/components/Main/index.d.ts +1 -0
- package/dist/types/components/NotFoundPage/NotFoundPage.d.ts +3 -0
- package/dist/types/components/NotFoundPage/index.d.ts +1 -0
- package/dist/types/components/NotificationBanner/NotificationBanner.config.d.ts +2 -0
- package/dist/types/components/NotificationBanner/NotificationBanner.d.ts +4 -0
- package/dist/types/components/NotificationBanner/NotificationBanner.types.d.ts +12 -0
- package/dist/types/components/NotificationBanner/index.d.ts +1 -0
- package/dist/types/components/PDFViewer/ObjectToQueryString.d.ts +1 -0
- package/dist/types/components/PDFViewer/PDFViewer.d.ts +4 -0
- package/dist/types/components/PDFViewer/PDFViewer.types.d.ts +25 -0
- package/dist/types/components/PDFViewer/PDFViewerBackend.d.ts +2 -0
- package/dist/types/components/PDFViewer/ResolvePDFSource.d.ts +4 -0
- package/dist/types/components/PDFViewer/Slugify.d.ts +1 -0
- package/dist/types/components/PDFViewer/index.d.ts +2 -0
- package/dist/types/components/PDFViewer/testutilities/SampleBase64.d.ts +44 -0
- package/dist/types/components/PDFViewerCanvas/PDFViewerCanvas.d.ts +9 -0
- package/dist/types/components/PDFViewerCanvas/PDFViewerCanvas.types.d.ts +8 -0
- package/dist/types/components/PDFViewerCanvas/index.d.ts +1 -0
- package/dist/types/components/Pagination/NavigationButton.d.ts +3 -0
- package/dist/types/components/Pagination/Pagination.d.ts +4 -0
- package/dist/types/components/Pagination/Pagination.types.d.ts +22 -0
- package/dist/types/components/Pagination/SvgIcon.d.ts +3 -0
- package/dist/types/components/Pagination/UsePagination.d.ts +9 -0
- package/dist/types/components/Pagination/index.d.ts +1 -0
- package/dist/types/components/Panel/Panel.d.ts +4 -0
- package/dist/types/components/Panel/Panel.types.d.ts +7 -0
- package/dist/types/components/Panel/index.d.ts +1 -0
- package/dist/types/components/PhaseBanner/PhaseBanner.d.ts +4 -0
- package/dist/types/components/PhaseBanner/PhaseBanner.types.d.ts +6 -0
- package/dist/types/components/PhaseBanner/index.d.ts +1 -0
- package/dist/types/components/ProblemWithService/ProblemWithService.d.ts +4 -0
- package/dist/types/components/ProblemWithService/ProblemWithService.types.d.ts +7 -0
- package/dist/types/components/ProblemWithService/index.d.ts +1 -0
- package/dist/types/components/Radios/Radios.config.d.ts +1 -0
- package/dist/types/components/Radios/Radios.d.ts +4 -0
- package/dist/types/components/Radios/Radios.types.d.ts +7 -0
- package/dist/types/components/Radios/index.d.ts +2 -0
- package/dist/types/components/Select/Select.d.ts +4 -0
- package/dist/types/components/Select/Select.types.d.ts +21 -0
- package/dist/types/components/Select/index.d.ts +1 -0
- package/dist/types/components/ServiceNavigation/ServiceNavigation.d.ts +4 -0
- package/dist/types/components/ServiceNavigation/ServiceNavigation.types.d.ts +21 -0
- package/dist/types/components/ServiceNavigation/index.d.ts +1 -0
- package/dist/types/components/SkipLink/SkipLink.config.d.ts +1 -0
- package/dist/types/components/SkipLink/SkipLink.d.ts +4 -0
- package/dist/types/components/SkipLink/SkipLink.types.d.ts +5 -0
- package/dist/types/components/SkipLink/index.d.ts +2 -0
- package/dist/types/components/SummaryList/SummaryList.d.ts +4 -0
- package/dist/types/components/SummaryList/SummaryList.types.d.ts +22 -0
- package/dist/types/components/SummaryList/index.d.ts +1 -0
- package/dist/types/components/Table/Table.d.ts +4 -0
- package/dist/types/components/Table/Table.types.d.ts +21 -0
- package/dist/types/components/Table/index.d.ts +1 -0
- package/dist/types/components/Tabs/Tabs.config.d.ts +1 -0
- package/dist/types/components/Tabs/Tabs.d.ts +4 -0
- package/dist/types/components/Tabs/Tabs.types.d.ts +14 -0
- package/dist/types/components/Tabs/index.d.ts +2 -0
- package/dist/types/components/Tag/Tag.d.ts +4 -0
- package/dist/types/components/Tag/Tag.types.d.ts +4 -0
- package/dist/types/components/Tag/index.d.ts +1 -0
- package/dist/types/components/TaskList/TaskList.d.ts +4 -0
- package/dist/types/components/TaskList/TaskList.types.d.ts +21 -0
- package/dist/types/components/TaskList/index.d.ts +1 -0
- package/dist/types/components/Textarea/Textarea.d.ts +4 -0
- package/dist/types/components/Textarea/Textarea.types.d.ts +14 -0
- package/dist/types/components/Textarea/index.d.ts +1 -0
- package/dist/types/components/WarningInfo/WarningInfo.d.ts +4 -0
- package/dist/types/components/WarningInfo/WarningInfo.types.d.ts +8 -0
- package/dist/types/components/WarningInfo/index.d.ts +1 -0
- package/dist/types/components/WarningText/WarningText.d.ts +4 -0
- package/dist/types/components/WarningText/WarningText.types.d.ts +4 -0
- package/dist/types/components/WarningText/index.d.ts +1 -0
- package/dist/types/components/index.d.ts +49 -0
- package/dist/types/dynamics/index.d.ts +3 -0
- package/dist/types/dynamics/types.d.ts +37 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/utils/ProcessExampleData.d.ts +3 -0
- package/dist/types/utils/StoriesFromFixtures.d.ts +5 -0
- package/dist/types/utils/TitleCase.d.ts +2 -0
- package/dist/types/utils/WithReference.d.ts +5 -0
- package/dist/types/utils/WithReference.types.d.ts +10 -0
- package/package.json +180 -0
|
@@ -0,0 +1,2541 @@
|
|
|
1
|
+
<svg version="1.1" baseProfile="full" width="22422.5" height="726.0" viewBox="0 0 22422.5 726" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:ev="http://www.w3.org/2001/xml-events">
|
|
2
|
+
<desc >#.interface: fill=lightblue
|
|
3
|
+
#.enumeration: fill=lightgreen
|
|
4
|
+
#.type: fill=lightgray
|
|
5
|
+
|
|
6
|
+
[<interface>JsonMap||]
|
|
7
|
+
[<interface>AnnotationsConfig|+parameters?: JsonMap;+args?: JsonMap;+argTypes?: ArgTypes<Args>;+tags?: string\[\]|]
|
|
8
|
+
[<interface>MetaConfig|+title?: string|]
|
|
9
|
+
[<interface>StoryConfig|+name?: string|]
|
|
10
|
+
[<interface>DynamicConfig|+baseCsf: string;+storiesCsf?: string;+stories?: () => StoryConfigs \| Promise<StoryConfigs>|]
|
|
11
|
+
[<interface>ComponentFixture|+name: string;+options?: object;+hidden?: boolean;+description?: string;+previewLayoutModifiers?: unknown\[\];+screenshot?: boolean;+html?: string|]
|
|
12
|
+
[<interface>ComponentFixtureRoot|+component: string;+fixtures: ComponentFixture\[\]|]
|
|
13
|
+
[AnnotationsConfig]<:--[MetaConfig]
|
|
14
|
+
[AnnotationsConfig]<:--[StoryConfig]
|
|
15
|
+
[<interface>WithRefProps|+Component: React.ComponentType<unknown>|]
|
|
16
|
+
[<interface>InfoSectionProps|+refName: string;+Component: React.ComponentType<unknown>;+restProps: Record<string, unknown>|]
|
|
17
|
+
[<interface>AccordionItem|+reactListKey?: string \| number;+expanded?: boolean;+heading: { children: ReactNode; };+summary?: { children: ReactNode; };+content: { children: ReactNode; }|]
|
|
18
|
+
[<interface>AccordionProps|+className?: string;+headingLevel?: ElementType;+id?: string;+items: AccordionItem\[\]|]
|
|
19
|
+
[HTMLAttributes<T>]<:--[AccordionProps]
|
|
20
|
+
[<interface>ActionLinkProps|+children?: ReactNode;+visuallyHiddenText?: string;+className?: string;+href?: string;+to?: To|]
|
|
21
|
+
[<interface>Action|+reactListKey?: string|]
|
|
22
|
+
[<interface>BackLinkProps|+to?: To;+state?: object;+children?: ReactNode;+href?: string;+className?: string|]
|
|
23
|
+
[<interface>BooleanItem|+id?: string;+children?: ReactNode;+hint?: HintProps;+conditional?: { children: ReactNode; };+behaviour?: string;+label?: LabelProps;+reactListKey?: string \| number;+divider?: string;+name?: string;+checked?: boolean;+value?: string;+defaultChecked?: boolean|]
|
|
24
|
+
[<interface>BooleanProps|+className?: string;+errorMessage?: ErrorMessageProps;+fieldset?: FieldsetProps;+formGroup?: { \[key: string\]: unknown; className?: string; };+hint?: HintProps;+idPrefix?: string;+items?: BooleanItem\[\];+controlType: "radios" \| "checkboxes";+name?: string;+onChange?: (event: ChangeEvent<HTMLInputElement>) => void;+onBlur?: (event: FocusEvent<HTMLInputElement, Element>) => void;+aria-describedby?: string|]
|
|
25
|
+
[<interface>BreadcrumbItem|+href?: string;+to?: string;+reactListKey?: string \| number;+children: ReactNode|]
|
|
26
|
+
[<interface>BreadcrumbsProps|+items?: BreadcrumbItem\[\];+className?: string;+collapseOnMobile?: boolean|]
|
|
27
|
+
[HTMLAttributes<T>]<:--[BreadcrumbsProps]
|
|
28
|
+
[<interface>ButtonProps|+element?: string;+href?: string;+to?: To;+isStartButton?: boolean;+disabled?: boolean;+className?: string;+preventDoubleClick?: boolean;+name?: string;+type?: string;+children?: ReactNode|]
|
|
29
|
+
[<interface>CardColumnProps|+link: string;+header: string;+body: string|]
|
|
30
|
+
[<interface>CardLayoutProps|+cardColumns: CardColumnProps\[\];+numberOfGridColumns?: number|]
|
|
31
|
+
[<interface>CharacterCountProps|+id: string;+className?: string;+maxlength?: number;+threshold?: number;+maxwords?: number;+errorMessage?: ErrorMessageProps;+countMessage?: { className?: string; }|]
|
|
32
|
+
[<interface>CheckboxesProps||]
|
|
33
|
+
[<interface>CookieBannerMessageAction|+className?: string;+href?: string;+to?: string;+children?: React.ReactNode;+type?: "button" \| "submit" \| "reset"|]
|
|
34
|
+
[<interface>CookieBannerMessageItem|+headingChildren?: React.ReactNode;+children?: React.ReactNode;+aria-label?: string;+actions?: CookieBannerMessageAction\[\];+className?: string|]
|
|
35
|
+
[<interface>CookieBannerProps|+className?: string;+messages: CookieBannerMessageItem\[\]|]
|
|
36
|
+
[<interface>DataNavigationProps|+dataId: number;+setDataFocus: (id: number) => void;+previousText: string;+previousCondition: boolean;+nextText: string;+nextCondition: boolean;+dataDescription?: string|]
|
|
37
|
+
[<interface>DateInputItem|+name: string;+className?: string;+type?: string;+label?: string;+reactListKey?: string \| number;+id?: string;+pattern?: string;+inputMode?: "search" \| "text" \| "none" \| "tel" \| "url" \| "email" \| "numeric" \| "decimal"|]
|
|
38
|
+
[<interface>DateInputProps|+className?: string;+errorMessage?: ErrorMessageProps;+fieldset?: FieldsetProps;+formGroup?: { \[key: string\]: unknown; className?: string; };+hint?: HintProps;+id?: string;+items?: DateInputItem\[\];+namePrefix?: string;+onChange: (event: ChangeEvent<HTMLInputElement>) => void|]
|
|
39
|
+
[<interface>DetailsProps|+className?: string;+children: ReactNode;+summaryChildren: ReactNode|]
|
|
40
|
+
[<interface>DifferenceNavigationProps|+differenceId: number;+setDifferenceFocus: (id: number) => void;+totalDifferences: number;+keyword?: string;+plural?: string|]
|
|
41
|
+
[ErrorBoundary||+static getDerivedStateFromError(): Partial<ErrorBoundaryState>;+componentDidCatch(): void;+render(): ReactNode]
|
|
42
|
+
[Component<P,S>]<:-[ErrorBoundary]
|
|
43
|
+
[<interface>ErrorBoundaryProps|+children: ReactNode;+message?: string;+applicationName?: string;+basePageName?: string|]
|
|
44
|
+
[<interface>ErrorBoundaryState|+hasError: boolean;+message: string;+applicationName: string|]
|
|
45
|
+
[<interface>ErrorMessageProps|+className?: string;+children?: ReactNode;+visuallyHiddenText?: string|]
|
|
46
|
+
[HTMLAttributes<T>]<:--[ErrorMessageProps]
|
|
47
|
+
[<interface>ErrorSummaryProps|+className?: string;+descriptionChildren?: ReactNode;+errorList?: { \[key: string\]: unknown; reactListKey?: string \| number; children: ReactNode; href?: string; }\[\];+titleChildren?: ReactNode;+disableAutoFocus?: boolean|]
|
|
48
|
+
[HTMLAttributes<T>]<:--[ErrorSummaryProps]
|
|
49
|
+
[<interface>LegendProps|+children: ReactNode;+className?: string;+isPageHeading?: boolean|]
|
|
50
|
+
[<interface>FieldsetProps|+className?: string;+legend?: LegendProps;+children: ReactNode;+aria-describedby?: string|]
|
|
51
|
+
[FieldsetHTMLAttributes<T>]<:--[FieldsetProps]
|
|
52
|
+
[<interface>FileUploadProps|+className?: string;+errorMessage?: ErrorMessageProps;+formGroup?: { \[key: string\]: unknown; className?: string; };+hint?: HintProps;+label?: LabelProps;+aria-describedby?: string;+id?: string|]
|
|
53
|
+
[InputHTMLAttributes<T>]<:--[FileUploadProps]
|
|
54
|
+
[<interface>NavigationItem|+columns: string \| number;+title: string;+items?: { \[key: string\]: unknown; className?: string; children: ReactNode; href?: string; to?: To; reactListKey?: string \| number; }\[\];+width?: string;+reactListKey?: string \| number|]
|
|
55
|
+
[<interface>MetaItem|+className?: string;+children: ReactNode;+reactListKey?: string \| number|]
|
|
56
|
+
[<interface>Meta|+visuallyHiddenTitle?: string;+items?: MetaItem\[\];+children?: ReactNode|]
|
|
57
|
+
[<interface>FooterProps|+className?: string;+containerClassName?: string;+meta?: Meta;+navigation?: NavigationItem\[\]|]
|
|
58
|
+
[HTMLAttributes<T>]<:--[FooterProps]
|
|
59
|
+
[<interface>NavigationItem|+active?: boolean;+className?: string;+children?: ReactNode;+href?: string;+to?: To;+reactListKey?: string \| number|]
|
|
60
|
+
[<interface>HeaderProps|+className?: string;+containerClassName?: string;+homepageUrlHref?: string;+homepageUrlTo?: To;+navigation?: NavigationItem\[\];+navigationClassName?: string;+productName?: ReactNode;+serviceName?: string;+serviceUrlHref?: string;+serviceUrlTo?: To;+navigationLabel?: string;+menuButtonLabel?: string;+logo?: string;+removeGovUKHeader?: unknown;+assetsPath?: string|]
|
|
61
|
+
[HTMLAttributes<T>]<:--[HeaderProps]
|
|
62
|
+
[<interface>HintProps|+className?: string;+children?: ReactNode|]
|
|
63
|
+
[<interface>InputProps|+className?: string;+aria-describedby?: string;+errorMessage?: object;+formGroup?: { \[key: string\]: unknown; className?: string; };+hint?: object;+label?: object;+name?: string;+id?: string;+type: string;+prefix?: { \[key: string\]: unknown; className?: string; };+suffix?: { \[key: string\]: unknown; className?: string; }|]
|
|
64
|
+
[<interface>InsetTextProps|+className?: string;+children: ReactNode|]
|
|
65
|
+
[<interface>LabelProps|+className?: string;+htmlFor?: string;+children?: ReactNode;+isPageHeading?: boolean|]
|
|
66
|
+
[<interface>LandingProps|+to?: To|]
|
|
67
|
+
[<interface>LinkWithRefProps|+children: React.ReactNode;+to?: To;+href?: string;+forwardedRef?: React.Ref<HTMLAnchorElement>|]
|
|
68
|
+
[AnchorHTMLAttributes<T>]<:--[LinkWithRefProps]
|
|
69
|
+
[<interface>LoadingProps|+message?: string;+html?: ReactNode|]
|
|
70
|
+
[<interface>MainProps|+children?: ReactNode;+backLink?: string;+backLinkState?: object|]
|
|
71
|
+
[<interface>NotificationBannerProps|+type: "success" \| "error" \| "info" \| "warning";+titleChildren?: string;+titleHeadingLevel?: ElementType;+children: ReactNode;+className?: string;+titleId?: string;+role?: string;+disableAutoFocus?: boolean|]
|
|
72
|
+
[<interface>PaginationProps|+onPageChange: (page: number) => void;+totalCount: number;+siblingCount?: number;+currentPage: number;+pageSize: number;+className?: string;+previousName?: string;+previousChildren?: ReactNode;+nextName?: string;+nextChildren?: ReactNode|]
|
|
73
|
+
[<interface>SvgIconProps|+type: string|]
|
|
74
|
+
[<interface>NavigationButtonProps|+isDisabled: boolean;+onClick: () => void;+children?: ReactNode;+name: string;+type: "next" \| "previous"|]
|
|
75
|
+
[<interface>UsePaginationProps|+totalCount: number;+pageSize: number;+siblingCount?: number;+currentPage: number|]
|
|
76
|
+
[<interface>PanelProps|+headingLevel?: ElementType;+className?: string;+titleChildren: ReactNode;+children?: ReactNode|]
|
|
77
|
+
[HTMLAttributes<T>]<:--[PanelProps]
|
|
78
|
+
[<interface>PDFJsProps|+iframeId: string;+source: string;+viewerLocation: string;+documentName?: string;+documentNameColour?: string;+element: HTMLElement;+toolbar?: "full" \| "fullHidePrint" \| "minimal" \| "minimalHidePrint"|]
|
|
79
|
+
[<interface>PDFViewerProps|+iframeId: string;+src: string;+viewerLocation: string;+documentName?: string;+documentNameColour?: string;+toolbar?: "full" \| "fullHidePrint" \| "minimal" \| "minimalHidePrint";+backend: (jsProps: PDFJsProps) => void;+additionalBackendAttributes?: Record<string, string \| number \| boolean>|]
|
|
80
|
+
[<interface>SourceDeterminer|+isBase64Source: boolean;+source: string|]
|
|
81
|
+
[<interface>PDFViewerCanvasProps|+src: string;+className?: string;+documentName?: string;+pageNumber?: number;+showNavigation?: boolean|]
|
|
82
|
+
[<interface>PhaseBannerProps|+className?: string;+tag?: TagProps;+children: ReactNode|]
|
|
83
|
+
[<interface>ProblemWithServiceProps|+message?: string;+applicationName?: string;+applicationRoute?: string;+reportingLink?: string;+basePageName?: string|]
|
|
84
|
+
[<interface>RadiosProps|+value?: string;+defaultValue?: string;+items?: BooleanItem\[\]|]
|
|
85
|
+
[<interface>Option|+reactListKey?: string \| number;+children: ReactNode|]
|
|
86
|
+
[<interface>SelectProps|+className?: string;+aria-describedby?: string;+errorMessage?: ErrorMessageProps;+formGroup?: { \[key: string\]: unknown; className?: string; };+hint?: HintProps;+id: string;+items?: Option\[\];+label: LabelProps|]
|
|
87
|
+
[<interface>NavigationItem|+active?: boolean;+className?: string;+children?: ReactNode;+href?: string;+to?: To;+reactListKey?: string \| number|]
|
|
88
|
+
[<interface>ServiceNavigationProps|+className?: string;+containerClassName?: string;+menuButtonLabel?: string;+navigation?: NavigationItem\[\];+navigationClassName?: string;+navigationLabel?: string;+serviceName?: string;+serviceUrlHref?: string;+serviceUrlTo?: To|]
|
|
89
|
+
[<interface>SkipLinkProps|+href: string;+className: string;+children?: ReactNode|]
|
|
90
|
+
[<interface>Row|+reactListKey?: string;+key?: { className?: string; children: ReactNode; };+value?: { className?: string; children: ReactNode; };+actions?: { items: Action\[\]; className?: string; };+className?: string|]
|
|
91
|
+
[<interface>SummaryListProps|+className?: string;+rows?: Row\[\]|]
|
|
92
|
+
[<interface>TableItem|+className?: string;+format?: string;+children: ReactNode;+reactListKey?: string \| number|]
|
|
93
|
+
[<interface>TableRow|+cells: TableItem\[\];+reactListKey?: string \| number|]
|
|
94
|
+
[<interface>TableProps|+caption?: string;+captionClassName?: string;+firstCellIsHeader?: boolean;+className?: string;+head?: TableItem\[\];+rows?: TableRow\[\];+footer?: TableItem\[\]|]
|
|
95
|
+
[HTMLAttributes<T>]<:--[TableProps]
|
|
96
|
+
[<interface>TabItem|+id?: string;+label: string;+panel: HTMLAttributes<HTMLDivElement>|]
|
|
97
|
+
[<interface>TabsProps|+className?: string;+id: string;+idPrefix?: string;+items: TabItem\[\];+title?: string|]
|
|
98
|
+
[HTMLAttributes<T>]<:--[TabsProps]
|
|
99
|
+
[<interface>TagProps|+className?: string;+children?: ReactNode|]
|
|
100
|
+
[<interface>TaskListItemProps|+title: { children: React.ReactNode; };+hint: HintProps;+status: { children?: React.ReactNode; tag?: { children: React.ReactNode; }; };+href?: string|]
|
|
101
|
+
[<interface>TaskListProps|+className?: string;+idPrefix?: string;+items: TaskListItemProps\[\]|]
|
|
102
|
+
[<interface>TextareaProps|+className?: string;+aria-describedby?: string;+errorMessage?: ErrorMessageProps;+formGroup?: { \[key: string\]: unknown; className?: string; };+hint?: object;+label?: object;+id?: string|]
|
|
103
|
+
[TextareaHTMLAttributes<T>]<:--[TextareaProps]
|
|
104
|
+
[<interface>WarningInfoProps|+messageHeading?: string;+message?: string;+advice?: string;+applicationName?: string;+applicationRoute?: string;+basePageName?: string|]
|
|
105
|
+
[<interface>WarningTextProps|+children?: ReactNode;+className?: string|]</desc>
|
|
106
|
+
<g stroke-width="1.0" text-align="left" font="12pt Helvetica, Arial, sans-serif" font-size="12pt" font-family="Helvetica" font-weight="normal" font-style="normal">
|
|
107
|
+
<g font-family="Helvetica" font-size="12pt" font-weight="bold" font-style="normal" stroke-width="3.0" stroke-linejoin="round" stroke-linecap="round" stroke="#33322E">
|
|
108
|
+
<g stroke="transparent" fill="transparent">
|
|
109
|
+
<rect x="0.0" y="0.0" height="726.0" width="22422.5" stroke="none"></rect>
|
|
110
|
+
</g>
|
|
111
|
+
<g transform="translate(8, 8)" fill="#33322E">
|
|
112
|
+
<g transform="translate(20, 20)" fill="#eee8d5" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal">
|
|
113
|
+
<g stroke-dasharray="6 6">
|
|
114
|
+
<path d="M221.0 238.2 L170.5 351 L170.5 484.5 L170.5 484.5 " fill="none"></path>
|
|
115
|
+
</g>
|
|
116
|
+
<path d="M225.9 240.3 L221.0 238.2 L216.1 236.0 L226.4 226.0 Z"></path>
|
|
117
|
+
<g stroke-dasharray="6 6">
|
|
118
|
+
<path d="M391.7 210.3 L826 351 L826 484.5 L826.0 484.5 " fill="none"></path>
|
|
119
|
+
</g>
|
|
120
|
+
<path d="M393.3 205.2 L391.7 210.3 L390.0 215.3 L379.0 206.2 Z"></path>
|
|
121
|
+
<g stroke-dasharray="6 6">
|
|
122
|
+
<path d="M2738.7 175.6 L1061 351 L1061 460 L1061.0 460.0 " fill="none"></path>
|
|
123
|
+
</g>
|
|
124
|
+
<path d="M2739.3 180.9 L2738.7 175.6 L2738.2 170.3 L2752.0 174.2 Z"></path>
|
|
125
|
+
<g stroke-dasharray="6 6">
|
|
126
|
+
<path d="M2738.8 177.6 L1354.5 351 L1354.5 468 L1354.5 468.0 " fill="none"></path>
|
|
127
|
+
</g>
|
|
128
|
+
<path d="M2739.4 182.9 L2738.8 177.6 L2738.1 172.3 L2752.0 176.0 Z"></path>
|
|
129
|
+
<path d="M9827.0 194.8 L9827 351 L9827 468 L9827.0 468.0 " fill="none"></path>
|
|
130
|
+
<path d="M9832.3 194.8 L9827.0 194.8 L9821.7 194.8 L9827.0 181.5 Z"></path>
|
|
131
|
+
<g stroke-dasharray="6 6">
|
|
132
|
+
<path d="M2738.8 180.5 L1639.5 351 L1639.5 468 L1639.5 468.0 " fill="none"></path>
|
|
133
|
+
</g>
|
|
134
|
+
<path d="M2739.6 185.8 L2738.8 180.5 L2738.0 175.2 L2752.0 178.5 Z"></path>
|
|
135
|
+
<g stroke-dasharray="6 6">
|
|
136
|
+
<path d="M2745.8 184.2 L1947 351 L1947 419.5 L1947.0 419.5 " fill="none"></path>
|
|
137
|
+
</g>
|
|
138
|
+
<path d="M2746.9 189.4 L2745.8 184.2 L2744.7 179.0 L2758.9 181.5 Z"></path>
|
|
139
|
+
<g stroke-dasharray="6 6">
|
|
140
|
+
<path d="M10842.5 194.8 L10842.5 351 L10842.5 460 L10842.5 460.0 " fill="none"></path>
|
|
141
|
+
</g>
|
|
142
|
+
<path d="M10847.8 194.8 L10842.5 194.8 L10837.2 194.8 L10842.5 181.5 Z"></path>
|
|
143
|
+
<g stroke-dasharray="6 6">
|
|
144
|
+
<path d="M11151.0 194.8 L11151 351 L11151 419.5 L11151.0 419.5 " fill="none"></path>
|
|
145
|
+
</g>
|
|
146
|
+
<path d="M11156.3 194.8 L11151.0 194.8 L11145.7 194.8 L11151.0 181.5 Z"></path>
|
|
147
|
+
<g stroke-dasharray="6 6">
|
|
148
|
+
<path d="M2835.5 194.8 L2835.5 351 L2835.5 460 L2835.5 460.0 " fill="none"></path>
|
|
149
|
+
</g>
|
|
150
|
+
<path d="M2840.8 194.8 L2835.5 194.8 L2830.2 194.8 L2835.5 181.5 Z"></path>
|
|
151
|
+
<g stroke-dasharray="6 6">
|
|
152
|
+
<path d="M2932.3 171.4 L5866.5 351 L5866.5 371 L5866.5 371.0 " fill="none"></path>
|
|
153
|
+
</g>
|
|
154
|
+
<path d="M2932.6 166.1 L2932.3 171.4 L2932.0 176.7 L2919.0 170.6 Z"></path>
|
|
155
|
+
<g stroke-dasharray="6 6">
|
|
156
|
+
<path d="M13553.0 194.8 L13553 351 L13553 460 L13553.0 460.0 " fill="none"></path>
|
|
157
|
+
</g>
|
|
158
|
+
<path d="M13558.3 194.8 L13553.0 194.8 L13547.7 194.8 L13553.0 181.5 Z"></path>
|
|
159
|
+
<g stroke-dasharray="6 6">
|
|
160
|
+
<path d="M2932.3 170.9 L6179 351 L6179 460 L6179.0 460.0 " fill="none"></path>
|
|
161
|
+
</g>
|
|
162
|
+
<path d="M2932.6 165.5 L2932.3 170.9 L2932.0 176.2 L2919.0 170.1 Z"></path>
|
|
163
|
+
<g stroke-dasharray="6 6">
|
|
164
|
+
<path d="M2932.3 170.4 L6467.5 351 L6467.5 436 L6467.5 436.0 " fill="none"></path>
|
|
165
|
+
</g>
|
|
166
|
+
<path d="M2932.6 165.1 L2932.3 170.4 L2932.0 175.8 L2919.0 169.8 Z"></path>
|
|
167
|
+
<g stroke-dasharray="6 6">
|
|
168
|
+
<path d="M2932.3 170.1 L6716.5 351 L6716.5 452 L6716.5 452.0 " fill="none"></path>
|
|
169
|
+
</g>
|
|
170
|
+
<path d="M2932.6 164.8 L2932.3 170.1 L2932.1 175.5 L2919.0 169.5 Z"></path>
|
|
171
|
+
<g stroke-dasharray="6 6">
|
|
172
|
+
<path d="M21743.0 194.8 L21743 351 L21743 419.5 L21743.0 419.5 " fill="none"></path>
|
|
173
|
+
</g>
|
|
174
|
+
<path d="M21748.3 194.8 L21743.0 194.8 L21737.7 194.8 L21743.0 181.5 Z"></path>
|
|
175
|
+
<g data-name="JsonMap">
|
|
176
|
+
<g fill="lightblue" stroke="#33322E" data-name="JsonMap">
|
|
177
|
+
<rect x="0.0" y="141.5" height="48.0" width="88.0" data-name="JsonMap"></rect>
|
|
178
|
+
<path d="M0.0 173.5 L88.0 173.5" fill="none" data-name="JsonMap"></path>
|
|
179
|
+
<path d="M0.0 181.5 L88.0 181.5" fill="none" data-name="JsonMap"></path>
|
|
180
|
+
</g>
|
|
181
|
+
<g transform="translate(0, 141.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="JsonMap" data-compartment="0">
|
|
182
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="JsonMap" data-compartment="0">
|
|
183
|
+
<a id="../src/dynamics/types.ts.JsonMap" xlink:href="../src/dynamics/types.ts"><text x="36.0" y="14.1" stroke="none" text-anchor="middle" data-name="JsonMap" data-compartment="0">JsonMap</text></a>
|
|
184
|
+
|
|
185
|
+
</g>
|
|
186
|
+
</g>
|
|
187
|
+
<g transform="translate(0, 173.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="JsonMap" data-compartment="1">
|
|
188
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="JsonMap" data-compartment="1">
|
|
189
|
+
|
|
190
|
+
</g>
|
|
191
|
+
</g>
|
|
192
|
+
<g transform="translate(0, 181.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="JsonMap" data-compartment="2">
|
|
193
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="JsonMap" data-compartment="2">
|
|
194
|
+
|
|
195
|
+
</g>
|
|
196
|
+
</g>
|
|
197
|
+
</g>
|
|
198
|
+
<g data-name="AnnotationsConfig">
|
|
199
|
+
<g fill="lightblue" stroke="#33322E" data-name="AnnotationsConfig">
|
|
200
|
+
<rect x="128.0" y="105.0" height="121.0" width="251.0" data-name="AnnotationsConfig"></rect>
|
|
201
|
+
<path d="M128.0 137.0 L379.0 137.0" fill="none" data-name="AnnotationsConfig"></path>
|
|
202
|
+
<path d="M128.0 218.0 L379.0 218.0" fill="none" data-name="AnnotationsConfig"></path>
|
|
203
|
+
</g>
|
|
204
|
+
<g transform="translate(128, 105)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="AnnotationsConfig" data-compartment="0">
|
|
205
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="AnnotationsConfig" data-compartment="0">
|
|
206
|
+
<a id="../src/dynamics/types.ts.AnnotationsConfig" xlink:href="../src/dynamics/types.ts"><text x="117.5" y="14.1" stroke="none" text-anchor="middle" data-name="AnnotationsConfig" data-compartment="0">AnnotationsConfig</text></a>
|
|
207
|
+
|
|
208
|
+
</g>
|
|
209
|
+
</g>
|
|
210
|
+
<g transform="translate(128, 137)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="AnnotationsConfig" data-compartment="1">
|
|
211
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="AnnotationsConfig" data-compartment="1">
|
|
212
|
+
<text x="0.0" y="14.1" stroke="none" data-name="AnnotationsConfig" data-compartment="1">+parameters?: JsonMap</text>
|
|
213
|
+
<text x="0.0" y="30.3" stroke="none" data-name="AnnotationsConfig" data-compartment="1">+args?: JsonMap</text>
|
|
214
|
+
<text x="0.0" y="46.5" stroke="none" data-name="AnnotationsConfig" data-compartment="1">+argTypes?: ArgTypes<Args></text>
|
|
215
|
+
<text x="0.0" y="62.7" stroke="none" data-name="AnnotationsConfig" data-compartment="1">+tags?: string[]</text>
|
|
216
|
+
|
|
217
|
+
</g>
|
|
218
|
+
</g>
|
|
219
|
+
<g transform="translate(128, 218)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="AnnotationsConfig" data-compartment="2">
|
|
220
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="AnnotationsConfig" data-compartment="2">
|
|
221
|
+
|
|
222
|
+
</g>
|
|
223
|
+
</g>
|
|
224
|
+
</g>
|
|
225
|
+
<g data-name="MetaConfig">
|
|
226
|
+
<g fill="lightblue" stroke="#33322E" data-name="MetaConfig">
|
|
227
|
+
<rect x="111.5" y="484.5" height="72.0" width="118.0" data-name="MetaConfig"></rect>
|
|
228
|
+
<path d="M111.5 516.5 L229.5 516.5" fill="none" data-name="MetaConfig"></path>
|
|
229
|
+
<path d="M111.5 548.5 L229.5 548.5" fill="none" data-name="MetaConfig"></path>
|
|
230
|
+
</g>
|
|
231
|
+
<g transform="translate(111.5, 484.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="MetaConfig" data-compartment="0">
|
|
232
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="MetaConfig" data-compartment="0">
|
|
233
|
+
<a id="../src/dynamics/types.ts.MetaConfig" xlink:href="../src/dynamics/types.ts"><text x="51.0" y="14.1" stroke="none" text-anchor="middle" data-name="MetaConfig" data-compartment="0">MetaConfig</text></a>
|
|
234
|
+
|
|
235
|
+
</g>
|
|
236
|
+
</g>
|
|
237
|
+
<g transform="translate(111.5, 516.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="MetaConfig" data-compartment="1">
|
|
238
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="MetaConfig" data-compartment="1">
|
|
239
|
+
<text x="0.0" y="14.1" stroke="none" data-name="MetaConfig" data-compartment="1">+title?: string</text>
|
|
240
|
+
|
|
241
|
+
</g>
|
|
242
|
+
</g>
|
|
243
|
+
<g transform="translate(111.5, 548.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="MetaConfig" data-compartment="2">
|
|
244
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="MetaConfig" data-compartment="2">
|
|
245
|
+
|
|
246
|
+
</g>
|
|
247
|
+
</g>
|
|
248
|
+
</g>
|
|
249
|
+
<g data-name="StoryConfig">
|
|
250
|
+
<g fill="lightblue" stroke="#33322E" data-name="StoryConfig">
|
|
251
|
+
<rect x="759.0" y="484.5" height="72.0" width="134.0" data-name="StoryConfig"></rect>
|
|
252
|
+
<path d="M759.0 516.5 L893.0 516.5" fill="none" data-name="StoryConfig"></path>
|
|
253
|
+
<path d="M759.0 548.5 L893.0 548.5" fill="none" data-name="StoryConfig"></path>
|
|
254
|
+
</g>
|
|
255
|
+
<g transform="translate(759, 484.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="StoryConfig" data-compartment="0">
|
|
256
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="StoryConfig" data-compartment="0">
|
|
257
|
+
<a id="../src/dynamics/types.ts.StoryConfig" xlink:href="../src/dynamics/types.ts"><text x="59.0" y="14.1" stroke="none" text-anchor="middle" data-name="StoryConfig" data-compartment="0">StoryConfig</text></a>
|
|
258
|
+
|
|
259
|
+
</g>
|
|
260
|
+
</g>
|
|
261
|
+
<g transform="translate(759, 516.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="StoryConfig" data-compartment="1">
|
|
262
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="StoryConfig" data-compartment="1">
|
|
263
|
+
<text x="0.0" y="14.1" stroke="none" data-name="StoryConfig" data-compartment="1">+name?: string</text>
|
|
264
|
+
|
|
265
|
+
</g>
|
|
266
|
+
</g>
|
|
267
|
+
<g transform="translate(759, 548.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="StoryConfig" data-compartment="2">
|
|
268
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="StoryConfig" data-compartment="2">
|
|
269
|
+
|
|
270
|
+
</g>
|
|
271
|
+
</g>
|
|
272
|
+
</g>
|
|
273
|
+
<g data-name="DynamicConfig">
|
|
274
|
+
<g fill="lightblue" stroke="#33322E" data-name="DynamicConfig">
|
|
275
|
+
<rect x="419.0" y="113.0" height="105.0" width="442.0" data-name="DynamicConfig"></rect>
|
|
276
|
+
<path d="M419.0 145.0 L861.0 145.0" fill="none" data-name="DynamicConfig"></path>
|
|
277
|
+
<path d="M419.0 210.0 L861.0 210.0" fill="none" data-name="DynamicConfig"></path>
|
|
278
|
+
</g>
|
|
279
|
+
<g transform="translate(419, 113)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="DynamicConfig" data-compartment="0">
|
|
280
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="DynamicConfig" data-compartment="0">
|
|
281
|
+
<a id="../src/dynamics/types.ts.DynamicConfig" xlink:href="../src/dynamics/types.ts"><text x="213.0" y="14.1" stroke="none" text-anchor="middle" data-name="DynamicConfig" data-compartment="0">DynamicConfig</text></a>
|
|
282
|
+
|
|
283
|
+
</g>
|
|
284
|
+
</g>
|
|
285
|
+
<g transform="translate(419, 145)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="DynamicConfig" data-compartment="1">
|
|
286
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="DynamicConfig" data-compartment="1">
|
|
287
|
+
<text x="0.0" y="14.1" stroke="none" data-name="DynamicConfig" data-compartment="1">+baseCsf: string</text>
|
|
288
|
+
<text x="0.0" y="30.3" stroke="none" data-name="DynamicConfig" data-compartment="1">+storiesCsf?: string</text>
|
|
289
|
+
<text x="0.0" y="46.5" stroke="none" data-name="DynamicConfig" data-compartment="1">+stories?: () => StoryConfigs | Promise<StoryConfigs></text>
|
|
290
|
+
|
|
291
|
+
</g>
|
|
292
|
+
</g>
|
|
293
|
+
<g transform="translate(419, 210)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="DynamicConfig" data-compartment="2">
|
|
294
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="DynamicConfig" data-compartment="2">
|
|
295
|
+
|
|
296
|
+
</g>
|
|
297
|
+
</g>
|
|
298
|
+
</g>
|
|
299
|
+
<g data-name="ComponentFixture">
|
|
300
|
+
<g fill="lightblue" stroke="#33322E" data-name="ComponentFixture">
|
|
301
|
+
<rect x="901.0" y="81.0" height="169.0" width="314.0" data-name="ComponentFixture"></rect>
|
|
302
|
+
<path d="M901.0 113.0 L1215.0 113.0" fill="none" data-name="ComponentFixture"></path>
|
|
303
|
+
<path d="M901.0 242.0 L1215.0 242.0" fill="none" data-name="ComponentFixture"></path>
|
|
304
|
+
</g>
|
|
305
|
+
<g transform="translate(901, 81)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ComponentFixture" data-compartment="0">
|
|
306
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="ComponentFixture" data-compartment="0">
|
|
307
|
+
<a id="../src/dynamics/types.ts.ComponentFixture" xlink:href="../src/dynamics/types.ts"><text x="149.0" y="14.1" stroke="none" text-anchor="middle" data-name="ComponentFixture" data-compartment="0">ComponentFixture</text></a>
|
|
308
|
+
|
|
309
|
+
</g>
|
|
310
|
+
</g>
|
|
311
|
+
<g transform="translate(901, 113)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ComponentFixture" data-compartment="1">
|
|
312
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="ComponentFixture" data-compartment="1">
|
|
313
|
+
<text x="0.0" y="14.1" stroke="none" data-name="ComponentFixture" data-compartment="1">+name: string</text>
|
|
314
|
+
<text x="0.0" y="30.3" stroke="none" data-name="ComponentFixture" data-compartment="1">+options?: object</text>
|
|
315
|
+
<text x="0.0" y="46.5" stroke="none" data-name="ComponentFixture" data-compartment="1">+hidden?: boolean</text>
|
|
316
|
+
<text x="0.0" y="62.7" stroke="none" data-name="ComponentFixture" data-compartment="1">+description?: string</text>
|
|
317
|
+
<text x="0.0" y="78.9" stroke="none" data-name="ComponentFixture" data-compartment="1">+previewLayoutModifiers?: unknown[]</text>
|
|
318
|
+
<text x="0.0" y="95.1" stroke="none" data-name="ComponentFixture" data-compartment="1">+screenshot?: boolean</text>
|
|
319
|
+
<text x="0.0" y="111.3" stroke="none" data-name="ComponentFixture" data-compartment="1">+html?: string</text>
|
|
320
|
+
|
|
321
|
+
</g>
|
|
322
|
+
</g>
|
|
323
|
+
<g transform="translate(901, 242)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ComponentFixture" data-compartment="2">
|
|
324
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="ComponentFixture" data-compartment="2">
|
|
325
|
+
|
|
326
|
+
</g>
|
|
327
|
+
</g>
|
|
328
|
+
</g>
|
|
329
|
+
<g data-name="ComponentFixtureRoot">
|
|
330
|
+
<g fill="lightblue" stroke="#33322E" data-name="ComponentFixtureRoot">
|
|
331
|
+
<rect x="1255.0" y="121.5" height="88.0" width="249.0" data-name="ComponentFixtureRoot"></rect>
|
|
332
|
+
<path d="M1255.0 153.5 L1504.0 153.5" fill="none" data-name="ComponentFixtureRoot"></path>
|
|
333
|
+
<path d="M1255.0 201.5 L1504.0 201.5" fill="none" data-name="ComponentFixtureRoot"></path>
|
|
334
|
+
</g>
|
|
335
|
+
<g transform="translate(1255, 121.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ComponentFixtureRoot" data-compartment="0">
|
|
336
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="ComponentFixtureRoot" data-compartment="0">
|
|
337
|
+
<a id="../src/dynamics/types.ts.ComponentFixtureRoot" xlink:href="../src/dynamics/types.ts"><text x="116.5" y="14.1" stroke="none" text-anchor="middle" data-name="ComponentFixtureRoot" data-compartment="0">ComponentFixtureRoot</text></a>
|
|
338
|
+
|
|
339
|
+
</g>
|
|
340
|
+
</g>
|
|
341
|
+
<g transform="translate(1255, 153.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ComponentFixtureRoot" data-compartment="1">
|
|
342
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="ComponentFixtureRoot" data-compartment="1">
|
|
343
|
+
<text x="0.0" y="14.1" stroke="none" data-name="ComponentFixtureRoot" data-compartment="1">+component: string</text>
|
|
344
|
+
<text x="0.0" y="30.3" stroke="none" data-name="ComponentFixtureRoot" data-compartment="1">+fixtures: ComponentFixture[]</text>
|
|
345
|
+
|
|
346
|
+
</g>
|
|
347
|
+
</g>
|
|
348
|
+
<g transform="translate(1255, 201.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ComponentFixtureRoot" data-compartment="2">
|
|
349
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="ComponentFixtureRoot" data-compartment="2">
|
|
350
|
+
|
|
351
|
+
</g>
|
|
352
|
+
</g>
|
|
353
|
+
</g>
|
|
354
|
+
<g data-name="WithRefProps">
|
|
355
|
+
<g fill="lightblue" stroke="#33322E" data-name="WithRefProps">
|
|
356
|
+
<rect x="1544.0" y="129.5" height="72.0" width="399.0" data-name="WithRefProps"></rect>
|
|
357
|
+
<path d="M1544.0 161.5 L1943.0 161.5" fill="none" data-name="WithRefProps"></path>
|
|
358
|
+
<path d="M1544.0 193.5 L1943.0 193.5" fill="none" data-name="WithRefProps"></path>
|
|
359
|
+
</g>
|
|
360
|
+
<g transform="translate(1544, 129.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="WithRefProps" data-compartment="0">
|
|
361
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="WithRefProps" data-compartment="0">
|
|
362
|
+
<a id="../src/utils/WithReference.types.ts.WithRefProps" xlink:href="../src/utils/WithReference.types.ts"><text x="191.5" y="14.1" stroke="none" text-anchor="middle" data-name="WithRefProps" data-compartment="0">WithRefProps</text></a>
|
|
363
|
+
|
|
364
|
+
</g>
|
|
365
|
+
</g>
|
|
366
|
+
<g transform="translate(1544, 161.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="WithRefProps" data-compartment="1">
|
|
367
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="WithRefProps" data-compartment="1">
|
|
368
|
+
<text x="0.0" y="14.1" stroke="none" data-name="WithRefProps" data-compartment="1">+Component: React.ComponentType<unknown></text>
|
|
369
|
+
|
|
370
|
+
</g>
|
|
371
|
+
</g>
|
|
372
|
+
<g transform="translate(1544, 193.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="WithRefProps" data-compartment="2">
|
|
373
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="WithRefProps" data-compartment="2">
|
|
374
|
+
|
|
375
|
+
</g>
|
|
376
|
+
</g>
|
|
377
|
+
</g>
|
|
378
|
+
<g data-name="InfoSectionProps">
|
|
379
|
+
<g fill="lightblue" stroke="#33322E" data-name="InfoSectionProps">
|
|
380
|
+
<rect x="1983.0" y="113.0" height="105.0" width="399.0" data-name="InfoSectionProps"></rect>
|
|
381
|
+
<path d="M1983.0 145.0 L2382.0 145.0" fill="none" data-name="InfoSectionProps"></path>
|
|
382
|
+
<path d="M1983.0 210.0 L2382.0 210.0" fill="none" data-name="InfoSectionProps"></path>
|
|
383
|
+
</g>
|
|
384
|
+
<g transform="translate(1983, 113)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="InfoSectionProps" data-compartment="0">
|
|
385
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="InfoSectionProps" data-compartment="0">
|
|
386
|
+
<a id="../src/utils/WithReference.types.ts.InfoSectionProps" xlink:href="../src/utils/WithReference.types.ts"><text x="191.5" y="14.1" stroke="none" text-anchor="middle" data-name="InfoSectionProps" data-compartment="0">InfoSectionProps</text></a>
|
|
387
|
+
|
|
388
|
+
</g>
|
|
389
|
+
</g>
|
|
390
|
+
<g transform="translate(1983, 145)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="InfoSectionProps" data-compartment="1">
|
|
391
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="InfoSectionProps" data-compartment="1">
|
|
392
|
+
<text x="0.0" y="14.1" stroke="none" data-name="InfoSectionProps" data-compartment="1">+refName: string</text>
|
|
393
|
+
<text x="0.0" y="30.3" stroke="none" data-name="InfoSectionProps" data-compartment="1">+Component: React.ComponentType<unknown></text>
|
|
394
|
+
<text x="0.0" y="46.5" stroke="none" data-name="InfoSectionProps" data-compartment="1">+restProps: Record<string, unknown></text>
|
|
395
|
+
|
|
396
|
+
</g>
|
|
397
|
+
</g>
|
|
398
|
+
<g transform="translate(1983, 210)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="InfoSectionProps" data-compartment="2">
|
|
399
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="InfoSectionProps" data-compartment="2">
|
|
400
|
+
|
|
401
|
+
</g>
|
|
402
|
+
</g>
|
|
403
|
+
</g>
|
|
404
|
+
<g data-name="AccordionItem">
|
|
405
|
+
<g fill="lightblue" stroke="#33322E" data-name="AccordionItem">
|
|
406
|
+
<rect x="2422.0" y="72.5" height="186.0" width="290.0" data-name="AccordionItem"></rect>
|
|
407
|
+
<path d="M2422.0 104.5 L2712.0 104.5" fill="none" data-name="AccordionItem"></path>
|
|
408
|
+
<path d="M2422.0 250.5 L2712.0 250.5" fill="none" data-name="AccordionItem"></path>
|
|
409
|
+
</g>
|
|
410
|
+
<g transform="translate(2422, 72.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="AccordionItem" data-compartment="0">
|
|
411
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="AccordionItem" data-compartment="0">
|
|
412
|
+
<a id="../src/components/Accordion/Accordion.types.ts.AccordionItem" xlink:href="../src/components/Accordion/Accordion.types.ts"><text x="137.0" y="14.1" stroke="none" text-anchor="middle" data-name="AccordionItem" data-compartment="0">AccordionItem</text></a>
|
|
413
|
+
|
|
414
|
+
</g>
|
|
415
|
+
</g>
|
|
416
|
+
<g transform="translate(2422, 104.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="AccordionItem" data-compartment="1">
|
|
417
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="AccordionItem" data-compartment="1">
|
|
418
|
+
<text x="0.0" y="14.1" stroke="none" data-name="AccordionItem" data-compartment="1">+reactListKey?: string | number</text>
|
|
419
|
+
<text x="0.0" y="30.3" stroke="none" data-name="AccordionItem" data-compartment="1">+expanded?: boolean</text>
|
|
420
|
+
<text x="0.0" y="46.5" stroke="none" data-name="AccordionItem" data-compartment="1">+heading: { children: ReactNode</text>
|
|
421
|
+
<text x="0.0" y="62.7" stroke="none" data-name="AccordionItem" data-compartment="1">}</text>
|
|
422
|
+
<text x="0.0" y="78.9" stroke="none" data-name="AccordionItem" data-compartment="1">+summary?: { children: ReactNode</text>
|
|
423
|
+
<text x="0.0" y="95.1" stroke="none" data-name="AccordionItem" data-compartment="1">}</text>
|
|
424
|
+
<text x="0.0" y="111.3" stroke="none" data-name="AccordionItem" data-compartment="1">+content: { children: ReactNode</text>
|
|
425
|
+
<text x="0.0" y="127.5" stroke="none" data-name="AccordionItem" data-compartment="1">}</text>
|
|
426
|
+
|
|
427
|
+
</g>
|
|
428
|
+
</g>
|
|
429
|
+
<g transform="translate(2422, 250.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="AccordionItem" data-compartment="2">
|
|
430
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="AccordionItem" data-compartment="2">
|
|
431
|
+
|
|
432
|
+
</g>
|
|
433
|
+
</g>
|
|
434
|
+
</g>
|
|
435
|
+
<g data-name="AccordionProps">
|
|
436
|
+
<g fill="lightblue" stroke="#33322E" data-name="AccordionProps">
|
|
437
|
+
<rect x="933.0" y="460.0" height="121.0" width="256.0" data-name="AccordionProps"></rect>
|
|
438
|
+
<path d="M933.0 492.0 L1189.0 492.0" fill="none" data-name="AccordionProps"></path>
|
|
439
|
+
<path d="M933.0 573.0 L1189.0 573.0" fill="none" data-name="AccordionProps"></path>
|
|
440
|
+
</g>
|
|
441
|
+
<g transform="translate(933, 460)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="AccordionProps" data-compartment="0">
|
|
442
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="AccordionProps" data-compartment="0">
|
|
443
|
+
<a id="../src/components/Accordion/Accordion.types.ts.AccordionProps" xlink:href="../src/components/Accordion/Accordion.types.ts"><text x="120.0" y="14.1" stroke="none" text-anchor="middle" data-name="AccordionProps" data-compartment="0">AccordionProps</text></a>
|
|
444
|
+
|
|
445
|
+
</g>
|
|
446
|
+
</g>
|
|
447
|
+
<g transform="translate(933, 492)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="AccordionProps" data-compartment="1">
|
|
448
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="AccordionProps" data-compartment="1">
|
|
449
|
+
<text x="0.0" y="14.1" stroke="none" data-name="AccordionProps" data-compartment="1">+className?: string</text>
|
|
450
|
+
<text x="0.0" y="30.3" stroke="none" data-name="AccordionProps" data-compartment="1">+headingLevel?: ElementType</text>
|
|
451
|
+
<text x="0.0" y="46.5" stroke="none" data-name="AccordionProps" data-compartment="1">+id?: string</text>
|
|
452
|
+
<text x="0.0" y="62.7" stroke="none" data-name="AccordionProps" data-compartment="1">+items: AccordionItem[]</text>
|
|
453
|
+
|
|
454
|
+
</g>
|
|
455
|
+
</g>
|
|
456
|
+
<g transform="translate(933, 573)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="AccordionProps" data-compartment="2">
|
|
457
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="AccordionProps" data-compartment="2">
|
|
458
|
+
|
|
459
|
+
</g>
|
|
460
|
+
</g>
|
|
461
|
+
</g>
|
|
462
|
+
<g data-name="HTMLAttributes<T>">
|
|
463
|
+
<g fill="#eee8d5" stroke="#33322E" data-name="HTMLAttributes<T>">
|
|
464
|
+
<rect x="2752.0" y="149.5" height="32.0" width="167.0" data-name="HTMLAttributes<T>"></rect>
|
|
465
|
+
</g>
|
|
466
|
+
<g transform="translate(2752, 149.5)" font-family="Helvetica" font-size="12pt" font-weight="bold" font-style="normal" data-name="HTMLAttributes<T>" data-compartment="0">
|
|
467
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="HTMLAttributes<T>" data-compartment="0">
|
|
468
|
+
<text x="75.5" y="14.1" stroke="none" text-anchor="middle" data-name="HTMLAttributes<T>" data-compartment="0">HTMLAttributes<T></text>
|
|
469
|
+
|
|
470
|
+
</g>
|
|
471
|
+
</g>
|
|
472
|
+
</g>
|
|
473
|
+
<g data-name="ActionLinkProps">
|
|
474
|
+
<g fill="lightblue" stroke="#33322E" data-name="ActionLinkProps">
|
|
475
|
+
<rect x="2959.0" y="97.0" height="137.0" width="239.0" data-name="ActionLinkProps"></rect>
|
|
476
|
+
<path d="M2959.0 129.0 L3198.0 129.0" fill="none" data-name="ActionLinkProps"></path>
|
|
477
|
+
<path d="M2959.0 226.0 L3198.0 226.0" fill="none" data-name="ActionLinkProps"></path>
|
|
478
|
+
</g>
|
|
479
|
+
<g transform="translate(2959, 97)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ActionLinkProps" data-compartment="0">
|
|
480
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="ActionLinkProps" data-compartment="0">
|
|
481
|
+
<a id="../src/components/ActionLink/ActionLink.types.ts.ActionLinkProps" xlink:href="../src/components/ActionLink/ActionLink.types.ts"><text x="111.5" y="14.1" stroke="none" text-anchor="middle" data-name="ActionLinkProps" data-compartment="0">ActionLinkProps</text></a>
|
|
482
|
+
|
|
483
|
+
</g>
|
|
484
|
+
</g>
|
|
485
|
+
<g transform="translate(2959, 129)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ActionLinkProps" data-compartment="1">
|
|
486
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="ActionLinkProps" data-compartment="1">
|
|
487
|
+
<text x="0.0" y="14.1" stroke="none" data-name="ActionLinkProps" data-compartment="1">+children?: ReactNode</text>
|
|
488
|
+
<text x="0.0" y="30.3" stroke="none" data-name="ActionLinkProps" data-compartment="1">+visuallyHiddenText?: string</text>
|
|
489
|
+
<text x="0.0" y="46.5" stroke="none" data-name="ActionLinkProps" data-compartment="1">+className?: string</text>
|
|
490
|
+
<text x="0.0" y="62.7" stroke="none" data-name="ActionLinkProps" data-compartment="1">+href?: string</text>
|
|
491
|
+
<text x="0.0" y="78.9" stroke="none" data-name="ActionLinkProps" data-compartment="1">+to?: To</text>
|
|
492
|
+
|
|
493
|
+
</g>
|
|
494
|
+
</g>
|
|
495
|
+
<g transform="translate(2959, 226)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ActionLinkProps" data-compartment="2">
|
|
496
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="ActionLinkProps" data-compartment="2">
|
|
497
|
+
|
|
498
|
+
</g>
|
|
499
|
+
</g>
|
|
500
|
+
</g>
|
|
501
|
+
<g data-name="Action">
|
|
502
|
+
<g fill="lightblue" stroke="#33322E" data-name="Action">
|
|
503
|
+
<rect x="3238.0" y="129.5" height="72.0" width="188.0" data-name="Action"></rect>
|
|
504
|
+
<path d="M3238.0 161.5 L3426.0 161.5" fill="none" data-name="Action"></path>
|
|
505
|
+
<path d="M3238.0 193.5 L3426.0 193.5" fill="none" data-name="Action"></path>
|
|
506
|
+
</g>
|
|
507
|
+
<g transform="translate(3238, 129.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="Action" data-compartment="0">
|
|
508
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="Action" data-compartment="0">
|
|
509
|
+
<a id="../src/components/ActionLink/ActionLink.types.ts.Action" xlink:href="../src/components/ActionLink/ActionLink.types.ts"><text x="86.0" y="14.1" stroke="none" text-anchor="middle" data-name="Action" data-compartment="0">Action</text></a>
|
|
510
|
+
|
|
511
|
+
</g>
|
|
512
|
+
</g>
|
|
513
|
+
<g transform="translate(3238, 161.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="Action" data-compartment="1">
|
|
514
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="Action" data-compartment="1">
|
|
515
|
+
<text x="0.0" y="14.1" stroke="none" data-name="Action" data-compartment="1">+reactListKey?: string</text>
|
|
516
|
+
|
|
517
|
+
</g>
|
|
518
|
+
</g>
|
|
519
|
+
<g transform="translate(3238, 193.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="Action" data-compartment="2">
|
|
520
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="Action" data-compartment="2">
|
|
521
|
+
|
|
522
|
+
</g>
|
|
523
|
+
</g>
|
|
524
|
+
</g>
|
|
525
|
+
<g data-name="BackLinkProps">
|
|
526
|
+
<g fill="lightblue" stroke="#33322E" data-name="BackLinkProps">
|
|
527
|
+
<rect x="3466.0" y="97.0" height="137.0" width="197.0" data-name="BackLinkProps"></rect>
|
|
528
|
+
<path d="M3466.0 129.0 L3663.0 129.0" fill="none" data-name="BackLinkProps"></path>
|
|
529
|
+
<path d="M3466.0 226.0 L3663.0 226.0" fill="none" data-name="BackLinkProps"></path>
|
|
530
|
+
</g>
|
|
531
|
+
<g transform="translate(3466, 97)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="BackLinkProps" data-compartment="0">
|
|
532
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="BackLinkProps" data-compartment="0">
|
|
533
|
+
<a id="../src/components/BackLink/BackLink.types.ts.BackLinkProps" xlink:href="../src/components/BackLink/BackLink.types.ts"><text x="90.5" y="14.1" stroke="none" text-anchor="middle" data-name="BackLinkProps" data-compartment="0">BackLinkProps</text></a>
|
|
534
|
+
|
|
535
|
+
</g>
|
|
536
|
+
</g>
|
|
537
|
+
<g transform="translate(3466, 129)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="BackLinkProps" data-compartment="1">
|
|
538
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="BackLinkProps" data-compartment="1">
|
|
539
|
+
<text x="0.0" y="14.1" stroke="none" data-name="BackLinkProps" data-compartment="1">+to?: To</text>
|
|
540
|
+
<text x="0.0" y="30.3" stroke="none" data-name="BackLinkProps" data-compartment="1">+state?: object</text>
|
|
541
|
+
<text x="0.0" y="46.5" stroke="none" data-name="BackLinkProps" data-compartment="1">+children?: ReactNode</text>
|
|
542
|
+
<text x="0.0" y="62.7" stroke="none" data-name="BackLinkProps" data-compartment="1">+href?: string</text>
|
|
543
|
+
<text x="0.0" y="78.9" stroke="none" data-name="BackLinkProps" data-compartment="1">+className?: string</text>
|
|
544
|
+
|
|
545
|
+
</g>
|
|
546
|
+
</g>
|
|
547
|
+
<g transform="translate(3466, 226)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="BackLinkProps" data-compartment="2">
|
|
548
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="BackLinkProps" data-compartment="2">
|
|
549
|
+
|
|
550
|
+
</g>
|
|
551
|
+
</g>
|
|
552
|
+
</g>
|
|
553
|
+
<g data-name="BooleanItem">
|
|
554
|
+
<g fill="lightblue" stroke="#33322E" data-name="BooleanItem">
|
|
555
|
+
<rect x="3703.0" y="32.0" height="267.0" width="304.0" data-name="BooleanItem"></rect>
|
|
556
|
+
<path d="M3703.0 64.0 L4007.0 64.0" fill="none" data-name="BooleanItem"></path>
|
|
557
|
+
<path d="M3703.0 291.0 L4007.0 291.0" fill="none" data-name="BooleanItem"></path>
|
|
558
|
+
</g>
|
|
559
|
+
<g transform="translate(3703, 32)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="BooleanItem" data-compartment="0">
|
|
560
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="BooleanItem" data-compartment="0">
|
|
561
|
+
<a id="../src/components/Boolean/Boolean.types.ts.BooleanItem" xlink:href="../src/components/Boolean/Boolean.types.ts"><text x="144.0" y="14.1" stroke="none" text-anchor="middle" data-name="BooleanItem" data-compartment="0">BooleanItem</text></a>
|
|
562
|
+
|
|
563
|
+
</g>
|
|
564
|
+
</g>
|
|
565
|
+
<g transform="translate(3703, 64)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="BooleanItem" data-compartment="1">
|
|
566
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="BooleanItem" data-compartment="1">
|
|
567
|
+
<text x="0.0" y="14.1" stroke="none" data-name="BooleanItem" data-compartment="1">+id?: string</text>
|
|
568
|
+
<text x="0.0" y="30.3" stroke="none" data-name="BooleanItem" data-compartment="1">+children?: ReactNode</text>
|
|
569
|
+
<text x="0.0" y="46.5" stroke="none" data-name="BooleanItem" data-compartment="1">+hint?: HintProps</text>
|
|
570
|
+
<text x="0.0" y="62.7" stroke="none" data-name="BooleanItem" data-compartment="1">+conditional?: { children: ReactNode</text>
|
|
571
|
+
<text x="0.0" y="78.9" stroke="none" data-name="BooleanItem" data-compartment="1">}</text>
|
|
572
|
+
<text x="0.0" y="95.1" stroke="none" data-name="BooleanItem" data-compartment="1">+behaviour?: string</text>
|
|
573
|
+
<text x="0.0" y="111.3" stroke="none" data-name="BooleanItem" data-compartment="1">+label?: LabelProps</text>
|
|
574
|
+
<text x="0.0" y="127.5" stroke="none" data-name="BooleanItem" data-compartment="1">+reactListKey?: string | number</text>
|
|
575
|
+
<text x="0.0" y="143.7" stroke="none" data-name="BooleanItem" data-compartment="1">+divider?: string</text>
|
|
576
|
+
<text x="0.0" y="159.9" stroke="none" data-name="BooleanItem" data-compartment="1">+name?: string</text>
|
|
577
|
+
<text x="0.0" y="176.1" stroke="none" data-name="BooleanItem" data-compartment="1">+checked?: boolean</text>
|
|
578
|
+
<text x="0.0" y="192.3" stroke="none" data-name="BooleanItem" data-compartment="1">+value?: string</text>
|
|
579
|
+
<text x="0.0" y="208.5" stroke="none" data-name="BooleanItem" data-compartment="1">+defaultChecked?: boolean</text>
|
|
580
|
+
|
|
581
|
+
</g>
|
|
582
|
+
</g>
|
|
583
|
+
<g transform="translate(3703, 291)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="BooleanItem" data-compartment="2">
|
|
584
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="BooleanItem" data-compartment="2">
|
|
585
|
+
|
|
586
|
+
</g>
|
|
587
|
+
</g>
|
|
588
|
+
</g>
|
|
589
|
+
<g data-name="BooleanProps">
|
|
590
|
+
<g fill="lightblue" stroke="#33322E" data-name="BooleanProps">
|
|
591
|
+
<rect x="4047.0" y="24.0" height="283.0" width="563.0" data-name="BooleanProps"></rect>
|
|
592
|
+
<path d="M4047.0 56.0 L4610.0 56.0" fill="none" data-name="BooleanProps"></path>
|
|
593
|
+
<path d="M4047.0 299.0 L4610.0 299.0" fill="none" data-name="BooleanProps"></path>
|
|
594
|
+
</g>
|
|
595
|
+
<g transform="translate(4047, 24)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="BooleanProps" data-compartment="0">
|
|
596
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="BooleanProps" data-compartment="0">
|
|
597
|
+
<a id="../src/components/Boolean/Boolean.types.ts.BooleanProps" xlink:href="../src/components/Boolean/Boolean.types.ts"><text x="273.5" y="14.1" stroke="none" text-anchor="middle" data-name="BooleanProps" data-compartment="0">BooleanProps</text></a>
|
|
598
|
+
|
|
599
|
+
</g>
|
|
600
|
+
</g>
|
|
601
|
+
<g transform="translate(4047, 56)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="BooleanProps" data-compartment="1">
|
|
602
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="BooleanProps" data-compartment="1">
|
|
603
|
+
<text x="0.0" y="14.1" stroke="none" data-name="BooleanProps" data-compartment="1">+className?: string</text>
|
|
604
|
+
<text x="0.0" y="30.3" stroke="none" data-name="BooleanProps" data-compartment="1">+errorMessage?: ErrorMessageProps</text>
|
|
605
|
+
<text x="0.0" y="46.5" stroke="none" data-name="BooleanProps" data-compartment="1">+fieldset?: FieldsetProps</text>
|
|
606
|
+
<text x="0.0" y="62.7" stroke="none" data-name="BooleanProps" data-compartment="1">+formGroup?: { [key: string]: unknown</text>
|
|
607
|
+
<text x="0.0" y="78.9" stroke="none" data-name="BooleanProps" data-compartment="1">className?: string</text>
|
|
608
|
+
<text x="0.0" y="95.1" stroke="none" data-name="BooleanProps" data-compartment="1">}</text>
|
|
609
|
+
<text x="0.0" y="111.3" stroke="none" data-name="BooleanProps" data-compartment="1">+hint?: HintProps</text>
|
|
610
|
+
<text x="0.0" y="127.5" stroke="none" data-name="BooleanProps" data-compartment="1">+idPrefix?: string</text>
|
|
611
|
+
<text x="0.0" y="143.7" stroke="none" data-name="BooleanProps" data-compartment="1">+items?: BooleanItem[]</text>
|
|
612
|
+
<text x="0.0" y="159.9" stroke="none" data-name="BooleanProps" data-compartment="1">+controlType: "radios" | "checkboxes"</text>
|
|
613
|
+
<text x="0.0" y="176.1" stroke="none" data-name="BooleanProps" data-compartment="1">+name?: string</text>
|
|
614
|
+
<text x="0.0" y="192.3" stroke="none" data-name="BooleanProps" data-compartment="1">+onChange?: (event: ChangeEvent<HTMLInputElement>) => void</text>
|
|
615
|
+
<text x="0.0" y="208.5" stroke="none" data-name="BooleanProps" data-compartment="1">+onBlur?: (event: FocusEvent<HTMLInputElement, Element>) => void</text>
|
|
616
|
+
<text x="0.0" y="224.7" stroke="none" data-name="BooleanProps" data-compartment="1">+aria-describedby?: string</text>
|
|
617
|
+
|
|
618
|
+
</g>
|
|
619
|
+
</g>
|
|
620
|
+
<g transform="translate(4047, 299)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="BooleanProps" data-compartment="2">
|
|
621
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="BooleanProps" data-compartment="2">
|
|
622
|
+
|
|
623
|
+
</g>
|
|
624
|
+
</g>
|
|
625
|
+
</g>
|
|
626
|
+
<g data-name="BreadcrumbItem">
|
|
627
|
+
<g fill="lightblue" stroke="#33322E" data-name="BreadcrumbItem">
|
|
628
|
+
<rect x="4650.0" y="105.0" height="121.0" width="263.0" data-name="BreadcrumbItem"></rect>
|
|
629
|
+
<path d="M4650.0 137.0 L4913.0 137.0" fill="none" data-name="BreadcrumbItem"></path>
|
|
630
|
+
<path d="M4650.0 218.0 L4913.0 218.0" fill="none" data-name="BreadcrumbItem"></path>
|
|
631
|
+
</g>
|
|
632
|
+
<g transform="translate(4650, 105)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="BreadcrumbItem" data-compartment="0">
|
|
633
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="BreadcrumbItem" data-compartment="0">
|
|
634
|
+
<a id="../src/components/Breadcrumbs/Breadcrumbs.types.ts.BreadcrumbItem" xlink:href="../src/components/Breadcrumbs/Breadcrumbs.types.ts"><text x="123.5" y="14.1" stroke="none" text-anchor="middle" data-name="BreadcrumbItem" data-compartment="0">BreadcrumbItem</text></a>
|
|
635
|
+
|
|
636
|
+
</g>
|
|
637
|
+
</g>
|
|
638
|
+
<g transform="translate(4650, 137)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="BreadcrumbItem" data-compartment="1">
|
|
639
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="BreadcrumbItem" data-compartment="1">
|
|
640
|
+
<text x="0.0" y="14.1" stroke="none" data-name="BreadcrumbItem" data-compartment="1">+href?: string</text>
|
|
641
|
+
<text x="0.0" y="30.3" stroke="none" data-name="BreadcrumbItem" data-compartment="1">+to?: string</text>
|
|
642
|
+
<text x="0.0" y="46.5" stroke="none" data-name="BreadcrumbItem" data-compartment="1">+reactListKey?: string | number</text>
|
|
643
|
+
<text x="0.0" y="62.7" stroke="none" data-name="BreadcrumbItem" data-compartment="1">+children: ReactNode</text>
|
|
644
|
+
|
|
645
|
+
</g>
|
|
646
|
+
</g>
|
|
647
|
+
<g transform="translate(4650, 218)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="BreadcrumbItem" data-compartment="2">
|
|
648
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="BreadcrumbItem" data-compartment="2">
|
|
649
|
+
|
|
650
|
+
</g>
|
|
651
|
+
</g>
|
|
652
|
+
</g>
|
|
653
|
+
<g data-name="BreadcrumbsProps">
|
|
654
|
+
<g fill="lightblue" stroke="#33322E" data-name="BreadcrumbsProps">
|
|
655
|
+
<rect x="1229.0" y="468.0" height="105.0" width="251.0" data-name="BreadcrumbsProps"></rect>
|
|
656
|
+
<path d="M1229.0 500.0 L1480.0 500.0" fill="none" data-name="BreadcrumbsProps"></path>
|
|
657
|
+
<path d="M1229.0 565.0 L1480.0 565.0" fill="none" data-name="BreadcrumbsProps"></path>
|
|
658
|
+
</g>
|
|
659
|
+
<g transform="translate(1229, 468)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="BreadcrumbsProps" data-compartment="0">
|
|
660
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="BreadcrumbsProps" data-compartment="0">
|
|
661
|
+
<a id="../src/components/Breadcrumbs/Breadcrumbs.types.ts.BreadcrumbsProps" xlink:href="../src/components/Breadcrumbs/Breadcrumbs.types.ts"><text x="117.5" y="14.1" stroke="none" text-anchor="middle" data-name="BreadcrumbsProps" data-compartment="0">BreadcrumbsProps</text></a>
|
|
662
|
+
|
|
663
|
+
</g>
|
|
664
|
+
</g>
|
|
665
|
+
<g transform="translate(1229, 500)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="BreadcrumbsProps" data-compartment="1">
|
|
666
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="BreadcrumbsProps" data-compartment="1">
|
|
667
|
+
<text x="0.0" y="14.1" stroke="none" data-name="BreadcrumbsProps" data-compartment="1">+items?: BreadcrumbItem[]</text>
|
|
668
|
+
<text x="0.0" y="30.3" stroke="none" data-name="BreadcrumbsProps" data-compartment="1">+className?: string</text>
|
|
669
|
+
<text x="0.0" y="46.5" stroke="none" data-name="BreadcrumbsProps" data-compartment="1">+collapseOnMobile?: boolean</text>
|
|
670
|
+
|
|
671
|
+
</g>
|
|
672
|
+
</g>
|
|
673
|
+
<g transform="translate(1229, 565)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="BreadcrumbsProps" data-compartment="2">
|
|
674
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="BreadcrumbsProps" data-compartment="2">
|
|
675
|
+
|
|
676
|
+
</g>
|
|
677
|
+
</g>
|
|
678
|
+
</g>
|
|
679
|
+
<g data-name="ButtonProps">
|
|
680
|
+
<g fill="lightblue" stroke="#33322E" data-name="ButtonProps">
|
|
681
|
+
<rect x="4953.0" y="56.5" height="218.0" width="264.0" data-name="ButtonProps"></rect>
|
|
682
|
+
<path d="M4953.0 88.5 L5217.0 88.5" fill="none" data-name="ButtonProps"></path>
|
|
683
|
+
<path d="M4953.0 266.5 L5217.0 266.5" fill="none" data-name="ButtonProps"></path>
|
|
684
|
+
</g>
|
|
685
|
+
<g transform="translate(4953, 56.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ButtonProps" data-compartment="0">
|
|
686
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="ButtonProps" data-compartment="0">
|
|
687
|
+
<a id="../src/components/Button/Button.types.ts.ButtonProps" xlink:href="../src/components/Button/Button.types.ts"><text x="124.0" y="14.1" stroke="none" text-anchor="middle" data-name="ButtonProps" data-compartment="0">ButtonProps</text></a>
|
|
688
|
+
|
|
689
|
+
</g>
|
|
690
|
+
</g>
|
|
691
|
+
<g transform="translate(4953, 88.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ButtonProps" data-compartment="1">
|
|
692
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="ButtonProps" data-compartment="1">
|
|
693
|
+
<text x="0.0" y="14.1" stroke="none" data-name="ButtonProps" data-compartment="1">+element?: string</text>
|
|
694
|
+
<text x="0.0" y="30.3" stroke="none" data-name="ButtonProps" data-compartment="1">+href?: string</text>
|
|
695
|
+
<text x="0.0" y="46.5" stroke="none" data-name="ButtonProps" data-compartment="1">+to?: To</text>
|
|
696
|
+
<text x="0.0" y="62.7" stroke="none" data-name="ButtonProps" data-compartment="1">+isStartButton?: boolean</text>
|
|
697
|
+
<text x="0.0" y="78.9" stroke="none" data-name="ButtonProps" data-compartment="1">+disabled?: boolean</text>
|
|
698
|
+
<text x="0.0" y="95.1" stroke="none" data-name="ButtonProps" data-compartment="1">+className?: string</text>
|
|
699
|
+
<text x="0.0" y="111.3" stroke="none" data-name="ButtonProps" data-compartment="1">+preventDoubleClick?: boolean</text>
|
|
700
|
+
<text x="0.0" y="127.5" stroke="none" data-name="ButtonProps" data-compartment="1">+name?: string</text>
|
|
701
|
+
<text x="0.0" y="143.7" stroke="none" data-name="ButtonProps" data-compartment="1">+type?: string</text>
|
|
702
|
+
<text x="0.0" y="159.9" stroke="none" data-name="ButtonProps" data-compartment="1">+children?: ReactNode</text>
|
|
703
|
+
|
|
704
|
+
</g>
|
|
705
|
+
</g>
|
|
706
|
+
<g transform="translate(4953, 266.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ButtonProps" data-compartment="2">
|
|
707
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="ButtonProps" data-compartment="2">
|
|
708
|
+
|
|
709
|
+
</g>
|
|
710
|
+
</g>
|
|
711
|
+
</g>
|
|
712
|
+
<g data-name="CardColumnProps">
|
|
713
|
+
<g fill="lightblue" stroke="#33322E" data-name="CardColumnProps">
|
|
714
|
+
<rect x="5257.0" y="113.0" height="105.0" width="160.0" data-name="CardColumnProps"></rect>
|
|
715
|
+
<path d="M5257.0 145.0 L5417.0 145.0" fill="none" data-name="CardColumnProps"></path>
|
|
716
|
+
<path d="M5257.0 210.0 L5417.0 210.0" fill="none" data-name="CardColumnProps"></path>
|
|
717
|
+
</g>
|
|
718
|
+
<g transform="translate(5257, 113)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="CardColumnProps" data-compartment="0">
|
|
719
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="CardColumnProps" data-compartment="0">
|
|
720
|
+
<a id="../src/components/CardColumn/CardColumn.types.ts.CardColumnProps" xlink:href="../src/components/CardColumn/CardColumn.types.ts"><text x="72.0" y="14.1" stroke="none" text-anchor="middle" data-name="CardColumnProps" data-compartment="0">CardColumnProps</text></a>
|
|
721
|
+
|
|
722
|
+
</g>
|
|
723
|
+
</g>
|
|
724
|
+
<g transform="translate(5257, 145)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="CardColumnProps" data-compartment="1">
|
|
725
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="CardColumnProps" data-compartment="1">
|
|
726
|
+
<text x="0.0" y="14.1" stroke="none" data-name="CardColumnProps" data-compartment="1">+link: string</text>
|
|
727
|
+
<text x="0.0" y="30.3" stroke="none" data-name="CardColumnProps" data-compartment="1">+header: string</text>
|
|
728
|
+
<text x="0.0" y="46.5" stroke="none" data-name="CardColumnProps" data-compartment="1">+body: string</text>
|
|
729
|
+
|
|
730
|
+
</g>
|
|
731
|
+
</g>
|
|
732
|
+
<g transform="translate(5257, 210)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="CardColumnProps" data-compartment="2">
|
|
733
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="CardColumnProps" data-compartment="2">
|
|
734
|
+
|
|
735
|
+
</g>
|
|
736
|
+
</g>
|
|
737
|
+
</g>
|
|
738
|
+
<g data-name="CardLayoutProps">
|
|
739
|
+
<g fill="lightblue" stroke="#33322E" data-name="CardLayoutProps">
|
|
740
|
+
<rect x="5457.0" y="121.5" height="88.0" width="294.0" data-name="CardLayoutProps"></rect>
|
|
741
|
+
<path d="M5457.0 153.5 L5751.0 153.5" fill="none" data-name="CardLayoutProps"></path>
|
|
742
|
+
<path d="M5457.0 201.5 L5751.0 201.5" fill="none" data-name="CardLayoutProps"></path>
|
|
743
|
+
</g>
|
|
744
|
+
<g transform="translate(5457, 121.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="CardLayoutProps" data-compartment="0">
|
|
745
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="CardLayoutProps" data-compartment="0">
|
|
746
|
+
<a id="../src/components/CardLayout/CardLayout.types.ts.CardLayoutProps" xlink:href="../src/components/CardLayout/CardLayout.types.ts"><text x="139.0" y="14.1" stroke="none" text-anchor="middle" data-name="CardLayoutProps" data-compartment="0">CardLayoutProps</text></a>
|
|
747
|
+
|
|
748
|
+
</g>
|
|
749
|
+
</g>
|
|
750
|
+
<g transform="translate(5457, 153.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="CardLayoutProps" data-compartment="1">
|
|
751
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="CardLayoutProps" data-compartment="1">
|
|
752
|
+
<text x="0.0" y="14.1" stroke="none" data-name="CardLayoutProps" data-compartment="1">+cardColumns: CardColumnProps[]</text>
|
|
753
|
+
<text x="0.0" y="30.3" stroke="none" data-name="CardLayoutProps" data-compartment="1">+numberOfGridColumns?: number</text>
|
|
754
|
+
|
|
755
|
+
</g>
|
|
756
|
+
</g>
|
|
757
|
+
<g transform="translate(5457, 201.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="CardLayoutProps" data-compartment="2">
|
|
758
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="CardLayoutProps" data-compartment="2">
|
|
759
|
+
|
|
760
|
+
</g>
|
|
761
|
+
</g>
|
|
762
|
+
</g>
|
|
763
|
+
<g data-name="CharacterCountProps">
|
|
764
|
+
<g fill="lightblue" stroke="#33322E" data-name="CharacterCountProps">
|
|
765
|
+
<rect x="5791.0" y="72.5" height="186.0" width="324.0" data-name="CharacterCountProps"></rect>
|
|
766
|
+
<path d="M5791.0 104.5 L6115.0 104.5" fill="none" data-name="CharacterCountProps"></path>
|
|
767
|
+
<path d="M5791.0 250.5 L6115.0 250.5" fill="none" data-name="CharacterCountProps"></path>
|
|
768
|
+
</g>
|
|
769
|
+
<g transform="translate(5791, 72.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="CharacterCountProps" data-compartment="0">
|
|
770
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="CharacterCountProps" data-compartment="0">
|
|
771
|
+
<a id="../src/components/CharacterCount/CharacterCount.types.ts.CharacterCountProps" xlink:href="../src/components/CharacterCount/CharacterCount.types.ts"><text x="154.0" y="14.1" stroke="none" text-anchor="middle" data-name="CharacterCountProps" data-compartment="0">CharacterCountProps</text></a>
|
|
772
|
+
|
|
773
|
+
</g>
|
|
774
|
+
</g>
|
|
775
|
+
<g transform="translate(5791, 104.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="CharacterCountProps" data-compartment="1">
|
|
776
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="CharacterCountProps" data-compartment="1">
|
|
777
|
+
<text x="0.0" y="14.1" stroke="none" data-name="CharacterCountProps" data-compartment="1">+id: string</text>
|
|
778
|
+
<text x="0.0" y="30.3" stroke="none" data-name="CharacterCountProps" data-compartment="1">+className?: string</text>
|
|
779
|
+
<text x="0.0" y="46.5" stroke="none" data-name="CharacterCountProps" data-compartment="1">+maxlength?: number</text>
|
|
780
|
+
<text x="0.0" y="62.7" stroke="none" data-name="CharacterCountProps" data-compartment="1">+threshold?: number</text>
|
|
781
|
+
<text x="0.0" y="78.9" stroke="none" data-name="CharacterCountProps" data-compartment="1">+maxwords?: number</text>
|
|
782
|
+
<text x="0.0" y="95.1" stroke="none" data-name="CharacterCountProps" data-compartment="1">+errorMessage?: ErrorMessageProps</text>
|
|
783
|
+
<text x="0.0" y="111.3" stroke="none" data-name="CharacterCountProps" data-compartment="1">+countMessage?: { className?: string</text>
|
|
784
|
+
<text x="0.0" y="127.5" stroke="none" data-name="CharacterCountProps" data-compartment="1">}</text>
|
|
785
|
+
|
|
786
|
+
</g>
|
|
787
|
+
</g>
|
|
788
|
+
<g transform="translate(5791, 250.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="CharacterCountProps" data-compartment="2">
|
|
789
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="CharacterCountProps" data-compartment="2">
|
|
790
|
+
|
|
791
|
+
</g>
|
|
792
|
+
</g>
|
|
793
|
+
</g>
|
|
794
|
+
<g data-name="CheckboxesProps">
|
|
795
|
+
<g fill="lightblue" stroke="#33322E" data-name="CheckboxesProps">
|
|
796
|
+
<rect x="6155.0" y="141.5" height="48.0" width="160.0" data-name="CheckboxesProps"></rect>
|
|
797
|
+
<path d="M6155.0 173.5 L6315.0 173.5" fill="none" data-name="CheckboxesProps"></path>
|
|
798
|
+
<path d="M6155.0 181.5 L6315.0 181.5" fill="none" data-name="CheckboxesProps"></path>
|
|
799
|
+
</g>
|
|
800
|
+
<g transform="translate(6155, 141.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="CheckboxesProps" data-compartment="0">
|
|
801
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="CheckboxesProps" data-compartment="0">
|
|
802
|
+
<a id="../src/components/Checkboxes/Checkboxes.types.ts.CheckboxesProps" xlink:href="../src/components/Checkboxes/Checkboxes.types.ts"><text x="72.0" y="14.1" stroke="none" text-anchor="middle" data-name="CheckboxesProps" data-compartment="0">CheckboxesProps</text></a>
|
|
803
|
+
|
|
804
|
+
</g>
|
|
805
|
+
</g>
|
|
806
|
+
<g transform="translate(6155, 173.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="CheckboxesProps" data-compartment="1">
|
|
807
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="CheckboxesProps" data-compartment="1">
|
|
808
|
+
|
|
809
|
+
</g>
|
|
810
|
+
</g>
|
|
811
|
+
<g transform="translate(6155, 181.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="CheckboxesProps" data-compartment="2">
|
|
812
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="CheckboxesProps" data-compartment="2">
|
|
813
|
+
|
|
814
|
+
</g>
|
|
815
|
+
</g>
|
|
816
|
+
</g>
|
|
817
|
+
<g data-name="CookieBannerMessageAction">
|
|
818
|
+
<g fill="lightblue" stroke="#33322E" data-name="CookieBannerMessageAction">
|
|
819
|
+
<rect x="6355.0" y="97.0" height="137.0" width="288.0" data-name="CookieBannerMessageAction"></rect>
|
|
820
|
+
<path d="M6355.0 129.0 L6643.0 129.0" fill="none" data-name="CookieBannerMessageAction"></path>
|
|
821
|
+
<path d="M6355.0 226.0 L6643.0 226.0" fill="none" data-name="CookieBannerMessageAction"></path>
|
|
822
|
+
</g>
|
|
823
|
+
<g transform="translate(6355, 97)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="CookieBannerMessageAction" data-compartment="0">
|
|
824
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="CookieBannerMessageAction" data-compartment="0">
|
|
825
|
+
<a id="../src/components/CookieBanner/CookieBanner.types.ts.CookieBannerMessageAction" xlink:href="../src/components/CookieBanner/CookieBanner.types.ts"><text x="136.0" y="14.1" stroke="none" text-anchor="middle" data-name="CookieBannerMessageAction" data-compartment="0">CookieBannerMessageAction</text></a>
|
|
826
|
+
|
|
827
|
+
</g>
|
|
828
|
+
</g>
|
|
829
|
+
<g transform="translate(6355, 129)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="CookieBannerMessageAction" data-compartment="1">
|
|
830
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="CookieBannerMessageAction" data-compartment="1">
|
|
831
|
+
<text x="0.0" y="14.1" stroke="none" data-name="CookieBannerMessageAction" data-compartment="1">+className?: string</text>
|
|
832
|
+
<text x="0.0" y="30.3" stroke="none" data-name="CookieBannerMessageAction" data-compartment="1">+href?: string</text>
|
|
833
|
+
<text x="0.0" y="46.5" stroke="none" data-name="CookieBannerMessageAction" data-compartment="1">+to?: string</text>
|
|
834
|
+
<text x="0.0" y="62.7" stroke="none" data-name="CookieBannerMessageAction" data-compartment="1">+children?: React.ReactNode</text>
|
|
835
|
+
<text x="0.0" y="78.9" stroke="none" data-name="CookieBannerMessageAction" data-compartment="1">+type?: "button" | "submit" | "reset"</text>
|
|
836
|
+
|
|
837
|
+
</g>
|
|
838
|
+
</g>
|
|
839
|
+
<g transform="translate(6355, 226)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="CookieBannerMessageAction" data-compartment="2">
|
|
840
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="CookieBannerMessageAction" data-compartment="2">
|
|
841
|
+
|
|
842
|
+
</g>
|
|
843
|
+
</g>
|
|
844
|
+
</g>
|
|
845
|
+
<g data-name="CookieBannerMessageItem">
|
|
846
|
+
<g fill="lightblue" stroke="#33322E" data-name="CookieBannerMessageItem">
|
|
847
|
+
<rect x="6683.0" y="97.0" height="137.0" width="346.0" data-name="CookieBannerMessageItem"></rect>
|
|
848
|
+
<path d="M6683.0 129.0 L7029.0 129.0" fill="none" data-name="CookieBannerMessageItem"></path>
|
|
849
|
+
<path d="M6683.0 226.0 L7029.0 226.0" fill="none" data-name="CookieBannerMessageItem"></path>
|
|
850
|
+
</g>
|
|
851
|
+
<g transform="translate(6683, 97)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="CookieBannerMessageItem" data-compartment="0">
|
|
852
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="CookieBannerMessageItem" data-compartment="0">
|
|
853
|
+
<a id="../src/components/CookieBanner/CookieBanner.types.ts.CookieBannerMessageItem" xlink:href="../src/components/CookieBanner/CookieBanner.types.ts"><text x="165.0" y="14.1" stroke="none" text-anchor="middle" data-name="CookieBannerMessageItem" data-compartment="0">CookieBannerMessageItem</text></a>
|
|
854
|
+
|
|
855
|
+
</g>
|
|
856
|
+
</g>
|
|
857
|
+
<g transform="translate(6683, 129)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="CookieBannerMessageItem" data-compartment="1">
|
|
858
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="CookieBannerMessageItem" data-compartment="1">
|
|
859
|
+
<text x="0.0" y="14.1" stroke="none" data-name="CookieBannerMessageItem" data-compartment="1">+headingChildren?: React.ReactNode</text>
|
|
860
|
+
<text x="0.0" y="30.3" stroke="none" data-name="CookieBannerMessageItem" data-compartment="1">+children?: React.ReactNode</text>
|
|
861
|
+
<text x="0.0" y="46.5" stroke="none" data-name="CookieBannerMessageItem" data-compartment="1">+aria-label?: string</text>
|
|
862
|
+
<text x="0.0" y="62.7" stroke="none" data-name="CookieBannerMessageItem" data-compartment="1">+actions?: CookieBannerMessageAction[]</text>
|
|
863
|
+
<text x="0.0" y="78.9" stroke="none" data-name="CookieBannerMessageItem" data-compartment="1">+className?: string</text>
|
|
864
|
+
|
|
865
|
+
</g>
|
|
866
|
+
</g>
|
|
867
|
+
<g transform="translate(6683, 226)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="CookieBannerMessageItem" data-compartment="2">
|
|
868
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="CookieBannerMessageItem" data-compartment="2">
|
|
869
|
+
|
|
870
|
+
</g>
|
|
871
|
+
</g>
|
|
872
|
+
</g>
|
|
873
|
+
<g data-name="CookieBannerProps">
|
|
874
|
+
<g fill="lightblue" stroke="#33322E" data-name="CookieBannerProps">
|
|
875
|
+
<rect x="7069.0" y="121.5" height="88.0" width="345.0" data-name="CookieBannerProps"></rect>
|
|
876
|
+
<path d="M7069.0 153.5 L7414.0 153.5" fill="none" data-name="CookieBannerProps"></path>
|
|
877
|
+
<path d="M7069.0 201.5 L7414.0 201.5" fill="none" data-name="CookieBannerProps"></path>
|
|
878
|
+
</g>
|
|
879
|
+
<g transform="translate(7069, 121.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="CookieBannerProps" data-compartment="0">
|
|
880
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="CookieBannerProps" data-compartment="0">
|
|
881
|
+
<a id="../src/components/CookieBanner/CookieBanner.types.ts.CookieBannerProps" xlink:href="../src/components/CookieBanner/CookieBanner.types.ts"><text x="164.5" y="14.1" stroke="none" text-anchor="middle" data-name="CookieBannerProps" data-compartment="0">CookieBannerProps</text></a>
|
|
882
|
+
|
|
883
|
+
</g>
|
|
884
|
+
</g>
|
|
885
|
+
<g transform="translate(7069, 153.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="CookieBannerProps" data-compartment="1">
|
|
886
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="CookieBannerProps" data-compartment="1">
|
|
887
|
+
<text x="0.0" y="14.1" stroke="none" data-name="CookieBannerProps" data-compartment="1">+className?: string</text>
|
|
888
|
+
<text x="0.0" y="30.3" stroke="none" data-name="CookieBannerProps" data-compartment="1">+messages: CookieBannerMessageItem[]</text>
|
|
889
|
+
|
|
890
|
+
</g>
|
|
891
|
+
</g>
|
|
892
|
+
<g transform="translate(7069, 201.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="CookieBannerProps" data-compartment="2">
|
|
893
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="CookieBannerProps" data-compartment="2">
|
|
894
|
+
|
|
895
|
+
</g>
|
|
896
|
+
</g>
|
|
897
|
+
</g>
|
|
898
|
+
<g data-name="DataNavigationProps">
|
|
899
|
+
<g fill="lightblue" stroke="#33322E" data-name="DataNavigationProps">
|
|
900
|
+
<rect x="7454.0" y="81.0" height="169.0" width="304.0" data-name="DataNavigationProps"></rect>
|
|
901
|
+
<path d="M7454.0 113.0 L7758.0 113.0" fill="none" data-name="DataNavigationProps"></path>
|
|
902
|
+
<path d="M7454.0 242.0 L7758.0 242.0" fill="none" data-name="DataNavigationProps"></path>
|
|
903
|
+
</g>
|
|
904
|
+
<g transform="translate(7454, 81)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="DataNavigationProps" data-compartment="0">
|
|
905
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="DataNavigationProps" data-compartment="0">
|
|
906
|
+
<a id="../src/components/DataNavigation/DataNavigation.types.ts.DataNavigationProps" xlink:href="../src/components/DataNavigation/DataNavigation.types.ts"><text x="144.0" y="14.1" stroke="none" text-anchor="middle" data-name="DataNavigationProps" data-compartment="0">DataNavigationProps</text></a>
|
|
907
|
+
|
|
908
|
+
</g>
|
|
909
|
+
</g>
|
|
910
|
+
<g transform="translate(7454, 113)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="DataNavigationProps" data-compartment="1">
|
|
911
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="DataNavigationProps" data-compartment="1">
|
|
912
|
+
<text x="0.0" y="14.1" stroke="none" data-name="DataNavigationProps" data-compartment="1">+dataId: number</text>
|
|
913
|
+
<text x="0.0" y="30.3" stroke="none" data-name="DataNavigationProps" data-compartment="1">+setDataFocus: (id: number) => void</text>
|
|
914
|
+
<text x="0.0" y="46.5" stroke="none" data-name="DataNavigationProps" data-compartment="1">+previousText: string</text>
|
|
915
|
+
<text x="0.0" y="62.7" stroke="none" data-name="DataNavigationProps" data-compartment="1">+previousCondition: boolean</text>
|
|
916
|
+
<text x="0.0" y="78.9" stroke="none" data-name="DataNavigationProps" data-compartment="1">+nextText: string</text>
|
|
917
|
+
<text x="0.0" y="95.1" stroke="none" data-name="DataNavigationProps" data-compartment="1">+nextCondition: boolean</text>
|
|
918
|
+
<text x="0.0" y="111.3" stroke="none" data-name="DataNavigationProps" data-compartment="1">+dataDescription?: string</text>
|
|
919
|
+
|
|
920
|
+
</g>
|
|
921
|
+
</g>
|
|
922
|
+
<g transform="translate(7454, 242)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="DataNavigationProps" data-compartment="2">
|
|
923
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="DataNavigationProps" data-compartment="2">
|
|
924
|
+
|
|
925
|
+
</g>
|
|
926
|
+
</g>
|
|
927
|
+
</g>
|
|
928
|
+
<g data-name="DateInputItem">
|
|
929
|
+
<g fill="lightblue" stroke="#33322E" data-name="DateInputItem">
|
|
930
|
+
<rect x="7798.0" y="72.5" height="186.0" width="658.0" data-name="DateInputItem"></rect>
|
|
931
|
+
<path d="M7798.0 104.5 L8456.0 104.5" fill="none" data-name="DateInputItem"></path>
|
|
932
|
+
<path d="M7798.0 250.5 L8456.0 250.5" fill="none" data-name="DateInputItem"></path>
|
|
933
|
+
</g>
|
|
934
|
+
<g transform="translate(7798, 72.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="DateInputItem" data-compartment="0">
|
|
935
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="DateInputItem" data-compartment="0">
|
|
936
|
+
<a id="../src/components/DateInput/DateInput.types.ts.DateInputItem" xlink:href="../src/components/DateInput/DateInput.types.ts"><text x="321.0" y="14.1" stroke="none" text-anchor="middle" data-name="DateInputItem" data-compartment="0">DateInputItem</text></a>
|
|
937
|
+
|
|
938
|
+
</g>
|
|
939
|
+
</g>
|
|
940
|
+
<g transform="translate(7798, 104.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="DateInputItem" data-compartment="1">
|
|
941
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="DateInputItem" data-compartment="1">
|
|
942
|
+
<text x="0.0" y="14.1" stroke="none" data-name="DateInputItem" data-compartment="1">+name: string</text>
|
|
943
|
+
<text x="0.0" y="30.3" stroke="none" data-name="DateInputItem" data-compartment="1">+className?: string</text>
|
|
944
|
+
<text x="0.0" y="46.5" stroke="none" data-name="DateInputItem" data-compartment="1">+type?: string</text>
|
|
945
|
+
<text x="0.0" y="62.7" stroke="none" data-name="DateInputItem" data-compartment="1">+label?: string</text>
|
|
946
|
+
<text x="0.0" y="78.9" stroke="none" data-name="DateInputItem" data-compartment="1">+reactListKey?: string | number</text>
|
|
947
|
+
<text x="0.0" y="95.1" stroke="none" data-name="DateInputItem" data-compartment="1">+id?: string</text>
|
|
948
|
+
<text x="0.0" y="111.3" stroke="none" data-name="DateInputItem" data-compartment="1">+pattern?: string</text>
|
|
949
|
+
<text x="0.0" y="127.5" stroke="none" data-name="DateInputItem" data-compartment="1">+inputMode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal"</text>
|
|
950
|
+
|
|
951
|
+
</g>
|
|
952
|
+
</g>
|
|
953
|
+
<g transform="translate(7798, 250.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="DateInputItem" data-compartment="2">
|
|
954
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="DateInputItem" data-compartment="2">
|
|
955
|
+
|
|
956
|
+
</g>
|
|
957
|
+
</g>
|
|
958
|
+
</g>
|
|
959
|
+
<g data-name="DateInputProps">
|
|
960
|
+
<g fill="lightblue" stroke="#33322E" data-name="DateInputProps">
|
|
961
|
+
<rect x="8496.0" y="48.5" height="234.0" width="524.0" data-name="DateInputProps"></rect>
|
|
962
|
+
<path d="M8496.0 80.5 L9020.0 80.5" fill="none" data-name="DateInputProps"></path>
|
|
963
|
+
<path d="M8496.0 274.5 L9020.0 274.5" fill="none" data-name="DateInputProps"></path>
|
|
964
|
+
</g>
|
|
965
|
+
<g transform="translate(8496, 48.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="DateInputProps" data-compartment="0">
|
|
966
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="DateInputProps" data-compartment="0">
|
|
967
|
+
<a id="../src/components/DateInput/DateInput.types.ts.DateInputProps" xlink:href="../src/components/DateInput/DateInput.types.ts"><text x="254.0" y="14.1" stroke="none" text-anchor="middle" data-name="DateInputProps" data-compartment="0">DateInputProps</text></a>
|
|
968
|
+
|
|
969
|
+
</g>
|
|
970
|
+
</g>
|
|
971
|
+
<g transform="translate(8496, 80.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="DateInputProps" data-compartment="1">
|
|
972
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="DateInputProps" data-compartment="1">
|
|
973
|
+
<text x="0.0" y="14.1" stroke="none" data-name="DateInputProps" data-compartment="1">+className?: string</text>
|
|
974
|
+
<text x="0.0" y="30.3" stroke="none" data-name="DateInputProps" data-compartment="1">+errorMessage?: ErrorMessageProps</text>
|
|
975
|
+
<text x="0.0" y="46.5" stroke="none" data-name="DateInputProps" data-compartment="1">+fieldset?: FieldsetProps</text>
|
|
976
|
+
<text x="0.0" y="62.7" stroke="none" data-name="DateInputProps" data-compartment="1">+formGroup?: { [key: string]: unknown</text>
|
|
977
|
+
<text x="0.0" y="78.9" stroke="none" data-name="DateInputProps" data-compartment="1">className?: string</text>
|
|
978
|
+
<text x="0.0" y="95.1" stroke="none" data-name="DateInputProps" data-compartment="1">}</text>
|
|
979
|
+
<text x="0.0" y="111.3" stroke="none" data-name="DateInputProps" data-compartment="1">+hint?: HintProps</text>
|
|
980
|
+
<text x="0.0" y="127.5" stroke="none" data-name="DateInputProps" data-compartment="1">+id?: string</text>
|
|
981
|
+
<text x="0.0" y="143.7" stroke="none" data-name="DateInputProps" data-compartment="1">+items?: DateInputItem[]</text>
|
|
982
|
+
<text x="0.0" y="159.9" stroke="none" data-name="DateInputProps" data-compartment="1">+namePrefix?: string</text>
|
|
983
|
+
<text x="0.0" y="176.1" stroke="none" data-name="DateInputProps" data-compartment="1">+onChange: (event: ChangeEvent<HTMLInputElement>) => void</text>
|
|
984
|
+
|
|
985
|
+
</g>
|
|
986
|
+
</g>
|
|
987
|
+
<g transform="translate(8496, 274.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="DateInputProps" data-compartment="2">
|
|
988
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="DateInputProps" data-compartment="2">
|
|
989
|
+
|
|
990
|
+
</g>
|
|
991
|
+
</g>
|
|
992
|
+
</g>
|
|
993
|
+
<g data-name="DetailsProps">
|
|
994
|
+
<g fill="lightblue" stroke="#33322E" data-name="DetailsProps">
|
|
995
|
+
<rect x="9060.0" y="113.0" height="105.0" width="262.0" data-name="DetailsProps"></rect>
|
|
996
|
+
<path d="M9060.0 145.0 L9322.0 145.0" fill="none" data-name="DetailsProps"></path>
|
|
997
|
+
<path d="M9060.0 210.0 L9322.0 210.0" fill="none" data-name="DetailsProps"></path>
|
|
998
|
+
</g>
|
|
999
|
+
<g transform="translate(9060, 113)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="DetailsProps" data-compartment="0">
|
|
1000
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="DetailsProps" data-compartment="0">
|
|
1001
|
+
<a id="../src/components/Details/Details.types.ts.DetailsProps" xlink:href="../src/components/Details/Details.types.ts"><text x="123.0" y="14.1" stroke="none" text-anchor="middle" data-name="DetailsProps" data-compartment="0">DetailsProps</text></a>
|
|
1002
|
+
|
|
1003
|
+
</g>
|
|
1004
|
+
</g>
|
|
1005
|
+
<g transform="translate(9060, 145)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="DetailsProps" data-compartment="1">
|
|
1006
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="DetailsProps" data-compartment="1">
|
|
1007
|
+
<text x="0.0" y="14.1" stroke="none" data-name="DetailsProps" data-compartment="1">+className?: string</text>
|
|
1008
|
+
<text x="0.0" y="30.3" stroke="none" data-name="DetailsProps" data-compartment="1">+children: ReactNode</text>
|
|
1009
|
+
<text x="0.0" y="46.5" stroke="none" data-name="DetailsProps" data-compartment="1">+summaryChildren: ReactNode</text>
|
|
1010
|
+
|
|
1011
|
+
</g>
|
|
1012
|
+
</g>
|
|
1013
|
+
<g transform="translate(9060, 210)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="DetailsProps" data-compartment="2">
|
|
1014
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="DetailsProps" data-compartment="2">
|
|
1015
|
+
|
|
1016
|
+
</g>
|
|
1017
|
+
</g>
|
|
1018
|
+
</g>
|
|
1019
|
+
<g data-name="DifferenceNavigationProps">
|
|
1020
|
+
<g fill="lightblue" stroke="#33322E" data-name="DifferenceNavigationProps">
|
|
1021
|
+
<rect x="9362.0" y="97.0" height="137.0" width="348.0" data-name="DifferenceNavigationProps"></rect>
|
|
1022
|
+
<path d="M9362.0 129.0 L9710.0 129.0" fill="none" data-name="DifferenceNavigationProps"></path>
|
|
1023
|
+
<path d="M9362.0 226.0 L9710.0 226.0" fill="none" data-name="DifferenceNavigationProps"></path>
|
|
1024
|
+
</g>
|
|
1025
|
+
<g transform="translate(9362, 97)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="DifferenceNavigationProps" data-compartment="0">
|
|
1026
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="DifferenceNavigationProps" data-compartment="0">
|
|
1027
|
+
<a id="../src/components/DifferenceNavigation/DifferenceNavigation.types.ts.DifferenceNavigationProps" xlink:href="../src/components/DifferenceNavigation/DifferenceNavigation.types.ts"><text x="166.0" y="14.1" stroke="none" text-anchor="middle" data-name="DifferenceNavigationProps" data-compartment="0">DifferenceNavigationProps</text></a>
|
|
1028
|
+
|
|
1029
|
+
</g>
|
|
1030
|
+
</g>
|
|
1031
|
+
<g transform="translate(9362, 129)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="DifferenceNavigationProps" data-compartment="1">
|
|
1032
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="DifferenceNavigationProps" data-compartment="1">
|
|
1033
|
+
<text x="0.0" y="14.1" stroke="none" data-name="DifferenceNavigationProps" data-compartment="1">+differenceId: number</text>
|
|
1034
|
+
<text x="0.0" y="30.3" stroke="none" data-name="DifferenceNavigationProps" data-compartment="1">+setDifferenceFocus: (id: number) => void</text>
|
|
1035
|
+
<text x="0.0" y="46.5" stroke="none" data-name="DifferenceNavigationProps" data-compartment="1">+totalDifferences: number</text>
|
|
1036
|
+
<text x="0.0" y="62.7" stroke="none" data-name="DifferenceNavigationProps" data-compartment="1">+keyword?: string</text>
|
|
1037
|
+
<text x="0.0" y="78.9" stroke="none" data-name="DifferenceNavigationProps" data-compartment="1">+plural?: string</text>
|
|
1038
|
+
|
|
1039
|
+
</g>
|
|
1040
|
+
</g>
|
|
1041
|
+
<g transform="translate(9362, 226)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="DifferenceNavigationProps" data-compartment="2">
|
|
1042
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="DifferenceNavigationProps" data-compartment="2">
|
|
1043
|
+
|
|
1044
|
+
</g>
|
|
1045
|
+
</g>
|
|
1046
|
+
</g>
|
|
1047
|
+
<g data-name="ErrorBoundary">
|
|
1048
|
+
<g fill="#eee8d5" stroke="#33322E" data-name="ErrorBoundary">
|
|
1049
|
+
<rect x="9563.5" y="468.0" height="105.0" width="527.0" data-name="ErrorBoundary"></rect>
|
|
1050
|
+
<path d="M9563.5 500.0 L10090.5 500.0" fill="none" data-name="ErrorBoundary"></path>
|
|
1051
|
+
<path d="M9563.5 508.0 L10090.5 508.0" fill="none" data-name="ErrorBoundary"></path>
|
|
1052
|
+
</g>
|
|
1053
|
+
<g transform="translate(9563.5, 468)" font-family="Helvetica" font-size="12pt" font-weight="bold" font-style="normal" data-name="ErrorBoundary" data-compartment="0">
|
|
1054
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="ErrorBoundary" data-compartment="0">
|
|
1055
|
+
<a id="../src/components/ErrorBoundary/ErrorBoundary.ts.ErrorBoundary" xlink:href="../src/components/ErrorBoundary/ErrorBoundary.ts"><text x="255.5" y="14.1" stroke="none" text-anchor="middle" data-name="ErrorBoundary" data-compartment="0">ErrorBoundary</text></a>
|
|
1056
|
+
|
|
1057
|
+
</g>
|
|
1058
|
+
</g>
|
|
1059
|
+
<g transform="translate(9563.5, 500)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ErrorBoundary" data-compartment="1">
|
|
1060
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="ErrorBoundary" data-compartment="1">
|
|
1061
|
+
|
|
1062
|
+
</g>
|
|
1063
|
+
</g>
|
|
1064
|
+
<g transform="translate(9563.5, 508)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ErrorBoundary" data-compartment="2">
|
|
1065
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="ErrorBoundary" data-compartment="2">
|
|
1066
|
+
<text x="0.0" y="14.1" stroke="none" data-name="ErrorBoundary" data-compartment="2">+static getDerivedStateFromError(): Partial<ErrorBoundaryState></text>
|
|
1067
|
+
<text x="0.0" y="30.3" stroke="none" data-name="ErrorBoundary" data-compartment="2">+componentDidCatch(): void</text>
|
|
1068
|
+
<text x="0.0" y="46.5" stroke="none" data-name="ErrorBoundary" data-compartment="2">+render(): ReactNode</text>
|
|
1069
|
+
|
|
1070
|
+
</g>
|
|
1071
|
+
</g>
|
|
1072
|
+
</g>
|
|
1073
|
+
<g data-name="Component<P,S>">
|
|
1074
|
+
<g fill="#eee8d5" stroke="#33322E" data-name="Component<P,S>">
|
|
1075
|
+
<rect x="9750.0" y="149.5" height="32.0" width="154.0" data-name="Component<P,S>"></rect>
|
|
1076
|
+
</g>
|
|
1077
|
+
<g transform="translate(9750, 149.5)" font-family="Helvetica" font-size="12pt" font-weight="bold" font-style="normal" data-name="Component<P,S>" data-compartment="0">
|
|
1078
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="Component<P,S>" data-compartment="0">
|
|
1079
|
+
<text x="69.0" y="14.1" stroke="none" text-anchor="middle" data-name="Component<P,S>" data-compartment="0">Component<P,S></text>
|
|
1080
|
+
|
|
1081
|
+
</g>
|
|
1082
|
+
</g>
|
|
1083
|
+
</g>
|
|
1084
|
+
<g data-name="ErrorBoundaryProps">
|
|
1085
|
+
<g fill="lightblue" stroke="#33322E" data-name="ErrorBoundaryProps">
|
|
1086
|
+
<rect x="9944.0" y="105.0" height="121.0" width="222.0" data-name="ErrorBoundaryProps"></rect>
|
|
1087
|
+
<path d="M9944.0 137.0 L10166.0 137.0" fill="none" data-name="ErrorBoundaryProps"></path>
|
|
1088
|
+
<path d="M9944.0 218.0 L10166.0 218.0" fill="none" data-name="ErrorBoundaryProps"></path>
|
|
1089
|
+
</g>
|
|
1090
|
+
<g transform="translate(9944, 105)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ErrorBoundaryProps" data-compartment="0">
|
|
1091
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="ErrorBoundaryProps" data-compartment="0">
|
|
1092
|
+
<a id="../src/components/ErrorBoundary/ErrorBoundary.types.ts.ErrorBoundaryProps" xlink:href="../src/components/ErrorBoundary/ErrorBoundary.types.ts"><text x="103.0" y="14.1" stroke="none" text-anchor="middle" data-name="ErrorBoundaryProps" data-compartment="0">ErrorBoundaryProps</text></a>
|
|
1093
|
+
|
|
1094
|
+
</g>
|
|
1095
|
+
</g>
|
|
1096
|
+
<g transform="translate(9944, 137)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ErrorBoundaryProps" data-compartment="1">
|
|
1097
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="ErrorBoundaryProps" data-compartment="1">
|
|
1098
|
+
<text x="0.0" y="14.1" stroke="none" data-name="ErrorBoundaryProps" data-compartment="1">+children: ReactNode</text>
|
|
1099
|
+
<text x="0.0" y="30.3" stroke="none" data-name="ErrorBoundaryProps" data-compartment="1">+message?: string</text>
|
|
1100
|
+
<text x="0.0" y="46.5" stroke="none" data-name="ErrorBoundaryProps" data-compartment="1">+applicationName?: string</text>
|
|
1101
|
+
<text x="0.0" y="62.7" stroke="none" data-name="ErrorBoundaryProps" data-compartment="1">+basePageName?: string</text>
|
|
1102
|
+
|
|
1103
|
+
</g>
|
|
1104
|
+
</g>
|
|
1105
|
+
<g transform="translate(9944, 218)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ErrorBoundaryProps" data-compartment="2">
|
|
1106
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="ErrorBoundaryProps" data-compartment="2">
|
|
1107
|
+
|
|
1108
|
+
</g>
|
|
1109
|
+
</g>
|
|
1110
|
+
</g>
|
|
1111
|
+
<g data-name="ErrorBoundaryState">
|
|
1112
|
+
<g fill="lightblue" stroke="#33322E" data-name="ErrorBoundaryState">
|
|
1113
|
+
<rect x="10206.0" y="113.0" height="105.0" width="212.0" data-name="ErrorBoundaryState"></rect>
|
|
1114
|
+
<path d="M10206.0 145.0 L10418.0 145.0" fill="none" data-name="ErrorBoundaryState"></path>
|
|
1115
|
+
<path d="M10206.0 210.0 L10418.0 210.0" fill="none" data-name="ErrorBoundaryState"></path>
|
|
1116
|
+
</g>
|
|
1117
|
+
<g transform="translate(10206, 113)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ErrorBoundaryState" data-compartment="0">
|
|
1118
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="ErrorBoundaryState" data-compartment="0">
|
|
1119
|
+
<a id="../src/components/ErrorBoundary/ErrorBoundary.types.ts.ErrorBoundaryState" xlink:href="../src/components/ErrorBoundary/ErrorBoundary.types.ts"><text x="98.0" y="14.1" stroke="none" text-anchor="middle" data-name="ErrorBoundaryState" data-compartment="0">ErrorBoundaryState</text></a>
|
|
1120
|
+
|
|
1121
|
+
</g>
|
|
1122
|
+
</g>
|
|
1123
|
+
<g transform="translate(10206, 145)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ErrorBoundaryState" data-compartment="1">
|
|
1124
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="ErrorBoundaryState" data-compartment="1">
|
|
1125
|
+
<text x="0.0" y="14.1" stroke="none" data-name="ErrorBoundaryState" data-compartment="1">+hasError: boolean</text>
|
|
1126
|
+
<text x="0.0" y="30.3" stroke="none" data-name="ErrorBoundaryState" data-compartment="1">+message: string</text>
|
|
1127
|
+
<text x="0.0" y="46.5" stroke="none" data-name="ErrorBoundaryState" data-compartment="1">+applicationName: string</text>
|
|
1128
|
+
|
|
1129
|
+
</g>
|
|
1130
|
+
</g>
|
|
1131
|
+
<g transform="translate(10206, 210)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ErrorBoundaryState" data-compartment="2">
|
|
1132
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="ErrorBoundaryState" data-compartment="2">
|
|
1133
|
+
|
|
1134
|
+
</g>
|
|
1135
|
+
</g>
|
|
1136
|
+
</g>
|
|
1137
|
+
<g data-name="ErrorMessageProps">
|
|
1138
|
+
<g fill="lightblue" stroke="#33322E" data-name="ErrorMessageProps">
|
|
1139
|
+
<rect x="1520.0" y="468.0" height="105.0" width="239.0" data-name="ErrorMessageProps"></rect>
|
|
1140
|
+
<path d="M1520.0 500.0 L1759.0 500.0" fill="none" data-name="ErrorMessageProps"></path>
|
|
1141
|
+
<path d="M1520.0 565.0 L1759.0 565.0" fill="none" data-name="ErrorMessageProps"></path>
|
|
1142
|
+
</g>
|
|
1143
|
+
<g transform="translate(1520, 468)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ErrorMessageProps" data-compartment="0">
|
|
1144
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="ErrorMessageProps" data-compartment="0">
|
|
1145
|
+
<a id="../src/components/ErrorMessage/ErrorMessage.types.ts.ErrorMessageProps" xlink:href="../src/components/ErrorMessage/ErrorMessage.types.ts"><text x="111.5" y="14.1" stroke="none" text-anchor="middle" data-name="ErrorMessageProps" data-compartment="0">ErrorMessageProps</text></a>
|
|
1146
|
+
|
|
1147
|
+
</g>
|
|
1148
|
+
</g>
|
|
1149
|
+
<g transform="translate(1520, 500)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ErrorMessageProps" data-compartment="1">
|
|
1150
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="ErrorMessageProps" data-compartment="1">
|
|
1151
|
+
<text x="0.0" y="14.1" stroke="none" data-name="ErrorMessageProps" data-compartment="1">+className?: string</text>
|
|
1152
|
+
<text x="0.0" y="30.3" stroke="none" data-name="ErrorMessageProps" data-compartment="1">+children?: ReactNode</text>
|
|
1153
|
+
<text x="0.0" y="46.5" stroke="none" data-name="ErrorMessageProps" data-compartment="1">+visuallyHiddenText?: string</text>
|
|
1154
|
+
|
|
1155
|
+
</g>
|
|
1156
|
+
</g>
|
|
1157
|
+
<g transform="translate(1520, 565)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ErrorMessageProps" data-compartment="2">
|
|
1158
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="ErrorMessageProps" data-compartment="2">
|
|
1159
|
+
|
|
1160
|
+
</g>
|
|
1161
|
+
</g>
|
|
1162
|
+
</g>
|
|
1163
|
+
<g data-name="ErrorSummaryProps">
|
|
1164
|
+
<g fill="lightblue" stroke="#33322E" data-name="ErrorSummaryProps">
|
|
1165
|
+
<rect x="1799.0" y="419.5" height="202.0" width="296.0" data-name="ErrorSummaryProps"></rect>
|
|
1166
|
+
<path d="M1799.0 451.5 L2095.0 451.5" fill="none" data-name="ErrorSummaryProps"></path>
|
|
1167
|
+
<path d="M1799.0 613.5 L2095.0 613.5" fill="none" data-name="ErrorSummaryProps"></path>
|
|
1168
|
+
</g>
|
|
1169
|
+
<g transform="translate(1799, 419.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ErrorSummaryProps" data-compartment="0">
|
|
1170
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="ErrorSummaryProps" data-compartment="0">
|
|
1171
|
+
<a id="../src/components/ErrorSummary/ErrorSummary.types.ts.ErrorSummaryProps" xlink:href="../src/components/ErrorSummary/ErrorSummary.types.ts"><text x="140.0" y="14.1" stroke="none" text-anchor="middle" data-name="ErrorSummaryProps" data-compartment="0">ErrorSummaryProps</text></a>
|
|
1172
|
+
|
|
1173
|
+
</g>
|
|
1174
|
+
</g>
|
|
1175
|
+
<g transform="translate(1799, 451.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ErrorSummaryProps" data-compartment="1">
|
|
1176
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="ErrorSummaryProps" data-compartment="1">
|
|
1177
|
+
<text x="0.0" y="14.1" stroke="none" data-name="ErrorSummaryProps" data-compartment="1">+className?: string</text>
|
|
1178
|
+
<text x="0.0" y="30.3" stroke="none" data-name="ErrorSummaryProps" data-compartment="1">+descriptionChildren?: ReactNode</text>
|
|
1179
|
+
<text x="0.0" y="46.5" stroke="none" data-name="ErrorSummaryProps" data-compartment="1">+errorList?: { [key: string]: unknown</text>
|
|
1180
|
+
<text x="0.0" y="62.7" stroke="none" data-name="ErrorSummaryProps" data-compartment="1">reactListKey?: string | number</text>
|
|
1181
|
+
<text x="0.0" y="78.9" stroke="none" data-name="ErrorSummaryProps" data-compartment="1">children: ReactNode</text>
|
|
1182
|
+
<text x="0.0" y="95.1" stroke="none" data-name="ErrorSummaryProps" data-compartment="1">href?: string</text>
|
|
1183
|
+
<text x="0.0" y="111.3" stroke="none" data-name="ErrorSummaryProps" data-compartment="1">}[]</text>
|
|
1184
|
+
<text x="0.0" y="127.5" stroke="none" data-name="ErrorSummaryProps" data-compartment="1">+titleChildren?: ReactNode</text>
|
|
1185
|
+
<text x="0.0" y="143.7" stroke="none" data-name="ErrorSummaryProps" data-compartment="1">+disableAutoFocus?: boolean</text>
|
|
1186
|
+
|
|
1187
|
+
</g>
|
|
1188
|
+
</g>
|
|
1189
|
+
<g transform="translate(1799, 613.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ErrorSummaryProps" data-compartment="2">
|
|
1190
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="ErrorSummaryProps" data-compartment="2">
|
|
1191
|
+
|
|
1192
|
+
</g>
|
|
1193
|
+
</g>
|
|
1194
|
+
</g>
|
|
1195
|
+
<g data-name="LegendProps">
|
|
1196
|
+
<g fill="lightblue" stroke="#33322E" data-name="LegendProps">
|
|
1197
|
+
<rect x="10458.0" y="113.0" height="105.0" width="230.0" data-name="LegendProps"></rect>
|
|
1198
|
+
<path d="M10458.0 145.0 L10688.0 145.0" fill="none" data-name="LegendProps"></path>
|
|
1199
|
+
<path d="M10458.0 210.0 L10688.0 210.0" fill="none" data-name="LegendProps"></path>
|
|
1200
|
+
</g>
|
|
1201
|
+
<g transform="translate(10458, 113)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="LegendProps" data-compartment="0">
|
|
1202
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="LegendProps" data-compartment="0">
|
|
1203
|
+
<a id="../src/components/Fieldset/Fieldset.types.ts.LegendProps" xlink:href="../src/components/Fieldset/Fieldset.types.ts"><text x="107.0" y="14.1" stroke="none" text-anchor="middle" data-name="LegendProps" data-compartment="0">LegendProps</text></a>
|
|
1204
|
+
|
|
1205
|
+
</g>
|
|
1206
|
+
</g>
|
|
1207
|
+
<g transform="translate(10458, 145)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="LegendProps" data-compartment="1">
|
|
1208
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="LegendProps" data-compartment="1">
|
|
1209
|
+
<text x="0.0" y="14.1" stroke="none" data-name="LegendProps" data-compartment="1">+children: ReactNode</text>
|
|
1210
|
+
<text x="0.0" y="30.3" stroke="none" data-name="LegendProps" data-compartment="1">+className?: string</text>
|
|
1211
|
+
<text x="0.0" y="46.5" stroke="none" data-name="LegendProps" data-compartment="1">+isPageHeading?: boolean</text>
|
|
1212
|
+
|
|
1213
|
+
</g>
|
|
1214
|
+
</g>
|
|
1215
|
+
<g transform="translate(10458, 210)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="LegendProps" data-compartment="2">
|
|
1216
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="LegendProps" data-compartment="2">
|
|
1217
|
+
|
|
1218
|
+
</g>
|
|
1219
|
+
</g>
|
|
1220
|
+
</g>
|
|
1221
|
+
<g data-name="FieldsetProps">
|
|
1222
|
+
<g fill="lightblue" stroke="#33322E" data-name="FieldsetProps">
|
|
1223
|
+
<rect x="10731.0" y="460.0" height="121.0" width="223.0" data-name="FieldsetProps"></rect>
|
|
1224
|
+
<path d="M10731.0 492.0 L10954.0 492.0" fill="none" data-name="FieldsetProps"></path>
|
|
1225
|
+
<path d="M10731.0 573.0 L10954.0 573.0" fill="none" data-name="FieldsetProps"></path>
|
|
1226
|
+
</g>
|
|
1227
|
+
<g transform="translate(10731, 460)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="FieldsetProps" data-compartment="0">
|
|
1228
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="FieldsetProps" data-compartment="0">
|
|
1229
|
+
<a id="../src/components/Fieldset/Fieldset.types.ts.FieldsetProps" xlink:href="../src/components/Fieldset/Fieldset.types.ts"><text x="103.5" y="14.1" stroke="none" text-anchor="middle" data-name="FieldsetProps" data-compartment="0">FieldsetProps</text></a>
|
|
1230
|
+
|
|
1231
|
+
</g>
|
|
1232
|
+
</g>
|
|
1233
|
+
<g transform="translate(10731, 492)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="FieldsetProps" data-compartment="1">
|
|
1234
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="FieldsetProps" data-compartment="1">
|
|
1235
|
+
<text x="0.0" y="14.1" stroke="none" data-name="FieldsetProps" data-compartment="1">+className?: string</text>
|
|
1236
|
+
<text x="0.0" y="30.3" stroke="none" data-name="FieldsetProps" data-compartment="1">+legend?: LegendProps</text>
|
|
1237
|
+
<text x="0.0" y="46.5" stroke="none" data-name="FieldsetProps" data-compartment="1">+children: ReactNode</text>
|
|
1238
|
+
<text x="0.0" y="62.7" stroke="none" data-name="FieldsetProps" data-compartment="1">+aria-describedby?: string</text>
|
|
1239
|
+
|
|
1240
|
+
</g>
|
|
1241
|
+
</g>
|
|
1242
|
+
<g transform="translate(10731, 573)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="FieldsetProps" data-compartment="2">
|
|
1243
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="FieldsetProps" data-compartment="2">
|
|
1244
|
+
|
|
1245
|
+
</g>
|
|
1246
|
+
</g>
|
|
1247
|
+
</g>
|
|
1248
|
+
<g data-name="FieldsetHTMLAttributes<T>">
|
|
1249
|
+
<g fill="#eee8d5" stroke="#33322E" data-name="FieldsetHTMLAttributes<T>">
|
|
1250
|
+
<rect x="10728.0" y="149.5" height="32.0" width="229.0" data-name="FieldsetHTMLAttributes<T>"></rect>
|
|
1251
|
+
</g>
|
|
1252
|
+
<g transform="translate(10728, 149.5)" font-family="Helvetica" font-size="12pt" font-weight="bold" font-style="normal" data-name="FieldsetHTMLAttributes<T>" data-compartment="0">
|
|
1253
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="FieldsetHTMLAttributes<T>" data-compartment="0">
|
|
1254
|
+
<text x="106.5" y="14.1" stroke="none" text-anchor="middle" data-name="FieldsetHTMLAttributes<T>" data-compartment="0">FieldsetHTMLAttributes<T></text>
|
|
1255
|
+
|
|
1256
|
+
</g>
|
|
1257
|
+
</g>
|
|
1258
|
+
</g>
|
|
1259
|
+
<g data-name="FileUploadProps">
|
|
1260
|
+
<g fill="lightblue" stroke="#33322E" data-name="FileUploadProps">
|
|
1261
|
+
<rect x="10994.0" y="419.5" height="202.0" width="314.0" data-name="FileUploadProps"></rect>
|
|
1262
|
+
<path d="M10994.0 451.5 L11308.0 451.5" fill="none" data-name="FileUploadProps"></path>
|
|
1263
|
+
<path d="M10994.0 613.5 L11308.0 613.5" fill="none" data-name="FileUploadProps"></path>
|
|
1264
|
+
</g>
|
|
1265
|
+
<g transform="translate(10994, 419.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="FileUploadProps" data-compartment="0">
|
|
1266
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="FileUploadProps" data-compartment="0">
|
|
1267
|
+
<a id="../src/components/FileUpload/FileUpload.types.ts.FileUploadProps" xlink:href="../src/components/FileUpload/FileUpload.types.ts"><text x="149.0" y="14.1" stroke="none" text-anchor="middle" data-name="FileUploadProps" data-compartment="0">FileUploadProps</text></a>
|
|
1268
|
+
|
|
1269
|
+
</g>
|
|
1270
|
+
</g>
|
|
1271
|
+
<g transform="translate(10994, 451.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="FileUploadProps" data-compartment="1">
|
|
1272
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="FileUploadProps" data-compartment="1">
|
|
1273
|
+
<text x="0.0" y="14.1" stroke="none" data-name="FileUploadProps" data-compartment="1">+className?: string</text>
|
|
1274
|
+
<text x="0.0" y="30.3" stroke="none" data-name="FileUploadProps" data-compartment="1">+errorMessage?: ErrorMessageProps</text>
|
|
1275
|
+
<text x="0.0" y="46.5" stroke="none" data-name="FileUploadProps" data-compartment="1">+formGroup?: { [key: string]: unknown</text>
|
|
1276
|
+
<text x="0.0" y="62.7" stroke="none" data-name="FileUploadProps" data-compartment="1">className?: string</text>
|
|
1277
|
+
<text x="0.0" y="78.9" stroke="none" data-name="FileUploadProps" data-compartment="1">}</text>
|
|
1278
|
+
<text x="0.0" y="95.1" stroke="none" data-name="FileUploadProps" data-compartment="1">+hint?: HintProps</text>
|
|
1279
|
+
<text x="0.0" y="111.3" stroke="none" data-name="FileUploadProps" data-compartment="1">+label?: LabelProps</text>
|
|
1280
|
+
<text x="0.0" y="127.5" stroke="none" data-name="FileUploadProps" data-compartment="1">+aria-describedby?: string</text>
|
|
1281
|
+
<text x="0.0" y="143.7" stroke="none" data-name="FileUploadProps" data-compartment="1">+id?: string</text>
|
|
1282
|
+
|
|
1283
|
+
</g>
|
|
1284
|
+
</g>
|
|
1285
|
+
<g transform="translate(10994, 613.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="FileUploadProps" data-compartment="2">
|
|
1286
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="FileUploadProps" data-compartment="2">
|
|
1287
|
+
|
|
1288
|
+
</g>
|
|
1289
|
+
</g>
|
|
1290
|
+
</g>
|
|
1291
|
+
<g data-name="InputHTMLAttributes<T>">
|
|
1292
|
+
<g fill="#eee8d5" stroke="#33322E" data-name="InputHTMLAttributes<T>">
|
|
1293
|
+
<rect x="11047.5" y="149.5" height="32.0" width="207.0" data-name="InputHTMLAttributes<T>"></rect>
|
|
1294
|
+
</g>
|
|
1295
|
+
<g transform="translate(11047.5, 149.5)" font-family="Helvetica" font-size="12pt" font-weight="bold" font-style="normal" data-name="InputHTMLAttributes<T>" data-compartment="0">
|
|
1296
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="InputHTMLAttributes<T>" data-compartment="0">
|
|
1297
|
+
<text x="95.5" y="14.1" stroke="none" text-anchor="middle" data-name="InputHTMLAttributes<T>" data-compartment="0">InputHTMLAttributes<T></text>
|
|
1298
|
+
|
|
1299
|
+
</g>
|
|
1300
|
+
</g>
|
|
1301
|
+
</g>
|
|
1302
|
+
<g data-name="NavigationItem">
|
|
1303
|
+
<g fill="lightblue" stroke="#33322E" data-name="NavigationItem">
|
|
1304
|
+
<rect x="11294.5" y="48.5" height="234.0" width="272.0" data-name="NavigationItem"></rect>
|
|
1305
|
+
<path d="M11294.5 80.5 L11566.5 80.5" fill="none" data-name="NavigationItem"></path>
|
|
1306
|
+
<path d="M11294.5 274.5 L11566.5 274.5" fill="none" data-name="NavigationItem"></path>
|
|
1307
|
+
</g>
|
|
1308
|
+
<g transform="translate(11294.5, 48.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="NavigationItem" data-compartment="0">
|
|
1309
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="NavigationItem" data-compartment="0">
|
|
1310
|
+
<a id="../src/components/ServiceNavigation/ServiceNavigation.types.ts.NavigationItem" xlink:href="../src/components/ServiceNavigation/ServiceNavigation.types.ts"><text x="128.0" y="14.1" stroke="none" text-anchor="middle" data-name="NavigationItem" data-compartment="0">NavigationItem</text></a>
|
|
1311
|
+
|
|
1312
|
+
</g>
|
|
1313
|
+
</g>
|
|
1314
|
+
<g transform="translate(11294.5, 80.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="NavigationItem" data-compartment="1">
|
|
1315
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="NavigationItem" data-compartment="1">
|
|
1316
|
+
<text x="0.0" y="14.1" stroke="none" data-name="NavigationItem" data-compartment="1">+columns: string | number</text>
|
|
1317
|
+
<text x="0.0" y="30.3" stroke="none" data-name="NavigationItem" data-compartment="1">+title: string</text>
|
|
1318
|
+
<text x="0.0" y="46.5" stroke="none" data-name="NavigationItem" data-compartment="1">+items?: { [key: string]: unknown</text>
|
|
1319
|
+
<text x="0.0" y="62.7" stroke="none" data-name="NavigationItem" data-compartment="1">className?: string</text>
|
|
1320
|
+
<text x="0.0" y="78.9" stroke="none" data-name="NavigationItem" data-compartment="1">children: ReactNode</text>
|
|
1321
|
+
<text x="0.0" y="95.1" stroke="none" data-name="NavigationItem" data-compartment="1">href?: string</text>
|
|
1322
|
+
<text x="0.0" y="111.3" stroke="none" data-name="NavigationItem" data-compartment="1">to?: To</text>
|
|
1323
|
+
<text x="0.0" y="127.5" stroke="none" data-name="NavigationItem" data-compartment="1">reactListKey?: string | number</text>
|
|
1324
|
+
<text x="0.0" y="143.7" stroke="none" data-name="NavigationItem" data-compartment="1">}[]</text>
|
|
1325
|
+
<text x="0.0" y="159.9" stroke="none" data-name="NavigationItem" data-compartment="1">+width?: string</text>
|
|
1326
|
+
<text x="0.0" y="176.1" stroke="none" data-name="NavigationItem" data-compartment="1">+reactListKey?: string | number</text>
|
|
1327
|
+
|
|
1328
|
+
</g>
|
|
1329
|
+
</g>
|
|
1330
|
+
<g transform="translate(11294.5, 274.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="NavigationItem" data-compartment="2">
|
|
1331
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="NavigationItem" data-compartment="2">
|
|
1332
|
+
|
|
1333
|
+
</g>
|
|
1334
|
+
</g>
|
|
1335
|
+
</g>
|
|
1336
|
+
<g data-name="MetaItem">
|
|
1337
|
+
<g fill="lightblue" stroke="#33322E" data-name="MetaItem">
|
|
1338
|
+
<rect x="11606.5" y="113.0" height="105.0" width="263.0" data-name="MetaItem"></rect>
|
|
1339
|
+
<path d="M11606.5 145.0 L11869.5 145.0" fill="none" data-name="MetaItem"></path>
|
|
1340
|
+
<path d="M11606.5 210.0 L11869.5 210.0" fill="none" data-name="MetaItem"></path>
|
|
1341
|
+
</g>
|
|
1342
|
+
<g transform="translate(11606.5, 113)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="MetaItem" data-compartment="0">
|
|
1343
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="MetaItem" data-compartment="0">
|
|
1344
|
+
<a id="../src/components/Footer/Footer.types.ts.MetaItem" xlink:href="../src/components/Footer/Footer.types.ts"><text x="123.5" y="14.1" stroke="none" text-anchor="middle" data-name="MetaItem" data-compartment="0">MetaItem</text></a>
|
|
1345
|
+
|
|
1346
|
+
</g>
|
|
1347
|
+
</g>
|
|
1348
|
+
<g transform="translate(11606.5, 145)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="MetaItem" data-compartment="1">
|
|
1349
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="MetaItem" data-compartment="1">
|
|
1350
|
+
<text x="0.0" y="14.1" stroke="none" data-name="MetaItem" data-compartment="1">+className?: string</text>
|
|
1351
|
+
<text x="0.0" y="30.3" stroke="none" data-name="MetaItem" data-compartment="1">+children: ReactNode</text>
|
|
1352
|
+
<text x="0.0" y="46.5" stroke="none" data-name="MetaItem" data-compartment="1">+reactListKey?: string | number</text>
|
|
1353
|
+
|
|
1354
|
+
</g>
|
|
1355
|
+
</g>
|
|
1356
|
+
<g transform="translate(11606.5, 210)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="MetaItem" data-compartment="2">
|
|
1357
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="MetaItem" data-compartment="2">
|
|
1358
|
+
|
|
1359
|
+
</g>
|
|
1360
|
+
</g>
|
|
1361
|
+
</g>
|
|
1362
|
+
<g data-name="Meta">
|
|
1363
|
+
<g fill="lightblue" stroke="#33322E" data-name="Meta">
|
|
1364
|
+
<rect x="11909.5" y="113.0" height="105.0" width="238.0" data-name="Meta"></rect>
|
|
1365
|
+
<path d="M11909.5 145.0 L12147.5 145.0" fill="none" data-name="Meta"></path>
|
|
1366
|
+
<path d="M11909.5 210.0 L12147.5 210.0" fill="none" data-name="Meta"></path>
|
|
1367
|
+
</g>
|
|
1368
|
+
<g transform="translate(11909.5, 113)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="Meta" data-compartment="0">
|
|
1369
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="Meta" data-compartment="0">
|
|
1370
|
+
<a id="../src/components/Footer/Footer.types.ts.Meta" xlink:href="../src/components/Footer/Footer.types.ts"><text x="111.0" y="14.1" stroke="none" text-anchor="middle" data-name="Meta" data-compartment="0">Meta</text></a>
|
|
1371
|
+
|
|
1372
|
+
</g>
|
|
1373
|
+
</g>
|
|
1374
|
+
<g transform="translate(11909.5, 145)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="Meta" data-compartment="1">
|
|
1375
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="Meta" data-compartment="1">
|
|
1376
|
+
<text x="0.0" y="14.1" stroke="none" data-name="Meta" data-compartment="1">+visuallyHiddenTitle?: string</text>
|
|
1377
|
+
<text x="0.0" y="30.3" stroke="none" data-name="Meta" data-compartment="1">+items?: MetaItem[]</text>
|
|
1378
|
+
<text x="0.0" y="46.5" stroke="none" data-name="Meta" data-compartment="1">+children?: ReactNode</text>
|
|
1379
|
+
|
|
1380
|
+
</g>
|
|
1381
|
+
</g>
|
|
1382
|
+
<g transform="translate(11909.5, 210)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="Meta" data-compartment="2">
|
|
1383
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="Meta" data-compartment="2">
|
|
1384
|
+
|
|
1385
|
+
</g>
|
|
1386
|
+
</g>
|
|
1387
|
+
</g>
|
|
1388
|
+
<g data-name="FooterProps">
|
|
1389
|
+
<g fill="lightblue" stroke="#33322E" data-name="FooterProps">
|
|
1390
|
+
<rect x="2707.5" y="460.0" height="121.0" width="256.0" data-name="FooterProps"></rect>
|
|
1391
|
+
<path d="M2707.5 492.0 L2963.5 492.0" fill="none" data-name="FooterProps"></path>
|
|
1392
|
+
<path d="M2707.5 573.0 L2963.5 573.0" fill="none" data-name="FooterProps"></path>
|
|
1393
|
+
</g>
|
|
1394
|
+
<g transform="translate(2707.5, 460)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="FooterProps" data-compartment="0">
|
|
1395
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="FooterProps" data-compartment="0">
|
|
1396
|
+
<a id="../src/components/Footer/Footer.types.ts.FooterProps" xlink:href="../src/components/Footer/Footer.types.ts"><text x="120.0" y="14.1" stroke="none" text-anchor="middle" data-name="FooterProps" data-compartment="0">FooterProps</text></a>
|
|
1397
|
+
|
|
1398
|
+
</g>
|
|
1399
|
+
</g>
|
|
1400
|
+
<g transform="translate(2707.5, 492)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="FooterProps" data-compartment="1">
|
|
1401
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="FooterProps" data-compartment="1">
|
|
1402
|
+
<text x="0.0" y="14.1" stroke="none" data-name="FooterProps" data-compartment="1">+className?: string</text>
|
|
1403
|
+
<text x="0.0" y="30.3" stroke="none" data-name="FooterProps" data-compartment="1">+containerClassName?: string</text>
|
|
1404
|
+
<text x="0.0" y="46.5" stroke="none" data-name="FooterProps" data-compartment="1">+meta?: Meta</text>
|
|
1405
|
+
<text x="0.0" y="62.7" stroke="none" data-name="FooterProps" data-compartment="1">+navigation?: NavigationItem[]</text>
|
|
1406
|
+
|
|
1407
|
+
</g>
|
|
1408
|
+
</g>
|
|
1409
|
+
<g transform="translate(2707.5, 573)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="FooterProps" data-compartment="2">
|
|
1410
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="FooterProps" data-compartment="2">
|
|
1411
|
+
|
|
1412
|
+
</g>
|
|
1413
|
+
</g>
|
|
1414
|
+
</g>
|
|
1415
|
+
<g data-name="HeaderProps">
|
|
1416
|
+
<g fill="lightblue" stroke="#33322E" data-name="HeaderProps">
|
|
1417
|
+
<rect x="5722.0" y="371.0" height="299.0" width="289.0" data-name="HeaderProps"></rect>
|
|
1418
|
+
<path d="M5722.0 403.0 L6011.0 403.0" fill="none" data-name="HeaderProps"></path>
|
|
1419
|
+
<path d="M5722.0 662.0 L6011.0 662.0" fill="none" data-name="HeaderProps"></path>
|
|
1420
|
+
</g>
|
|
1421
|
+
<g transform="translate(5722, 371)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="HeaderProps" data-compartment="0">
|
|
1422
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="HeaderProps" data-compartment="0">
|
|
1423
|
+
<a id="../src/components/Header/Header.types.ts.HeaderProps" xlink:href="../src/components/Header/Header.types.ts"><text x="136.5" y="14.1" stroke="none" text-anchor="middle" data-name="HeaderProps" data-compartment="0">HeaderProps</text></a>
|
|
1424
|
+
|
|
1425
|
+
</g>
|
|
1426
|
+
</g>
|
|
1427
|
+
<g transform="translate(5722, 403)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="HeaderProps" data-compartment="1">
|
|
1428
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="HeaderProps" data-compartment="1">
|
|
1429
|
+
<text x="0.0" y="14.1" stroke="none" data-name="HeaderProps" data-compartment="1">+className?: string</text>
|
|
1430
|
+
<text x="0.0" y="30.3" stroke="none" data-name="HeaderProps" data-compartment="1">+containerClassName?: string</text>
|
|
1431
|
+
<text x="0.0" y="46.5" stroke="none" data-name="HeaderProps" data-compartment="1">+homepageUrlHref?: string</text>
|
|
1432
|
+
<text x="0.0" y="62.7" stroke="none" data-name="HeaderProps" data-compartment="1">+homepageUrlTo?: To</text>
|
|
1433
|
+
<text x="0.0" y="78.9" stroke="none" data-name="HeaderProps" data-compartment="1">+navigation?: NavigationItem[]</text>
|
|
1434
|
+
<text x="0.0" y="95.1" stroke="none" data-name="HeaderProps" data-compartment="1">+navigationClassName?: string</text>
|
|
1435
|
+
<text x="0.0" y="111.3" stroke="none" data-name="HeaderProps" data-compartment="1">+productName?: ReactNode</text>
|
|
1436
|
+
<text x="0.0" y="127.5" stroke="none" data-name="HeaderProps" data-compartment="1">+serviceName?: string</text>
|
|
1437
|
+
<text x="0.0" y="143.7" stroke="none" data-name="HeaderProps" data-compartment="1">+serviceUrlHref?: string</text>
|
|
1438
|
+
<text x="0.0" y="159.9" stroke="none" data-name="HeaderProps" data-compartment="1">+serviceUrlTo?: To</text>
|
|
1439
|
+
<text x="0.0" y="176.1" stroke="none" data-name="HeaderProps" data-compartment="1">+navigationLabel?: string</text>
|
|
1440
|
+
<text x="0.0" y="192.3" stroke="none" data-name="HeaderProps" data-compartment="1">+menuButtonLabel?: string</text>
|
|
1441
|
+
<text x="0.0" y="208.5" stroke="none" data-name="HeaderProps" data-compartment="1">+logo?: string</text>
|
|
1442
|
+
<text x="0.0" y="224.7" stroke="none" data-name="HeaderProps" data-compartment="1">+removeGovUKHeader?: unknown</text>
|
|
1443
|
+
<text x="0.0" y="240.9" stroke="none" data-name="HeaderProps" data-compartment="1">+assetsPath?: string</text>
|
|
1444
|
+
|
|
1445
|
+
</g>
|
|
1446
|
+
</g>
|
|
1447
|
+
<g transform="translate(5722, 662)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="HeaderProps" data-compartment="2">
|
|
1448
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="HeaderProps" data-compartment="2">
|
|
1449
|
+
|
|
1450
|
+
</g>
|
|
1451
|
+
</g>
|
|
1452
|
+
</g>
|
|
1453
|
+
<g data-name="HintProps">
|
|
1454
|
+
<g fill="lightblue" stroke="#33322E" data-name="HintProps">
|
|
1455
|
+
<rect x="12187.5" y="121.5" height="88.0" width="197.0" data-name="HintProps"></rect>
|
|
1456
|
+
<path d="M12187.5 153.5 L12384.5 153.5" fill="none" data-name="HintProps"></path>
|
|
1457
|
+
<path d="M12187.5 201.5 L12384.5 201.5" fill="none" data-name="HintProps"></path>
|
|
1458
|
+
</g>
|
|
1459
|
+
<g transform="translate(12187.5, 121.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="HintProps" data-compartment="0">
|
|
1460
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="HintProps" data-compartment="0">
|
|
1461
|
+
<a id="../src/components/Hint/Hint.types.ts.HintProps" xlink:href="../src/components/Hint/Hint.types.ts"><text x="90.5" y="14.1" stroke="none" text-anchor="middle" data-name="HintProps" data-compartment="0">HintProps</text></a>
|
|
1462
|
+
|
|
1463
|
+
</g>
|
|
1464
|
+
</g>
|
|
1465
|
+
<g transform="translate(12187.5, 153.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="HintProps" data-compartment="1">
|
|
1466
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="HintProps" data-compartment="1">
|
|
1467
|
+
<text x="0.0" y="14.1" stroke="none" data-name="HintProps" data-compartment="1">+className?: string</text>
|
|
1468
|
+
<text x="0.0" y="30.3" stroke="none" data-name="HintProps" data-compartment="1">+children?: ReactNode</text>
|
|
1469
|
+
|
|
1470
|
+
</g>
|
|
1471
|
+
</g>
|
|
1472
|
+
<g transform="translate(12187.5, 201.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="HintProps" data-compartment="2">
|
|
1473
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="HintProps" data-compartment="2">
|
|
1474
|
+
|
|
1475
|
+
</g>
|
|
1476
|
+
</g>
|
|
1477
|
+
</g>
|
|
1478
|
+
<g data-name="InputProps">
|
|
1479
|
+
<g fill="lightblue" stroke="#33322E" data-name="InputProps">
|
|
1480
|
+
<rect x="12424.5" y="0.0" height="331.0" width="314.0" data-name="InputProps"></rect>
|
|
1481
|
+
<path d="M12424.5 32.0 L12738.5 32.0" fill="none" data-name="InputProps"></path>
|
|
1482
|
+
<path d="M12424.5 323.0 L12738.5 323.0" fill="none" data-name="InputProps"></path>
|
|
1483
|
+
</g>
|
|
1484
|
+
<g transform="translate(12424.5, 0)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="InputProps" data-compartment="0">
|
|
1485
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="InputProps" data-compartment="0">
|
|
1486
|
+
<a id="../src/components/Input/Input.types.ts.InputProps" xlink:href="../src/components/Input/Input.types.ts"><text x="149.0" y="14.1" stroke="none" text-anchor="middle" data-name="InputProps" data-compartment="0">InputProps</text></a>
|
|
1487
|
+
|
|
1488
|
+
</g>
|
|
1489
|
+
</g>
|
|
1490
|
+
<g transform="translate(12424.5, 32)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="InputProps" data-compartment="1">
|
|
1491
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="InputProps" data-compartment="1">
|
|
1492
|
+
<text x="0.0" y="14.1" stroke="none" data-name="InputProps" data-compartment="1">+className?: string</text>
|
|
1493
|
+
<text x="0.0" y="30.3" stroke="none" data-name="InputProps" data-compartment="1">+aria-describedby?: string</text>
|
|
1494
|
+
<text x="0.0" y="46.5" stroke="none" data-name="InputProps" data-compartment="1">+errorMessage?: object</text>
|
|
1495
|
+
<text x="0.0" y="62.7" stroke="none" data-name="InputProps" data-compartment="1">+formGroup?: { [key: string]: unknown</text>
|
|
1496
|
+
<text x="0.0" y="78.9" stroke="none" data-name="InputProps" data-compartment="1">className?: string</text>
|
|
1497
|
+
<text x="0.0" y="95.1" stroke="none" data-name="InputProps" data-compartment="1">}</text>
|
|
1498
|
+
<text x="0.0" y="111.3" stroke="none" data-name="InputProps" data-compartment="1">+hint?: object</text>
|
|
1499
|
+
<text x="0.0" y="127.5" stroke="none" data-name="InputProps" data-compartment="1">+label?: object</text>
|
|
1500
|
+
<text x="0.0" y="143.7" stroke="none" data-name="InputProps" data-compartment="1">+name?: string</text>
|
|
1501
|
+
<text x="0.0" y="159.9" stroke="none" data-name="InputProps" data-compartment="1">+id?: string</text>
|
|
1502
|
+
<text x="0.0" y="176.1" stroke="none" data-name="InputProps" data-compartment="1">+type: string</text>
|
|
1503
|
+
<text x="0.0" y="192.3" stroke="none" data-name="InputProps" data-compartment="1">+prefix?: { [key: string]: unknown</text>
|
|
1504
|
+
<text x="0.0" y="208.5" stroke="none" data-name="InputProps" data-compartment="1">className?: string</text>
|
|
1505
|
+
<text x="0.0" y="224.7" stroke="none" data-name="InputProps" data-compartment="1">}</text>
|
|
1506
|
+
<text x="0.0" y="240.9" stroke="none" data-name="InputProps" data-compartment="1">+suffix?: { [key: string]: unknown</text>
|
|
1507
|
+
<text x="0.0" y="257.1" stroke="none" data-name="InputProps" data-compartment="1">className?: string</text>
|
|
1508
|
+
<text x="0.0" y="273.3" stroke="none" data-name="InputProps" data-compartment="1">}</text>
|
|
1509
|
+
|
|
1510
|
+
</g>
|
|
1511
|
+
</g>
|
|
1512
|
+
<g transform="translate(12424.5, 323)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="InputProps" data-compartment="2">
|
|
1513
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="InputProps" data-compartment="2">
|
|
1514
|
+
|
|
1515
|
+
</g>
|
|
1516
|
+
</g>
|
|
1517
|
+
</g>
|
|
1518
|
+
<g data-name="InsetTextProps">
|
|
1519
|
+
<g fill="lightblue" stroke="#33322E" data-name="InsetTextProps">
|
|
1520
|
+
<rect x="12778.5" y="121.5" height="88.0" width="187.0" data-name="InsetTextProps"></rect>
|
|
1521
|
+
<path d="M12778.5 153.5 L12965.5 153.5" fill="none" data-name="InsetTextProps"></path>
|
|
1522
|
+
<path d="M12778.5 201.5 L12965.5 201.5" fill="none" data-name="InsetTextProps"></path>
|
|
1523
|
+
</g>
|
|
1524
|
+
<g transform="translate(12778.5, 121.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="InsetTextProps" data-compartment="0">
|
|
1525
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="InsetTextProps" data-compartment="0">
|
|
1526
|
+
<a id="../src/components/InsetText/InsetText.types.ts.InsetTextProps" xlink:href="../src/components/InsetText/InsetText.types.ts"><text x="85.5" y="14.1" stroke="none" text-anchor="middle" data-name="InsetTextProps" data-compartment="0">InsetTextProps</text></a>
|
|
1527
|
+
|
|
1528
|
+
</g>
|
|
1529
|
+
</g>
|
|
1530
|
+
<g transform="translate(12778.5, 153.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="InsetTextProps" data-compartment="1">
|
|
1531
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="InsetTextProps" data-compartment="1">
|
|
1532
|
+
<text x="0.0" y="14.1" stroke="none" data-name="InsetTextProps" data-compartment="1">+className?: string</text>
|
|
1533
|
+
<text x="0.0" y="30.3" stroke="none" data-name="InsetTextProps" data-compartment="1">+children: ReactNode</text>
|
|
1534
|
+
|
|
1535
|
+
</g>
|
|
1536
|
+
</g>
|
|
1537
|
+
<g transform="translate(12778.5, 201.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="InsetTextProps" data-compartment="2">
|
|
1538
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="InsetTextProps" data-compartment="2">
|
|
1539
|
+
|
|
1540
|
+
</g>
|
|
1541
|
+
</g>
|
|
1542
|
+
</g>
|
|
1543
|
+
<g data-name="LabelProps">
|
|
1544
|
+
<g fill="lightblue" stroke="#33322E" data-name="LabelProps">
|
|
1545
|
+
<rect x="13005.5" y="105.0" height="121.0" width="230.0" data-name="LabelProps"></rect>
|
|
1546
|
+
<path d="M13005.5 137.0 L13235.5 137.0" fill="none" data-name="LabelProps"></path>
|
|
1547
|
+
<path d="M13005.5 218.0 L13235.5 218.0" fill="none" data-name="LabelProps"></path>
|
|
1548
|
+
</g>
|
|
1549
|
+
<g transform="translate(13005.5, 105)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="LabelProps" data-compartment="0">
|
|
1550
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="LabelProps" data-compartment="0">
|
|
1551
|
+
<a id="../src/components/Label/Label.types.ts.LabelProps" xlink:href="../src/components/Label/Label.types.ts"><text x="107.0" y="14.1" stroke="none" text-anchor="middle" data-name="LabelProps" data-compartment="0">LabelProps</text></a>
|
|
1552
|
+
|
|
1553
|
+
</g>
|
|
1554
|
+
</g>
|
|
1555
|
+
<g transform="translate(13005.5, 137)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="LabelProps" data-compartment="1">
|
|
1556
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="LabelProps" data-compartment="1">
|
|
1557
|
+
<text x="0.0" y="14.1" stroke="none" data-name="LabelProps" data-compartment="1">+className?: string</text>
|
|
1558
|
+
<text x="0.0" y="30.3" stroke="none" data-name="LabelProps" data-compartment="1">+htmlFor?: string</text>
|
|
1559
|
+
<text x="0.0" y="46.5" stroke="none" data-name="LabelProps" data-compartment="1">+children?: ReactNode</text>
|
|
1560
|
+
<text x="0.0" y="62.7" stroke="none" data-name="LabelProps" data-compartment="1">+isPageHeading?: boolean</text>
|
|
1561
|
+
|
|
1562
|
+
</g>
|
|
1563
|
+
</g>
|
|
1564
|
+
<g transform="translate(13005.5, 218)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="LabelProps" data-compartment="2">
|
|
1565
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="LabelProps" data-compartment="2">
|
|
1566
|
+
|
|
1567
|
+
</g>
|
|
1568
|
+
</g>
|
|
1569
|
+
</g>
|
|
1570
|
+
<g data-name="LandingProps">
|
|
1571
|
+
<g fill="lightblue" stroke="#33322E" data-name="LandingProps">
|
|
1572
|
+
<rect x="13275.5" y="129.5" height="72.0" width="126.0" data-name="LandingProps"></rect>
|
|
1573
|
+
<path d="M13275.5 161.5 L13401.5 161.5" fill="none" data-name="LandingProps"></path>
|
|
1574
|
+
<path d="M13275.5 193.5 L13401.5 193.5" fill="none" data-name="LandingProps"></path>
|
|
1575
|
+
</g>
|
|
1576
|
+
<g transform="translate(13275.5, 129.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="LandingProps" data-compartment="0">
|
|
1577
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="LandingProps" data-compartment="0">
|
|
1578
|
+
<a id="../src/components/Landing/Landing.types.ts.LandingProps" xlink:href="../src/components/Landing/Landing.types.ts"><text x="55.0" y="14.1" stroke="none" text-anchor="middle" data-name="LandingProps" data-compartment="0">LandingProps</text></a>
|
|
1579
|
+
|
|
1580
|
+
</g>
|
|
1581
|
+
</g>
|
|
1582
|
+
<g transform="translate(13275.5, 161.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="LandingProps" data-compartment="1">
|
|
1583
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="LandingProps" data-compartment="1">
|
|
1584
|
+
<text x="0.0" y="14.1" stroke="none" data-name="LandingProps" data-compartment="1">+to?: To</text>
|
|
1585
|
+
|
|
1586
|
+
</g>
|
|
1587
|
+
</g>
|
|
1588
|
+
<g transform="translate(13275.5, 193.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="LandingProps" data-compartment="2">
|
|
1589
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="LandingProps" data-compartment="2">
|
|
1590
|
+
|
|
1591
|
+
</g>
|
|
1592
|
+
</g>
|
|
1593
|
+
</g>
|
|
1594
|
+
<g data-name="LinkWithRefProps">
|
|
1595
|
+
<g fill="lightblue" stroke="#33322E" data-name="LinkWithRefProps">
|
|
1596
|
+
<rect x="13345.0" y="460.0" height="121.0" width="416.0" data-name="LinkWithRefProps"></rect>
|
|
1597
|
+
<path d="M13345.0 492.0 L13761.0 492.0" fill="none" data-name="LinkWithRefProps"></path>
|
|
1598
|
+
<path d="M13345.0 573.0 L13761.0 573.0" fill="none" data-name="LinkWithRefProps"></path>
|
|
1599
|
+
</g>
|
|
1600
|
+
<g transform="translate(13345, 460)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="LinkWithRefProps" data-compartment="0">
|
|
1601
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="LinkWithRefProps" data-compartment="0">
|
|
1602
|
+
<a id="../src/components/LinkWithRef/LinkWithRef.types.ts.LinkWithRefProps" xlink:href="../src/components/LinkWithRef/LinkWithRef.types.ts"><text x="200.0" y="14.1" stroke="none" text-anchor="middle" data-name="LinkWithRefProps" data-compartment="0">LinkWithRefProps</text></a>
|
|
1603
|
+
|
|
1604
|
+
</g>
|
|
1605
|
+
</g>
|
|
1606
|
+
<g transform="translate(13345, 492)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="LinkWithRefProps" data-compartment="1">
|
|
1607
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="LinkWithRefProps" data-compartment="1">
|
|
1608
|
+
<text x="0.0" y="14.1" stroke="none" data-name="LinkWithRefProps" data-compartment="1">+children: React.ReactNode</text>
|
|
1609
|
+
<text x="0.0" y="30.3" stroke="none" data-name="LinkWithRefProps" data-compartment="1">+to?: To</text>
|
|
1610
|
+
<text x="0.0" y="46.5" stroke="none" data-name="LinkWithRefProps" data-compartment="1">+href?: string</text>
|
|
1611
|
+
<text x="0.0" y="62.7" stroke="none" data-name="LinkWithRefProps" data-compartment="1">+forwardedRef?: React.Ref<HTMLAnchorElement></text>
|
|
1612
|
+
|
|
1613
|
+
</g>
|
|
1614
|
+
</g>
|
|
1615
|
+
<g transform="translate(13345, 573)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="LinkWithRefProps" data-compartment="2">
|
|
1616
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="LinkWithRefProps" data-compartment="2">
|
|
1617
|
+
|
|
1618
|
+
</g>
|
|
1619
|
+
</g>
|
|
1620
|
+
</g>
|
|
1621
|
+
<g data-name="AnchorHTMLAttributes<T>">
|
|
1622
|
+
<g fill="#eee8d5" stroke="#33322E" data-name="AnchorHTMLAttributes<T>">
|
|
1623
|
+
<rect x="13441.5" y="149.5" height="32.0" width="223.0" data-name="AnchorHTMLAttributes<T>"></rect>
|
|
1624
|
+
</g>
|
|
1625
|
+
<g transform="translate(13441.5, 149.5)" font-family="Helvetica" font-size="12pt" font-weight="bold" font-style="normal" data-name="AnchorHTMLAttributes<T>" data-compartment="0">
|
|
1626
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="AnchorHTMLAttributes<T>" data-compartment="0">
|
|
1627
|
+
<text x="103.5" y="14.1" stroke="none" text-anchor="middle" data-name="AnchorHTMLAttributes<T>" data-compartment="0">AnchorHTMLAttributes<T></text>
|
|
1628
|
+
|
|
1629
|
+
</g>
|
|
1630
|
+
</g>
|
|
1631
|
+
</g>
|
|
1632
|
+
<g data-name="LoadingProps">
|
|
1633
|
+
<g fill="lightblue" stroke="#33322E" data-name="LoadingProps">
|
|
1634
|
+
<rect x="13704.5" y="121.5" height="88.0" width="167.0" data-name="LoadingProps"></rect>
|
|
1635
|
+
<path d="M13704.5 153.5 L13871.5 153.5" fill="none" data-name="LoadingProps"></path>
|
|
1636
|
+
<path d="M13704.5 201.5 L13871.5 201.5" fill="none" data-name="LoadingProps"></path>
|
|
1637
|
+
</g>
|
|
1638
|
+
<g transform="translate(13704.5, 121.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="LoadingProps" data-compartment="0">
|
|
1639
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="LoadingProps" data-compartment="0">
|
|
1640
|
+
<a id="../src/components/Loading/Loading.types.ts.LoadingProps" xlink:href="../src/components/Loading/Loading.types.ts"><text x="75.5" y="14.1" stroke="none" text-anchor="middle" data-name="LoadingProps" data-compartment="0">LoadingProps</text></a>
|
|
1641
|
+
|
|
1642
|
+
</g>
|
|
1643
|
+
</g>
|
|
1644
|
+
<g transform="translate(13704.5, 153.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="LoadingProps" data-compartment="1">
|
|
1645
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="LoadingProps" data-compartment="1">
|
|
1646
|
+
<text x="0.0" y="14.1" stroke="none" data-name="LoadingProps" data-compartment="1">+message?: string</text>
|
|
1647
|
+
<text x="0.0" y="30.3" stroke="none" data-name="LoadingProps" data-compartment="1">+html?: ReactNode</text>
|
|
1648
|
+
|
|
1649
|
+
</g>
|
|
1650
|
+
</g>
|
|
1651
|
+
<g transform="translate(13704.5, 201.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="LoadingProps" data-compartment="2">
|
|
1652
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="LoadingProps" data-compartment="2">
|
|
1653
|
+
|
|
1654
|
+
</g>
|
|
1655
|
+
</g>
|
|
1656
|
+
</g>
|
|
1657
|
+
<g data-name="MainProps">
|
|
1658
|
+
<g fill="lightblue" stroke="#33322E" data-name="MainProps">
|
|
1659
|
+
<rect x="13911.5" y="113.0" height="105.0" width="206.0" data-name="MainProps"></rect>
|
|
1660
|
+
<path d="M13911.5 145.0 L14117.5 145.0" fill="none" data-name="MainProps"></path>
|
|
1661
|
+
<path d="M13911.5 210.0 L14117.5 210.0" fill="none" data-name="MainProps"></path>
|
|
1662
|
+
</g>
|
|
1663
|
+
<g transform="translate(13911.5, 113)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="MainProps" data-compartment="0">
|
|
1664
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="MainProps" data-compartment="0">
|
|
1665
|
+
<a id="../src/components/Main/Main.types.ts.MainProps" xlink:href="../src/components/Main/Main.types.ts"><text x="95.0" y="14.1" stroke="none" text-anchor="middle" data-name="MainProps" data-compartment="0">MainProps</text></a>
|
|
1666
|
+
|
|
1667
|
+
</g>
|
|
1668
|
+
</g>
|
|
1669
|
+
<g transform="translate(13911.5, 145)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="MainProps" data-compartment="1">
|
|
1670
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="MainProps" data-compartment="1">
|
|
1671
|
+
<text x="0.0" y="14.1" stroke="none" data-name="MainProps" data-compartment="1">+children?: ReactNode</text>
|
|
1672
|
+
<text x="0.0" y="30.3" stroke="none" data-name="MainProps" data-compartment="1">+backLink?: string</text>
|
|
1673
|
+
<text x="0.0" y="46.5" stroke="none" data-name="MainProps" data-compartment="1">+backLinkState?: object</text>
|
|
1674
|
+
|
|
1675
|
+
</g>
|
|
1676
|
+
</g>
|
|
1677
|
+
<g transform="translate(13911.5, 210)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="MainProps" data-compartment="2">
|
|
1678
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="MainProps" data-compartment="2">
|
|
1679
|
+
|
|
1680
|
+
</g>
|
|
1681
|
+
</g>
|
|
1682
|
+
</g>
|
|
1683
|
+
<g data-name="NotificationBannerProps">
|
|
1684
|
+
<g fill="lightblue" stroke="#33322E" data-name="NotificationBannerProps">
|
|
1685
|
+
<rect x="14157.5" y="72.5" height="186.0" width="357.0" data-name="NotificationBannerProps"></rect>
|
|
1686
|
+
<path d="M14157.5 104.5 L14514.5 104.5" fill="none" data-name="NotificationBannerProps"></path>
|
|
1687
|
+
<path d="M14157.5 250.5 L14514.5 250.5" fill="none" data-name="NotificationBannerProps"></path>
|
|
1688
|
+
</g>
|
|
1689
|
+
<g transform="translate(14157.5, 72.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="NotificationBannerProps" data-compartment="0">
|
|
1690
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="NotificationBannerProps" data-compartment="0">
|
|
1691
|
+
<a id="../src/components/NotificationBanner/NotificationBanner.types.ts.NotificationBannerProps" xlink:href="../src/components/NotificationBanner/NotificationBanner.types.ts"><text x="170.5" y="14.1" stroke="none" text-anchor="middle" data-name="NotificationBannerProps" data-compartment="0">NotificationBannerProps</text></a>
|
|
1692
|
+
|
|
1693
|
+
</g>
|
|
1694
|
+
</g>
|
|
1695
|
+
<g transform="translate(14157.5, 104.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="NotificationBannerProps" data-compartment="1">
|
|
1696
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="NotificationBannerProps" data-compartment="1">
|
|
1697
|
+
<text x="0.0" y="14.1" stroke="none" data-name="NotificationBannerProps" data-compartment="1">+type: "success" | "error" | "info" | "warning"</text>
|
|
1698
|
+
<text x="0.0" y="30.3" stroke="none" data-name="NotificationBannerProps" data-compartment="1">+titleChildren?: string</text>
|
|
1699
|
+
<text x="0.0" y="46.5" stroke="none" data-name="NotificationBannerProps" data-compartment="1">+titleHeadingLevel?: ElementType</text>
|
|
1700
|
+
<text x="0.0" y="62.7" stroke="none" data-name="NotificationBannerProps" data-compartment="1">+children: ReactNode</text>
|
|
1701
|
+
<text x="0.0" y="78.9" stroke="none" data-name="NotificationBannerProps" data-compartment="1">+className?: string</text>
|
|
1702
|
+
<text x="0.0" y="95.1" stroke="none" data-name="NotificationBannerProps" data-compartment="1">+titleId?: string</text>
|
|
1703
|
+
<text x="0.0" y="111.3" stroke="none" data-name="NotificationBannerProps" data-compartment="1">+role?: string</text>
|
|
1704
|
+
<text x="0.0" y="127.5" stroke="none" data-name="NotificationBannerProps" data-compartment="1">+disableAutoFocus?: boolean</text>
|
|
1705
|
+
|
|
1706
|
+
</g>
|
|
1707
|
+
</g>
|
|
1708
|
+
<g transform="translate(14157.5, 250.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="NotificationBannerProps" data-compartment="2">
|
|
1709
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="NotificationBannerProps" data-compartment="2">
|
|
1710
|
+
|
|
1711
|
+
</g>
|
|
1712
|
+
</g>
|
|
1713
|
+
</g>
|
|
1714
|
+
<g data-name="PaginationProps">
|
|
1715
|
+
<g fill="lightblue" stroke="#33322E" data-name="PaginationProps">
|
|
1716
|
+
<rect x="14554.5" y="56.5" height="218.0" width="344.0" data-name="PaginationProps"></rect>
|
|
1717
|
+
<path d="M14554.5 88.5 L14898.5 88.5" fill="none" data-name="PaginationProps"></path>
|
|
1718
|
+
<path d="M14554.5 266.5 L14898.5 266.5" fill="none" data-name="PaginationProps"></path>
|
|
1719
|
+
</g>
|
|
1720
|
+
<g transform="translate(14554.5, 56.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="PaginationProps" data-compartment="0">
|
|
1721
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="PaginationProps" data-compartment="0">
|
|
1722
|
+
<a id="../src/components/Pagination/Pagination.types.ts.PaginationProps" xlink:href="../src/components/Pagination/Pagination.types.ts"><text x="164.0" y="14.1" stroke="none" text-anchor="middle" data-name="PaginationProps" data-compartment="0">PaginationProps</text></a>
|
|
1723
|
+
|
|
1724
|
+
</g>
|
|
1725
|
+
</g>
|
|
1726
|
+
<g transform="translate(14554.5, 88.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="PaginationProps" data-compartment="1">
|
|
1727
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="PaginationProps" data-compartment="1">
|
|
1728
|
+
<text x="0.0" y="14.1" stroke="none" data-name="PaginationProps" data-compartment="1">+onPageChange: (page: number) => void</text>
|
|
1729
|
+
<text x="0.0" y="30.3" stroke="none" data-name="PaginationProps" data-compartment="1">+totalCount: number</text>
|
|
1730
|
+
<text x="0.0" y="46.5" stroke="none" data-name="PaginationProps" data-compartment="1">+siblingCount?: number</text>
|
|
1731
|
+
<text x="0.0" y="62.7" stroke="none" data-name="PaginationProps" data-compartment="1">+currentPage: number</text>
|
|
1732
|
+
<text x="0.0" y="78.9" stroke="none" data-name="PaginationProps" data-compartment="1">+pageSize: number</text>
|
|
1733
|
+
<text x="0.0" y="95.1" stroke="none" data-name="PaginationProps" data-compartment="1">+className?: string</text>
|
|
1734
|
+
<text x="0.0" y="111.3" stroke="none" data-name="PaginationProps" data-compartment="1">+previousName?: string</text>
|
|
1735
|
+
<text x="0.0" y="127.5" stroke="none" data-name="PaginationProps" data-compartment="1">+previousChildren?: ReactNode</text>
|
|
1736
|
+
<text x="0.0" y="143.7" stroke="none" data-name="PaginationProps" data-compartment="1">+nextName?: string</text>
|
|
1737
|
+
<text x="0.0" y="159.9" stroke="none" data-name="PaginationProps" data-compartment="1">+nextChildren?: ReactNode</text>
|
|
1738
|
+
|
|
1739
|
+
</g>
|
|
1740
|
+
</g>
|
|
1741
|
+
<g transform="translate(14554.5, 266.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="PaginationProps" data-compartment="2">
|
|
1742
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="PaginationProps" data-compartment="2">
|
|
1743
|
+
|
|
1744
|
+
</g>
|
|
1745
|
+
</g>
|
|
1746
|
+
</g>
|
|
1747
|
+
<g data-name="SvgIconProps">
|
|
1748
|
+
<g fill="lightblue" stroke="#33322E" data-name="SvgIconProps">
|
|
1749
|
+
<rect x="14938.5" y="129.5" height="72.0" width="126.0" data-name="SvgIconProps"></rect>
|
|
1750
|
+
<path d="M14938.5 161.5 L15064.5 161.5" fill="none" data-name="SvgIconProps"></path>
|
|
1751
|
+
<path d="M14938.5 193.5 L15064.5 193.5" fill="none" data-name="SvgIconProps"></path>
|
|
1752
|
+
</g>
|
|
1753
|
+
<g transform="translate(14938.5, 129.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="SvgIconProps" data-compartment="0">
|
|
1754
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="SvgIconProps" data-compartment="0">
|
|
1755
|
+
<a id="../src/components/Pagination/Pagination.types.ts.SvgIconProps" xlink:href="../src/components/Pagination/Pagination.types.ts"><text x="55.0" y="14.1" stroke="none" text-anchor="middle" data-name="SvgIconProps" data-compartment="0">SvgIconProps</text></a>
|
|
1756
|
+
|
|
1757
|
+
</g>
|
|
1758
|
+
</g>
|
|
1759
|
+
<g transform="translate(14938.5, 161.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="SvgIconProps" data-compartment="1">
|
|
1760
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="SvgIconProps" data-compartment="1">
|
|
1761
|
+
<text x="0.0" y="14.1" stroke="none" data-name="SvgIconProps" data-compartment="1">+type: string</text>
|
|
1762
|
+
|
|
1763
|
+
</g>
|
|
1764
|
+
</g>
|
|
1765
|
+
<g transform="translate(14938.5, 193.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="SvgIconProps" data-compartment="2">
|
|
1766
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="SvgIconProps" data-compartment="2">
|
|
1767
|
+
|
|
1768
|
+
</g>
|
|
1769
|
+
</g>
|
|
1770
|
+
</g>
|
|
1771
|
+
<g data-name="NavigationButtonProps">
|
|
1772
|
+
<g fill="lightblue" stroke="#33322E" data-name="NavigationButtonProps">
|
|
1773
|
+
<rect x="15104.5" y="97.0" height="137.0" width="211.0" data-name="NavigationButtonProps"></rect>
|
|
1774
|
+
<path d="M15104.5 129.0 L15315.5 129.0" fill="none" data-name="NavigationButtonProps"></path>
|
|
1775
|
+
<path d="M15104.5 226.0 L15315.5 226.0" fill="none" data-name="NavigationButtonProps"></path>
|
|
1776
|
+
</g>
|
|
1777
|
+
<g transform="translate(15104.5, 97)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="NavigationButtonProps" data-compartment="0">
|
|
1778
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="NavigationButtonProps" data-compartment="0">
|
|
1779
|
+
<a id="../src/components/Pagination/Pagination.types.ts.NavigationButtonProps" xlink:href="../src/components/Pagination/Pagination.types.ts"><text x="97.5" y="14.1" stroke="none" text-anchor="middle" data-name="NavigationButtonProps" data-compartment="0">NavigationButtonProps</text></a>
|
|
1780
|
+
|
|
1781
|
+
</g>
|
|
1782
|
+
</g>
|
|
1783
|
+
<g transform="translate(15104.5, 129)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="NavigationButtonProps" data-compartment="1">
|
|
1784
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="NavigationButtonProps" data-compartment="1">
|
|
1785
|
+
<text x="0.0" y="14.1" stroke="none" data-name="NavigationButtonProps" data-compartment="1">+isDisabled: boolean</text>
|
|
1786
|
+
<text x="0.0" y="30.3" stroke="none" data-name="NavigationButtonProps" data-compartment="1">+onClick: () => void</text>
|
|
1787
|
+
<text x="0.0" y="46.5" stroke="none" data-name="NavigationButtonProps" data-compartment="1">+children?: ReactNode</text>
|
|
1788
|
+
<text x="0.0" y="62.7" stroke="none" data-name="NavigationButtonProps" data-compartment="1">+name: string</text>
|
|
1789
|
+
<text x="0.0" y="78.9" stroke="none" data-name="NavigationButtonProps" data-compartment="1">+type: "next" | "previous"</text>
|
|
1790
|
+
|
|
1791
|
+
</g>
|
|
1792
|
+
</g>
|
|
1793
|
+
<g transform="translate(15104.5, 226)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="NavigationButtonProps" data-compartment="2">
|
|
1794
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="NavigationButtonProps" data-compartment="2">
|
|
1795
|
+
|
|
1796
|
+
</g>
|
|
1797
|
+
</g>
|
|
1798
|
+
</g>
|
|
1799
|
+
<g data-name="UsePaginationProps">
|
|
1800
|
+
<g fill="lightblue" stroke="#33322E" data-name="UsePaginationProps">
|
|
1801
|
+
<rect x="15355.5" y="105.0" height="121.0" width="204.0" data-name="UsePaginationProps"></rect>
|
|
1802
|
+
<path d="M15355.5 137.0 L15559.5 137.0" fill="none" data-name="UsePaginationProps"></path>
|
|
1803
|
+
<path d="M15355.5 218.0 L15559.5 218.0" fill="none" data-name="UsePaginationProps"></path>
|
|
1804
|
+
</g>
|
|
1805
|
+
<g transform="translate(15355.5, 105)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="UsePaginationProps" data-compartment="0">
|
|
1806
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="UsePaginationProps" data-compartment="0">
|
|
1807
|
+
<a id="../src/components/Pagination/UsePagination.ts.UsePaginationProps" xlink:href="../src/components/Pagination/UsePagination.ts"><text x="94.0" y="14.1" stroke="none" text-anchor="middle" data-name="UsePaginationProps" data-compartment="0">UsePaginationProps</text></a>
|
|
1808
|
+
|
|
1809
|
+
</g>
|
|
1810
|
+
</g>
|
|
1811
|
+
<g transform="translate(15355.5, 137)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="UsePaginationProps" data-compartment="1">
|
|
1812
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="UsePaginationProps" data-compartment="1">
|
|
1813
|
+
<text x="0.0" y="14.1" stroke="none" data-name="UsePaginationProps" data-compartment="1">+totalCount: number</text>
|
|
1814
|
+
<text x="0.0" y="30.3" stroke="none" data-name="UsePaginationProps" data-compartment="1">+pageSize: number</text>
|
|
1815
|
+
<text x="0.0" y="46.5" stroke="none" data-name="UsePaginationProps" data-compartment="1">+siblingCount?: number</text>
|
|
1816
|
+
<text x="0.0" y="62.7" stroke="none" data-name="UsePaginationProps" data-compartment="1">+currentPage: number</text>
|
|
1817
|
+
|
|
1818
|
+
</g>
|
|
1819
|
+
</g>
|
|
1820
|
+
<g transform="translate(15355.5, 218)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="UsePaginationProps" data-compartment="2">
|
|
1821
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="UsePaginationProps" data-compartment="2">
|
|
1822
|
+
|
|
1823
|
+
</g>
|
|
1824
|
+
</g>
|
|
1825
|
+
</g>
|
|
1826
|
+
<g data-name="PanelProps">
|
|
1827
|
+
<g fill="lightblue" stroke="#33322E" data-name="PanelProps">
|
|
1828
|
+
<rect x="6051.0" y="460.0" height="121.0" width="256.0" data-name="PanelProps"></rect>
|
|
1829
|
+
<path d="M6051.0 492.0 L6307.0 492.0" fill="none" data-name="PanelProps"></path>
|
|
1830
|
+
<path d="M6051.0 573.0 L6307.0 573.0" fill="none" data-name="PanelProps"></path>
|
|
1831
|
+
</g>
|
|
1832
|
+
<g transform="translate(6051, 460)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="PanelProps" data-compartment="0">
|
|
1833
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="PanelProps" data-compartment="0">
|
|
1834
|
+
<a id="../src/components/Panel/Panel.types.ts.PanelProps" xlink:href="../src/components/Panel/Panel.types.ts"><text x="120.0" y="14.1" stroke="none" text-anchor="middle" data-name="PanelProps" data-compartment="0">PanelProps</text></a>
|
|
1835
|
+
|
|
1836
|
+
</g>
|
|
1837
|
+
</g>
|
|
1838
|
+
<g transform="translate(6051, 492)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="PanelProps" data-compartment="1">
|
|
1839
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="PanelProps" data-compartment="1">
|
|
1840
|
+
<text x="0.0" y="14.1" stroke="none" data-name="PanelProps" data-compartment="1">+headingLevel?: ElementType</text>
|
|
1841
|
+
<text x="0.0" y="30.3" stroke="none" data-name="PanelProps" data-compartment="1">+className?: string</text>
|
|
1842
|
+
<text x="0.0" y="46.5" stroke="none" data-name="PanelProps" data-compartment="1">+titleChildren: ReactNode</text>
|
|
1843
|
+
<text x="0.0" y="62.7" stroke="none" data-name="PanelProps" data-compartment="1">+children?: ReactNode</text>
|
|
1844
|
+
|
|
1845
|
+
</g>
|
|
1846
|
+
</g>
|
|
1847
|
+
<g transform="translate(6051, 573)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="PanelProps" data-compartment="2">
|
|
1848
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="PanelProps" data-compartment="2">
|
|
1849
|
+
|
|
1850
|
+
</g>
|
|
1851
|
+
</g>
|
|
1852
|
+
</g>
|
|
1853
|
+
<g data-name="PDFJsProps">
|
|
1854
|
+
<g fill="lightblue" stroke="#33322E" data-name="PDFJsProps">
|
|
1855
|
+
<rect x="15599.5" y="81.0" height="169.0" width="504.0" data-name="PDFJsProps"></rect>
|
|
1856
|
+
<path d="M15599.5 113.0 L16103.5 113.0" fill="none" data-name="PDFJsProps"></path>
|
|
1857
|
+
<path d="M15599.5 242.0 L16103.5 242.0" fill="none" data-name="PDFJsProps"></path>
|
|
1858
|
+
</g>
|
|
1859
|
+
<g transform="translate(15599.5, 81)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="PDFJsProps" data-compartment="0">
|
|
1860
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="PDFJsProps" data-compartment="0">
|
|
1861
|
+
<a id="../src/components/PDFViewer/PDFViewer.types.ts.PDFJsProps" xlink:href="../src/components/PDFViewer/PDFViewer.types.ts"><text x="244.0" y="14.1" stroke="none" text-anchor="middle" data-name="PDFJsProps" data-compartment="0">PDFJsProps</text></a>
|
|
1862
|
+
|
|
1863
|
+
</g>
|
|
1864
|
+
</g>
|
|
1865
|
+
<g transform="translate(15599.5, 113)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="PDFJsProps" data-compartment="1">
|
|
1866
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="PDFJsProps" data-compartment="1">
|
|
1867
|
+
<text x="0.0" y="14.1" stroke="none" data-name="PDFJsProps" data-compartment="1">+iframeId: string</text>
|
|
1868
|
+
<text x="0.0" y="30.3" stroke="none" data-name="PDFJsProps" data-compartment="1">+source: string</text>
|
|
1869
|
+
<text x="0.0" y="46.5" stroke="none" data-name="PDFJsProps" data-compartment="1">+viewerLocation: string</text>
|
|
1870
|
+
<text x="0.0" y="62.7" stroke="none" data-name="PDFJsProps" data-compartment="1">+documentName?: string</text>
|
|
1871
|
+
<text x="0.0" y="78.9" stroke="none" data-name="PDFJsProps" data-compartment="1">+documentNameColour?: string</text>
|
|
1872
|
+
<text x="0.0" y="95.1" stroke="none" data-name="PDFJsProps" data-compartment="1">+element: HTMLElement</text>
|
|
1873
|
+
<text x="0.0" y="111.3" stroke="none" data-name="PDFJsProps" data-compartment="1">+toolbar?: "full" | "fullHidePrint" | "minimal" | "minimalHidePrint"</text>
|
|
1874
|
+
|
|
1875
|
+
</g>
|
|
1876
|
+
</g>
|
|
1877
|
+
<g transform="translate(15599.5, 242)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="PDFJsProps" data-compartment="2">
|
|
1878
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="PDFJsProps" data-compartment="2">
|
|
1879
|
+
|
|
1880
|
+
</g>
|
|
1881
|
+
</g>
|
|
1882
|
+
</g>
|
|
1883
|
+
<g data-name="PDFViewerProps">
|
|
1884
|
+
<g fill="lightblue" stroke="#33322E" data-name="PDFViewerProps">
|
|
1885
|
+
<rect x="16143.5" y="72.5" height="186.0" width="596.0" data-name="PDFViewerProps"></rect>
|
|
1886
|
+
<path d="M16143.5 104.5 L16739.5 104.5" fill="none" data-name="PDFViewerProps"></path>
|
|
1887
|
+
<path d="M16143.5 250.5 L16739.5 250.5" fill="none" data-name="PDFViewerProps"></path>
|
|
1888
|
+
</g>
|
|
1889
|
+
<g transform="translate(16143.5, 72.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="PDFViewerProps" data-compartment="0">
|
|
1890
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="PDFViewerProps" data-compartment="0">
|
|
1891
|
+
<a id="../src/components/PDFViewer/PDFViewer.types.ts.PDFViewerProps" xlink:href="../src/components/PDFViewer/PDFViewer.types.ts"><text x="290.0" y="14.1" stroke="none" text-anchor="middle" data-name="PDFViewerProps" data-compartment="0">PDFViewerProps</text></a>
|
|
1892
|
+
|
|
1893
|
+
</g>
|
|
1894
|
+
</g>
|
|
1895
|
+
<g transform="translate(16143.5, 104.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="PDFViewerProps" data-compartment="1">
|
|
1896
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="PDFViewerProps" data-compartment="1">
|
|
1897
|
+
<text x="0.0" y="14.1" stroke="none" data-name="PDFViewerProps" data-compartment="1">+iframeId: string</text>
|
|
1898
|
+
<text x="0.0" y="30.3" stroke="none" data-name="PDFViewerProps" data-compartment="1">+src: string</text>
|
|
1899
|
+
<text x="0.0" y="46.5" stroke="none" data-name="PDFViewerProps" data-compartment="1">+viewerLocation: string</text>
|
|
1900
|
+
<text x="0.0" y="62.7" stroke="none" data-name="PDFViewerProps" data-compartment="1">+documentName?: string</text>
|
|
1901
|
+
<text x="0.0" y="78.9" stroke="none" data-name="PDFViewerProps" data-compartment="1">+documentNameColour?: string</text>
|
|
1902
|
+
<text x="0.0" y="95.1" stroke="none" data-name="PDFViewerProps" data-compartment="1">+toolbar?: "full" | "fullHidePrint" | "minimal" | "minimalHidePrint"</text>
|
|
1903
|
+
<text x="0.0" y="111.3" stroke="none" data-name="PDFViewerProps" data-compartment="1">+backend: (jsProps: PDFJsProps) => void</text>
|
|
1904
|
+
<text x="0.0" y="127.5" stroke="none" data-name="PDFViewerProps" data-compartment="1">+additionalBackendAttributes?: Record<string, string | number | boolean></text>
|
|
1905
|
+
|
|
1906
|
+
</g>
|
|
1907
|
+
</g>
|
|
1908
|
+
<g transform="translate(16143.5, 250.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="PDFViewerProps" data-compartment="2">
|
|
1909
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="PDFViewerProps" data-compartment="2">
|
|
1910
|
+
|
|
1911
|
+
</g>
|
|
1912
|
+
</g>
|
|
1913
|
+
</g>
|
|
1914
|
+
<g data-name="SourceDeterminer">
|
|
1915
|
+
<g fill="lightblue" stroke="#33322E" data-name="SourceDeterminer">
|
|
1916
|
+
<rect x="16779.5" y="121.5" height="88.0" width="229.0" data-name="SourceDeterminer"></rect>
|
|
1917
|
+
<path d="M16779.5 153.5 L17008.5 153.5" fill="none" data-name="SourceDeterminer"></path>
|
|
1918
|
+
<path d="M16779.5 201.5 L17008.5 201.5" fill="none" data-name="SourceDeterminer"></path>
|
|
1919
|
+
</g>
|
|
1920
|
+
<g transform="translate(16779.5, 121.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="SourceDeterminer" data-compartment="0">
|
|
1921
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="SourceDeterminer" data-compartment="0">
|
|
1922
|
+
<a id="../src/components/PDFViewer/PDFViewer.types.ts.SourceDeterminer" xlink:href="../src/components/PDFViewer/PDFViewer.types.ts"><text x="106.5" y="14.1" stroke="none" text-anchor="middle" data-name="SourceDeterminer" data-compartment="0">SourceDeterminer</text></a>
|
|
1923
|
+
|
|
1924
|
+
</g>
|
|
1925
|
+
</g>
|
|
1926
|
+
<g transform="translate(16779.5, 153.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="SourceDeterminer" data-compartment="1">
|
|
1927
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="SourceDeterminer" data-compartment="1">
|
|
1928
|
+
<text x="0.0" y="14.1" stroke="none" data-name="SourceDeterminer" data-compartment="1">+isBase64Source: boolean</text>
|
|
1929
|
+
<text x="0.0" y="30.3" stroke="none" data-name="SourceDeterminer" data-compartment="1">+source: string</text>
|
|
1930
|
+
|
|
1931
|
+
</g>
|
|
1932
|
+
</g>
|
|
1933
|
+
<g transform="translate(16779.5, 201.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="SourceDeterminer" data-compartment="2">
|
|
1934
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="SourceDeterminer" data-compartment="2">
|
|
1935
|
+
|
|
1936
|
+
</g>
|
|
1937
|
+
</g>
|
|
1938
|
+
</g>
|
|
1939
|
+
<g data-name="PDFViewerCanvasProps">
|
|
1940
|
+
<g fill="lightblue" stroke="#33322E" data-name="PDFViewerCanvasProps">
|
|
1941
|
+
<rect x="17048.5" y="97.0" height="137.0" width="235.0" data-name="PDFViewerCanvasProps"></rect>
|
|
1942
|
+
<path d="M17048.5 129.0 L17283.5 129.0" fill="none" data-name="PDFViewerCanvasProps"></path>
|
|
1943
|
+
<path d="M17048.5 226.0 L17283.5 226.0" fill="none" data-name="PDFViewerCanvasProps"></path>
|
|
1944
|
+
</g>
|
|
1945
|
+
<g transform="translate(17048.5, 97)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="PDFViewerCanvasProps" data-compartment="0">
|
|
1946
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="PDFViewerCanvasProps" data-compartment="0">
|
|
1947
|
+
<a id="../src/components/PDFViewerCanvas/PDFViewerCanvas.types.ts.PDFViewerCanvasProps" xlink:href="../src/components/PDFViewerCanvas/PDFViewerCanvas.types.ts"><text x="109.5" y="14.1" stroke="none" text-anchor="middle" data-name="PDFViewerCanvasProps" data-compartment="0">PDFViewerCanvasProps</text></a>
|
|
1948
|
+
|
|
1949
|
+
</g>
|
|
1950
|
+
</g>
|
|
1951
|
+
<g transform="translate(17048.5, 129)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="PDFViewerCanvasProps" data-compartment="1">
|
|
1952
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="PDFViewerCanvasProps" data-compartment="1">
|
|
1953
|
+
<text x="0.0" y="14.1" stroke="none" data-name="PDFViewerCanvasProps" data-compartment="1">+src: string</text>
|
|
1954
|
+
<text x="0.0" y="30.3" stroke="none" data-name="PDFViewerCanvasProps" data-compartment="1">+className?: string</text>
|
|
1955
|
+
<text x="0.0" y="46.5" stroke="none" data-name="PDFViewerCanvasProps" data-compartment="1">+documentName?: string</text>
|
|
1956
|
+
<text x="0.0" y="62.7" stroke="none" data-name="PDFViewerCanvasProps" data-compartment="1">+pageNumber?: number</text>
|
|
1957
|
+
<text x="0.0" y="78.9" stroke="none" data-name="PDFViewerCanvasProps" data-compartment="1">+showNavigation?: boolean</text>
|
|
1958
|
+
|
|
1959
|
+
</g>
|
|
1960
|
+
</g>
|
|
1961
|
+
<g transform="translate(17048.5, 226)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="PDFViewerCanvasProps" data-compartment="2">
|
|
1962
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="PDFViewerCanvasProps" data-compartment="2">
|
|
1963
|
+
|
|
1964
|
+
</g>
|
|
1965
|
+
</g>
|
|
1966
|
+
</g>
|
|
1967
|
+
<g data-name="PhaseBannerProps">
|
|
1968
|
+
<g fill="lightblue" stroke="#33322E" data-name="PhaseBannerProps">
|
|
1969
|
+
<rect x="17323.5" y="113.0" height="105.0" width="187.0" data-name="PhaseBannerProps"></rect>
|
|
1970
|
+
<path d="M17323.5 145.0 L17510.5 145.0" fill="none" data-name="PhaseBannerProps"></path>
|
|
1971
|
+
<path d="M17323.5 210.0 L17510.5 210.0" fill="none" data-name="PhaseBannerProps"></path>
|
|
1972
|
+
</g>
|
|
1973
|
+
<g transform="translate(17323.5, 113)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="PhaseBannerProps" data-compartment="0">
|
|
1974
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="PhaseBannerProps" data-compartment="0">
|
|
1975
|
+
<a id="../src/components/PhaseBanner/PhaseBanner.types.ts.PhaseBannerProps" xlink:href="../src/components/PhaseBanner/PhaseBanner.types.ts"><text x="85.5" y="14.1" stroke="none" text-anchor="middle" data-name="PhaseBannerProps" data-compartment="0">PhaseBannerProps</text></a>
|
|
1976
|
+
|
|
1977
|
+
</g>
|
|
1978
|
+
</g>
|
|
1979
|
+
<g transform="translate(17323.5, 145)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="PhaseBannerProps" data-compartment="1">
|
|
1980
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="PhaseBannerProps" data-compartment="1">
|
|
1981
|
+
<text x="0.0" y="14.1" stroke="none" data-name="PhaseBannerProps" data-compartment="1">+className?: string</text>
|
|
1982
|
+
<text x="0.0" y="30.3" stroke="none" data-name="PhaseBannerProps" data-compartment="1">+tag?: TagProps</text>
|
|
1983
|
+
<text x="0.0" y="46.5" stroke="none" data-name="PhaseBannerProps" data-compartment="1">+children: ReactNode</text>
|
|
1984
|
+
|
|
1985
|
+
</g>
|
|
1986
|
+
</g>
|
|
1987
|
+
<g transform="translate(17323.5, 210)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="PhaseBannerProps" data-compartment="2">
|
|
1988
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="PhaseBannerProps" data-compartment="2">
|
|
1989
|
+
|
|
1990
|
+
</g>
|
|
1991
|
+
</g>
|
|
1992
|
+
</g>
|
|
1993
|
+
<g data-name="ProblemWithServiceProps">
|
|
1994
|
+
<g fill="lightblue" stroke="#33322E" data-name="ProblemWithServiceProps">
|
|
1995
|
+
<rect x="17550.5" y="97.0" height="137.0" width="223.0" data-name="ProblemWithServiceProps"></rect>
|
|
1996
|
+
<path d="M17550.5 129.0 L17773.5 129.0" fill="none" data-name="ProblemWithServiceProps"></path>
|
|
1997
|
+
<path d="M17550.5 226.0 L17773.5 226.0" fill="none" data-name="ProblemWithServiceProps"></path>
|
|
1998
|
+
</g>
|
|
1999
|
+
<g transform="translate(17550.5, 97)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ProblemWithServiceProps" data-compartment="0">
|
|
2000
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="ProblemWithServiceProps" data-compartment="0">
|
|
2001
|
+
<a id="../src/components/ProblemWithService/ProblemWithService.types.ts.ProblemWithServiceProps" xlink:href="../src/components/ProblemWithService/ProblemWithService.types.ts"><text x="103.5" y="14.1" stroke="none" text-anchor="middle" data-name="ProblemWithServiceProps" data-compartment="0">ProblemWithServiceProps</text></a>
|
|
2002
|
+
|
|
2003
|
+
</g>
|
|
2004
|
+
</g>
|
|
2005
|
+
<g transform="translate(17550.5, 129)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ProblemWithServiceProps" data-compartment="1">
|
|
2006
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="ProblemWithServiceProps" data-compartment="1">
|
|
2007
|
+
<text x="0.0" y="14.1" stroke="none" data-name="ProblemWithServiceProps" data-compartment="1">+message?: string</text>
|
|
2008
|
+
<text x="0.0" y="30.3" stroke="none" data-name="ProblemWithServiceProps" data-compartment="1">+applicationName?: string</text>
|
|
2009
|
+
<text x="0.0" y="46.5" stroke="none" data-name="ProblemWithServiceProps" data-compartment="1">+applicationRoute?: string</text>
|
|
2010
|
+
<text x="0.0" y="62.7" stroke="none" data-name="ProblemWithServiceProps" data-compartment="1">+reportingLink?: string</text>
|
|
2011
|
+
<text x="0.0" y="78.9" stroke="none" data-name="ProblemWithServiceProps" data-compartment="1">+basePageName?: string</text>
|
|
2012
|
+
|
|
2013
|
+
</g>
|
|
2014
|
+
</g>
|
|
2015
|
+
<g transform="translate(17550.5, 226)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ProblemWithServiceProps" data-compartment="2">
|
|
2016
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="ProblemWithServiceProps" data-compartment="2">
|
|
2017
|
+
|
|
2018
|
+
</g>
|
|
2019
|
+
</g>
|
|
2020
|
+
</g>
|
|
2021
|
+
<g data-name="RadiosProps">
|
|
2022
|
+
<g fill="lightblue" stroke="#33322E" data-name="RadiosProps">
|
|
2023
|
+
<rect x="17813.5" y="113.0" height="105.0" width="197.0" data-name="RadiosProps"></rect>
|
|
2024
|
+
<path d="M17813.5 145.0 L18010.5 145.0" fill="none" data-name="RadiosProps"></path>
|
|
2025
|
+
<path d="M17813.5 210.0 L18010.5 210.0" fill="none" data-name="RadiosProps"></path>
|
|
2026
|
+
</g>
|
|
2027
|
+
<g transform="translate(17813.5, 113)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="RadiosProps" data-compartment="0">
|
|
2028
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="RadiosProps" data-compartment="0">
|
|
2029
|
+
<a id="../src/components/Radios/Radios.types.ts.RadiosProps" xlink:href="../src/components/Radios/Radios.types.ts"><text x="90.5" y="14.1" stroke="none" text-anchor="middle" data-name="RadiosProps" data-compartment="0">RadiosProps</text></a>
|
|
2030
|
+
|
|
2031
|
+
</g>
|
|
2032
|
+
</g>
|
|
2033
|
+
<g transform="translate(17813.5, 145)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="RadiosProps" data-compartment="1">
|
|
2034
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="RadiosProps" data-compartment="1">
|
|
2035
|
+
<text x="0.0" y="14.1" stroke="none" data-name="RadiosProps" data-compartment="1">+value?: string</text>
|
|
2036
|
+
<text x="0.0" y="30.3" stroke="none" data-name="RadiosProps" data-compartment="1">+defaultValue?: string</text>
|
|
2037
|
+
<text x="0.0" y="46.5" stroke="none" data-name="RadiosProps" data-compartment="1">+items?: BooleanItem[]</text>
|
|
2038
|
+
|
|
2039
|
+
</g>
|
|
2040
|
+
</g>
|
|
2041
|
+
<g transform="translate(17813.5, 210)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="RadiosProps" data-compartment="2">
|
|
2042
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="RadiosProps" data-compartment="2">
|
|
2043
|
+
|
|
2044
|
+
</g>
|
|
2045
|
+
</g>
|
|
2046
|
+
</g>
|
|
2047
|
+
<g data-name="Option">
|
|
2048
|
+
<g fill="lightblue" stroke="#33322E" data-name="Option">
|
|
2049
|
+
<rect x="18050.5" y="121.5" height="88.0" width="263.0" data-name="Option"></rect>
|
|
2050
|
+
<path d="M18050.5 153.5 L18313.5 153.5" fill="none" data-name="Option"></path>
|
|
2051
|
+
<path d="M18050.5 201.5 L18313.5 201.5" fill="none" data-name="Option"></path>
|
|
2052
|
+
</g>
|
|
2053
|
+
<g transform="translate(18050.5, 121.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="Option" data-compartment="0">
|
|
2054
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="Option" data-compartment="0">
|
|
2055
|
+
<a id="../src/components/Select/Select.types.ts.Option" xlink:href="../src/components/Select/Select.types.ts"><text x="123.5" y="14.1" stroke="none" text-anchor="middle" data-name="Option" data-compartment="0">Option</text></a>
|
|
2056
|
+
|
|
2057
|
+
</g>
|
|
2058
|
+
</g>
|
|
2059
|
+
<g transform="translate(18050.5, 153.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="Option" data-compartment="1">
|
|
2060
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="Option" data-compartment="1">
|
|
2061
|
+
<text x="0.0" y="14.1" stroke="none" data-name="Option" data-compartment="1">+reactListKey?: string | number</text>
|
|
2062
|
+
<text x="0.0" y="30.3" stroke="none" data-name="Option" data-compartment="1">+children: ReactNode</text>
|
|
2063
|
+
|
|
2064
|
+
</g>
|
|
2065
|
+
</g>
|
|
2066
|
+
<g transform="translate(18050.5, 201.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="Option" data-compartment="2">
|
|
2067
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="Option" data-compartment="2">
|
|
2068
|
+
|
|
2069
|
+
</g>
|
|
2070
|
+
</g>
|
|
2071
|
+
</g>
|
|
2072
|
+
<g data-name="SelectProps">
|
|
2073
|
+
<g fill="lightblue" stroke="#33322E" data-name="SelectProps">
|
|
2074
|
+
<rect x="18353.5" y="56.5" height="218.0" width="314.0" data-name="SelectProps"></rect>
|
|
2075
|
+
<path d="M18353.5 88.5 L18667.5 88.5" fill="none" data-name="SelectProps"></path>
|
|
2076
|
+
<path d="M18353.5 266.5 L18667.5 266.5" fill="none" data-name="SelectProps"></path>
|
|
2077
|
+
</g>
|
|
2078
|
+
<g transform="translate(18353.5, 56.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="SelectProps" data-compartment="0">
|
|
2079
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="SelectProps" data-compartment="0">
|
|
2080
|
+
<a id="../src/components/Select/Select.types.ts.SelectProps" xlink:href="../src/components/Select/Select.types.ts"><text x="149.0" y="14.1" stroke="none" text-anchor="middle" data-name="SelectProps" data-compartment="0">SelectProps</text></a>
|
|
2081
|
+
|
|
2082
|
+
</g>
|
|
2083
|
+
</g>
|
|
2084
|
+
<g transform="translate(18353.5, 88.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="SelectProps" data-compartment="1">
|
|
2085
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="SelectProps" data-compartment="1">
|
|
2086
|
+
<text x="0.0" y="14.1" stroke="none" data-name="SelectProps" data-compartment="1">+className?: string</text>
|
|
2087
|
+
<text x="0.0" y="30.3" stroke="none" data-name="SelectProps" data-compartment="1">+aria-describedby?: string</text>
|
|
2088
|
+
<text x="0.0" y="46.5" stroke="none" data-name="SelectProps" data-compartment="1">+errorMessage?: ErrorMessageProps</text>
|
|
2089
|
+
<text x="0.0" y="62.7" stroke="none" data-name="SelectProps" data-compartment="1">+formGroup?: { [key: string]: unknown</text>
|
|
2090
|
+
<text x="0.0" y="78.9" stroke="none" data-name="SelectProps" data-compartment="1">className?: string</text>
|
|
2091
|
+
<text x="0.0" y="95.1" stroke="none" data-name="SelectProps" data-compartment="1">}</text>
|
|
2092
|
+
<text x="0.0" y="111.3" stroke="none" data-name="SelectProps" data-compartment="1">+hint?: HintProps</text>
|
|
2093
|
+
<text x="0.0" y="127.5" stroke="none" data-name="SelectProps" data-compartment="1">+id: string</text>
|
|
2094
|
+
<text x="0.0" y="143.7" stroke="none" data-name="SelectProps" data-compartment="1">+items?: Option[]</text>
|
|
2095
|
+
<text x="0.0" y="159.9" stroke="none" data-name="SelectProps" data-compartment="1">+label: LabelProps</text>
|
|
2096
|
+
|
|
2097
|
+
</g>
|
|
2098
|
+
</g>
|
|
2099
|
+
<g transform="translate(18353.5, 266.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="SelectProps" data-compartment="2">
|
|
2100
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="SelectProps" data-compartment="2">
|
|
2101
|
+
|
|
2102
|
+
</g>
|
|
2103
|
+
</g>
|
|
2104
|
+
</g>
|
|
2105
|
+
<g data-name="ServiceNavigationProps">
|
|
2106
|
+
<g fill="lightblue" stroke="#33322E" data-name="ServiceNavigationProps">
|
|
2107
|
+
<rect x="18707.5" y="64.5" height="202.0" width="262.0" data-name="ServiceNavigationProps"></rect>
|
|
2108
|
+
<path d="M18707.5 96.5 L18969.5 96.5" fill="none" data-name="ServiceNavigationProps"></path>
|
|
2109
|
+
<path d="M18707.5 258.5 L18969.5 258.5" fill="none" data-name="ServiceNavigationProps"></path>
|
|
2110
|
+
</g>
|
|
2111
|
+
<g transform="translate(18707.5, 64.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ServiceNavigationProps" data-compartment="0">
|
|
2112
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="ServiceNavigationProps" data-compartment="0">
|
|
2113
|
+
<a id="../src/components/ServiceNavigation/ServiceNavigation.types.ts.ServiceNavigationProps" xlink:href="../src/components/ServiceNavigation/ServiceNavigation.types.ts"><text x="123.0" y="14.1" stroke="none" text-anchor="middle" data-name="ServiceNavigationProps" data-compartment="0">ServiceNavigationProps</text></a>
|
|
2114
|
+
|
|
2115
|
+
</g>
|
|
2116
|
+
</g>
|
|
2117
|
+
<g transform="translate(18707.5, 96.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ServiceNavigationProps" data-compartment="1">
|
|
2118
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="ServiceNavigationProps" data-compartment="1">
|
|
2119
|
+
<text x="0.0" y="14.1" stroke="none" data-name="ServiceNavigationProps" data-compartment="1">+className?: string</text>
|
|
2120
|
+
<text x="0.0" y="30.3" stroke="none" data-name="ServiceNavigationProps" data-compartment="1">+containerClassName?: string</text>
|
|
2121
|
+
<text x="0.0" y="46.5" stroke="none" data-name="ServiceNavigationProps" data-compartment="1">+menuButtonLabel?: string</text>
|
|
2122
|
+
<text x="0.0" y="62.7" stroke="none" data-name="ServiceNavigationProps" data-compartment="1">+navigation?: NavigationItem[]</text>
|
|
2123
|
+
<text x="0.0" y="78.9" stroke="none" data-name="ServiceNavigationProps" data-compartment="1">+navigationClassName?: string</text>
|
|
2124
|
+
<text x="0.0" y="95.1" stroke="none" data-name="ServiceNavigationProps" data-compartment="1">+navigationLabel?: string</text>
|
|
2125
|
+
<text x="0.0" y="111.3" stroke="none" data-name="ServiceNavigationProps" data-compartment="1">+serviceName?: string</text>
|
|
2126
|
+
<text x="0.0" y="127.5" stroke="none" data-name="ServiceNavigationProps" data-compartment="1">+serviceUrlHref?: string</text>
|
|
2127
|
+
<text x="0.0" y="143.7" stroke="none" data-name="ServiceNavigationProps" data-compartment="1">+serviceUrlTo?: To</text>
|
|
2128
|
+
|
|
2129
|
+
</g>
|
|
2130
|
+
</g>
|
|
2131
|
+
<g transform="translate(18707.5, 258.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="ServiceNavigationProps" data-compartment="2">
|
|
2132
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="ServiceNavigationProps" data-compartment="2">
|
|
2133
|
+
|
|
2134
|
+
</g>
|
|
2135
|
+
</g>
|
|
2136
|
+
</g>
|
|
2137
|
+
<g data-name="SkipLinkProps">
|
|
2138
|
+
<g fill="lightblue" stroke="#33322E" data-name="SkipLinkProps">
|
|
2139
|
+
<rect x="19009.5" y="113.0" height="105.0" width="197.0" data-name="SkipLinkProps"></rect>
|
|
2140
|
+
<path d="M19009.5 145.0 L19206.5 145.0" fill="none" data-name="SkipLinkProps"></path>
|
|
2141
|
+
<path d="M19009.5 210.0 L19206.5 210.0" fill="none" data-name="SkipLinkProps"></path>
|
|
2142
|
+
</g>
|
|
2143
|
+
<g transform="translate(19009.5, 113)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="SkipLinkProps" data-compartment="0">
|
|
2144
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="SkipLinkProps" data-compartment="0">
|
|
2145
|
+
<a id="../src/components/SkipLink/SkipLink.types.ts.SkipLinkProps" xlink:href="../src/components/SkipLink/SkipLink.types.ts"><text x="90.5" y="14.1" stroke="none" text-anchor="middle" data-name="SkipLinkProps" data-compartment="0">SkipLinkProps</text></a>
|
|
2146
|
+
|
|
2147
|
+
</g>
|
|
2148
|
+
</g>
|
|
2149
|
+
<g transform="translate(19009.5, 145)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="SkipLinkProps" data-compartment="1">
|
|
2150
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="SkipLinkProps" data-compartment="1">
|
|
2151
|
+
<text x="0.0" y="14.1" stroke="none" data-name="SkipLinkProps" data-compartment="1">+href: string</text>
|
|
2152
|
+
<text x="0.0" y="30.3" stroke="none" data-name="SkipLinkProps" data-compartment="1">+className: string</text>
|
|
2153
|
+
<text x="0.0" y="46.5" stroke="none" data-name="SkipLinkProps" data-compartment="1">+children?: ReactNode</text>
|
|
2154
|
+
|
|
2155
|
+
</g>
|
|
2156
|
+
</g>
|
|
2157
|
+
<g transform="translate(19009.5, 210)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="SkipLinkProps" data-compartment="2">
|
|
2158
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="SkipLinkProps" data-compartment="2">
|
|
2159
|
+
|
|
2160
|
+
</g>
|
|
2161
|
+
</g>
|
|
2162
|
+
</g>
|
|
2163
|
+
<g data-name="Row">
|
|
2164
|
+
<g fill="lightblue" stroke="#33322E" data-name="Row">
|
|
2165
|
+
<rect x="19246.5" y="48.5" height="234.0" width="251.0" data-name="Row"></rect>
|
|
2166
|
+
<path d="M19246.5 80.5 L19497.5 80.5" fill="none" data-name="Row"></path>
|
|
2167
|
+
<path d="M19246.5 274.5 L19497.5 274.5" fill="none" data-name="Row"></path>
|
|
2168
|
+
</g>
|
|
2169
|
+
<g transform="translate(19246.5, 48.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="Row" data-compartment="0">
|
|
2170
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="Row" data-compartment="0">
|
|
2171
|
+
<a id="../src/components/SummaryList/SummaryList.types.ts.Row" xlink:href="../src/components/SummaryList/SummaryList.types.ts"><text x="117.5" y="14.1" stroke="none" text-anchor="middle" data-name="Row" data-compartment="0">Row</text></a>
|
|
2172
|
+
|
|
2173
|
+
</g>
|
|
2174
|
+
</g>
|
|
2175
|
+
<g transform="translate(19246.5, 80.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="Row" data-compartment="1">
|
|
2176
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="Row" data-compartment="1">
|
|
2177
|
+
<text x="0.0" y="14.1" stroke="none" data-name="Row" data-compartment="1">+reactListKey?: string</text>
|
|
2178
|
+
<text x="0.0" y="30.3" stroke="none" data-name="Row" data-compartment="1">+key?: { className?: string</text>
|
|
2179
|
+
<text x="0.0" y="46.5" stroke="none" data-name="Row" data-compartment="1">children: ReactNode</text>
|
|
2180
|
+
<text x="0.0" y="62.7" stroke="none" data-name="Row" data-compartment="1">}</text>
|
|
2181
|
+
<text x="0.0" y="78.9" stroke="none" data-name="Row" data-compartment="1">+value?: { className?: string</text>
|
|
2182
|
+
<text x="0.0" y="95.1" stroke="none" data-name="Row" data-compartment="1">children: ReactNode</text>
|
|
2183
|
+
<text x="0.0" y="111.3" stroke="none" data-name="Row" data-compartment="1">}</text>
|
|
2184
|
+
<text x="0.0" y="127.5" stroke="none" data-name="Row" data-compartment="1">+actions?: { items: Action[]</text>
|
|
2185
|
+
<text x="0.0" y="143.7" stroke="none" data-name="Row" data-compartment="1">className?: string</text>
|
|
2186
|
+
<text x="0.0" y="159.9" stroke="none" data-name="Row" data-compartment="1">}</text>
|
|
2187
|
+
<text x="0.0" y="176.1" stroke="none" data-name="Row" data-compartment="1">+className?: string</text>
|
|
2188
|
+
|
|
2189
|
+
</g>
|
|
2190
|
+
</g>
|
|
2191
|
+
<g transform="translate(19246.5, 274.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="Row" data-compartment="2">
|
|
2192
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="Row" data-compartment="2">
|
|
2193
|
+
|
|
2194
|
+
</g>
|
|
2195
|
+
</g>
|
|
2196
|
+
</g>
|
|
2197
|
+
<g data-name="SummaryListProps">
|
|
2198
|
+
<g fill="lightblue" stroke="#33322E" data-name="SummaryListProps">
|
|
2199
|
+
<rect x="19537.5" y="121.5" height="88.0" width="177.0" data-name="SummaryListProps"></rect>
|
|
2200
|
+
<path d="M19537.5 153.5 L19714.5 153.5" fill="none" data-name="SummaryListProps"></path>
|
|
2201
|
+
<path d="M19537.5 201.5 L19714.5 201.5" fill="none" data-name="SummaryListProps"></path>
|
|
2202
|
+
</g>
|
|
2203
|
+
<g transform="translate(19537.5, 121.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="SummaryListProps" data-compartment="0">
|
|
2204
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="SummaryListProps" data-compartment="0">
|
|
2205
|
+
<a id="../src/components/SummaryList/SummaryList.types.ts.SummaryListProps" xlink:href="../src/components/SummaryList/SummaryList.types.ts"><text x="80.5" y="14.1" stroke="none" text-anchor="middle" data-name="SummaryListProps" data-compartment="0">SummaryListProps</text></a>
|
|
2206
|
+
|
|
2207
|
+
</g>
|
|
2208
|
+
</g>
|
|
2209
|
+
<g transform="translate(19537.5, 153.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="SummaryListProps" data-compartment="1">
|
|
2210
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="SummaryListProps" data-compartment="1">
|
|
2211
|
+
<text x="0.0" y="14.1" stroke="none" data-name="SummaryListProps" data-compartment="1">+className?: string</text>
|
|
2212
|
+
<text x="0.0" y="30.3" stroke="none" data-name="SummaryListProps" data-compartment="1">+rows?: Row[]</text>
|
|
2213
|
+
|
|
2214
|
+
</g>
|
|
2215
|
+
</g>
|
|
2216
|
+
<g transform="translate(19537.5, 201.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="SummaryListProps" data-compartment="2">
|
|
2217
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="SummaryListProps" data-compartment="2">
|
|
2218
|
+
|
|
2219
|
+
</g>
|
|
2220
|
+
</g>
|
|
2221
|
+
</g>
|
|
2222
|
+
<g data-name="TableItem">
|
|
2223
|
+
<g fill="lightblue" stroke="#33322E" data-name="TableItem">
|
|
2224
|
+
<rect x="19754.5" y="105.0" height="121.0" width="263.0" data-name="TableItem"></rect>
|
|
2225
|
+
<path d="M19754.5 137.0 L20017.5 137.0" fill="none" data-name="TableItem"></path>
|
|
2226
|
+
<path d="M19754.5 218.0 L20017.5 218.0" fill="none" data-name="TableItem"></path>
|
|
2227
|
+
</g>
|
|
2228
|
+
<g transform="translate(19754.5, 105)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="TableItem" data-compartment="0">
|
|
2229
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="TableItem" data-compartment="0">
|
|
2230
|
+
<a id="../src/components/Table/Table.types.ts.TableItem" xlink:href="../src/components/Table/Table.types.ts"><text x="123.5" y="14.1" stroke="none" text-anchor="middle" data-name="TableItem" data-compartment="0">TableItem</text></a>
|
|
2231
|
+
|
|
2232
|
+
</g>
|
|
2233
|
+
</g>
|
|
2234
|
+
<g transform="translate(19754.5, 137)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="TableItem" data-compartment="1">
|
|
2235
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="TableItem" data-compartment="1">
|
|
2236
|
+
<text x="0.0" y="14.1" stroke="none" data-name="TableItem" data-compartment="1">+className?: string</text>
|
|
2237
|
+
<text x="0.0" y="30.3" stroke="none" data-name="TableItem" data-compartment="1">+format?: string</text>
|
|
2238
|
+
<text x="0.0" y="46.5" stroke="none" data-name="TableItem" data-compartment="1">+children: ReactNode</text>
|
|
2239
|
+
<text x="0.0" y="62.7" stroke="none" data-name="TableItem" data-compartment="1">+reactListKey?: string | number</text>
|
|
2240
|
+
|
|
2241
|
+
</g>
|
|
2242
|
+
</g>
|
|
2243
|
+
<g transform="translate(19754.5, 218)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="TableItem" data-compartment="2">
|
|
2244
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="TableItem" data-compartment="2">
|
|
2245
|
+
|
|
2246
|
+
</g>
|
|
2247
|
+
</g>
|
|
2248
|
+
</g>
|
|
2249
|
+
<g data-name="TableRow">
|
|
2250
|
+
<g fill="lightblue" stroke="#33322E" data-name="TableRow">
|
|
2251
|
+
<rect x="20057.5" y="121.5" height="88.0" width="263.0" data-name="TableRow"></rect>
|
|
2252
|
+
<path d="M20057.5 153.5 L20320.5 153.5" fill="none" data-name="TableRow"></path>
|
|
2253
|
+
<path d="M20057.5 201.5 L20320.5 201.5" fill="none" data-name="TableRow"></path>
|
|
2254
|
+
</g>
|
|
2255
|
+
<g transform="translate(20057.5, 121.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="TableRow" data-compartment="0">
|
|
2256
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="TableRow" data-compartment="0">
|
|
2257
|
+
<a id="../src/components/Table/Table.types.ts.TableRow" xlink:href="../src/components/Table/Table.types.ts"><text x="123.5" y="14.1" stroke="none" text-anchor="middle" data-name="TableRow" data-compartment="0">TableRow</text></a>
|
|
2258
|
+
|
|
2259
|
+
</g>
|
|
2260
|
+
</g>
|
|
2261
|
+
<g transform="translate(20057.5, 153.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="TableRow" data-compartment="1">
|
|
2262
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="TableRow" data-compartment="1">
|
|
2263
|
+
<text x="0.0" y="14.1" stroke="none" data-name="TableRow" data-compartment="1">+cells: TableItem[]</text>
|
|
2264
|
+
<text x="0.0" y="30.3" stroke="none" data-name="TableRow" data-compartment="1">+reactListKey?: string | number</text>
|
|
2265
|
+
|
|
2266
|
+
</g>
|
|
2267
|
+
</g>
|
|
2268
|
+
<g transform="translate(20057.5, 201.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="TableRow" data-compartment="2">
|
|
2269
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="TableRow" data-compartment="2">
|
|
2270
|
+
|
|
2271
|
+
</g>
|
|
2272
|
+
</g>
|
|
2273
|
+
</g>
|
|
2274
|
+
<g data-name="TableProps">
|
|
2275
|
+
<g fill="lightblue" stroke="#33322E" data-name="TableProps">
|
|
2276
|
+
<rect x="6347.0" y="436.0" height="169.0" width="241.0" data-name="TableProps"></rect>
|
|
2277
|
+
<path d="M6347.0 468.0 L6588.0 468.0" fill="none" data-name="TableProps"></path>
|
|
2278
|
+
<path d="M6347.0 597.0 L6588.0 597.0" fill="none" data-name="TableProps"></path>
|
|
2279
|
+
</g>
|
|
2280
|
+
<g transform="translate(6347, 436)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="TableProps" data-compartment="0">
|
|
2281
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="TableProps" data-compartment="0">
|
|
2282
|
+
<a id="../src/components/Table/Table.types.ts.TableProps" xlink:href="../src/components/Table/Table.types.ts"><text x="112.5" y="14.1" stroke="none" text-anchor="middle" data-name="TableProps" data-compartment="0">TableProps</text></a>
|
|
2283
|
+
|
|
2284
|
+
</g>
|
|
2285
|
+
</g>
|
|
2286
|
+
<g transform="translate(6347, 468)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="TableProps" data-compartment="1">
|
|
2287
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="TableProps" data-compartment="1">
|
|
2288
|
+
<text x="0.0" y="14.1" stroke="none" data-name="TableProps" data-compartment="1">+caption?: string</text>
|
|
2289
|
+
<text x="0.0" y="30.3" stroke="none" data-name="TableProps" data-compartment="1">+captionClassName?: string</text>
|
|
2290
|
+
<text x="0.0" y="46.5" stroke="none" data-name="TableProps" data-compartment="1">+firstCellIsHeader?: boolean</text>
|
|
2291
|
+
<text x="0.0" y="62.7" stroke="none" data-name="TableProps" data-compartment="1">+className?: string</text>
|
|
2292
|
+
<text x="0.0" y="78.9" stroke="none" data-name="TableProps" data-compartment="1">+head?: TableItem[]</text>
|
|
2293
|
+
<text x="0.0" y="95.1" stroke="none" data-name="TableProps" data-compartment="1">+rows?: TableRow[]</text>
|
|
2294
|
+
<text x="0.0" y="111.3" stroke="none" data-name="TableProps" data-compartment="1">+footer?: TableItem[]</text>
|
|
2295
|
+
|
|
2296
|
+
</g>
|
|
2297
|
+
</g>
|
|
2298
|
+
<g transform="translate(6347, 597)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="TableProps" data-compartment="2">
|
|
2299
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="TableProps" data-compartment="2">
|
|
2300
|
+
|
|
2301
|
+
</g>
|
|
2302
|
+
</g>
|
|
2303
|
+
</g>
|
|
2304
|
+
<g data-name="TabItem">
|
|
2305
|
+
<g fill="lightblue" stroke="#33322E" data-name="TabItem">
|
|
2306
|
+
<rect x="20360.5" y="113.0" height="105.0" width="356.0" data-name="TabItem"></rect>
|
|
2307
|
+
<path d="M20360.5 145.0 L20716.5 145.0" fill="none" data-name="TabItem"></path>
|
|
2308
|
+
<path d="M20360.5 210.0 L20716.5 210.0" fill="none" data-name="TabItem"></path>
|
|
2309
|
+
</g>
|
|
2310
|
+
<g transform="translate(20360.5, 113)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="TabItem" data-compartment="0">
|
|
2311
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="TabItem" data-compartment="0">
|
|
2312
|
+
<a id="../src/components/Tabs/Tabs.types.ts.TabItem" xlink:href="../src/components/Tabs/Tabs.types.ts"><text x="170.0" y="14.1" stroke="none" text-anchor="middle" data-name="TabItem" data-compartment="0">TabItem</text></a>
|
|
2313
|
+
|
|
2314
|
+
</g>
|
|
2315
|
+
</g>
|
|
2316
|
+
<g transform="translate(20360.5, 145)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="TabItem" data-compartment="1">
|
|
2317
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="TabItem" data-compartment="1">
|
|
2318
|
+
<text x="0.0" y="14.1" stroke="none" data-name="TabItem" data-compartment="1">+id?: string</text>
|
|
2319
|
+
<text x="0.0" y="30.3" stroke="none" data-name="TabItem" data-compartment="1">+label: string</text>
|
|
2320
|
+
<text x="0.0" y="46.5" stroke="none" data-name="TabItem" data-compartment="1">+panel: HTMLAttributes<HTMLDivElement></text>
|
|
2321
|
+
|
|
2322
|
+
</g>
|
|
2323
|
+
</g>
|
|
2324
|
+
<g transform="translate(20360.5, 210)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="TabItem" data-compartment="2">
|
|
2325
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="TabItem" data-compartment="2">
|
|
2326
|
+
|
|
2327
|
+
</g>
|
|
2328
|
+
</g>
|
|
2329
|
+
</g>
|
|
2330
|
+
<g data-name="TabsProps">
|
|
2331
|
+
<g fill="lightblue" stroke="#33322E" data-name="TabsProps">
|
|
2332
|
+
<rect x="6628.0" y="452.0" height="137.0" width="177.0" data-name="TabsProps"></rect>
|
|
2333
|
+
<path d="M6628.0 484.0 L6805.0 484.0" fill="none" data-name="TabsProps"></path>
|
|
2334
|
+
<path d="M6628.0 581.0 L6805.0 581.0" fill="none" data-name="TabsProps"></path>
|
|
2335
|
+
</g>
|
|
2336
|
+
<g transform="translate(6628, 452)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="TabsProps" data-compartment="0">
|
|
2337
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="TabsProps" data-compartment="0">
|
|
2338
|
+
<a id="../src/components/Tabs/Tabs.types.ts.TabsProps" xlink:href="../src/components/Tabs/Tabs.types.ts"><text x="80.5" y="14.1" stroke="none" text-anchor="middle" data-name="TabsProps" data-compartment="0">TabsProps</text></a>
|
|
2339
|
+
|
|
2340
|
+
</g>
|
|
2341
|
+
</g>
|
|
2342
|
+
<g transform="translate(6628, 484)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="TabsProps" data-compartment="1">
|
|
2343
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="TabsProps" data-compartment="1">
|
|
2344
|
+
<text x="0.0" y="14.1" stroke="none" data-name="TabsProps" data-compartment="1">+className?: string</text>
|
|
2345
|
+
<text x="0.0" y="30.3" stroke="none" data-name="TabsProps" data-compartment="1">+id: string</text>
|
|
2346
|
+
<text x="0.0" y="46.5" stroke="none" data-name="TabsProps" data-compartment="1">+idPrefix?: string</text>
|
|
2347
|
+
<text x="0.0" y="62.7" stroke="none" data-name="TabsProps" data-compartment="1">+items: TabItem[]</text>
|
|
2348
|
+
<text x="0.0" y="78.9" stroke="none" data-name="TabsProps" data-compartment="1">+title?: string</text>
|
|
2349
|
+
|
|
2350
|
+
</g>
|
|
2351
|
+
</g>
|
|
2352
|
+
<g transform="translate(6628, 581)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="TabsProps" data-compartment="2">
|
|
2353
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="TabsProps" data-compartment="2">
|
|
2354
|
+
|
|
2355
|
+
</g>
|
|
2356
|
+
</g>
|
|
2357
|
+
</g>
|
|
2358
|
+
<g data-name="TagProps">
|
|
2359
|
+
<g fill="lightblue" stroke="#33322E" data-name="TagProps">
|
|
2360
|
+
<rect x="20756.5" y="121.5" height="88.0" width="197.0" data-name="TagProps"></rect>
|
|
2361
|
+
<path d="M20756.5 153.5 L20953.5 153.5" fill="none" data-name="TagProps"></path>
|
|
2362
|
+
<path d="M20756.5 201.5 L20953.5 201.5" fill="none" data-name="TagProps"></path>
|
|
2363
|
+
</g>
|
|
2364
|
+
<g transform="translate(20756.5, 121.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="TagProps" data-compartment="0">
|
|
2365
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="TagProps" data-compartment="0">
|
|
2366
|
+
<a id="../src/components/Tag/Tag.types.ts.TagProps" xlink:href="../src/components/Tag/Tag.types.ts"><text x="90.5" y="14.1" stroke="none" text-anchor="middle" data-name="TagProps" data-compartment="0">TagProps</text></a>
|
|
2367
|
+
|
|
2368
|
+
</g>
|
|
2369
|
+
</g>
|
|
2370
|
+
<g transform="translate(20756.5, 153.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="TagProps" data-compartment="1">
|
|
2371
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="TagProps" data-compartment="1">
|
|
2372
|
+
<text x="0.0" y="14.1" stroke="none" data-name="TagProps" data-compartment="1">+className?: string</text>
|
|
2373
|
+
<text x="0.0" y="30.3" stroke="none" data-name="TagProps" data-compartment="1">+children?: ReactNode</text>
|
|
2374
|
+
|
|
2375
|
+
</g>
|
|
2376
|
+
</g>
|
|
2377
|
+
<g transform="translate(20756.5, 201.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="TagProps" data-compartment="2">
|
|
2378
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="TagProps" data-compartment="2">
|
|
2379
|
+
|
|
2380
|
+
</g>
|
|
2381
|
+
</g>
|
|
2382
|
+
</g>
|
|
2383
|
+
<g data-name="TaskListItemProps">
|
|
2384
|
+
<g fill="lightblue" stroke="#33322E" data-name="TaskListItemProps">
|
|
2385
|
+
<rect x="20993.5" y="72.5" height="186.0" width="317.0" data-name="TaskListItemProps"></rect>
|
|
2386
|
+
<path d="M20993.5 104.5 L21310.5 104.5" fill="none" data-name="TaskListItemProps"></path>
|
|
2387
|
+
<path d="M20993.5 250.5 L21310.5 250.5" fill="none" data-name="TaskListItemProps"></path>
|
|
2388
|
+
</g>
|
|
2389
|
+
<g transform="translate(20993.5, 72.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="TaskListItemProps" data-compartment="0">
|
|
2390
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="TaskListItemProps" data-compartment="0">
|
|
2391
|
+
<a id="../src/components/TaskList/TaskList.types.ts.TaskListItemProps" xlink:href="../src/components/TaskList/TaskList.types.ts"><text x="150.5" y="14.1" stroke="none" text-anchor="middle" data-name="TaskListItemProps" data-compartment="0">TaskListItemProps</text></a>
|
|
2392
|
+
|
|
2393
|
+
</g>
|
|
2394
|
+
</g>
|
|
2395
|
+
<g transform="translate(20993.5, 104.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="TaskListItemProps" data-compartment="1">
|
|
2396
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="TaskListItemProps" data-compartment="1">
|
|
2397
|
+
<text x="0.0" y="14.1" stroke="none" data-name="TaskListItemProps" data-compartment="1">+title: { children: React.ReactNode</text>
|
|
2398
|
+
<text x="0.0" y="30.3" stroke="none" data-name="TaskListItemProps" data-compartment="1">}</text>
|
|
2399
|
+
<text x="0.0" y="46.5" stroke="none" data-name="TaskListItemProps" data-compartment="1">+hint: HintProps</text>
|
|
2400
|
+
<text x="0.0" y="62.7" stroke="none" data-name="TaskListItemProps" data-compartment="1">+status: { children?: React.ReactNode</text>
|
|
2401
|
+
<text x="0.0" y="78.9" stroke="none" data-name="TaskListItemProps" data-compartment="1">tag?: { children: React.ReactNode</text>
|
|
2402
|
+
<text x="0.0" y="95.1" stroke="none" data-name="TaskListItemProps" data-compartment="1">}</text>
|
|
2403
|
+
<text x="0.0" y="111.3" stroke="none" data-name="TaskListItemProps" data-compartment="1">}</text>
|
|
2404
|
+
<text x="0.0" y="127.5" stroke="none" data-name="TaskListItemProps" data-compartment="1">+href?: string</text>
|
|
2405
|
+
|
|
2406
|
+
</g>
|
|
2407
|
+
</g>
|
|
2408
|
+
<g transform="translate(20993.5, 250.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="TaskListItemProps" data-compartment="2">
|
|
2409
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="TaskListItemProps" data-compartment="2">
|
|
2410
|
+
|
|
2411
|
+
</g>
|
|
2412
|
+
</g>
|
|
2413
|
+
</g>
|
|
2414
|
+
<g data-name="TaskListProps">
|
|
2415
|
+
<g fill="lightblue" stroke="#33322E" data-name="TaskListProps">
|
|
2416
|
+
<rect x="21350.5" y="113.0" height="105.0" width="234.0" data-name="TaskListProps"></rect>
|
|
2417
|
+
<path d="M21350.5 145.0 L21584.5 145.0" fill="none" data-name="TaskListProps"></path>
|
|
2418
|
+
<path d="M21350.5 210.0 L21584.5 210.0" fill="none" data-name="TaskListProps"></path>
|
|
2419
|
+
</g>
|
|
2420
|
+
<g transform="translate(21350.5, 113)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="TaskListProps" data-compartment="0">
|
|
2421
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="TaskListProps" data-compartment="0">
|
|
2422
|
+
<a id="../src/components/TaskList/TaskList.types.ts.TaskListProps" xlink:href="../src/components/TaskList/TaskList.types.ts"><text x="109.0" y="14.1" stroke="none" text-anchor="middle" data-name="TaskListProps" data-compartment="0">TaskListProps</text></a>
|
|
2423
|
+
|
|
2424
|
+
</g>
|
|
2425
|
+
</g>
|
|
2426
|
+
<g transform="translate(21350.5, 145)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="TaskListProps" data-compartment="1">
|
|
2427
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="TaskListProps" data-compartment="1">
|
|
2428
|
+
<text x="0.0" y="14.1" stroke="none" data-name="TaskListProps" data-compartment="1">+className?: string</text>
|
|
2429
|
+
<text x="0.0" y="30.3" stroke="none" data-name="TaskListProps" data-compartment="1">+idPrefix?: string</text>
|
|
2430
|
+
<text x="0.0" y="46.5" stroke="none" data-name="TaskListProps" data-compartment="1">+items: TaskListItemProps[]</text>
|
|
2431
|
+
|
|
2432
|
+
</g>
|
|
2433
|
+
</g>
|
|
2434
|
+
<g transform="translate(21350.5, 210)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="TaskListProps" data-compartment="2">
|
|
2435
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="TaskListProps" data-compartment="2">
|
|
2436
|
+
|
|
2437
|
+
</g>
|
|
2438
|
+
</g>
|
|
2439
|
+
</g>
|
|
2440
|
+
<g data-name="TextareaProps">
|
|
2441
|
+
<g fill="lightblue" stroke="#33322E" data-name="TextareaProps">
|
|
2442
|
+
<rect x="21586.0" y="419.5" height="202.0" width="314.0" data-name="TextareaProps"></rect>
|
|
2443
|
+
<path d="M21586.0 451.5 L21900.0 451.5" fill="none" data-name="TextareaProps"></path>
|
|
2444
|
+
<path d="M21586.0 613.5 L21900.0 613.5" fill="none" data-name="TextareaProps"></path>
|
|
2445
|
+
</g>
|
|
2446
|
+
<g transform="translate(21586, 419.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="TextareaProps" data-compartment="0">
|
|
2447
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="TextareaProps" data-compartment="0">
|
|
2448
|
+
<a id="../src/components/Textarea/Textarea.types.ts.TextareaProps" xlink:href="../src/components/Textarea/Textarea.types.ts"><text x="149.0" y="14.1" stroke="none" text-anchor="middle" data-name="TextareaProps" data-compartment="0">TextareaProps</text></a>
|
|
2449
|
+
|
|
2450
|
+
</g>
|
|
2451
|
+
</g>
|
|
2452
|
+
<g transform="translate(21586, 451.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="TextareaProps" data-compartment="1">
|
|
2453
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="TextareaProps" data-compartment="1">
|
|
2454
|
+
<text x="0.0" y="14.1" stroke="none" data-name="TextareaProps" data-compartment="1">+className?: string</text>
|
|
2455
|
+
<text x="0.0" y="30.3" stroke="none" data-name="TextareaProps" data-compartment="1">+aria-describedby?: string</text>
|
|
2456
|
+
<text x="0.0" y="46.5" stroke="none" data-name="TextareaProps" data-compartment="1">+errorMessage?: ErrorMessageProps</text>
|
|
2457
|
+
<text x="0.0" y="62.7" stroke="none" data-name="TextareaProps" data-compartment="1">+formGroup?: { [key: string]: unknown</text>
|
|
2458
|
+
<text x="0.0" y="78.9" stroke="none" data-name="TextareaProps" data-compartment="1">className?: string</text>
|
|
2459
|
+
<text x="0.0" y="95.1" stroke="none" data-name="TextareaProps" data-compartment="1">}</text>
|
|
2460
|
+
<text x="0.0" y="111.3" stroke="none" data-name="TextareaProps" data-compartment="1">+hint?: object</text>
|
|
2461
|
+
<text x="0.0" y="127.5" stroke="none" data-name="TextareaProps" data-compartment="1">+label?: object</text>
|
|
2462
|
+
<text x="0.0" y="143.7" stroke="none" data-name="TextareaProps" data-compartment="1">+id?: string</text>
|
|
2463
|
+
|
|
2464
|
+
</g>
|
|
2465
|
+
</g>
|
|
2466
|
+
<g transform="translate(21586, 613.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="TextareaProps" data-compartment="2">
|
|
2467
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="TextareaProps" data-compartment="2">
|
|
2468
|
+
|
|
2469
|
+
</g>
|
|
2470
|
+
</g>
|
|
2471
|
+
</g>
|
|
2472
|
+
<g data-name="TextareaHTMLAttributes<T>">
|
|
2473
|
+
<g fill="#eee8d5" stroke="#33322E" data-name="TextareaHTMLAttributes<T>">
|
|
2474
|
+
<rect x="21624.5" y="149.5" height="32.0" width="237.0" data-name="TextareaHTMLAttributes<T>"></rect>
|
|
2475
|
+
</g>
|
|
2476
|
+
<g transform="translate(21624.5, 149.5)" font-family="Helvetica" font-size="12pt" font-weight="bold" font-style="normal" data-name="TextareaHTMLAttributes<T>" data-compartment="0">
|
|
2477
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="TextareaHTMLAttributes<T>" data-compartment="0">
|
|
2478
|
+
<text x="110.5" y="14.1" stroke="none" text-anchor="middle" data-name="TextareaHTMLAttributes<T>" data-compartment="0">TextareaHTMLAttributes<T></text>
|
|
2479
|
+
|
|
2480
|
+
</g>
|
|
2481
|
+
</g>
|
|
2482
|
+
</g>
|
|
2483
|
+
<g data-name="WarningInfoProps">
|
|
2484
|
+
<g fill="lightblue" stroke="#33322E" data-name="WarningInfoProps">
|
|
2485
|
+
<rect x="21901.5" y="89.0" height="153.0" width="228.0" data-name="WarningInfoProps"></rect>
|
|
2486
|
+
<path d="M21901.5 121.0 L22129.5 121.0" fill="none" data-name="WarningInfoProps"></path>
|
|
2487
|
+
<path d="M21901.5 234.0 L22129.5 234.0" fill="none" data-name="WarningInfoProps"></path>
|
|
2488
|
+
</g>
|
|
2489
|
+
<g transform="translate(21901.5, 89)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="WarningInfoProps" data-compartment="0">
|
|
2490
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="WarningInfoProps" data-compartment="0">
|
|
2491
|
+
<a id="../src/components/WarningInfo/WarningInfo.types.ts.WarningInfoProps" xlink:href="../src/components/WarningInfo/WarningInfo.types.ts"><text x="106.0" y="14.1" stroke="none" text-anchor="middle" data-name="WarningInfoProps" data-compartment="0">WarningInfoProps</text></a>
|
|
2492
|
+
|
|
2493
|
+
</g>
|
|
2494
|
+
</g>
|
|
2495
|
+
<g transform="translate(21901.5, 121)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="WarningInfoProps" data-compartment="1">
|
|
2496
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="WarningInfoProps" data-compartment="1">
|
|
2497
|
+
<text x="0.0" y="14.1" stroke="none" data-name="WarningInfoProps" data-compartment="1">+messageHeading?: string</text>
|
|
2498
|
+
<text x="0.0" y="30.3" stroke="none" data-name="WarningInfoProps" data-compartment="1">+message?: string</text>
|
|
2499
|
+
<text x="0.0" y="46.5" stroke="none" data-name="WarningInfoProps" data-compartment="1">+advice?: string</text>
|
|
2500
|
+
<text x="0.0" y="62.7" stroke="none" data-name="WarningInfoProps" data-compartment="1">+applicationName?: string</text>
|
|
2501
|
+
<text x="0.0" y="78.9" stroke="none" data-name="WarningInfoProps" data-compartment="1">+applicationRoute?: string</text>
|
|
2502
|
+
<text x="0.0" y="95.1" stroke="none" data-name="WarningInfoProps" data-compartment="1">+basePageName?: string</text>
|
|
2503
|
+
|
|
2504
|
+
</g>
|
|
2505
|
+
</g>
|
|
2506
|
+
<g transform="translate(21901.5, 234)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="WarningInfoProps" data-compartment="2">
|
|
2507
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="WarningInfoProps" data-compartment="2">
|
|
2508
|
+
|
|
2509
|
+
</g>
|
|
2510
|
+
</g>
|
|
2511
|
+
</g>
|
|
2512
|
+
<g data-name="WarningTextProps">
|
|
2513
|
+
<g fill="lightblue" stroke="#33322E" data-name="WarningTextProps">
|
|
2514
|
+
<rect x="22169.5" y="121.5" height="88.0" width="197.0" data-name="WarningTextProps"></rect>
|
|
2515
|
+
<path d="M22169.5 153.5 L22366.5 153.5" fill="none" data-name="WarningTextProps"></path>
|
|
2516
|
+
<path d="M22169.5 201.5 L22366.5 201.5" fill="none" data-name="WarningTextProps"></path>
|
|
2517
|
+
</g>
|
|
2518
|
+
<g transform="translate(22169.5, 121.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="WarningTextProps" data-compartment="0">
|
|
2519
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="center" data-name="WarningTextProps" data-compartment="0">
|
|
2520
|
+
<a id="../src/components/WarningText/WarningText.types.ts.WarningTextProps" xlink:href="../src/components/WarningText/WarningText.types.ts"><text x="90.5" y="14.1" stroke="none" text-anchor="middle" data-name="WarningTextProps" data-compartment="0">WarningTextProps</text></a>
|
|
2521
|
+
|
|
2522
|
+
</g>
|
|
2523
|
+
</g>
|
|
2524
|
+
<g transform="translate(22169.5, 153.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="WarningTextProps" data-compartment="1">
|
|
2525
|
+
<g transform="translate(8, 8)" fill="#33322E" text-align="left" data-name="WarningTextProps" data-compartment="1">
|
|
2526
|
+
<text x="0.0" y="14.1" stroke="none" data-name="WarningTextProps" data-compartment="1">+children?: ReactNode</text>
|
|
2527
|
+
<text x="0.0" y="30.3" stroke="none" data-name="WarningTextProps" data-compartment="1">+className?: string</text>
|
|
2528
|
+
|
|
2529
|
+
</g>
|
|
2530
|
+
</g>
|
|
2531
|
+
<g transform="translate(22169.5, 201.5)" font-family="Helvetica" font-size="12pt" font-weight="normal" font-style="normal" data-name="WarningTextProps" data-compartment="2">
|
|
2532
|
+
<g transform="translate(8, 8)" fill="#33322E" data-name="WarningTextProps" data-compartment="2">
|
|
2533
|
+
|
|
2534
|
+
</g>
|
|
2535
|
+
</g>
|
|
2536
|
+
</g>
|
|
2537
|
+
</g>
|
|
2538
|
+
</g>
|
|
2539
|
+
</g>
|
|
2540
|
+
</g>
|
|
2541
|
+
</svg>
|