@libs-ui/components-inputs-color 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.
- package/README.md +0 -8
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -244,11 +244,3 @@ export interface IPickerCustomOptions {
|
|
|
244
244
|
⚠️ **Z-index tự động tăng**: Popover color picker nâng cao (khi click "Thêm màu") tự động sử dụng `zIndex + 1` so với Popover bảng màu chính. Nếu component nằm trong các lớp overlay khác (dialog, drawer), hãy truyền `[zIndex]` phù hợp để tránh bị che khuất.
|
|
245
245
|
|
|
246
246
|
⚠️ **Cleanup tự động**: Component tự gọi `removePopoverOverlay()` trong `ngOnDestroy`. Không cần xử lý cleanup popover thủ công từ component cha.
|
|
247
|
-
|
|
248
|
-
## Demo
|
|
249
|
-
|
|
250
|
-
```bash
|
|
251
|
-
npx nx serve core-ui
|
|
252
|
-
```
|
|
253
|
-
|
|
254
|
-
Truy cập: http://localhost:4500/components/inputs/color
|
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libs-ui/components-inputs-color",
|
|
3
|
-
"version": "0.2.357-
|
|
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-buttons-button": "0.2.357-
|
|
8
|
-
"@libs-ui/components-inputs-valid": "0.2.357-
|
|
9
|
-
"@libs-ui/components-popover": "0.2.357-
|
|
10
|
-
"@libs-ui/utils": "0.2.357-
|
|
7
|
+
"@libs-ui/components-buttons-button": "0.2.357-10",
|
|
8
|
+
"@libs-ui/components-inputs-valid": "0.2.357-10",
|
|
9
|
+
"@libs-ui/components-popover": "0.2.357-10",
|
|
10
|
+
"@libs-ui/utils": "0.2.357-10",
|
|
11
11
|
"@ngx-translate/core": "^15.0.0",
|
|
12
|
-
"@libs-ui/components-color-picker": "0.2.357-
|
|
12
|
+
"@libs-ui/components-color-picker": "0.2.357-10"
|
|
13
13
|
},
|
|
14
14
|
"sideEffects": false,
|
|
15
15
|
"module": "fesm2022/libs-ui-components-inputs-color.mjs",
|