@digigov/ui 1.0.0-290a96e2 → 1.0.0-3bfc7d37
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/app/BannerContainer/BannerContainer.stories.d.ts +10 -0
- package/app/BannerContainer/BannerContainer.stories.js +35 -0
- package/app/BannerContainer/__stories__/CookiesBanner.d.ts +2 -0
- package/app/BannerContainer/__stories__/CookiesBanner.js +42 -0
- package/app/Footer/__stories__/FooterAllInclusive.js +33 -23
- package/app/Footer/__stories__/FooterWithLink.js +16 -12
- package/app/Footer/__stories__/FooterWithLogo.js +17 -15
- package/app/Footer/__stories__/FooterWithSecondaryNavigation.js +18 -14
- package/app/Masthead/Masthead.stories.d.ts +2 -0
- package/app/Masthead/Masthead.stories.js +28 -0
- package/app/Masthead/__stories__/WithElements.d.ts +2 -0
- package/app/Masthead/__stories__/WithElements.js +41 -0
- package/app/Masthead/__stories__/WithLogo.d.ts +2 -0
- package/app/Masthead/__stories__/WithLogo.js +37 -0
- package/content/Blockquote/Blockquote.stories.d.ts +1 -0
- package/content/Blockquote/Blockquote.stories.js +14 -0
- package/content/Blockquote/__stories__/Dense.d.ts +2 -0
- package/content/Blockquote/__stories__/Dense.js +24 -0
- package/content/Card/Card.stories.d.ts +2 -0
- package/content/Card/Card.stories.js +28 -0
- package/content/Card/__stories__/Default.js +1 -1
- package/content/Card/__stories__/Dense.d.ts +2 -0
- package/content/Card/__stories__/Dense.js +28 -0
- package/content/Card/__stories__/WithLink.d.ts +2 -0
- package/content/Card/__stories__/WithLink.js +24 -0
- package/content/StepNav/StepNav.stories.d.ts +1 -0
- package/content/StepNav/StepNav.stories.js +14 -0
- package/content/StepNav/__stories__/Dense.d.ts +2 -0
- package/content/StepNav/__stories__/Dense.js +204 -0
- package/content/SummaryList/SummaryList.stories.d.ts +1 -0
- package/content/SummaryList/SummaryList.stories.js +14 -0
- package/content/SummaryList/__stories__/Default.js +7 -3
- package/content/SummaryList/__stories__/WithActions.js +13 -7
- package/content/SummaryList/__stories__/WithoutActions.d.ts +2 -0
- package/content/SummaryList/__stories__/WithoutActions.js +22 -0
- package/content/SummaryList/__stories__/WithoutBorders.js +12 -2
- package/content/Table/__stories__/RowColors.js +5 -5
- package/content/TaskList/TaskList.stories.d.ts +1 -0
- package/content/TaskList/TaskList.stories.js +14 -0
- package/content/TaskList/__stories__/Dense.d.ts +2 -0
- package/content/TaskList/__stories__/Dense.js +93 -0
- package/content/Timeline/Timeline.stories.d.ts +1 -0
- package/content/Timeline/Timeline.stories.js +14 -0
- package/content/Timeline/__stories__/Default.js +2 -4
- package/content/Timeline/__stories__/Dense.d.ts +2 -0
- package/content/Timeline/__stories__/Dense.js +141 -0
- package/es/app/BannerContainer/BannerContainer.stories.js +10 -0
- package/es/app/BannerContainer/__stories__/CookiesBanner.js +18 -0
- package/es/app/Footer/__stories__/FooterAllInclusive.js +33 -23
- package/es/app/Footer/__stories__/FooterWithLink.js +16 -12
- package/es/app/Footer/__stories__/FooterWithLogo.js +17 -15
- package/es/app/Footer/__stories__/FooterWithSecondaryNavigation.js +18 -14
- package/es/app/Masthead/Masthead.stories.js +3 -1
- package/es/app/Masthead/__stories__/WithElements.js +21 -0
- package/es/app/Masthead/__stories__/WithLogo.js +19 -0
- package/es/content/Blockquote/Blockquote.stories.js +2 -1
- package/es/content/Blockquote/__stories__/Dense.js +11 -0
- package/es/content/Card/Card.stories.js +3 -1
- package/es/content/Card/__stories__/Default.js +1 -1
- package/es/content/Card/__stories__/Dense.js +14 -0
- package/es/content/Card/__stories__/WithLink.js +10 -0
- package/es/content/StepNav/StepNav.stories.js +2 -1
- package/es/content/StepNav/__stories__/Dense.js +180 -0
- package/es/content/SummaryList/SummaryList.stories.js +1 -0
- package/es/content/SummaryList/__stories__/Default.js +7 -3
- package/es/content/SummaryList/__stories__/WithActions.js +5 -5
- package/es/content/SummaryList/__stories__/WithoutActions.js +9 -0
- package/es/content/SummaryList/__stories__/WithoutBorders.js +10 -2
- package/es/content/Table/__stories__/RowColors.js +5 -5
- package/es/content/TaskList/TaskList.stories.js +2 -1
- package/es/content/TaskList/__stories__/Dense.js +76 -0
- package/es/content/Timeline/Timeline.stories.js +2 -1
- package/es/content/Timeline/__stories__/Default.js +2 -4
- package/es/content/Timeline/__stories__/Dense.js +124 -0
- package/es/feedback/ErrorSummary/ErrorSummary.stories.js +2 -1
- package/es/feedback/ErrorSummary/__stories__/LinkedToCheckbox.js +2 -1
- package/es/feedback/ErrorSummary/__stories__/LinkedToField.js +3 -3
- package/es/feedback/ErrorSummary/__stories__/WithBackLinkAndButton.js +35 -0
- package/es/form/Button/__stories__/CallToActionButton.js +1 -4
- package/es/form/Button/__stories__/GroupingButtons.js +0 -3
- package/es/form/Button/__stories__/GroupingButtonsAndLinks.js +0 -3
- package/es/form/Button/__stories__/Primary.js +0 -3
- package/es/form/Button/__stories__/Secondary.js +0 -3
- package/es/form/Button/__stories__/WithVariantLink.js +0 -4
- package/es/form/Checkbox/__stories__/WithHint.js +1 -1
- package/es/form/DateInputContainer/__stories__/Default.js +1 -1
- package/es/form/DateInputContainer/__stories__/MultipleQuestions.js +2 -2
- package/es/form/DateInputContainer/__stories__/WithErrorMessage.js +1 -1
- package/es/form/DateInputContainer/__stories__/WithErrorMessageForSingleField.js +1 -1
- package/es/form/ErrorMessage/ErrorMessage.stories.js +3 -1
- package/es/form/ErrorMessage/__stories__/DateInputError.js +24 -0
- package/es/form/ErrorMessage/__stories__/Default.js +11 -8
- package/es/form/ErrorMessage/__stories__/ErrorMessageOnly.js +12 -0
- package/es/form/FileUpload/__stories__/Default.js +2 -2
- package/es/form/FileUpload/__stories__/WithErrorMessage.js +2 -2
- package/es/form/RadioContainer/RadioContainer.stories.js +1 -0
- package/es/form/RadioContainer/__stories__/Default.js +7 -4
- package/es/form/RadioContainer/__stories__/InlineWithDivider.js +5 -5
- package/es/form/RadioContainer/__stories__/MultipleQuestions.js +1 -1
- package/es/form/RadioContainer/__stories__/NoneAnswer.js +6 -2
- package/es/form/RadioContainer/__stories__/WithErrorMessage.js +3 -1
- package/es/form/RadioContainer/__stories__/WithHints.js +1 -1
- package/es/form/RadioContainer/__stories__/WithMediumLegend.js +24 -0
- package/es/form/TextInput/__stories__/FixedWidths.js +8 -18
- package/es/form/TextInput/__stories__/FluidWidths.js +8 -18
- package/es/govgr/Footer/Copyright.js +3 -3
- package/es/icons/ImageLogo/index.js +3 -0
- package/es/icons/ImageLogoSet/index.js +3 -0
- package/es/navigation/NavList/NavList.stories.js +5 -1
- package/es/navigation/NavList/NavList.stories.playwright.json +5 -5
- package/es/navigation/NavList/__stories__/Default.js +20 -54
- package/es/navigation/NavList/__stories__/NavVertical.js +37 -0
- package/es/navigation/NavList/__stories__/NavVerticalWithTitle.js +43 -0
- package/es/navigation/NavList/__stories__/WithBurgerIcon.js +56 -0
- package/es/navigation/NavList/__stories__/WithSubMenu.js +73 -0
- package/es/navigation/Tabs/__stories__/Default.js +15 -4
- package/es/registry.js +8 -2
- package/esm/app/BannerContainer/BannerContainer.stories.js +10 -0
- package/esm/app/BannerContainer/__stories__/CookiesBanner.js +18 -0
- package/esm/app/Footer/__stories__/FooterAllInclusive.js +33 -23
- package/esm/app/Footer/__stories__/FooterWithLink.js +16 -12
- package/esm/app/Footer/__stories__/FooterWithLogo.js +17 -15
- package/esm/app/Footer/__stories__/FooterWithSecondaryNavigation.js +18 -14
- package/esm/app/Masthead/Masthead.stories.js +3 -1
- package/esm/app/Masthead/__stories__/WithElements.js +21 -0
- package/esm/app/Masthead/__stories__/WithLogo.js +19 -0
- package/esm/content/Blockquote/Blockquote.stories.js +2 -1
- package/esm/content/Blockquote/__stories__/Dense.js +11 -0
- package/esm/content/Card/Card.stories.js +3 -1
- package/esm/content/Card/__stories__/Default.js +1 -1
- package/esm/content/Card/__stories__/Dense.js +14 -0
- package/esm/content/Card/__stories__/WithLink.js +10 -0
- package/esm/content/StepNav/StepNav.stories.js +2 -1
- package/esm/content/StepNav/__stories__/Dense.js +180 -0
- package/esm/content/SummaryList/SummaryList.stories.js +1 -0
- package/esm/content/SummaryList/__stories__/Default.js +7 -3
- package/esm/content/SummaryList/__stories__/WithActions.js +5 -5
- package/esm/content/SummaryList/__stories__/WithoutActions.js +9 -0
- package/esm/content/SummaryList/__stories__/WithoutBorders.js +10 -2
- package/esm/content/Table/__stories__/RowColors.js +5 -5
- package/esm/content/TaskList/TaskList.stories.js +2 -1
- package/esm/content/TaskList/__stories__/Dense.js +76 -0
- package/esm/content/Timeline/Timeline.stories.js +2 -1
- package/esm/content/Timeline/__stories__/Default.js +2 -4
- package/esm/content/Timeline/__stories__/Dense.js +124 -0
- package/esm/feedback/ErrorSummary/ErrorSummary.stories.js +2 -1
- package/esm/feedback/ErrorSummary/__stories__/LinkedToCheckbox.js +2 -1
- package/esm/feedback/ErrorSummary/__stories__/LinkedToField.js +3 -3
- package/esm/feedback/ErrorSummary/__stories__/WithBackLinkAndButton.js +35 -0
- package/esm/form/Button/__stories__/CallToActionButton.js +1 -4
- package/esm/form/Button/__stories__/GroupingButtons.js +0 -3
- package/esm/form/Button/__stories__/GroupingButtonsAndLinks.js +0 -3
- package/esm/form/Button/__stories__/Primary.js +0 -3
- package/esm/form/Button/__stories__/Secondary.js +0 -3
- package/esm/form/Button/__stories__/WithVariantLink.js +0 -4
- package/esm/form/Checkbox/__stories__/WithHint.js +1 -1
- package/esm/form/DateInputContainer/__stories__/Default.js +1 -1
- package/esm/form/DateInputContainer/__stories__/MultipleQuestions.js +2 -2
- package/esm/form/DateInputContainer/__stories__/WithErrorMessage.js +1 -1
- package/esm/form/DateInputContainer/__stories__/WithErrorMessageForSingleField.js +1 -1
- package/esm/form/ErrorMessage/ErrorMessage.stories.js +3 -1
- package/esm/form/ErrorMessage/__stories__/DateInputError.js +24 -0
- package/esm/form/ErrorMessage/__stories__/Default.js +11 -8
- package/esm/form/ErrorMessage/__stories__/ErrorMessageOnly.js +12 -0
- package/esm/form/FileUpload/__stories__/Default.js +2 -2
- package/esm/form/FileUpload/__stories__/WithErrorMessage.js +2 -2
- package/esm/form/RadioContainer/RadioContainer.stories.js +1 -0
- package/esm/form/RadioContainer/__stories__/Default.js +7 -4
- package/esm/form/RadioContainer/__stories__/InlineWithDivider.js +5 -5
- package/esm/form/RadioContainer/__stories__/MultipleQuestions.js +1 -1
- package/esm/form/RadioContainer/__stories__/NoneAnswer.js +6 -2
- package/esm/form/RadioContainer/__stories__/WithErrorMessage.js +3 -1
- package/esm/form/RadioContainer/__stories__/WithHints.js +1 -1
- package/esm/form/RadioContainer/__stories__/WithMediumLegend.js +24 -0
- package/esm/form/TextInput/__stories__/FixedWidths.js +8 -18
- package/esm/form/TextInput/__stories__/FluidWidths.js +8 -18
- package/esm/govgr/Footer/Copyright.js +3 -3
- package/esm/icons/ImageLogo/index.js +3 -0
- package/esm/icons/ImageLogoSet/index.js +3 -0
- package/esm/index.js +1 -1
- package/esm/navigation/NavList/NavList.stories.js +5 -1
- package/esm/navigation/NavList/NavList.stories.playwright.json +5 -5
- package/esm/navigation/NavList/__stories__/Default.js +20 -54
- package/esm/navigation/NavList/__stories__/NavVertical.js +37 -0
- package/esm/navigation/NavList/__stories__/NavVerticalWithTitle.js +43 -0
- package/esm/navigation/NavList/__stories__/WithBurgerIcon.js +56 -0
- package/esm/navigation/NavList/__stories__/WithSubMenu.js +73 -0
- package/esm/navigation/Tabs/__stories__/Default.js +15 -4
- package/esm/registry.js +8 -2
- package/feedback/ErrorSummary/ErrorSummary.stories.d.ts +1 -0
- package/feedback/ErrorSummary/ErrorSummary.stories.js +14 -0
- package/feedback/ErrorSummary/__stories__/LinkedToCheckbox.js +3 -1
- package/feedback/ErrorSummary/__stories__/LinkedToField.js +3 -3
- package/feedback/ErrorSummary/__stories__/WithBackLinkAndButton.d.ts +2 -0
- package/feedback/ErrorSummary/__stories__/WithBackLinkAndButton.js +57 -0
- package/form/Button/__stories__/CallToActionButton.d.ts +0 -3
- package/form/Button/__stories__/CallToActionButton.js +1 -4
- package/form/Button/__stories__/GroupingButtons.d.ts +0 -3
- package/form/Button/__stories__/GroupingButtons.js +0 -3
- package/form/Button/__stories__/GroupingButtonsAndLinks.d.ts +0 -3
- package/form/Button/__stories__/GroupingButtonsAndLinks.js +0 -3
- package/form/Button/__stories__/Primary.d.ts +0 -3
- package/form/Button/__stories__/Primary.js +0 -3
- package/form/Button/__stories__/Secondary.d.ts +0 -3
- package/form/Button/__stories__/Secondary.js +0 -3
- package/form/Button/__stories__/WithVariantLink.d.ts +0 -3
- package/form/Button/__stories__/WithVariantLink.js +0 -3
- package/form/Checkbox/__stories__/WithHint.js +1 -1
- package/form/DateInputContainer/__stories__/Default.js +1 -1
- package/form/DateInputContainer/__stories__/MultipleQuestions.js +2 -2
- package/form/DateInputContainer/__stories__/WithErrorMessage.js +1 -1
- package/form/DateInputContainer/__stories__/WithErrorMessageForSingleField.js +1 -1
- package/form/ErrorMessage/ErrorMessage.stories.d.ts +2 -0
- package/form/ErrorMessage/ErrorMessage.stories.js +28 -0
- package/form/ErrorMessage/__stories__/DateInputError.d.ts +2 -0
- package/form/ErrorMessage/__stories__/DateInputError.js +41 -0
- package/form/ErrorMessage/__stories__/Default.js +11 -8
- package/form/ErrorMessage/__stories__/ErrorMessageOnly.d.ts +2 -0
- package/form/ErrorMessage/__stories__/ErrorMessageOnly.js +26 -0
- package/form/FileUpload/__stories__/Default.js +2 -2
- package/form/FileUpload/__stories__/WithErrorMessage.js +2 -2
- package/form/RadioContainer/RadioContainer.stories.d.ts +1 -0
- package/form/RadioContainer/RadioContainer.stories.js +14 -0
- package/form/RadioContainer/__stories__/Default.js +7 -4
- package/form/RadioContainer/__stories__/InlineWithDivider.js +6 -6
- package/form/RadioContainer/__stories__/MultipleQuestions.js +1 -1
- package/form/RadioContainer/__stories__/NoneAnswer.js +6 -2
- package/form/RadioContainer/__stories__/WithErrorMessage.js +3 -1
- package/form/RadioContainer/__stories__/WithHints.js +1 -1
- package/form/RadioContainer/__stories__/WithMediumLegend.d.ts +2 -0
- package/form/RadioContainer/__stories__/WithMediumLegend.js +38 -0
- package/form/TextInput/__stories__/FixedWidths.js +8 -18
- package/form/TextInput/__stories__/FluidWidths.js +8 -18
- package/govgr/Footer/Copyright.js +3 -3
- package/icons/ImageLogo/index.d.ts +3 -0
- package/icons/ImageLogo/index.js +30 -0
- package/icons/ImageLogoSet/index.d.ts +3 -0
- package/icons/ImageLogoSet/index.js +30 -0
- package/navigation/NavList/NavList.stories.d.ts +4 -0
- package/navigation/NavList/NavList.stories.js +56 -0
- package/navigation/NavList/NavList.stories.playwright.json +5 -5
- package/navigation/NavList/__stories__/Default.js +19 -60
- package/navigation/NavList/__stories__/NavVertical.d.ts +2 -0
- package/navigation/NavList/__stories__/NavVertical.js +53 -0
- package/navigation/NavList/__stories__/NavVerticalWithTitle.d.ts +2 -0
- package/navigation/NavList/__stories__/NavVerticalWithTitle.js +59 -0
- package/navigation/NavList/__stories__/WithBurgerIcon.d.ts +2 -0
- package/navigation/NavList/__stories__/WithBurgerIcon.js +82 -0
- package/navigation/NavList/__stories__/WithSubMenu.d.ts +2 -0
- package/navigation/NavList/__stories__/WithSubMenu.js +96 -0
- package/navigation/Tabs/__stories__/Default.js +16 -4
- package/package.json +3 -3
- package/registry.d.ts +6 -2
- package/registry.js +11 -2
- package/src/app/BannerContainer/BannerContainer.stories.js +12 -0
- package/src/app/BannerContainer/__stories__/CookiesBanner.tsx +32 -0
- package/src/app/Footer/__stories__/Default.tsx +1 -1
- package/src/app/Footer/__stories__/FooterAllInclusive.tsx +14 -18
- package/src/app/Footer/__stories__/FooterWithLink.tsx +5 -7
- package/src/app/Footer/__stories__/FooterWithLogo.tsx +11 -13
- package/src/app/Footer/__stories__/FooterWithSecondaryNavigation.tsx +58 -58
- package/src/app/Masthead/Masthead.stories.js +2 -0
- package/src/app/Masthead/__stories__/WithElements.tsx +31 -0
- package/src/app/Masthead/__stories__/WithLogo.tsx +28 -0
- package/src/content/Blockquote/Blockquote.stories.js +1 -0
- package/src/content/Blockquote/__stories__/Dense.tsx +11 -0
- package/src/content/Card/Card.stories.js +2 -0
- package/src/content/Card/__stories__/Default.tsx +1 -1
- package/src/content/Card/__stories__/Dense.tsx +24 -0
- package/src/content/Card/__stories__/WithLink.tsx +25 -0
- package/src/content/StepNav/StepNav.stories.js +1 -0
- package/src/content/StepNav/__stories__/Dense.tsx +261 -0
- package/src/content/SummaryList/SummaryList.stories.js +1 -0
- package/src/content/SummaryList/__stories__/Default.tsx +30 -21
- package/src/content/SummaryList/__stories__/WithActions.tsx +37 -41
- package/src/content/SummaryList/__stories__/WithoutActions.tsx +27 -0
- package/src/content/SummaryList/__stories__/WithoutBorders.tsx +31 -17
- package/src/content/Table/__stories__/RowColors.tsx +5 -5
- package/src/content/TaskList/TaskList.stories.js +1 -0
- package/src/content/TaskList/__stories__/Dense.tsx +118 -0
- package/src/content/Timeline/Timeline.stories.js +1 -0
- package/src/content/Timeline/__stories__/Default.tsx +2 -2
- package/src/content/Timeline/__stories__/Dense.tsx +196 -0
- package/src/feedback/ErrorSummary/ErrorSummary.stories.js +1 -0
- package/src/feedback/ErrorSummary/__stories__/LinkedToCheckbox.tsx +2 -1
- package/src/feedback/ErrorSummary/__stories__/LinkedToField.tsx +4 -6
- package/src/feedback/ErrorSummary/__stories__/WithBackLinkAndButton.tsx +49 -0
- package/src/form/Button/__stories__/CallToActionButton.tsx +1 -4
- package/src/form/Button/__stories__/GroupingButtons.tsx +0 -3
- package/src/form/Button/__stories__/GroupingButtonsAndLinks.tsx +0 -3
- package/src/form/Button/__stories__/Primary.tsx +1 -3
- package/src/form/Button/__stories__/Secondary.tsx +0 -3
- package/src/form/Button/__stories__/WithVariantLink.tsx +1 -3
- package/src/form/Checkbox/__stories__/WithHint.tsx +1 -1
- package/src/form/DateInputContainer/__stories__/Default.tsx +1 -1
- package/src/form/DateInputContainer/__stories__/MultipleQuestions.tsx +2 -2
- package/src/form/DateInputContainer/__stories__/WithErrorMessage.tsx +1 -1
- package/src/form/DateInputContainer/__stories__/WithErrorMessageForSingleField.tsx +1 -1
- package/src/form/ErrorMessage/ErrorMessage.stories.js +2 -0
- package/src/form/ErrorMessage/__stories__/DateInputError.tsx +34 -0
- package/src/form/ErrorMessage/__stories__/Default.tsx +12 -6
- package/src/form/ErrorMessage/__stories__/ErrorMessageOnly.tsx +12 -0
- package/src/form/FileUpload/__stories__/Default.tsx +2 -2
- package/src/form/FileUpload/__stories__/WithErrorMessage.tsx +2 -2
- package/src/form/RadioContainer/RadioContainer.stories.js +1 -0
- package/src/form/RadioContainer/__stories__/Default.tsx +7 -4
- package/src/form/RadioContainer/__stories__/InlineWithDivider.tsx +5 -5
- package/src/form/RadioContainer/__stories__/MultipleQuestions.tsx +1 -1
- package/src/form/RadioContainer/__stories__/NoneAnswer.tsx +3 -3
- package/src/form/RadioContainer/__stories__/WithErrorMessage.tsx +1 -1
- package/src/form/RadioContainer/__stories__/WithHints.tsx +1 -1
- package/src/form/RadioContainer/__stories__/WithMediumLegend.tsx +32 -0
- package/src/form/TextInput/__stories__/FixedWidths.tsx +8 -8
- package/src/form/TextInput/__stories__/FluidWidths.tsx +2 -2
- package/src/govgr/Footer/Copyright.tsx +11 -11
- package/src/icons/ImageLogo/index.tsx +5 -0
- package/src/icons/ImageLogoSet/index.tsx +4 -0
- package/src/navigation/NavList/NavList.stories.js +4 -0
- package/src/navigation/NavList/NavList.stories.playwright.json +5 -5
- package/src/navigation/NavList/__stories__/Default.tsx +16 -80
- package/src/navigation/NavList/__stories__/NavVertical.tsx +36 -0
- package/src/navigation/NavList/__stories__/NavVerticalWithTitle.tsx +40 -0
- package/src/navigation/NavList/__stories__/WithBurgerIcon.tsx +49 -0
- package/src/navigation/NavList/__stories__/WithSubMenu.tsx +101 -0
- package/src/navigation/Tabs/__stories__/Default.tsx +14 -9
- package/src/registry.js +10 -4
- /package/es/form/SelectContainer/{Select.stories.js → SelectContainer.stories.js} +0 -0
- /package/es/form/SelectContainer/{Select.stories.playwright.json → SelectContainer.stories.playwright.json} +0 -0
- /package/esm/form/SelectContainer/{Select.stories.js → SelectContainer.stories.js} +0 -0
- /package/esm/form/SelectContainer/{Select.stories.playwright.json → SelectContainer.stories.playwright.json} +0 -0
- /package/form/SelectContainer/{Select.stories.d.ts → SelectContainer.stories.d.ts} +0 -0
- /package/form/SelectContainer/{Select.stories.js → SelectContainer.stories.js} +0 -0
- /package/form/SelectContainer/{Select.stories.playwright.json → SelectContainer.stories.playwright.json} +0 -0
- /package/src/form/SelectContainer/{Select.stories.js → SelectContainer.stories.js} +0 -0
- /package/src/form/SelectContainer/{Select.stories.playwright.json → SelectContainer.stories.playwright.json} +0 -0
|
@@ -0,0 +1,261 @@
|
|
|
1
|
+
import React, { useState, useEffect } from 'react';
|
|
2
|
+
import {
|
|
3
|
+
StepNav,
|
|
4
|
+
StepNavCircleNumber,
|
|
5
|
+
StepNavControls,
|
|
6
|
+
StepNavList,
|
|
7
|
+
StepNavListItem,
|
|
8
|
+
StepNavAccordion,
|
|
9
|
+
StepNavAccordionContent,
|
|
10
|
+
StepNavAccordionSummary,
|
|
11
|
+
StepNavAccordionSummaryHeading,
|
|
12
|
+
StepNavAccordionHeadingTitle,
|
|
13
|
+
StepNavAccordionHeadingText,
|
|
14
|
+
} from '@digigov/ui/content/StepNav';
|
|
15
|
+
import { Button, ButtonGroup } from '@digigov/ui/form/Button';
|
|
16
|
+
import { VisuallyHidden } from '@digigov/ui/utils/VisuallyHidden';
|
|
17
|
+
import {
|
|
18
|
+
SummaryList,
|
|
19
|
+
SummaryListItem,
|
|
20
|
+
SummaryListItemAction,
|
|
21
|
+
SummaryListItemKey,
|
|
22
|
+
SummaryListItemValue,
|
|
23
|
+
} from '@digigov/ui/content/SummaryList';
|
|
24
|
+
|
|
25
|
+
const data = [
|
|
26
|
+
{
|
|
27
|
+
title: 'Απάντηση',
|
|
28
|
+
codename: '(KEP-APA)',
|
|
29
|
+
date: '7 Απριλίου 2023, 12:32μ.μ.',
|
|
30
|
+
details: [
|
|
31
|
+
{
|
|
32
|
+
name: 'Ημερομηνία',
|
|
33
|
+
value: '7 Απριλίου 2023, 12:32μ.μ.',
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
name: 'Χειριστής',
|
|
37
|
+
value: 'Καλλιόπη Παπαδοπούλου',
|
|
38
|
+
actions: ['Ανάθεση'],
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
name: 'Κωδικός επαλήθευσης',
|
|
42
|
+
value: '637283494',
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
name: 'Κατάσταση',
|
|
46
|
+
value: 'Εισερχόμενη',
|
|
47
|
+
actions: ['Αλλαγή'],
|
|
48
|
+
},
|
|
49
|
+
],
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
title: 'Συμπληρωματικά έγγραφα ',
|
|
53
|
+
codename: '(MORE-DOCS)',
|
|
54
|
+
date: '5 Απριλίου 2023, 8:32π.μ.',
|
|
55
|
+
details: [
|
|
56
|
+
{
|
|
57
|
+
name: 'Ημερομηνία',
|
|
58
|
+
value: '7 Απριλίου 2023, 12:32μ.μ.',
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
name: 'Χειριστής',
|
|
62
|
+
value: 'Μαρία Φλούπη',
|
|
63
|
+
actions: ['Ανάθεση'],
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
name: 'Κωδικός επαλήθευσης',
|
|
67
|
+
value: '637283494',
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
name: 'Κατάσταση',
|
|
71
|
+
value: 'Εισερχόμενη',
|
|
72
|
+
actions: ['Αλλαγή'],
|
|
73
|
+
},
|
|
74
|
+
],
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
title: 'Αίτηση για συμπληρωματικά έγγραφα',
|
|
78
|
+
codename: '(MORE-DOCS-REQUEST)',
|
|
79
|
+
date: '5 Απριλίου 2023, 8:32π.μ.',
|
|
80
|
+
details: [
|
|
81
|
+
{
|
|
82
|
+
name: 'Ημερομηνία',
|
|
83
|
+
value: '5 Απριλίου 2023, 8:32π.μ.',
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
name: 'Χειριστής',
|
|
87
|
+
value: 'Μαρία Φλούπη',
|
|
88
|
+
actions: ['Ανάθεση'],
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
name: 'Κωδικός επαλήθευσης',
|
|
92
|
+
value: '974256',
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
name: 'Κατάσταση',
|
|
96
|
+
value: 'Εισερχόμενη',
|
|
97
|
+
actions: ['Αλλαγή'],
|
|
98
|
+
},
|
|
99
|
+
],
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
title: 'Αίτηση Βεβαίωσης Μόνιμης Κατοικίας',
|
|
103
|
+
codename: '(PERMRES-FOREIS)',
|
|
104
|
+
date: '3 Απριλίου 2023, 5:42μ.μ.',
|
|
105
|
+
actions: [
|
|
106
|
+
{
|
|
107
|
+
label: 'Απάντηση',
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
label: 'Αίτημα για συμπληρωματικά έγγραφα',
|
|
111
|
+
},
|
|
112
|
+
],
|
|
113
|
+
details: [
|
|
114
|
+
{
|
|
115
|
+
name: 'Ημερομηνία',
|
|
116
|
+
value: '3 Απριλίου 2023, 5:42μ.μ.',
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
name: 'Χειριστής',
|
|
120
|
+
value: 'Μαρία Φλούπη',
|
|
121
|
+
actions: ['Ανάθεση'],
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
name: 'Κωδικός επαλήθευσης',
|
|
125
|
+
value: '475747',
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
name: 'Κατάσταση',
|
|
129
|
+
value: 'Εισερχόμενη',
|
|
130
|
+
actions: ['Αλλαγή'],
|
|
131
|
+
},
|
|
132
|
+
],
|
|
133
|
+
},
|
|
134
|
+
];
|
|
135
|
+
|
|
136
|
+
export const Dense = () => {
|
|
137
|
+
const [open, setOpen] = useState<boolean>(false);
|
|
138
|
+
const [openItem, setOpenItem] = useState(
|
|
139
|
+
Array<boolean>(data.length).fill(false)
|
|
140
|
+
);
|
|
141
|
+
useEffect(() => {
|
|
142
|
+
const stateArray: boolean[] = [];
|
|
143
|
+
if (open === false) {
|
|
144
|
+
openItem.map(() => {
|
|
145
|
+
stateArray.push(false);
|
|
146
|
+
});
|
|
147
|
+
setOpenItem(stateArray);
|
|
148
|
+
} else {
|
|
149
|
+
openItem.map(() => {
|
|
150
|
+
stateArray.push(true);
|
|
151
|
+
});
|
|
152
|
+
setOpenItem(stateArray);
|
|
153
|
+
}
|
|
154
|
+
}, [open]);
|
|
155
|
+
|
|
156
|
+
function openCloseItem(index): void {
|
|
157
|
+
const statusOpenItem = [...openItem];
|
|
158
|
+
statusOpenItem[index] = !statusOpenItem[index];
|
|
159
|
+
setOpenItem(statusOpenItem);
|
|
160
|
+
}
|
|
161
|
+
function openCloseAll(): void {
|
|
162
|
+
setOpen(!open);
|
|
163
|
+
}
|
|
164
|
+
return (
|
|
165
|
+
<StepNav dense>
|
|
166
|
+
<StepNavControls>
|
|
167
|
+
<Button
|
|
168
|
+
variant="link"
|
|
169
|
+
onClick={() => {
|
|
170
|
+
openCloseAll();
|
|
171
|
+
}}
|
|
172
|
+
>
|
|
173
|
+
{open === false ? 'Εμφάνιση όλων' : 'Απόκρυψη όλων'}
|
|
174
|
+
</Button>
|
|
175
|
+
</StepNavControls>
|
|
176
|
+
<StepNavList>
|
|
177
|
+
{data &&
|
|
178
|
+
data.map((field, index) => {
|
|
179
|
+
return (
|
|
180
|
+
<StepNavListItem key={index}>
|
|
181
|
+
<StepNavAccordion open={open}>
|
|
182
|
+
<StepNavAccordionSummary
|
|
183
|
+
onClick={() => {
|
|
184
|
+
openCloseItem(index);
|
|
185
|
+
}}
|
|
186
|
+
>
|
|
187
|
+
<StepNavAccordionSummaryHeading aria-controls="content1">
|
|
188
|
+
<StepNavCircleNumber border={false}></StepNavCircleNumber>
|
|
189
|
+
{index === 1 ? (
|
|
190
|
+
<StepNavCircleNumber border={false}>
|
|
191
|
+
<VisuallyHidden>Βήμα</VisuallyHidden>
|
|
192
|
+
και
|
|
193
|
+
</StepNavCircleNumber>
|
|
194
|
+
) : (
|
|
195
|
+
<StepNavCircleNumber>
|
|
196
|
+
<VisuallyHidden>Βήμα</VisuallyHidden>
|
|
197
|
+
{index > 1 ? index : index + 1}
|
|
198
|
+
</StepNavCircleNumber>
|
|
199
|
+
)}
|
|
200
|
+
<StepNavAccordionHeadingTitle>
|
|
201
|
+
<StepNavAccordionHeadingText>
|
|
202
|
+
{field.title}
|
|
203
|
+
{field.codename && (
|
|
204
|
+
<>
|
|
205
|
+
{' - '} {field.codename}
|
|
206
|
+
</>
|
|
207
|
+
)}
|
|
208
|
+
</StepNavAccordionHeadingText>
|
|
209
|
+
</StepNavAccordionHeadingTitle>
|
|
210
|
+
</StepNavAccordionSummaryHeading>
|
|
211
|
+
</StepNavAccordionSummary>
|
|
212
|
+
<StepNavAccordionContent id="content1">
|
|
213
|
+
<ButtonGroup>
|
|
214
|
+
{(field.actions || []).map((action, subIndex) => (
|
|
215
|
+
<Button color="primary" key={subIndex}>
|
|
216
|
+
{action.label}
|
|
217
|
+
</Button>
|
|
218
|
+
))}
|
|
219
|
+
<Button color="secondary">Προβολή εγγράφου</Button>
|
|
220
|
+
</ButtonGroup>
|
|
221
|
+
{field.details && (
|
|
222
|
+
<SummaryList>
|
|
223
|
+
{field.details.map((field, index) => {
|
|
224
|
+
return (
|
|
225
|
+
<SummaryListItem key={index}>
|
|
226
|
+
<SummaryListItemKey>
|
|
227
|
+
{field.name}
|
|
228
|
+
</SummaryListItemKey>
|
|
229
|
+
<SummaryListItemValue>
|
|
230
|
+
{field.value}
|
|
231
|
+
</SummaryListItemValue>
|
|
232
|
+
{field.actions && (
|
|
233
|
+
<SummaryListItemAction>
|
|
234
|
+
<ButtonGroup>
|
|
235
|
+
{field.actions &&
|
|
236
|
+
field.actions.map((action, subIndex) => {
|
|
237
|
+
return (
|
|
238
|
+
<Button key={subIndex} variant="link">
|
|
239
|
+
{action}
|
|
240
|
+
</Button>
|
|
241
|
+
);
|
|
242
|
+
})}
|
|
243
|
+
</ButtonGroup>
|
|
244
|
+
</SummaryListItemAction>
|
|
245
|
+
)}
|
|
246
|
+
</SummaryListItem>
|
|
247
|
+
);
|
|
248
|
+
})}
|
|
249
|
+
</SummaryList>
|
|
250
|
+
)}
|
|
251
|
+
</StepNavAccordionContent>
|
|
252
|
+
</StepNavAccordion>
|
|
253
|
+
</StepNavListItem>
|
|
254
|
+
);
|
|
255
|
+
})}
|
|
256
|
+
</StepNavList>
|
|
257
|
+
</StepNav>
|
|
258
|
+
);
|
|
259
|
+
};
|
|
260
|
+
|
|
261
|
+
export default Dense;
|
|
@@ -10,6 +10,7 @@ export default {
|
|
|
10
10
|
};
|
|
11
11
|
export * from './__stories__/Default';
|
|
12
12
|
export * from './__stories__/WithActions';
|
|
13
|
+
export * from './__stories__/WithoutActions';
|
|
13
14
|
export * from './__stories__/WithoutBorders';
|
|
14
15
|
export * from './__stories__/WithKeyAndAction';
|
|
15
16
|
export * from './__stories__/RowVariations';
|
|
@@ -10,28 +10,37 @@ import {
|
|
|
10
10
|
|
|
11
11
|
import { Link } from '@digigov/ui/navigation/Link';
|
|
12
12
|
import { VisuallyHidden } from '@digigov/ui/utils/VisuallyHidden';
|
|
13
|
+
|
|
13
14
|
export const Default = () => (
|
|
14
|
-
|
|
15
|
-
<
|
|
16
|
-
<
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
15
|
+
<SummaryList>
|
|
16
|
+
<SummaryListItem>
|
|
17
|
+
<SummaryListItemKey>Όνομα</SummaryListItemKey>
|
|
18
|
+
<SummaryListItemValue>Γιώργος Παπαδόπουλος</SummaryListItemValue>
|
|
19
|
+
<SummaryListItemAction>
|
|
20
|
+
<Link href="#">
|
|
21
|
+
Αλλαγή<VisuallyHidden>Διεύθυνσης</VisuallyHidden>
|
|
22
|
+
</Link>
|
|
23
|
+
</SummaryListItemAction>
|
|
24
|
+
</SummaryListItem>
|
|
25
|
+
<SummaryListItem>
|
|
26
|
+
<SummaryListItemKey>Ημερομηνία Γέννησης</SummaryListItemKey>
|
|
27
|
+
<SummaryListItemValue>11 Μαϊου 1990</SummaryListItemValue>
|
|
28
|
+
<SummaryListItemAction>
|
|
29
|
+
<Link href="#">
|
|
30
|
+
Αλλαγή<VisuallyHidden>Διεύθυνσης</VisuallyHidden>
|
|
31
|
+
</Link>
|
|
32
|
+
</SummaryListItemAction>
|
|
33
|
+
</SummaryListItem>
|
|
34
|
+
<SummaryListItem>
|
|
35
|
+
<SummaryListItemKey>Τηλέφωνο επικοινωνίας</SummaryListItemKey>
|
|
36
|
+
<SummaryListItemValue>6941234567</SummaryListItemValue>
|
|
37
|
+
<SummaryListItemAction>
|
|
38
|
+
<Link href="#">
|
|
39
|
+
Αλλαγή<VisuallyHidden>Διεύθυνσης</VisuallyHidden>
|
|
40
|
+
</Link>
|
|
41
|
+
</SummaryListItemAction>
|
|
42
|
+
</SummaryListItem>
|
|
43
|
+
</SummaryList>
|
|
35
44
|
);
|
|
36
45
|
|
|
37
46
|
export default Default;
|
|
@@ -8,49 +8,45 @@ import {
|
|
|
8
8
|
SummaryListItemValue,
|
|
9
9
|
} from '@digigov/ui/content/SummaryList';
|
|
10
10
|
|
|
11
|
-
import { ButtonGroup, Button } from '@digigov/ui/form/Button';
|
|
12
11
|
import { Link } from '@digigov/ui/navigation/Link';
|
|
13
12
|
import { VisuallyHidden } from '@digigov/ui/utils/VisuallyHidden';
|
|
13
|
+
import Button, { ButtonGroup } from '@digigov/ui/form/Button';
|
|
14
14
|
|
|
15
|
-
export const WithActions = () =>
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
<
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
<
|
|
41
|
-
<
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
</SummaryList>
|
|
52
|
-
</>
|
|
53
|
-
);
|
|
54
|
-
};
|
|
15
|
+
export const WithActions = () => (
|
|
16
|
+
<SummaryList>
|
|
17
|
+
<SummaryListItem>
|
|
18
|
+
<SummaryListItemKey>Όνομα</SummaryListItemKey>
|
|
19
|
+
<SummaryListItemValue>Γιώργος Παπαδόπουλος</SummaryListItemValue>
|
|
20
|
+
<SummaryListItemAction>
|
|
21
|
+
<Link href="#">
|
|
22
|
+
Αλλαγή<VisuallyHidden>διεύθυνσης</VisuallyHidden>
|
|
23
|
+
</Link>
|
|
24
|
+
</SummaryListItemAction>
|
|
25
|
+
</SummaryListItem>
|
|
26
|
+
<SummaryListItem>
|
|
27
|
+
<SummaryListItemKey>Ημερομηνία Γέννησης</SummaryListItemKey>
|
|
28
|
+
<SummaryListItemValue>11 Μαϊου 1990</SummaryListItemValue>
|
|
29
|
+
<SummaryListItemAction>
|
|
30
|
+
<Link href="#">
|
|
31
|
+
Αλλαγή<VisuallyHidden>ημερομηνίας</VisuallyHidden>
|
|
32
|
+
</Link>
|
|
33
|
+
</SummaryListItemAction>
|
|
34
|
+
</SummaryListItem>
|
|
35
|
+
<SummaryListItem>
|
|
36
|
+
<SummaryListItemKey>Τηλέφωνο επικοινωνίας</SummaryListItemKey>
|
|
37
|
+
<SummaryListItemValue>6941234567</SummaryListItemValue>
|
|
38
|
+
<SummaryListItemAction>
|
|
39
|
+
<ButtonGroup>
|
|
40
|
+
<Button variant="link">
|
|
41
|
+
Αλλαγή <VisuallyHidden>τηλεφώνου</VisuallyHidden>
|
|
42
|
+
</Button>
|
|
43
|
+
<Button variant="link">
|
|
44
|
+
Διαγραφή <VisuallyHidden>τηλεφώνου</VisuallyHidden>
|
|
45
|
+
</Button>
|
|
46
|
+
</ButtonGroup>
|
|
47
|
+
</SummaryListItemAction>
|
|
48
|
+
</SummaryListItem>
|
|
49
|
+
</SummaryList>
|
|
50
|
+
);
|
|
55
51
|
|
|
56
52
|
export default WithActions;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
|
|
3
|
+
import {
|
|
4
|
+
SummaryList,
|
|
5
|
+
SummaryListItem,
|
|
6
|
+
SummaryListItemKey,
|
|
7
|
+
SummaryListItemValue,
|
|
8
|
+
} from '@digigov/ui/content/SummaryList';
|
|
9
|
+
|
|
10
|
+
export const WithoutActions = () => (
|
|
11
|
+
<SummaryList>
|
|
12
|
+
<SummaryListItem>
|
|
13
|
+
<SummaryListItemKey>Όνομα</SummaryListItemKey>
|
|
14
|
+
<SummaryListItemValue>Γιώργος Παπαδόπουλος</SummaryListItemValue>
|
|
15
|
+
</SummaryListItem>
|
|
16
|
+
<SummaryListItem>
|
|
17
|
+
<SummaryListItemKey>Ημερομηνία Γέννησης</SummaryListItemKey>
|
|
18
|
+
<SummaryListItemValue>11 Μαϊου 1990</SummaryListItemValue>
|
|
19
|
+
</SummaryListItem>
|
|
20
|
+
<SummaryListItem>
|
|
21
|
+
<SummaryListItemKey>Τηλέφωνο επικοινωνίας</SummaryListItemKey>
|
|
22
|
+
<SummaryListItemValue>6941234567</SummaryListItemValue>
|
|
23
|
+
</SummaryListItem>
|
|
24
|
+
</SummaryList>
|
|
25
|
+
);
|
|
26
|
+
|
|
27
|
+
export default WithoutActions;
|
|
@@ -7,25 +7,39 @@ import {
|
|
|
7
7
|
SummaryListItemKey,
|
|
8
8
|
SummaryListItemValue,
|
|
9
9
|
} from '@digigov/ui/content/SummaryList';
|
|
10
|
+
import VisuallyHidden from '@digigov/ui/utils/VisuallyHidden';
|
|
11
|
+
import Link from '@digigov/ui/navigation/Link';
|
|
10
12
|
|
|
11
13
|
export const WithoutBorders = () => (
|
|
12
|
-
|
|
13
|
-
<
|
|
14
|
-
<
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
<
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
14
|
+
<SummaryList border={false}>
|
|
15
|
+
<SummaryListItem>
|
|
16
|
+
<SummaryListItemKey>Όνομα</SummaryListItemKey>
|
|
17
|
+
<SummaryListItemValue>Γιώργος Παπαδόπουλος</SummaryListItemValue>
|
|
18
|
+
<SummaryListItemAction>
|
|
19
|
+
<Link href="#">
|
|
20
|
+
Αλλαγή<VisuallyHidden>διεύθυνσης</VisuallyHidden>
|
|
21
|
+
</Link>
|
|
22
|
+
</SummaryListItemAction>
|
|
23
|
+
</SummaryListItem>
|
|
24
|
+
<SummaryListItem>
|
|
25
|
+
<SummaryListItemKey>Ημερομηνία Γέννησης</SummaryListItemKey>
|
|
26
|
+
<SummaryListItemValue>11 Μαϊου 1990</SummaryListItemValue>
|
|
27
|
+
<SummaryListItemAction>
|
|
28
|
+
<Link href="#">
|
|
29
|
+
Αλλαγή<VisuallyHidden>ημερομηνίας</VisuallyHidden>
|
|
30
|
+
</Link>
|
|
31
|
+
</SummaryListItemAction>
|
|
32
|
+
</SummaryListItem>
|
|
33
|
+
<SummaryListItem>
|
|
34
|
+
<SummaryListItemKey>Τηλέφωνο επικοινωνίας</SummaryListItemKey>
|
|
35
|
+
<SummaryListItemValue>6941234567</SummaryListItemValue>
|
|
36
|
+
<SummaryListItemAction>
|
|
37
|
+
<Link href="#">
|
|
38
|
+
Αλλαγή<VisuallyHidden>τηλεφώνου</VisuallyHidden>
|
|
39
|
+
</Link>
|
|
40
|
+
</SummaryListItemAction>
|
|
41
|
+
</SummaryListItem>
|
|
42
|
+
</SummaryList>
|
|
29
43
|
);
|
|
30
44
|
|
|
31
45
|
export default WithoutBorders;
|
|
@@ -23,31 +23,31 @@ const data = {
|
|
|
23
23
|
{
|
|
24
24
|
date: '24-07-23 16:34',
|
|
25
25
|
title: 'Ειδοποίηση',
|
|
26
|
-
actions: '
|
|
26
|
+
actions: 'Λεπτομέρειες',
|
|
27
27
|
new: true,
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
30
|
date: '24-07-23 12:41',
|
|
31
31
|
title: 'Μήνυμα υπηρεσίας',
|
|
32
|
-
actions: '
|
|
32
|
+
actions: 'Λεπτομέρειες',
|
|
33
33
|
new: true,
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
36
|
date: '24-07-23 12:40',
|
|
37
37
|
title: 'Μήνυμα από τον διαχειριστή',
|
|
38
|
-
actions: '
|
|
38
|
+
actions: 'Λεπτομέρειες',
|
|
39
39
|
new: false,
|
|
40
40
|
},
|
|
41
41
|
{
|
|
42
42
|
date: '23-07-23 15:14',
|
|
43
43
|
title: 'Έχετε συνδεθεί',
|
|
44
|
-
actions: '
|
|
44
|
+
actions: 'Λεπτομέρειες',
|
|
45
45
|
new: false,
|
|
46
46
|
},
|
|
47
47
|
{
|
|
48
48
|
date: '23-07-23 13:25',
|
|
49
49
|
title: 'Ο κωδικός άλλαξε',
|
|
50
|
-
actions: '
|
|
50
|
+
actions: 'Λεπτομέρειες',
|
|
51
51
|
new: false,
|
|
52
52
|
},
|
|
53
53
|
],
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
|
|
3
|
+
import {
|
|
4
|
+
SummaryList,
|
|
5
|
+
SummaryListItem,
|
|
6
|
+
SummaryListItemAction,
|
|
7
|
+
SummaryListItemKey,
|
|
8
|
+
} from '@digigov/ui/content/SummaryList';
|
|
9
|
+
|
|
10
|
+
import {
|
|
11
|
+
TaskList,
|
|
12
|
+
TaskListItem,
|
|
13
|
+
TaskListItemHeading,
|
|
14
|
+
TaskListItemContent,
|
|
15
|
+
TaskListItemTag,
|
|
16
|
+
} from '@digigov/ui/content/TaskList';
|
|
17
|
+
import { LinkBase } from '@digigov/ui/navigation/Link';
|
|
18
|
+
|
|
19
|
+
const fields = [
|
|
20
|
+
{
|
|
21
|
+
title: 'Έλεγχοι πριν ξεκινήσετε',
|
|
22
|
+
tasks: [
|
|
23
|
+
{
|
|
24
|
+
text: 'Ελέγξτε την καταλληλότητα',
|
|
25
|
+
status: 'Ολοκληρωθηκε',
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
text: 'Εμφάνιση δήλωσης',
|
|
29
|
+
status: 'Ολοκληρωθηκε',
|
|
30
|
+
},
|
|
31
|
+
],
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
title: 'Προετοιμασία αίτησης',
|
|
35
|
+
tasks: [
|
|
36
|
+
{
|
|
37
|
+
text: 'Στοιχεία εταιρείας',
|
|
38
|
+
status: 'Ολοκληρωθηκε',
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
text: 'Στοιχεία επικοινωνίας',
|
|
42
|
+
status: 'Σε εξελιξη',
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
text: 'Λίστα αποδείξεων',
|
|
46
|
+
status: 'Δεν εχει ξεκινησει',
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
text: 'Παροχή οικονομικών στοιχείων',
|
|
50
|
+
status: 'Σε αναμονη',
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
text: 'Παροχή ιατρικών πληροφοριών',
|
|
54
|
+
status: 'Σε αναμονη',
|
|
55
|
+
},
|
|
56
|
+
],
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
title: 'Αίτηση',
|
|
60
|
+
tasks: [
|
|
61
|
+
{
|
|
62
|
+
text: 'Υποβολή και πληρωμή',
|
|
63
|
+
status: 'Σε αναμονη',
|
|
64
|
+
},
|
|
65
|
+
],
|
|
66
|
+
},
|
|
67
|
+
];
|
|
68
|
+
|
|
69
|
+
export const Dense = () => (
|
|
70
|
+
<div>
|
|
71
|
+
<TaskList dense>
|
|
72
|
+
{fields &&
|
|
73
|
+
fields.map((field, index) => {
|
|
74
|
+
return (
|
|
75
|
+
<TaskListItem key={index}>
|
|
76
|
+
<TaskListItemHeading size="md">{`${index + 1}. ${field.title
|
|
77
|
+
}`}</TaskListItemHeading>
|
|
78
|
+
<TaskListItemContent>
|
|
79
|
+
<SummaryList>
|
|
80
|
+
{field.tasks.map((task, key) => {
|
|
81
|
+
let tagColor;
|
|
82
|
+
switch (task.status) {
|
|
83
|
+
case 'Ολοκληρωθηκε':
|
|
84
|
+
tagColor = 'info';
|
|
85
|
+
break;
|
|
86
|
+
case 'Σε εξελιξη':
|
|
87
|
+
tagColor = 'primary';
|
|
88
|
+
break;
|
|
89
|
+
case 'Δεν εχει ξεκινησει':
|
|
90
|
+
tagColor = 'secondary';
|
|
91
|
+
break;
|
|
92
|
+
case 'Σε αναμονη':
|
|
93
|
+
tagColor = 'secondary';
|
|
94
|
+
break;
|
|
95
|
+
}
|
|
96
|
+
return (
|
|
97
|
+
<SummaryListItem key={key}>
|
|
98
|
+
<SummaryListItemKey>
|
|
99
|
+
<LinkBase>{task.text}</LinkBase>
|
|
100
|
+
</SummaryListItemKey>
|
|
101
|
+
<SummaryListItemAction>
|
|
102
|
+
<TaskListItemTag color={tagColor}>
|
|
103
|
+
{task.status}
|
|
104
|
+
</TaskListItemTag>
|
|
105
|
+
</SummaryListItemAction>
|
|
106
|
+
</SummaryListItem>
|
|
107
|
+
);
|
|
108
|
+
})}
|
|
109
|
+
</SummaryList>
|
|
110
|
+
</TaskListItemContent>
|
|
111
|
+
</TaskListItem>
|
|
112
|
+
);
|
|
113
|
+
})}
|
|
114
|
+
</TaskList>
|
|
115
|
+
</div>
|
|
116
|
+
);
|
|
117
|
+
|
|
118
|
+
export default Dense;
|