@opengis/cms 0.0.47 → 0.0.48
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/{en-sWmaB9uu.js → en-CGMXhoFl.js} +26 -0
- package/dist/index.js +3848 -4333
- package/dist/index.umd.cjs +24 -244
- package/dist/{uk-rH4IPxG5.js → uk-D2uNloeQ.js} +9 -1
- package/package.json +4 -4
- package/server/functions/getContent.js +21 -11
- package/server/functions/getSearchData.js +41 -0
- package/server/functions/getUser.js +4 -3
- package/server/migrations/fixes.sql +5 -0
- package/server/routes/cms/controllers/getContent.js +5 -4
- package/server/routes/cms/controllers/getPermissions.js +15 -15
- package/server/routes/cms/controllers/searchContent.js +5 -5
- package/server/routes/cms/controllers/setPermissions.js +49 -49
- package/server/routes/cms/functions/getSettings.js +4 -2
- package/server/routes/cms/utils/getCollection.js +10 -3
- package/server/routes/cms/utils/updateLocalization.js +4 -4
- package/server/routes/contentType/controllers/addContentType.js +0 -2
- package/server/routes/contentType/utils/updateCustomContentTable.js +5 -5
- package/server/routes/menu/functions/getMenu.js +4 -2
- package/server/templates/select/core.user_mentioned.sql +1 -1
- package/utils.d.ts +47 -13
- package/utils.js +1 -0
|
@@ -6,6 +6,7 @@ const e = {
|
|
|
6
6
|
video: "Video",
|
|
7
7
|
about: "About",
|
|
8
8
|
cards: "Cards",
|
|
9
|
+
photoGrid: "Photo Grid",
|
|
9
10
|
usefulLinks: "Useful Links",
|
|
10
11
|
team: "Team",
|
|
11
12
|
body: "Body",
|
|
@@ -15,6 +16,7 @@ const e = {
|
|
|
15
16
|
vertical_tabs: "Vertical Tabs",
|
|
16
17
|
documents: "Documents",
|
|
17
18
|
infoLine: "Information Line",
|
|
19
|
+
iframe: "Iframe",
|
|
18
20
|
interested: "You may be interested",
|
|
19
21
|
contact: "Contact"
|
|
20
22
|
},
|
|
@@ -228,6 +230,7 @@ const e = {
|
|
|
228
230
|
name: "Name",
|
|
229
231
|
description: "Description",
|
|
230
232
|
color: "Color",
|
|
233
|
+
slug: "Slug",
|
|
231
234
|
created_at: "Created At",
|
|
232
235
|
count_data: "Count of Used",
|
|
233
236
|
topic: "Topic"
|
|
@@ -246,6 +249,7 @@ const e = {
|
|
|
246
249
|
userName: "Full name",
|
|
247
250
|
messageText: "Message text",
|
|
248
251
|
feedbackType: "Type of appeal",
|
|
252
|
+
cdate: "Feedback date",
|
|
249
253
|
phone: "Phone",
|
|
250
254
|
resumeLink: "Resume link",
|
|
251
255
|
linkedinLink: "Linkedin link",
|
|
@@ -275,6 +279,23 @@ const e = {
|
|
|
275
279
|
add: "Add"
|
|
276
280
|
},
|
|
277
281
|
builder: {
|
|
282
|
+
faq: "FAQ",
|
|
283
|
+
photoGrid: "Photo Grid",
|
|
284
|
+
banner: "Banner",
|
|
285
|
+
slider: "Slider",
|
|
286
|
+
video: "Video",
|
|
287
|
+
about: "About",
|
|
288
|
+
cards: "Cards",
|
|
289
|
+
usefulLinks: "Useful Links",
|
|
290
|
+
team: "Team",
|
|
291
|
+
body: "Body",
|
|
292
|
+
news: "News",
|
|
293
|
+
form: "Form",
|
|
294
|
+
tabs: "Tabs",
|
|
295
|
+
vertical_tabs: "Vertical Tabs",
|
|
296
|
+
documents: "Documents",
|
|
297
|
+
infoLine: "Information Line",
|
|
298
|
+
iframe: "Iframe",
|
|
278
299
|
manageContentCollections: "Manage content collections",
|
|
279
300
|
searchCollections: "Search collections...",
|
|
280
301
|
collections: "Collections",
|
|
@@ -362,6 +383,7 @@ const e = {
|
|
|
362
383
|
type: "Type",
|
|
363
384
|
subtype: "Subtype",
|
|
364
385
|
parent: "Parent",
|
|
386
|
+
data: "Classifier ID",
|
|
365
387
|
options: "Options",
|
|
366
388
|
colModel: "ColModel",
|
|
367
389
|
multiple: "Multiple",
|
|
@@ -378,6 +400,7 @@ const e = {
|
|
|
378
400
|
type: "Type",
|
|
379
401
|
subtype: "Subtype",
|
|
380
402
|
parent: "Parent",
|
|
403
|
+
data: "Classifier ID",
|
|
381
404
|
options: "Options",
|
|
382
405
|
colModel: "ColModel",
|
|
383
406
|
api: "API",
|
|
@@ -437,6 +460,7 @@ const e = {
|
|
|
437
460
|
description: "Configure your CMS settings and preferences.",
|
|
438
461
|
systemStatus: "System Status",
|
|
439
462
|
siteInformation: "Site Information",
|
|
463
|
+
logo: "Logo",
|
|
440
464
|
siteName: "Site Name",
|
|
441
465
|
version: "Version",
|
|
442
466
|
environment: "Environment",
|
|
@@ -481,6 +505,7 @@ const e = {
|
|
|
481
505
|
desktopNotificationsDescription: "Desktop notifications",
|
|
482
506
|
siteDescription: "Site Description",
|
|
483
507
|
siteUrl: "Site URL",
|
|
508
|
+
previewUrl: "Preview URL",
|
|
484
509
|
siteLanguage: "Site Language",
|
|
485
510
|
siteEmail: "Site Email",
|
|
486
511
|
sitePhone: "Site Phone",
|
|
@@ -540,6 +565,7 @@ const e = {
|
|
|
540
565
|
title: "Logs",
|
|
541
566
|
description: "View all your actions in the system",
|
|
542
567
|
table: {
|
|
568
|
+
number: "№",
|
|
543
569
|
objectId: "Object Identifier",
|
|
544
570
|
dateTime: "Date and Time of Change",
|
|
545
571
|
changeType: "Change Type",
|