@progress/kendo-react-common 13.3.0-develop.2 → 13.3.0-develop.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/index.d.mts CHANGED
@@ -35,17 +35,17 @@ export declare const ADAPTIVE_SMALL_BREAKPOINT: number;
35
35
  * Represents a React Context that enables further configuration of the adaptive mode breakpoints.
36
36
  * Used for global configuration across components that implement adaptive rendering.
37
37
  * For more information and demos, refer to:
38
- * * [DatePicker Adaptive Rendering article]({% slug adaptive_rendering_datepicker %})
39
- * * [DateRangePicker Adaptive Rendering article]({% slug adaptive_rendering_datetimepicker %})
40
- * * [DateTimePicker Adaptive Rendering article]({% slug adaptive_rendering_daterangepicker %})
41
- * * [TimePicker Adaptive Rendering article]({% slug adaptive_rendering_timepicker %})
42
- * * [AutoComplete Adaptive Rendering article]({% slug adaptive_rendering_autocomplete %})
43
- * * [ComboBox Adaptive Rendering article]({% slug adaptive_rendering_combobox %})
44
- * * [DropDownList Adaptive Rendering article]({% slug adaptive_rendering_dropdownlist %})
45
- * * [DropDownTree Adaptive Rendering article]({% slug adaptive_rendering_dropdowntree %})
46
- * * [MultiColumnComboBox Adaptive Rendering article]({% slug adaptive_rendering_multicolumncombobox %})
47
- * * [MultiSelect Adaptive Rendering article]({% slug adaptive_rendering_multiselect %})
48
- * * [MultiSelectTree Adaptive Rendering article]({% slug adaptive_rendering_multiselecttree %})
38
+ * * [DatePicker Adaptive Rendering article](https://www.telerik.com/kendo-react-ui/components/dateinputs/datepicker/adaptive-rendering)
39
+ * * [DateRangePicker Adaptive Rendering article](https://www.telerik.com/kendo-react-ui/components/dateinputs/datetimepicker/adaptive-rendering)
40
+ * * [DateTimePicker Adaptive Rendering article](https://www.telerik.com/kendo-react-ui/components/dateinputs/daterangepicker/adaptive-rendering)
41
+ * * [TimePicker Adaptive Rendering article](https://www.telerik.com/kendo-react-ui/components/dateinputs/timepicker/adaptive-rendering)
42
+ * * [AutoComplete Adaptive Rendering article](https://www.telerik.com/kendo-react-ui/components/dropdowns/autocomplete/adaptive-rendering)
43
+ * * [ComboBox Adaptive Rendering article](https://www.telerik.com/kendo-react-ui/components/dropdowns/combobox/adaptive-rendering)
44
+ * * [DropDownList Adaptive Rendering article](https://www.telerik.com/kendo-react-ui/components/dropdowns/dropdownlist/adaptive-rendering)
45
+ * * [DropDownTree Adaptive Rendering article](https://www.telerik.com/kendo-react-ui/components/dropdowns/dropdowntree/adaptive-rendering)
46
+ * * [MultiColumnComboBox Adaptive Rendering article](https://www.telerik.com/kendo-react-ui/components/dropdowns/multicolumncombobox/adaptive-rendering)
47
+ * * [MultiSelect Adaptive Rendering article](https://www.telerik.com/kendo-react-ui/components/dropdowns/multiselect/adaptive-rendering)
48
+ * * [MultiSelectTree Adaptive Rendering article](https://www.telerik.com/kendo-react-ui/components/dropdowns/multiselecttree/adaptive-rendering)
49
49
  *
50
50
  */
51
51
  export declare const AdaptiveModeContext: React_2.Context<AdaptiveModeContextType>;
@@ -1149,7 +1149,7 @@ export { dispatchEvent_2 as dispatchEvent }
1149
1149
  * The `DragAndDrop` component is required for the `droppable` functionality to work properly.
1150
1150
  *
1151
1151
  * It is used internally to synchronize the `drag` and `drop` functionalities.
1152
- * Accepts properties of type [DragAndDropProps]({% slug api_common_draganddropprops %}).
1152
+ * Accepts properties of type [DragAndDropProps](https://www.telerik.com/kendo-react-ui/components/common/api/draganddropprops).
1153
1153
  */
1154
1154
  export declare const DragAndDrop: {
1155
1155
  (props: DragAndDropProps): JSX.Element;
@@ -1189,8 +1189,8 @@ export declare interface DragAndDropProps {
1189
1189
  /**
1190
1190
  * Represents the KendoReact Draggable component.
1191
1191
  *
1192
- * Accepts properties of type [DraggableProps]({% slug api_common_draggableprops %}),
1193
- * and returns an object of type [DraggableHandle]({% slug api_common_draggablehandle %}) when the `ref` is obtained.
1192
+ * Accepts properties of type [DraggableProps](https://www.telerik.com/kendo-react-ui/components/common/api/draggableprops),
1193
+ * and returns an object of type [DraggableHandle](https://www.telerik.com/kendo-react-ui/components/common/api/draggablehandle) when the `ref` is obtained.
1194
1194
  */
1195
1195
  export declare const Draggable: React_2.ForwardRefExoticComponent<DraggableProps & React_2.RefAttributes<DraggableHandle | null>>;
1196
1196
 
@@ -1231,7 +1231,7 @@ export declare interface DraggableOptions {
1231
1231
  /**
1232
1232
  * Set the `hint` to override the element used for collision detection.
1233
1233
  *
1234
- * For more information, refer to the [Drag Hint]({% slug drag-hint_drag-and-drop %}) article.
1234
+ * For more information, refer to the [Drag Hint](https://www.telerik.com/kendo-react-ui/components/common/drag-and-drop/drag-hint) article.
1235
1235
  */
1236
1236
  hint?: React_2.RefObject<HTMLElement | null | {
1237
1237
  element: HTMLElement | null;
@@ -1244,7 +1244,7 @@ export declare interface DraggableOptions {
1244
1244
  mouseOnly?: boolean;
1245
1245
  /**
1246
1246
  * Set the `autoScroll` property to `false` to disable automatic container scroll when close to the edge.
1247
- * For more information, refer to the [Auto Scroll]({% slug auto-scroll_drag-and-drop %}) article.
1247
+ * For more information, refer to the [Auto Scroll](https://www.telerik.com/kendo-react-ui/components/common/drag-and-drop/auto-scroll) article.
1248
1248
  *
1249
1249
  * Defaults to `true`.
1250
1250
  */
@@ -1584,8 +1584,8 @@ export declare interface DropDownsClassStructure {
1584
1584
  /**
1585
1585
  * Represents the KendoReact Droppable component.
1586
1586
  *
1587
- * Accepts properties of type [DroppableProps]({% slug api_common_droppableprops %}),
1588
- * and returns an object of type [DroppableHandle]({% slug api_common_droppablehandle %}) when the `ref` is obtained.
1587
+ * Accepts properties of type [DroppableProps](https://www.telerik.com/kendo-react-ui/components/common/api/droppableprops),
1588
+ * and returns an object of type [DroppableHandle](https://www.telerik.com/kendo-react-ui/components/common/api/droppablehandle) when the `ref` is obtained.
1589
1589
  */
1590
1590
  export declare const Droppable: React_2.ForwardRefExoticComponent<DroppableProps & React_2.RefAttributes<DroppableHandle | null>>;
1591
1591
 
@@ -1766,24 +1766,24 @@ export declare const FIELD_REGEX: RegExp;
1766
1766
  * Represents the base properties of the render props for the KendoReact form components.
1767
1767
  *
1768
1768
  * For runnable examples on forms support, refer to the documentation of the respective form component:
1769
- * * [DateInput]({% slug forms_dateinput %})
1770
- * * [DatePicker]({% slug forms_datepicker %})
1771
- * * [TimePicker]({% slug forms_timepicker %})
1772
- * * [DateTimePicker]({% slug forms_datetimepicker %})
1773
- * * [AutoComplete]({% slug forms_autocomplete %})
1774
- * * [ComboBox]({% slug forms_combobox %})
1775
- * * [DropDownList]({% slug forms_dropdownlist %})
1776
- * * [MultiSelect]({% slug forms_multiselect %})
1777
- * * [Input]({% slug forms_input %})
1778
- * * [MaskedTextBox]({% slug forms_maskedtextbox %})
1779
- * * [NumericTextBox]({% slug forms_numerictextbox %})
1780
- * * [Checkbox]({% slug forms_support_checkbox %})
1781
- * * [Switch]({% slug forms_support_switch %})
1769
+ * * [DateInput](https://www.telerik.com/kendo-react-ui/components/dateinputs/dateinput/forms)
1770
+ * * [DatePicker](https://www.telerik.com/kendo-react-ui/components/dateinputs/datepicker/forms)
1771
+ * * [TimePicker](https://www.telerik.com/kendo-react-ui/components/dateinputs/timepicker/forms)
1772
+ * * [DateTimePicker](https://www.telerik.com/kendo-react-ui/components/dateinputs/datetimepicker/forms)
1773
+ * * [AutoComplete](https://www.telerik.com/kendo-react-ui/components/dropdowns/autocomplete/forms)
1774
+ * * [ComboBox](https://www.telerik.com/kendo-react-ui/components/dropdowns/combobox/forms)
1775
+ * * [DropDownList](https://www.telerik.com/kendo-react-ui/components/dropdowns/dropdownlist/forms)
1776
+ * * [MultiSelect](https://www.telerik.com/kendo-react-ui/components/dropdowns/multiselect/forms)
1777
+ * * [Input](https://www.telerik.com/kendo-react-ui/components/inputs/input/forms)
1778
+ * * [MaskedTextBox](https://www.telerik.com/kendo-react-ui/components/inputs/maskedtextbox/forms)
1779
+ * * [NumericTextBox](https://www.telerik.com/kendo-react-ui/components/inputs/numerictextbox/forms)
1780
+ * * [Checkbox](https://www.telerik.com/kendo-react-ui/components/inputs/checkbox/forms-support)
1781
+ * * [Switch](https://www.telerik.com/kendo-react-ui/components/inputs/switch/forms-support)
1782
1782
  */
1783
1783
  export declare interface FieldRenderPropsBase {
1784
1784
  /**
1785
1785
  * A callback you have to call when the value of the rendered component is changed
1786
- * ([see example]({% slug common_scenarios_form %}#toc-changing-the-field-value)).
1786
+ * ([see example](https://www.telerik.com/kendo-react-ui/components/form/advanced-scenarios#toc-changing-the-field-value)).
1787
1787
  * The `value` property of the event takes precedence over `target.value`.
1788
1788
  */
1789
1789
  onChange: (event: {
@@ -1802,7 +1802,7 @@ export declare interface FieldRenderPropsBase {
1802
1802
  onBlur: () => void;
1803
1803
  /**
1804
1804
  * Represents the current value of the Field
1805
- * ([see example]({% slug custom_components_form %}#toc-using-basic-properties)).
1805
+ * ([see example](https://www.telerik.com/kendo-react-ui/components/form/custom-components#toc-using-basic-properties)).
1806
1806
  */
1807
1807
  value: any;
1808
1808
  /**
@@ -1993,50 +1993,50 @@ export declare abstract class FormComponent {
1993
1993
  * Represents the basic props of the KendoReact form components.
1994
1994
  *
1995
1995
  * For runnable examples on forms support, refer to the documentation of the respective form component:
1996
- * * [DateInput]({% slug forms_dateinput %})
1997
- * * [DatePicker]({% slug forms_datepicker %})
1998
- * * [TimePicker]({% slug forms_timepicker %})
1999
- * * [DateTimePicker]({% slug forms_datetimepicker %})
2000
- * * [AutoComplete]({% slug forms_autocomplete %})
2001
- * * [ComboBox]({% slug forms_combobox %})
2002
- * * [DropDownList]({% slug forms_dropdownlist %})
2003
- * * [MultiSelect]({% slug forms_multiselect %})
2004
- * * [Input]({% slug forms_input %})
2005
- * * [MaskedTextBox]({% slug forms_maskedtextbox %})
2006
- * * [NumericTextBox]({% slug forms_numerictextbox %})
2007
- * * [Checkbox]({% slug forms_support_checkbox %})
2008
- * * [Switch]({% slug forms_support_switch %})
1996
+ * * [DateInput](https://www.telerik.com/kendo-react-ui/components/dateinputs/dateinput/forms)
1997
+ * * [DatePicker](https://www.telerik.com/kendo-react-ui/components/dateinputs/datepicker/forms)
1998
+ * * [TimePicker](https://www.telerik.com/kendo-react-ui/components/dateinputs/timepicker/forms)
1999
+ * * [DateTimePicker](https://www.telerik.com/kendo-react-ui/components/dateinputs/datetimepicker/forms)
2000
+ * * [AutoComplete](https://www.telerik.com/kendo-react-ui/components/dropdowns/autocomplete/forms)
2001
+ * * [ComboBox](https://www.telerik.com/kendo-react-ui/components/dropdowns/combobox/forms)
2002
+ * * [DropDownList](https://www.telerik.com/kendo-react-ui/components/dropdowns/dropdownlist/forms)
2003
+ * * [MultiSelect](https://www.telerik.com/kendo-react-ui/components/dropdowns/multiselect/forms)
2004
+ * * [Input](https://www.telerik.com/kendo-react-ui/components/inputs/input/forms)
2005
+ * * [MaskedTextBox](https://www.telerik.com/kendo-react-ui/components/inputs/maskedtextbox/forms)
2006
+ * * [NumericTextBox](https://www.telerik.com/kendo-react-ui/components/inputs/numerictextbox/forms)
2007
+ * * [Checkbox](https://www.telerik.com/kendo-react-ui/components/inputs/checkbox/forms-support)
2008
+ * * [Switch](https://www.telerik.com/kendo-react-ui/components/inputs/switch/forms-support)
2009
2009
  */
2010
2010
  export declare interface FormComponentProps {
2011
2011
  /**
2012
2012
  * Controls the form error message of the component. If set to an empty string, no error will be thrown.
2013
2013
  *
2014
- * This property is part of the [FormComponentProps]({% slug api_common_formcomponentprops %}) interface.
2014
+ * This property is part of the [FormComponentProps](https://www.telerik.com/kendo-react-ui/components/common/api/formcomponentprops) interface.
2015
2015
  */
2016
2016
  validationMessage?: string;
2017
2017
  /**
2018
2018
  * Specifies if `null` is a valid value for the component.
2019
2019
  *
2020
- * This property is part of the [FormComponentProps]({% slug api_common_formcomponentprops %}) interface.
2020
+ * This property is part of the [FormComponentProps](https://www.telerik.com/kendo-react-ui/components/common/api/formcomponentprops) interface.
2021
2021
  */
2022
2022
  required?: boolean;
2023
2023
  /**
2024
2024
  * Specifies the `name` property of the `input` DOM element.
2025
2025
  *
2026
- * This property is part of the [FormComponentProps]({% slug api_common_formcomponentprops %}) interface.
2026
+ * This property is part of the [FormComponentProps](https://www.telerik.com/kendo-react-ui/components/common/api/formcomponentprops) interface.
2027
2027
  */
2028
2028
  name?: string;
2029
2029
  /**
2030
2030
  * Overrides the validity state of the component.
2031
2031
  * If `valid` is set, the `required` property will be ignored.
2032
2032
  *
2033
- * This property is part of the [FormComponentProps]({% slug api_common_formcomponentprops %}) interface.
2033
+ * This property is part of the [FormComponentProps](https://www.telerik.com/kendo-react-ui/components/common/api/formcomponentprops) interface.
2034
2034
  */
2035
2035
  valid?: boolean;
2036
2036
  /**
2037
2037
  * If set to `false`, no visual representation of the invalid state of the component will be applied.
2038
2038
  *
2039
- * This property is part of the [FormComponentProps]({% slug api_common_formcomponentprops %}) interface.
2039
+ * This property is part of the [FormComponentProps](https://www.telerik.com/kendo-react-ui/components/common/api/formcomponentprops) interface.
2040
2040
  */
2041
2041
  validityStyles?: boolean;
2042
2042
  /**
@@ -2053,19 +2053,19 @@ export declare interface FormComponentProps {
2053
2053
  * Represents the `validity` state of the KendoReact form components.
2054
2054
  *
2055
2055
  * For runnable examples on forms support, refer to the documentation of the respective form component:
2056
- * * [DateInput]({% slug forms_dateinput %})
2057
- * * [DatePicker]({% slug forms_datepicker %})
2058
- * * [TimePicker]({% slug forms_timepicker %})
2059
- * * [DateTimePicker]({% slug forms_timepicker %})
2060
- * * [AutoComplete]({% slug forms_autocomplete %})
2061
- * * [ComboBox]({% slug forms_combobox %})
2062
- * * [DropDownList]({% slug forms_dropdownlist %})
2063
- * * [MultiSelect]({% slug forms_multiselect %})
2064
- * * [Input]({% slug forms_input %})
2065
- * * [MaskedTextBox]({% slug forms_maskedtextbox %})
2066
- * * [NumericTextBox]({% slug forms_numerictextbox %})
2067
- * * [Checkbox]({% slug forms_support_checkbox %})
2068
- * * [Switch]({% slug forms_support_switch %})
2056
+ * * [DateInput](https://www.telerik.com/kendo-react-ui/components/dateinputs/dateinput/forms)
2057
+ * * [DatePicker](https://www.telerik.com/kendo-react-ui/components/dateinputs/datepicker/forms)
2058
+ * * [TimePicker](https://www.telerik.com/kendo-react-ui/components/dateinputs/timepicker/forms)
2059
+ * * [DateTimePicker](https://www.telerik.com/kendo-react-ui/components/dateinputs/timepicker/forms)
2060
+ * * [AutoComplete](https://www.telerik.com/kendo-react-ui/components/dropdowns/autocomplete/forms)
2061
+ * * [ComboBox](https://www.telerik.com/kendo-react-ui/components/dropdowns/combobox/forms)
2062
+ * * [DropDownList](https://www.telerik.com/kendo-react-ui/components/dropdowns/dropdownlist/forms)
2063
+ * * [MultiSelect](https://www.telerik.com/kendo-react-ui/components/dropdowns/multiselect/forms)
2064
+ * * [Input](https://www.telerik.com/kendo-react-ui/components/inputs/input/forms)
2065
+ * * [MaskedTextBox](https://www.telerik.com/kendo-react-ui/components/inputs/maskedtextbox/forms)
2066
+ * * [NumericTextBox](https://www.telerik.com/kendo-react-ui/components/inputs/numerictextbox/forms)
2067
+ * * [Checkbox](https://www.telerik.com/kendo-react-ui/components/inputs/checkbox/forms-support)
2068
+ * * [Switch](https://www.telerik.com/kendo-react-ui/components/inputs/switch/forms-support)
2069
2069
  */
2070
2070
  export declare interface FormComponentValidity {
2071
2071
  /**
@@ -2321,7 +2321,7 @@ export declare interface HintClasses {
2321
2321
  }
2322
2322
 
2323
2323
  /**
2324
- * Represents the [KendoReact Icon component]({% slug overview_icon %}).
2324
+ * Represents the [KendoReact Icon component](https://www.telerik.com/kendo-react-ui/components/common/icon).
2325
2325
  *
2326
2326
  * @example
2327
2327
  * ```jsx
@@ -2369,7 +2369,7 @@ export declare interface IconHandle {
2369
2369
  }
2370
2370
 
2371
2371
  /**
2372
- * Represents the props of the [KendoReact Icon component]({% slug overview_icon %}).
2372
+ * Represents the props of the [KendoReact Icon component](https://www.telerik.com/kendo-react-ui/components/common/icon).
2373
2373
  */
2374
2374
  export declare interface IconProps extends BaseIconProps, KendoMouse<IconHandle, HTMLSpanElement> {
2375
2375
  /**
@@ -2900,7 +2900,7 @@ declare type MemoizedFn<TFunc extends (this: any, ...args: any[]) => any> = {
2900
2900
  export declare function memoizeOne<TFunc extends (this: any, ...newArgs: any[]) => any>(resultFn: TFunc, isEqualFn?: EqualityFn<TFunc>): MemoizedFn<TFunc>;
2901
2901
 
2902
2902
  /**
2903
- * Represents the [KendoReact Navigation functionality]({% slug overview_navigation %}).
2903
+ * Represents the [KendoReact Navigation functionality](https://www.telerik.com/kendo-react-ui/components/common/navigation).
2904
2904
  * It handles the navigation through a collection of DOM elements.
2905
2905
  */
2906
2906
  export declare class Navigation {
@@ -3015,25 +3015,25 @@ export declare class Navigation {
3015
3015
  }
3016
3016
 
3017
3017
  /**
3018
- * Represents the [Navigation]({% slug api_common_navigation %}) options object.
3018
+ * Represents the [Navigation](https://www.telerik.com/kendo-react-ui/components/common/api/navigation) options object.
3019
3019
  *
3020
3020
  */
3021
3021
  export declare interface NavigationOptions {
3022
3022
  /**
3023
- * Sets the tabIndex used by the [Navigation]({% slug api_common_navigation %}).
3023
+ * Sets the tabIndex used by the [Navigation](https://www.telerik.com/kendo-react-ui/components/common/api/navigation).
3024
3024
  */
3025
3025
  tabIndex: number;
3026
3026
  /**
3027
- * Sets the root DOM element used by the [Navigation]({% slug api_common_navigation %}).
3027
+ * Sets the root DOM element used by the [Navigation](https://www.telerik.com/kendo-react-ui/components/common/api/navigation).
3028
3028
  */
3029
3029
  root: React.RefObject<HTMLElement | null>;
3030
3030
  /**
3031
- * Sets the CSS selectors used by the [Navigation]({% slug api_common_navigation %}). The navigation DOM elements will be queried using the selectors.
3031
+ * Sets the CSS selectors used by the [Navigation](https://www.telerik.com/kendo-react-ui/components/common/api/navigation). The navigation DOM elements will be queried using the selectors.
3032
3032
  * Make sure their order matches the navigating order.
3033
3033
  */
3034
3034
  selectors: string[] | string[][];
3035
3035
  /**
3036
- * Configures if the roving tabIndex technique will be used in the [Navigation]({% slug api_common_navigation %}). Defaults to `true`.
3036
+ * Configures if the roving tabIndex technique will be used in the [Navigation](https://www.telerik.com/kendo-react-ui/components/common/api/navigation). Defaults to `true`.
3037
3037
  */
3038
3038
  rovingTabIndex?: boolean;
3039
3039
  /**
@@ -3406,7 +3406,7 @@ export declare interface SVGIcon {
3406
3406
  }
3407
3407
 
3408
3408
  /**
3409
- * Represents the [KendoReact SvgIcon component]({% slug overview_svgicon %}).
3409
+ * Represents the [KendoReact SvgIcon component](https://www.telerik.com/kendo-react-ui/components/common/svgicon).
3410
3410
  *
3411
3411
  * @example
3412
3412
  * ```jsx
@@ -3442,7 +3442,7 @@ export declare interface SvgIconHandle {
3442
3442
  }
3443
3443
 
3444
3444
  /**
3445
- * Represents the props of the [KendoReact SvgIcon component]({% slug overview_svgicon %}).
3445
+ * Represents the props of the [KendoReact SvgIcon component](https://www.telerik.com/kendo-react-ui/components/common/svgicon).
3446
3446
  */
3447
3447
  export declare interface SvgIconProps extends BaseIconProps, React_2.SVGAttributes<HTMLOrSVGElement> {
3448
3448
  /**
@@ -3778,7 +3778,7 @@ declare namespace treeIdUtils {
3778
3778
  export { treeIdUtils }
3779
3779
 
3780
3780
  /**
3781
- * Represents the [KendoReact Typography component]({% slug overview_typography %}).
3781
+ * Represents the [KendoReact Typography component](https://www.telerik.com/kendo-react-ui/components/common/typography).
3782
3782
  *
3783
3783
  * @example
3784
3784
  * ```jsx
@@ -3812,7 +3812,7 @@ export declare interface TypographyHandle {
3812
3812
  }
3813
3813
 
3814
3814
  /**
3815
- * Represents the props of the [KendoReact Typography component]({% slug overview_typography %}).
3815
+ * Represents the props of the [KendoReact Typography component](https://www.telerik.com/kendo-react-ui/components/common/typography).
3816
3816
  */
3817
3817
  export declare interface TypographyProps extends KendoReactComponentBaseProps {
3818
3818
  /**
@@ -3825,7 +3825,7 @@ export declare interface TypographyProps extends KendoReactComponentBaseProps {
3825
3825
  className?: string;
3826
3826
  /**
3827
3827
  * Overrides the font size applied by the theme typography styles
3828
- * [see example]({% slug appearance_typography %}#toc-font-size).
3828
+ * [see example](https://www.telerik.com/kendo-react-ui/components/common/typography/appearance#toc-font-size).
3829
3829
  *
3830
3830
  * The possible values are:
3831
3831
  * * `xsmall`
@@ -3838,7 +3838,7 @@ export declare interface TypographyProps extends KendoReactComponentBaseProps {
3838
3838
  fontSize?: 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
3839
3839
  /**
3840
3840
  * Overrides the font weight applied by the theme typography styles
3841
- * [see example]({% slug appearance_typography %}#toc-font-weight).
3841
+ * [see example](https://www.telerik.com/kendo-react-ui/components/common/typography/appearance#toc-font-weight).
3842
3842
  *
3843
3843
  * The possible values are:
3844
3844
  * * `light`&mdash;font-weight: 300
@@ -3849,7 +3849,7 @@ export declare interface TypographyProps extends KendoReactComponentBaseProps {
3849
3849
  fontWeight?: 'light' | 'normal' | 'bold';
3850
3850
  /**
3851
3851
  * Specifies the applied margin to the element
3852
- * [see example]({% slug appearance_typography %}#toc-margin).
3852
+ * [see example](https://www.telerik.com/kendo-react-ui/components/common/typography/appearance#toc-margin).
3853
3853
  *
3854
3854
  * The possible values for the Default and Material themes are:
3855
3855
  * * `xsmall` &mdash;Applies 4px margin.
@@ -3882,7 +3882,7 @@ export declare interface TypographyProps extends KendoReactComponentBaseProps {
3882
3882
  };
3883
3883
  /**
3884
3884
  * Specifies the text align
3885
- * [see example]({% slug appearance_typography %}#toc-text-alignment).
3885
+ * [see example](https://www.telerik.com/kendo-react-ui/components/common/typography/appearance#toc-text-alignment).
3886
3886
  *
3887
3887
  * The possible values are:
3888
3888
  * * `left`&mdash;Applies text-align: left
@@ -3894,7 +3894,7 @@ export declare interface TypographyProps extends KendoReactComponentBaseProps {
3894
3894
  textAlign?: 'left' | 'right' | 'center' | 'justify';
3895
3895
  /**
3896
3896
  * Specifies the text transform
3897
- * [see example]({% slug appearance_typography %}#toc-text-transformation).
3897
+ * [see example](https://www.telerik.com/kendo-react-ui/components/common/typography/appearance#toc-text-transformation).
3898
3898
  *
3899
3899
  * The possible values are:
3900
3900
  * * `lowercase`&mdash;Applies text-transform: lowercase
@@ -3905,7 +3905,7 @@ export declare interface TypographyProps extends KendoReactComponentBaseProps {
3905
3905
  textTransform?: 'lowercase' | 'uppercase' | 'capitalize';
3906
3906
  /**
3907
3907
  * Specifies the theme color of the Typography
3908
- * [see example]({% slug appearance_typography %}#toc-theme-color).
3908
+ * [see example](https://www.telerik.com/kendo-react-ui/components/common/typography/appearance#toc-theme-color).
3909
3909
  *
3910
3910
  * The possible values are:
3911
3911
  * * `inherit`&mdash;Applies coloring based on the current color.
@@ -4087,7 +4087,7 @@ export declare const useDocument: (ref: React_2.RefObject<HTMLElement | null | {
4087
4087
  * Represents the KendoReact `useDraggable` hook.
4088
4088
  * Use it to attach `drag` events to a native HTML DOM elements, or custom React Components.
4089
4089
  *
4090
- * For more information, refer to the [KendoReact Draggable]({% slug draggable_drag-and-drop %}) article.
4090
+ * For more information, refer to the [KendoReact Draggable](https://www.telerik.com/kendo-react-ui/components/common/drag-and-drop/draggable) article.
4091
4091
  *
4092
4092
  * @param ref - The `ref` of the HTML Element or React Component which will enable the `draggable` functionality.
4093
4093
  * @param callbacks - A collection of callbacks, called by the `useDraggable` hook when a specific action occurs.
@@ -4107,7 +4107,7 @@ export declare function useDraggable(ref: React_2.RefObject<HTMLElement | null |
4107
4107
  * Represents the KendoReact `useDroppable` hook.
4108
4108
  * Use it to attach `drop` events to a native HTML DOM elements, or custom React Components.
4109
4109
  *
4110
- * For more information, refer to the [KendoReact Droppable]({% slug droppable_drag-and-drop %}) article.
4110
+ * For more information, refer to the [KendoReact Droppable](https://www.telerik.com/kendo-react-ui/components/common/drag-and-drop/droppable) article.
4111
4111
  *
4112
4112
  * @param ref - The `ref` of the HTML Element or React Component which will enable the `droppable` functionality.
4113
4113
  * @param callbacks - A collection of callbacks, called by the `useDroppable` hook when a specific action occurs.