nexheal-lib 0.0.41 → 0.0.42
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/fesm2022/nexheal-lib.mjs +5 -3
- package/fesm2022/nexheal-lib.mjs.map +1 -1
- package/index.d.ts +1 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -257,6 +257,7 @@ type ColorPickerFormat = "hex" | "rgb" | "hsb";
|
|
|
257
257
|
type ColorPickerValue = string | RGB | HSB;
|
|
258
258
|
declare class ColorPicker implements ControlValueAccessor, OnDestroy {
|
|
259
259
|
private elementRef;
|
|
260
|
+
private cdRef;
|
|
260
261
|
title: string;
|
|
261
262
|
required: boolean;
|
|
262
263
|
customClass: string;
|