@devgateway/dvz-ui-react 1.9.11 → 1.9.13
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/cjs/embeddable/d3Map/DataLayer.js +1 -1
- package/dist/cjs/embeddable/d3Map/FlowLayer.js +1 -1
- package/dist/cjs/embeddable/d3Map/LatLongLayer.js +1 -1
- package/dist/cjs/embeddable/d3Map/Legends.js +1 -1
- package/dist/cjs/embeddable/d3Map/Tooltip.js +1 -1
- package/dist/cjs/embeddable/d3Map/Utils.js +1 -1
- package/dist/cjs/embeddable/data/D3MapDataProvider.js +1 -1
- package/dist/cjs/embeddable/filter/index.js +1 -1
- package/dist/cjs/embeddable/map/index.js +2 -2
- package/dist/cjs/embeddable/map/map.js +4 -4
- package/dist/cjs/embeddable/map/mapHelpers.js +1 -1
- package/dist/cjs/embeddable/tabbedposts/index.js +1 -1
- package/dist/cjs/styles.css +1 -1
- package/dist/esm/embeddable/d3Map/DataLayer.js +322 -311
- package/dist/esm/embeddable/d3Map/FlowLayer.js +105 -99
- package/dist/esm/embeddable/d3Map/LatLongLayer.js +106 -100
- package/dist/esm/embeddable/d3Map/Legends.js +151 -147
- package/dist/esm/embeddable/d3Map/Tooltip.js +64 -20
- package/dist/esm/embeddable/d3Map/Utils.js +26 -12
- package/dist/esm/embeddable/data/D3MapDataProvider.js +31 -30
- package/dist/esm/embeddable/filter/index.js +123 -123
- package/dist/esm/embeddable/map/index.js +77 -77
- package/dist/esm/embeddable/map/map.js +436 -453
- package/dist/esm/embeddable/map/mapHelpers.js +88 -104
- package/dist/esm/embeddable/tabbedposts/index.js +12 -12
- package/dist/esm/styles.css +1 -1
- package/dist/types/embeddable/d3Map/Utils.d.ts +4 -0
- package/dist/types/embeddable/map/mapHelpers.d.ts +0 -2
- package/package.json +1 -1
|
@@ -1,28 +1,14 @@
|
|
|
1
1
|
import * as L from "topojson-client";
|
|
2
2
|
import x from "geostats";
|
|
3
3
|
import y from "../../utils/deviceType.js";
|
|
4
|
-
const
|
|
5
|
-
mobile: 4,
|
|
6
|
-
tablet: 4,
|
|
7
|
-
midTablet: 2,
|
|
8
|
-
laptop: 2,
|
|
9
|
-
desktop: 2,
|
|
10
|
-
wide: 2
|
|
11
|
-
}, I = {
|
|
4
|
+
const A = "_Color_", I = "location", j = "showAll", w = "ifUnitHasData", C = 10, _ = {
|
|
12
5
|
mobile: 330,
|
|
13
6
|
tablet: 250,
|
|
14
7
|
midTablet: 250,
|
|
15
8
|
laptop: 200,
|
|
16
9
|
desktop: 100,
|
|
17
10
|
wide: 100
|
|
18
|
-
},
|
|
19
|
-
mobile: 250,
|
|
20
|
-
tablet: 250,
|
|
21
|
-
midTablet: 250,
|
|
22
|
-
laptop: 0,
|
|
23
|
-
desktop: 0,
|
|
24
|
-
wide: 0
|
|
25
|
-
}, C = {
|
|
11
|
+
}, O = {
|
|
26
12
|
greens: [
|
|
27
13
|
"#ccffdd",
|
|
28
14
|
"#b3ffcc",
|
|
@@ -96,148 +82,146 @@ const w = "_Color_", M = "location", k = "showAll", A = "ifUnitHasData", j = 10,
|
|
|
96
82
|
"#0055ff"
|
|
97
83
|
]
|
|
98
84
|
};
|
|
99
|
-
function v(e,
|
|
100
|
-
var
|
|
101
|
-
if (!(e != null && e.length)) return
|
|
102
|
-
const
|
|
103
|
-
if (!
|
|
104
|
-
const a = c &&
|
|
105
|
-
return (a == null ? void 0 : a.trim()) ||
|
|
85
|
+
function v(e, t, l) {
|
|
86
|
+
var r;
|
|
87
|
+
if (!(e != null && e.length)) return t;
|
|
88
|
+
const f = ((r = e[0]) == null ? void 0 : r.items) ?? [], n = (i) => (i == null ? void 0 : i.trim().toLowerCase()) ?? "", s = n(t), c = n(l).toUpperCase(), o = f.find((i) => n(i.value) === s || n(i.code) === s) ?? null;
|
|
89
|
+
if (!o) return t;
|
|
90
|
+
const a = c && o.labels && o.labels[c] ? o.labels[c] : o.value;
|
|
91
|
+
return (a == null ? void 0 : a.trim()) || o.value.trim();
|
|
106
92
|
}
|
|
107
93
|
function D(e) {
|
|
108
|
-
let
|
|
109
|
-
return
|
|
94
|
+
let t = e;
|
|
95
|
+
return t || (t = ["mobile", "tablet", "midTablet"].includes(y())), t ? "active zoom-enabled" : "active";
|
|
110
96
|
}
|
|
111
|
-
function
|
|
112
|
-
const { autoGenerateBreaks: l, numberOfBreaks:
|
|
97
|
+
function M(e, t) {
|
|
98
|
+
const { autoGenerateBreaks: l, numberOfBreaks: f, colorScheme: n } = t, s = [];
|
|
113
99
|
if (l && e && e.length > 0) {
|
|
114
|
-
const c = e.filter((
|
|
115
|
-
c.forEach((
|
|
116
|
-
if (
|
|
117
|
-
const i =
|
|
118
|
-
|
|
100
|
+
const c = e.filter((r) => r.properties && r.properties.value != null).map((r) => r.properties.value.toFixed(2)), o = [];
|
|
101
|
+
c.forEach((r) => {
|
|
102
|
+
if (r > 0) {
|
|
103
|
+
const i = r * 0.99, u = r * 1.01;
|
|
104
|
+
o.indexOf(i) === -1 && o.push(i), o.indexOf(u) === -1 && o.push(u);
|
|
119
105
|
}
|
|
120
106
|
});
|
|
121
|
-
const a =
|
|
122
|
-
if (
|
|
123
|
-
const
|
|
124
|
-
|
|
125
|
-
const i =
|
|
126
|
-
return
|
|
107
|
+
const a = O[n];
|
|
108
|
+
if (o.length > 0) {
|
|
109
|
+
const r = new x(o);
|
|
110
|
+
r.setPrecision(2);
|
|
111
|
+
const i = o.length > 1 ? o.length - 1 : o.length;
|
|
112
|
+
return r.getJenks(Math.min(f, i)), r.ranges.forEach((u, p) => {
|
|
127
113
|
const b = {};
|
|
128
|
-
b.min = parseFloat(
|
|
114
|
+
b.min = parseFloat(u.substr(0, u.indexOf("-") - 1)) + (p > 0 ? 0.01 : 0), b.max = parseFloat(u.substr(u.indexOf("-") + 2, u.length)), b.color = a[p], s.push(b);
|
|
129
115
|
}), s;
|
|
130
116
|
}
|
|
131
117
|
}
|
|
132
118
|
return s;
|
|
133
119
|
}
|
|
134
|
-
function
|
|
135
|
-
const { mapNoDataColor:
|
|
120
|
+
function T(e, t, l) {
|
|
121
|
+
const { mapNoDataColor: f, mainLayerId: n, enabledLayers: s, selectedMeasure: c } = l;
|
|
136
122
|
if (e.properties && e.properties.variables && c && e.properties.value != null) {
|
|
137
|
-
const a =
|
|
138
|
-
if (
|
|
123
|
+
const a = A + c, r = e.properties.variables[a.trim()];
|
|
124
|
+
if (r) return r;
|
|
139
125
|
}
|
|
140
126
|
if (e.properties.value != null && (n && e.properties.layerId === n || !n)) {
|
|
141
|
-
const a =
|
|
142
|
-
return a && a.color ? a.color :
|
|
127
|
+
const a = t.find((r) => r.min != null && r.max != null ? e.properties.value >= r.min && e.properties.value <= r.max : r.min != null ? e.properties.value >= r.min : r.max != null ? e.properties.value <= r.max : !1);
|
|
128
|
+
return a && a.color ? a.color : f;
|
|
143
129
|
}
|
|
144
|
-
const
|
|
145
|
-
return
|
|
130
|
+
const o = s.filter((a) => a.id === e.properties.layerId)[0];
|
|
131
|
+
return o && o.bgColor && o.bgColor != "undefined" ? o.bgColor : f;
|
|
146
132
|
}
|
|
147
|
-
function
|
|
148
|
-
if (e.properties[
|
|
149
|
-
const
|
|
150
|
-
return
|
|
133
|
+
function E(e, t) {
|
|
134
|
+
if (e.properties[t]) {
|
|
135
|
+
const f = e.properties[t].length;
|
|
136
|
+
return f < 10 ? 80 : f * 8;
|
|
151
137
|
}
|
|
152
138
|
return 0;
|
|
153
139
|
}
|
|
154
|
-
function
|
|
140
|
+
function H(e) {
|
|
155
141
|
return e ? 30 : 25;
|
|
156
142
|
}
|
|
157
|
-
function
|
|
143
|
+
function k(e, t) {
|
|
158
144
|
if (e && e.objects) {
|
|
159
145
|
const l = Object.keys(e.objects);
|
|
160
|
-
for (const
|
|
161
|
-
const n = l[
|
|
146
|
+
for (const f in l) {
|
|
147
|
+
const n = l[f];
|
|
162
148
|
if (e.objects[n].type == "GeometryCollection")
|
|
163
149
|
return n;
|
|
164
150
|
}
|
|
165
151
|
}
|
|
166
|
-
return
|
|
152
|
+
return t;
|
|
167
153
|
}
|
|
168
|
-
function
|
|
169
|
-
const l =
|
|
154
|
+
function S(e, t) {
|
|
155
|
+
const l = k(e, t);
|
|
170
156
|
return e && e.objects && e.objects[l] ? L.feature(e, e.objects[l]).features : e && e.features ? e.features : [];
|
|
171
157
|
}
|
|
172
|
-
function
|
|
158
|
+
function R(e, t, l) {
|
|
173
159
|
if (e.properties.displayLayerLabels && e.properties.layerLocale) {
|
|
174
|
-
const
|
|
160
|
+
const f = e.properties.layerMappingField || t, n = e.properties[f];
|
|
175
161
|
return v(l, n, e.properties.layerLocale);
|
|
176
162
|
}
|
|
177
|
-
return e.properties[
|
|
163
|
+
return e.properties[t];
|
|
178
164
|
}
|
|
179
|
-
function
|
|
165
|
+
function U(e, t, l, f) {
|
|
180
166
|
const {
|
|
181
167
|
mapLabelField: n,
|
|
182
168
|
mapLabelShowValue: s,
|
|
183
169
|
intl: c,
|
|
184
|
-
valueFormat:
|
|
170
|
+
valueFormat: o,
|
|
185
171
|
showNoDataLabel: a,
|
|
186
|
-
showAdminUnitLabel:
|
|
172
|
+
showAdminUnitLabel: r,
|
|
187
173
|
noDataText: i,
|
|
188
|
-
selectedMeasure:
|
|
189
|
-
} =
|
|
190
|
-
let
|
|
191
|
-
if (
|
|
192
|
-
const b = e.properties.displayLayerLabels && e.properties.layerMappingField ? e.properties.layerMappingField : n,
|
|
193
|
-
|
|
194
|
-
const
|
|
195
|
-
if (
|
|
174
|
+
selectedMeasure: u
|
|
175
|
+
} = t;
|
|
176
|
+
let p = "";
|
|
177
|
+
if (r == j || r == w && e.properties.hasDataRow || e.properties.displayLayerLabels) {
|
|
178
|
+
const b = e.properties.displayLayerLabels && e.properties.layerMappingField ? e.properties.layerMappingField : n, g = e.properties[b], d = e.properties.layerLocale || (c == null ? void 0 : c.locale);
|
|
179
|
+
p = v(l, g, d);
|
|
180
|
+
const h = e.properties.abbrev;
|
|
181
|
+
if (p && p.length > C && h && (p = h), s)
|
|
196
182
|
if (e.properties.value != null) {
|
|
197
183
|
const m = e.properties.variables || {};
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
{ value: e.properties.value, measure:
|
|
184
|
+
p += "<br><span class='map-label-value'>" + f(
|
|
185
|
+
o,
|
|
186
|
+
{ value: e.properties.value, measure: u, ...m },
|
|
201
187
|
c
|
|
202
188
|
) + "</span>";
|
|
203
|
-
} else a == !0 && e.properties.value == null && e.properties.hasDataRow && (
|
|
189
|
+
} else a == !0 && e.properties.value == null && e.properties.hasDataRow && (p += "<br><span class='map-label-value'>" + i + "</span>");
|
|
204
190
|
}
|
|
205
|
-
return
|
|
191
|
+
return p;
|
|
206
192
|
}
|
|
207
|
-
function
|
|
208
|
-
const
|
|
193
|
+
function W(e) {
|
|
194
|
+
const t = {};
|
|
209
195
|
return e && Object.keys(e).forEach((l) => {
|
|
210
|
-
const
|
|
211
|
-
|
|
212
|
-
}),
|
|
196
|
+
const f = e[l];
|
|
197
|
+
f && (t[l] = Array.isArray(f) ? f.join(" ,") : f);
|
|
198
|
+
}), t;
|
|
213
199
|
}
|
|
214
|
-
function
|
|
215
|
-
const
|
|
216
|
-
if (
|
|
217
|
-
const n =
|
|
200
|
+
function z(e, t, l) {
|
|
201
|
+
const f = e ? e.value : null;
|
|
202
|
+
if (f != null) {
|
|
203
|
+
const n = t.find((s) => s.min != null && s.max != null ? f >= s.min && f <= s.max : s.min != null ? f >= s.min : s.max != null ? f <= s.max : !1);
|
|
218
204
|
return n && n.color ? n.color : l;
|
|
219
205
|
}
|
|
220
206
|
return l;
|
|
221
207
|
}
|
|
222
208
|
export {
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
209
|
+
A as COLOR_VARIABLE,
|
|
210
|
+
I as LOCATION,
|
|
211
|
+
C as MAX_LABEL_LEN,
|
|
212
|
+
j as SHOW_ALL,
|
|
213
|
+
w as SHOW_IF_HAS_DATA,
|
|
228
214
|
D as classColor,
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
R as getLabelBoxHeight,
|
|
240
|
-
S as getLabelBoxWidth,
|
|
215
|
+
U as createLabel,
|
|
216
|
+
_ as deviceMapHeight,
|
|
217
|
+
S as extractFeatures,
|
|
218
|
+
T as fillColor,
|
|
219
|
+
M as generateBreaks,
|
|
220
|
+
k as getCollectionField,
|
|
221
|
+
W as getFilters,
|
|
222
|
+
z as getHighlightedLocationColor,
|
|
223
|
+
H as getLabelBoxHeight,
|
|
224
|
+
E as getLabelBoxWidth,
|
|
241
225
|
v as getTranslatedItemLabel,
|
|
242
|
-
|
|
226
|
+
R as getTranslatedLocationName
|
|
243
227
|
};
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { jsx as e, jsxs as f } from "react/jsx-runtime";
|
|
2
2
|
import I, { useState as w, useRef as G, useEffect as x } from "react";
|
|
3
3
|
import { Container as b, Accordion as y, Icon as V, Menu as T, Grid as v, Label as M, Button as W } from "semantic-ui-react";
|
|
4
|
-
import { PostProvider as q, PostConsumer as _, MediaProvider as P, MediaConsumer as A, PostIcon as
|
|
4
|
+
import { PostProvider as q, PostConsumer as _, MediaProvider as P, MediaConsumer as A, PostIcon as S, PostLabel as $ } from "@devgateway/wp-react-lib";
|
|
5
5
|
import { injectIntl as E } from "react-intl";
|
|
6
6
|
import { connect as O } from "react-redux";
|
|
7
|
-
import
|
|
7
|
+
import k from "../connected-templates/PostIntro.js";
|
|
8
8
|
import { useWindowDimensionsAndDevice as U } from "../../lib/hooks/window-dimensions.js";
|
|
9
9
|
const Y = ({ posts: t, activeItem: o, setActive: i, showLabels: n }) => t ? t.map((l) => /* @__PURE__ */ e(
|
|
10
10
|
T.Item,
|
|
11
11
|
{
|
|
12
12
|
onClick: () => i(l.slug),
|
|
13
13
|
className: l.slug === o ? "active" : "",
|
|
14
|
-
children: n ? /* @__PURE__ */ e(
|
|
14
|
+
children: n ? /* @__PURE__ */ e($, { post: l }) : /* @__PURE__ */ e(M, { children: /* @__PURE__ */ e("span", { dangerouslySetInnerHTML: { __html: l.title.rendered } }) })
|
|
15
15
|
},
|
|
16
16
|
l.id
|
|
17
17
|
)) : null, J = ({
|
|
@@ -38,10 +38,10 @@ const Y = ({ posts: t, activeItem: o, setActive: i, showLabels: n }) => t ? t.ma
|
|
|
38
38
|
P,
|
|
39
39
|
{
|
|
40
40
|
id: (m = a.meta_fields) != null && m.icon ? a.meta_fields.icon[0] : null,
|
|
41
|
-
children: /* @__PURE__ */ e(A, { children: /* @__PURE__ */ e(
|
|
41
|
+
children: /* @__PURE__ */ e(A, { children: /* @__PURE__ */ e(S, { className: "icon" }) })
|
|
42
42
|
}
|
|
43
43
|
),
|
|
44
|
-
l ? /* @__PURE__ */ e(
|
|
44
|
+
l ? /* @__PURE__ */ e($, { post: a }) : /* @__PURE__ */ e(M, { children: /* @__PURE__ */ e(
|
|
45
45
|
"span",
|
|
46
46
|
{
|
|
47
47
|
dangerouslySetInnerHTML: { __html: a.title.rendered }
|
|
@@ -54,7 +54,7 @@ const Y = ({ posts: t, activeItem: o, setActive: i, showLabels: n }) => t ? t.ma
|
|
|
54
54
|
a.id
|
|
55
55
|
);
|
|
56
56
|
}) : null;
|
|
57
|
-
},
|
|
57
|
+
}, L = ({ posts: t, activeItem: o }) => (x(() => {
|
|
58
58
|
const i = document.querySelector(".ui.container.content-tab");
|
|
59
59
|
i && (i.scrollTop = 0);
|
|
60
60
|
}, [o]), t ? t.map((i) => {
|
|
@@ -70,7 +70,7 @@ const Y = ({ posts: t, activeItem: o, setActive: i, showLabels: n }) => t ? t.ma
|
|
|
70
70
|
visibility: "visible",
|
|
71
71
|
position: "relative",
|
|
72
72
|
width: "auto"
|
|
73
|
-
}, /* @__PURE__ */ e(
|
|
73
|
+
}, /* @__PURE__ */ e(k, { as: b, fluid: !0, post: i, style: n }, i.slug);
|
|
74
74
|
}) : null), K = ({ posts: t, activeItem: o, setActive: i }) => {
|
|
75
75
|
const [n, l] = w(
|
|
76
76
|
t.findIndex((s) => s.slug === o)
|
|
@@ -109,7 +109,7 @@ const Y = ({ posts: t, activeItem: o, setActive: i, showLabels: n }) => t ? t.ma
|
|
|
109
109
|
},
|
|
110
110
|
children: [
|
|
111
111
|
/* @__PURE__ */ f("div", { style: { display: "flex", alignItems: "center" }, children: [
|
|
112
|
-
c && /* @__PURE__ */ e(P, { id: c, children: /* @__PURE__ */ e(A, { children: /* @__PURE__ */ e(
|
|
112
|
+
c && /* @__PURE__ */ e(P, { id: c, children: /* @__PURE__ */ e(A, { children: /* @__PURE__ */ e(S, { className: "icon" }) }) }),
|
|
113
113
|
/* @__PURE__ */ e(
|
|
114
114
|
"span",
|
|
115
115
|
{
|
|
@@ -129,7 +129,7 @@ const Y = ({ posts: t, activeItem: o, setActive: i, showLabels: n }) => t ? t.ma
|
|
|
129
129
|
{
|
|
130
130
|
className: "accordion-post-content",
|
|
131
131
|
active: n === u,
|
|
132
|
-
children: /* @__PURE__ */ e("div", { ref: d, children: /* @__PURE__ */ e(
|
|
132
|
+
children: /* @__PURE__ */ e("div", { ref: d, children: /* @__PURE__ */ e(k, { post: s, as: b, fluid: !0 }) })
|
|
133
133
|
}
|
|
134
134
|
)
|
|
135
135
|
] }, s.id);
|
|
@@ -146,13 +146,13 @@ const Y = ({ posts: t, activeItem: o, setActive: i, showLabels: n }) => t ? t.ma
|
|
|
146
146
|
}, [t]), /* @__PURE__ */ f(I.Fragment, { children: [
|
|
147
147
|
t.map((r) => /* @__PURE__ */ e("anchor", { id: r.slug }, r.slug)),
|
|
148
148
|
/* @__PURE__ */ e(T, { className: "tabbed posts", text: !0, children: /* @__PURE__ */ e(Y, { showLabels: o, posts: t, setActive: l, activeItem: n }) }),
|
|
149
|
-
/* @__PURE__ */ e(b, { className: "content-tab", style: { height: `${i}px` }, children: /* @__PURE__ */ e(
|
|
149
|
+
/* @__PURE__ */ e(b, { className: "content-tab", style: { height: `${i}px` }, children: /* @__PURE__ */ e(L, { posts: t, activeItem: n }) })
|
|
150
150
|
] });
|
|
151
151
|
}, X = ({ posts: t, showLabels: o, showIcons: i, height: n }) => {
|
|
152
152
|
const [l, r] = w(t ? t[0].slug : null);
|
|
153
153
|
return /* @__PURE__ */ e(I.Fragment, { children: /* @__PURE__ */ f(v, { stackable: !0, className: "tabbed posts", columns: t.length, style: { height: n + "px" }, children: [
|
|
154
154
|
/* @__PURE__ */ e(J, { showIcons: i, showLabels: o, posts: t, activeItem: l, setActive: r }),
|
|
155
|
-
/* @__PURE__ */ e(v.Row, { style: { height: `${n}px` }, children: /* @__PURE__ */ e(v.Column, { width: 16, className: "content", children: /* @__PURE__ */ e(b, { className: "content-tab", style: { height: `${n}px` }, children: /* @__PURE__ */ e(
|
|
155
|
+
/* @__PURE__ */ e(v.Row, { style: { height: `${n}px` }, children: /* @__PURE__ */ e(v.Column, { width: 16, className: "content", children: /* @__PURE__ */ e(b, { className: "content-tab", style: { height: `${n}px` }, children: /* @__PURE__ */ e(L, { className: "content-tab", posts: t, activeItem: l }) }) }) })
|
|
156
156
|
] }) });
|
|
157
157
|
}, Z = (t) => {
|
|
158
158
|
var N;
|
|
@@ -173,7 +173,7 @@ const Y = ({ posts: t, activeItem: o, setActive: i, showLabels: n }) => t ? t.ma
|
|
|
173
173
|
unique: j
|
|
174
174
|
} = t;
|
|
175
175
|
c != null && c.previewMode && (c != null && c.editing) && (u = c.previewMode, g = c.editing);
|
|
176
|
-
const D = t.intl.locale, R = Array.isArray(n) ? n.join(",") : n, p = d === "true", C = p ? s : void 0, { width: H } = U(), z = H <= 1024, B = u !== "Desktop" && g, F = z && !g;
|
|
176
|
+
const D = t.intl.locale, R = Array.isArray(n) ? n.join(",").toString() : n, p = d === "true", C = p ? s : void 0, { width: H } = U(), z = H <= 1024, B = u !== "Desktop" && g, F = z && !g;
|
|
177
177
|
return g && !o ? /* @__PURE__ */ e(b, { className: `viz tabbed posts ${g ? "editing" : ""} ${p ? "scrollable" : ""}`, fluid: !0 }) : /* @__PURE__ */ e(b, { className: `viz tabbed posts ${g ? "editing" : ""} ${p ? "scrollable" : ""}`, fluid: !0, children: /* @__PURE__ */ e(
|
|
178
178
|
q,
|
|
179
179
|
{
|