@yuuvis/client-framework 2.3.21 → 2.3.22
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 +0 -2
- package/lib/assets/i18n/en.json +0 -2
- package/package.json +12 -12
package/lib/assets/i18n/de.json
CHANGED
|
@@ -139,8 +139,6 @@
|
|
|
139
139
|
"yuv.tile-config.button.close": "Schließen",
|
|
140
140
|
"yuv.tile-config.button.reset": "Zurücksetzen",
|
|
141
141
|
"yuv.tile-config.button.save": "Änderungen speichern",
|
|
142
|
-
"yuv.tile-config.details.empty.description": "",
|
|
143
|
-
"yuv.tile-config.details.empty.title": "Wählen Sie einen Typ aus",
|
|
144
142
|
"yuv.tile-config.icon-select.pick": "Icon auswählen",
|
|
145
143
|
"yuv.tile-config.icon-select.reset": "Zurücksetzen",
|
|
146
144
|
"yuv.tile-config.slot.action.headline": "Aktionen",
|
package/lib/assets/i18n/en.json
CHANGED
|
@@ -139,8 +139,6 @@
|
|
|
139
139
|
"yuv.tile-config.button.close": "Close",
|
|
140
140
|
"yuv.tile-config.button.reset": "Reset",
|
|
141
141
|
"yuv.tile-config.button.save": "Save changes",
|
|
142
|
-
"yuv.tile-config.details.empty.description": "",
|
|
143
|
-
"yuv.tile-config.details.empty.title": "Select a type",
|
|
144
142
|
"yuv.tile-config.icon-select.pick": "Select icon",
|
|
145
143
|
"yuv.tile-config.icon-select.reset": "Reset",
|
|
146
144
|
"yuv.tile-config.slot.action.headline": "Actions",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yuuvis/client-framework",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.22",
|
|
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.22",
|
|
12
|
+
"@yuuvis/client-shell-core": "^2.3.22",
|
|
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.22",
|
|
20
20
|
"@yuuvis/media-viewer": "^2.0.11",
|
|
21
21
|
"angular-split": "^19.0.0",
|
|
22
22
|
"tslib": "^2.3.0"
|
|
@@ -55,10 +55,6 @@
|
|
|
55
55
|
"types": "./datepicker/index.d.ts",
|
|
56
56
|
"default": "./fesm2022/yuuvis-client-framework-datepicker.mjs"
|
|
57
57
|
},
|
|
58
|
-
"./forms": {
|
|
59
|
-
"types": "./forms/index.d.ts",
|
|
60
|
-
"default": "./fesm2022/yuuvis-client-framework-forms.mjs"
|
|
61
|
-
},
|
|
62
58
|
"./icons": {
|
|
63
59
|
"types": "./icons/index.d.ts",
|
|
64
60
|
"default": "./fesm2022/yuuvis-client-framework-icons.mjs"
|
|
@@ -67,6 +63,10 @@
|
|
|
67
63
|
"types": "./list/index.d.ts",
|
|
68
64
|
"default": "./fesm2022/yuuvis-client-framework-list.mjs"
|
|
69
65
|
},
|
|
66
|
+
"./forms": {
|
|
67
|
+
"types": "./forms/index.d.ts",
|
|
68
|
+
"default": "./fesm2022/yuuvis-client-framework-forms.mjs"
|
|
69
|
+
},
|
|
70
70
|
"./master-details": {
|
|
71
71
|
"types": "./master-details/index.d.ts",
|
|
72
72
|
"default": "./fesm2022/yuuvis-client-framework-master-details.mjs"
|
|
@@ -95,14 +95,14 @@
|
|
|
95
95
|
"types": "./object-preview/index.d.ts",
|
|
96
96
|
"default": "./fesm2022/yuuvis-client-framework-object-preview.mjs"
|
|
97
97
|
},
|
|
98
|
-
"./object-summary": {
|
|
99
|
-
"types": "./object-summary/index.d.ts",
|
|
100
|
-
"default": "./fesm2022/yuuvis-client-framework-object-summary.mjs"
|
|
101
|
-
},
|
|
102
98
|
"./object-versions": {
|
|
103
99
|
"types": "./object-versions/index.d.ts",
|
|
104
100
|
"default": "./fesm2022/yuuvis-client-framework-object-versions.mjs"
|
|
105
101
|
},
|
|
102
|
+
"./object-summary": {
|
|
103
|
+
"types": "./object-summary/index.d.ts",
|
|
104
|
+
"default": "./fesm2022/yuuvis-client-framework-object-summary.mjs"
|
|
105
|
+
},
|
|
106
106
|
"./overflow-hidden": {
|
|
107
107
|
"types": "./overflow-hidden/index.d.ts",
|
|
108
108
|
"default": "./fesm2022/yuuvis-client-framework-overflow-hidden.mjs"
|