@progress/kendo-react-common 11.4.0-develop.5 → 11.4.0-develop.6
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/index.d.mts +16 -1
- package/index.d.ts +16 -1
- package/package.json +1 -1
package/index.d.mts
CHANGED
|
@@ -1723,7 +1723,22 @@ export declare const extendDataItem: (item: any, subItemsField: string, propsToE
|
|
|
1723
1723
|
export declare const FIELD_REGEX: RegExp;
|
|
1724
1724
|
|
|
1725
1725
|
/**
|
|
1726
|
-
*
|
|
1726
|
+
* Represents the base properties of the render props for the KendoReact form components.
|
|
1727
|
+
*
|
|
1728
|
+
* For runnable examples on forms support, refer to the documentation of the respective form component:
|
|
1729
|
+
* * [DateInput]({% slug forms_dateinput %})
|
|
1730
|
+
* * [DatePicker]({% slug forms_datepicker %})
|
|
1731
|
+
* * [TimePicker]({% slug forms_timepicker %})
|
|
1732
|
+
* * [DateTimePicker]({% slug forms_datetimepicker %})
|
|
1733
|
+
* * [AutoComplete]({% slug forms_autocomplete %})
|
|
1734
|
+
* * [ComboBox]({% slug forms_combobox %})
|
|
1735
|
+
* * [DropDownList]({% slug forms_dropdownlist %})
|
|
1736
|
+
* * [MultiSelect]({% slug forms_multiselect %})
|
|
1737
|
+
* * [Input]({% slug forms_input %})
|
|
1738
|
+
* * [MaskedTextBox]({% slug forms_maskedtextbox %})
|
|
1739
|
+
* * [NumericTextBox]({% slug forms_numerictextbox %})
|
|
1740
|
+
* * [Checkbox]({% slug forms_support_checkbox %})
|
|
1741
|
+
* * [Switch]({% slug forms_support_switch %})
|
|
1727
1742
|
*/
|
|
1728
1743
|
export declare interface FieldRenderPropsBase {
|
|
1729
1744
|
/**
|
package/index.d.ts
CHANGED
|
@@ -1723,7 +1723,22 @@ export declare const extendDataItem: (item: any, subItemsField: string, propsToE
|
|
|
1723
1723
|
export declare const FIELD_REGEX: RegExp;
|
|
1724
1724
|
|
|
1725
1725
|
/**
|
|
1726
|
-
*
|
|
1726
|
+
* Represents the base properties of the render props for the KendoReact form components.
|
|
1727
|
+
*
|
|
1728
|
+
* For runnable examples on forms support, refer to the documentation of the respective form component:
|
|
1729
|
+
* * [DateInput]({% slug forms_dateinput %})
|
|
1730
|
+
* * [DatePicker]({% slug forms_datepicker %})
|
|
1731
|
+
* * [TimePicker]({% slug forms_timepicker %})
|
|
1732
|
+
* * [DateTimePicker]({% slug forms_datetimepicker %})
|
|
1733
|
+
* * [AutoComplete]({% slug forms_autocomplete %})
|
|
1734
|
+
* * [ComboBox]({% slug forms_combobox %})
|
|
1735
|
+
* * [DropDownList]({% slug forms_dropdownlist %})
|
|
1736
|
+
* * [MultiSelect]({% slug forms_multiselect %})
|
|
1737
|
+
* * [Input]({% slug forms_input %})
|
|
1738
|
+
* * [MaskedTextBox]({% slug forms_maskedtextbox %})
|
|
1739
|
+
* * [NumericTextBox]({% slug forms_numerictextbox %})
|
|
1740
|
+
* * [Checkbox]({% slug forms_support_checkbox %})
|
|
1741
|
+
* * [Switch]({% slug forms_support_switch %})
|
|
1727
1742
|
*/
|
|
1728
1743
|
export declare interface FieldRenderPropsBase {
|
|
1729
1744
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-react-common",
|
|
3
|
-
"version": "11.4.0-develop.
|
|
3
|
+
"version": "11.4.0-develop.6",
|
|
4
4
|
"description": "React Common package delivers common utilities that can be used with the KendoReact UI components. KendoReact Common Utilities package",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.md",
|