@progress/kendo-react-common 13.3.0-develop.2 → 13.3.0-develop.4

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
  /**
@@ -2195,7 +2195,7 @@ export declare const getItemPath: (tree: any[], level: number[], subItemsField?:
2195
2195
  *
2196
2196
  * Returns the notification message to display, if any.
2197
2197
  */
2198
- export declare const getLicenseMessage: (e: PackageMetadata) => string | undefined;
2198
+ export declare const getLicenseMessage: (e: PackageMetadata) => LicenseMessage | undefined;
2199
2199
 
2200
2200
  /**
2201
2201
  * @hidden
@@ -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
  /**
@@ -2792,6 +2792,17 @@ export declare interface LabelsClassStructure {
2792
2792
  */
2793
2793
  export declare const lastFocusableChild: (element: HTMLElement, elementsSelectors?: string[]) => HTMLElement | undefined;
2794
2794
 
2795
+ /**
2796
+ * @hidden
2797
+ */
2798
+ export declare interface LicenseMessage {
2799
+ code?: string;
2800
+ licenseType?: string;
2801
+ version?: string;
2802
+ productName?: string;
2803
+ expiration?: string;
2804
+ }
2805
+
2795
2806
  /**
2796
2807
  * Creates a new array with the results of calling the provided callback function
2797
2808
  * on every element in the provided data tree.
@@ -2900,7 +2911,7 @@ declare type MemoizedFn<TFunc extends (this: any, ...args: any[]) => any> = {
2900
2911
  export declare function memoizeOne<TFunc extends (this: any, ...newArgs: any[]) => any>(resultFn: TFunc, isEqualFn?: EqualityFn<TFunc>): MemoizedFn<TFunc>;
2901
2912
 
2902
2913
  /**
2903
- * Represents the [KendoReact Navigation functionality]({% slug overview_navigation %}).
2914
+ * Represents the [KendoReact Navigation functionality](https://www.telerik.com/kendo-react-ui/components/common/navigation).
2904
2915
  * It handles the navigation through a collection of DOM elements.
2905
2916
  */
