@libs-ui/components-inputs-calculator 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
@@ -324,11 +324,3 @@ interface IInputCalculatorValid {
324
324
  ⚠️ **Toán tử qua bàn phím**: Gõ `+`, `-`, `*`, `/` trong ô nhập sẽ tự động được chuyển thành token toán tử (type: `'operation'`) thay vì nhập text. Component dùng `keyup` event để bắt và xử lý.
325
325
 
326
326
  ⚠️ **Deep clone `expressions`**: Component thực hiện `cloneDeep` trên `expressions` input khi khởi tạo. Thay đổi array gốc bên ngoài sau khi component đã init sẽ không có tác dụng — cần re-render component nếu muốn reset.
327
-
328
- ## Demo
329
-
330
- ```bash
331
- npx nx serve core-ui
332
- ```
333
-
334
- Truy cập: `http://localhost:4500/components/inputs/calculator`
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@libs-ui/components-inputs-calculator",
3
- "version": "0.2.357-7",
3
+ "version": "0.2.357-9",
4
4
  "peerDependencies": {
5
5
  "@angular/core": ">=18.0.0",
6
6
  "@ngx-translate/core": "^15.0.0",
7
- "@libs-ui/components-buttons-button": "0.2.357-7",
8
- "@libs-ui/components-list": "0.2.357-7",
9
- "@libs-ui/interfaces-types": "0.2.357-7",
10
- "@libs-ui/utils": "0.2.357-7",
11
- "@libs-ui/components-popover": "0.2.357-7"
7
+ "@libs-ui/components-buttons-button": "0.2.357-9",
8
+ "@libs-ui/components-list": "0.2.357-9",
9
+ "@libs-ui/interfaces-types": "0.2.357-9",
10
+ "@libs-ui/utils": "0.2.357-9",
11
+ "@libs-ui/components-popover": "0.2.357-9"
12
12
  },
13
13
  "sideEffects": false,
14
14
  "module": "fesm2022/libs-ui-components-inputs-calculator.mjs",