@libs-ui/components-checkbox-group 0.2.357-1 → 0.2.357-10

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 -10
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -425,13 +425,3 @@ interface ICheckboxGroupFunctionControlEvent {
425
425
  ⚠️ **`fieldKey` phải khớp với tên trường trong item**: Khi dùng `fieldKey` khác `'key'` (ví dụ `'id'`), object trong `ICheckboxItem` phải có trường đó (ví dụ `item.id`). Vì `ICheckboxItem` có `[key: string]: any`, bạn có thể thêm bất kỳ trường nào.
426
426
 
427
427
  ⚠️ **`disable` cấp group override `disable` cấp item**: Khi `[disable]="true"` trên group, toàn bộ nhóm bị khóa kể cả khi item có `disable: false`. `keysDisable` hoạt động độc lập và không bị override bởi `disable` của group.
428
-
429
- ## Demo
430
-
431
- ```bash
432
- npx nx serve core-ui
433
- ```
434
-
435
- Truy cập: `http://localhost:4500/components/checkbox/group`
436
-
437
- File demo: `apps/core-ui/src/app/components/checkbox/group/group.component.ts`
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@libs-ui/components-checkbox-group",
3
- "version": "0.2.357-1",
3
+ "version": "0.2.357-10",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=18.0.0",
6
6
  "@angular/core": ">=18.0.0",
7
- "@libs-ui/components-checkbox-single": "0.2.357-1",
8
- "@libs-ui/components-label": "0.2.357-1",
9
- "@libs-ui/components-popover": "0.2.357-1",
10
- "@libs-ui/utils": "0.2.357-1",
7
+ "@libs-ui/components-checkbox-single": "0.2.357-10",
8
+ "@libs-ui/components-label": "0.2.357-10",
9
+ "@libs-ui/components-popover": "0.2.357-10",
10
+ "@libs-ui/utils": "0.2.357-10",
11
11
  "@ngx-translate/core": "^15.0.0",
12
- "@libs-ui/components-avatar": "0.2.357-1",
13
- "@libs-ui/interfaces-types": "0.2.357-1"
12
+ "@libs-ui/components-avatar": "0.2.357-10",
13
+ "@libs-ui/interfaces-types": "0.2.357-10"
14
14
  },
15
15
  "sideEffects": false,
16
16
  "module": "fesm2022/libs-ui-components-checkbox-group.mjs",