@altinn/altinn-components 0.63.8 → 0.64.0
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/dist/AuthEvidenceItem.module-CCavPar4.js +9 -0
- package/dist/File-DzH8Xshn.js +24 -0
- package/dist/Package-C1PB2awv.js +24 -0
- package/dist/{ToolbarSearch-DXJIRXFI.js → ToolbarSearch-DeQTx93w.js} +716 -713
- package/dist/assets/AuthEvidence.css +1 -0
- package/dist/assets/AuthEvidenceItem.css +1 -0
- package/dist/assets/AuthEvidenceParent.css +1 -0
- package/dist/components/AccessAreaListItem/AccessAreaListItem.js +1 -1
- package/dist/components/AccessPackageListItem/AccessPackageListItem.js +23 -41
- package/dist/components/Account/AccountList.js +1 -1
- package/dist/components/Account/AccountListItem.js +1 -1
- package/dist/components/Account/AccountListItemControls.js +1 -1
- package/dist/components/Account/AccountListItemDetails.js +1 -1
- package/dist/components/Account/AccountListVirtual.js +1 -1
- package/dist/components/Account/AccountMenu.js +1 -1
- package/dist/components/Account/AccountNotificationSettings.js +1 -1
- package/dist/components/Account/AccountOrganization.js +1 -1
- package/dist/components/AccountSelector/AccountSelector.js +1 -1
- package/dist/components/ActivityLog/ActivityLog.js +1 -1
- package/dist/components/ActivityLog/ActivityLogItem.js +1 -1
- package/dist/components/ActivityLog/ActivityLogSegment.js +1 -1
- package/dist/components/Alert/Alert.js +1 -1
- package/dist/components/Article/Article.js +1 -1
- package/dist/components/Article/ArticleContact.js +1 -1
- package/dist/components/Article/ArticleHeader.js +1 -1
- package/dist/components/Attachment/AttachmentLink.js +38 -55
- package/dist/components/AuthEvidence/AuthEvidence.js +40 -0
- package/dist/components/AuthEvidence/AuthEvidenceItem.js +61 -0
- package/dist/components/AuthEvidence/AuthEvidenceOwner.js +20 -0
- package/dist/components/AuthEvidence/AuthEvidenceParent.js +31 -0
- package/dist/components/AuthEvidence/AuthEvidenceService.js +20 -0
- package/dist/components/AuthEvidence/index.js +13 -0
- package/dist/components/Badge/Badge.js +1 -1
- package/dist/components/Badge/index.js +1 -1
- package/dist/components/Banner/Banner.js +1 -1
- package/dist/components/Bookmarks/BookmarkModal.js +1 -1
- package/dist/components/Bookmarks/BookmarkSettingsItem.js +1 -1
- package/dist/components/Bookmarks/BookmarkSettingsItemLabel.js +1 -1
- package/dist/components/Bookmarks/BookmarkSettingsList.js +1 -1
- package/dist/components/Breadcrumbs/Breadcrumbs.js +1 -1
- package/dist/components/Bulk/BulkHeader.js +1 -1
- package/dist/components/Button/ButtonIcon.js +1 -1
- package/dist/components/Button/ComboButton.js +1 -1
- package/dist/components/Button/FloatingActionButton.js +1 -1
- package/dist/components/Button/IconButton.js +1 -1
- package/dist/components/Byline/Byline.js +1 -1
- package/dist/components/Byline/index.js +1 -1
- package/dist/components/ContextMenu/ContextMenu.js +1 -1
- package/dist/components/Dashboard/DashboardCard.js +1 -1
- package/dist/components/Dashboard/DashboardHeader.js +1 -1
- package/dist/components/Datepicker/Datepicker.js +1 -1
- package/dist/components/Datepicker/DatepickerHeader.js +1 -1
- package/dist/components/Datepicker/DatepickerTable.js +1 -1
- package/dist/components/Dialog/Dialog.js +1 -1
- package/dist/components/Dialog/DialogActions.js +1 -1
- package/dist/components/Dialog/DialogActivityLog.js +1 -1
- package/dist/components/Dialog/DialogAttachments.js +1 -1
- package/dist/components/Dialog/DialogBody.js +1 -1
- package/dist/components/Dialog/DialogByline.js +1 -1
- package/dist/components/Dialog/DialogContact.js +1 -1
- package/dist/components/Dialog/DialogHeader.js +25 -23
- package/dist/components/Dialog/DialogHistory.js +1 -1
- package/dist/components/Dialog/DialogHistoryItem.js +1 -1
- package/dist/components/Dialog/DialogHistorySegment.js +1 -1
- package/dist/components/Dialog/DialogLayout.js +1 -1
- package/dist/components/Dialog/DialogList.js +1 -1
- package/dist/components/Dialog/DialogListItem.js +1 -1
- package/dist/components/Dialog/DialogMetadata.js +1 -1
- package/dist/components/Dialog/DialogSection.js +1 -1
- package/dist/components/Dialog/DialogSeenBy.js +1 -1
- package/dist/components/Dialog/DialogSelect.js +1 -1
- package/dist/components/Dialog/DialogStatus.js +1 -1
- package/dist/components/Dialog/DialogTabs.js +1 -1
- package/dist/components/Dialog/SeenByLog.js +1 -1
- package/dist/components/Dialog/SeenByLogButton.js +1 -1
- package/dist/components/Dialog/SeenByLogItem.js +1 -1
- package/dist/components/Dialog/index.js +1 -1
- package/dist/components/Dropdown/DrawerButton.js +1 -1
- package/dist/components/Dropdown/DrawerHeader.js +1 -1
- package/dist/components/Dropdown/Dropdown.js +1 -1
- package/dist/components/Dropdown/DropdownBase.js +1 -1
- package/dist/components/Dropdown/FloatingDropdown.js +1 -1
- package/dist/components/Dropdown/index.js +1 -1
- package/dist/components/Forms/Checkbox.js +1 -1
- package/dist/components/Forms/CheckboxOptions.js +1 -1
- package/dist/components/Forms/FieldBase.js +1 -1
- package/dist/components/Forms/FieldsetBase.js +1 -1
- package/dist/components/Forms/Radio.js +1 -1
- package/dist/components/Forms/RadioOptions.js +1 -1
- package/dist/components/Forms/SearchField.js +1 -1
- package/dist/components/Forms/SelectField.js +1 -1
- package/dist/components/Forms/Switch.js +1 -1
- package/dist/components/Forms/SwitchOptions.js +1 -1
- package/dist/components/Forms/TextField.js +1 -1
- package/dist/components/Forms/TextFieldDropdown.js +1 -1
- package/dist/components/Forms/TextareaField.js +1 -1
- package/dist/components/Forms/index.js +1 -1
- package/dist/components/GlobalHeader/GlobalAccountButton.js +1 -1
- package/dist/components/GlobalHeader/GlobalHeader.js +1 -1
- package/dist/components/GlobalHeader/GlobalMenuButton.js +1 -1
- package/dist/components/GlobalHeader/HeaderDrawer.js +1 -1
- package/dist/components/GlobalHeader/HeaderDropdown.js +1 -1
- package/dist/components/GlobalHeader/HeaderLogo.js +1 -1
- package/dist/components/GlobalMenu/GlobalMenu.js +1 -1
- package/dist/components/GlobalMenu/LocaleSwitcher.js +1 -1
- package/dist/components/GlobalMenu/LogoutButton.js +1 -1
- package/dist/components/Icon/Icon.js +1 -1
- package/dist/components/Icon/index.js +1 -1
- package/dist/components/Inbox/InboxPage.js +1 -1
- package/dist/components/InboxSearch/InboxSearch.js +1 -1
- package/dist/components/Item/ItemLabel.js +1 -1
- package/dist/components/Item/ItemMedia.js +1 -1
- package/dist/components/Item/ItemSelect.js +1 -1
- package/dist/components/Item/index.js +1 -1
- package/dist/components/Layout/Layout.js +1 -1
- package/dist/components/List/List.js +1 -1
- package/dist/components/List/ListBase.js +1 -1
- package/dist/components/List/ListItemHeader.js +1 -1
- package/dist/components/List/ListItemIcon.js +1 -1
- package/dist/components/List/ListItemLabel.js +1 -1
- package/dist/components/Menu/Menu.js +1 -1
- package/dist/components/Menu/MenuItem.js +1 -1
- package/dist/components/Menu/MenuItems.js +1 -1
- package/dist/components/Menu/MenuListSearch.js +1 -1
- package/dist/components/Menu/MenuOption.js +1 -1
- package/dist/components/Menu/TabMenu.js +1 -1
- package/dist/components/Menu/VirtualizedMenuItems.js +1 -1
- package/dist/components/Menu/index.js +1 -1
- package/dist/components/Menu/useMenuSearch.js +1 -1
- package/dist/components/Metadata/MetaItem.js +1 -1
- package/dist/components/Metadata/MetaItemIcon.js +1 -1
- package/dist/components/Metadata/MetaTimestamp.js +1 -1
- package/dist/components/Metadata/Metadata.js +1 -1
- package/dist/components/Metadata/index.js +1 -1
- package/dist/components/Modal/Modal.js +1 -1
- package/dist/components/Modal/ModalBase.js +1 -1
- package/dist/components/Modal/ModalHeader.js +1 -1
- package/dist/components/Modal/ModalIcon.js +1 -1
- package/dist/components/Notifications/NotificationItem.js +1 -1
- package/dist/components/Notifications/NotificationItemBase.js +1 -1
- package/dist/components/Notifications/NotificationItemControls.js +1 -1
- package/dist/components/Notifications/NotificationItemIcon.js +1 -1
- package/dist/components/Page/AccordionSection.js +1 -1
- package/dist/components/Page/ContactButtons.js +1 -1
- package/dist/components/Page/ContactSection.js +1 -1
- package/dist/components/Page/PageMenu.js +1 -1
- package/dist/components/Page/PageNav.js +1 -1
- package/dist/components/Page/Section.js +1 -1
- package/dist/components/Pagination/Pagination.js +1 -1
- package/dist/components/ResourceListItem/ResourceListItem.js +1 -1
- package/dist/components/RootProvider/RootProvider.js +1 -1
- package/dist/components/RootProvider/index.js +1 -1
- package/dist/components/Search/SearchItem.js +1 -1
- package/dist/components/Searchbar/Autocomplete.js +1 -1
- package/dist/components/Searchbar/AutocompleteItem.js +1 -1
- package/dist/components/Searchbar/Searchbar.js +1 -1
- package/dist/components/Searchbar/SearchbarField.js +1 -1
- package/dist/components/Settings/SettingsItem.js +1 -1
- package/dist/components/Settings/SettingsItemBase.js +1 -1
- package/dist/components/Settings/SettingsList.js +1 -1
- package/dist/components/Settings/SettingsListVirtual.js +1 -1
- package/dist/components/Settings/SettingsModal.js +1 -1
- package/dist/components/Settings/SettingsSection.js +1 -1
- package/dist/components/Settings/UsedByLog.js +1 -1
- package/dist/components/Settings/UsedByLogItem.js +1 -1
- package/dist/components/Snackbar/SnackbarItem.js +1 -1
- package/dist/components/Timeline/Timeline.js +1 -1
- package/dist/components/Timeline/TimelineActivity.js +1 -1
- package/dist/components/Timeline/TimelineBase.js +1 -1
- package/dist/components/Timeline/TimelineFooter.js +1 -1
- package/dist/components/Timeline/TimelineHeader.js +1 -1
- package/dist/components/Timeline/TimelineIcon.js +1 -1
- package/dist/components/Timeline/TimelineSection.js +1 -1
- package/dist/components/Timeline/TimelineSegment.js +1 -1
- package/dist/components/Toolbar/DatepickerFilter.js +1 -1
- package/dist/components/Toolbar/SelectDateFilter.js +1 -1
- package/dist/components/Toolbar/Toolbar.js +1 -1
- package/dist/components/Toolbar/ToolbarFilter.js +1 -1
- package/dist/components/Toolbar/ToolbarFilterAddMenu.js +1 -1
- package/dist/components/Toolbar/ToolbarFilterButton.js +1 -1
- package/dist/components/Toolbar/ToolbarFilterMenu.js +1 -1
- package/dist/components/Toolbar/ToolbarMenu.js +1 -1
- package/dist/components/Toolbar/ToolbarSearch.js +1 -1
- package/dist/components/Toolbar/index.js +1 -1
- package/dist/components/Transmission/Transmission.js +1 -1
- package/dist/components/Transmission/TransmissionList.js +1 -1
- package/dist/components/Transmission/TransmissionType.js +1 -1
- package/dist/components/Typography/Heading.js +1 -1
- package/dist/components/Typography/index.js +1 -1
- package/dist/components/UserListItem/UserListItem.js +1 -1
- package/dist/components/index.js +1 -1
- package/dist/hooks/useAccountSelector.js +1 -1
- package/dist/index.js +1 -1
- package/dist/types/lib/components/AuthEvidence/AuthEvidence.d.ts +11 -0
- package/dist/types/lib/components/AuthEvidence/AuthEvidence.stories.d.ts +65 -0
- package/dist/types/lib/components/AuthEvidence/AuthEvidenceItem.d.ts +18 -0
- package/dist/types/lib/components/AuthEvidence/AuthEvidenceOwner.d.ts +8 -0
- package/dist/types/lib/components/AuthEvidence/AuthEvidenceParent.d.ts +9 -0
- package/dist/types/lib/components/AuthEvidence/AuthEvidenceService.d.ts +7 -0
- package/dist/types/lib/components/AuthEvidence/index.d.ts +5 -0
- package/dist/types/lib/components/Dialog/DialogActivityLog.stories.d.ts +18 -0
- package/dist/types/lib/components/Dialog/DialogHeader.d.ts +1 -1
- package/dist/types/lib/components/Dialog/DialogHeader.stories.d.ts +1 -1
- package/dist/types/lib/components/Dialog/DialogListItem.d.ts +1 -1
- package/dist/types/lib/components/Dialog/DialogMetadata.d.ts +3 -1
- package/dist/types/lib/components/Dialog/DialogMetadata.stories.d.ts +3 -1
- package/package.json +1 -1
|
@@ -3,7 +3,7 @@ import { useRef as B, Fragment as C } from "react";
|
|
|
3
3
|
import "../../index-p1eeF8LQ.js";
|
|
4
4
|
import { useMenu as P } from "../../hooks/useMenu.js";
|
|
5
5
|
import "../../tooltip-Ct39-719.js";
|
|
6
|
-
import "../../ToolbarSearch-
|
|
6
|
+
import "../../ToolbarSearch-DeQTx93w.js";
|
|
7
7
|
import "../Typography/Link.js";
|
|
8
8
|
import { MenuList as k } from "../Menu/MenuList.js";
|
|
9
9
|
import { MenuListItem as y } from "../Menu/MenuListItem.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as t } from "react/jsx-runtime";
|
|
2
|
-
import { j as n, B as e } from "../../ToolbarSearch-
|
|
2
|
+
import { j as n, B as e } from "../../ToolbarSearch-DeQTx93w.js";
|
|
3
3
|
import "../../index-p1eeF8LQ.js";
|
|
4
4
|
import "react";
|
|
5
5
|
import "../../tooltip-Ct39-719.js";
|
|
@@ -3,7 +3,7 @@ import { useState as g } from "react";
|
|
|
3
3
|
import "../../index-p1eeF8LQ.js";
|
|
4
4
|
import { useIsDesktop as h } from "../../hooks/useIsDesktop.js";
|
|
5
5
|
import "../../tooltip-Ct39-719.js";
|
|
6
|
-
import { w as I } from "../../ToolbarSearch-
|
|
6
|
+
import { w as I } from "../../ToolbarSearch-DeQTx93w.js";
|
|
7
7
|
import "../Typography/Link.js";
|
|
8
8
|
import "../Button/Button.js";
|
|
9
9
|
import "react-dom";
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { jsxs as k, jsx as e } from "react/jsx-runtime";
|
|
3
3
|
import { c as N } from "../../index-p1eeF8LQ.js";
|
|
4
4
|
import { useRef as v } from "react";
|
|
5
|
-
import { I as S, r as z, s as o } from "../../ToolbarSearch-
|
|
5
|
+
import { I as S, r as z, s as o } from "../../ToolbarSearch-DeQTx93w.js";
|
|
6
6
|
import "../../tooltip-Ct39-719.js";
|
|
7
7
|
import "../Typography/Link.js";
|
|
8
8
|
import { Button as l } from "../Button/Button.js";
|
|
@@ -3,7 +3,7 @@ import "../../index-p1eeF8LQ.js";
|
|
|
3
3
|
import { useState as b } from "react";
|
|
4
4
|
import "../../tooltip-Ct39-719.js";
|
|
5
5
|
import { Input as P } from "../Forms/Input.js";
|
|
6
|
-
import "../../ToolbarSearch-
|
|
6
|
+
import "../../ToolbarSearch-DeQTx93w.js";
|
|
7
7
|
import "../Typography/Link.js";
|
|
8
8
|
import "../Button/Button.js";
|
|
9
9
|
import "react-dom";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as t, jsx as a, Fragment as g } from "react/jsx-runtime";
|
|
2
|
-
import { i as u, H as c, B, p as C } from "../../ToolbarSearch-
|
|
2
|
+
import { i as u, H as c, B, p as C } from "../../ToolbarSearch-DeQTx93w.js";
|
|
3
3
|
import "../../index-p1eeF8LQ.js";
|
|
4
4
|
import "react";
|
|
5
5
|
import "../../tooltip-Ct39-719.js";
|
|
@@ -3,7 +3,7 @@ import { Fragment as f, createElement as g } from "react";
|
|
|
3
3
|
import "../../index-p1eeF8LQ.js";
|
|
4
4
|
import { useMenu as x } from "../../hooks/useMenu.js";
|
|
5
5
|
import "../../tooltip-Ct39-719.js";
|
|
6
|
-
import { H as h } from "../../ToolbarSearch-
|
|
6
|
+
import { H as h } from "../../ToolbarSearch-DeQTx93w.js";
|
|
7
7
|
import "../Typography/Link.js";
|
|
8
8
|
import "../Button/Button.js";
|
|
9
9
|
import { s as i } from "../../settlingsList.module-So3_AYgj.js";
|
|
@@ -5,7 +5,7 @@ import { useRef as h, useEffect as y } from "react";
|
|
|
5
5
|
import "../../index-p1eeF8LQ.js";
|
|
6
6
|
import { useMenu as L } from "../../hooks/useMenu.js";
|
|
7
7
|
import "../../tooltip-Ct39-719.js";
|
|
8
|
-
import { H as f } from "../../ToolbarSearch-
|
|
8
|
+
import { H as f } from "../../ToolbarSearch-DeQTx93w.js";
|
|
9
9
|
import "../Typography/Link.js";
|
|
10
10
|
import "../Button/Button.js";
|
|
11
11
|
import "react-dom";
|
|
@@ -2,7 +2,7 @@ import { jsxs as p, jsx as o } from "react/jsx-runtime";
|
|
|
2
2
|
import { createElement as u } from "react";
|
|
3
3
|
import "../../index-p1eeF8LQ.js";
|
|
4
4
|
import "../../tooltip-Ct39-719.js";
|
|
5
|
-
import "../../ToolbarSearch-
|
|
5
|
+
import "../../ToolbarSearch-DeQTx93w.js";
|
|
6
6
|
import "../Typography/Link.js";
|
|
7
7
|
import { Button as M } from "../Button/Button.js";
|
|
8
8
|
import { ButtonIcon as k } from "../Button/ButtonIcon.js";
|
|
@@ -2,7 +2,7 @@ import { jsx as c } from "react/jsx-runtime";
|
|
|
2
2
|
import "../../index-p1eeF8LQ.js";
|
|
3
3
|
import "react";
|
|
4
4
|
import "../../tooltip-Ct39-719.js";
|
|
5
|
-
import "../../ToolbarSearch-
|
|
5
|
+
import "../../ToolbarSearch-DeQTx93w.js";
|
|
6
6
|
import "../Typography/Link.js";
|
|
7
7
|
import "../Button/Button.js";
|
|
8
8
|
import "react-dom";
|
|
@@ -3,7 +3,7 @@ import { jsx as o, jsxs as a } from "react/jsx-runtime";
|
|
|
3
3
|
import { useState as y, createElement as B, useMemo as L, Fragment as S } from "react";
|
|
4
4
|
import "../../index-p1eeF8LQ.js";
|
|
5
5
|
import "../../tooltip-Ct39-719.js";
|
|
6
|
-
import "../../ToolbarSearch-
|
|
6
|
+
import "../../ToolbarSearch-DeQTx93w.js";
|
|
7
7
|
import "../Typography/Link.js";
|
|
8
8
|
import "../Button/Button.js";
|
|
9
9
|
import "react-dom";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as r, jsx as l } from "react/jsx-runtime";
|
|
2
|
-
import { a as n, B as c } from "../../ToolbarSearch-
|
|
2
|
+
import { a as n, B as c } from "../../ToolbarSearch-DeQTx93w.js";
|
|
3
3
|
import "../../index-p1eeF8LQ.js";
|
|
4
4
|
import "react";
|
|
5
5
|
import "../../tooltip-Ct39-719.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { jsxs as f, jsx as l } from "react/jsx-runtime";
|
|
3
3
|
import { c as p } from "../../index-p1eeF8LQ.js";
|
|
4
|
-
import { I as u, s as v } from "../../ToolbarSearch-
|
|
4
|
+
import { I as u, s as v } from "../../ToolbarSearch-DeQTx93w.js";
|
|
5
5
|
import a, { forwardRef as _ } from "react";
|
|
6
6
|
import "../../tooltip-Ct39-719.js";
|
|
7
7
|
import "../Typography/Link.js";
|
|
@@ -2,7 +2,7 @@ import { jsx as i } from "react/jsx-runtime";
|
|
|
2
2
|
import "../../index-p1eeF8LQ.js";
|
|
3
3
|
import "react";
|
|
4
4
|
import "../../tooltip-Ct39-719.js";
|
|
5
|
-
import "../../ToolbarSearch-
|
|
5
|
+
import "../../ToolbarSearch-DeQTx93w.js";
|
|
6
6
|
import "../Typography/Link.js";
|
|
7
7
|
import "../Button/Button.js";
|
|
8
8
|
import "react-dom";
|
|
@@ -2,7 +2,7 @@ import { jsxs as a, jsx as i } from "react/jsx-runtime";
|
|
|
2
2
|
import "../../index-p1eeF8LQ.js";
|
|
3
3
|
import "react";
|
|
4
4
|
import "../../tooltip-Ct39-719.js";
|
|
5
|
-
import { a as c } from "../../ToolbarSearch-
|
|
5
|
+
import { a as c } from "../../ToolbarSearch-DeQTx93w.js";
|
|
6
6
|
import { Typography as n } from "../Typography/Typography.js";
|
|
7
7
|
import "../Typography/Link.js";
|
|
8
8
|
import "../Button/Button.js";
|
|
@@ -2,7 +2,7 @@ import { jsxs as i, jsx as t } from "react/jsx-runtime";
|
|
|
2
2
|
import "../../index-p1eeF8LQ.js";
|
|
3
3
|
import "react";
|
|
4
4
|
import "../../tooltip-Ct39-719.js";
|
|
5
|
-
import "../../ToolbarSearch-
|
|
5
|
+
import "../../ToolbarSearch-DeQTx93w.js";
|
|
6
6
|
import "../Typography/Link.js";
|
|
7
7
|
import "../Button/Button.js";
|
|
8
8
|
import "react-dom";
|
|
@@ -2,7 +2,7 @@ import { jsx as i } from "react/jsx-runtime";
|
|
|
2
2
|
import "../../index-p1eeF8LQ.js";
|
|
3
3
|
import "react";
|
|
4
4
|
import "../../tooltip-Ct39-719.js";
|
|
5
|
-
import { a as l } from "../../ToolbarSearch-
|
|
5
|
+
import { a as l } from "../../ToolbarSearch-DeQTx93w.js";
|
|
6
6
|
import "../Typography/Link.js";
|
|
7
7
|
import "../Button/Button.js";
|
|
8
8
|
import "react-dom";
|
|
@@ -3,7 +3,7 @@ import "../../index-p1eeF8LQ.js";
|
|
|
3
3
|
import "react";
|
|
4
4
|
import { Skeleton as a } from "../Skeleton/Skeleton.js";
|
|
5
5
|
import "../../tooltip-Ct39-719.js";
|
|
6
|
-
import { a as c } from "../../ToolbarSearch-
|
|
6
|
+
import { a as c } from "../../ToolbarSearch-DeQTx93w.js";
|
|
7
7
|
import "../Typography/Link.js";
|
|
8
8
|
import "../Button/Button.js";
|
|
9
9
|
import "react-dom";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as o } from "react/jsx-runtime";
|
|
2
2
|
import { isValidElement as e } from "react";
|
|
3
3
|
import "../../index-p1eeF8LQ.js";
|
|
4
|
-
import { I as s, s as n, u as l } from "../../ToolbarSearch-
|
|
4
|
+
import { I as s, s as n, u as l } from "../../ToolbarSearch-DeQTx93w.js";
|
|
5
5
|
import { isAvatarProps as f, Avatar as c } from "../Avatar/Avatar.js";
|
|
6
6
|
import { isAvatarGroupProps as u, AvatarGroup as d } from "../Avatar/AvatarGroup.js";
|
|
7
7
|
import "../../tooltip-Ct39-719.js";
|
|
@@ -2,7 +2,7 @@ import { jsxs as T, jsx as t } from "react/jsx-runtime";
|
|
|
2
2
|
import "../../index-p1eeF8LQ.js";
|
|
3
3
|
import "react";
|
|
4
4
|
import "../../tooltip-Ct39-719.js";
|
|
5
|
-
import { a as c } from "../../ToolbarSearch-
|
|
5
|
+
import { a as c } from "../../ToolbarSearch-DeQTx93w.js";
|
|
6
6
|
import { Typography as j } from "../Typography/Typography.js";
|
|
7
7
|
import "../Typography/Link.js";
|
|
8
8
|
import "../Button/Button.js";
|
|
@@ -2,7 +2,7 @@ import { jsx as i, jsxs as a } from "react/jsx-runtime";
|
|
|
2
2
|
import "../../index-p1eeF8LQ.js";
|
|
3
3
|
import "react";
|
|
4
4
|
import "../../tooltip-Ct39-719.js";
|
|
5
|
-
import { a as S } from "../../ToolbarSearch-
|
|
5
|
+
import { a as S } from "../../ToolbarSearch-DeQTx93w.js";
|
|
6
6
|
import "../Typography/Link.js";
|
|
7
7
|
import "../Button/Button.js";
|
|
8
8
|
import "react-dom";
|
|
@@ -7,7 +7,7 @@ import "react";
|
|
|
7
7
|
import { Label as c } from "../Forms/Label.js";
|
|
8
8
|
import { Input as s } from "../Forms/Input.js";
|
|
9
9
|
import "../../index-p1eeF8LQ.js";
|
|
10
|
-
import { w as x, j as g } from "../../ToolbarSearch-
|
|
10
|
+
import { w as x, j as g } from "../../ToolbarSearch-DeQTx93w.js";
|
|
11
11
|
import "../Typography/Link.js";
|
|
12
12
|
import "../Button/Button.js";
|
|
13
13
|
import "react-dom";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as d } from "react/jsx-runtime";
|
|
2
2
|
import { useRef as A, useState as p, useCallback as C, useEffect as R } from "react";
|
|
3
|
-
import { M as x } from "../../ToolbarSearch-
|
|
3
|
+
import { M as x } from "../../ToolbarSearch-DeQTx93w.js";
|
|
4
4
|
import "../../index-p1eeF8LQ.js";
|
|
5
5
|
import "../../tooltip-Ct39-719.js";
|
|
6
6
|
import "../Typography/Link.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs as p, jsx as r } from "react/jsx-runtime";
|
|
2
2
|
import { ToolbarFilter as T } from "./ToolbarFilter.js";
|
|
3
|
-
import { T as l, t as x } from "../../ToolbarSearch-
|
|
3
|
+
import { T as l, t as x } from "../../ToolbarSearch-DeQTx93w.js";
|
|
4
4
|
import '../../assets/Toolbar.css';const z = "_toolbar_ibn1z_1", c = {
|
|
5
5
|
toolbar: z
|
|
6
6
|
}, u = ({ accountMenu: t, menus: m, search: a, filter: s, disabled: o, controls: b, children: e }) => /* @__PURE__ */ p("span", { className: c.toolbar, "data-size": "xs", children: [
|
|
@@ -3,7 +3,7 @@ import { useMemo as N, useState as O, createElement as y } from "react";
|
|
|
3
3
|
import { Button as E } from "../Button/Button.js";
|
|
4
4
|
import "../../index-p1eeF8LQ.js";
|
|
5
5
|
import "../../tooltip-Ct39-719.js";
|
|
6
|
-
import { s as X } from "../../ToolbarSearch-
|
|
6
|
+
import { s as X } from "../../ToolbarSearch-DeQTx93w.js";
|
|
7
7
|
import "../Typography/Link.js";
|
|
8
8
|
import "react-dom";
|
|
9
9
|
import "../GlobalMenu/GlobalMenuBase.js";
|
|
@@ -3,7 +3,7 @@ import { useRef as a, useEffect as y } from "react";
|
|
|
3
3
|
import { Button as v } from "../Button/Button.js";
|
|
4
4
|
import "../../index-p1eeF8LQ.js";
|
|
5
5
|
import "../../tooltip-Ct39-719.js";
|
|
6
|
-
import { g as w, M as x } from "../../ToolbarSearch-
|
|
6
|
+
import { g as w, M as x } from "../../ToolbarSearch-DeQTx93w.js";
|
|
7
7
|
import "../Typography/Link.js";
|
|
8
8
|
import { useDropdownMenuController as C } from "../Menu/useDropdownMenuController.js";
|
|
9
9
|
import "../GlobalMenu/GlobalMenuBase.js";
|
|
@@ -3,7 +3,7 @@ import { Button as t } from "../Button/Button.js";
|
|
|
3
3
|
import "../../index-p1eeF8LQ.js";
|
|
4
4
|
import "react";
|
|
5
5
|
import "../../tooltip-Ct39-719.js";
|
|
6
|
-
import { s as c, q as a } from "../../ToolbarSearch-
|
|
6
|
+
import { s as c, q as a } from "../../ToolbarSearch-DeQTx93w.js";
|
|
7
7
|
import "../Typography/Link.js";
|
|
8
8
|
import "react-dom";
|
|
9
9
|
import { Tooltip as h } from "../Tooltip/Tooltip.js";
|
|
@@ -2,7 +2,7 @@ import { jsx as n } from "react/jsx-runtime";
|
|
|
2
2
|
import { useRef as G, useEffect as H } from "react";
|
|
3
3
|
import "../../index-p1eeF8LQ.js";
|
|
4
4
|
import "../../tooltip-Ct39-719.js";
|
|
5
|
-
import { g as E, M as J } from "../../ToolbarSearch-
|
|
5
|
+
import { g as E, M as J } from "../../ToolbarSearch-DeQTx93w.js";
|
|
6
6
|
import "../Typography/Link.js";
|
|
7
7
|
import "../Button/Button.js";
|
|
8
8
|
import { useDropdownMenuController as K } from "../Menu/useDropdownMenuController.js";
|
|
@@ -3,7 +3,7 @@ import "react";
|
|
|
3
3
|
import "../Button/Button.js";
|
|
4
4
|
import "../../index-p1eeF8LQ.js";
|
|
5
5
|
import "../../tooltip-Ct39-719.js";
|
|
6
|
-
import { T as l } from "../../ToolbarSearch-
|
|
6
|
+
import { T as l } from "../../ToolbarSearch-DeQTx93w.js";
|
|
7
7
|
import "../Typography/Link.js";
|
|
8
8
|
import "../Menu/useDropdownMenuController.js";
|
|
9
9
|
import "../GlobalMenu/GlobalMenuBase.js";
|
|
@@ -2,7 +2,7 @@ import "react/jsx-runtime";
|
|
|
2
2
|
import "react";
|
|
3
3
|
import "../../tooltip-Ct39-719.js";
|
|
4
4
|
import "../../index-p1eeF8LQ.js";
|
|
5
|
-
import { t as h } from "../../ToolbarSearch-
|
|
5
|
+
import { t as h } from "../../ToolbarSearch-DeQTx93w.js";
|
|
6
6
|
import "../Typography/Link.js";
|
|
7
7
|
import "../Button/Button.js";
|
|
8
8
|
import "react-dom";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Toolbar as e } from "./Toolbar.js";
|
|
2
2
|
import { ToolbarFilter as l } from "./ToolbarFilter.js";
|
|
3
3
|
import { ToolbarFilterMenu as m } from "./ToolbarFilterMenu.js";
|
|
4
|
-
import { T as p, t as x } from "../../ToolbarSearch-
|
|
4
|
+
import { T as p, t as x } from "../../ToolbarSearch-DeQTx93w.js";
|
|
5
5
|
import { useFilter as T } from "./useFilter.js";
|
|
6
6
|
import { SelectDateFilter as i } from "./SelectDateFilter.js";
|
|
7
7
|
import { QueryLabel as s } from "./QueryLabel.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { jsx as t, jsxs as l, Fragment as x } from "react/jsx-runtime";
|
|
3
3
|
import { useState as g } from "react";
|
|
4
|
-
import { B as v } from "../../ToolbarSearch-
|
|
4
|
+
import { B as v } from "../../ToolbarSearch-DeQTx93w.js";
|
|
5
5
|
import "../../index-p1eeF8LQ.js";
|
|
6
6
|
import { AttachmentList as L } from "../Attachment/AttachmentList.js";
|
|
7
7
|
import "../../tooltip-Ct39-719.js";
|
|
@@ -2,7 +2,7 @@ import { jsx as i, jsxs as s } from "react/jsx-runtime";
|
|
|
2
2
|
import { createElement as l } from "react";
|
|
3
3
|
import "../../index-p1eeF8LQ.js";
|
|
4
4
|
import "../../tooltip-Ct39-719.js";
|
|
5
|
-
import { a } from "../../ToolbarSearch-
|
|
5
|
+
import { a } from "../../ToolbarSearch-DeQTx93w.js";
|
|
6
6
|
import "../Typography/Link.js";
|
|
7
7
|
import "../Button/Button.js";
|
|
8
8
|
import "react-dom";
|
|
@@ -3,7 +3,7 @@ import "../../index-p1eeF8LQ.js";
|
|
|
3
3
|
import "react";
|
|
4
4
|
import "../Skeleton/Skeleton.js";
|
|
5
5
|
import "../../tooltip-Ct39-719.js";
|
|
6
|
-
import { H as s } from "../../ToolbarSearch-
|
|
6
|
+
import { H as s } from "../../ToolbarSearch-DeQTx93w.js";
|
|
7
7
|
import "./useHighlightedText.js";
|
|
8
8
|
import "./Link.js";
|
|
9
9
|
import "../Button/Button.js";
|
package/dist/components/index.js
CHANGED
|
@@ -11,7 +11,7 @@ import { AccountNotificationSettings as A } from "./Account/AccountNotificationS
|
|
|
11
11
|
import { AccountOrganization as y } from "./Account/AccountOrganization.js";
|
|
12
12
|
import { AccountSelector as k } from "./AccountSelector/AccountSelector.js";
|
|
13
13
|
import { Alert as F } from "./Alert/Alert.js";
|
|
14
|
-
import { B as P, a as H, D as v, b as w, c as G, d as R, e as E, f as N, g as O, F as V, H as U, I as z, h as j, i as Q, M as q, j as J, k as K, l as W, m as X, n as Y, R as Z, S as _, T as $, t as oo, V as ro, u as eo, w as to } from "../ToolbarSearch-
|
|
14
|
+
import { B as P, a as H, D as v, b as w, c as G, d as R, e as E, f as N, g as O, F as V, H as U, I as z, h as j, i as Q, M as q, j as J, k as K, l as W, m as X, n as Y, R as Z, S as _, T as $, t as oo, V as ro, u as eo, w as to } from "../ToolbarSearch-DeQTx93w.js";
|
|
15
15
|
import { Banner as ao, BannerColorEnum as po, BannerVariantEnum as io } from "./Banner/Banner.js";
|
|
16
16
|
import { BookmarkSettingsItem as fo } from "./Bookmarks/BookmarkSettingsItem.js";
|
|
17
17
|
import { BookmarkSettingsList as no } from "./Bookmarks/BookmarkSettingsList.js";
|
|
@@ -2,7 +2,7 @@ import { jsx as S } from "react/jsx-runtime";
|
|
|
2
2
|
import { useRef as x, useMemo as z } from "react";
|
|
3
3
|
import "../index-p1eeF8LQ.js";
|
|
4
4
|
import "../tooltip-Ct39-719.js";
|
|
5
|
-
import "../ToolbarSearch-
|
|
5
|
+
import "../ToolbarSearch-DeQTx93w.js";
|
|
6
6
|
import "../components/Typography/Link.js";
|
|
7
7
|
import { Button as G } from "../components/Button/Button.js";
|
|
8
8
|
import "react-dom";
|
package/dist/index.js
CHANGED
|
@@ -11,7 +11,7 @@ import { AccountNotificationSettings as A } from "./components/Account/AccountNo
|
|
|
11
11
|
import { AccountOrganization as y } from "./components/Account/AccountOrganization.js";
|
|
12
12
|
import { AccountSelector as T } from "./components/AccountSelector/AccountSelector.js";
|
|
13
13
|
import { Alert as F } from "./components/Alert/Alert.js";
|
|
14
|
-
import { B as P, a as H, D as v, b as w, c as G, d as N, e as O, f as E, g as R, F as V, H as U, I as z, h as j, i as Q, M as K, j as q, k as J, l as W, m as X, n as Y, R as Z, S as _, T as $, t as oo, V as ro, u as eo, w as to } from "./ToolbarSearch-
|
|
14
|
+
import { B as P, a as H, D as v, b as w, c as G, d as N, e as O, f as E, g as R, F as V, H as U, I as z, h as j, i as Q, M as K, j as q, k as J, l as W, m as X, n as Y, R as Z, S as _, T as $, t as oo, V as ro, u as eo, w as to } from "./ToolbarSearch-DeQTx93w.js";
|
|
15
15
|
import { Banner as ao, BannerColorEnum as po, BannerVariantEnum as xo } from "./components/Banner/Banner.js";
|
|
16
16
|
import { BookmarkSettingsItem as fo } from "./components/Bookmarks/BookmarkSettingsItem.js";
|
|
17
17
|
import { BookmarkSettingsList as no } from "./components/Bookmarks/BookmarkSettingsList.js";
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { AuthEvidenceItemProps, AuthEvidenceOwnerProps, AuthEvidenceServiceProps } from '.';
|
|
2
|
+
export interface AuthEvidenceGroupProps {
|
|
3
|
+
title?: string;
|
|
4
|
+
}
|
|
5
|
+
export interface AuthEvidenceListProps {
|
|
6
|
+
owner?: AuthEvidenceOwnerProps;
|
|
7
|
+
service?: AuthEvidenceServiceProps;
|
|
8
|
+
items?: AuthEvidenceItemProps[];
|
|
9
|
+
groups?: Record<string, AuthEvidenceGroupProps>;
|
|
10
|
+
}
|
|
11
|
+
export declare const AuthEvidence: ({ owner, service, items, groups }: AuthEvidenceListProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import { StoryObj } from '@storybook/react-vite';
|
|
2
|
+
declare const meta: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: ({ owner, service, items, groups }: import('./AuthEvidence').AuthEvidenceListProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
tags: never[];
|
|
6
|
+
decorators: ((Story: import('storybook/internal/csf').PartialStoryFn<import('@storybook/react-vite').ReactRenderer, {
|
|
7
|
+
owner?: import('./AuthEvidenceOwner').AuthEvidenceOwnerProps | undefined;
|
|
8
|
+
service?: import('./AuthEvidenceService').AuthEvidenceServiceProps | undefined;
|
|
9
|
+
items?: import('./AuthEvidenceItem').AuthEvidenceItemProps[] | undefined;
|
|
10
|
+
groups?: Record<string, import('./AuthEvidence').AuthEvidenceGroupProps> | undefined;
|
|
11
|
+
}>) => import("react/jsx-runtime").JSX.Element)[];
|
|
12
|
+
args: {
|
|
13
|
+
owner: {
|
|
14
|
+
avatar: import('../Avatar').AvatarProps;
|
|
15
|
+
name: string;
|
|
16
|
+
};
|
|
17
|
+
service: {
|
|
18
|
+
title: string;
|
|
19
|
+
};
|
|
20
|
+
groups: {
|
|
21
|
+
package: {
|
|
22
|
+
title: string;
|
|
23
|
+
};
|
|
24
|
+
role: {
|
|
25
|
+
title: string;
|
|
26
|
+
};
|
|
27
|
+
resource: {
|
|
28
|
+
title: string;
|
|
29
|
+
};
|
|
30
|
+
instance: {
|
|
31
|
+
title: string;
|
|
32
|
+
};
|
|
33
|
+
};
|
|
34
|
+
items: ({
|
|
35
|
+
id: string;
|
|
36
|
+
groupId: string;
|
|
37
|
+
grantType: "role";
|
|
38
|
+
title: string;
|
|
39
|
+
} | {
|
|
40
|
+
id: string;
|
|
41
|
+
groupId: string;
|
|
42
|
+
grantType: "package";
|
|
43
|
+
title: string;
|
|
44
|
+
} | {
|
|
45
|
+
id: string;
|
|
46
|
+
groupId: string;
|
|
47
|
+
grantType: "resource";
|
|
48
|
+
title: string;
|
|
49
|
+
} | {
|
|
50
|
+
id: string;
|
|
51
|
+
groupId: string;
|
|
52
|
+
grantType: "instance";
|
|
53
|
+
title: string;
|
|
54
|
+
})[];
|
|
55
|
+
};
|
|
56
|
+
};
|
|
57
|
+
export default meta;
|
|
58
|
+
type Story = StoryObj<typeof meta>;
|
|
59
|
+
export declare const Default: Story;
|
|
60
|
+
export declare const Role: Story;
|
|
61
|
+
export declare const Package: Story;
|
|
62
|
+
export declare const Resource: Story;
|
|
63
|
+
export declare const ResourceExtended: Story;
|
|
64
|
+
export declare const Instance: Story;
|
|
65
|
+
export declare const InstanceExtended: Story;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
export declare enum AuthEvidenceTypeEnum {
|
|
3
|
+
role = "Role",
|
|
4
|
+
package = "AccessPackage",
|
|
5
|
+
resource = "ResourceDelegation",
|
|
6
|
+
instance = "InstanceDelegation"
|
|
7
|
+
}
|
|
8
|
+
export type AuthEvidenceType = keyof typeof AuthEvidenceTypeEnum | undefined;
|
|
9
|
+
export interface AuthEvidenceItemProps {
|
|
10
|
+
id: string;
|
|
11
|
+
groupId?: string;
|
|
12
|
+
grantType?: AuthEvidenceType;
|
|
13
|
+
variant?: 'default' | 'tinted';
|
|
14
|
+
controls?: ReactNode;
|
|
15
|
+
selected?: boolean;
|
|
16
|
+
title: string;
|
|
17
|
+
}
|
|
18
|
+
export declare const AuthEvidenceItem: ({ grantType, variant, controls, title }: AuthEvidenceItemProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { AvatarProps } from '../Avatar';
|
|
2
|
+
export interface AuthEvidenceOwnerProps {
|
|
3
|
+
avatar?: AvatarProps;
|
|
4
|
+
name?: string;
|
|
5
|
+
title?: string;
|
|
6
|
+
variant?: 'tinted';
|
|
7
|
+
}
|
|
8
|
+
export declare const AuthEvidenceOwner: ({ variant, avatar, title }: AuthEvidenceOwnerProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
import { AuthEvidenceOwnerProps, AuthEvidenceServiceProps } from './';
|
|
3
|
+
export interface AuthEvidenceParentProps {
|
|
4
|
+
variant?: 'tinted';
|
|
5
|
+
owner?: AuthEvidenceOwnerProps;
|
|
6
|
+
service?: AuthEvidenceServiceProps;
|
|
7
|
+
controls?: ReactNode;
|
|
8
|
+
}
|
|
9
|
+
export declare const AuthEvidenceParent: ({ variant, owner, service, controls }: AuthEvidenceParentProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { AvatarProps } from '../Avatar';
|
|
2
|
+
export interface AuthEvidenceServiceProps {
|
|
3
|
+
avatar?: AvatarProps;
|
|
4
|
+
title?: string;
|
|
5
|
+
variant?: 'tinted';
|
|
6
|
+
}
|
|
7
|
+
export declare const AuthEvidenceService: ({ variant, avatar, title }: AuthEvidenceServiceProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { StoryObj } from '@storybook/react-vite';
|
|
2
|
+
declare const meta: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: ({ title, items, open, onClose }: import('./DialogActivityLog.tsx').DialogActivityLogProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
tags: never[];
|
|
6
|
+
args: {
|
|
7
|
+
title: string;
|
|
8
|
+
items: import('./DialogHistorySegment.tsx').DialogHistorySegmentProps[];
|
|
9
|
+
maxItems?: number;
|
|
10
|
+
collapsible?: boolean;
|
|
11
|
+
expanded?: boolean;
|
|
12
|
+
expandLabel?: string;
|
|
13
|
+
collapseLabel?: string;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
export default meta;
|
|
17
|
+
type Story = StoryObj<typeof meta>;
|
|
18
|
+
export declare const Default: Story;
|
|
@@ -5,4 +5,4 @@ export interface DialogHeaderProps extends DialogMetadataProps {
|
|
|
5
5
|
/** Dialog title */
|
|
6
6
|
title: string;
|
|
7
7
|
}
|
|
8
|
-
export declare const DialogHeader: ({ loading, title, badge, status, extendedStatusLabel, draftsLabel, sentCount, receivedCount, updatedAt, updatedAtLabel, attachmentsCount, dueAt, dueAtLabel, archivedAt, archivedAtLabel, trashedAt, trashedAtLabel, activityLog, tooltips, }: DialogHeaderProps) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export declare const DialogHeader: ({ loading, title, badge, status, extendedStatusLabel, draftsLabel, sentCount, receivedCount, updatedAt, updatedAtLabel, attachmentsCount, dueAt, dueAtExpired, dueAtLabel, archivedAt, archivedAtLabel, trashedAt, trashedAtLabel, activityLog, tooltips, }: DialogHeaderProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { StoryObj } from '@storybook/react-vite';
|
|
2
2
|
declare const meta: {
|
|
3
3
|
title: string;
|
|
4
|
-
component: ({ loading, title, badge, status, extendedStatusLabel, draftsLabel, sentCount, receivedCount, updatedAt, updatedAtLabel, attachmentsCount, dueAt, dueAtLabel, archivedAt, archivedAtLabel, trashedAt, trashedAtLabel, activityLog, tooltips, }: import('./DialogHeader').DialogHeaderProps) => import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
component: ({ loading, title, badge, status, extendedStatusLabel, draftsLabel, sentCount, receivedCount, updatedAt, updatedAtLabel, attachmentsCount, dueAt, dueAtExpired, dueAtLabel, archivedAt, archivedAtLabel, trashedAt, trashedAtLabel, activityLog, tooltips, }: import('./DialogHeader').DialogHeaderProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
5
|
tags: string[];
|
|
6
6
|
parameters: {};
|
|
7
7
|
args: {
|
|
@@ -59,4 +59,4 @@ export interface DialogListItemProps extends ItemLinkProps, DialogMetadataProps
|
|
|
59
59
|
* summary, sender, and receiver.
|
|
60
60
|
* to mark the item as checked/unchecked and can visually indicate if it is unread.
|
|
61
61
|
*/
|
|
62
|
-
export declare const DialogListItem: import('react').MemoExoticComponent<({ as, size, variant, color, loading, controls, selectable, selected, status, extendedStatusLabel, sender, recipient, recipientLabel, grouped, updatedAt, updatedAtLabel, archived, archivedAt, archivedAtLabel, trashed, trashedAt, trashedAtLabel, badge, dueAt, dueAtLabel, unread, unreadLabel, unreadItems, unreadItemsLabel, seenByLog, draftsLabel, sentCount, receivedCount, attachmentsCount, attachmentsLabel, tooltips, title, description, summary, highlightWords, id, ...rest }: DialogListItemProps) => import("react/jsx-runtime").JSX.Element>;
|
|
62
|
+
export declare const DialogListItem: import('react').MemoExoticComponent<({ as, size, variant, color, loading, controls, selectable, selected, status, extendedStatusLabel, sender, recipient, recipientLabel, grouped, updatedAt, updatedAtLabel, archived, archivedAt, archivedAtLabel, trashed, trashedAt, trashedAtLabel, badge, dueAt, dueAtExpired, dueAtLabel, unread, unreadLabel, unreadItems, unreadItemsLabel, seenByLog, draftsLabel, sentCount, receivedCount, attachmentsCount, attachmentsLabel, tooltips, title, description, summary, highlightWords, id, ...rest }: DialogListItemProps) => import("react/jsx-runtime").JSX.Element>;
|
|
@@ -22,6 +22,8 @@ export type DialogMetadataProps = {
|
|
|
22
22
|
updatedAtLabel?: string;
|
|
23
23
|
/** Due date */
|
|
24
24
|
dueAt?: string;
|
|
25
|
+
/** Due date expired */
|
|
26
|
+
dueAtExpired?: boolean;
|
|
25
27
|
/** Due date label */
|
|
26
28
|
dueAtLabel?: string;
|
|
27
29
|
/** Dialog is moved to archive */
|
|
@@ -56,5 +58,5 @@ export type DialogMetadataProps = {
|
|
|
56
58
|
/**
|
|
57
59
|
* Metadata for a dialog in list view.
|
|
58
60
|
*/
|
|
59
|
-
export declare const DialogMetadata: ({ className, loading, status, sender, updatedAt, updatedAtLabel, dueAt, dueAtLabel, archivedAt, archivedAtLabel, trashedAt, trashedAtLabel, draftsLabel, sentCount, receivedCount, attachmentsCount, attachmentsLabel, transmissionsLabel, activityLog, extendedStatusLabel, tooltips, }: DialogMetadataProps) => import("react/jsx-runtime").JSX.Element;
|
|
61
|
+
export declare const DialogMetadata: ({ className, loading, status, sender, updatedAt, updatedAtLabel, dueAt, dueAtExpired, dueAtLabel, archivedAt, archivedAtLabel, trashedAt, trashedAtLabel, draftsLabel, sentCount, receivedCount, attachmentsCount, attachmentsLabel, transmissionsLabel, activityLog, extendedStatusLabel, tooltips, }: DialogMetadataProps) => import("react/jsx-runtime").JSX.Element;
|
|
60
62
|
export {};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { StoryObj } from '@storybook/react-vite';
|
|
2
2
|
declare const meta: {
|
|
3
3
|
title: string;
|
|
4
|
-
component: ({ className, loading, status, sender, updatedAt, updatedAtLabel, dueAt, dueAtLabel, archivedAt, archivedAtLabel, trashedAt, trashedAtLabel, draftsLabel, sentCount, receivedCount, attachmentsCount, attachmentsLabel, transmissionsLabel, activityLog, extendedStatusLabel, tooltips, }: import('./DialogMetadata').DialogMetadataProps) => import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
component: ({ className, loading, status, sender, updatedAt, updatedAtLabel, dueAt, dueAtExpired, dueAtLabel, archivedAt, archivedAtLabel, trashedAt, trashedAtLabel, draftsLabel, sentCount, receivedCount, attachmentsCount, attachmentsLabel, transmissionsLabel, activityLog, extendedStatusLabel, tooltips, }: import('./DialogMetadata').DialogMetadataProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
5
|
tags: string[];
|
|
6
6
|
parameters: {};
|
|
7
7
|
args: {
|
|
@@ -13,6 +13,8 @@ export default meta;
|
|
|
13
13
|
type Story = StoryObj<typeof meta>;
|
|
14
14
|
export declare const Draft: Story;
|
|
15
15
|
export declare const RequiresAttention: Story;
|
|
16
|
+
export declare const DueAt: Story;
|
|
17
|
+
export declare const DueAtExpired: Story;
|
|
16
18
|
export declare const InProgress: Story;
|
|
17
19
|
export declare const Completed: Story;
|
|
18
20
|
export declare const Archived: Story;
|