@libs-ui/components-radio-single 0.2.357-8 → 0.2.357-9

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.
Files changed (2) hide show
  1. package/README.md +0 -8
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -375,11 +375,3 @@ export interface IRadioItem {
375
375
  ⚠️ **classLabelInclude ghi đè hoàn toàn**: Khi truyền `classLabelInclude`, giá trị mặc định `'libs-ui-font-h4r '` sẽ bị thay thế hoàn toàn. Nếu muốn giữ typography mặc định và thêm class khác, cần include lại: `classLabelInclude="libs-ui-font-h4r text-gray-600"`.
376
376
 
377
377
  ⚠️ **Image fallback dùng AfterViewInit**: Cơ chế fallback cho `linkImageError` chỉ hoạt động sau khi view khởi tạo. Nếu `linkImage` thay đổi dynamically, `linkImageDisplay` signal sẽ reset về `linkImage` mới nhờ `effect()`, nhưng listener lỗi chỉ được đăng ký một lần trong `ngAfterViewInit`.
378
-
379
- ## Demo
380
-
381
- ```bash
382
- npx nx serve core-ui
383
- ```
384
-
385
- Truy cập: http://localhost:4500/components/radio/single
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@libs-ui/components-radio-single",
3
- "version": "0.2.357-8",
3
+ "version": "0.2.357-9",
4
4
  "peerDependencies": {
5
5
  "@angular/core": ">=18.0.0",
6
- "@libs-ui/components-avatar": "0.2.357-8",
7
- "@libs-ui/components-popover": "0.2.357-8",
6
+ "@libs-ui/components-avatar": "0.2.357-9",
7
+ "@libs-ui/components-popover": "0.2.357-9",
8
8
  "@ngx-translate/core": "^15.0.0",
9
9
  "rxjs": "~7.8.0",
10
- "@libs-ui/components-component-outlet": "0.2.357-8",
10
+ "@libs-ui/components-component-outlet": "0.2.357-9",
11
11
  "@angular/common": "~18.2.0"
12
12
  },
13
13
  "sideEffects": false,