@libs-ui/components-pagination 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.
Files changed (2) hide show
  1. package/README.md +0 -8
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -323,11 +323,3 @@ Dùng `firstPageStartNumber="0"` khi API backend dùng quy ước zero-based pag
323
323
  ⚠️ **Debounce 1500ms**: Ô "Go to page" có delay 1500ms. Nếu UX yêu cầu chuyển trang ngay lập tức khi nhập, hướng dẫn người dùng nhấn Enter sau khi nhập.
324
324
 
325
325
  ⚠️ **Disable khi loading**: Nên bind `[disable]="isLoading()"` để ngăn người dùng chuyển trang trong lúc đang gọi API, tránh race condition.
326
-
327
- ## Demo
328
-
329
- ```bash
330
- npx nx serve core-ui
331
- ```
332
-
333
- Truy cập: `http://localhost:4500/pagination`
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@libs-ui/components-pagination",
3
- "version": "0.2.357-0",
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/components-inputs-input": "0.2.357-0",
8
- "@libs-ui/services-translate": "0.2.357-0",
7
+ "@libs-ui/components-inputs-input": "0.2.357-10",
8
+ "@libs-ui/services-translate": "0.2.357-10",
9
9
  "@ngx-translate/core": "^15.0.0",
10
10
  "rxjs": "~7.8.0",
11
- "@libs-ui/utils": "0.2.357-0"
11
+ "@libs-ui/utils": "0.2.357-10"
12
12
  },
13
13
  "sideEffects": false,
14
14
  "module": "fesm2022/libs-ui-components-pagination.mjs",