@altinn/altinn-components 0.33.0 → 0.33.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/dist/assets/ActionFooter.css +1 -1
- package/dist/assets/ActionHeader.css +1 -1
- package/dist/assets/DialogListItem.css +1 -1
- package/dist/components/Account/AccountList.js +20 -15
- package/dist/components/Dialog/DialogListItem.js +48 -46
- package/dist/components/LayoutAction/ActionFooter.js +1 -1
- package/dist/components/LayoutAction/ActionHeader.js +7 -7
- package/dist/components/Modal/ModalBase.js +2 -2
- package/dist/types/lib/components/Account/AccountList.d.ts +3 -1
- package/dist/types/lib/components/Account/AccountList.stories.d.ts +4 -3
- package/dist/types/lib/stories/Admin/Settings.stories.d.ts +1 -0
- package/dist/types/lib/stories/Admin.stories.d.ts +9 -9
- package/dist/types/lib/stories/Profile/Settings.stories.d.ts +1 -0
- package/dist/types/lib/stories/Profile.stories.d.ts +1 -0
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._footer_fteo0_1{position:fixed;z-index:10;top:auto;right:0;bottom:0;left:0;display:flex;flex-direction:column;row-gap:.5rem;padding:1rem}._footer_fteo0_1{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transform:translateY(0)}._footer_fteo0_1[aria-hidden=true]{transform:translateY(100%)}._footer_fteo0_1[aria-hidden=true] *{display:none}@media (min-width: 1024px){._footer_fteo0_1{align-items:center}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._header_f05a9_1{position:fixed;z-index:10;top:0;right:0;bottom:auto;left:0}._header_f05a9_1{background-color:var(--ds-color-base-default);color:var(--ds-color-base-contrast-default);height:76px}._header_f05a9_1{display:flex;align-items:center;justify-content:space-between;padding:1rem}._header_f05a9_1{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transform:translateY(0)}._header_f05a9_1[aria-hidden=true]{transform:translateY(-100%)}._header_f05a9_1[aria-hidden=true] *{display:none}._title_f05a9_38{font-size:1rem;font-weight:400;margin:0 .5rem}._dismiss_f05a9_44[data-variant=solid]{border-color:var(--ds-theme-contrast-subtle)}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._border_1n3p9_1{pointer-events:none;border-left:.25rem solid;border-color:var(--dsc-border-color);display:flex;flex-direction:column;margin-top:.25em;margin-bottom:.25em;--dsc-item-my: 0;--dsc-border-color: var(--ds-color-neutral-surface-tinted);--dsc-title-weight: 400;--dsc-title-font-size: 1rem;--dsc-title-line-height: 1.25;--dsc-summary-font-size: .875rem}._border_1n3p9_1[data-selected=true]{--dsc-border-color: var(--ds-color-surface-tinted)}._border_1n3p9_1[data-unread=true]{--dsc-border-color: var(--ds-color-surface-active);--dsc-title-weight: 600}._border_1n3p9_1[data-trashed=true] ._title_1n3p9_27{text-decoration:line-through}._border_1n3p9_1[data-size=xs],._border_1n3p9_1[data-size=sm]{width:100%;flex-direction:row;align-items:center;padding-left:.75rem}._border_1n3p9_1[data-size=md]{padding-left:.75rem;row-gap:.5rem}._border_1n3p9_1[data-size=lg]{--dsc-title-font-size: 1.25rem;--dsc-summary-font-size: 1rem;padding-left:.875rem;row-gap:.875rem}._border_1n3p9_1[data-size=xl]{--dsc-title-font-size: 1.25rem;--dsc-summary-font-size: 1rem;padding-left:1rem;row-gap:1rem}._controls_1n3p9_58{position:absolute;top:0;right:0;margin:.25em}._header_1n3p9_65{position:relative;display:flex;flex-direction:column;row-gap:.25rem}._header_1n3p9_65[data-size=xs],._header_1n3p9_65[data-size=sm]{display:flex;flex-direction:row}._summary_1n3p9_78{font-size:var(--dsc-summary-font-size);font-weight:400;line-height:1.375;color:var(--ds-color-neutral-text-subtle);display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;margin:0}._footer_1n3p9_92{width:100%}._seenBy_1n3p9_96{position:absolute;right:0;bottom:0;margin-right:-.5rem}._heading_1n3p9_103{padding-right:1.25rem;display:inline-flex;align-items:center;column-gap:.5em}._title_1n3p9_27{font-size:var(--dsc-title-font-size);font-weight:var(--dsc-title-font-weight);line-height:var(--dsc-title-line-height);margin:0}._title_1n3p9_27[data-size=md],._title_1n3p9_27[data-size=lg],._title_1n3p9_27[data-size=xl]{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}
|
|
@@ -1,24 +1,29 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { Fragment as
|
|
1
|
+
import { jsxs as l, jsx as n } from "react/jsx-runtime";
|
|
2
|
+
import { Fragment as u, createElement as p } from "react";
|
|
3
3
|
import "../../index-L8X2o7IH.js";
|
|
4
|
-
import { AccountListItem as
|
|
4
|
+
import { AccountListItem as f } from "./AccountListItem.js";
|
|
5
5
|
import "../RootProvider/RootProvider.js";
|
|
6
|
-
import { Typography as
|
|
7
|
-
import { Heading as
|
|
6
|
+
import { Typography as y } from "../Typography/Typography.js";
|
|
7
|
+
import { Heading as d } from "../Typography/Heading.js";
|
|
8
8
|
import "../Searchbar/AutocompleteBase.js";
|
|
9
9
|
import { List as m } from "../List/List.js";
|
|
10
10
|
import "../Snackbar/useSnackbar.js";
|
|
11
11
|
import { Section as h } from "../Page/Section.js";
|
|
12
|
-
const
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
12
|
+
const H = ({
|
|
13
|
+
items: t,
|
|
14
|
+
groups: i,
|
|
15
|
+
emptyTitle: g = "Ingen treff",
|
|
16
|
+
emptyDescription: s = "Søket ga ingen treff"
|
|
17
|
+
}) => !t || t.length === 0 ? /* @__PURE__ */ l(h, { children: [
|
|
18
|
+
/* @__PURE__ */ n(d, { size: "lg", children: g }),
|
|
19
|
+
/* @__PURE__ */ n(y, { children: s })
|
|
20
|
+
] }) : i ? /* @__PURE__ */ n(h, { spacing: 6, children: Object.entries(i).map(([r, a]) => {
|
|
21
|
+
const { title: o } = a, c = t.filter((e) => e.groupId === r && !e.hidden);
|
|
22
|
+
return c.length === 0 ? null : /* @__PURE__ */ l(u, { children: [
|
|
23
|
+
o && /* @__PURE__ */ n(d, { size: "lg", children: o }),
|
|
24
|
+
/* @__PURE__ */ n(m, { children: c.map((e) => /* @__PURE__ */ p(f, { ...e, key: e.id })) })
|
|
20
25
|
] }, r);
|
|
21
|
-
}) }) : /* @__PURE__ */
|
|
26
|
+
}) }) : /* @__PURE__ */ n(m, { children: t.filter((r) => !(r != null && r.hidden)).map((r) => /* @__PURE__ */ p(f, { ...r, key: r.id })) });
|
|
22
27
|
export {
|
|
23
|
-
|
|
28
|
+
H as AccountList
|
|
24
29
|
};
|
|
@@ -5,14 +5,14 @@ import { Skeleton as K } from "../Skeleton/Skeleton.js";
|
|
|
5
5
|
import { Badge as O } from "../Badge/Badge.js";
|
|
6
6
|
import "../RootProvider/RootProvider.js";
|
|
7
7
|
import { Heading as P } from "../Typography/Heading.js";
|
|
8
|
-
import { DialogMetadata as
|
|
8
|
+
import { DialogMetadata as B } from "./DialogMetadata.js";
|
|
9
9
|
import { DialogByline as Q } from "./DialogByline.js";
|
|
10
10
|
import { SeenByLogButton as T } from "./SeenByLogButton.js";
|
|
11
11
|
import "../Searchbar/AutocompleteBase.js";
|
|
12
12
|
import { ListItemLabel as U } from "../List/ListItemLabel.js";
|
|
13
|
-
import { ListItem as
|
|
13
|
+
import { ListItem as g } from "../List/ListItem.js";
|
|
14
14
|
import "../Snackbar/useSnackbar.js";
|
|
15
|
-
import '../../assets/DialogListItem.css';const W = "
|
|
15
|
+
import '../../assets/DialogListItem.css';const W = "_border_1n3p9_1", X = "_title_1n3p9_27", Y = "_controls_1n3p9_58", Z = "_header_1n3p9_65", $ = "_summary_1n3p9_78", u = "_footer_1n3p9_92", A = "_seenBy_1n3p9_96", z = "_heading_1n3p9_103", e = {
|
|
16
16
|
border: W,
|
|
17
17
|
title: X,
|
|
18
18
|
controls: Y,
|
|
@@ -25,17 +25,17 @@ import '../../assets/DialogListItem.css';const W = "_border_1ij7d_1", X = "_titl
|
|
|
25
25
|
size: r = "xl",
|
|
26
26
|
state: aa = "normal",
|
|
27
27
|
loading: o,
|
|
28
|
-
controls:
|
|
28
|
+
controls: L,
|
|
29
29
|
select: ra,
|
|
30
|
-
selected:
|
|
30
|
+
selected: n,
|
|
31
31
|
status: t,
|
|
32
32
|
sender: c,
|
|
33
|
-
recipient:
|
|
34
|
-
recipientLabel:
|
|
35
|
-
grouped:
|
|
36
|
-
updatedAt:
|
|
37
|
-
updatedAtLabel:
|
|
38
|
-
archived:
|
|
33
|
+
recipient: D,
|
|
34
|
+
recipientLabel: I = "to",
|
|
35
|
+
grouped: j = !1,
|
|
36
|
+
updatedAt: p,
|
|
37
|
+
updatedAtLabel: _,
|
|
38
|
+
archived: h,
|
|
39
39
|
archivedAt: w,
|
|
40
40
|
archivedAtLabel: S,
|
|
41
41
|
trashed: f,
|
|
@@ -44,7 +44,7 @@ import '../../assets/DialogListItem.css';const W = "_border_1ij7d_1", X = "_titl
|
|
|
44
44
|
badge: b,
|
|
45
45
|
dueAt: M,
|
|
46
46
|
dueAtLabel: R,
|
|
47
|
-
unread:
|
|
47
|
+
unread: i,
|
|
48
48
|
seenBy: V,
|
|
49
49
|
seenByLog: l,
|
|
50
50
|
draftsLabel: q,
|
|
@@ -52,63 +52,65 @@ import '../../assets/DialogListItem.css';const W = "_border_1ij7d_1", X = "_titl
|
|
|
52
52
|
receivedCount: E,
|
|
53
53
|
attachmentsCount: F,
|
|
54
54
|
attachmentsLabel: G,
|
|
55
|
-
title:
|
|
56
|
-
description:
|
|
57
|
-
summary:
|
|
55
|
+
title: m,
|
|
56
|
+
description: v,
|
|
57
|
+
summary: d,
|
|
58
58
|
variant: J = "default",
|
|
59
|
-
id:
|
|
60
|
-
...
|
|
59
|
+
id: x,
|
|
60
|
+
...N
|
|
61
61
|
}) => {
|
|
62
|
-
const
|
|
62
|
+
const y = n ? "tinted" : J;
|
|
63
63
|
return r === "xs" || r === "sm" ? /* @__PURE__ */ a(
|
|
64
|
-
|
|
64
|
+
g,
|
|
65
65
|
{
|
|
66
|
-
...
|
|
67
|
-
id:
|
|
66
|
+
...N,
|
|
67
|
+
id: x,
|
|
68
68
|
size: r,
|
|
69
|
-
selected:
|
|
70
|
-
variant:
|
|
71
|
-
ariaLabel:
|
|
69
|
+
selected: n,
|
|
70
|
+
variant: y,
|
|
71
|
+
ariaLabel: m,
|
|
72
72
|
label: /* @__PURE__ */ a(
|
|
73
73
|
"div",
|
|
74
74
|
{
|
|
75
75
|
className: e.border,
|
|
76
76
|
"data-status": t == null ? void 0 : t.value,
|
|
77
|
+
"data-selected": n,
|
|
77
78
|
"data-size": r,
|
|
78
|
-
"data-unread":
|
|
79
|
-
"data-archived":
|
|
79
|
+
"data-unread": i,
|
|
80
|
+
"data-archived": h,
|
|
80
81
|
"data-trashed": f,
|
|
81
82
|
"data-loading": o,
|
|
82
|
-
children: /* @__PURE__ */ a(U, { loading: o, size: r, title:
|
|
83
|
+
children: /* @__PURE__ */ a(U, { loading: o, size: r, title: m, description: d || v })
|
|
83
84
|
}
|
|
84
85
|
),
|
|
85
|
-
badge: /* @__PURE__ */ a(
|
|
86
|
-
title:
|
|
86
|
+
badge: /* @__PURE__ */ a(B, { loading: o, sender: c, updatedAt: p, updatedAtLabel: _ }),
|
|
87
|
+
title: m
|
|
87
88
|
}
|
|
88
89
|
) : /* @__PURE__ */ a(
|
|
89
|
-
|
|
90
|
+
g,
|
|
90
91
|
{
|
|
91
|
-
...
|
|
92
|
-
id:
|
|
92
|
+
...N,
|
|
93
|
+
id: x,
|
|
93
94
|
size: r,
|
|
94
|
-
selected:
|
|
95
|
-
variant:
|
|
96
|
-
controls: /* @__PURE__ */ a("div", { className: e.controls, children:
|
|
97
|
-
title:
|
|
95
|
+
selected: n,
|
|
96
|
+
variant: y,
|
|
97
|
+
controls: /* @__PURE__ */ a("div", { className: e.controls, children: L }),
|
|
98
|
+
title: m,
|
|
98
99
|
label: /* @__PURE__ */ s(
|
|
99
100
|
"div",
|
|
100
101
|
{
|
|
101
102
|
className: e.border,
|
|
103
|
+
"data-selected": n,
|
|
102
104
|
"data-status": t == null ? void 0 : t.value,
|
|
103
105
|
"data-size": r,
|
|
104
|
-
"data-unread":
|
|
105
|
-
"data-archived":
|
|
106
|
+
"data-unread": i,
|
|
107
|
+
"data-archived": h,
|
|
106
108
|
"data-trashed": f,
|
|
107
109
|
"data-loading": o,
|
|
108
110
|
children: [
|
|
109
111
|
/* @__PURE__ */ s("header", { className: e.header, "data-size": r, children: [
|
|
110
112
|
/* @__PURE__ */ s("span", { className: e.heading, children: [
|
|
111
|
-
/* @__PURE__ */ a(P, { weight:
|
|
113
|
+
/* @__PURE__ */ a(P, { weight: i ? "bold" : "normal", loading: o, maxRows: 2, className: e.title, children: m }),
|
|
112
114
|
b && /* @__PURE__ */ a(O, { variant: "tinted", size: "xs", ...b })
|
|
113
115
|
] }),
|
|
114
116
|
/* @__PURE__ */ a(
|
|
@@ -117,15 +119,15 @@ import '../../assets/DialogListItem.css';const W = "_border_1ij7d_1", X = "_titl
|
|
|
117
119
|
size: "xs",
|
|
118
120
|
loading: o,
|
|
119
121
|
sender: c,
|
|
120
|
-
recipient:
|
|
121
|
-
recipientLabel:
|
|
122
|
-
grouped:
|
|
122
|
+
recipient: D,
|
|
123
|
+
recipientLabel: I,
|
|
124
|
+
grouped: j
|
|
123
125
|
}
|
|
124
126
|
),
|
|
125
|
-
r === "xl" &&
|
|
127
|
+
r === "xl" && d && /* @__PURE__ */ a(K, { loading: o, children: /* @__PURE__ */ a("p", { "data-size": r, className: e.summary, children: d || v }) })
|
|
126
128
|
] }),
|
|
127
129
|
/* @__PURE__ */ a(
|
|
128
|
-
|
|
130
|
+
B,
|
|
129
131
|
{
|
|
130
132
|
className: e.footer,
|
|
131
133
|
loading: o,
|
|
@@ -133,8 +135,8 @@ import '../../assets/DialogListItem.css';const W = "_border_1ij7d_1", X = "_titl
|
|
|
133
135
|
draftsLabel: q,
|
|
134
136
|
sentCount: C,
|
|
135
137
|
receivedCount: E,
|
|
136
|
-
updatedAt:
|
|
137
|
-
updatedAtLabel:
|
|
138
|
+
updatedAt: p,
|
|
139
|
+
updatedAtLabel: _,
|
|
138
140
|
archivedAt: w,
|
|
139
141
|
archivedAtLabel: S,
|
|
140
142
|
trashedAt: k,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as e } from "react/jsx-runtime";
|
|
2
|
-
import '../../assets/ActionFooter.css';const r = "
|
|
2
|
+
import '../../assets/ActionFooter.css';const r = "_footer_fteo0_1", s = {
|
|
3
3
|
footer: r
|
|
4
4
|
}, n = ({ hidden: o = !1, children: t }) => /* @__PURE__ */ e("footer", { className: s.footer, "aria-hidden": o, children: t });
|
|
5
5
|
export {
|
|
@@ -7,21 +7,21 @@ import { Heading as l } from "../Typography/Heading.js";
|
|
|
7
7
|
import "../Searchbar/AutocompleteBase.js";
|
|
8
8
|
import "../Snackbar/useSnackbar.js";
|
|
9
9
|
import { S as p } from "../../XMark-DIqxCTTQ.js";
|
|
10
|
-
import '../../assets/ActionHeader.css';const h = "
|
|
10
|
+
import '../../assets/ActionHeader.css';const h = "_header_f05a9_1", _ = "_title_f05a9_38", f = "_dismiss_f05a9_44", t = {
|
|
11
11
|
header: h,
|
|
12
12
|
title: _,
|
|
13
13
|
dismiss: f
|
|
14
|
-
},
|
|
14
|
+
}, H = ({
|
|
15
15
|
color: s,
|
|
16
16
|
theme: i,
|
|
17
17
|
hidden: r = !1,
|
|
18
|
-
title:
|
|
19
|
-
dismissable:
|
|
18
|
+
title: a,
|
|
19
|
+
dismissable: o = !0,
|
|
20
20
|
dismissIconAltText: m = "Close",
|
|
21
21
|
onDismiss: d
|
|
22
22
|
}) => /* @__PURE__ */ n("header", { className: t.header, "aria-hidden": r, "data-color": s, "data-theme": i, children: [
|
|
23
|
-
/* @__PURE__ */ e(l, { size: "sm", className: t.title, children:
|
|
24
|
-
|
|
23
|
+
/* @__PURE__ */ e(l, { size: "sm", className: t.title, children: a }),
|
|
24
|
+
o && /* @__PURE__ */ e(
|
|
25
25
|
c,
|
|
26
26
|
{
|
|
27
27
|
icon: p,
|
|
@@ -34,5 +34,5 @@ import '../../assets/ActionHeader.css';const h = "_header_7fwyg_1", _ = "_title_
|
|
|
34
34
|
)
|
|
35
35
|
] });
|
|
36
36
|
export {
|
|
37
|
-
|
|
37
|
+
H as ActionHeader
|
|
38
38
|
};
|
|
@@ -17,8 +17,8 @@ import '../../assets/ModalBase.css';const R = "_modal_zkvhc_1", z = "_content_zk
|
|
|
17
17
|
backdropColor: v = "inherit",
|
|
18
18
|
size: h,
|
|
19
19
|
color: E,
|
|
20
|
-
padding: k,
|
|
21
|
-
spacing: y,
|
|
20
|
+
padding: k = 0,
|
|
21
|
+
spacing: y = 0,
|
|
22
22
|
variant: b = "default"
|
|
23
23
|
}) => {
|
|
24
24
|
const r = S(null);
|
|
@@ -6,5 +6,7 @@ export interface AccountListGroupProps {
|
|
|
6
6
|
export interface AccountListProps {
|
|
7
7
|
items: AccountListItemProps[];
|
|
8
8
|
groups?: Record<string, AccountListGroupProps>;
|
|
9
|
+
emptyTitle?: string;
|
|
10
|
+
emptyDescription?: string;
|
|
9
11
|
}
|
|
10
|
-
export declare const AccountList: ({ items, groups }: AccountListProps) => import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
export declare const AccountList: ({ items, groups, emptyTitle, emptyDescription, }: AccountListProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -3,7 +3,7 @@ import { ChangeEvent } from 'react';
|
|
|
3
3
|
import { AccountListItemProps, AccountListProps } from '..';
|
|
4
4
|
declare const meta: {
|
|
5
5
|
title: string;
|
|
6
|
-
component: ({ items, groups }: AccountListProps) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
component: ({ items, groups, emptyTitle, emptyDescription, }: AccountListProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
7
|
tags: string[];
|
|
8
8
|
parameters: {};
|
|
9
9
|
args: AccountListProps;
|
|
@@ -21,10 +21,11 @@ interface AccountDetailsProps extends AccountListItemProps {
|
|
|
21
21
|
phone?: string;
|
|
22
22
|
address?: string;
|
|
23
23
|
onChange?: (e: ChangeEvent<HTMLInputElement>) => void;
|
|
24
|
+
onModal?: (id: string, type: string) => void;
|
|
24
25
|
}
|
|
25
26
|
export declare const AccountToolbar: ({ id, type, isCurrentEndUser, favourite, onToggleFavourite }: AccountDetailsProps) => import("react/jsx-runtime").JSX.Element;
|
|
26
27
|
export declare const NotificationSettings: ({ smsAlerts, emailAlerts, email, phone, onClick, }: AccountDetailsProps) => import("react/jsx-runtime").JSX.Element;
|
|
27
|
-
export declare const CompanyDetails: ({ id, parentId, uniqueId, title, description, icon, onChange, ...props }: AccountDetailsProps) => import("react/jsx-runtime").JSX.Element;
|
|
28
|
+
export declare const CompanyDetails: ({ id, parentId, uniqueId, title, description, icon, onChange, onModal, ...props }: AccountDetailsProps) => import("react/jsx-runtime").JSX.Element;
|
|
28
29
|
export declare const PersonDetails: ({ id, uniqueId, isCurrentEndUser, address, ...props }: AccountDetailsProps) => import("react/jsx-runtime").JSX.Element;
|
|
29
|
-
export declare const UserDetails: ({ id, uniqueId, phone, address, email, ...props }: AccountDetailsProps) => import("react/jsx-runtime").JSX.Element;
|
|
30
|
+
export declare const UserDetails: ({ id, uniqueId, phone, address, email, onModal, ...props }: AccountDetailsProps) => import("react/jsx-runtime").JSX.Element;
|
|
30
31
|
export declare const GroupDetails: ({ id, accountIds }: AccountDetailsProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -7,4 +7,5 @@ declare const meta: {
|
|
|
7
7
|
export default meta;
|
|
8
8
|
export declare const PrimarySettings: () => import("react/jsx-runtime").JSX.Element;
|
|
9
9
|
export declare const SecondarySettings: () => import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
export declare const AccountantSettings: () => import("react/jsx-runtime").JSX.Element;
|
|
10
11
|
export declare const RoleSettings: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -7,12 +7,12 @@ declare const meta: {
|
|
|
7
7
|
args: {};
|
|
8
8
|
};
|
|
9
9
|
export default meta;
|
|
10
|
-
export declare const
|
|
11
|
-
export declare const
|
|
12
|
-
export declare const
|
|
13
|
-
export declare const
|
|
14
|
-
export declare const
|
|
15
|
-
export declare const
|
|
16
|
-
export declare const
|
|
17
|
-
export declare const
|
|
18
|
-
export declare const
|
|
10
|
+
export declare const DashboardPage: () => import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
export declare const UsersPage: () => import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
export declare const AccessPage: () => import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
export declare const RequestsPage: () => import("react/jsx-runtime").JSX.Element;
|
|
14
|
+
export declare const ApiSettingsPage: () => import("react/jsx-runtime").JSX.Element;
|
|
15
|
+
export declare const ReverseAccessPage: () => import("react/jsx-runtime").JSX.Element;
|
|
16
|
+
export declare const ClientAdminPage: () => import("react/jsx-runtime").JSX.Element;
|
|
17
|
+
export declare const SettingsPage: () => import("react/jsx-runtime").JSX.Element;
|
|
18
|
+
export declare const ActivityLogPage: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -8,6 +8,7 @@ export default meta;
|
|
|
8
8
|
export declare const DashboardSettings: () => import("react/jsx-runtime").JSX.Element;
|
|
9
9
|
export declare const ContactSettings: () => import("react/jsx-runtime").JSX.Element;
|
|
10
10
|
export declare const MoreSettings: () => import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
export declare const ContactProfiles: () => import("react/jsx-runtime").JSX.Element;
|
|
11
12
|
export declare const NotificationSettings: () => import("react/jsx-runtime").JSX.Element;
|
|
12
13
|
export declare const EtceteraSettings: () => import("react/jsx-runtime").JSX.Element;
|
|
13
14
|
export declare const CollapsibleSettings: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -13,4 +13,5 @@ export declare const UsersPage: () => import("react/jsx-runtime").JSX.Element;
|
|
|
13
13
|
export declare const AccessPage: () => import("react/jsx-runtime").JSX.Element;
|
|
14
14
|
export declare const SettingsPage: () => import("react/jsx-runtime").JSX.Element;
|
|
15
15
|
export declare const NotificationsPage: () => import("react/jsx-runtime").JSX.Element;
|
|
16
|
+
export declare const AddressesPage: () => import("react/jsx-runtime").JSX.Element;
|
|
16
17
|
export declare const ActivityLogPage: () => import("react/jsx-runtime").JSX.Element;
|