@opengis/fastify-table 1.2.6 → 1.2.7
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/package.json
CHANGED
|
@@ -2,15 +2,17 @@ import getTemplate from '../../..//table/funcs/getTemplate.js';
|
|
|
2
2
|
import { metaFormat } from '@opengis/fastify-table/utils.js';
|
|
3
3
|
|
|
4
4
|
const defaultTitles = {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
5
|
+
editor_date: 'Дата оновлення',
|
|
6
|
+
editor_id: 'Редактор',
|
|
7
|
+
сdate: 'Дата створення',
|
|
8
|
+
uid: 'Автор',
|
|
9
9
|
body: 'Зміст',
|
|
10
|
-
|
|
11
|
-
|
|
10
|
+
entity_id: 'ID Сутності',
|
|
11
|
+
entity_type: 'Таблиця сутності',
|
|
12
12
|
file_path: 'Шлях до файлу',
|
|
13
13
|
uploaded_name: 'Назва файлу',
|
|
14
|
+
size: 'Розмір файлу',
|
|
15
|
+
ext: 'Розширення файлу',
|
|
14
16
|
};
|
|
15
17
|
|
|
16
18
|
function getValue(val) {
|