@libs-ui/components-drag-drop 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.
Files changed (2) hide show
  1. package/README.md +0 -8
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -626,11 +626,3 @@ export class CustomStyledDragComponent {
626
626
  ⚠️ **ViewEncapsulation**: Mặc định là `'emulated'`. Đổi sang `'none'` nếu component dùng `ViewEncapsulation.None` hoặc cần styles của placeholder/placeholder xuyên qua shadow DOM.
627
627
 
628
628
  ⚠️ **outFunctionControl**: Nếu cần gọi `setAttributeElementAndItemDrag()` từ bên ngoài (ví dụ: sau khi thêm item thủ công vào list), lắng nghe `(outFunctionControl)` để lưu reference object hàm điều khiển.
629
-
630
- ## Demo
631
-
632
- ```bash
633
- npx nx serve core-ui
634
- ```
635
-
636
- Truy cập: http://localhost:4500/drag-drop
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@libs-ui/components-drag-drop",
3
- "version": "0.2.357-7",
3
+ "version": "0.2.357-9",
4
4
  "peerDependencies": {
5
5
  "@angular/core": ">=18.0.0",
6
- "@libs-ui/utils": "0.2.357-7",
6
+ "@libs-ui/utils": "0.2.357-9",
7
7
  "rxjs": "~7.8.0",
8
- "@libs-ui/interfaces-types": "0.2.357-7",
8
+ "@libs-ui/interfaces-types": "0.2.357-9",
9
9
  "@iharbeck/ngx-virtual-scroller": "15.2.0"
10
10
  },
11
11
  "sideEffects": false,