@libs-ui/components-popover 0.2.357-0 → 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.
- package/README.md +0 -8
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -421,11 +421,3 @@ interface IPopover {
|
|
|
421
421
|
⚠️ **Debug via URL query**: Có thể đặt thời gian delay trước khi ẩn popover qua URL query `?popover-timer-destroy=500` (đơn vị ms) — hữu ích khi debug bằng DevTools.
|
|
422
422
|
|
|
423
423
|
⚠️ **Iframe support**: Khi component chạy trong iframe, dùng `[isAddContentToParentDocument]="true"` hoặc `config.isAddContentToParentDocument = true` để render overlay vào parent document và tránh bị cắt bởi `overflow: hidden`.
|
|
424
|
-
|
|
425
|
-
## Demo
|
|
426
|
-
|
|
427
|
-
```bash
|
|
428
|
-
npx nx serve core-ui
|
|
429
|
-
```
|
|
430
|
-
|
|
431
|
-
Truy cập: http://localhost:4500/components/popover
|
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libs-ui/components-popover",
|
|
3
|
-
"version": "0.2.357-
|
|
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/utils": "0.2.357-
|
|
8
|
-
"@libs-ui/interfaces-types": "0.2.357-
|
|
9
|
-
"@libs-ui/components-scroll-overlay": "0.2.357-
|
|
7
|
+
"@libs-ui/utils": "0.2.357-10",
|
|
8
|
+
"@libs-ui/interfaces-types": "0.2.357-10",
|
|
9
|
+
"@libs-ui/components-scroll-overlay": "0.2.357-10",
|
|
10
10
|
"@ngx-translate/core": "^15.0.0",
|
|
11
11
|
"rxjs": "~7.8.0",
|
|
12
|
-
"@libs-ui/services-dynamic-component": "0.2.357-
|
|
12
|
+
"@libs-ui/services-dynamic-component": "0.2.357-10"
|
|
13
13
|
},
|
|
14
14
|
"sideEffects": false,
|
|
15
15
|
"module": "fesm2022/libs-ui-components-popover.mjs",
|