@kentico/xperience-admin-base 22.0.3 → 22.1.1
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/entry.d.ts +4 -0
- package/dist/entry.js +6 -6
- package/package.json +21 -21
package/dist/entry.d.ts
CHANGED
|
@@ -76,6 +76,10 @@ export declare interface FormComponentProps extends FieldInfo {
|
|
|
76
76
|
* Dangerously sets explanation as inner HTML.
|
|
77
77
|
*/
|
|
78
78
|
readonly explanationTextAsHtml?: boolean;
|
|
79
|
+
/**
|
|
80
|
+
* Indicates whether value change events should be debounced when form component has dependencies.
|
|
81
|
+
*/
|
|
82
|
+
readonly debounceValueChange?: boolean;
|
|
79
83
|
}
|
|
80
84
|
|
|
81
85
|
/**
|