@libs-ui/components-checkbox-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 +5 -5
package/README.md CHANGED
@@ -452,11 +452,3 @@ interface ICheckboxChecked {
452
452
  ⚠️ **`modeBorder` và trạng thái**: Khi `modeBorder="true"`, component hiển thị viền xám khi chưa chọn và viền màu primary khi đã chọn — phù hợp cho danh sách lựa chọn dạng card.
453
453
 
454
454
  ⚠️ **`stillOtherOptions` vs `checked`**: Hai trạng thái này độc lập. `stillOtherOptions` hiển thị icon indeterminate thay cho cả checked và unchecked icon — dùng để biểu thị "một phần đã chọn" trong nhóm checkbox.
455
-
456
- ## Demo
457
-
458
- ```bash
459
- npx nx serve core-ui
460
- ```
461
-
462
- Truy cập: http://localhost:4500/components/checkbox/single
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@libs-ui/components-checkbox-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",
8
- "@libs-ui/utils": "0.2.357-8",
6
+ "@libs-ui/components-avatar": "0.2.357-9",
7
+ "@libs-ui/components-popover": "0.2.357-9",
8
+ "@libs-ui/utils": "0.2.357-9",
9
9
  "@ngx-translate/core": "^15.0.0",
10
10
  "@angular/common": "~18.2.0",
11
- "@libs-ui/components-component-outlet": "0.2.357-8"
11
+ "@libs-ui/components-component-outlet": "0.2.357-9"
12
12
  },
13
13
  "sideEffects": false,
14
14
  "module": "fesm2022/libs-ui-components-checkbox-single.mjs",