@plumile/backoffice-react 0.1.152 → 0.1.154
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/lib/esm/components/backoffice/detail/backofficeDetailRelationLink.css.js +1 -0
- package/lib/esm/components/backoffice/filters/backofficeFilterAction.css.js +0 -1
- package/lib/esm/pages/BackofficeDashboardPage.helpers.js +2 -2
- package/lib/esm/pages/BackofficeDashboardPage.helpers.js.map +1 -1
- package/lib/esm/pages/BackofficeDashboardPage.js +38 -51
- package/lib/esm/pages/BackofficeDashboardPage.js.map +1 -1
- package/lib/esm/pages/BackofficeDashboardWidgetContent.js +97 -100
- package/lib/esm/pages/BackofficeDashboardWidgetContent.js.map +1 -1
- package/lib/esm/pages/BackofficeEntityDetailPage.js +269 -251
- package/lib/esm/pages/BackofficeEntityDetailPage.js.map +1 -1
- package/lib/esm/pages/BackofficeEntityDetailPage.view-helpers.js +1 -1
- package/lib/esm/pages/BackofficeEntityDetailPage.view-helpers.js.map +1 -1
- package/lib/types/pages/BackofficeDashboardPage.d.ts.map +1 -1
- package/lib/types/pages/BackofficeDashboardPage.helpers.d.ts +0 -4
- package/lib/types/pages/BackofficeDashboardPage.helpers.d.ts.map +1 -1
- package/lib/types/pages/BackofficeDashboardWidgetContent.d.ts +1 -2
- package/lib/types/pages/BackofficeDashboardWidgetContent.d.ts.map +1 -1
- package/lib/types/pages/BackofficeEntityDetailPage.d.ts.map +1 -1
- package/lib/types/pages/BackofficeEntityDetailPage.view-helpers.d.ts +2 -2
- package/lib/types/pages/BackofficeEntityDetailPage.view-helpers.d.ts.map +1 -1
- package/package.json +14 -14
|
@@ -1,244 +1,262 @@
|
|
|
1
1
|
import { useBackofficeReactTranslation as e } from "../i18n/useBackofficeReactTranslation.js";
|
|
2
2
|
import { resolveMutationOutcome as t } from "../relay/mutationResult.js";
|
|
3
3
|
import { useBackofficeConfig as n } from "../provider/BackofficeConfigContext.js";
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
4
|
+
import { BackofficeErrorBoundary as r } from "../components/backoffice/errors/BackofficeErrorBoundary.js";
|
|
5
|
+
import { resolveToastSpec as i, resolveToastViewActions as a } from "../components/backoffice/actions/toastViewAction.js";
|
|
6
|
+
import { LazyBackofficeEntityActionFormDialog as o } from "../components/backoffice/actions/LazyBackofficeEntityActionFormDialog.js";
|
|
7
|
+
import { buildDataTableColumns as s } from "../components/backoffice/columns/buildDataTableColumns.js";
|
|
8
|
+
import { BackofficeDetailBadgeRow as c } from "../components/backoffice/detail/BackofficeDetailBadgeRow.js";
|
|
9
|
+
import { BackofficeDetailFlagTag as l } from "../components/backoffice/detail/BackofficeDetailFlagTag.js";
|
|
10
|
+
import { BackofficeDetailTaggedValue as u } from "../components/backoffice/detail/BackofficeDetailTaggedValue.js";
|
|
11
|
+
import { BackofficeLifecycleTimelineSection as d } from "../components/backoffice/detail/BackofficeLifecycleTimelineSection.js";
|
|
12
|
+
import { BackofficeRelationsSummaryGrid as f } from "../components/backoffice/detail/BackofficeRelationsSummaryGrid.js";
|
|
12
13
|
import { BackofficeRightPageLayout as ee } from "../components/backoffice/layout/breadcrumb/BackofficeRightPageLayout.js";
|
|
13
14
|
import { buildEntityDetailBreadcrumb as te } from "../components/backoffice/layout/breadcrumb/buildBreadcrumbs.js";
|
|
14
|
-
import { BackofficeEntityDetailScaffold as
|
|
15
|
-
import { useBackofficeFormats as
|
|
16
|
-
import { useRelayEnvironment as
|
|
17
|
-
import { resolveVisibleDetailPages as
|
|
18
|
-
import { useBackofficeEntityDetailLayoutContext as
|
|
19
|
-
import { BackofficeRedirect as
|
|
20
|
-
import { extractMutationPayload as
|
|
21
|
-
import { headerActions as
|
|
22
|
-
import { buildTabsItems as
|
|
23
|
-
import { buildFieldItems as
|
|
24
|
-
import { useContext as
|
|
25
|
-
import { Fragment as
|
|
26
|
-
import { useTranslation as
|
|
27
|
-
import { Button as
|
|
28
|
-
import { commitMutation as
|
|
29
|
-
import { useToast as
|
|
30
|
-
import
|
|
31
|
-
import { FormattedDate as
|
|
32
|
-
import { BACKOFFICE_DATE_TIME_OPTIONS as
|
|
33
|
-
import
|
|
34
|
-
import { Tag as
|
|
35
|
-
import { buildBackofficeFallbackListHref as
|
|
36
|
-
import { BackofficeDetailSection as
|
|
37
|
-
import { BackofficePayloadViewer as
|
|
38
|
-
import { setWhereValue as
|
|
39
|
-
import { BackofficePageHeader as
|
|
40
|
-
import { AuditTimeline as
|
|
41
|
-
import { MetricCard as
|
|
42
|
-
import { MetricTileGroup as
|
|
43
|
-
import { Tabs as
|
|
44
|
-
import { DetailPageTemplate as
|
|
45
|
-
import { DataTable as
|
|
46
|
-
import { LinkButton as
|
|
47
|
-
import { BackofficeKeyValueList as
|
|
48
|
-
import { BackofficeRelationsMenu as
|
|
49
|
-
import { BackofficeScopeStack as
|
|
50
|
-
import { ChatCheckSvg as
|
|
51
|
-
import { KeyOffSvg as
|
|
52
|
-
import { KeySvg as
|
|
53
|
-
import { LockOpenSvg as
|
|
54
|
-
import { LockSvg as
|
|
55
|
-
import { RobotCheckSvg as
|
|
56
|
-
import { RobotXSvg as
|
|
57
|
-
import { RocketOffSvg as
|
|
58
|
-
import { RocketSvg as
|
|
59
|
-
import { SettingsCheckSvg as
|
|
15
|
+
import { BackofficeEntityDetailScaffold as p } from "../components/backoffice/scaffolds/BackofficeEntityDetailScaffold.js";
|
|
16
|
+
import { useBackofficeFormats as m } from "../i18n/useBackofficeFormats.js";
|
|
17
|
+
import { useRelayEnvironment as ne } from "../relay/useRelayEnvironment.js";
|
|
18
|
+
import { resolveVisibleDetailPages as h } from "./detail/pageResolution.js";
|
|
19
|
+
import { useBackofficeEntityDetailLayoutContext as g } from "./detail/BackofficeEntityDetailLayoutContext.js";
|
|
20
|
+
import { BackofficeRedirect as _ } from "./BackofficeRedirect.js";
|
|
21
|
+
import { extractMutationPayload as re, isFormMutationAction as v, isMutationAction as ie, isRouteAction as ae, resolveLabel as y } from "./BackofficeEntityDetailPage.helpers.js";
|
|
22
|
+
import { headerActions as oe, headerBlock as se, headerMeta as ce, headerMetaList as le } from "./backofficeEntityDetailPage.css.js";
|
|
23
|
+
import { buildTabsItems as ue } from "./detail/buildTabsItems.js";
|
|
24
|
+
import { buildFieldItems as de, renderBlocks as fe, resolveHeaderItems as pe } from "./BackofficeEntityDetailPage.view-helpers.js";
|
|
25
|
+
import { Suspense as b, useContext as x, useMemo as S, useState as C } from "react";
|
|
26
|
+
import { Fragment as w, jsx as T, jsxs as E } from "react/jsx-runtime";
|
|
27
|
+
import { useTranslation as D } from "react-i18next";
|
|
28
|
+
import { Button as O } from "@plumile/ui/atomic/atoms/button/Button.js";
|
|
29
|
+
import { commitMutation as me, useFragment as k, useLazyLoadQuery as A, usePreloadedQuery as j } from "react-relay";
|
|
30
|
+
import { useToast as M } from "@plumile/ui/atomic/molecules/toast/ToastProvider.js";
|
|
31
|
+
import N from "@plumile/router/routing/RoutingContext.js";
|
|
32
|
+
import { FormattedDate as P } from "@plumile/ui/atomic/atoms/formatted-date/FormattedDate.js";
|
|
33
|
+
import { BACKOFFICE_DATE_TIME_OPTIONS as F } from "@plumile/backoffice-core/constants.js";
|
|
34
|
+
import I from "@plumile/router/routing/Link.js";
|
|
35
|
+
import { Tag as L } from "@plumile/ui/backoffice/atoms/tag/Tag.js";
|
|
36
|
+
import { buildBackofficeFallbackListHref as he, buildBackofficeListHref as ge, buildBackofficeListLink as _e } from "@plumile/backoffice-core/state/buildListHref.js";
|
|
37
|
+
import { BackofficeDetailSection as R } from "@plumile/ui/backoffice/molecules/backoffice_detail_section/BackofficeDetailSection.js";
|
|
38
|
+
import { BackofficePayloadViewer as ve } from "@plumile/ui/backoffice/molecules/backoffice_payload_viewer/BackofficePayloadViewer.js";
|
|
39
|
+
import { setWhereValue as ye } from "@plumile/backoffice-core/filters/where.js";
|
|
40
|
+
import { BackofficePageHeader as be } from "@plumile/ui/backoffice/molecules/backoffice_page_header/BackofficePageHeader.js";
|
|
41
|
+
import { AuditTimeline as xe } from "@plumile/ui/backoffice/organisms/audit_timeline/AuditTimeline.js";
|
|
42
|
+
import { MetricCard as Se } from "@plumile/ui/components/dashboard/metric_card/MetricCard.js";
|
|
43
|
+
import { MetricTileGroup as Ce } from "@plumile/ui/components/dashboard/metric_tile_group/MetricTileGroup.js";
|
|
44
|
+
import { Tabs as we } from "@plumile/ui/atomic/molecules/tabs/Tabs.js";
|
|
45
|
+
import { DetailPageTemplate as Te } from "@plumile/ui/backoffice/templates/detail_page_template/DetailPageTemplate.js";
|
|
46
|
+
import { DataTable as Ee } from "@plumile/ui/components/data-table/DataTable.js";
|
|
47
|
+
import { LinkButton as De } from "@plumile/ui/atomic/atoms/button/LinkButton.js";
|
|
48
|
+
import { BackofficeKeyValueList as z } from "@plumile/ui/backoffice/molecules/backoffice_key_value_list/BackofficeKeyValueList.js";
|
|
49
|
+
import { BackofficeRelationsMenu as Oe } from "@plumile/ui/backoffice/molecules/backoffice_relations_menu/BackofficeRelationsMenu.js";
|
|
50
|
+
import { BackofficeScopeStack as ke } from "@plumile/ui/backoffice/molecules/backoffice_scope_stack/BackofficeScopeStack.js";
|
|
51
|
+
import { ChatCheckSvg as B } from "@plumile/ui/icons/ChatCheckSvg.js";
|
|
52
|
+
import { KeyOffSvg as Ae } from "@plumile/ui/icons/KeyOffSvg.js";
|
|
53
|
+
import { KeySvg as je } from "@plumile/ui/icons/KeySvg.js";
|
|
54
|
+
import { LockOpenSvg as Me } from "@plumile/ui/icons/LockOpenSvg.js";
|
|
55
|
+
import { LockSvg as Ne } from "@plumile/ui/icons/LockSvg.js";
|
|
56
|
+
import { RobotCheckSvg as V } from "@plumile/ui/icons/RobotCheckSvg.js";
|
|
57
|
+
import { RobotXSvg as H } from "@plumile/ui/icons/RobotXSvg.js";
|
|
58
|
+
import { RocketOffSvg as U } from "@plumile/ui/icons/RocketOffSvg.js";
|
|
59
|
+
import { RocketSvg as W } from "@plumile/ui/icons/RocketSvg.js";
|
|
60
|
+
import { SettingsCheckSvg as Pe } from "@plumile/ui/icons/SettingsCheckSvg.js";
|
|
60
61
|
import { SettingsXSvg as G } from "@plumile/ui/icons/SettingsXSvg.js";
|
|
61
|
-
import { ShieldLockSvg as
|
|
62
|
-
import { ShieldOffSvg as
|
|
63
|
-
import { XBadgeSvg as
|
|
62
|
+
import { ShieldLockSvg as Fe } from "@plumile/ui/icons/ShieldLockSvg.js";
|
|
63
|
+
import { ShieldOffSvg as K } from "@plumile/ui/icons/ShieldOffSvg.js";
|
|
64
|
+
import { XBadgeSvg as Ie } from "@plumile/ui/icons/XBadgeSvg.js";
|
|
64
65
|
//#region src/pages/BackofficeEntityDetailPage.tsx
|
|
65
|
-
var
|
|
66
|
+
var q = "store-or-network", J = ({ count: e, node: t, relationValue: n }) => {
|
|
67
|
+
let r = A(e.query, e.getVariables(t, n), { fetchPolicy: q }), i = e.getCount(r);
|
|
68
|
+
return i == null ? null : /* @__PURE__ */ T(w, { children: i });
|
|
69
|
+
}, Le = ({ count: e, node: t, relationValue: n }) => e == null ? null : /* @__PURE__ */ T(r, {
|
|
70
|
+
fallback: () => null,
|
|
71
|
+
children: /* @__PURE__ */ T(b, {
|
|
72
|
+
fallback: null,
|
|
73
|
+
children: /* @__PURE__ */ T(J, {
|
|
74
|
+
count: e,
|
|
75
|
+
node: t,
|
|
76
|
+
relationValue: n
|
|
77
|
+
})
|
|
78
|
+
})
|
|
79
|
+
}), Re = (e) => {
|
|
66
80
|
switch (e) {
|
|
67
|
-
case "shield-lock": return /* @__PURE__ */
|
|
81
|
+
case "shield-lock": return /* @__PURE__ */ T(Fe, {
|
|
68
82
|
width: 14,
|
|
69
83
|
height: 14,
|
|
70
84
|
"aria-hidden": "true"
|
|
71
85
|
});
|
|
72
|
-
case "shield-off": return /* @__PURE__ */
|
|
86
|
+
case "shield-off": return /* @__PURE__ */ T(K, {
|
|
73
87
|
width: 14,
|
|
74
88
|
height: 14,
|
|
75
89
|
"aria-hidden": "true"
|
|
76
90
|
});
|
|
77
|
-
case "settings-check": return /* @__PURE__ */
|
|
91
|
+
case "settings-check": return /* @__PURE__ */ T(Pe, {
|
|
78
92
|
width: 14,
|
|
79
93
|
height: 14,
|
|
80
94
|
"aria-hidden": "true"
|
|
81
95
|
});
|
|
82
|
-
case "settings-x": return /* @__PURE__ */
|
|
96
|
+
case "settings-x": return /* @__PURE__ */ T(G, {
|
|
83
97
|
width: 14,
|
|
84
98
|
height: 14,
|
|
85
99
|
"aria-hidden": "true"
|
|
86
100
|
});
|
|
87
|
-
case "x-badge": return /* @__PURE__ */
|
|
101
|
+
case "x-badge": return /* @__PURE__ */ T(Ie, {
|
|
88
102
|
width: 14,
|
|
89
103
|
height: 14,
|
|
90
104
|
"aria-hidden": "true"
|
|
91
105
|
});
|
|
92
|
-
case "chat-check": return /* @__PURE__ */
|
|
106
|
+
case "chat-check": return /* @__PURE__ */ T(B, {
|
|
93
107
|
width: 14,
|
|
94
108
|
height: 14,
|
|
95
109
|
"aria-hidden": "true"
|
|
96
110
|
});
|
|
97
|
-
case "key": return /* @__PURE__ */
|
|
111
|
+
case "key": return /* @__PURE__ */ T(je, {
|
|
98
112
|
width: 14,
|
|
99
113
|
height: 14,
|
|
100
114
|
"aria-hidden": "true"
|
|
101
115
|
});
|
|
102
|
-
case "key-off": return /* @__PURE__ */
|
|
116
|
+
case "key-off": return /* @__PURE__ */ T(Ae, {
|
|
103
117
|
width: 14,
|
|
104
118
|
height: 14,
|
|
105
119
|
"aria-hidden": "true"
|
|
106
120
|
});
|
|
107
|
-
case "lock": return /* @__PURE__ */
|
|
121
|
+
case "lock": return /* @__PURE__ */ T(Ne, {
|
|
108
122
|
width: 14,
|
|
109
123
|
height: 14,
|
|
110
124
|
"aria-hidden": "true"
|
|
111
125
|
});
|
|
112
|
-
case "lock-open": return /* @__PURE__ */
|
|
126
|
+
case "lock-open": return /* @__PURE__ */ T(Me, {
|
|
113
127
|
width: 14,
|
|
114
128
|
height: 14,
|
|
115
129
|
"aria-hidden": "true"
|
|
116
130
|
});
|
|
117
|
-
case "robot-check": return /* @__PURE__ */
|
|
131
|
+
case "robot-check": return /* @__PURE__ */ T(V, {
|
|
118
132
|
width: 14,
|
|
119
133
|
height: 14,
|
|
120
134
|
"aria-hidden": "true"
|
|
121
135
|
});
|
|
122
|
-
case "robot-x": return /* @__PURE__ */
|
|
136
|
+
case "robot-x": return /* @__PURE__ */ T(H, {
|
|
123
137
|
width: 14,
|
|
124
138
|
height: 14,
|
|
125
139
|
"aria-hidden": "true"
|
|
126
140
|
});
|
|
127
|
-
case "rocket": return /* @__PURE__ */
|
|
141
|
+
case "rocket": return /* @__PURE__ */ T(W, {
|
|
128
142
|
width: 14,
|
|
129
143
|
height: 14,
|
|
130
144
|
"aria-hidden": "true"
|
|
131
145
|
});
|
|
132
|
-
case "rocket-off": return /* @__PURE__ */
|
|
146
|
+
case "rocket-off": return /* @__PURE__ */ T(U, {
|
|
133
147
|
width: 14,
|
|
134
148
|
height: 14,
|
|
135
149
|
"aria-hidden": "true"
|
|
136
150
|
});
|
|
137
151
|
default: throw Error(`Unsupported flag icon: ${String(e)}`);
|
|
138
152
|
}
|
|
139
|
-
},
|
|
153
|
+
}, ze = (e) => {
|
|
140
154
|
if (e.presentation?.desktop === "secondary" || e.presentation?.group === "scope" || e.presentation?.group === "status") return "secondary";
|
|
141
155
|
let t = e.fields?.map((e) => e.presentation?.group) ?? [];
|
|
142
156
|
return t.length > 0 && t.every((e) => e === "scope" || e === "status") || e.placement === "side" || e.placement === "secondary" ? "secondary" : "primary";
|
|
143
|
-
},
|
|
144
|
-
let { t:
|
|
145
|
-
mainPage:
|
|
146
|
-
subPages:
|
|
147
|
-
activePagePath:
|
|
148
|
-
node:
|
|
149
|
-
}),
|
|
150
|
-
|
|
157
|
+
}, Y = ({ config: r, prepared: b }) => {
|
|
158
|
+
let { t: A } = D(), { t: B } = e(), { formatNumber: Ae, formatCurrency: je, formatCurrencyTitle: Me, formatPercent: Ne } = m(), { entities: V, entityRegistry: H } = n(), { layoutView: U } = g(), W = x(N), Pe = ne(), G = M(), [Fe, K] = C({}), [Ie, q] = C(null), J = h({
|
|
159
|
+
mainPage: r.pages.mainPage,
|
|
160
|
+
subPages: r.pages.subPages,
|
|
161
|
+
activePagePath: b.pagePath,
|
|
162
|
+
node: U
|
|
163
|
+
}), Y = J.activePage ?? r.pages.mainPage, X = J.pages.length > 0 ? J.pages : [r.pages.mainPage], Z = (e, t) => {
|
|
164
|
+
K((n) => n[e] === t ? n : {
|
|
151
165
|
...n,
|
|
152
166
|
[e]: t
|
|
153
167
|
});
|
|
154
|
-
}, { page: Q } =
|
|
155
|
-
id:
|
|
156
|
-
detailId:
|
|
157
|
-
}),
|
|
158
|
-
let t =
|
|
168
|
+
}, { page: Q } = r, Be = j(Q.query, b.pageQuery), $ = Q.resolveNode(Be, {
|
|
169
|
+
id: b.id,
|
|
170
|
+
detailId: b.detailId
|
|
171
|
+
}), Ve = $ != null, He = k(Q.fragment, $), Ue = S(() => Object.fromEntries(Q.content.flatMap((e) => e.kind === "fieldSet" ? e.fields.flatMap((e) => e.type === "relation" ? [e.relation.target] : []) : []).flatMap((e) => {
|
|
172
|
+
let t = V[e];
|
|
159
173
|
return t?.hasList === !0 ? [[e, t.routes.list]] : [];
|
|
160
|
-
})), [
|
|
161
|
-
return
|
|
162
|
-
node:
|
|
174
|
+
})), [V, Q.content]);
|
|
175
|
+
return Ve ? /* @__PURE__ */ T(p, {
|
|
176
|
+
node: He,
|
|
163
177
|
render: (e) => {
|
|
164
|
-
let n = Q.toView(e),
|
|
165
|
-
pages:
|
|
166
|
-
id:
|
|
167
|
-
tApp:
|
|
168
|
-
detailPageHref:
|
|
169
|
-
}),
|
|
170
|
-
let n =
|
|
178
|
+
let n = Q.toView(e), p = ue({
|
|
179
|
+
pages: X,
|
|
180
|
+
id: b.id,
|
|
181
|
+
tApp: A,
|
|
182
|
+
detailPageHref: r.routes.detailPage
|
|
183
|
+
}), m = (e, t) => {
|
|
184
|
+
let n = V[e];
|
|
171
185
|
return n == null ? null : n.routes.detail(t);
|
|
172
|
-
},
|
|
173
|
-
let { target:
|
|
186
|
+
}, ne = ({ id: e, label: t, count: r, relation: i, listRoute: a, value: o, where: s }) => {
|
|
187
|
+
let { target: c, filterId: l, whereKey: u, path: d } = i, f = H.getLoadedListEntity(c);
|
|
174
188
|
return {
|
|
175
189
|
id: e,
|
|
176
190
|
label: t,
|
|
177
|
-
count:
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
}
|
|
191
|
+
count: Le({
|
|
192
|
+
count: r,
|
|
193
|
+
node: n,
|
|
194
|
+
relationValue: o
|
|
195
|
+
}),
|
|
196
|
+
href: f == null ? he(a, s, [{
|
|
197
|
+
id: l ?? (d == null ? u : `${u}.${d.join(".")}`),
|
|
198
|
+
value: o
|
|
199
|
+
}]) : ge(f.config, { where: s }),
|
|
182
200
|
onClick: async (e) => {
|
|
183
|
-
if (
|
|
201
|
+
if (W == null || e.defaultPrevented || e.button !== 0 || e.metaKey || e.altKey || e.ctrlKey || e.shiftKey) return;
|
|
184
202
|
e.preventDefault();
|
|
185
|
-
let t =
|
|
186
|
-
|
|
203
|
+
let t = _e((await H.loadListEntity(c)).config, { where: s });
|
|
204
|
+
W.history.push({
|
|
187
205
|
pathname: t.pathname,
|
|
188
206
|
search: t.search === "" ? "" : `?${t.search}`,
|
|
189
207
|
hash: ""
|
|
190
208
|
});
|
|
191
209
|
}
|
|
192
210
|
};
|
|
193
|
-
},
|
|
194
|
-
tApp:
|
|
195
|
-
t:
|
|
196
|
-
resolveEntityHref:
|
|
197
|
-
renderLink: (e, t) => /* @__PURE__ */
|
|
211
|
+
}, h = pe(r.header, U, {
|
|
212
|
+
tApp: A,
|
|
213
|
+
t: B,
|
|
214
|
+
resolveEntityHref: m,
|
|
215
|
+
renderLink: (e, t) => /* @__PURE__ */ T(I, {
|
|
198
216
|
to: e,
|
|
199
217
|
children: t
|
|
200
218
|
}),
|
|
201
|
-
renderDate: (e, t) => /* @__PURE__ */
|
|
219
|
+
renderDate: (e, t) => /* @__PURE__ */ T(P, {
|
|
202
220
|
value: e,
|
|
203
|
-
options:
|
|
221
|
+
options: F,
|
|
204
222
|
fallback: t
|
|
205
223
|
}),
|
|
206
|
-
renderTag: (e, t) => /* @__PURE__ */
|
|
224
|
+
renderTag: (e, t) => /* @__PURE__ */ T(L, {
|
|
207
225
|
tone: e,
|
|
208
226
|
children: t
|
|
209
227
|
}),
|
|
210
|
-
renderBadgeRow: (e) => /* @__PURE__ */
|
|
211
|
-
}),
|
|
212
|
-
config:
|
|
213
|
-
tApp:
|
|
214
|
-
entityId:
|
|
215
|
-
layoutView:
|
|
216
|
-
pageLabel:
|
|
217
|
-
pageId:
|
|
218
|
-
}),
|
|
219
|
-
if (
|
|
220
|
-
let e =
|
|
221
|
-
e.length > 0 && (
|
|
222
|
-
let
|
|
223
|
-
return
|
|
228
|
+
renderBadgeRow: (e) => /* @__PURE__ */ T(c, { items: e })
|
|
229
|
+
}), g = te({
|
|
230
|
+
config: r,
|
|
231
|
+
tApp: A,
|
|
232
|
+
entityId: b.id,
|
|
233
|
+
layoutView: U,
|
|
234
|
+
pageLabel: Y.label(A),
|
|
235
|
+
pageId: Y.id
|
|
236
|
+
}), _ = Q.actions ?? [], x = [];
|
|
237
|
+
if (_.length > 0) {
|
|
238
|
+
let e = _.filter((e) => e.isVisible == null ? !0 : e.isVisible(n));
|
|
239
|
+
e.length > 0 && (x = e.map((e) => {
|
|
240
|
+
let r = y(e.label, A), o = e.ariaLabel == null ? r : y(e.ariaLabel, A), s = e.variant ?? "secondary", c = e.size ?? "small", l = Fe[e.id] ?? !1, u = l || e.isDisabled?.(n) === !0;
|
|
241
|
+
return ae(e) ? /* @__PURE__ */ T(De, {
|
|
224
242
|
to: e.to(n),
|
|
225
243
|
variant: s,
|
|
226
244
|
size: c,
|
|
227
245
|
isDisabled: u,
|
|
228
246
|
"aria-label": o,
|
|
229
|
-
children:
|
|
230
|
-
}, e.id) :
|
|
247
|
+
children: r
|
|
248
|
+
}, e.id) : v(e) ? /* @__PURE__ */ T(O, {
|
|
231
249
|
type: "button",
|
|
232
250
|
variant: s,
|
|
233
251
|
size: c,
|
|
234
252
|
isLoading: !1,
|
|
235
253
|
disabled: u,
|
|
236
254
|
onClick: () => {
|
|
237
|
-
|
|
255
|
+
q(e.id);
|
|
238
256
|
},
|
|
239
257
|
"aria-label": o,
|
|
240
|
-
children:
|
|
241
|
-
}, e.id) :
|
|
258
|
+
children: r
|
|
259
|
+
}, e.id) : ie(e) ? /* @__PURE__ */ T(O, {
|
|
242
260
|
type: "button",
|
|
243
261
|
variant: s,
|
|
244
262
|
size: c,
|
|
@@ -246,48 +264,48 @@ var Ne = (e) => {
|
|
|
246
264
|
disabled: u,
|
|
247
265
|
onClick: () => {
|
|
248
266
|
if (l) return;
|
|
249
|
-
let
|
|
250
|
-
Z(e.id, !0),
|
|
267
|
+
let r = e.getVariables(n);
|
|
268
|
+
Z(e.id, !0), me(Pe, {
|
|
251
269
|
mutation: e.mutation,
|
|
252
|
-
variables:
|
|
270
|
+
variables: r,
|
|
253
271
|
updater: (t) => {
|
|
254
272
|
e.updater?.(t, n);
|
|
255
273
|
},
|
|
256
|
-
onCompleted: (
|
|
274
|
+
onCompleted: (r) => {
|
|
257
275
|
Z(e.id, !1);
|
|
258
|
-
let o =
|
|
276
|
+
let o = re(r);
|
|
259
277
|
if (o != null) {
|
|
260
|
-
let
|
|
261
|
-
e.toasts?.error?.message == null ? e.toasts?.error?.title != null && (
|
|
278
|
+
let r = B("actions.form.errors.invalidPayload");
|
|
279
|
+
e.toasts?.error?.message == null ? e.toasts?.error?.title != null && (r = y(e.toasts.error.title, A)) : r = y(e.toasts.error.message, A);
|
|
262
280
|
let a = t(o, {
|
|
263
|
-
defaultErrorMessage:
|
|
281
|
+
defaultErrorMessage: r,
|
|
264
282
|
mapReason: (t) => {
|
|
265
283
|
let r = e.mapErrorReason?.(t, n);
|
|
266
|
-
return r == null ? null : typeof r == "function" ?
|
|
284
|
+
return r == null ? null : typeof r == "function" ? y(r, A) : String(r);
|
|
267
285
|
}
|
|
268
286
|
});
|
|
269
287
|
if (!a.ok) {
|
|
270
288
|
let t = Error(a.message);
|
|
271
289
|
if (e.onError?.(t, n), e.toasts?.error != null) {
|
|
272
|
-
let t =
|
|
273
|
-
|
|
290
|
+
let t = i(e.toasts.error, A);
|
|
291
|
+
G.error(t.title, t.message);
|
|
274
292
|
}
|
|
275
293
|
return;
|
|
276
294
|
}
|
|
277
295
|
}
|
|
278
|
-
if (e.onCompleted?.(
|
|
279
|
-
let t =
|
|
296
|
+
if (e.onCompleted?.(r, n), e.toasts?.success != null) {
|
|
297
|
+
let t = i(e.toasts.success, A), o = a({
|
|
280
298
|
toast: e.toasts.success,
|
|
281
|
-
response:
|
|
299
|
+
response: r,
|
|
282
300
|
node: n,
|
|
283
|
-
tApp:
|
|
284
|
-
entities:
|
|
285
|
-
defaultLabel:
|
|
301
|
+
tApp: A,
|
|
302
|
+
entities: V,
|
|
303
|
+
defaultLabel: B("actions.view"),
|
|
286
304
|
navigateTo: (e) => {
|
|
287
|
-
|
|
305
|
+
W?.history.push({ pathname: e });
|
|
288
306
|
}
|
|
289
307
|
});
|
|
290
|
-
|
|
308
|
+
G.push({
|
|
291
309
|
kind: "info",
|
|
292
310
|
title: t.title,
|
|
293
311
|
message: t.message,
|
|
@@ -297,61 +315,61 @@ var Ne = (e) => {
|
|
|
297
315
|
},
|
|
298
316
|
onError: (t) => {
|
|
299
317
|
if (Z(e.id, !1), e.onError?.(t, n), e.toasts?.error != null) {
|
|
300
|
-
let t =
|
|
301
|
-
|
|
318
|
+
let t = i(e.toasts.error, A);
|
|
319
|
+
G.error(t.title, t.message);
|
|
302
320
|
}
|
|
303
321
|
}
|
|
304
322
|
});
|
|
305
323
|
},
|
|
306
324
|
"aria-label": o,
|
|
307
|
-
children:
|
|
325
|
+
children: r
|
|
308
326
|
}, e.id) : null;
|
|
309
327
|
}));
|
|
310
328
|
}
|
|
311
|
-
let
|
|
312
|
-
|
|
313
|
-
let r =
|
|
329
|
+
let S = _.find((e) => e.id === Ie), { content: C } = Q, D = [], k = [], j = [];
|
|
330
|
+
C.forEach((e, t) => {
|
|
331
|
+
let r = ze(e) === "secondary" ? k : D;
|
|
314
332
|
if (e.kind === "fieldSet") {
|
|
315
|
-
let i =
|
|
316
|
-
tApp:
|
|
317
|
-
t:
|
|
318
|
-
resolveEntityHref:
|
|
319
|
-
formatNumber:
|
|
320
|
-
formatCurrency:
|
|
321
|
-
formatCurrencyTitle:
|
|
322
|
-
formatPercent:
|
|
323
|
-
relationEntityListRoutes:
|
|
324
|
-
resolveRelationItem:
|
|
325
|
-
setWhereValue:
|
|
326
|
-
renderTag: (e, t) => /* @__PURE__ */
|
|
333
|
+
let i = y(e.title, A), a = e.description == null ? void 0 : y(e.description, A), { items: o, relationItems: s, customNodes: d } = de(e.fields, n, {
|
|
334
|
+
tApp: A,
|
|
335
|
+
t: B,
|
|
336
|
+
resolveEntityHref: m,
|
|
337
|
+
formatNumber: Ae,
|
|
338
|
+
formatCurrency: je,
|
|
339
|
+
formatCurrencyTitle: Me,
|
|
340
|
+
formatPercent: Ne,
|
|
341
|
+
relationEntityListRoutes: Ue,
|
|
342
|
+
resolveRelationItem: ne,
|
|
343
|
+
setWhereValue: ye,
|
|
344
|
+
renderTag: (e, t) => /* @__PURE__ */ T(L, {
|
|
327
345
|
tone: e,
|
|
328
346
|
children: t
|
|
329
347
|
}),
|
|
330
|
-
renderBadgeRow: (e) => /* @__PURE__ */
|
|
331
|
-
renderDate: (e, t) => /* @__PURE__ */
|
|
348
|
+
renderBadgeRow: (e) => /* @__PURE__ */ T(c, { items: e }),
|
|
349
|
+
renderDate: (e, t) => /* @__PURE__ */ T(P, {
|
|
332
350
|
value: e,
|
|
333
|
-
options:
|
|
351
|
+
options: F,
|
|
334
352
|
fallback: t
|
|
335
353
|
}),
|
|
336
|
-
renderFlagTag: (e) => /* @__PURE__ */
|
|
354
|
+
renderFlagTag: (e) => /* @__PURE__ */ T(l, {
|
|
337
355
|
tone: e.tone,
|
|
338
|
-
icon: e.iconName == null ? void 0 :
|
|
356
|
+
icon: e.iconName == null ? void 0 : Re(e.iconName),
|
|
339
357
|
label: e.label
|
|
340
358
|
}),
|
|
341
|
-
renderLink: (e, t) => /* @__PURE__ */
|
|
359
|
+
renderLink: (e, t) => /* @__PURE__ */ T(I, {
|
|
342
360
|
to: e,
|
|
343
361
|
children: t
|
|
344
362
|
}),
|
|
345
|
-
renderTaggedValue: (e, t) => /* @__PURE__ */
|
|
363
|
+
renderTaggedValue: (e, t) => /* @__PURE__ */ T(u, {
|
|
346
364
|
tag: e,
|
|
347
365
|
value: t
|
|
348
366
|
}),
|
|
349
|
-
wrapCustomNode: (e, t) => /* @__PURE__ */
|
|
367
|
+
wrapCustomNode: (e, t) => /* @__PURE__ */ T("div", { children: t }, e)
|
|
350
368
|
});
|
|
351
|
-
if (
|
|
352
|
-
|
|
369
|
+
if (s.forEach((e) => {
|
|
370
|
+
j.some((t) => t.id === e.id) || j.push(e);
|
|
353
371
|
}), !(o.length > 0 || d.length > 0)) return;
|
|
354
|
-
r.push(/* @__PURE__ */
|
|
372
|
+
r.push(/* @__PURE__ */ T(R, {
|
|
355
373
|
title: i,
|
|
356
374
|
description: a,
|
|
357
375
|
items: o.length > 0 ? o : void 0,
|
|
@@ -359,73 +377,73 @@ var Ne = (e) => {
|
|
|
359
377
|
}, `${i}-${t}`));
|
|
360
378
|
return;
|
|
361
379
|
}
|
|
362
|
-
let i =
|
|
363
|
-
tApp:
|
|
364
|
-
t:
|
|
365
|
-
resolveEntityHref:
|
|
380
|
+
let i = fe([e], n, {
|
|
381
|
+
tApp: A,
|
|
382
|
+
t: B,
|
|
383
|
+
resolveEntityHref: m,
|
|
366
384
|
keyPrefix: String(t),
|
|
367
|
-
renderLink: (e, t) => /* @__PURE__ */
|
|
385
|
+
renderLink: (e, t) => /* @__PURE__ */ T(I, {
|
|
368
386
|
to: e,
|
|
369
387
|
children: t
|
|
370
388
|
}),
|
|
371
|
-
renderDate: (e, t) => /* @__PURE__ */
|
|
389
|
+
renderDate: (e, t) => /* @__PURE__ */ T(P, {
|
|
372
390
|
value: e,
|
|
373
|
-
options:
|
|
391
|
+
options: F,
|
|
374
392
|
fallback: t
|
|
375
393
|
}),
|
|
376
|
-
renderTag: (e, t) => /* @__PURE__ */
|
|
394
|
+
renderTag: (e, t) => /* @__PURE__ */ T(L, {
|
|
377
395
|
tone: e,
|
|
378
396
|
children: t
|
|
379
397
|
}),
|
|
380
|
-
renderMetricGroup: ({ key: e, title: t, description: n, density: r, items: i }) => /* @__PURE__ */
|
|
398
|
+
renderMetricGroup: ({ key: e, title: t, description: n, density: r, items: i }) => /* @__PURE__ */ T(R, {
|
|
381
399
|
title: t,
|
|
382
400
|
description: n,
|
|
383
|
-
children: i.length > 0 && /* @__PURE__ */
|
|
401
|
+
children: i.length > 0 && /* @__PURE__ */ T(Ce, {
|
|
384
402
|
density: r ?? "comfortable",
|
|
385
403
|
minColumn: "180",
|
|
386
|
-
children: i.map((e) => /* @__PURE__ */
|
|
404
|
+
children: i.map((e) => /* @__PURE__ */ T(Se, {
|
|
387
405
|
label: e.label,
|
|
388
406
|
value: e.value,
|
|
389
407
|
hint: e.hint,
|
|
390
408
|
tone: e.tone ?? "neutral",
|
|
391
409
|
density: r ?? "comfortable",
|
|
392
410
|
copyValue: e.copyValue,
|
|
393
|
-
copyLabel:
|
|
394
|
-
copiedLabel:
|
|
411
|
+
copyLabel: B("common.actions.copy"),
|
|
412
|
+
copiedLabel: B("common.actions.copied")
|
|
395
413
|
}, e.id))
|
|
396
414
|
})
|
|
397
415
|
}, e),
|
|
398
|
-
renderTimeline: ({ key: e, title: t, description: n, events: r }) => /* @__PURE__ */
|
|
416
|
+
renderTimeline: ({ key: e, title: t, description: n, events: r }) => /* @__PURE__ */ T(d, {
|
|
399
417
|
title: t,
|
|
400
418
|
description: n,
|
|
401
419
|
events: r
|
|
402
420
|
}, e),
|
|
403
|
-
renderAuditTimeline: ({ key: e, title: t, description: n, events: r }) => /* @__PURE__ */
|
|
421
|
+
renderAuditTimeline: ({ key: e, title: t, description: n, events: r }) => /* @__PURE__ */ T(R, {
|
|
404
422
|
title: t,
|
|
405
423
|
description: n,
|
|
406
|
-
children: /* @__PURE__ */
|
|
424
|
+
children: /* @__PURE__ */ T(xe, { events: r })
|
|
407
425
|
}, e),
|
|
408
|
-
renderRelations: ({ key: e, title: t, items: n }) => /* @__PURE__ */
|
|
426
|
+
renderRelations: ({ key: e, title: t, items: n }) => /* @__PURE__ */ T(f, {
|
|
409
427
|
title: t,
|
|
410
428
|
items: n
|
|
411
429
|
}, e),
|
|
412
|
-
renderContextStack: ({ key: e, title: t, items: n }) => /* @__PURE__ */
|
|
430
|
+
renderContextStack: ({ key: e, title: t, items: n }) => /* @__PURE__ */ T(ke, {
|
|
413
431
|
title: t,
|
|
414
432
|
items: n
|
|
415
433
|
}, e),
|
|
416
|
-
renderCustomSection: (e, t, n) => /* @__PURE__ */
|
|
434
|
+
renderCustomSection: (e, t, n) => /* @__PURE__ */ T(R, {
|
|
417
435
|
title: t,
|
|
418
436
|
children: n
|
|
419
437
|
}, e),
|
|
420
|
-
wrapCustomNode: (e, t) => /* @__PURE__ */
|
|
421
|
-
resolveTableColumns: (e) =>
|
|
422
|
-
tApp:
|
|
423
|
-
t:
|
|
438
|
+
wrapCustomNode: (e, t) => /* @__PURE__ */ T("div", { children: t }, e),
|
|
439
|
+
resolveTableColumns: (e) => s(e, {
|
|
440
|
+
tApp: A,
|
|
441
|
+
t: B
|
|
424
442
|
}),
|
|
425
|
-
renderTable: ({ key: e, title: t, description: n, columns: r, rows: i }) => /* @__PURE__ */
|
|
443
|
+
renderTable: ({ key: e, title: t, description: n, columns: r, rows: i }) => /* @__PURE__ */ T(R, {
|
|
426
444
|
title: t,
|
|
427
445
|
description: n,
|
|
428
|
-
children: /* @__PURE__ */
|
|
446
|
+
children: /* @__PURE__ */ T(Ee, {
|
|
429
447
|
columns: r,
|
|
430
448
|
rows: i,
|
|
431
449
|
getRowId: (e, t) => {
|
|
@@ -437,87 +455,87 @@ var Ne = (e) => {
|
|
|
437
455
|
}
|
|
438
456
|
})
|
|
439
457
|
}, e),
|
|
440
|
-
renderPayload: ({ key: e, title: t, description: n, content: r, format: i }) => /* @__PURE__ */
|
|
458
|
+
renderPayload: ({ key: e, title: t, description: n, content: r, format: i }) => /* @__PURE__ */ T(R, {
|
|
441
459
|
title: t,
|
|
442
460
|
description: n,
|
|
443
|
-
children: /* @__PURE__ */
|
|
461
|
+
children: /* @__PURE__ */ T(ve, {
|
|
444
462
|
content: r,
|
|
445
463
|
format: i,
|
|
446
|
-
emptyState:
|
|
464
|
+
emptyState: B("common.notAvailable")
|
|
447
465
|
})
|
|
448
466
|
}, e),
|
|
449
|
-
renderKeyValueListSection: ({ key: e, title: t, description: n, items: r }) => /* @__PURE__ */
|
|
467
|
+
renderKeyValueListSection: ({ key: e, title: t, description: n, items: r }) => /* @__PURE__ */ T(R, {
|
|
450
468
|
title: t,
|
|
451
469
|
description: n,
|
|
452
|
-
children: /* @__PURE__ */
|
|
470
|
+
children: /* @__PURE__ */ T(z, { items: r })
|
|
453
471
|
}, e)
|
|
454
472
|
})[0];
|
|
455
473
|
i != null && r.push(i);
|
|
456
474
|
});
|
|
457
|
-
let
|
|
458
|
-
label:
|
|
459
|
-
items:
|
|
460
|
-
}) : null,
|
|
461
|
-
className:
|
|
462
|
-
children: [
|
|
475
|
+
let M = j.length > 0 ? /* @__PURE__ */ T(Oe, {
|
|
476
|
+
label: B("relations.menu.label"),
|
|
477
|
+
items: j
|
|
478
|
+
}) : null, N = x.length > 0 || M != null ? /* @__PURE__ */ E("div", {
|
|
479
|
+
className: oe,
|
|
480
|
+
children: [x.length > 0 && /* @__PURE__ */ T("div", {
|
|
463
481
|
className: "txvbqbfpn txvbqbey txvbqblsh txvbqbhdl txvbqbh7g",
|
|
464
|
-
children:
|
|
465
|
-
}),
|
|
482
|
+
children: x
|
|
483
|
+
}), M != null && /* @__PURE__ */ T("div", {
|
|
466
484
|
className: "txvbqbfpn txvbqbey txvbqb10mr txvbqbb49 txvbqbbkc txvbqb2sj txvbqb7tt",
|
|
467
|
-
children:
|
|
485
|
+
children: M
|
|
468
486
|
})]
|
|
469
|
-
}) : void 0,
|
|
487
|
+
}) : void 0, K = h.status != null || h.badges != null ? /* @__PURE__ */ E("div", {
|
|
488
|
+
className: ce,
|
|
489
|
+
children: [h.status, h.badges]
|
|
490
|
+
}) : void 0, J = h.items != null && h.items.length > 0 ? /* @__PURE__ */ T("div", {
|
|
470
491
|
className: le,
|
|
471
|
-
children:
|
|
472
|
-
}) :
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
return Re.length > 1 && ($ = /* @__PURE__ */ x(Ee, {
|
|
477
|
-
items: ne,
|
|
478
|
-
activeId: X.id,
|
|
492
|
+
children: /* @__PURE__ */ T(z, { items: h.items })
|
|
493
|
+
}) : null, Be = k.length > 0, $ = null;
|
|
494
|
+
return X.length > 1 && ($ = /* @__PURE__ */ T(we, {
|
|
495
|
+
items: p,
|
|
496
|
+
activeId: Y.id,
|
|
479
497
|
variant: "underline"
|
|
480
|
-
})), /* @__PURE__ */
|
|
481
|
-
breadcrumb:
|
|
482
|
-
children: [/* @__PURE__ */
|
|
483
|
-
headerNode: /* @__PURE__ */
|
|
484
|
-
className:
|
|
485
|
-
children: [/* @__PURE__ */
|
|
486
|
-
title:
|
|
487
|
-
subtitle:
|
|
488
|
-
actions:
|
|
489
|
-
meta:
|
|
490
|
-
}),
|
|
498
|
+
})), /* @__PURE__ */ E(ee, {
|
|
499
|
+
breadcrumb: g,
|
|
500
|
+
children: [/* @__PURE__ */ T(Te, {
|
|
501
|
+
headerNode: /* @__PURE__ */ E("div", {
|
|
502
|
+
className: se,
|
|
503
|
+
children: [/* @__PURE__ */ T(be, {
|
|
504
|
+
title: h.title,
|
|
505
|
+
subtitle: h.subtitle,
|
|
506
|
+
actions: N,
|
|
507
|
+
meta: K
|
|
508
|
+
}), J]
|
|
491
509
|
}),
|
|
492
510
|
tabsNode: $,
|
|
493
|
-
sidePanel:
|
|
511
|
+
sidePanel: Be ? /* @__PURE__ */ T(w, { children: k }) : void 0,
|
|
494
512
|
sidePanelVariant: "plain",
|
|
495
513
|
headerDensity: "compact",
|
|
496
|
-
children: /* @__PURE__ */
|
|
497
|
-
}),
|
|
514
|
+
children: /* @__PURE__ */ T(w, { children: D })
|
|
515
|
+
}), S != null && v(S) && /* @__PURE__ */ T(o, {
|
|
498
516
|
isOpen: !0,
|
|
499
|
-
action:
|
|
517
|
+
action: S,
|
|
500
518
|
node: n,
|
|
501
519
|
onClose: () => {
|
|
502
|
-
|
|
520
|
+
q(null);
|
|
503
521
|
}
|
|
504
522
|
})]
|
|
505
523
|
});
|
|
506
524
|
}
|
|
507
|
-
}) : /* @__PURE__ */
|
|
508
|
-
},
|
|
509
|
-
let { layoutView: n } =
|
|
525
|
+
}) : /* @__PURE__ */ T(_, { to: r.routes.list });
|
|
526
|
+
}, X = ({ config: e, prepared: t }) => {
|
|
527
|
+
let { layoutView: n } = g(), r = h({
|
|
510
528
|
mainPage: e.pages.mainPage,
|
|
511
529
|
subPages: e.pages.subPages,
|
|
512
530
|
activePagePath: t.pagePath,
|
|
513
531
|
node: n
|
|
514
532
|
});
|
|
515
|
-
return !r.hasVisiblePages || r.activePage == null ? /* @__PURE__ */
|
|
533
|
+
return !r.hasVisiblePages || r.activePage == null ? /* @__PURE__ */ T(_, { to: e.routes.list }) : r.activePage.id === t.pageId ? /* @__PURE__ */ T(Y, {
|
|
516
534
|
config: t.pageConfig,
|
|
517
535
|
prepared: t
|
|
518
|
-
}) : /* @__PURE__ */
|
|
536
|
+
}) : /* @__PURE__ */ T(_, { to: e.routes.detailPage(t.id, r.activePage.id) });
|
|
519
537
|
};
|
|
520
538
|
//#endregion
|
|
521
|
-
export {
|
|
539
|
+
export { X as BackofficeEntityDetailPage, X as default };
|
|
522
540
|
|
|
523
541
|
//# sourceMappingURL=BackofficeEntityDetailPage.js.map
|