beesoft-components 0.6.2 → 0.6.3
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/dist/index.es.js +633 -631
- package/dist/index.es.js.gz +0 -0
- package/dist/index.umd.js +11 -11
- package/dist/index.umd.js.gz +0 -0
- package/package.json +1 -1
- package/types/index.d.ts +1 -0
package/dist/index.umd.js.gz
CHANGED
|
Binary file
|
package/package.json
CHANGED
package/types/index.d.ts
CHANGED
|
@@ -116,6 +116,7 @@ declare interface CheckboxProps extends FormInputControl<unknown, CheckboxChange
|
|
|
116
116
|
|
|
117
117
|
export declare interface CheckboxRef {
|
|
118
118
|
setPartiallyChecked: (partiallyChecked: boolean) => void;
|
|
119
|
+
setChecked: (checked: boolean) => void;
|
|
119
120
|
}
|
|
120
121
|
|
|
121
122
|
export declare const ContentEditableInput: React_2.ForwardRefExoticComponent<ContentEditableInputProps & React_2.RefAttributes<ContentEditableInputRef>>;
|