@libs-ui/components-inputs-mention 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 +6 -6
package/README.md CHANGED
@@ -439,11 +439,3 @@ Khi không truyền đủ các option, directive áp dụng các giá trị mặ
439
439
  ⚠️ **timeDelayInit với lazy-loaded editor**: Khi dùng cùng Quill hoặc editor khởi tạo bất đồng bộ, truyền `[timeDelayInit]="500"` hoặc giá trị phù hợp để đảm bảo editor đã render xong trước khi directive gắn event.
440
440
 
441
441
  ⚠️ **disableSearch để load data từ API**: Khi muốn tự load danh sách từ API dựa trên từ khóa, set `disableSearch: true` trong config và lắng nghe `(outSearchTerm)` để gọi API. Sau khi nhận kết quả, cập nhật `mentionConfig.items` để danh sách hiển thị mới.
442
-
443
- ## Demo
444
-
445
- ```bash
446
- npx nx serve core-ui
447
- ```
448
-
449
- Truy cập: `http://localhost:4500/inputs/mention`
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@libs-ui/components-inputs-mention",
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/components-avatar": "0.2.357-7",
9
- "@libs-ui/components-popover": "0.2.357-7",
10
- "@libs-ui/interfaces-types": "0.2.357-7",
11
- "@libs-ui/services-dynamic-component": "0.2.357-7",
8
+ "@libs-ui/components-avatar": "0.2.357-9",
9
+ "@libs-ui/components-popover": "0.2.357-9",
10
+ "@libs-ui/interfaces-types": "0.2.357-9",
11
+ "@libs-ui/services-dynamic-component": "0.2.357-9",
12
12
  "@angular/common": "~18.2.0"
13
13
  },
14
14
  "sideEffects": false,