@libs-ui/components-inputs-range-slider 0.2.357-8 → 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
@@ -268,11 +268,3 @@ Phần màu tiến trình (màu xanh đã kéo) không dùng JavaScript để c
268
268
  ⚠️ **disable giữ nguyên giá trị**: Khi `disable=true`, component chủ động override giá trị input về giá trị cũ ngay trong handler — người dùng không thể thay đổi bằng cách kéo dù DOM input không bị `disabled` attribute.
269
269
 
270
270
  ⚠️ **classInclude không ghi đè**: Class `libs-ui-range-slider-container` luôn được giữ lại trên container dù `classInclude` được truyền vào hay không. Các class truyền vào được nối thêm sau.
271
-
272
- ## Demo
273
-
274
- ```bash
275
- npx nx serve core-ui
276
- ```
277
-
278
- Truy cập: http://localhost:4500/components/inputs/range-slider
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@libs-ui/components-inputs-range-slider",
3
- "version": "0.2.357-8",
3
+ "version": "0.2.357-9",
4
4
  "peerDependencies": {
5
5
  "@angular/core": ">=18.0.0",
6
- "@libs-ui/interfaces-types": "0.2.357-8",
7
- "@libs-ui/utils": "0.2.357-8",
6
+ "@libs-ui/interfaces-types": "0.2.357-9",
7
+ "@libs-ui/utils": "0.2.357-9",
8
8
  "rxjs": "~7.8.0"
9
9
  },
10
10
  "sideEffects": false,