@libs-ui/components-scroll-overlay 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 +2 -2
package/README.md
CHANGED
|
@@ -381,11 +381,3 @@ Mỗi instance directive tự inject CSS variables lên container div để khô
|
|
|
381
381
|
⚠️ **scrollX/scrollY: 'hidden'**: Khi đặt cả hai thành `'hidden'`, host element sẽ có class `overflow-hidden`, ngăn mọi scroll. Chỉ dùng khi thực sự muốn block scroll hoàn toàn.
|
|
382
382
|
|
|
383
383
|
⚠️ **Không dùng với `overflow: visible`**: Directive yêu cầu host element có thể scroll (overflow có giá trị). Nếu element không có nội dung tràn, scrollbar sẽ không hiển thị (ẩn tự động theo `display: none`).
|
|
384
|
-
|
|
385
|
-
## Demo
|
|
386
|
-
|
|
387
|
-
```bash
|
|
388
|
-
npx nx serve core-ui
|
|
389
|
-
```
|
|
390
|
-
|
|
391
|
-
Truy cập: `http://localhost:4500/components/scroll-overlay`
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libs-ui/components-scroll-overlay",
|
|
3
|
-
"version": "0.2.357-
|
|
3
|
+
"version": "0.2.357-9",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/core": ">=18.0.0",
|
|
6
|
-
"@libs-ui/utils": "0.2.357-
|
|
6
|
+
"@libs-ui/utils": "0.2.357-9",
|
|
7
7
|
"rxjs": "~7.8.0"
|
|
8
8
|
},
|
|
9
9
|
"sideEffects": false,
|