@libs-ui/components-color-picker 0.2.357-1 → 0.2.357-11
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.
- package/README.md +0 -8
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -296,11 +296,3 @@ interface IOutputColorChangeMultipleType {
|
|
|
296
296
|
⚠️ **HEX output có alpha khi showAlpha bật**: Khi `showAlpha: true`, `outColorChange` emit HEX 8 ký tự dạng `#rrggbbaa` thay vì `#rrggbb` thông thường.
|
|
297
297
|
|
|
298
298
|
⚠️ **customOptions không reactive sau init**: `customOptions` được đọc một lần trong `ngOnInit`. Thay đổi object sau khi component đã mount sẽ không cập nhật giao diện picker. Nếu cần thay đổi dynamic, hãy destroy và tạo lại component.
|
|
299
|
-
|
|
300
|
-
## Demo
|
|
301
|
-
|
|
302
|
-
```bash
|
|
303
|
-
npx nx serve core-ui
|
|
304
|
-
```
|
|
305
|
-
|
|
306
|
-
Truy cập: http://localhost:4500/components/color-picker
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libs-ui/components-color-picker",
|
|
3
|
-
"version": "0.2.357-
|
|
3
|
+
"version": "0.2.357-11",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/core": ">=18.0.0",
|
|
6
|
-
"@libs-ui/components-inputs-input": "0.2.357-
|
|
7
|
-
"@libs-ui/services-notification": "0.2.357-
|
|
8
|
-
"@libs-ui/utils": "0.2.357-
|
|
9
|
-
"@libs-ui/components-inputs-valid": "0.2.357-
|
|
6
|
+
"@libs-ui/components-inputs-input": "0.2.357-11",
|
|
7
|
+
"@libs-ui/services-notification": "0.2.357-11",
|
|
8
|
+
"@libs-ui/utils": "0.2.357-11",
|
|
9
|
+
"@libs-ui/components-inputs-valid": "0.2.357-11"
|
|
10
10
|
},
|
|
11
11
|
"sideEffects": false,
|
|
12
12
|
"module": "fesm2022/libs-ui-components-color-picker.mjs",
|