valtech-components 2.0.328 → 2.0.329
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/README.md +1 -1
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -59,7 +59,7 @@ export class YourComponent {
|
|
|
59
59
|
|
|
60
60
|
## 🌍 Reactive Internationalization (i18n)
|
|
61
61
|
|
|
62
|
-
The library includes a powerful reactive internationalization system with **
|
|
62
|
+
The library includes a powerful reactive internationalization system with **LangService** that automatically updates content when the language changes. It supports both **global content** (reusable across components) and **component-specific content**.
|
|
63
63
|
|
|
64
64
|
### Key Features
|
|
65
65
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "valtech-components",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.329",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "^18.0.0",
|
|
6
6
|
"@angular/core": "^18.0.0",
|
|
@@ -8,7 +8,8 @@
|
|
|
8
8
|
"ionicons": "^7.2.1",
|
|
9
9
|
"rxjs": "~7.8.0",
|
|
10
10
|
"prismjs": "^1.30.0",
|
|
11
|
-
"swiper": "^11.2.8"
|
|
11
|
+
"swiper": "^11.2.8",
|
|
12
|
+
"@capacitor/clipboard": "^6.0.1"
|
|
12
13
|
},
|
|
13
14
|
"dependencies": {
|
|
14
15
|
"@capacitor/browser": "^6.0.3",
|