2906
2917
  export declare class Navigation {
@@ -3015,25 +3026,25 @@ export declare class Navigation {
3015
3026
  }
3016
3027
 
3017
3028
  /**
3018
- * Represents the [Navigation]({% slug api_common_navigation %}) options object.
3029
+ * Represents the [Navigation](https://www.telerik.com/kendo-react-ui/components/common/api/navigation) options object.
3019
3030
  *
3020
3031
  */
3021
3032
  export declare interface NavigationOptions {
3022
3033
  /**
3023
- * Sets the tabIndex used by the [Navigation]({% slug api_common_navigation %}).
3034
+ * Sets the tabIndex used by the [Navigation](https://www.telerik.com/kendo-react-ui/components/common/api/navigation).
3024
3035
  */
3025
3036
  tabIndex: number;
3026
3037
  /**
3027
- * Sets the root DOM element used by the [Navigation]({% slug api_common_navigation %}).
3038
+ * Sets the root DOM element used by the [Navigation](https://www.telerik.com/kendo-react-ui/components/common/api/navigation).
3028
3039
  */
3029
3040
  root: React.RefObject<HTMLElement | null>;
3030
3041
  /**
3031
- * Sets the CSS selectors used by the [Navigation]({% slug api_common_navigation %}). The navigation DOM elements will be queried using the selectors.
3042
+ * 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
3043
  * Make sure their order matches the navigating order.
3033
3044
  */
3034
3045
  selectors: string[] | string[][];
3035
3046
  /**
3036
- * Configures if the roving tabIndex technique will be used in the [Navigation]({% slug api_common_navigation %}). Defaults to `true`.
3047
+ * 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
3048
  */
3038
3049
  rovingTabIndex?: boolean;
3039
3050
  /**
@@ -3406,7 +3417,7 @@ export declare interface SVGIcon {
3406
3417
  }
3407
3418
 
3408
3419
  /**
3409
- * Represents the [KendoReact SvgIcon component]({% slug overview_svgicon %}).
3420
+ * Represents the [KendoReact SvgIcon component](https://www.telerik.com/kendo-react-ui/components/common/svgicon).
3410
3421
  *
3411
3422
  * @example
3412
3423
  * ```jsx
@@ -3442,7 +3453,7 @@ export declare interface SvgIconHandle {
3442
3453
  }
3443
3454
 
3444
3455
  /**
3445
- * Represents the props of the [KendoReact SvgIcon component]({% slug overview_svgicon %}).
3456
+ * Represents the props of the [KendoReact SvgIcon component](https://www.telerik.com/kendo-react-ui/components/common/svgicon).
3446
3457
  */
3447
3458
  export declare interface SvgIconProps extends BaseIconProps, React_2.SVGAttributes<HTMLOrSVGElement> {
3448
3459
  /**
@@ -3778,7 +3789,7 @@ declare namespace treeIdUtils {
3778
3789
  export { treeIdUtils }
3779
3790
 
3780
3791
  /**
3781
- * Represents the [KendoReact Typography component]({% slug overview_typography %}).
3792
+ * Represents the [KendoReact Typography component](https://www.telerik.com/kendo-react-ui/components/common/typography).
3782
3793
  *
3783
3794
  * @example
3784
3795
  * ```jsx
@@ -3812,7 +3823,7 @@ export declare interface TypographyHandle {
3812
3823
  }
3813
3824
 
3814
3825
  /**
3815
- * Represents the props of the [KendoReact Typography component]({% slug overview_typography %}).
3826
+ * Represents the props of the [KendoReact Typography component](https://www.telerik.com/kendo-react-ui/components/common/typography).
3816
3827
  */
3817
3828
  export declare interface TypographyProps extends KendoReactComponentBaseProps {
3818
3829
  /**
@@ -3825,7 +3836,7 @@ export declare interface TypographyProps extends KendoReactComponentBaseProps {
3825
3836
  className?: string;
3826
3837
  /**
3827
3838
  * Overrides the font size applied by the theme typography styles
3828
- * [see example]({% slug appearance_typography %}#toc-font-size).
3839
+ * [see example](https://www.telerik.com/kendo-react-ui/components/common/typography/appearance#toc-font-size).
3829
3840
  *
3830
3841
  * The possible values are:
3831
3842
  * * `xsmall`
@@ -3838,7 +3849,7 @@ export declare interface TypographyProps extends KendoReactComponentBaseProps {
3838
3849
  fontSize?: 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
3839
3850
  /**
3840
3851
  * Overrides the font weight applied by the theme typography styles
3841
- * [see example]({% slug appearance_typography %}#toc-font-weight).
3852
+ * [see example](https://www.telerik.com/kendo-react-ui/components/common/typography/appearance#toc-font-weight).
3842
3853
  *
3843
3854
  * The possible values are:
3844
3855
  * * `light`&mdash;font-weight: 300
@@ -3849,7 +3860,7 @@ export declare interface TypographyProps extends KendoReactComponentBaseProps {
3849
3860
  fontWeight?: 'light' | 'normal' | 'bold';
3850
3861
  /**
3851
3862
  * Specifies the applied margin to the element
3852
- * [see example]({% slug appearance_typography %}#toc-margin).
3863
+ * [see example](https://www.telerik.com/kendo-react-ui/components/common/typography/appearance#toc-margin).
3853
3864
  *
3854
3865
  * The possible values for the Default and Material themes are:
3855
3866
  * * `xsmall` &mdash;Applies 4px margin.
@@ -3882,7 +3893,7 @@ export declare interface TypographyProps extends KendoReactComponentBaseProps {
3882
3893
  };
3883
3894
  /**
3884
3895
  * Specifies the text align
3885
- * [see example]({% slug appearance_typography %}#toc-text-alignment).
3896
+ * [see example](https://www.telerik.com/kendo-react-ui/components/common/typography/appearance#toc-text-alignment).
3886
3897
  *
3887
3898
  * The possible values are:
3888
3899
  * * `left`&mdash;Applies text-align: left
@@ -3894,7 +3905,7 @@ export declare interface TypographyProps extends KendoReactComponentBaseProps {
3894
3905
  textAlign?: 'left' | 'right' | 'center' | 'justify';
3895
3906
  /**
3896
3907
  * Specifies the text transform
3897
- * [see example]({% slug appearance_typography %}#toc-text-transformation).
3908
+ * [see example](https://www.telerik.com/kendo-react-ui/components/common/typography/appearance#toc-text-transformation).
3898
3909
  *
3899
3910
  * The possible values are:
3900
3911
  * * `lowercase`&mdash;Applies text-transform: lowercase
@@ -3905,7 +3916,7 @@ export declare interface TypographyProps extends KendoReactComponentBaseProps {
3905
3916
  textTransform?: 'lowercase' | 'uppercase' | 'capitalize';
3906
3917
  /**
3907
3918
  * Specifies the theme color of the Typography
3908
- * [see example]({% slug appearance_typography %}#toc-theme-color).
3919
+ * [see example](https://www.telerik.com/kendo-react-ui/components/common/typography/appearance#toc-theme-color).
3909
3920
  *
3910
3921
  * The possible values are:
3911
3922
  * * `inherit`&mdash;Applies coloring based on the current color.
@@ -4087,7 +4098,7 @@ export declare const useDocument: (ref: React_2.RefObject<HTMLElement | null | {
4087
4098
  * Represents the KendoReact `useDraggable` hook.
4088
4099
  * Use it to attach `drag` events to a native HTML DOM elements, or custom React Components.
4089
4100
  *
4090
- * For more information, refer to the [KendoReact Draggable]({% slug draggable_drag-and-drop %}) article.
4101
+ * For more information, refer to the [KendoReact Draggable](https://www.telerik.com/kendo-react-ui/components/common/drag-and-drop/draggable) article.
4091
4102
  *
4092
4103
  * @param ref - The `ref` of the HTML Element or React Component which will enable the `draggable` functionality.
4093
4104
  * @param callbacks - A collection of callbacks, called by the `useDraggable` hook when a specific action occurs.
@@ -4107,7 +4118,7 @@ export declare function useDraggable(ref: React_2.RefObject<HTMLElement | null |
4107
4118
  * Represents the KendoReact `useDroppable` hook.
4108
4119
  * Use it to attach `drop` events to a native HTML DOM elements, or custom React Components.
4109
4120
  *
4110
- * For more information, refer to the [KendoReact Droppable]({% slug droppable_drag-and-drop %}) article.
4121
+ * For more information, refer to the [KendoReact Droppable](https://www.telerik.com/kendo-react-ui/components/common/drag-and-drop/droppable) article.
4111
4122
  *
4112
4123
  * @param ref - The `ref` of the HTML Element or React Component which will enable the `droppable` functionality.
4113
4124
  * @param callbacks - A collection of callbacks, called by the `useDroppable` hook when a specific action occurs.
@@ -4212,7 +4223,7 @@ export declare const WatermarkOverlay: (props: WatermarkOverlayProps) => JSX.Ele
4212
4223
  * @hidden
4213
4224
  */
4214
4225
  export declare interface WatermarkOverlayProps {
4215
- message?: string;
4226
+ message?: LicenseMessage;
4216
4227
  }
4217
4228
 
4218
4229
  /**