@progress/kendo-react-common 11.4.0-develop.4 → 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/README.md CHANGED
@@ -117,6 +117,22 @@ import { AdaptiveModeContext } from '@progress/kendo-react-common';
117
117
  </AdaptiveModeContext.Provider>
118
118
  ```
119
119
 
120
+ ## Using for Free vs Commercial License
121
+
122
+ The following table outlines the key resources available with KendoReact and KendoReact Free.
123
+
124
+ | | [KendoReact Free](https://www.telerik.com/kendo-react-ui/components/free) | [KendoReact](https://www.telerik.com/kendo-react-ui) |
125
+ | -------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
126
+ | React components | 50+ | 120+ |
127
+ | Four professional themes | <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z" stroke="white" stroke-width="2"/></svg> | <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z" stroke="white" stroke-width="2"/></svg> |
128
+ | Four Figma UI Kits | <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z" stroke="white" stroke-width="2"/></svg> | <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z" stroke="white" stroke-width="2"/></svg> |
129
+ | Page Templates & Building Blocks | 1 template | <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z" stroke="white" stroke-width="2"/></svg> |
130
+ | ThemeBuilder | Free\* | Ultimate |
131
+ | Source code | No | <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z" stroke="white" stroke-width="2"/></svg> |
132
+ | Visual Studio Code extension | 1 starter template | Full functionality |
133
+ | Legendary customer support | No | <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z" stroke="white" stroke-width="2"/></svg> |
134
+ | AI coding assistant | No | <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z" stroke="white" stroke-width="2"/></svg> |
135
+
120
136
  ## Support Options
121
137
 
122
138
  For any issues you might encounter while working with the KendoReact Common package, use any of the available support channels:
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
- * @hidden
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
- * @hidden
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.4",
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",