@digigov/react-experimental 2.0.0-rc.7 → 2.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +34 -2
- package/FloatingButton/index.d.ts +21 -0
- package/FloatingButton/index.js +15 -23
- package/Kitchensink/AllComponents.d.ts +2 -0
- package/Kitchensink/AllComponents.js +7 -0
- package/{libs-ui/react-experimental/src/Kitchensink → Kitchensink}/KitchensinkByCategory.d.ts +1 -1
- package/Kitchensink/KitchensinkByCategory.js +25 -0
- package/{libs-ui/react-experimental/src/Kitchensink → Kitchensink}/KitchensinkByLetter.d.ts +2 -2
- package/Kitchensink/KitchensinkByLetter.js +14 -0
- package/{libs-ui/react-experimental/src/Kitchensink → Kitchensink}/KitchensinkComponent.d.ts +1 -1
- package/Kitchensink/KitchensinkComponent.js +29 -0
- package/{libs-ui/react-experimental/src/Kitchensink → Kitchensink}/KitchensinkDashboard.d.ts +2 -2
- package/Kitchensink/KitchensinkDashboard.js +28 -0
- package/Kitchensink/index.d.ts +5 -0
- package/Kitchensink/index.js +5 -5
- package/OptionButtonBase/index.d.ts +19 -0
- package/OptionButtonBase/index.js +16 -23
- package/OptionButtonSteps/index.d.ts +25 -0
- package/OptionButtonSteps/index.js +21 -30
- package/index.d.ts +4 -0
- package/index.js +5 -5
- package/package.json +11 -14
- package/src/FloatingButton/__snapshots__/index.test.tsx.snap +37 -0
- package/src/FloatingButton/index.test.tsx +11 -5
- package/src/FloatingButton/index.tsx +1 -1
- package/src/Kitchensink/AllComponents.tsx +2 -1
- package/src/Kitchensink/KitchensinkByCategory.tsx +2 -6
- package/src/Kitchensink/index.ts +5 -5
- package/src/OptionButtonBase/__snapshots__/index.test.tsx.snap +37 -0
- package/src/OptionButtonBase/index.test.tsx +11 -5
- package/src/OptionButtonBase/index.tsx +8 -9
- package/src/OptionButtonSteps/__snapshots__/index.test.tsx.snap +84 -0
- package/src/OptionButtonSteps/index.test.tsx +21 -7
- package/src/OptionButtonSteps/index.tsx +10 -11
- package/src/index.ts +1 -1
- package/FloatingButton/index.test/index.js +0 -19
- package/FloatingButton/index.test/package.json +0 -6
- package/FloatingButton/package.json +0 -6
- package/Kitchensink/AllComponents/index.js +0 -9
- package/Kitchensink/AllComponents/package.json +0 -6
- package/Kitchensink/KitchensinkByCategory/index.js +0 -33
- package/Kitchensink/KitchensinkByCategory/package.json +0 -6
- package/Kitchensink/KitchensinkByLetter/index.js +0 -19
- package/Kitchensink/KitchensinkByLetter/package.json +0 -6
- package/Kitchensink/KitchensinkComponent/index.js +0 -45
- package/Kitchensink/KitchensinkComponent/package.json +0 -6
- package/Kitchensink/KitchensinkDashboard/index.js +0 -40
- package/Kitchensink/KitchensinkDashboard/package.json +0 -6
- package/Kitchensink/package.json +0 -6
- package/OptionButtonBase/index.test/index.js +0 -19
- package/OptionButtonBase/index.test/package.json +0 -6
- package/OptionButtonBase/package.json +0 -6
- package/OptionButtonSteps/index.test/index.js +0 -32
- package/OptionButtonSteps/index.test/package.json +0 -6
- package/OptionButtonSteps/package.json +0 -6
- package/cjs/FloatingButton/index.js +0 -31
- package/cjs/FloatingButton/index.test/index.js +0 -22
- package/cjs/Kitchensink/AllComponents/index.js +0 -16
- package/cjs/Kitchensink/KitchensinkByCategory/index.js +0 -40
- package/cjs/Kitchensink/KitchensinkByLetter/index.js +0 -26
- package/cjs/Kitchensink/KitchensinkComponent/index.js +0 -55
- package/cjs/Kitchensink/KitchensinkDashboard/index.js +0 -47
- package/cjs/Kitchensink/index.js +0 -60
- package/cjs/OptionButtonBase/index.js +0 -31
- package/cjs/OptionButtonBase/index.test/index.js +0 -22
- package/cjs/OptionButtonSteps/index.js +0 -38
- package/cjs/OptionButtonSteps/index.test/index.js +0 -35
- package/cjs/index.js +0 -49
- package/libs/ui/src/api/APIErrors.d.ts +0 -22
- package/libs/ui/src/api/APIProvider.d.ts +0 -15
- package/libs/ui/src/api/fetchAPI.d.ts +0 -18
- package/libs/ui/src/api/index.d.ts +0 -9
- package/libs/ui/src/api/useResource.d.ts +0 -11
- package/libs/ui/src/api/useResourceAction.d.ts +0 -2
- package/libs/ui/src/api/useResourceQuery.d.ts +0 -18
- package/libs/ui/src/api/utils.d.ts +0 -6
- package/libs/ui/src/app/App.d.ts +0 -7
- package/libs/ui/src/app/BannerContainer/BannerContainer.stories.d.ts +0 -10
- package/libs/ui/src/app/BannerContainer/__stories__/CookiesBanner.d.ts +0 -3
- package/libs/ui/src/app/BannerContainer/index.d.ts +0 -3
- package/libs/ui/src/app/BottomInfo/index.d.ts +0 -5
- package/libs/ui/src/app/CloseButton/index.d.ts +0 -3
- package/libs/ui/src/app/FilterContainer/index.d.ts +0 -11
- package/libs/ui/src/app/Footer/Footer.stories.d.ts +0 -18
- package/libs/ui/src/app/Footer/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/app/Footer/__stories__/DefaultCopyright.d.ts +0 -3
- package/libs/ui/src/app/Footer/__stories__/FooterAllInclusive.d.ts +0 -3
- package/libs/ui/src/app/Footer/__stories__/FooterWithLink.d.ts +0 -3
- package/libs/ui/src/app/Footer/__stories__/FooterWithLogo.d.ts +0 -3
- package/libs/ui/src/app/Footer/__stories__/FooterWithSecondaryNavigation.d.ts +0 -3
- package/libs/ui/src/app/Footer/__stories__/FooterWithText.d.ts +0 -3
- package/libs/ui/src/app/Footer/__stories__/YearCopyright.d.ts +0 -3
- package/libs/ui/src/app/Footer/index.d.ts +0 -15
- package/libs/ui/src/app/Header/Header.stories.d.ts +0 -18
- package/libs/ui/src/app/Header/HeaderContent.d.ts +0 -3
- package/libs/ui/src/app/Header/HeaderLogo.d.ts +0 -3
- package/libs/ui/src/app/Header/HeaderNavMenuContent.d.ts +0 -3
- package/libs/ui/src/app/Header/HeaderSecondaryLogo.d.ts +0 -3
- package/libs/ui/src/app/Header/HeaderSection.d.ts +0 -3
- package/libs/ui/src/app/Header/HeaderTitle.d.ts +0 -3
- package/libs/ui/src/app/Header/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/app/Header/__stories__/WithHeaderNavigation.d.ts +0 -3
- package/libs/ui/src/app/Header/__stories__/WithNavigation.d.ts +0 -3
- package/libs/ui/src/app/Header/__stories__/WithServiceName.d.ts +0 -3
- package/libs/ui/src/app/Header/__stories__/WithServiceNameAndLogo.d.ts +0 -3
- package/libs/ui/src/app/Header/index.d.ts +0 -9
- package/libs/ui/src/app/Loader/Loader.stories.d.ts +0 -8
- package/libs/ui/src/app/Loader/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/app/Loader/index.d.ts +0 -5
- package/libs/ui/src/app/Masthead/Masthead.stories.d.ts +0 -13
- package/libs/ui/src/app/Masthead/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/app/Masthead/__stories__/WithElements.d.ts +0 -3
- package/libs/ui/src/app/Masthead/__stories__/WithLogo.d.ts +0 -3
- package/libs/ui/src/app/Masthead/index.d.ts +0 -5
- package/libs/ui/src/app/Modal/Modal.stories.d.ts +0 -14
- package/libs/ui/src/app/Modal/__stories__/AlertDialog.d.ts +0 -3
- package/libs/ui/src/app/Modal/__stories__/Auto.d.ts +0 -3
- package/libs/ui/src/app/Modal/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/app/Modal/__stories__/Dense.d.ts +0 -3
- package/libs/ui/src/app/Modal/__stories__/WithHooks.d.ts +0 -3
- package/libs/ui/src/app/Modal/auto.d.ts +0 -21
- package/libs/ui/src/app/Modal/hooks.d.ts +0 -26
- package/libs/ui/src/app/Modal/index.d.ts +0 -15
- package/libs/ui/src/app/NotFound/NotFound.stories.d.ts +0 -8
- package/libs/ui/src/app/NotFound/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/app/NotFound/index.d.ts +0 -3
- package/libs/ui/src/app/OutdatedBrowserBanner/hooks/evaluateBrowserVersion.d.ts +0 -15
- package/libs/ui/src/app/OutdatedBrowserBanner/hooks/useOutdatedBrowserCheck.d.ts +0 -2
- package/libs/ui/src/app/OutdatedBrowserBanner/index.d.ts +0 -3
- package/libs/ui/src/app/PageTitleContainer/index.d.ts +0 -5
- package/libs/ui/src/app/Panel/Panel.stories.d.ts +0 -10
- package/libs/ui/src/app/Panel/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/app/Panel/index.d.ts +0 -5
- package/libs/ui/src/app/PhaseBannerHeader/PhaseBannerHeader.stories.d.ts +0 -8
- package/libs/ui/src/app/PhaseBannerHeader/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/app/PhaseBannerHeader/index.d.ts +0 -8
- package/libs/ui/src/app/QrCodeScanner/QrCodeScanner.stories.d.ts +0 -8
- package/libs/ui/src/app/QrCodeScanner/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/app/QrCodeScanner/index.d.ts +0 -34
- package/libs/ui/src/app/QrCodeViewer/QRCode.stories.d.ts +0 -9
- package/libs/ui/src/app/QrCodeViewer/__stories__/Custom.d.ts +0 -3
- package/libs/ui/src/app/QrCodeViewer/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/app/QrCodeViewer/index.d.ts +0 -6
- package/libs/ui/src/app/QrCodeViewer/qrcodegen.d.ts +0 -100
- package/libs/ui/src/app/QrCodeViewer/types.d.ts +0 -28
- package/libs/ui/src/app/QrCodeViewer/utils.d.ts +0 -11
- package/libs/ui/src/app/ThemeOptions/index.d.ts +0 -17
- package/libs/ui/src/app/hooks/useFontSize.d.ts +0 -6
- package/libs/ui/src/app/hooks/useHighlightLinks.d.ts +0 -8
- package/libs/ui/src/app/hooks/useLetterSpacing.d.ts +0 -6
- package/libs/ui/src/app/hooks/useLineHeight.d.ts +0 -6
- package/libs/ui/src/app/hooks/useTheme.d.ts +0 -8
- package/libs/ui/src/app/hooks/useVariantVars.d.ts +0 -8
- package/libs/ui/src/app/index.d.ts +0 -16
- package/libs/ui/src/content/Accordion/Accordion.stories.d.ts +0 -14
- package/libs/ui/src/content/Accordion/__stories__/Auto.d.ts +0 -3
- package/libs/ui/src/content/Accordion/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/content/Accordion/__stories__/WithHints.d.ts +0 -3
- package/libs/ui/src/content/Accordion/__stories__/WithHook.d.ts +0 -3
- package/libs/ui/src/content/Accordion/auto.d.ts +0 -18
- package/libs/ui/src/content/Accordion/hooks.d.ts +0 -26
- package/libs/ui/src/content/Accordion/index.d.ts +0 -10
- package/libs/ui/src/content/Blockquote/Blockquote.stories.d.ts +0 -11
- package/libs/ui/src/content/Blockquote/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/content/Blockquote/__stories__/Dense.d.ts +0 -3
- package/libs/ui/src/content/Blockquote/index.d.ts +0 -3
- package/libs/ui/src/content/Card/Card.stories.d.ts +0 -21
- package/libs/ui/src/content/Card/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/content/Card/__stories__/Dense.d.ts +0 -3
- package/libs/ui/src/content/Card/__stories__/WithClickableContent.d.ts +0 -3
- package/libs/ui/src/content/Card/__stories__/WithClickableLink.d.ts +0 -3
- package/libs/ui/src/content/Card/__stories__/WithDarkBorder.d.ts +0 -3
- package/libs/ui/src/content/Card/__stories__/WithDarkTopBorder.d.ts +0 -3
- package/libs/ui/src/content/Card/__stories__/WithDivider.d.ts +0 -3
- package/libs/ui/src/content/Card/__stories__/WithGrayBorder.d.ts +0 -3
- package/libs/ui/src/content/Card/__stories__/WithGrayTopBorder.d.ts +0 -3
- package/libs/ui/src/content/Card/__stories__/WithGroupButton.d.ts +0 -3
- package/libs/ui/src/content/Card/__stories__/WithLink.d.ts +0 -3
- package/libs/ui/src/content/Card/index.d.ts +0 -6
- package/libs/ui/src/content/Chip/Chip.stories.d.ts +0 -12
- package/libs/ui/src/content/Chip/__stories__/ClickableChip.d.ts +0 -3
- package/libs/ui/src/content/Chip/__stories__/ClickableDeletableChip.d.ts +0 -3
- package/libs/ui/src/content/Chip/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/content/Chip/__stories__/DeletableChip.d.ts +0 -3
- package/libs/ui/src/content/Chip/__stories__/GroupOfChips.d.ts +0 -3
- package/libs/ui/src/content/Chip/index.d.ts +0 -6
- package/libs/ui/src/content/Details/Details.stories.d.ts +0 -10
- package/libs/ui/src/content/Details/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/content/Details/index.d.ts +0 -5
- package/libs/ui/src/content/FillableText/index.d.ts +0 -4
- package/libs/ui/src/content/List/List.d.ts +0 -3
- package/libs/ui/src/content/List/List.stories.d.ts +0 -15
- package/libs/ui/src/content/List/ListItem.d.ts +0 -3
- package/libs/ui/src/content/List/__stories__/BulletList.d.ts +0 -3
- package/libs/ui/src/content/List/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/content/List/__stories__/HorizontalList.d.ts +0 -3
- package/libs/ui/src/content/List/__stories__/NestedBulletList.d.ts +0 -3
- package/libs/ui/src/content/List/__stories__/NumberedList.d.ts +0 -3
- package/libs/ui/src/content/List/__stories__/WithExtraSpace.d.ts +0 -3
- package/libs/ui/src/content/List/index.d.ts +0 -3
- package/libs/ui/src/content/Markdown/index.d.ts +0 -3
- package/libs/ui/src/content/Markdown/useMarkdownToHTML.d.ts +0 -6
- package/libs/ui/src/content/SafeHTML/index.d.ts +0 -10
- package/libs/ui/src/content/StepNav/StepNav.stories.d.ts +0 -13
- package/libs/ui/src/content/StepNav/__stories__/Auto.d.ts +0 -3
- package/libs/ui/src/content/StepNav/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/content/StepNav/__stories__/Dense.d.ts +0 -3
- package/libs/ui/src/content/StepNav/__stories__/WithHints.d.ts +0 -3
- package/libs/ui/src/content/StepNav/__stories__/WithHook.d.ts +0 -3
- package/libs/ui/src/content/StepNav/auto.d.ts +0 -19
- package/libs/ui/src/content/StepNav/index.d.ts +0 -16
- package/libs/ui/src/content/SummaryList/SummaryList.stories.d.ts +0 -15
- package/libs/ui/src/content/SummaryList/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/content/SummaryList/__stories__/RowVariations.d.ts +0 -3
- package/libs/ui/src/content/SummaryList/__stories__/WithActions.d.ts +0 -3
- package/libs/ui/src/content/SummaryList/__stories__/WithKeyAndAction.d.ts +0 -3
- package/libs/ui/src/content/SummaryList/__stories__/WithoutActions.d.ts +0 -3
- package/libs/ui/src/content/SummaryList/__stories__/WithoutBorders.d.ts +0 -3
- package/libs/ui/src/content/SummaryList/index.d.ts +0 -7
- package/libs/ui/src/content/Table/Table.stories.d.ts +0 -27
- package/libs/ui/src/content/Table/TableFloatingScroll.d.ts +0 -3
- package/libs/ui/src/content/Table/__stories__/DarkVariant.d.ts +0 -3
- package/libs/ui/src/content/Table/__stories__/DarkVariantWithVerticalHeaders.d.ts +0 -3
- package/libs/ui/src/content/Table/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/content/Table/__stories__/DefinedWidth.d.ts +0 -3
- package/libs/ui/src/content/Table/__stories__/Densed.d.ts +0 -3
- package/libs/ui/src/content/Table/__stories__/Full.d.ts +0 -3
- package/libs/ui/src/content/Table/__stories__/MultipleProps.d.ts +0 -3
- package/libs/ui/src/content/Table/__stories__/NoData.d.ts +0 -3
- package/libs/ui/src/content/Table/__stories__/NumericDataType.d.ts +0 -3
- package/libs/ui/src/content/Table/__stories__/RowColors.d.ts +0 -3
- package/libs/ui/src/content/Table/__stories__/Stacked.d.ts +0 -3
- package/libs/ui/src/content/Table/__stories__/TableCaptions.d.ts +0 -3
- package/libs/ui/src/content/Table/__stories__/VerticalBorders.d.ts +0 -3
- package/libs/ui/src/content/Table/__stories__/VerticalHeaders.d.ts +0 -3
- package/libs/ui/src/content/Table/__stories__/WithFloatingScroll.d.ts +0 -3
- package/libs/ui/src/content/Table/__stories__/WithLoader.d.ts +0 -3
- package/libs/ui/src/content/Table/__stories__/WithSortFilters.d.ts +0 -3
- package/libs/ui/src/content/Table/__stories__/ZebraProp.d.ts +0 -3
- package/libs/ui/src/content/Table/hooks/useSort.d.ts +0 -9
- package/libs/ui/src/content/Table/index.d.ts +0 -28
- package/libs/ui/src/content/TaskList/TaskList.stories.d.ts +0 -10
- package/libs/ui/src/content/TaskList/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/content/TaskList/__stories__/Dense.d.ts +0 -3
- package/libs/ui/src/content/TaskList/index.d.ts +0 -7
- package/libs/ui/src/content/Timeline/Timeline.stories.d.ts +0 -10
- package/libs/ui/src/content/Timeline/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/content/Timeline/__stories__/Dense.d.ts +0 -3
- package/libs/ui/src/content/Timeline/index.d.ts +0 -7
- package/libs/ui/src/content/index.d.ts +0 -12
- package/libs/ui/src/feedback/CopyToClipboard/CopyToClipboard.stories.d.ts +0 -10
- package/libs/ui/src/feedback/CopyToClipboard/__stories__/Banner.d.ts +0 -3
- package/libs/ui/src/feedback/CopyToClipboard/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/feedback/CopyToClipboard/__stories__/Dense.d.ts +0 -3
- package/libs/ui/src/feedback/CopyToClipboard/index.d.ts +0 -12
- package/libs/ui/src/feedback/ErrorSummary/ErrorSummary.stories.d.ts +0 -15
- package/libs/ui/src/feedback/ErrorSummary/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/feedback/ErrorSummary/__stories__/Dense.d.ts +0 -3
- package/libs/ui/src/feedback/ErrorSummary/__stories__/LinkedToCheckbox.d.ts +0 -3
- package/libs/ui/src/feedback/ErrorSummary/__stories__/LinkedToField.d.ts +0 -3
- package/libs/ui/src/feedback/ErrorSummary/__stories__/LinkedToInput.d.ts +0 -3
- package/libs/ui/src/feedback/ErrorSummary/__stories__/WithBackLinkAndButton.d.ts +0 -3
- package/libs/ui/src/feedback/ErrorSummary/index.d.ts +0 -3
- package/libs/ui/src/feedback/NotificationBanner/NotificationBanner.stories.d.ts +0 -13
- package/libs/ui/src/feedback/NotificationBanner/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/feedback/NotificationBanner/__stories__/Dense.d.ts +0 -3
- package/libs/ui/src/feedback/NotificationBanner/__stories__/Success.d.ts +0 -3
- package/libs/ui/src/feedback/NotificationBanner/index.d.ts +0 -18
- package/libs/ui/src/feedback/PhaseBanner/PhaseBanner.stories.d.ts +0 -11
- package/libs/ui/src/feedback/PhaseBanner/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/feedback/PhaseBanner/__stories__/Underlined.d.ts +0 -3
- package/libs/ui/src/feedback/PhaseBanner/index.d.ts +0 -6
- package/libs/ui/src/feedback/WarningText/WarningText.stories.d.ts +0 -12
- package/libs/ui/src/feedback/WarningText/__stories__/AssistiveText.d.ts +0 -3
- package/libs/ui/src/feedback/WarningText/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/feedback/WarningText/__stories__/Dense.d.ts +0 -3
- package/libs/ui/src/feedback/WarningText/index.d.ts +0 -3
- package/libs/ui/src/feedback/index.d.ts +0 -5
- package/libs/ui/src/form/AutoComplete/AutoComplete.stories.d.ts +0 -17
- package/libs/ui/src/form/AutoComplete/Status/index.d.ts +0 -42
- package/libs/ui/src/form/AutoComplete/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/form/AutoComplete/__stories__/Multiple.d.ts +0 -3
- package/libs/ui/src/form/AutoComplete/__stories__/MultipleShowingTwoSelected.d.ts +0 -3
- package/libs/ui/src/form/AutoComplete/__stories__/MultipleWithDefaultValues.d.ts +0 -3
- package/libs/ui/src/form/AutoComplete/__stories__/MultipleWithMinLength.d.ts +0 -3
- package/libs/ui/src/form/AutoComplete/__stories__/WithAutoSelect.d.ts +0 -3
- package/libs/ui/src/form/AutoComplete/__stories__/WithDefaultValue.d.ts +0 -3
- package/libs/ui/src/form/AutoComplete/__stories__/WithMinLength.d.ts +0 -3
- package/libs/ui/src/form/AutoComplete/__stories__/WithPlaceHolder.d.ts +0 -3
- package/libs/ui/src/form/AutoComplete/__stories__/WithShowAllValues.d.ts +0 -3
- package/libs/ui/src/form/AutoComplete/index.d.ts +0 -111
- package/libs/ui/src/form/AutoComplete/utils.d.ts +0 -12
- package/libs/ui/src/form/Button/Button.stories.d.ts +0 -21
- package/libs/ui/src/form/Button/ButtonLink.d.ts +0 -3
- package/libs/ui/src/form/Button/CallToAction.d.ts +0 -3
- package/libs/ui/src/form/Button/ThemeToggleButton.d.ts +0 -3
- package/libs/ui/src/form/Button/__stories__/Back.d.ts +0 -4
- package/libs/ui/src/form/Button/__stories__/ButtonLinkButton.d.ts +0 -6
- package/libs/ui/src/form/Button/__stories__/CallToActionButton.d.ts +0 -3
- package/libs/ui/src/form/Button/__stories__/Dense.d.ts +0 -3
- package/libs/ui/src/form/Button/__stories__/Disabled.d.ts +0 -3
- package/libs/ui/src/form/Button/__stories__/GroupingButtons.d.ts +0 -3
- package/libs/ui/src/form/Button/__stories__/GroupingButtonsAndLinks.d.ts +0 -3
- package/libs/ui/src/form/Button/__stories__/Primary.d.ts +0 -3
- package/libs/ui/src/form/Button/__stories__/Secondary.d.ts +0 -3
- package/libs/ui/src/form/Button/__stories__/ThemeToggle.d.ts +0 -3
- package/libs/ui/src/form/Button/__stories__/Warning.d.ts +0 -3
- package/libs/ui/src/form/Button/__stories__/WithVariantLink.d.ts +0 -3
- package/libs/ui/src/form/Button/index.d.ts +0 -13
- package/libs/ui/src/form/Checkbox/Checkbox.stories.d.ts +0 -19
- package/libs/ui/src/form/Checkbox/__stories__/ConditionalReveal.d.ts +0 -3
- package/libs/ui/src/form/Checkbox/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/form/Checkbox/__stories__/Dense.d.ts +0 -3
- package/libs/ui/src/form/Checkbox/__stories__/Inline.d.ts +0 -3
- package/libs/ui/src/form/Checkbox/__stories__/InlineWithDivider.d.ts +0 -3
- package/libs/ui/src/form/Checkbox/__stories__/MultipleQuestions.d.ts +0 -3
- package/libs/ui/src/form/Checkbox/__stories__/NoneAnswer.d.ts +0 -3
- package/libs/ui/src/form/Checkbox/__stories__/NoneAnswerWithError.d.ts +0 -3
- package/libs/ui/src/form/Checkbox/__stories__/WithErrorMessage.d.ts +0 -3
- package/libs/ui/src/form/Checkbox/__stories__/WithHint.d.ts +0 -3
- package/libs/ui/src/form/Checkbox/index.d.ts +0 -5
- package/libs/ui/src/form/DateInputContainer/DateInputContainer.stories.d.ts +0 -14
- package/libs/ui/src/form/DateInputContainer/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/form/DateInputContainer/__stories__/Dense.d.ts +0 -3
- package/libs/ui/src/form/DateInputContainer/__stories__/MultipleQuestions.d.ts +0 -3
- package/libs/ui/src/form/DateInputContainer/__stories__/WithErrorMessage.d.ts +0 -3
- package/libs/ui/src/form/DateInputContainer/__stories__/WithErrorMessageForSingleField.d.ts +0 -3
- package/libs/ui/src/form/DateInputContainer/index.d.ts +0 -4
- package/libs/ui/src/form/ErrorMessage/ErrorMessage.stories.d.ts +0 -12
- package/libs/ui/src/form/ErrorMessage/__stories__/DateInputError.d.ts +0 -3
- package/libs/ui/src/form/ErrorMessage/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/form/ErrorMessage/__stories__/ErrorMessageOnly.d.ts +0 -3
- package/libs/ui/src/form/ErrorMessage/index.d.ts +0 -3
- package/libs/ui/src/form/FieldContainer/index.d.ts +0 -5
- package/libs/ui/src/form/FileUpload/FileUpload.stories.d.ts +0 -10
- package/libs/ui/src/form/FileUpload/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/form/FileUpload/__stories__/WithErrorMessage.d.ts +0 -3
- package/libs/ui/src/form/FileUpload/index.d.ts +0 -4
- package/libs/ui/src/form/Form/index.d.ts +0 -3
- package/libs/ui/src/form/LabelContainer/index.d.ts +0 -4
- package/libs/ui/src/form/RadioContainer/RadioContainer.stories.d.ts +0 -19
- package/libs/ui/src/form/RadioContainer/__stories__/ConditionalReveal.d.ts +0 -3
- package/libs/ui/src/form/RadioContainer/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/form/RadioContainer/__stories__/Dense.d.ts +0 -3
- package/libs/ui/src/form/RadioContainer/__stories__/Inline.d.ts +0 -3
- package/libs/ui/src/form/RadioContainer/__stories__/InlineWithDivider.d.ts +0 -3
- package/libs/ui/src/form/RadioContainer/__stories__/MultipleQuestions.d.ts +0 -3
- package/libs/ui/src/form/RadioContainer/__stories__/NoneAnswer.d.ts +0 -3
- package/libs/ui/src/form/RadioContainer/__stories__/WithErrorMessage.d.ts +0 -3
- package/libs/ui/src/form/RadioContainer/__stories__/WithHints.d.ts +0 -3
- package/libs/ui/src/form/RadioContainer/__stories__/WithMediumLegend.d.ts +0 -3
- package/libs/ui/src/form/RadioContainer/index.d.ts +0 -6
- package/libs/ui/src/form/SearchContainer/index.d.ts +0 -5
- package/libs/ui/src/form/SelectContainer/SelectContainer.stories.d.ts +0 -13
- package/libs/ui/src/form/SelectContainer/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/form/SelectContainer/__stories__/Dense.d.ts +0 -3
- package/libs/ui/src/form/SelectContainer/__stories__/DisabledInput.d.ts +0 -3
- package/libs/ui/src/form/SelectContainer/__stories__/WithHint.d.ts +0 -3
- package/libs/ui/src/form/SelectContainer/index.d.ts +0 -4
- package/libs/ui/src/form/SingleCharacterInputs/SingleCharacterInput.stories.d.ts +0 -13
- package/libs/ui/src/form/SingleCharacterInputs/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/form/SingleCharacterInputs/__stories__/WithDefaultError.d.ts +0 -3
- package/libs/ui/src/form/SingleCharacterInputs/__stories__/WithErrorMessageInvalidCode.d.ts +0 -3
- package/libs/ui/src/form/SingleCharacterInputs/__stories__/WithErrorMessageLessDigit.d.ts +0 -3
- package/libs/ui/src/form/SingleCharacterInputs/index.d.ts +0 -4
- package/libs/ui/src/form/TextArea/TextArea.stories.d.ts +0 -17
- package/libs/ui/src/form/TextArea/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/form/TextArea/__stories__/Dense.d.ts +0 -3
- package/libs/ui/src/form/TextArea/__stories__/DisabledInput.d.ts +0 -3
- package/libs/ui/src/form/TextArea/__stories__/LimitedCharacters.d.ts +0 -3
- package/libs/ui/src/form/TextArea/__stories__/MultipleQuestions.d.ts +0 -3
- package/libs/ui/src/form/TextArea/__stories__/WithDeclaredRows.d.ts +0 -3
- package/libs/ui/src/form/TextArea/__stories__/WithErrorMessage.d.ts +0 -3
- package/libs/ui/src/form/TextArea/__stories__/WithHint.d.ts +0 -3
- package/libs/ui/src/form/TextArea/index.d.ts +0 -3
- package/libs/ui/src/form/TextInput/TextInput.stories.d.ts +0 -19
- package/libs/ui/src/form/TextInput/__stories__/AskingForNumbers.d.ts +0 -3
- package/libs/ui/src/form/TextInput/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/form/TextInput/__stories__/Dense.d.ts +0 -3
- package/libs/ui/src/form/TextInput/__stories__/DisabledInput.d.ts +0 -3
- package/libs/ui/src/form/TextInput/__stories__/DisabledInputWithValue.d.ts +0 -3
- package/libs/ui/src/form/TextInput/__stories__/FixedWidths.d.ts +0 -3
- package/libs/ui/src/form/TextInput/__stories__/FluidWidths.d.ts +0 -3
- package/libs/ui/src/form/TextInput/__stories__/MultipleQuestions.d.ts +0 -3
- package/libs/ui/src/form/TextInput/__stories__/WithErrorMessage.d.ts +0 -3
- package/libs/ui/src/form/TextInput/__stories__/WithHint.d.ts +0 -3
- package/libs/ui/src/form/TextInput/index.d.ts +0 -3
- package/libs/ui/src/form/index.d.ts +0 -15
- package/libs/ui/src/govgr/Footer/Copyright.d.ts +0 -11
- package/libs/ui/src/govgr/Footer/HellenicRepublicLogo.d.ts +0 -3
- package/libs/ui/src/govgr/Footer/LicenseCCSA.d.ts +0 -3
- package/libs/ui/src/govgr/Footer/index.d.ts +0 -13
- package/libs/ui/src/govgr/Footer/logo.d.ts +0 -2
- package/libs/ui/src/govgr/Footer/logos/logo-el.d.ts +0 -2
- package/libs/ui/src/govgr/Footer/logos/logo-en.d.ts +0 -2
- package/libs/ui/src/govgr/GovGRLogo/index.d.ts +0 -3
- package/libs/ui/src/govgr/GovGRLogo/logo.d.ts +0 -2
- package/libs/ui/src/govgr/images/govgr-logo-base64.d.ts +0 -2
- package/libs/ui/src/govgr/images/govgr-logo-blue-base64.d.ts +0 -2
- package/libs/ui/src/govgr/images/greek-government-base64.d.ts +0 -2
- package/libs/ui/src/govgr/images/grnet-logo-base64.d.ts +0 -2
- package/libs/ui/src/govgr/images/index.d.ts +0 -5
- package/libs/ui/src/govgr/images/minedu-logo-base64.d.ts +0 -2
- package/libs/ui/src/govgr/images/minedu-logo-black-base64.d.ts +0 -2
- package/libs/ui/src/govgr/index.d.ts +0 -5
- package/libs/ui/src/i18n/I18nText.d.ts +0 -10
- package/libs/ui/src/i18n/index.d.ts +0 -12
- package/libs/ui/src/i18n/locales/el.d.ts +0 -110
- package/libs/ui/src/i18n/locales/en.d.ts +0 -104
- package/libs/ui/src/icons/Icon/index.d.ts +0 -5
- package/libs/ui/src/icons/ImageLogo/index.d.ts +0 -3
- package/libs/ui/src/icons/ImageLogoSet/index.d.ts +0 -3
- package/libs/ui/src/icons/index.d.ts +0 -2
- package/libs/ui/src/index.d.ts +0 -11
- package/libs/ui/src/layouts/Admin/index.d.ts +0 -9
- package/libs/ui/src/layouts/Basic/Aside/index.d.ts +0 -3
- package/libs/ui/src/layouts/Basic/Basic.stories.d.ts +0 -11
- package/libs/ui/src/layouts/Basic/Bottom/index.d.ts +0 -3
- package/libs/ui/src/layouts/Basic/Container/index.d.ts +0 -3
- package/libs/ui/src/layouts/Basic/Main/index.d.ts +0 -3
- package/libs/ui/src/layouts/Basic/Masthead/index.d.ts +0 -5
- package/libs/ui/src/layouts/Basic/Top/index.d.ts +0 -3
- package/libs/ui/src/layouts/Basic/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/layouts/Basic/__stories__/MultipleRowsLayout.d.ts +0 -3
- package/libs/ui/src/layouts/Basic/__stories__/TwoThirdsOneThirdColumns.d.ts +0 -3
- package/libs/ui/src/layouts/Basic/index.d.ts +0 -9
- package/libs/ui/src/layouts/Grid/Grid.stories.d.ts +0 -10
- package/libs/ui/src/layouts/Grid/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/layouts/Grid/__stories__/Inline.d.ts +0 -3
- package/libs/ui/src/layouts/Grid/__stories__/ResponsiveSpacing.d.ts +0 -3
- package/libs/ui/src/layouts/Grid/index.d.ts +0 -4
- package/libs/ui/src/layouts/Hidden/index.d.ts +0 -1
- package/libs/ui/src/layouts/Screen/Screen.stories.d.ts +0 -11
- package/libs/ui/src/layouts/Screen/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/layouts/Screen/__stories__/ScreenDown.d.ts +0 -3
- package/libs/ui/src/layouts/Screen/__stories__/ScreenUp.d.ts +0 -3
- package/libs/ui/src/layouts/Screen/__stories__/SpecificScreenSize.d.ts +0 -3
- package/libs/ui/src/layouts/Screen/index.d.ts +0 -6
- package/libs/ui/src/layouts/Section/index.d.ts +0 -3
- package/libs/ui/src/layouts/SectionBreak/index.d.ts +0 -3
- package/libs/ui/src/layouts/Stack/Stack.stories.d.ts +0 -13
- package/libs/ui/src/layouts/Stack/__stories__/AlignItems.d.ts +0 -3
- package/libs/ui/src/layouts/Stack/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/layouts/Stack/__stories__/JustifyContent.d.ts +0 -3
- package/libs/ui/src/layouts/Stack/__stories__/NoWrap.d.ts +0 -3
- package/libs/ui/src/layouts/Stack/__stories__/Row.d.ts +0 -3
- package/libs/ui/src/layouts/Stack/__stories__/Spacing.d.ts +0 -3
- package/libs/ui/src/layouts/Stack/index.d.ts +0 -2
- package/libs/ui/src/layouts/index.d.ts +0 -11
- package/libs/ui/src/navigation/BackLink/BackLink.stories.d.ts +0 -8
- package/libs/ui/src/navigation/BackLink/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/navigation/BackLink/index.d.ts +0 -3
- package/libs/ui/src/navigation/BackToTopLink/BackToTopLink.stories.d.ts +0 -9
- package/libs/ui/src/navigation/BackToTopLink/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/navigation/BackToTopLink/__stories__/InMain.d.ts +0 -3
- package/libs/ui/src/navigation/BackToTopLink/index.d.ts +0 -12
- package/libs/ui/src/navigation/Breadcrumbs/Breadcrumbs.stories.d.ts +0 -10
- package/libs/ui/src/navigation/Breadcrumbs/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/navigation/Breadcrumbs/index.d.ts +0 -5
- package/libs/ui/src/navigation/Drawer/Drawer.stories.d.ts +0 -12
- package/libs/ui/src/navigation/Drawer/__stories__/Auto.d.ts +0 -2
- package/libs/ui/src/navigation/Drawer/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/navigation/Drawer/__stories__/WithHook.d.ts +0 -2
- package/libs/ui/src/navigation/Drawer/auto.d.ts +0 -28
- package/libs/ui/src/navigation/Drawer/hooks.d.ts +0 -20
- package/libs/ui/src/navigation/Drawer/index.d.ts +0 -5
- package/libs/ui/src/navigation/Dropdown/Dropdown.stories.d.ts +0 -20
- package/libs/ui/src/navigation/Dropdown/__stories__/AlignRight.d.ts +0 -3
- package/libs/ui/src/navigation/Dropdown/__stories__/ContentPosition.d.ts +0 -3
- package/libs/ui/src/navigation/Dropdown/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/navigation/Dropdown/__stories__/Dense.d.ts +0 -3
- package/libs/ui/src/navigation/Dropdown/__stories__/Disabled.d.ts +0 -3
- package/libs/ui/src/navigation/Dropdown/__stories__/PlacementTop.d.ts +0 -3
- package/libs/ui/src/navigation/Dropdown/__stories__/ScrollableContent.d.ts +0 -3
- package/libs/ui/src/navigation/Dropdown/__stories__/Secondary.d.ts +0 -3
- package/libs/ui/src/navigation/Dropdown/__stories__/VariantLink.d.ts +0 -3
- package/libs/ui/src/navigation/Dropdown/__stories__/Warning.d.ts +0 -3
- package/libs/ui/src/navigation/Dropdown/__stories__/WithIcons.d.ts +0 -3
- package/libs/ui/src/navigation/Dropdown/index.d.ts +0 -22
- package/libs/ui/src/navigation/Link/Link.stories.d.ts +0 -14
- package/libs/ui/src/navigation/Link/__stories__/DarkBackground.d.ts +0 -3
- package/libs/ui/src/navigation/Link/__stories__/DarkBackgroundNoUnderline.d.ts +0 -3
- package/libs/ui/src/navigation/Link/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/navigation/Link/__stories__/ExternalLink.d.ts +0 -3
- package/libs/ui/src/navigation/Link/__stories__/NoUnderline.d.ts +0 -3
- package/libs/ui/src/navigation/Link/__stories__/OpensInNewTab.d.ts +0 -3
- package/libs/ui/src/navigation/Link/index.d.ts +0 -13
- package/libs/ui/src/navigation/NavList/Nav.d.ts +0 -3
- package/libs/ui/src/navigation/NavList/NavList.d.ts +0 -3
- package/libs/ui/src/navigation/NavList/NavList.stories.d.ts +0 -17
- package/libs/ui/src/navigation/NavList/NavListAuto/index.d.ts +0 -4
- package/libs/ui/src/navigation/NavList/NavMenuContentList.d.ts +0 -5
- package/libs/ui/src/navigation/NavList/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/navigation/NavList/__stories__/HorizontalWithDrawer.d.ts +0 -3
- package/libs/ui/src/navigation/NavList/__stories__/HorizontalWithoutDrawer.d.ts +0 -3
- package/libs/ui/src/navigation/NavList/__stories__/NavListWithoutNav.d.ts +0 -3
- package/libs/ui/src/navigation/NavList/__stories__/UsingHeaderButton.d.ts +0 -3
- package/libs/ui/src/navigation/NavList/__stories__/UsingNavListAuto.d.ts +0 -3
- package/libs/ui/src/navigation/NavList/__stories__/Vertical.d.ts +0 -3
- package/libs/ui/src/navigation/NavList/__stories__/VerticalWithoutDrawer.d.ts +0 -3
- package/libs/ui/src/navigation/NavList/hooks/useNavList.d.ts +0 -8
- package/libs/ui/src/navigation/NavList/hooks/useTogglableNav.d.ts +0 -26
- package/libs/ui/src/navigation/NavList/index.d.ts +0 -17
- package/libs/ui/src/navigation/NavList/types.d.ts +0 -52
- package/libs/ui/src/navigation/Pagination/Pagination.stories.d.ts +0 -16
- package/libs/ui/src/navigation/Pagination/__stories__/Auto.d.ts +0 -3
- package/libs/ui/src/navigation/Pagination/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/navigation/Pagination/__stories__/PaginationSmall.d.ts +0 -3
- package/libs/ui/src/navigation/Pagination/__stories__/PaginationWithSmallFont.d.ts +0 -3
- package/libs/ui/src/navigation/Pagination/__stories__/WithHook.d.ts +0 -3
- package/libs/ui/src/navigation/Pagination/__stories__/WithInactiveValues.d.ts +0 -3
- package/libs/ui/src/navigation/Pagination/__stories__/WithResultsPerPage.d.ts +0 -3
- package/libs/ui/src/navigation/Pagination/auto.d.ts +0 -24
- package/libs/ui/src/navigation/Pagination/hooks.d.ts +0 -30
- package/libs/ui/src/navigation/Pagination/index.d.ts +0 -45
- package/libs/ui/src/navigation/SkipLink/SkipLink.stories.d.ts +0 -9
- package/libs/ui/src/navigation/SkipLink/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/navigation/SkipLink/index.d.ts +0 -3
- package/libs/ui/src/navigation/Tabs/Tabs.stories.d.ts +0 -13
- package/libs/ui/src/navigation/Tabs/__stories__/Auto.d.ts +0 -3
- package/libs/ui/src/navigation/Tabs/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/navigation/Tabs/__stories__/Dense.d.ts +0 -3
- package/libs/ui/src/navigation/Tabs/auto.d.ts +0 -18
- package/libs/ui/src/navigation/Tabs/hooks.d.ts +0 -28
- package/libs/ui/src/navigation/Tabs/index.d.ts +0 -9
- package/libs/ui/src/navigation/index.d.ts +0 -9
- package/libs/ui/src/registry.d.ts +0 -303
- package/libs/ui/src/typography/Code/index.d.ts +0 -3
- package/libs/ui/src/typography/CodeBlock/index.d.ts +0 -3
- package/libs/ui/src/typography/Heading/Heading.stories.d.ts +0 -8
- package/libs/ui/src/typography/Heading/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/typography/Heading/index.d.ts +0 -3
- package/libs/ui/src/typography/HeadingCaption/HeadingCaption.stories.d.ts +0 -9
- package/libs/ui/src/typography/HeadingCaption/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/typography/HeadingCaption/__stories__/NestedToTitle.d.ts +0 -3
- package/libs/ui/src/typography/HeadingCaption/index.d.ts +0 -3
- package/libs/ui/src/typography/Hint/Hint.stories.d.ts +0 -9
- package/libs/ui/src/typography/Hint/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/typography/Hint/__stories__/FontSizes.d.ts +0 -3
- package/libs/ui/src/typography/Hint/index.d.ts +0 -3
- package/libs/ui/src/typography/NormalText/NormalText.stories.d.ts +0 -11
- package/libs/ui/src/typography/NormalText/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/typography/NormalText/__stories__/FontSizes.d.ts +0 -3
- package/libs/ui/src/typography/NormalText/__stories__/FontWeight.d.ts +0 -3
- package/libs/ui/src/typography/NormalText/__stories__/Variants.d.ts +0 -3
- package/libs/ui/src/typography/NormalText/index.d.ts +0 -3
- package/libs/ui/src/typography/Paragraph/Paragraph.stories.d.ts +0 -12
- package/libs/ui/src/typography/Paragraph/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/typography/Paragraph/__stories__/FontSizes.d.ts +0 -3
- package/libs/ui/src/typography/Paragraph/__stories__/FontWeight.d.ts +0 -3
- package/libs/ui/src/typography/Paragraph/__stories__/LeadVariant.d.ts +0 -3
- package/libs/ui/src/typography/Paragraph/__stories__/SmallVariant.d.ts +0 -3
- package/libs/ui/src/typography/Paragraph/index.d.ts +0 -3
- package/libs/ui/src/typography/Typography/index.d.ts +0 -3
- package/libs/ui/src/typography/index.d.ts +0 -6
- package/libs/ui/src/utils/Base/index.d.ts +0 -3
- package/libs/ui/src/utils/SvgIcon/index.d.ts +0 -4
- package/libs/ui/src/utils/Typography/index.d.ts +0 -3
- package/libs/ui/src/utils/VisuallyHidden/VisuallyHidden.stories.d.ts +0 -8
- package/libs/ui/src/utils/VisuallyHidden/__stories__/Default.d.ts +0 -3
- package/libs/ui/src/utils/VisuallyHidden/index.d.ts +0 -3
- package/libs/ui/src/utils/hooks/useDebounce.d.ts +0 -3
- package/libs/ui/src/utils/hooks/useKeypress.d.ts +0 -2
- package/libs/ui/src/utils/hooks/useLatest.d.ts +0 -3
- package/libs/ui/src/utils/hooks/useScreen.d.ts +0 -7
- package/libs/ui/src/utils/hooks/useSearch.d.ts +0 -4
- package/libs/ui/src/utils/hooks/useTogglableTab.d.ts +0 -21
- package/libs/ui/src/utils/index.d.ts +0 -3
- package/libs/ui/src/utils/withDeprecation.d.ts +0 -16
- package/libs-ui/react-core/src/Accordion/index.d.ts +0 -28
- package/libs-ui/react-core/src/AccordionControls/index.d.ts +0 -9
- package/libs-ui/react-core/src/AccordionSection/index.d.ts +0 -11
- package/libs-ui/react-core/src/AccordionSectionContent/index.d.ts +0 -10
- package/libs-ui/react-core/src/AccordionSectionSummary/index.d.ts +0 -9
- package/libs-ui/react-core/src/AccordionSectionSummaryHeading/index.d.ts +0 -9
- package/libs-ui/react-core/src/AdminAside/index.d.ts +0 -9
- package/libs-ui/react-core/src/AdminContainer/index.d.ts +0 -10
- package/libs-ui/react-core/src/AdminHeader/index.d.ts +0 -10
- package/libs-ui/react-core/src/AdminHeaderContent/index.d.ts +0 -9
- package/libs-ui/react-core/src/AdminLayout/index.d.ts +0 -14
- package/libs-ui/react-core/src/AdminMain/index.d.ts +0 -9
- package/libs-ui/react-core/src/AdminTopSection/index.d.ts +0 -25
- package/libs-ui/react-core/src/Aside/index.d.ts +0 -27
- package/libs-ui/react-core/src/AutoCompleteAssistiveHint/index.d.ts +0 -11
- package/libs-ui/react-core/src/AutoCompleteContainer/index.d.ts +0 -22
- package/libs-ui/react-core/src/AutoCompleteInput/index.d.ts +0 -17
- package/libs-ui/react-core/src/AutoCompleteInputTypeahead/index.d.ts +0 -11
- package/libs-ui/react-core/src/AutoCompleteMultipleInput/index.d.ts +0 -9
- package/libs-ui/react-core/src/AutoCompleteMultipleInputContainer/index.d.ts +0 -12
- package/libs-ui/react-core/src/AutoCompleteResultList/index.d.ts +0 -20
- package/libs-ui/react-core/src/AutoCompleteResultListItem/index.d.ts +0 -47
- package/libs-ui/react-core/src/AutoCompleteStatus/index.d.ts +0 -10
- package/libs-ui/react-core/src/AutoCompleteStatusContainer/index.d.ts +0 -10
- package/libs-ui/react-core/src/BackLink/index.d.ts +0 -9
- package/libs-ui/react-core/src/BackToTopContainer/index.d.ts +0 -17
- package/libs-ui/react-core/src/BackToTopLimit/index.d.ts +0 -9
- package/libs-ui/react-core/src/BackToTopLink/index.d.ts +0 -9
- package/libs-ui/react-core/src/BannerContainer/index.d.ts +0 -6
- package/libs-ui/react-core/src/Base/index.d.ts +0 -95
- package/libs-ui/react-core/src/Blockquote/index.d.ts +0 -16
- package/libs-ui/react-core/src/Bottom/index.d.ts +0 -9
- package/libs-ui/react-core/src/BottomInfo/index.d.ts +0 -9
- package/libs-ui/react-core/src/BottomInfoContainer/index.d.ts +0 -9
- package/libs-ui/react-core/src/BottomInfoContent/index.d.ts +0 -9
- package/libs-ui/react-core/src/Breadcrumbs/index.d.ts +0 -10
- package/libs-ui/react-core/src/BreadcrumbsList/index.d.ts +0 -9
- package/libs-ui/react-core/src/BreadcrumbsListItem/index.d.ts +0 -15
- package/libs-ui/react-core/src/Button/index.d.ts +0 -35
- package/libs-ui/react-core/src/ButtonGroup/index.d.ts +0 -9
- package/libs-ui/react-core/src/ButtonLink/index.d.ts +0 -28
- package/libs-ui/react-core/src/CallToAction/index.d.ts +0 -9
- package/libs-ui/react-core/src/Card/index.d.ts +0 -50
- package/libs-ui/react-core/src/CardAction/index.d.ts +0 -11
- package/libs-ui/react-core/src/CardContent/index.d.ts +0 -10
- package/libs-ui/react-core/src/CardHeading/index.d.ts +0 -10
- package/libs-ui/react-core/src/Checkbox/index.d.ts +0 -27
- package/libs-ui/react-core/src/CheckboxConditional/index.d.ts +0 -11
- package/libs-ui/react-core/src/CheckboxItem/index.d.ts +0 -17
- package/libs-ui/react-core/src/Chip/index.d.ts +0 -14
- package/libs-ui/react-core/src/ChipContainer/index.d.ts +0 -14
- package/libs-ui/react-core/src/ChipHeading/index.d.ts +0 -10
- package/libs-ui/react-core/src/ChipKeyValue/index.d.ts +0 -10
- package/libs-ui/react-core/src/ChoiceDividerText/index.d.ts +0 -10
- package/libs-ui/react-core/src/CircularProgress/index.d.ts +0 -27
- package/libs-ui/react-core/src/CloseButton/index.d.ts +0 -15
- package/libs-ui/react-core/src/Code/index.d.ts +0 -18
- package/libs-ui/react-core/src/CodeBlock/index.d.ts +0 -10
- package/libs-ui/react-core/src/Container/index.d.ts +0 -23
- package/libs-ui/react-core/src/CopyToClipboardContainer/index.d.ts +0 -31
- package/libs-ui/react-core/src/CopyToClipboardMessage/index.d.ts +0 -18
- package/libs-ui/react-core/src/CopyrightContainer/index.d.ts +0 -10
- package/libs-ui/react-core/src/DateInputContainer/index.d.ts +0 -19
- package/libs-ui/react-core/src/DateInputItem/index.d.ts +0 -26
- package/libs-ui/react-core/src/Details/index.d.ts +0 -10
- package/libs-ui/react-core/src/DetailsContent/index.d.ts +0 -10
- package/libs-ui/react-core/src/DetailsSummary/index.d.ts +0 -10
- package/libs-ui/react-core/src/Drawer/index.d.ts +0 -44
- package/libs-ui/react-core/src/DrawerHeading/index.d.ts +0 -16
- package/libs-ui/react-core/src/DropdownBase/index.d.ts +0 -39
- package/libs-ui/react-core/src/DropdownButton/index.d.ts +0 -45
- package/libs-ui/react-core/src/DropdownContent/index.d.ts +0 -25
- package/libs-ui/react-core/src/ErrorMessage/index.d.ts +0 -11
- package/libs-ui/react-core/src/ErrorSummary/index.d.ts +0 -16
- package/libs-ui/react-core/src/FieldContainer/index.d.ts +0 -15
- package/libs-ui/react-core/src/Fieldset/index.d.ts +0 -10
- package/libs-ui/react-core/src/FieldsetLegend/index.d.ts +0 -27
- package/libs-ui/react-core/src/FileUpload/index.d.ts +0 -17
- package/libs-ui/react-core/src/FileUploadContainer/index.d.ts +0 -17
- package/libs-ui/react-core/src/FillableText/index.d.ts +0 -10
- package/libs-ui/react-core/src/FilterContainer/index.d.ts +0 -38
- package/libs-ui/react-core/src/FilterContent/index.d.ts +0 -9
- package/libs-ui/react-core/src/FilterHeadingContainer/index.d.ts +0 -12
- package/libs-ui/react-core/src/FilterOptionsSection/index.d.ts +0 -14
- package/libs-ui/react-core/src/FilterSelectedHeading/index.d.ts +0 -9
- package/libs-ui/react-core/src/FilterSelectedSection/index.d.ts +0 -9
- package/libs-ui/react-core/src/Footer/index.d.ts +0 -9
- package/libs-ui/react-core/src/FooterContainer/index.d.ts +0 -9
- package/libs-ui/react-core/src/FooterContent/index.d.ts +0 -10
- package/libs-ui/react-core/src/FooterContentLogos/index.d.ts +0 -11
- package/libs-ui/react-core/src/FooterHeading/index.d.ts +0 -18
- package/libs-ui/react-core/src/FooterImage/index.d.ts +0 -11
- package/libs-ui/react-core/src/FooterInfo/index.d.ts +0 -11
- package/libs-ui/react-core/src/FooterInfoSection/index.d.ts +0 -14
- package/libs-ui/react-core/src/FooterLink/index.d.ts +0 -9
- package/libs-ui/react-core/src/FooterList/index.d.ts +0 -23
- package/libs-ui/react-core/src/FooterListItem/index.d.ts +0 -10
- package/libs-ui/react-core/src/FooterNavigation/index.d.ts +0 -11
- package/libs-ui/react-core/src/FooterNavigationSection/index.d.ts +0 -11
- package/libs-ui/react-core/src/Form/index.d.ts +0 -16
- package/libs-ui/react-core/src/FullPageBackground/index.d.ts +0 -10
- package/libs-ui/react-core/src/GovGRLogo/govgr-logo-base64.d.ts +0 -2
- package/libs-ui/react-core/src/GovGRLogo/govgr-logo-blue-base64.d.ts +0 -2
- package/libs-ui/react-core/src/GovGRLogo/index.d.ts +0 -9
- package/libs-ui/react-core/src/Grid/index.d.ts +0 -89
- package/libs-ui/react-core/src/Header/index.d.ts +0 -10
- package/libs-ui/react-core/src/HeaderContent/index.d.ts +0 -9
- package/libs-ui/react-core/src/HeaderLogo/index.d.ts +0 -19
- package/libs-ui/react-core/src/HeaderNavMenuContent/index.d.ts +0 -11
- package/libs-ui/react-core/src/HeaderSecondaryLogo/index.d.ts +0 -19
- package/libs-ui/react-core/src/HeaderSection/index.d.ts +0 -9
- package/libs-ui/react-core/src/HeaderTitle/index.d.ts +0 -9
- package/libs-ui/react-core/src/Heading/index.d.ts +0 -31
- package/libs-ui/react-core/src/HeadingCaption/index.d.ts +0 -19
- package/libs-ui/react-core/src/HellenicRepublicLogo/index.d.ts +0 -17
- package/libs-ui/react-core/src/HellenicRepublicLogo/logo-el.d.ts +0 -2
- package/libs-ui/react-core/src/HellenicRepublicLogo/logo-en.d.ts +0 -2
- package/libs-ui/react-core/src/HellenicRepublicLogo/logo-inverted-el.d.ts +0 -2
- package/libs-ui/react-core/src/HellenicRepublicLogo/logo-inverted-en.d.ts +0 -2
- package/libs-ui/react-core/src/Hidden/index.d.ts +0 -71
- package/libs-ui/react-core/src/Hint/index.d.ts +0 -22
- package/libs-ui/react-core/src/ImageLogo/index.d.ts +0 -20
- package/libs-ui/react-core/src/ImageLogoSet/index.d.ts +0 -20
- package/libs-ui/react-core/src/KitchenSinkAllComponents/index.d.ts +0 -5
- package/libs-ui/react-core/src/KitchenSinkCard/index.d.ts +0 -5
- package/libs-ui/react-core/src/KitchenSinkCategory/index.d.ts +0 -5
- package/libs-ui/react-core/src/KitchenSinkContent/index.d.ts +0 -14
- package/libs-ui/react-core/src/KitchenSinkContentInfo/index.d.ts +0 -5
- package/libs-ui/react-core/src/KitchenSinkContentTags/index.d.ts +0 -5
- package/libs-ui/react-core/src/KitchenSinkHeading/index.d.ts +0 -5
- package/libs-ui/react-core/src/KitchenSinkLetterContent/index.d.ts +0 -5
- package/libs-ui/react-core/src/LabelContainer/index.d.ts +0 -9
- package/libs-ui/react-core/src/LabelTitle/index.d.ts +0 -26
- package/libs-ui/react-core/src/LabeledText/index.d.ts +0 -18
- package/libs-ui/react-core/src/Layout/index.d.ts +0 -15
- package/libs-ui/react-core/src/LinkBase/index.d.ts +0 -16
- package/libs-ui/react-core/src/List/index.d.ts +0 -33
- package/libs-ui/react-core/src/ListItem/index.d.ts +0 -9
- package/libs-ui/react-core/src/LoaderContainer/index.d.ts +0 -9
- package/libs-ui/react-core/src/Main/index.d.ts +0 -9
- package/libs-ui/react-core/src/Masthead/index.d.ts +0 -18
- package/libs-ui/react-core/src/MastheadBody/index.d.ts +0 -9
- package/libs-ui/react-core/src/MastheadLogo/index.d.ts +0 -11
- package/libs-ui/react-core/src/ModalAction/index.d.ts +0 -11
- package/libs-ui/react-core/src/ModalContainer/index.d.ts +0 -24
- package/libs-ui/react-core/src/ModalContent/index.d.ts +0 -10
- package/libs-ui/react-core/src/ModalHeading/index.d.ts +0 -10
- package/libs-ui/react-core/src/Nav/index.d.ts +0 -49
- package/libs-ui/react-core/src/NavList/index.d.ts +0 -31
- package/libs-ui/react-core/src/NavListItemAction/index.d.ts +0 -14
- package/libs-ui/react-core/src/NavListItemActionContainer/index.d.ts +0 -10
- package/libs-ui/react-core/src/NavListItemButton/index.d.ts +0 -27
- package/libs-ui/react-core/src/NavListItemLink/index.d.ts +0 -17
- package/libs-ui/react-core/src/NavMenuContainer/index.d.ts +0 -25
- package/libs-ui/react-core/src/NavMenuContent/index.d.ts +0 -11
- package/libs-ui/react-core/src/NavMenuContentListBase/index.d.ts +0 -10
- package/libs-ui/react-core/src/NavMenuContentListItem/index.d.ts +0 -10
- package/libs-ui/react-core/src/NavMenuTitle/index.d.ts +0 -11
- package/libs-ui/react-core/src/NormalText/index.d.ts +0 -18
- package/libs-ui/react-core/src/NotificationBannerContainer/index.d.ts +0 -29
- package/libs-ui/react-core/src/NotificationBannerContent/index.d.ts +0 -12
- package/libs-ui/react-core/src/NotificationBannerHeader/index.d.ts +0 -11
- package/libs-ui/react-core/src/NotificationBannerHeading/index.d.ts +0 -11
- package/libs-ui/react-core/src/NotificationBannerLink/index.d.ts +0 -11
- package/libs-ui/react-core/src/PageTitleCaption/index.d.ts +0 -9
- package/libs-ui/react-core/src/PageTitleContainer/index.d.ts +0 -9
- package/libs-ui/react-core/src/PageTitleHeading/index.d.ts +0 -10
- package/libs-ui/react-core/src/Pagination/index.d.ts +0 -17
- package/libs-ui/react-core/src/PaginationLabelContainer/index.d.ts +0 -9
- package/libs-ui/react-core/src/PaginationList/index.d.ts +0 -9
- package/libs-ui/react-core/src/PaginationListItem/index.d.ts +0 -29
- package/libs-ui/react-core/src/Panel/index.d.ts +0 -15
- package/libs-ui/react-core/src/PanelBody/index.d.ts +0 -9
- package/libs-ui/react-core/src/PanelTitle/index.d.ts +0 -9
- package/libs-ui/react-core/src/Paragraph/index.d.ts +0 -10
- package/libs-ui/react-core/src/PhaseBanner/index.d.ts +0 -18
- package/libs-ui/react-core/src/PhaseBannerHeaderContainer/index.d.ts +0 -6
- package/libs-ui/react-core/src/PhaseBannerTag/index.d.ts +0 -9
- package/libs-ui/react-core/src/PhaseBannerText/index.d.ts +0 -11
- package/libs-ui/react-core/src/RadioConditional/index.d.ts +0 -11
- package/libs-ui/react-core/src/RadioContainer/index.d.ts +0 -24
- package/libs-ui/react-core/src/RadioItem/index.d.ts +0 -16
- package/libs-ui/react-core/src/ResultsActionBar/index.d.ts +0 -9
- package/libs-ui/react-core/src/ResultsHeading/index.d.ts +0 -10
- package/libs-ui/react-core/src/ResultsHeadingActions/index.d.ts +0 -10
- package/libs-ui/react-core/src/SearchButton/index.d.ts +0 -10
- package/libs-ui/react-core/src/SearchContainer/index.d.ts +0 -9
- package/libs-ui/react-core/src/Section/index.d.ts +0 -10
- package/libs-ui/react-core/src/SectionBreak/index.d.ts +0 -26
- package/libs-ui/react-core/src/SelectContainer/index.d.ts +0 -17
- package/libs-ui/react-core/src/SelectOption/index.d.ts +0 -10
- package/libs-ui/react-core/src/SingleCharacterInput/index.d.ts +0 -18
- package/libs-ui/react-core/src/SingleCharacterInputs/index.d.ts +0 -11
- package/libs-ui/react-core/src/SkipLink/index.d.ts +0 -9
- package/libs-ui/react-core/src/Stack/index.d.ts +0 -33
- package/libs-ui/react-core/src/StepNav/index.d.ts +0 -17
- package/libs-ui/react-core/src/StepNavAccordion/index.d.ts +0 -11
- package/libs-ui/react-core/src/StepNavAccordionContent/index.d.ts +0 -10
- package/libs-ui/react-core/src/StepNavAccordionHeadingText/index.d.ts +0 -22
- package/libs-ui/react-core/src/StepNavAccordionHeadingTitle/index.d.ts +0 -11
- package/libs-ui/react-core/src/StepNavAccordionSummary/index.d.ts +0 -9
- package/libs-ui/react-core/src/StepNavAccordionSummaryHeading/index.d.ts +0 -27
- package/libs-ui/react-core/src/StepNavCircleNumber/index.d.ts +0 -19
- package/libs-ui/react-core/src/StepNavControls/index.d.ts +0 -10
- package/libs-ui/react-core/src/StepNavList/index.d.ts +0 -10
- package/libs-ui/react-core/src/StepNavListItem/index.d.ts +0 -9
- package/libs-ui/react-core/src/SummaryList/index.d.ts +0 -19
- package/libs-ui/react-core/src/SummaryListItem/index.d.ts +0 -19
- package/libs-ui/react-core/src/SummaryListItemAction/index.d.ts +0 -10
- package/libs-ui/react-core/src/SummaryListItemKey/index.d.ts +0 -10
- package/libs-ui/react-core/src/SummaryListItemValue/index.d.ts +0 -9
- package/libs-ui/react-core/src/SvgIcon/index.d.ts +0 -37
- package/libs-ui/react-core/src/Table/index.d.ts +0 -53
- package/libs-ui/react-core/src/TableBody/index.d.ts +0 -18
- package/libs-ui/react-core/src/TableCaption/index.d.ts +0 -20
- package/libs-ui/react-core/src/TableContainer/index.d.ts +0 -16
- package/libs-ui/react-core/src/TableDataCell/index.d.ts +0 -18
- package/libs-ui/react-core/src/TableHead/index.d.ts +0 -9
- package/libs-ui/react-core/src/TableHeadCell/index.d.ts +0 -30
- package/libs-ui/react-core/src/TableLoaderBackground/index.d.ts +0 -10
- package/libs-ui/react-core/src/TableNoDataRow/index.d.ts +0 -10
- package/libs-ui/react-core/src/TableRow/index.d.ts +0 -25
- package/libs-ui/react-core/src/TableSortIconContainer/index.d.ts +0 -11
- package/libs-ui/react-core/src/Tabs/index.d.ts +0 -18
- package/libs-ui/react-core/src/TabsHeading/index.d.ts +0 -18
- package/libs-ui/react-core/src/TabsList/index.d.ts +0 -10
- package/libs-ui/react-core/src/TabsListItemBase/index.d.ts +0 -17
- package/libs-ui/react-core/src/TabsPanelBase/index.d.ts +0 -18
- package/libs-ui/react-core/src/TaskList/index.d.ts +0 -17
- package/libs-ui/react-core/src/TaskListItem/index.d.ts +0 -9
- package/libs-ui/react-core/src/TaskListItemContent/index.d.ts +0 -10
- package/libs-ui/react-core/src/TaskListItemHeading/index.d.ts +0 -10
- package/libs-ui/react-core/src/TaskListItemTag/index.d.ts +0 -16
- package/libs-ui/react-core/src/TextArea/index.d.ts +0 -24
- package/libs-ui/react-core/src/TextInput/index.d.ts +0 -46
- package/libs-ui/react-core/src/Timeline/index.d.ts +0 -17
- package/libs-ui/react-core/src/TimelineActions/index.d.ts +0 -11
- package/libs-ui/react-core/src/TimelineContent/index.d.ts +0 -10
- package/libs-ui/react-core/src/TimelineHeading/index.d.ts +0 -25
- package/libs-ui/react-core/src/TimelineItem/index.d.ts +0 -9
- package/libs-ui/react-core/src/Top/index.d.ts +0 -9
- package/libs-ui/react-core/src/Typography/index.d.ts +0 -30
- package/libs-ui/react-core/src/VisuallyHidden/index.d.ts +0 -10
- package/libs-ui/react-core/src/WarningText/index.d.ts +0 -24
- package/libs-ui/react-experimental/src/FloatingButton/index.d.ts +0 -21
- package/libs-ui/react-experimental/src/FloatingButton/index.test.d.ts +0 -1
- package/libs-ui/react-experimental/src/Kitchensink/AllComponents.d.ts +0 -2
- package/libs-ui/react-experimental/src/Kitchensink/index.d.ts +0 -5
- package/libs-ui/react-experimental/src/OptionButtonBase/index.d.ts +0 -19
- package/libs-ui/react-experimental/src/OptionButtonBase/index.test.d.ts +0 -1
- package/libs-ui/react-experimental/src/OptionButtonSteps/index.d.ts +0 -25
- package/libs-ui/react-experimental/src/OptionButtonSteps/index.test.d.ts +0 -1
- package/libs-ui/react-experimental/src/index.d.ts +0 -4
- package/libs-ui/react-icons/src/AccessibilityIcon/config.d.ts +0 -8
- package/libs-ui/react-icons/src/AccessibilityIcon/index.d.ts +0 -4
- package/libs-ui/react-icons/src/ArrowIcon/config.d.ts +0 -13
- package/libs-ui/react-icons/src/ArrowIcon/index.d.ts +0 -4
- package/libs-ui/react-icons/src/BurgerIcon/config.d.ts +0 -6
- package/libs-ui/react-icons/src/BurgerIcon/index.d.ts +0 -4
- package/libs-ui/react-icons/src/CancelIcon/config.d.ts +0 -8
- package/libs-ui/react-icons/src/CancelIcon/index.d.ts +0 -4
- package/libs-ui/react-icons/src/CaretIcon/config.d.ts +0 -13
- package/libs-ui/react-icons/src/CaretIcon/index.d.ts +0 -4
- package/libs-ui/react-icons/src/ChatIcon/config.d.ts +0 -11
- package/libs-ui/react-icons/src/ChatIcon/index.d.ts +0 -4
- package/libs-ui/react-icons/src/CheckIcon/config.d.ts +0 -8
- package/libs-ui/react-icons/src/CheckIcon/index.d.ts +0 -4
- package/libs-ui/react-icons/src/ChevronIcon/config.d.ts +0 -14
- package/libs-ui/react-icons/src/ChevronIcon/index.d.ts +0 -4
- package/libs-ui/react-icons/src/CloseIcon/config.d.ts +0 -8
- package/libs-ui/react-icons/src/CloseIcon/index.d.ts +0 -4
- package/libs-ui/react-icons/src/DownloadIcon/config.d.ts +0 -8
- package/libs-ui/react-icons/src/DownloadIcon/index.d.ts +0 -4
- package/libs-ui/react-icons/src/ExclamationIcon/config.d.ts +0 -8
- package/libs-ui/react-icons/src/ExclamationIcon/index.d.ts +0 -4
- package/libs-ui/react-icons/src/GlobeIcon/config.d.ts +0 -8
- package/libs-ui/react-icons/src/GlobeIcon/index.d.ts +0 -4
- package/libs-ui/react-icons/src/Icon/index.d.ts +0 -25
- package/libs-ui/react-icons/src/LockIcon/config.d.ts +0 -8
- package/libs-ui/react-icons/src/LockIcon/index.d.ts +0 -4
- package/libs-ui/react-icons/src/LoginIcon/config.d.ts +0 -8
- package/libs-ui/react-icons/src/LoginIcon/index.d.ts +0 -4
- package/libs-ui/react-icons/src/MinusIcon/config.d.ts +0 -8
- package/libs-ui/react-icons/src/MinusIcon/index.d.ts +0 -4
- package/libs-ui/react-icons/src/MoreVertIcon/config.d.ts +0 -8
- package/libs-ui/react-icons/src/MoreVertIcon/index.d.ts +0 -4
- package/libs-ui/react-icons/src/PdfFileIcon/config.d.ts +0 -8
- package/libs-ui/react-icons/src/PdfFileIcon/index.d.ts +0 -4
- package/libs-ui/react-icons/src/PlusIcon/config.d.ts +0 -8
- package/libs-ui/react-icons/src/PlusIcon/index.d.ts +0 -4
- package/libs-ui/react-icons/src/PrintIcon/config.d.ts +0 -8
- package/libs-ui/react-icons/src/PrintIcon/index.d.ts +0 -4
- package/libs-ui/react-icons/src/ReplyIcon/config.d.ts +0 -8
- package/libs-ui/react-icons/src/ReplyIcon/index.d.ts +0 -4
- package/libs-ui/react-icons/src/RestoreIcon/config.d.ts +0 -8
- package/libs-ui/react-icons/src/RestoreIcon/index.d.ts +0 -4
- package/libs-ui/react-icons/src/SearchIcon/config.d.ts +0 -8
- package/libs-ui/react-icons/src/SearchIcon/index.d.ts +0 -4
- package/libs-ui/react-icons/src/UncheckIcon/config.d.ts +0 -8
- package/libs-ui/react-icons/src/UncheckIcon/index.d.ts +0 -4
- package/libs-ui/react-icons/src/icons.d.ts +0 -71
- package/libs-ui/react-icons/src/index.d.ts +0 -23
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { BaseProps } from '@digigov/react-core/Base';
|
|
3
|
-
export interface SummaryListItemKeyProps extends BaseProps<'dt'> {
|
|
4
|
-
}
|
|
5
|
-
/**
|
|
6
|
-
* SummaryListItemKey is used within the SummaryListItem component.
|
|
7
|
-
* In this column we place the key information for the row (ex. "Name", "Address", etc).
|
|
8
|
-
*/
|
|
9
|
-
export declare const SummaryListItemKey: React.ForwardRefExoticComponent<Pick<SummaryListItemKeyProps, "p" | "slot" | "style" | "title" | "as" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "m" | "mt" | "mb" | "ml" | "mr" | "mx" | "my" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "pt" | "pb" | "pl" | "pr" | "px" | "py" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden"> & React.RefAttributes<HTMLElement>>;
|
|
10
|
-
export default SummaryListItemKey;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { BaseProps } from '@digigov/react-core/Base';
|
|
3
|
-
export interface SummaryListItemValueProps extends BaseProps<'dd'> {
|
|
4
|
-
}
|
|
5
|
-
/**
|
|
6
|
-
* Details for the SummaryListItemValue.
|
|
7
|
-
*/
|
|
8
|
-
export declare const SummaryListItemValue: React.ForwardRefExoticComponent<Pick<SummaryListItemValueProps, "p" | "slot" | "style" | "title" | "as" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "m" | "mt" | "mb" | "ml" | "mr" | "mx" | "my" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "pt" | "pb" | "pl" | "pr" | "px" | "py" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden"> & React.RefAttributes<HTMLElement>>;
|
|
9
|
-
export default SummaryListItemValue;
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { BaseProps } from '@digigov/react-core/Base';
|
|
3
|
-
export interface SvgIconProps extends BaseProps<'svg'> {
|
|
4
|
-
/**
|
|
5
|
-
* size is optional.
|
|
6
|
-
* size prop declares the size of the svg icon.
|
|
7
|
-
* @value 'xs'
|
|
8
|
-
* @value 'sm'
|
|
9
|
-
* @value 'md'
|
|
10
|
-
* @value 'lg'
|
|
11
|
-
* @value 'xl'
|
|
12
|
-
* @default 'sm'
|
|
13
|
-
*/
|
|
14
|
-
size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
15
|
-
/**
|
|
16
|
-
* color property styles svg icon with Gov.gr palette's basic colors.
|
|
17
|
-
* color property is optional.
|
|
18
|
-
* @value 'base-content'
|
|
19
|
-
* @value 'dark', always dark, among all themes
|
|
20
|
-
* @value 'white', always white, among all themes
|
|
21
|
-
* @value 'gray'
|
|
22
|
-
* @value 'primary'
|
|
23
|
-
* @value 'success'
|
|
24
|
-
* @value 'warning'
|
|
25
|
-
* @value 'error'
|
|
26
|
-
* @value 'focus', use only in focus state, in dark background
|
|
27
|
-
* @value 'info'
|
|
28
|
-
* @value 'link'
|
|
29
|
-
*/
|
|
30
|
-
color?: 'base-content' | 'dark' | 'white' | 'gray' | 'primary' | 'success' | 'warning' | 'error' | 'focus' | 'info' | 'link';
|
|
31
|
-
}
|
|
32
|
-
/**
|
|
33
|
-
* Use SvgIcon as global svg component.
|
|
34
|
-
* SvgIcon can be used inside other svg components as children such as CheckIcon, CaretIcon etc.
|
|
35
|
-
*/
|
|
36
|
-
export declare const SvgIcon: React.ForwardRefExoticComponent<Pick<SvgIconProps, "string" | "p" | "style" | "clipPath" | "filter" | "mask" | "path" | "as" | "className" | "color" | "height" | "id" | "lang" | "max" | "media" | "method" | "min" | "name" | "target" | "type" | "width" | "role" | "tabIndex" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "href" | "ideographic" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "maskContentUnits" | "maskUnits" | "mathematical" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "origin" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "hidden" | "size" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "m" | "mt" | "mb" | "ml" | "mr" | "mx" | "my" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "pt" | "pb" | "pl" | "pr" | "px" | "py" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden"> & React.RefAttributes<SVGSVGElement>>;
|
|
37
|
-
export default SvgIcon;
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { BaseProps } from '@digigov/react-core/Base';
|
|
3
|
-
export interface TableProps extends BaseProps<'table'> {
|
|
4
|
-
/**
|
|
5
|
-
* headerVariant is optional.
|
|
6
|
-
* The `headerVariant` prop is used to either give blue background color to th tags
|
|
7
|
-
* or a light grey background.
|
|
8
|
-
* Default value is undefined which results to an opaque background color.
|
|
9
|
-
* @value 'dark'
|
|
10
|
-
* @value 'light'
|
|
11
|
-
*/
|
|
12
|
-
headerVariant?: 'dark' | 'light';
|
|
13
|
-
/**
|
|
14
|
-
* dense is optional.
|
|
15
|
-
* The dense prop is used to make font size smaller and give
|
|
16
|
-
* extra padding.
|
|
17
|
-
* @value true
|
|
18
|
-
* @value false
|
|
19
|
-
* @default false
|
|
20
|
-
*/
|
|
21
|
-
dense?: boolean;
|
|
22
|
-
/**
|
|
23
|
-
* verticalBorders is optional.
|
|
24
|
-
* The verticalBorders prop gives extra vertical lines to the table.
|
|
25
|
-
* @value true
|
|
26
|
-
* @value false
|
|
27
|
-
* @default false
|
|
28
|
-
*/
|
|
29
|
-
verticalBorders?: boolean;
|
|
30
|
-
/**
|
|
31
|
-
* stacked is optional.
|
|
32
|
-
* The stacked prop gives responsiveness to the table. If used, make sure to add "data-label" to TableDataCell components.
|
|
33
|
-
* Default value is never.
|
|
34
|
-
* @value 'always'
|
|
35
|
-
* @value 'sm'
|
|
36
|
-
* @value 'md'
|
|
37
|
-
* @value 'never'
|
|
38
|
-
* @default 'never'
|
|
39
|
-
*/
|
|
40
|
-
stacked?: 'always' | 'sm' | 'md' | 'never';
|
|
41
|
-
/**
|
|
42
|
-
* variant is optional.
|
|
43
|
-
* @value 'default'
|
|
44
|
-
* @value 'zebra' is used to make zebra table lines. If you have 'zebra' variant, color prop to TableRow component adds nothing.
|
|
45
|
-
* @default 'default'
|
|
46
|
-
*/
|
|
47
|
-
variant?: 'zebra' | 'default';
|
|
48
|
-
}
|
|
49
|
-
/**
|
|
50
|
-
* Table component is used to wrap the sub components of a table
|
|
51
|
-
*/
|
|
52
|
-
export declare const Table: React.ForwardRefExoticComponent<Pick<TableProps, "p" | "slot" | "style" | "summary" | "title" | "as" | "className" | "color" | "id" | "lang" | "width" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "cellPadding" | "cellSpacing" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "m" | "mt" | "mb" | "ml" | "mr" | "mx" | "my" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "pt" | "pb" | "pl" | "pr" | "px" | "py" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden" | "variant" | "dense" | "headerVariant" | "verticalBorders" | "stacked"> & React.RefAttributes<HTMLTableElement>>;
|
|
53
|
-
export default Table;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { BaseProps } from '@digigov/react-core/Base';
|
|
3
|
-
export interface TableBodyProps extends BaseProps<'tbody'> {
|
|
4
|
-
/**
|
|
5
|
-
* verticalAlign is optional. Default value is 'middle'.
|
|
6
|
-
* This prop set the vertical align of the body's content.
|
|
7
|
-
* @value 'middle'
|
|
8
|
-
* @value 'top'
|
|
9
|
-
* @value 'bottom'
|
|
10
|
-
* @default 'middle'
|
|
11
|
-
*/
|
|
12
|
-
verticalAlign?: 'middle' | 'top' | 'bottom';
|
|
13
|
-
}
|
|
14
|
-
/**
|
|
15
|
-
* Use TableBody inside the Table component to provide for the table data.
|
|
16
|
-
*/
|
|
17
|
-
export declare const TableBody: React.ForwardRefExoticComponent<Pick<TableBodyProps, "p" | "slot" | "style" | "title" | "as" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "m" | "mt" | "mb" | "ml" | "mr" | "mx" | "my" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "pt" | "pb" | "pl" | "pr" | "px" | "py" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden" | "verticalAlign"> & React.RefAttributes<HTMLTableSectionElement>>;
|
|
18
|
-
export default TableBody;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { BaseProps } from '@digigov/react-core/Base';
|
|
3
|
-
export interface TableCaptionProps extends BaseProps<'caption'> {
|
|
4
|
-
/**
|
|
5
|
-
* size is optional.
|
|
6
|
-
* The props are 'sm' for small, 'md' for medium, 'lg' for large and 'xl' for extra large .
|
|
7
|
-
* Default value is 'md'.
|
|
8
|
-
* @value 'sm'
|
|
9
|
-
* @value 'md'
|
|
10
|
-
* @value 'lg'
|
|
11
|
-
* @value 'xl'
|
|
12
|
-
* @default 'md'
|
|
13
|
-
*/
|
|
14
|
-
size?: 'sm' | 'md' | 'lg' | 'xl';
|
|
15
|
-
}
|
|
16
|
-
/**
|
|
17
|
-
* Table caption is used inside the Table component to provide a caption at the top of the table.
|
|
18
|
-
*/
|
|
19
|
-
export declare const TableCaption: React.ForwardRefExoticComponent<Pick<TableCaptionProps, "p" | "slot" | "style" | "title" | "as" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "size" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "m" | "mt" | "mb" | "ml" | "mr" | "mx" | "my" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "pt" | "pb" | "pl" | "pr" | "px" | "py" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden"> & React.RefAttributes<HTMLElement>>;
|
|
20
|
-
export default TableCaption;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { BaseProps } from '@digigov/react-core/Base';
|
|
3
|
-
export interface TableContainerProps extends BaseProps<'div'> {
|
|
4
|
-
/**
|
|
5
|
-
* border is optional. Set to true if you need a border for the Table.
|
|
6
|
-
* @value true
|
|
7
|
-
* @value false
|
|
8
|
-
* @default false
|
|
9
|
-
*/
|
|
10
|
-
border?: boolean;
|
|
11
|
-
}
|
|
12
|
-
/**
|
|
13
|
-
* Use TableContainer as a wrapper for a Table. It is used when the table is wider that the viewport width.
|
|
14
|
-
*/
|
|
15
|
-
export declare const TableContainer: React.ForwardRefExoticComponent<Pick<TableContainerProps, "p" | "slot" | "style" | "title" | "as" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "m" | "mt" | "mb" | "ml" | "mr" | "mx" | "my" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "pt" | "pb" | "pl" | "pr" | "px" | "py" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden" | "border"> & React.RefAttributes<HTMLDivElement>>;
|
|
16
|
-
export default TableContainer;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { BaseProps } from '@digigov/react-core/Base';
|
|
3
|
-
export interface TableDataCellProps extends BaseProps<'td'> {
|
|
4
|
-
/**
|
|
5
|
-
* dataType is optional.
|
|
6
|
-
* Use numeric value when comparing columns of numbers, align the numbers to the right in table cells
|
|
7
|
-
* Default value is text which aligns texts to the center
|
|
8
|
-
* @value 'text'
|
|
9
|
-
* @value 'numeric'
|
|
10
|
-
* @default 'text'
|
|
11
|
-
*/
|
|
12
|
-
dataType?: 'text' | 'numeric';
|
|
13
|
-
}
|
|
14
|
-
/**
|
|
15
|
-
* Use TableDataCell inside the Table component to fill the data of a cell in a table.
|
|
16
|
-
*/
|
|
17
|
-
export declare const TableDataCell: React.ForwardRefExoticComponent<Pick<TableDataCellProps, "abbr" | "p" | "slot" | "style" | "title" | "as" | "className" | "color" | "height" | "id" | "lang" | "width" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "align" | "colSpan" | "headers" | "rowSpan" | "scope" | "valign" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "m" | "mt" | "mb" | "ml" | "mr" | "mx" | "my" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "pt" | "pb" | "pl" | "pr" | "px" | "py" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden" | "dataType"> & React.RefAttributes<HTMLTableCellElement>>;
|
|
18
|
-
export default TableDataCell;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { BaseProps } from '@digigov/react-core/Base';
|
|
3
|
-
export interface TableHeadProps extends BaseProps<'thead'> {
|
|
4
|
-
}
|
|
5
|
-
/**
|
|
6
|
-
* Use TableHead inside the Table component to provide the header row and/or column of the table.
|
|
7
|
-
*/
|
|
8
|
-
export declare const TableHead: React.ForwardRefExoticComponent<Pick<TableHeadProps, "p" | "slot" | "style" | "title" | "as" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "m" | "mt" | "mb" | "ml" | "mr" | "mx" | "my" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "pt" | "pb" | "pl" | "pr" | "px" | "py" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden"> & React.RefAttributes<HTMLTableSectionElement>>;
|
|
9
|
-
export default TableHead;
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { BaseProps } from '@digigov/react-core/Base';
|
|
3
|
-
export interface TableHeadCellProps extends BaseProps<'th'> {
|
|
4
|
-
/**
|
|
5
|
-
* dataType is optional.
|
|
6
|
-
* Use numeric value prop when comparing columns of numbers, align the numbers to the right in table cells.
|
|
7
|
-
* Default value is text which aligns texts to the center
|
|
8
|
-
* @value 'text'
|
|
9
|
-
* @value 'numeric'
|
|
10
|
-
* @default 'text'
|
|
11
|
-
*/
|
|
12
|
-
dataType?: 'text' | 'numeric';
|
|
13
|
-
/**
|
|
14
|
-
* width is optional.
|
|
15
|
-
* Use width prop to define a custom width in your component.
|
|
16
|
-
* @value '25%';
|
|
17
|
-
* @value '33.3%';
|
|
18
|
-
* @value '50%';
|
|
19
|
-
* @value '66.6%';
|
|
20
|
-
* @value '75%';
|
|
21
|
-
* @value '100%';
|
|
22
|
-
* @value 'full';
|
|
23
|
-
*/
|
|
24
|
-
width?: '25%' | '33.3%' | '50%' | '66.6%' | '75%' | '100%' | 'full';
|
|
25
|
-
}
|
|
26
|
-
/**
|
|
27
|
-
* Use TableHeadCell inside the Table component to provide the header row and/or column of the table.
|
|
28
|
-
*/
|
|
29
|
-
export declare const TableHeadCell: React.ForwardRefExoticComponent<Pick<TableHeadCellProps, "abbr" | "p" | "slot" | "style" | "title" | "as" | "className" | "color" | "id" | "lang" | "width" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "align" | "colSpan" | "headers" | "rowSpan" | "scope" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "m" | "mt" | "mb" | "ml" | "mr" | "mx" | "my" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "pt" | "pb" | "pl" | "pr" | "px" | "py" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden" | "dataType"> & React.RefAttributes<HTMLTableCellElement>>;
|
|
30
|
-
export default TableHeadCell;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { BaseProps } from '@digigov/react-core/Base';
|
|
3
|
-
export interface TableLoaderBackgroundProps extends BaseProps<'div'> {
|
|
4
|
-
}
|
|
5
|
-
/**
|
|
6
|
-
* Use TableLoaderBackground component in tables in order to add blur and opacity background when data are loading.
|
|
7
|
-
* TableLoaderBackground is the parent component and takes as children the LoaderContainer component.
|
|
8
|
-
*/
|
|
9
|
-
export declare const TableLoaderBackground: React.ForwardRefExoticComponent<Pick<TableLoaderBackgroundProps, "p" | "slot" | "style" | "title" | "as" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "m" | "mt" | "mb" | "ml" | "mr" | "mx" | "my" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "pt" | "pb" | "pl" | "pr" | "px" | "py" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden"> & React.RefAttributes<HTMLDivElement>>;
|
|
10
|
-
export default TableLoaderBackground;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { BaseProps } from '@digigov/react-core/Base';
|
|
3
|
-
export interface TableNoDataRowProps extends BaseProps<'td'> {
|
|
4
|
-
}
|
|
5
|
-
/**
|
|
6
|
-
* Use TableNoDataRow inside the Table component when there is no data to show.
|
|
7
|
-
* you can use colSpan prop attribute to expand the td width
|
|
8
|
-
*/
|
|
9
|
-
export declare const TableNoDataRow: React.ForwardRefExoticComponent<Pick<TableNoDataRowProps, "abbr" | "p" | "slot" | "style" | "title" | "as" | "className" | "color" | "height" | "id" | "lang" | "width" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "align" | "colSpan" | "headers" | "rowSpan" | "scope" | "valign" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "m" | "mt" | "mb" | "ml" | "mr" | "mx" | "my" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "pt" | "pb" | "pl" | "pr" | "px" | "py" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden"> & React.RefAttributes<HTMLTableCellElement>>;
|
|
10
|
-
export default TableNoDataRow;
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { BaseProps } from '@digigov/react-core/Base';
|
|
3
|
-
export interface TableRowProps extends BaseProps<'tr'> {
|
|
4
|
-
/**
|
|
5
|
-
* highlight is optional.
|
|
6
|
-
* Add the highlight prop to add a highlight line on the left of the row.
|
|
7
|
-
* @value true
|
|
8
|
-
* @value false
|
|
9
|
-
* @default false
|
|
10
|
-
*/
|
|
11
|
-
highlight?: boolean;
|
|
12
|
-
/**
|
|
13
|
-
* color is optional.
|
|
14
|
-
* color doesn't apply if the Table parent component has the prop variant='zebra'.
|
|
15
|
-
* @value 'primary'
|
|
16
|
-
* @value 'secondary'
|
|
17
|
-
* @default 'primary'
|
|
18
|
-
*/
|
|
19
|
-
color?: 'primary' | 'secondary';
|
|
20
|
-
}
|
|
21
|
-
/**
|
|
22
|
-
* Use TableRow inside the Table component to provide a new row to the table.
|
|
23
|
-
*/
|
|
24
|
-
export declare const TableRow: React.ForwardRefExoticComponent<Pick<TableRowProps, "p" | "slot" | "style" | "title" | "as" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "m" | "mt" | "mb" | "ml" | "mr" | "mx" | "my" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "pt" | "pb" | "pl" | "pr" | "px" | "py" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden" | "highlight"> & React.RefAttributes<HTMLTableRowElement>>;
|
|
25
|
-
export default TableRow;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { BaseProps } from '@digigov/react-core/Base';
|
|
3
|
-
export interface TableSortIconContainerProps extends BaseProps<'div'> {
|
|
4
|
-
}
|
|
5
|
-
/**
|
|
6
|
-
*
|
|
7
|
-
* Use TableSortIconContainer to wrap CaretIcon like ascending descending style.
|
|
8
|
-
*
|
|
9
|
-
*/
|
|
10
|
-
export declare const TableSortIconContainer: React.ForwardRefExoticComponent<Pick<TableSortIconContainerProps, "p" | "slot" | "style" | "title" | "as" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "m" | "mt" | "mb" | "ml" | "mr" | "mx" | "my" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "pt" | "pb" | "pl" | "pr" | "px" | "py" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden"> & React.RefAttributes<HTMLDivElement>>;
|
|
11
|
-
export default TableSortIconContainer;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { BaseProps } from '@digigov/react-core/Base';
|
|
3
|
-
export interface TabsProps extends BaseProps<'div'> {
|
|
4
|
-
direction?: 'vertical' | 'horizontal';
|
|
5
|
-
/**
|
|
6
|
-
* dense is optional.
|
|
7
|
-
* @value true Tabs will be dense.
|
|
8
|
-
* @value false
|
|
9
|
-
* @default false
|
|
10
|
-
*/
|
|
11
|
-
dense?: boolean;
|
|
12
|
-
}
|
|
13
|
-
/**
|
|
14
|
-
* Tabs is the main component for tabs.
|
|
15
|
-
* This component must contain TabsHeading, TabsList, and a list of TabsPanel component.
|
|
16
|
-
*/
|
|
17
|
-
export declare const Tabs: React.ForwardRefExoticComponent<Pick<TabsProps, "p" | "slot" | "style" | "title" | "as" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "direction" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "m" | "mt" | "mb" | "ml" | "mr" | "mx" | "my" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "pt" | "pb" | "pl" | "pr" | "px" | "py" | "printHidden" | "printVisible" | "xsUpHidden" | "smUpHidden" | "mdUpHidden" | "lgUpHidden" | "xlUpHidden" | "xsHidden" | "smHidden" | "mdHidden" | "lgHidden" | "xlHidden" | "dense"> & React.RefAttributes<HTMLDivElement>>;
|
|
18
|
-
export default Tabs;
|