@altinn/altinn-components 0.24.4 → 0.24.6
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/README.md +16 -2
- package/dist/PersonCircle-DMwECpgW.js +25 -0
- package/dist/assets/AccountButton.css +1 -0
- package/dist/assets/EndUserLabel.css +1 -0
- package/dist/assets/GlobalMenuBase.css +1 -1
- package/dist/assets/MenuItemBase.css +1 -1
- package/dist/assets/MenuItemLabel.css +1 -1
- package/dist/components/Dropdown/DrawerBase.js +15 -8
- package/dist/components/Dropdown/DropdownBase.js +21 -21
- package/dist/components/GlobalMenu/AccountButton.js +34 -12
- package/dist/components/GlobalMenu/EndUserLabel.js +13 -0
- package/dist/components/GlobalMenu/GlobalMenu.js +68 -60
- package/dist/components/GlobalMenu/GlobalMenuBase.js +9 -9
- package/dist/components/GlobalMenu/index.js +10 -8
- package/dist/components/Header/LocaleSwitcher.js +24 -10
- package/dist/components/Menu/MenuItemBase.js +5 -5
- package/dist/components/Menu/MenuItemLabel.js +21 -10
- package/dist/components/Menu/MenuItems.js +24 -23
- package/dist/components/Toolbar/Toolbar.js +32 -31
- package/dist/components/index.js +252 -250
- package/dist/index.js +260 -258
- package/dist/types/lib/components/Dropdown/DrawerBase.d.ts +2 -1
- package/dist/types/lib/components/Dropdown/DropdownBase.d.ts +2 -1
- package/dist/types/lib/components/GlobalMenu/EndUserLabel.d.ts +5 -0
- package/dist/types/lib/components/GlobalMenu/GlobalMenu.d.ts +2 -1
- package/dist/types/lib/components/GlobalMenu/GlobalMenu.stories.d.ts +3 -1
- package/dist/types/lib/components/GlobalMenu/GlobalMenuBase.d.ts +3 -1
- package/dist/types/lib/components/GlobalMenu/index.d.ts +1 -0
- package/dist/types/lib/components/Menu/Examples.stories.d.ts +4 -0
- package/dist/types/lib/components/Menu/MenuItemLabel.d.ts +2 -1
- package/dist/types/lib/components/Menu/MenuItems.d.ts +3 -1
- package/package.json +1 -1
- package/dist/userMenuItems-vSWEGGu2.js +0 -84
package/dist/index.js
CHANGED
|
@@ -7,8 +7,8 @@ import { Badge as c } from "./components/Badge/Badge.js";
|
|
|
7
7
|
import { BookmarksListItem as l } from "./components/Bookmarks/BookmarksListItem.js";
|
|
8
8
|
import { EditableBookmark as L } from "./components/Bookmarks/EditableBookmark.js";
|
|
9
9
|
import { BookmarksSection as B } from "./components/Bookmarks/BookmarksSection.js";
|
|
10
|
-
import { ButtonBase as
|
|
11
|
-
import { ButtonLabel as
|
|
10
|
+
import { ButtonBase as I } from "./components/Button/ButtonBase.js";
|
|
11
|
+
import { ButtonLabel as S } from "./components/Button/ButtonLabel.js";
|
|
12
12
|
import { ButtonIcon as A } from "./components/Button/ButtonIcon.js";
|
|
13
13
|
import { Button as y } from "./components/Button/Button.js";
|
|
14
14
|
import { ComboButton as H } from "./components/Button/ComboButton.js";
|
|
@@ -17,9 +17,9 @@ import { Byline as F } from "./components/Byline/Byline.js";
|
|
|
17
17
|
import { ContextMenu as w } from "./components/ContextMenu/ContextMenu.js";
|
|
18
18
|
import { Dialog as G } from "./components/Dialog/Dialog.js";
|
|
19
19
|
import { DialogLayout as O } from "./components/Dialog/DialogLayout.js";
|
|
20
|
-
import { DialogHeader as
|
|
21
|
-
import { DialogBody as
|
|
22
|
-
import { DialogTabs as
|
|
20
|
+
import { DialogHeader as U } from "./components/Dialog/DialogHeader.js";
|
|
21
|
+
import { DialogBody as z } from "./components/Dialog/DialogBody.js";
|
|
22
|
+
import { DialogTabs as N } from "./components/Dialog/DialogTabs.js";
|
|
23
23
|
import { DialogSection as J } from "./components/Dialog/DialogSection.js";
|
|
24
24
|
import { DialogContact as W } from "./components/Dialog/DialogContact.js";
|
|
25
25
|
import { DialogHistory as Y } from "./components/Dialog/DialogHistory.js";
|
|
@@ -34,7 +34,7 @@ import { DialogActions as co } from "./components/Dialog/DialogActions.js";
|
|
|
34
34
|
import { DialogActivityLog as lo } from "./components/Dialog/DialogActivityLog.js";
|
|
35
35
|
import { DialogSeenBy as Lo } from "./components/Dialog/DialogSeenBy.js";
|
|
36
36
|
import { DialogSelect as Bo } from "./components/Dialog/DialogSelect.js";
|
|
37
|
-
import { DialogStatus as
|
|
37
|
+
import { DialogStatus as bo, DialogStatusEnum as So } from "./components/Dialog/DialogStatus.js";
|
|
38
38
|
import { DialogHeading as Ao } from "./components/Dialog/DialogHeading.js";
|
|
39
39
|
import { DialogTouchedBy as yo } from "./components/Dialog/DialogTouchedBy.js";
|
|
40
40
|
import { DialogAttachments as Ho } from "./components/Dialog/DialogAttachments.js";
|
|
@@ -43,9 +43,9 @@ import { DropdownBase as Fo } from "./components/Dropdown/DropdownBase.js";
|
|
|
43
43
|
import { Backdrop as wo } from "./components/Dropdown/Backdrop.js";
|
|
44
44
|
import { DrawerBase as Go } from "./components/Dropdown/DrawerBase.js";
|
|
45
45
|
import { DrawerHeader as Oo } from "./components/Dropdown/DrawerHeader.js";
|
|
46
|
-
import { DrawerFooter as
|
|
47
|
-
import { DrawerButton as
|
|
48
|
-
import { DrawerBody as
|
|
46
|
+
import { DrawerFooter as Uo } from "./components/Dropdown/DrawerFooter.js";
|
|
47
|
+
import { DrawerButton as zo } from "./components/Dropdown/DrawerButton.js";
|
|
48
|
+
import { DrawerBody as No } from "./components/Dropdown/DrawerBody.js";
|
|
49
49
|
import { DrawerOrDropdown as Jo } from "./components/Dropdown/DrawerOrDropdown.js";
|
|
50
50
|
import { Footer as Wo } from "./components/Footer/Footer.js";
|
|
51
51
|
import { AccountMenu as Yo } from "./components/GlobalMenu/AccountMenu.js";
|
|
@@ -53,128 +53,129 @@ import { GlobalMenu as _o } from "./components/GlobalMenu/GlobalMenu.js";
|
|
|
53
53
|
import { AccountButton as or } from "./components/GlobalMenu/AccountButton.js";
|
|
54
54
|
import { BackButton as er } from "./components/GlobalMenu/BackButton.js";
|
|
55
55
|
import { LogoutButton as mr } from "./components/GlobalMenu/LogoutButton.js";
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
98
|
-
import {
|
|
99
|
-
import {
|
|
100
|
-
import {
|
|
101
|
-
import {
|
|
102
|
-
import {
|
|
103
|
-
import {
|
|
104
|
-
import {
|
|
105
|
-
import {
|
|
106
|
-
import {
|
|
107
|
-
import {
|
|
108
|
-
import {
|
|
109
|
-
import {
|
|
110
|
-
import {
|
|
111
|
-
import {
|
|
112
|
-
import {
|
|
113
|
-
import {
|
|
114
|
-
import {
|
|
115
|
-
import {
|
|
116
|
-
import {
|
|
117
|
-
import {
|
|
118
|
-
import {
|
|
119
|
-
import {
|
|
120
|
-
import {
|
|
121
|
-
import {
|
|
122
|
-
import {
|
|
123
|
-
import {
|
|
124
|
-
import {
|
|
125
|
-
import {
|
|
126
|
-
import {
|
|
127
|
-
import {
|
|
128
|
-
import {
|
|
129
|
-
import {
|
|
130
|
-
import {
|
|
131
|
-
import {
|
|
132
|
-
import {
|
|
133
|
-
import {
|
|
134
|
-
import {
|
|
135
|
-
import {
|
|
136
|
-
import {
|
|
137
|
-
import {
|
|
138
|
-
import {
|
|
139
|
-
import {
|
|
140
|
-
import {
|
|
141
|
-
import {
|
|
142
|
-
import {
|
|
143
|
-
import {
|
|
144
|
-
import {
|
|
145
|
-
import {
|
|
146
|
-
import {
|
|
147
|
-
import {
|
|
148
|
-
import {
|
|
149
|
-
import {
|
|
150
|
-
import {
|
|
151
|
-
import {
|
|
152
|
-
import {
|
|
153
|
-
import {
|
|
154
|
-
import {
|
|
155
|
-
import {
|
|
156
|
-
import {
|
|
157
|
-
import {
|
|
158
|
-
import {
|
|
159
|
-
import {
|
|
160
|
-
import {
|
|
161
|
-
import {
|
|
56
|
+
import { EndUserLabel as pr } from "./components/GlobalMenu/EndUserLabel.js";
|
|
57
|
+
import { Header as fr } from "./components/Header/Header.js";
|
|
58
|
+
import { HeaderBase as ir } from "./components/Header/HeaderBase.js";
|
|
59
|
+
import { HeaderLogo as cr } from "./components/Header/HeaderLogo.js";
|
|
60
|
+
import { HeaderButton as lr } from "./components/Header/HeaderButton.js";
|
|
61
|
+
import { LocaleButton as Lr } from "./components/Header/LocaleButton.js";
|
|
62
|
+
import { LocaleSwitcher as Br } from "./components/Header/LocaleSwitcher.js";
|
|
63
|
+
import { Icon as Ir } from "./components/Icon/Icon.js";
|
|
64
|
+
import { CheckboxIcon as Sr } from "./components/Icon/CheckboxIcon.js";
|
|
65
|
+
import { RadioIcon as Ar } from "./components/Icon/RadioIcon.js";
|
|
66
|
+
import { ProgressIcon as yr } from "./components/Icon/ProgressIcon.js";
|
|
67
|
+
import { IconOrAvatar as Hr } from "./components/Icon/IconOrAvatar.js";
|
|
68
|
+
import { LayoutBase as Pr } from "./components/Layout/LayoutBase.js";
|
|
69
|
+
import { LayoutBody as Fr } from "./components/Layout/LayoutBody.js";
|
|
70
|
+
import { LayoutContent as wr } from "./components/Layout/LayoutContent.js";
|
|
71
|
+
import { LayoutSidebar as Gr } from "./components/Layout/LayoutSidebar.js";
|
|
72
|
+
import { Layout as Or } from "./components/Layout/Layout.js";
|
|
73
|
+
import { ActionHeader as Ur } from "./components/LayoutAction/ActionHeader.js";
|
|
74
|
+
import { ActionFooter as zr } from "./components/LayoutAction/ActionFooter.js";
|
|
75
|
+
import { LayoutAction as Nr } from "./components/LayoutAction/LayoutAction.js";
|
|
76
|
+
import { ListItemBase as Jr } from "./components/List/ListItemBase.js";
|
|
77
|
+
import { ListItemLink as Wr } from "./components/List/ListItemLink.js";
|
|
78
|
+
import { ListItemHeader as Yr } from "./components/List/ListItemHeader.js";
|
|
79
|
+
import { ListItemLabel as _r } from "./components/List/ListItemLabel.js";
|
|
80
|
+
import { ListItemIcon as oe } from "./components/List/ListItemIcon.js";
|
|
81
|
+
import { ListItemControls as ee } from "./components/List/ListItemControls.js";
|
|
82
|
+
import { ListItemSelect as me } from "./components/List/ListItemSelect.js";
|
|
83
|
+
import { ListItem as pe } from "./components/List/ListItem.js";
|
|
84
|
+
import { ListBase as fe } from "./components/List/ListBase.js";
|
|
85
|
+
import { List as ie } from "./components/List/List.js";
|
|
86
|
+
import { MenuItemBase as ce } from "./components/Menu/MenuItemBase.js";
|
|
87
|
+
import { MenuItemLabel as le } from "./components/Menu/MenuItemLabel.js";
|
|
88
|
+
import { MenuItemIcon as Le } from "./components/Menu/MenuItemIcon.js";
|
|
89
|
+
import { MenuItem as Be } from "./components/Menu/MenuItem.js";
|
|
90
|
+
import { MenuInputField as Ie } from "./components/Menu/MenuInputField.js";
|
|
91
|
+
import { MenuOption as Se } from "./components/Menu/MenuOption.js";
|
|
92
|
+
import { MenuSearch as Ae } from "./components/Menu/MenuSearch.js";
|
|
93
|
+
import { MenuHeader as ye } from "./components/Menu/MenuHeader.js";
|
|
94
|
+
import { MenuItems as He } from "./components/Menu/MenuItems.js";
|
|
95
|
+
import { MenuBase as Pe, MenuList as Ce, MenuListItem as Fe } from "./components/Menu/MenuBase.js";
|
|
96
|
+
import { Menu as we } from "./components/Menu/Menu.js";
|
|
97
|
+
import { MetaBase as Ge } from "./components/Meta/MetaBase.js";
|
|
98
|
+
import { MetaList as Oe, MetaListItem as Qe } from "./components/Meta/MetaList.js";
|
|
99
|
+
import { MetaItemBase as je } from "./components/Meta/MetaItemBase.js";
|
|
100
|
+
import { MetaItemMedia as Ke } from "./components/Meta/MetaItemMedia.js";
|
|
101
|
+
import { MetaItemLabel as qe } from "./components/Meta/MetaItemLabel.js";
|
|
102
|
+
import { MetaItem as Ve } from "./components/Meta/MetaItem.js";
|
|
103
|
+
import { MetaProgress as Xe } from "./components/Meta/MetaProgress.js";
|
|
104
|
+
import { MetaTimestamp as Ze } from "./components/Meta/MetaTimestamp.js";
|
|
105
|
+
import { RootProvider as $e, useRootContext as ot } from "./components/RootProvider/RootProvider.js";
|
|
106
|
+
import { Searchbar as et } from "./components/Search/Searchbar.js";
|
|
107
|
+
import { SearchbarBase as mt } from "./components/Search/SearchbarBase.js";
|
|
108
|
+
import { SearchField as pt } from "./components/Search/SearchField.js";
|
|
109
|
+
import { AutocompleteBase as ft } from "./components/Search/AutocompleteBase.js";
|
|
110
|
+
import { AutocompleteGroup as it } from "./components/Search/AutocompleteGroup.js";
|
|
111
|
+
import { Autocomplete as ct } from "./components/Search/Autocomplete.js";
|
|
112
|
+
import { AutocompleteItem as lt } from "./components/Search/AutocompleteItem.js";
|
|
113
|
+
import { ScopeListItem as Lt } from "./components/Search/ScopeListItem.js";
|
|
114
|
+
import { SuggestListItem as Bt } from "./components/Search/SuggestListItem.js";
|
|
115
|
+
import { QueryItem as It, QueryLabel as bt } from "./components/Search/QueryLabel.js";
|
|
116
|
+
import { Snackbar as Mt } from "./components/Snackbar/Snackbar.js";
|
|
117
|
+
import { SnackbarColorEnum as kt, SnackbarItem as yt } from "./components/Snackbar/SnackbarItem.js";
|
|
118
|
+
import { SnackbarDuration as Ht, SnackbarProvider as ht, useSnackbar as Pt } from "./components/Snackbar/useSnackbar.js";
|
|
119
|
+
import { Skeleton as Ft } from "./components/Skeleton/Skeleton.js";
|
|
120
|
+
import { Timeline as wt } from "./components/Timeline/Timeline.js";
|
|
121
|
+
import { TimelineSegment as Gt } from "./components/Timeline/TimelineSegment.js";
|
|
122
|
+
import { TimelineActivity as Ot } from "./components/Timeline/TimelineActivity.js";
|
|
123
|
+
import { TimelineBase as Ut } from "./components/Timeline/TimelineBase.js";
|
|
124
|
+
import { TimelineSection as zt } from "./components/Timeline/TimelineSection.js";
|
|
125
|
+
import { TimelineHeader as Nt } from "./components/Timeline/TimelineHeader.js";
|
|
126
|
+
import { TimelineFooter as Jt } from "./components/Timeline/TimelineFooter.js";
|
|
127
|
+
import { TimelineLink as Wt } from "./components/Timeline/TimelineLink.js";
|
|
128
|
+
import { ToolbarBase as Yt } from "./components/Toolbar/ToolbarBase.js";
|
|
129
|
+
import { ToolbarButton as _t } from "./components/Toolbar/ToolbarButton.js";
|
|
130
|
+
import { Toolbar as om } from "./components/Toolbar/Toolbar.js";
|
|
131
|
+
import { ToolbarSearch as em } from "./components/Toolbar/ToolbarSearch.js";
|
|
132
|
+
import { ToolbarFilter as mm } from "./components/Toolbar/ToolbarFilter.js";
|
|
133
|
+
import { ToolbarDaterange as pm } from "./components/Toolbar/ToolbarDaterange.js";
|
|
134
|
+
import { PageBase as fm } from "./components/Page/PageBase.js";
|
|
135
|
+
import { PageNav as im } from "./components/Page/PageNav.js";
|
|
136
|
+
import { PageMenu as cm } from "./components/Page/PageMenu.js";
|
|
137
|
+
import { PageTabs as lm } from "./components/Page/PageTabs.js";
|
|
138
|
+
import { PageHeader as Lm } from "./components/Page/PageHeader.js";
|
|
139
|
+
import { Article as Bm } from "./components/Page/Article.js";
|
|
140
|
+
import { Section as Im } from "./components/Page/Section.js";
|
|
141
|
+
import { Flex as Sm } from "./components/Page/Flex.js";
|
|
142
|
+
import { Grid as Am } from "./components/Page/Grid.js";
|
|
143
|
+
import { Breadcrumbs as ym } from "./components/Page/Breadcrumbs.js";
|
|
144
|
+
import { BreadcrumbsLink as Hm } from "./components/Page/BreadcrumbsLink.js";
|
|
145
|
+
import { ContactSection as Pm } from "./components/Page/ContactSection.js";
|
|
146
|
+
import { Transmission as Fm } from "./components/Transmission/Transmission.js";
|
|
147
|
+
import { TransmissionList as wm } from "./components/Transmission/TransmissionList.js";
|
|
148
|
+
import { Typography as Gm } from "./components/Typography/Typography.js";
|
|
149
|
+
import { Heading as Om } from "./components/Typography/Heading.js";
|
|
150
|
+
import { ResourceList as Um } from "./components/ResourceList/ResourceList.js";
|
|
151
|
+
import { ResourceListItem as zm } from "./components/ResourceList/ResourceListItem.js";
|
|
152
|
+
import { AccessAreaListItem as Nm } from "./components/AccessAreaList/AccessAreaListItem.js";
|
|
153
|
+
import { AccessAreaList as Jm } from "./components/AccessAreaList/AccessAreaList.js";
|
|
154
|
+
import { AccessPackageListItem as Wm } from "./components/AccessPackageList/AccessPackageListItem.js";
|
|
155
|
+
import { AccessPackageList as Ym } from "./components/AccessPackageList/AccessPackageList.js";
|
|
156
|
+
import { FieldBase as _m } from "./components/TextField/FieldBase.js";
|
|
157
|
+
import { InputBase as oa } from "./components/TextField/InputBase.js";
|
|
158
|
+
import { TextField as ea } from "./components/TextField/TextField.js";
|
|
159
|
+
import { useClickOutside as ma } from "./hooks/useClickOutside.js";
|
|
160
|
+
import { useEscapeKey as pa } from "./hooks/useEscapeKey.js";
|
|
161
|
+
import { useMenu as fa } from "./hooks/useMenu.js";
|
|
162
|
+
import { A as ia, B as na, a as ca, C as ua, b as la, c as Da, D as La, d as ga, H as Ba, L as da, e as Ia, f as ba, P as Sa, g as Ma, h as Aa, S as ka, i as ya, j as Ta, T as Ha, u as ha } from "./usePagination-CBMPUKt_.js";
|
|
162
163
|
export {
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
164
|
+
Jm as AccessAreaList,
|
|
165
|
+
Nm as AccessAreaListItem,
|
|
166
|
+
Ym as AccessPackageList,
|
|
167
|
+
Wm as AccessPackageListItem,
|
|
167
168
|
or as AccountButton,
|
|
168
169
|
Yo as AccountMenu,
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
170
|
+
zr as ActionFooter,
|
|
171
|
+
Ur as ActionHeader,
|
|
172
|
+
Bm as Article,
|
|
172
173
|
m as AttachmentLink,
|
|
173
174
|
p as AttachmentList,
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
175
|
+
ct as Autocomplete,
|
|
176
|
+
ft as AutocompleteBase,
|
|
177
|
+
it as AutocompleteGroup,
|
|
178
|
+
lt as AutocompleteItem,
|
|
178
179
|
f as Avatar,
|
|
179
180
|
i as AvatarGroup,
|
|
180
181
|
er as BackButton,
|
|
@@ -182,25 +183,25 @@ export {
|
|
|
182
183
|
c as Badge,
|
|
183
184
|
l as BookmarksListItem,
|
|
184
185
|
B as BookmarksSection,
|
|
185
|
-
|
|
186
|
-
|
|
186
|
+
ym as Breadcrumbs,
|
|
187
|
+
Hm as BreadcrumbsLink,
|
|
187
188
|
y as Button,
|
|
188
|
-
|
|
189
|
+
I as ButtonBase,
|
|
189
190
|
A as ButtonIcon,
|
|
190
|
-
|
|
191
|
+
S as ButtonLabel,
|
|
191
192
|
F as Byline,
|
|
192
|
-
|
|
193
|
+
Sr as CheckboxIcon,
|
|
193
194
|
H as ComboButton,
|
|
194
|
-
|
|
195
|
+
Pm as ContactSection,
|
|
195
196
|
w as ContextMenu,
|
|
196
197
|
G as Dialog,
|
|
197
198
|
co as DialogActions,
|
|
198
199
|
lo as DialogActivityLog,
|
|
199
200
|
Ho as DialogAttachments,
|
|
200
|
-
|
|
201
|
+
z as DialogBody,
|
|
201
202
|
io as DialogByline,
|
|
202
203
|
W as DialogContact,
|
|
203
|
-
|
|
204
|
+
U as DialogHeader,
|
|
204
205
|
Ao as DialogHeading,
|
|
205
206
|
Y as DialogHistory,
|
|
206
207
|
oo as DialogHistoryItem,
|
|
@@ -213,140 +214,141 @@ export {
|
|
|
213
214
|
J as DialogSection,
|
|
214
215
|
Lo as DialogSeenBy,
|
|
215
216
|
Bo as DialogSelect,
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
217
|
+
bo as DialogStatus,
|
|
218
|
+
So as DialogStatusEnum,
|
|
219
|
+
N as DialogTabs,
|
|
219
220
|
yo as DialogTouchedBy,
|
|
220
221
|
Go as DrawerBase,
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
222
|
+
No as DrawerBody,
|
|
223
|
+
zo as DrawerButton,
|
|
224
|
+
Uo as DrawerFooter,
|
|
224
225
|
Oo as DrawerHeader,
|
|
225
226
|
Jo as DrawerOrDropdown,
|
|
226
227
|
Fo as DropdownBase,
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
228
|
+
ia as DsAlert,
|
|
229
|
+
na as DsBadge,
|
|
230
|
+
ca as DsButton,
|
|
231
|
+
ua as DsCheckbox,
|
|
232
|
+
la as DsChip,
|
|
233
|
+
Da as DsCombobox,
|
|
234
|
+
La as DsDetails,
|
|
235
|
+
ga as DsDialog,
|
|
236
|
+
Ba as DsHeading,
|
|
237
|
+
da as DsLink,
|
|
238
|
+
Ia as DsListItem,
|
|
239
|
+
ba as DsListUnordered,
|
|
240
|
+
Sa as DsPagination,
|
|
241
|
+
Ma as DsParagraph,
|
|
242
|
+
Aa as DsPopover,
|
|
243
|
+
ka as DsSearch,
|
|
244
|
+
ya as DsSkeleton,
|
|
245
|
+
Ta as DsSpinner,
|
|
246
|
+
Ha as DsTabs,
|
|
246
247
|
L as EditableBookmark,
|
|
247
|
-
|
|
248
|
-
|
|
248
|
+
pr as EndUserLabel,
|
|
249
|
+
_m as FieldBase,
|
|
250
|
+
Sm as Flex,
|
|
249
251
|
Wo as Footer,
|
|
250
252
|
_o as GlobalMenu,
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
253
|
+
Am as Grid,
|
|
254
|
+
fr as Header,
|
|
255
|
+
ir as HeaderBase,
|
|
256
|
+
lr as HeaderButton,
|
|
257
|
+
cr as HeaderLogo,
|
|
258
|
+
Om as Heading,
|
|
259
|
+
Ir as Icon,
|
|
258
260
|
P as IconButton,
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
261
|
+
Hr as IconOrAvatar,
|
|
262
|
+
oa as InputBase,
|
|
263
|
+
Or as Layout,
|
|
264
|
+
Nr as LayoutAction,
|
|
265
|
+
Pr as LayoutBase,
|
|
266
|
+
Fr as LayoutBody,
|
|
267
|
+
wr as LayoutContent,
|
|
268
|
+
Gr as LayoutSidebar,
|
|
269
|
+
ie as List,
|
|
270
|
+
fe as ListBase,
|
|
271
|
+
pe as ListItem,
|
|
272
|
+
Jr as ListItemBase,
|
|
273
|
+
ee as ListItemControls,
|
|
274
|
+
Yr as ListItemHeader,
|
|
275
|
+
oe as ListItemIcon,
|
|
276
|
+
_r as ListItemLabel,
|
|
277
|
+
Wr as ListItemLink,
|
|
278
|
+
me as ListItemSelect,
|
|
279
|
+
Lr as LocaleButton,
|
|
280
|
+
Br as LocaleSwitcher,
|
|
279
281
|
mr as LogoutButton,
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
282
|
+
we as Menu,
|
|
283
|
+
Pe as MenuBase,
|
|
284
|
+
ye as MenuHeader,
|
|
285
|
+
Ie as MenuInputField,
|
|
286
|
+
Be as MenuItem,
|
|
287
|
+
ce as MenuItemBase,
|
|
288
|
+
Le as MenuItemIcon,
|
|
289
|
+
le as MenuItemLabel,
|
|
290
|
+
He as MenuItems,
|
|
291
|
+
Ce as MenuList,
|
|
292
|
+
Fe as MenuListItem,
|
|
293
|
+
Se as MenuOption,
|
|
294
|
+
Ae as MenuSearch,
|
|
295
|
+
Ge as MetaBase,
|
|
296
|
+
Ve as MetaItem,
|
|
297
|
+
je as MetaItemBase,
|
|
298
|
+
qe as MetaItemLabel,
|
|
299
|
+
Ke as MetaItemMedia,
|
|
300
|
+
Oe as MetaList,
|
|
301
|
+
Qe as MetaListItem,
|
|
302
|
+
Xe as MetaProgress,
|
|
303
|
+
Ze as MetaTimestamp,
|
|
304
|
+
fm as PageBase,
|
|
305
|
+
Lm as PageHeader,
|
|
306
|
+
cm as PageMenu,
|
|
307
|
+
im as PageNav,
|
|
308
|
+
lm as PageTabs,
|
|
309
|
+
yr as ProgressIcon,
|
|
310
|
+
It as QueryItem,
|
|
311
|
+
bt as QueryLabel,
|
|
312
|
+
Ar as RadioIcon,
|
|
313
|
+
Um as ResourceList,
|
|
314
|
+
zm as ResourceListItem,
|
|
315
|
+
$e as RootProvider,
|
|
316
|
+
Lt as ScopeListItem,
|
|
317
|
+
pt as SearchField,
|
|
318
|
+
et as Searchbar,
|
|
319
|
+
mt as SearchbarBase,
|
|
320
|
+
Im as Section,
|
|
319
321
|
Po as SeenByLog,
|
|
320
322
|
e as SizeEnum,
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
323
|
+
Ft as Skeleton,
|
|
324
|
+
Mt as Snackbar,
|
|
325
|
+
kt as SnackbarColorEnum,
|
|
326
|
+
Ht as SnackbarDuration,
|
|
327
|
+
yt as SnackbarItem,
|
|
328
|
+
ht as SnackbarProvider,
|
|
329
|
+
Bt as SuggestListItem,
|
|
330
|
+
ea as TextField,
|
|
331
|
+
wt as Timeline,
|
|
332
|
+
Ot as TimelineActivity,
|
|
333
|
+
Ut as TimelineBase,
|
|
334
|
+
Jt as TimelineFooter,
|
|
335
|
+
Nt as TimelineHeader,
|
|
336
|
+
Wt as TimelineLink,
|
|
337
|
+
zt as TimelineSection,
|
|
338
|
+
Gt as TimelineSegment,
|
|
339
|
+
om as Toolbar,
|
|
340
|
+
Yt as ToolbarBase,
|
|
341
|
+
_t as ToolbarButton,
|
|
342
|
+
pm as ToolbarDaterange,
|
|
343
|
+
mm as ToolbarFilter,
|
|
344
|
+
em as ToolbarSearch,
|
|
345
|
+
Fm as Transmission,
|
|
346
|
+
wm as TransmissionList,
|
|
347
|
+
Gm as Typography,
|
|
348
|
+
ma as useClickOutside,
|
|
349
|
+
ha as useDsPagination,
|
|
350
|
+
pa as useEscapeKey,
|
|
351
|
+
fa as useMenu,
|
|
352
|
+
ot as useRootContext,
|
|
353
|
+
Pt as useSnackbar
|
|
352
354
|
};
|
|
@@ -7,5 +7,6 @@ export interface DrawerBaseProps {
|
|
|
7
7
|
open?: boolean;
|
|
8
8
|
className?: string;
|
|
9
9
|
children?: ReactNode;
|
|
10
|
+
as?: 'nav' | 'div';
|
|
10
11
|
}
|
|
11
|
-
export declare const DrawerBase: ({ layout, placement, open, className, children }: DrawerBaseProps) => import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
export declare const DrawerBase: ({ layout, placement, open, className, children, as, }: DrawerBaseProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -9,5 +9,6 @@ export interface DropdownBaseProps {
|
|
|
9
9
|
className?: string;
|
|
10
10
|
children?: ReactNode;
|
|
11
11
|
onClose?: () => void;
|
|
12
|
+
as?: 'nav' | 'div' | 'menu';
|
|
12
13
|
}
|
|
13
|
-
export declare const DropdownBase: ({ layout, placement, padding, open, className, children, onClose, }: DropdownBaseProps) => import("react/jsx-runtime").JSX.Element;
|
|
14
|
+
export declare const DropdownBase: ({ layout, placement, padding, open, className, children, onClose, as, }: DropdownBaseProps) => import("react/jsx-runtime").JSX.Element;
|