@paroicms/internal-link-plugin 0.16.0 → 0.16.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.
|
@@ -470,19 +470,16 @@ function ut(t) {
|
|
|
470
470
|
when: o,
|
|
471
471
|
get children() {
|
|
472
472
|
var d = Pt();
|
|
473
|
-
return p(d, () => o().map((u) => (
|
|
474
|
-
|
|
475
|
-
(
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
return () => O() ? L(() => !!$(u.publishDate))() ? c("InternalLink.editor.published") : c("InternalLink.editor.sheduled") : c("InternalLink.editor.draft");
|
|
482
|
-
})()), C(() => bt(v, `ILResultItem-status
|
|
473
|
+
return p(d, () => o().map((u) => (() => {
|
|
474
|
+
var h = xt(), _ = h.firstChild, v = _.nextSibling;
|
|
475
|
+
return h.$$click = () => {
|
|
476
|
+
n(u.id);
|
|
477
|
+
}, p(_, () => u.title), p(v, (() => {
|
|
478
|
+
var O = L(() => !!u.ready);
|
|
479
|
+
return () => O() ? L(() => !!$(u.publishDate))() ? c("InternalLink.editor.published") : c("InternalLink.editor.sheduled") : c("InternalLink.editor.draft");
|
|
480
|
+
})()), C(() => bt(v, `ILResultItem-status
|
|
483
481
|
${u.ready ? $(u.publishDate) ? "published" : "sheduled" : "draft"}`)), h;
|
|
484
|
-
|
|
485
|
-
))), d;
|
|
482
|
+
})())), d;
|
|
486
483
|
}
|
|
487
484
|
}), null), p(f, T(X, {
|
|
488
485
|
get when() {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@paroicms/internal-link-plugin",
|
|
3
|
-
"version": "0.16.
|
|
3
|
+
"version": "0.16.1",
|
|
4
4
|
"description": "Internal link plugin for ParoiCMS",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"paroicms",
|
|
@@ -30,10 +30,10 @@
|
|
|
30
30
|
"@paroicms/public-server-lib": "0"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@paroicms/public-admin-ui-lib": "0.26.
|
|
34
|
-
"@paroicms/public-anywhere-lib": "0.25.
|
|
35
|
-
"@paroicms/public-server-lib": "0.37.
|
|
36
|
-
"@paroicms/quill-editor-plugin": "1.36.
|
|
33
|
+
"@paroicms/public-admin-ui-lib": "0.26.1",
|
|
34
|
+
"@paroicms/public-anywhere-lib": "0.25.1",
|
|
35
|
+
"@paroicms/public-server-lib": "0.37.1",
|
|
36
|
+
"@paroicms/quill-editor-plugin": "1.36.1",
|
|
37
37
|
"@solid-primitives/i18n": "~2.2.1",
|
|
38
38
|
"@types/node": "~24.0.1",
|
|
39
39
|
"primeicons": "^7.0.0",
|