ngx-vector-components 6.0.0 → 6.0.2
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/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [6.0.2] (25/06/2026)
|
|
4
|
+
|
|
5
|
+
### FIX
|
|
6
|
+
|
|
7
|
+
- Fixed layout `textarea-field` adjust name class in `primeng-custom-theme.scss`
|
|
8
|
+
|
|
9
|
+
## [6.0.1] (24/06/2026)
|
|
10
|
+
|
|
11
|
+
### FIX
|
|
12
|
+
|
|
13
|
+
- Fixed `ngx-device-detector` package version in project of `ngx-vector-components`.
|
|
14
|
+
|
|
3
15
|
## [6.0.0] (23/06/2026)
|
|
4
16
|
|
|
5
17
|
### BREAKING CHANGES
|
|
@@ -598,6 +598,7 @@ p-inputnumber.currency-input:not(.outlined) {
|
|
|
598
598
|
|
|
599
599
|
input.p-inputtext:not(.currency-input),
|
|
600
600
|
.p-inputtextarea,
|
|
601
|
+
.p-textarea,
|
|
601
602
|
.p-multiselect {
|
|
602
603
|
&:not(:focus) {
|
|
603
604
|
border: none !important;
|
|
@@ -646,7 +647,8 @@ input.p-inputtext:not(.currency-input),
|
|
|
646
647
|
}
|
|
647
648
|
}
|
|
648
649
|
|
|
649
|
-
.p-inputtextarea
|
|
650
|
+
.p-inputtextarea,
|
|
651
|
+
.p-textarea {
|
|
650
652
|
padding-right: 62px !important;
|
|
651
653
|
resize: none;
|
|
652
654
|
height: unset !important;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ngx-vector-components",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.2",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/animations": "^19.2.0",
|
|
6
6
|
"@angular/cdk": "^19.2.0",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"@primeng/themes": "^19.0.0",
|
|
17
17
|
"file-saver": "^2.0.5",
|
|
18
18
|
"luxon": "^2.4.0",
|
|
19
|
-
"ngx-device-detector": "^
|
|
19
|
+
"ngx-device-detector": "^9.0.0",
|
|
20
20
|
"primeflex": "^3.2.1",
|
|
21
21
|
"primeicons": "^6.0.1",
|
|
22
22
|
"primeng": "^19.0.0",
|