@ampless/admin 1.0.0-alpha.82 → 1.0.0-alpha.84
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/api/index.d.ts +58 -2
- package/dist/api/index.js +213 -1
- package/dist/{chunk-TBNETGQL.js → chunk-7NQERXNY.js} +1 -1
- package/dist/{chunk-7AGYC7JB.js → chunk-BRTC5O3E.js} +15 -4
- package/dist/{chunk-MPZ3GVZC.js → chunk-CFIOUXVE.js} +16 -6
- package/dist/{chunk-IR4EB5C3.js → chunk-GGHN2RKQ.js} +1 -1
- package/dist/{chunk-DDAGBC4N.js → chunk-HN3UFHP7.js} +1 -1
- package/dist/chunk-J6R356H3.js +183 -0
- package/dist/{chunk-DUSEHGSV.js → chunk-K44QF3MV.js} +1 -1
- package/dist/{chunk-HOJJIABL.js → chunk-MKWYNK4J.js} +2 -2
- package/dist/{chunk-7TAT4AHW.js → chunk-OFPNBZKP.js} +36 -2
- package/dist/{chunk-PHV2FQFV.js → chunk-SMI7Y77B.js} +1 -1
- package/dist/{chunk-DSCNWIBN.js → chunk-SQ6LFPXH.js} +2 -2
- package/dist/{chunk-4QTNVVKD.js → chunk-V6JNTCPS.js} +2 -2
- package/dist/{chunk-NI4JSVXL.js → chunk-W4VHP2JW.js} +1 -1
- package/dist/{chunk-AB2VWBDC.js → chunk-WXIYV2PO.js} +45 -3
- package/dist/{chunk-OJTHDE7F.js → chunk-YU5MPQXB.js} +2 -2
- package/dist/components/admin-dashboard.js +3 -3
- package/dist/components/edit-post-view.js +5 -5
- package/dist/components/index.d.ts +1 -1
- package/dist/components/index.js +6 -6
- package/dist/components/login-view.js +3 -3
- package/dist/components/mcp-tokens-view.js +3 -3
- package/dist/components/media-view.js +5 -5
- package/dist/components/new-post-view.js +5 -5
- package/dist/components/plugin-settings-form.js +3 -3
- package/dist/components/posts-list-view.js +3 -3
- package/dist/components/users-list-view.js +3 -3
- package/dist/{i18n-DBNV_Fgf.d.ts → i18n-DA-aakRX.d.ts} +52 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/dist/metafile-esm.json +1 -1
- package/dist/pages/index.d.ts +1 -1
- package/dist/pages/index.js +15 -15
- package/package.json +4 -4
- package/dist/chunk-LNX3I35F.js +0 -67
|
@@ -60,7 +60,24 @@ var en_default = {
|
|
|
60
60
|
columnTitle: "Title",
|
|
61
61
|
columnStatus: "Status",
|
|
62
62
|
columnSlug: "Slug",
|
|
63
|
-
|
|
63
|
+
columnPublished: "Published",
|
|
64
|
+
columnUpdated: "Updated",
|
|
65
|
+
searchPlaceholder: "Search title, slug, or tags",
|
|
66
|
+
filterAll: "All statuses",
|
|
67
|
+
filterPublished: "Published",
|
|
68
|
+
filterDraft: "Draft",
|
|
69
|
+
filterAllTags: "All tags",
|
|
70
|
+
sortLabel: "Sort",
|
|
71
|
+
sortUpdatedDesc: "Updated newest",
|
|
72
|
+
sortUpdatedAsc: "Updated oldest",
|
|
73
|
+
sortPublishedDesc: "Published newest",
|
|
74
|
+
sortPublishedAsc: "Published oldest",
|
|
75
|
+
sortTitleAsc: "Title A-Z",
|
|
76
|
+
sortTitleDesc: "Title Z-A",
|
|
77
|
+
showMore: "Show more",
|
|
78
|
+
resultCount: "{shown} / {total}",
|
|
79
|
+
noMatches: "No posts match the current filters.",
|
|
80
|
+
loadError: "Failed to load posts"
|
|
64
81
|
},
|
|
65
82
|
form: {
|
|
66
83
|
newTitle: "New post",
|
|
@@ -432,7 +449,24 @@ var ja_default = {
|
|
|
432
449
|
columnTitle: "\u30BF\u30A4\u30C8\u30EB",
|
|
433
450
|
columnStatus: "\u30B9\u30C6\u30FC\u30BF\u30B9",
|
|
434
451
|
columnSlug: "\u30B9\u30E9\u30C3\u30B0",
|
|
435
|
-
|
|
452
|
+
columnPublished: "\u516C\u958B\u65E5",
|
|
453
|
+
columnUpdated: "\u66F4\u65B0\u65E5",
|
|
454
|
+
searchPlaceholder: "\u30BF\u30A4\u30C8\u30EB\u3001\u30B9\u30E9\u30C3\u30B0\u3001\u30BF\u30B0\u3092\u691C\u7D22",
|
|
455
|
+
filterAll: "\u3059\u3079\u3066\u306E\u30B9\u30C6\u30FC\u30BF\u30B9",
|
|
456
|
+
filterPublished: "\u516C\u958B\u6E08",
|
|
457
|
+
filterDraft: "\u4E0B\u66F8\u304D",
|
|
458
|
+
filterAllTags: "\u3059\u3079\u3066\u306E\u30BF\u30B0",
|
|
459
|
+
sortLabel: "\u4E26\u3073\u66FF\u3048",
|
|
460
|
+
sortUpdatedDesc: "\u66F4\u65B0\u65E5 \u65B0\u3057\u3044\u9806",
|
|
461
|
+
sortUpdatedAsc: "\u66F4\u65B0\u65E5 \u53E4\u3044\u9806",
|
|
462
|
+
sortPublishedDesc: "\u516C\u958B\u65E5 \u65B0\u3057\u3044\u9806",
|
|
463
|
+
sortPublishedAsc: "\u516C\u958B\u65E5 \u53E4\u3044\u9806",
|
|
464
|
+
sortTitleAsc: "\u30BF\u30A4\u30C8\u30EB A-Z",
|
|
465
|
+
sortTitleDesc: "\u30BF\u30A4\u30C8\u30EB Z-A",
|
|
466
|
+
showMore: "\u3055\u3089\u306B\u8868\u793A",
|
|
467
|
+
resultCount: "{shown} / {total}",
|
|
468
|
+
noMatches: "\u6761\u4EF6\u306B\u4E00\u81F4\u3059\u308B\u8A18\u4E8B\u304C\u3042\u308A\u307E\u305B\u3093\u3002",
|
|
469
|
+
loadError: "\u8A18\u4E8B\u306E\u8AAD\u307F\u8FBC\u307F\u306B\u5931\u6557\u3057\u307E\u3057\u305F"
|
|
436
470
|
},
|
|
437
471
|
form: {
|
|
438
472
|
newTitle: "\u65B0\u898F\u8A18\u4E8B",
|
|
@@ -3,13 +3,13 @@ import {
|
|
|
3
3
|
ImageUploadDialog,
|
|
4
4
|
createMediaRow,
|
|
5
5
|
getMediaProcessingDefaults
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-HN3UFHP7.js";
|
|
7
7
|
import {
|
|
8
8
|
publicMediaUrl
|
|
9
9
|
} from "./chunk-2ITWLRYF.js";
|
|
10
10
|
import {
|
|
11
11
|
useT
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-K44QF3MV.js";
|
|
13
13
|
|
|
14
14
|
// src/components/media-uploader.tsx
|
|
15
15
|
import { useState, useEffect, useCallback, useRef } from "react";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
import {
|
|
3
3
|
PostForm
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-BRTC5O3E.js";
|
|
5
5
|
import {
|
|
6
6
|
useT
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-K44QF3MV.js";
|
|
8
8
|
|
|
9
9
|
// src/components/edit-post-view.tsx
|
|
10
10
|
import { useEffect, useState, use } from "react";
|
|
@@ -4,10 +4,10 @@ import {
|
|
|
4
4
|
} from "./chunk-D72XF3Q3.js";
|
|
5
5
|
import {
|
|
6
6
|
clearAllDrafts
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-BRTC5O3E.js";
|
|
8
8
|
import {
|
|
9
9
|
setAdminCmsConfigClient
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-HN3UFHP7.js";
|
|
11
11
|
import {
|
|
12
12
|
setAdminMediaContext
|
|
13
13
|
} from "./chunk-2ITWLRYF.js";
|
|
@@ -17,7 +17,7 @@ import {
|
|
|
17
17
|
import {
|
|
18
18
|
useLocale,
|
|
19
19
|
useT
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-K44QF3MV.js";
|
|
21
21
|
|
|
22
22
|
// src/lib/amplify-client.ts
|
|
23
23
|
import { Amplify } from "aws-amplify";
|
|
@@ -55,6 +55,18 @@ function toCorePost(p) {
|
|
|
55
55
|
updatedAt: p.updatedAt ?? void 0
|
|
56
56
|
};
|
|
57
57
|
}
|
|
58
|
+
function toSummary(p) {
|
|
59
|
+
return {
|
|
60
|
+
postId: p.postId,
|
|
61
|
+
slug: p.slug,
|
|
62
|
+
title: p.title,
|
|
63
|
+
excerpt: p.excerpt ?? void 0,
|
|
64
|
+
status: p.status ?? "draft",
|
|
65
|
+
publishedAt: p.publishedAt ?? void 0,
|
|
66
|
+
updatedAt: p.updatedAt ?? void 0,
|
|
67
|
+
tags: (p.tags ?? []).filter((t) => typeof t === "string")
|
|
68
|
+
};
|
|
69
|
+
}
|
|
58
70
|
function toCoreRevision(r) {
|
|
59
71
|
return {
|
|
60
72
|
postHistoryId: r.postHistoryId,
|
|
@@ -88,6 +100,36 @@ function installAdminPostsProvider() {
|
|
|
88
100
|
});
|
|
89
101
|
return data.map(toCorePost);
|
|
90
102
|
},
|
|
103
|
+
async listSummaries(opts = {}) {
|
|
104
|
+
const status = opts.status ?? "all";
|
|
105
|
+
const filter = status !== "all" ? { status: { eq: status } } : void 0;
|
|
106
|
+
const out = [];
|
|
107
|
+
let nextToken = void 0;
|
|
108
|
+
do {
|
|
109
|
+
const { data, errors, nextToken: nt } = await client.models.Post.list({
|
|
110
|
+
filter,
|
|
111
|
+
limit: 200,
|
|
112
|
+
nextToken,
|
|
113
|
+
selectionSet: [
|
|
114
|
+
"postId",
|
|
115
|
+
"slug",
|
|
116
|
+
"title",
|
|
117
|
+
"excerpt",
|
|
118
|
+
"status",
|
|
119
|
+
"publishedAt",
|
|
120
|
+
"updatedAt",
|
|
121
|
+
"tags"
|
|
122
|
+
]
|
|
123
|
+
});
|
|
124
|
+
if (errors && errors.length > 0) {
|
|
125
|
+
console.error("[ampless admin] Post.list page failed:", errors);
|
|
126
|
+
throw new Error(errors[0]?.message ?? "Post.list failed");
|
|
127
|
+
}
|
|
128
|
+
out.push(...data.map(toSummary));
|
|
129
|
+
nextToken = nt;
|
|
130
|
+
} while (nextToken);
|
|
131
|
+
return out;
|
|
132
|
+
},
|
|
91
133
|
async get(slug) {
|
|
92
134
|
const { data } = await client.models.Post.list({
|
|
93
135
|
filter: { slug: { eq: slug } },
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
import {
|
|
3
3
|
PostForm
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-BRTC5O3E.js";
|
|
5
5
|
import {
|
|
6
6
|
useT
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-K44QF3MV.js";
|
|
8
8
|
|
|
9
9
|
// src/components/new-post-view.tsx
|
|
10
10
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
AdminDashboard
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-
|
|
6
|
-
import "../chunk-
|
|
4
|
+
} from "../chunk-CFIOUXVE.js";
|
|
5
|
+
import "../chunk-K44QF3MV.js";
|
|
6
|
+
import "../chunk-OFPNBZKP.js";
|
|
7
7
|
export {
|
|
8
8
|
AdminDashboard
|
|
9
9
|
};
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
EditPostPage
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-
|
|
6
|
-
import "../chunk-
|
|
4
|
+
} from "../chunk-V6JNTCPS.js";
|
|
5
|
+
import "../chunk-BRTC5O3E.js";
|
|
6
|
+
import "../chunk-HN3UFHP7.js";
|
|
7
7
|
import "../chunk-PCPXAEBG.js";
|
|
8
8
|
import "../chunk-2ITWLRYF.js";
|
|
9
|
-
import "../chunk-
|
|
10
|
-
import "../chunk-
|
|
9
|
+
import "../chunk-K44QF3MV.js";
|
|
10
|
+
import "../chunk-OFPNBZKP.js";
|
|
11
11
|
export {
|
|
12
12
|
EditPostPage
|
|
13
13
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { L as Locale, D as Dictionary } from '../i18n-
|
|
2
|
+
import { L as Locale, D as Dictionary } from '../i18n-DA-aakRX.js';
|
|
3
3
|
import { Config, Post, ThemeManifest, LocalizedString, MediaProcessingDefaults } from 'ampless';
|
|
4
4
|
import { AmplessOutputs, ColorScheme } from '@ampless/runtime';
|
|
5
5
|
import { ProcessOptions } from 'ampless/media';
|
package/dist/components/index.js
CHANGED
|
@@ -4,22 +4,22 @@ import {
|
|
|
4
4
|
Sidebar,
|
|
5
5
|
SiteSettingsForm,
|
|
6
6
|
ThemeSettingsForm
|
|
7
|
-
} from "../chunk-
|
|
7
|
+
} from "../chunk-WXIYV2PO.js";
|
|
8
8
|
import {
|
|
9
9
|
MediaUploader
|
|
10
|
-
} from "../chunk-
|
|
10
|
+
} from "../chunk-SQ6LFPXH.js";
|
|
11
11
|
import {
|
|
12
12
|
invalidateSiteSettingsCache
|
|
13
13
|
} from "../chunk-D72XF3Q3.js";
|
|
14
14
|
import {
|
|
15
15
|
MediaPicker,
|
|
16
16
|
PostForm
|
|
17
|
-
} from "../chunk-
|
|
17
|
+
} from "../chunk-BRTC5O3E.js";
|
|
18
18
|
import {
|
|
19
19
|
ImageUploadDialog,
|
|
20
20
|
sanitizeName,
|
|
21
21
|
uploadProcessedImage
|
|
22
|
-
} from "../chunk-
|
|
22
|
+
} from "../chunk-HN3UFHP7.js";
|
|
23
23
|
import "../chunk-PCPXAEBG.js";
|
|
24
24
|
import {
|
|
25
25
|
publicMediaUrl,
|
|
@@ -30,8 +30,8 @@ import {
|
|
|
30
30
|
I18nProvider,
|
|
31
31
|
useLocale,
|
|
32
32
|
useT
|
|
33
|
-
} from "../chunk-
|
|
34
|
-
import "../chunk-
|
|
33
|
+
} from "../chunk-K44QF3MV.js";
|
|
34
|
+
import "../chunk-OFPNBZKP.js";
|
|
35
35
|
export {
|
|
36
36
|
AdminProviders,
|
|
37
37
|
I18nProvider,
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
LoginPage
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-
|
|
6
|
-
import "../chunk-
|
|
4
|
+
} from "../chunk-GGHN2RKQ.js";
|
|
5
|
+
import "../chunk-K44QF3MV.js";
|
|
6
|
+
import "../chunk-OFPNBZKP.js";
|
|
7
7
|
export {
|
|
8
8
|
LoginPage
|
|
9
9
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
McpTokensView
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-W4VHP2JW.js";
|
|
5
5
|
import "../chunk-C7G5AQ3L.js";
|
|
6
|
-
import "../chunk-
|
|
7
|
-
import "../chunk-
|
|
6
|
+
import "../chunk-K44QF3MV.js";
|
|
7
|
+
import "../chunk-OFPNBZKP.js";
|
|
8
8
|
export {
|
|
9
9
|
McpTokensView
|
|
10
10
|
};
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
MediaPage
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-
|
|
6
|
-
import "../chunk-
|
|
4
|
+
} from "../chunk-MKWYNK4J.js";
|
|
5
|
+
import "../chunk-SQ6LFPXH.js";
|
|
6
|
+
import "../chunk-HN3UFHP7.js";
|
|
7
7
|
import "../chunk-2ITWLRYF.js";
|
|
8
|
-
import "../chunk-
|
|
9
|
-
import "../chunk-
|
|
8
|
+
import "../chunk-K44QF3MV.js";
|
|
9
|
+
import "../chunk-OFPNBZKP.js";
|
|
10
10
|
export {
|
|
11
11
|
MediaPage
|
|
12
12
|
};
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
NewPostPage
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-
|
|
6
|
-
import "../chunk-
|
|
4
|
+
} from "../chunk-YU5MPQXB.js";
|
|
5
|
+
import "../chunk-BRTC5O3E.js";
|
|
6
|
+
import "../chunk-HN3UFHP7.js";
|
|
7
7
|
import "../chunk-PCPXAEBG.js";
|
|
8
8
|
import "../chunk-2ITWLRYF.js";
|
|
9
|
-
import "../chunk-
|
|
10
|
-
import "../chunk-
|
|
9
|
+
import "../chunk-K44QF3MV.js";
|
|
10
|
+
import "../chunk-OFPNBZKP.js";
|
|
11
11
|
export {
|
|
12
12
|
NewPostPage
|
|
13
13
|
};
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
import {
|
|
3
3
|
PluginSettingsForm,
|
|
4
4
|
renderScalarInput
|
|
5
|
-
} from "../chunk-
|
|
5
|
+
} from "../chunk-SMI7Y77B.js";
|
|
6
6
|
import "../chunk-D72XF3Q3.js";
|
|
7
|
-
import "../chunk-
|
|
8
|
-
import "../chunk-
|
|
7
|
+
import "../chunk-K44QF3MV.js";
|
|
8
|
+
import "../chunk-OFPNBZKP.js";
|
|
9
9
|
export {
|
|
10
10
|
PluginSettingsForm,
|
|
11
11
|
renderScalarInput
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
PostsList
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-
|
|
6
|
-
import "../chunk-
|
|
4
|
+
} from "../chunk-J6R356H3.js";
|
|
5
|
+
import "../chunk-K44QF3MV.js";
|
|
6
|
+
import "../chunk-OFPNBZKP.js";
|
|
7
7
|
export {
|
|
8
8
|
PostsList
|
|
9
9
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
UsersListView
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-
|
|
6
|
-
import "../chunk-
|
|
4
|
+
} from "../chunk-7NQERXNY.js";
|
|
5
|
+
import "../chunk-K44QF3MV.js";
|
|
6
|
+
import "../chunk-OFPNBZKP.js";
|
|
7
7
|
export {
|
|
8
8
|
UsersListView
|
|
9
9
|
};
|
|
@@ -58,7 +58,24 @@ var posts = {
|
|
|
58
58
|
columnTitle: "Title",
|
|
59
59
|
columnStatus: "Status",
|
|
60
60
|
columnSlug: "Slug",
|
|
61
|
-
|
|
61
|
+
columnPublished: "Published",
|
|
62
|
+
columnUpdated: "Updated",
|
|
63
|
+
searchPlaceholder: "Search title, slug, or tags",
|
|
64
|
+
filterAll: "All statuses",
|
|
65
|
+
filterPublished: "Published",
|
|
66
|
+
filterDraft: "Draft",
|
|
67
|
+
filterAllTags: "All tags",
|
|
68
|
+
sortLabel: "Sort",
|
|
69
|
+
sortUpdatedDesc: "Updated newest",
|
|
70
|
+
sortUpdatedAsc: "Updated oldest",
|
|
71
|
+
sortPublishedDesc: "Published newest",
|
|
72
|
+
sortPublishedAsc: "Published oldest",
|
|
73
|
+
sortTitleAsc: "Title A-Z",
|
|
74
|
+
sortTitleDesc: "Title Z-A",
|
|
75
|
+
showMore: "Show more",
|
|
76
|
+
resultCount: "{shown} / {total}",
|
|
77
|
+
noMatches: "No posts match the current filters.",
|
|
78
|
+
loadError: "Failed to load posts"
|
|
62
79
|
},
|
|
63
80
|
form: {
|
|
64
81
|
newTitle: "New post",
|
|
@@ -444,7 +461,24 @@ declare const dictionaries: {
|
|
|
444
461
|
columnTitle: string;
|
|
445
462
|
columnStatus: string;
|
|
446
463
|
columnSlug: string;
|
|
464
|
+
columnPublished: string;
|
|
447
465
|
columnUpdated: string;
|
|
466
|
+
searchPlaceholder: string;
|
|
467
|
+
filterAll: string;
|
|
468
|
+
filterPublished: string;
|
|
469
|
+
filterDraft: string;
|
|
470
|
+
filterAllTags: string;
|
|
471
|
+
sortLabel: string;
|
|
472
|
+
sortUpdatedDesc: string;
|
|
473
|
+
sortUpdatedAsc: string;
|
|
474
|
+
sortPublishedDesc: string;
|
|
475
|
+
sortPublishedAsc: string;
|
|
476
|
+
sortTitleAsc: string;
|
|
477
|
+
sortTitleDesc: string;
|
|
478
|
+
showMore: string;
|
|
479
|
+
resultCount: string;
|
|
480
|
+
noMatches: string;
|
|
481
|
+
loadError: string;
|
|
448
482
|
};
|
|
449
483
|
form: {
|
|
450
484
|
newTitle: string;
|
|
@@ -814,7 +848,24 @@ declare const dictionaries: {
|
|
|
814
848
|
columnTitle: string;
|
|
815
849
|
columnStatus: string;
|
|
816
850
|
columnSlug: string;
|
|
851
|
+
columnPublished: string;
|
|
817
852
|
columnUpdated: string;
|
|
853
|
+
searchPlaceholder: string;
|
|
854
|
+
filterAll: string;
|
|
855
|
+
filterPublished: string;
|
|
856
|
+
filterDraft: string;
|
|
857
|
+
filterAllTags: string;
|
|
858
|
+
sortLabel: string;
|
|
859
|
+
sortUpdatedDesc: string;
|
|
860
|
+
sortUpdatedAsc: string;
|
|
861
|
+
sortPublishedDesc: string;
|
|
862
|
+
sortPublishedAsc: string;
|
|
863
|
+
sortTitleAsc: string;
|
|
864
|
+
sortTitleDesc: string;
|
|
865
|
+
showMore: string;
|
|
866
|
+
resultCount: string;
|
|
867
|
+
noMatches: string;
|
|
868
|
+
loadError: string;
|
|
818
869
|
};
|
|
819
870
|
form: {
|
|
820
871
|
newTitle: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Config } from 'ampless';
|
|
2
2
|
import { AmplessOutputs, EffectiveSiteSettings, EffectiveThemeConfig, ResolvedMedia, Ampless } from '@ampless/runtime';
|
|
3
|
-
import { L as Locale, D as Dictionary } from './i18n-
|
|
4
|
-
export { A as AdminLocaleStrings, g as getDictionary, r as resolveLocale, t as translate } from './i18n-
|
|
3
|
+
import { L as Locale, D as Dictionary } from './i18n-DA-aakRX.js';
|
|
4
|
+
export { A as AdminLocaleStrings, g as getDictionary, r as resolveLocale, t as translate } from './i18n-DA-aakRX.js';
|
|
5
5
|
import * as _aws_amplify_adapter_nextjs from '@aws-amplify/adapter-nextjs';
|
|
6
6
|
|
|
7
7
|
/**
|