@libs-ui/components-buttons-dropdown 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.
- package/README.md +0 -8
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -487,11 +487,3 @@ export interface IPopupConfigButtonDropdown {
|
|
|
487
487
|
⚠️ **XSS tự động**: Giá trị của field `fieldDisplay` trong từng item được tự động xử lý qua `escapeHtml` khi truyền vào component. Không cần escape thủ công trước khi truyền.
|
|
488
488
|
|
|
489
489
|
⚠️ **`FunctionsControl` có thể `undefined`**: Getter `FunctionsControl` trả về `undefined` nếu popover chưa được mount. Luôn kiểm tra `?.` trước khi gọi các method bên trong.
|
|
490
|
-
|
|
491
|
-
## Demo
|
|
492
|
-
|
|
493
|
-
```bash
|
|
494
|
-
npx nx serve core-ui
|
|
495
|
-
```
|
|
496
|
-
|
|
497
|
-
Truy cập: `http://localhost:4500/buttons/dropdown`
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libs-ui/components-buttons-dropdown",
|
|
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-popover": "0.2.357-
|
|
9
|
-
"@libs-ui/utils": "0.2.357-
|
|
7
|
+
"@libs-ui/components-buttons-button": "0.2.357-9",
|
|
8
|
+
"@libs-ui/components-popover": "0.2.357-9",
|
|
9
|
+
"@libs-ui/utils": "0.2.357-9",
|
|
10
10
|
"@ngx-translate/core": "^15.0.0"
|
|
11
11
|
},
|
|
12
12
|
"sideEffects": false,
|