@cu-mkp/editioncrafter 1.2.0 → 1.2.1
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/editioncrafter.js
CHANGED
|
@@ -49403,7 +49403,7 @@ function V1(e, n) {
|
|
|
49403
49403
|
return e.map((t) => n.find((r) => r.xml_id === t)).filter(Boolean);
|
|
49404
49404
|
}
|
|
49405
49405
|
function pZ(e, n, t, r) {
|
|
49406
|
-
return `${e}
|
|
49406
|
+
return `${e}#/ec/${n.surface_xml_id}/f/${n.surface_xml_id}/${n.layer_xml_id}?tags=${[...t, ...r].join(",")}`;
|
|
49407
49407
|
}
|
|
49408
49408
|
function mZ(e) {
|
|
49409
49409
|
const n = Is(Zh), t = lr(
|
|
@@ -18,7 +18,7 @@ function getTagObjects(ids, allTags) {
|
|
|
18
18
|
|
|
19
19
|
function getSurfaceLink(baseUrl, div, cats, tags) {
|
|
20
20
|
return (
|
|
21
|
-
`${baseUrl}
|
|
21
|
+
`${baseUrl}#/ec/${div.surface_xml_id}/f/${div.surface_xml_id}/${div.layer_xml_id}?tags=${[...cats, ...tags].join(',')}`
|
|
22
22
|
)
|
|
23
23
|
}
|
|
24
24
|
|