geonetwork-ui 2.8.0 → 2.8.1-dev.08e3d5c5a
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.
|
@@ -25511,7 +25511,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImpo
|
|
|
25511
25511
|
}] } });
|
|
25512
25512
|
|
|
25513
25513
|
var name = "geonetwork-ui";
|
|
25514
|
-
var version = "2.8.
|
|
25514
|
+
var version = "2.8.1-dev.08e3d5c5a";
|
|
25515
25515
|
var engines = {
|
|
25516
25516
|
node: ">=20"
|
|
25517
25517
|
};
|
|
@@ -25608,7 +25608,7 @@ var packageJson = {
|
|
|
25608
25608
|
|
|
25609
25609
|
const GEONETWORK_UI_VERSION = packageJson.version;
|
|
25610
25610
|
const GEONETWORK_UI_TAG_NAME = GEONETWORK_UI_VERSION.split('-')[1] === 'dev'
|
|
25611
|
-
? '
|
|
25611
|
+
? '2.8.x'
|
|
25612
25612
|
: `v${packageJson.version}`;
|
|
25613
25613
|
|
|
25614
25614
|
const ValidatorMapper = {
|
|
@@ -26105,7 +26105,12 @@ class ElasticsearchService {
|
|
|
26105
26105
|
must_not: this.mustNotFilters(),
|
|
26106
26106
|
},
|
|
26107
26107
|
},
|
|
26108
|
-
_source: [
|
|
26108
|
+
_source: [
|
|
26109
|
+
'resourceTitleObject',
|
|
26110
|
+
'uuid',
|
|
26111
|
+
'resourceType',
|
|
26112
|
+
'cl_presentationForm',
|
|
26113
|
+
],
|
|
26109
26114
|
from: 0,
|
|
26110
26115
|
size: 20,
|
|
26111
26116
|
};
|