ngx-vector-components 6.2.1 → 6.4.0
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 +16 -0
- package/assets/styles/_primeng-custom-theme.scss +2 -1
- package/fesm2022/ngx-vector-components.mjs +461 -49
- package/fesm2022/ngx-vector-components.mjs.map +1 -1
- package/lib/components/fields/fields.module.d.ts +29 -28
- package/lib/components/fields/index.d.ts +1 -0
- package/lib/components/fields/input-file/index.d.ts +1 -0
- package/lib/components/fields/input-file/input-file.component.d.ts +141 -0
- package/lib/models/profile.model.d.ts +6 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [6.4.0] (15/07/2026)
|
|
4
|
+
|
|
5
|
+
### Feat
|
|
6
|
+
|
|
7
|
+
- Added new `vector-input-file` component in lib ngx-vector-components.
|
|
8
|
+
- Fixed a css formatting error that caused only the icon to be displayed in `button.component.ts`.
|
|
9
|
+
|
|
10
|
+
## [6.3.0] (14/07/2026)
|
|
11
|
+
|
|
12
|
+
### Feat
|
|
13
|
+
|
|
14
|
+
- Added permissions 'ADD_BLOCK_CARRIER' in `profile.model.ts`
|
|
15
|
+
- Added permissions 'SHOW_BLOCK_CARRIER' in `profile.model.ts`
|
|
16
|
+
- Added permissions 'EDIT_BLOCK_CARRIER' in `profile.model.ts`
|
|
17
|
+
- Added module permissions 'BLOCK_CARRIER' in `profile.model.ts`
|
|
18
|
+
|
|
3
19
|
## [6.2.1] (13/07/2026)
|
|
4
20
|
|
|
5
21
|
### Fix
|