@yuuvis/client-framework 2.3.25 → 2.3.26
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/lib/assets/i18n/de.json
CHANGED
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"yuv.object-form-element.error.string.classification.url": "Bitte geben Sie eine gültige URL ein.",
|
|
41
41
|
"yuv.object-form-element.error.string.regex.nomatch": "Die Eingabe entspricht nicht den Vorgaben.",
|
|
42
42
|
"yuv.object-form-element.error.string.whitespaces": "Die Eingabe enthält nur Leerzeichen.",
|
|
43
|
-
"yuv.retention-badge.retain": "",
|
|
43
|
+
"yuv.retention-badge.retain": "Aufbewahrung {{from}} - {{until}}",
|
|
44
44
|
"yuv.calendar.time.label": "Uhrzeit",
|
|
45
45
|
"yuv.form.element.data.grid.copy": "Kopieren",
|
|
46
46
|
"yuv.form.element.data.grid.edit": "Bearbeiten",
|
package/lib/assets/i18n/en.json
CHANGED
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"yuv.object-form-element.error.string.classification.url": "Please enter a valid URL.",
|
|
41
41
|
"yuv.object-form-element.error.string.regex.nomatch": "The entry does not follow the specifications.",
|
|
42
42
|
"yuv.object-form-element.error.string.whitespaces": "The entry contains only spaces.",
|
|
43
|
-
"yuv.retention-badge.retain": "",
|
|
43
|
+
"yuv.retention-badge.retain": "Retention {{from}} – {{until}}",
|
|
44
44
|
"yuv.calendar.time.label": "Time",
|
|
45
45
|
"yuv.form.element.data.grid.copy": "Copy",
|
|
46
46
|
"yuv.form.element.data.grid.edit": "Edit",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yuuvis/client-framework",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.26",
|
|
4
4
|
"author": "OPTIMAL SYSTEMS GmbH <npm@optimal-systems.de>",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"peerDependencies": {
|
|
@@ -8,15 +8,15 @@
|
|
|
8
8
|
"@angular/common": "^19.2.1",
|
|
9
9
|
"@angular/core": "^19.2.1",
|
|
10
10
|
"angular-gridster2": "^19.0.0",
|
|
11
|
-
"@yuuvis/client-core": "^2.3.
|
|
12
|
-
"@yuuvis/client-shell-core": "^2.3.
|
|
11
|
+
"@yuuvis/client-core": "^2.3.26",
|
|
12
|
+
"@yuuvis/client-shell-core": "^2.3.26",
|
|
13
13
|
"ng-dynamic-component": "^10.8.2",
|
|
14
14
|
"modern-normalize": "^3.0.1"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@angular/material": "^19.2.15",
|
|
18
18
|
"@ngrx/signals": "^19.2.0",
|
|
19
|
-
"@yuuvis/material": "2.3.
|
|
19
|
+
"@yuuvis/material": "2.3.26",
|
|
20
20
|
"@yuuvis/media-viewer": "^2.0.11",
|
|
21
21
|
"angular-split": "^19.0.0",
|
|
22
22
|
"tslib": "^2.3.0"
|