@libs-ui/components-label 0.2.357-1 → 0.2.357-11
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 +5 -5
package/README.md
CHANGED
|
@@ -337,11 +337,3 @@ Component hỗ trợ `ng-content` projection với selector `div.libs-ui-custom-
|
|
|
337
337
|
⚠️ **i18n**: Tất cả `labelLeft`, `labelRight`, `description` đều được pipe `translate` tự động — có thể truyền i18n key trực tiếp hoặc text thường.
|
|
338
338
|
|
|
339
339
|
⚠️ **Custom description content**: Chỉ nội dung trong `<div class="libs-ui-custom-description">` mới được inject qua `ng-content`. Các tag khác sẽ bị bỏ qua.
|
|
340
|
-
|
|
341
|
-
## Demo
|
|
342
|
-
|
|
343
|
-
```bash
|
|
344
|
-
npx nx serve core-ui
|
|
345
|
-
```
|
|
346
|
-
|
|
347
|
-
Truy cập: http://localhost:4500/components/label
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libs-ui/components-label",
|
|
3
|
-
"version": "0.2.357-
|
|
3
|
+
"version": "0.2.357-11",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/core": ">=18.0.0",
|
|
6
|
-
"@libs-ui/components-buttons-button": "0.2.357-
|
|
7
|
-
"@libs-ui/components-popover": "0.2.357-
|
|
8
|
-
"@libs-ui/components-switch": "0.2.357-
|
|
9
|
-
"@libs-ui/utils": "0.2.357-
|
|
6
|
+
"@libs-ui/components-buttons-button": "0.2.357-11",
|
|
7
|
+
"@libs-ui/components-popover": "0.2.357-11",
|
|
8
|
+
"@libs-ui/components-switch": "0.2.357-11",
|
|
9
|
+
"@libs-ui/utils": "0.2.357-11",
|
|
10
10
|
"@ngx-translate/core": "^15.0.0"
|
|
11
11
|
},
|
|
12
12
|
"sideEffects": false,
|