@libs-ui/components-radio-group 0.2.357-7 → 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.
- package/README.md +0 -8
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -366,11 +366,3 @@ interface IRadioGroupFunctionControlEvent {
|
|
|
366
366
|
⚠️ **subText và subTemplate chỉ hiển thị khi item active**: Mặc định sub-content chỉ xuất hiện khi `item.active === true`. Dùng `[alwaysShowSubText]="true"` để luôn hiển thị bất kể trạng thái.
|
|
367
367
|
|
|
368
368
|
⚠️ **keysDisable không thay thế item.disable**: `[keysDisable]` là cơ chế disable linh hoạt từ bên ngoài (ví dụ: disable theo quyền từ API). `item.disable` trong IRadioItem là disable cứng khai báo sẵn trong data. Cả hai có thể dùng đồng thời — item bị disable nếu thỏa mãn một trong hai điều kiện.
|
|
369
|
-
|
|
370
|
-
## Demo
|
|
371
|
-
|
|
372
|
-
```bash
|
|
373
|
-
npx nx serve core-ui
|
|
374
|
-
```
|
|
375
|
-
|
|
376
|
-
Truy cập: `http://localhost:4500/components/radio/group`
|
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libs-ui/components-radio-group",
|
|
3
|
-
"version": "0.2.357-
|
|
3
|
+
"version": "0.2.357-9",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": ">=18.0.0",
|
|
6
6
|
"@angular/core": ">=18.0.0",
|
|
7
|
-
"@libs-ui/components-buttons-button": "0.2.357-
|
|
8
|
-
"@libs-ui/components-label": "0.2.357-
|
|
9
|
-
"@libs-ui/components-radio-single": "0.2.357-
|
|
10
|
-
"@libs-ui/utils": "0.2.357-
|
|
7
|
+
"@libs-ui/components-buttons-button": "0.2.357-9",
|
|
8
|
+
"@libs-ui/components-label": "0.2.357-9",
|
|
9
|
+
"@libs-ui/components-radio-single": "0.2.357-9",
|
|
10
|
+
"@libs-ui/utils": "0.2.357-9",
|
|
11
11
|
"@ngx-translate/core": "^15.0.0",
|
|
12
|
-
"@libs-ui/interfaces-types": "0.2.357-
|
|
12
|
+
"@libs-ui/interfaces-types": "0.2.357-9"
|
|
13
13
|
},
|
|
14
14
|
"sideEffects": false,
|
|
15
15
|
"module": "fesm2022/libs-ui-components-radio-group.mjs",
|