@progress/kendo-react-pivotgrid 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
@@ -109,12 +109,12 @@ declare type PIVOT_CONFIGURATOR_ACTION_TYPE = PIVOT_CONFIGURATOR_ACTION | EXTEND
109
109
  export { PivotDataItem }
110
110
 
111
111
  /**
112
- * Represents the [KendoReact PivotGrid component]({% slug api_pivotgrid_pivotgridprops %}).
112
+ * Represents the [KendoReact PivotGrid component](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotgridprops).
113
113
  */
114
114
  export declare const PivotGrid: React_2.ForwardRefExoticComponent<PivotGridProps & React_2.RefAttributes<PivotGridHandle | null>>;
115
115
 
116
116
  /**
117
- * Represents the event arguments of the [`onColumnAxesChange`]({% slug api_pivotgrid_pivotgridprops %}#toc-oncolumnaxeschange) and [`onRowAxesChange`]({% slug api_pivotgrid_pivotgridprops %}#toc-onrowaxeschange) callbacks of the [`PivotGrid`]({% slug api_pivotgrid_pivotgrid %}) component.
117
+ * Represents the event arguments of the [`onColumnAxesChange`](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotgridprops#toc-oncolumnaxeschange) and [`onRowAxesChange`](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotgridprops#toc-onrowaxeschange) callbacks of the [`PivotGrid`](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotgrid) component.
118
118
  */
119
119
  export declare interface PivotGridAxesChangeEvent {
120
120
  /**
@@ -132,7 +132,7 @@ export declare interface PivotGridAxesChangeEvent {
132
132
  }
133
133
 
134
134
  /**
135
- * Represents the [KendoReact PivotGridAxesEditor component]({% slug api_pivotgrid_pivotgridaxeseditorprops %}).
135
+ * Represents the [KendoReact PivotGridAxesEditor component](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotgridaxeseditorprops).
136
136
  */
137
137
  export declare const PivotGridAxesEditor: React_2.ForwardRefExoticComponent<PivotGridAxesEditorProps & React_2.RefAttributes<PivotGridAxesEditorHandle>>;
138
138
 
@@ -151,13 +151,13 @@ export declare interface PivotGridAxesEditorHandle {
151
151
  }
152
152
 
153
153
  /**
154
- * Represents the props of the [KendoReact PivotGridAxesEditor component]({% slug api_pivotgrid_pivotgridaxeseditor %}).
154
+ * Represents the props of the [KendoReact PivotGridAxesEditor component](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotgridaxeseditor).
155
155
  */
156
156
  export declare interface PivotGridAxesEditorProps extends FieldProps {
157
157
  /**
158
158
  * Represents the `value` of the AxesEditor.
159
159
  *
160
- * The `value` is an array of [PivotGridAxis]({% slug api_pivotgrid_pivotgridaxis %})
160
+ * The `value` is an array of [PivotGridAxis](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotgridaxis)
161
161
  */
162
162
  value: PivotGridAxis[];
163
163
  /**
@@ -170,7 +170,7 @@ export declare interface PivotGridAxesEditorProps extends FieldProps {
170
170
  /**
171
171
  * Overrides the default `chipList` component.
172
172
  *
173
- * The default component is: [KendoReactChipList]({% slug api_buttons_chiplist %}).
173
+ * The default component is: [KendoReactChipList](https://www.telerik.com/kendo-react-ui/components/buttons/api/chiplist).
174
174
  */
175
175
  chipList?: CustomComponent<ChipListProps>;
176
176
  /**
@@ -182,7 +182,7 @@ export declare interface PivotGridAxesEditorProps extends FieldProps {
182
182
  export { PivotGridAxis }
183
183
 
184
184
  /**
185
- * Represents the [KendoReact PivotGridAxisEditor component]({% slug api_pivotgrid_pivotgridaxiseditorprops %}).
185
+ * Represents the [KendoReact PivotGridAxisEditor component](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotgridaxiseditorprops).
186
186
  */
187
187
  export declare const PivotGridAxisEditor: React_2.ForwardRefExoticComponent<PivotGridAxisEditorProps & React_2.RefAttributes<PivotGridAxisEditorHandle | null>>;
188
188
 
@@ -201,19 +201,19 @@ export declare interface PivotGridAxisEditorHandle {
201
201
  }
202
202
 
203
203
  /**
204
- * Represents the props of the [KendoReact PivotGridAxisEditor component]({% slug api_pivotgrid_pivotgridaxiseditor %}).
204
+ * Represents the props of the [KendoReact PivotGridAxisEditor component](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotgridaxiseditor).
205
205
  */
206
206
  export declare interface PivotGridAxisEditorProps extends ChipProps {
207
207
  /**
208
208
  * Represents the `dataItem` of the AxisEditor.
209
209
  *
210
- * The `dataItem` is a single [PivotGridAxis]({% slug api_pivotgrid_pivotgridaxis %}) object.
210
+ * The `dataItem` is a single [PivotGridAxis](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotgridaxis) object.
211
211
  */
212
212
  dataItem: PivotGridAxis;
213
213
  /**
214
214
  * Overrides the default `chip` component.
215
215
  *
216
- * The default component is: [KendoReactChip]({% slug api_buttons_chip %}).
216
+ * The default component is: [KendoReactChip](https://www.telerik.com/kendo-react-ui/components/buttons/api/chip).
217
217
  */
218
218
  chip?: CustomComponent<ChipProps>;
219
219
  /**
@@ -225,13 +225,13 @@ export declare interface PivotGridAxisEditorProps extends ChipProps {
225
225
  /**
226
226
  * Overrides the default `columnMenuTextColumn` component.
227
227
  *
228
- * The default component is: [KendoReactColumnMenuTextColumn]({% slug api_data-tools_columnmenutextcolumn %}).
228
+ * The default component is: [KendoReactColumnMenuTextColumn](https://www.telerik.com/kendo-react-ui/components/datatools/api/columnmenutextcolumn).
229
229
  */
230
230
  columnMenuTextColumn?: CustomComponent<ColumnMenuProps>;
231
231
  /**
232
232
  * Overrides the default `filterFieldsEditor` component.
233
233
  *
234
- * The default component is: [PivotGridAxisFilterFieldsEditor]({% slug api_pivotgrid_pivotgridaxisfilterfieldseditor%}).
234
+ * The default component is: [PivotGridAxisFilterFieldsEditor](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotgridaxisfilterfieldseditor).
235
235
  */
236
236
  filterFieldsEditor?: CustomComponent<PivotGridAxisFilterFieldsEditorProps>;
237
237
  }
@@ -255,7 +255,7 @@ export declare interface PivotGridAxisFilterFieldExpandEvent {
255
255
  }
256
256
 
257
257
  /**
258
- * Represents the [KendoReact PivotGridAxisFilterFieldsEditor component]({% slug api_pivotgrid_pivotgridaxisfilterfieldseditorprops %}).
258
+ * Represents the [KendoReact PivotGridAxisFilterFieldsEditor component](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotgridaxisfilterfieldseditorprops).
259
259
  */
260
260
  export declare const PivotGridAxisFilterFieldsEditor: React_2.ForwardRefExoticComponent<PivotGridAxisFilterFieldsEditorProps & React_2.RefAttributes<PivotGridAxisFilterFieldsEditorHandle | null>>;
261
261
 
@@ -274,7 +274,7 @@ export declare interface PivotGridAxisFilterFieldsEditorHandle {
274
274
  }
275
275
 
276
276
  /**
277
- * Represents the props of the [KendoReact PivotGridAxisFilterFieldsEditor component]({% slug api_pivotgrid_pivotgridaxisfilterfieldseditor %}).
277
+ * Represents the props of the [KendoReact PivotGridAxisFilterFieldsEditor component](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotgridaxisfilterfieldseditor).
278
278
  */
279
279
  export declare interface PivotGridAxisFilterFieldsEditorProps {
280
280
  /**
@@ -302,7 +302,7 @@ export declare interface PivotGridAxisFilterFieldsEditorProps {
302
302
  /**
303
303
  * Represents the `dataItem` of the AxisEditor.
304
304
  *
305
- * The `dataItem` is a single [PivotGridAxis]({% slug api_pivotgrid_pivotgridaxis %}) object.
305
+ * The `dataItem` is a single [PivotGridAxis](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotgridaxis) object.
306
306
  */
307
307
  dataItem: PivotGridAxis;
308
308
  /**
@@ -319,31 +319,31 @@ export declare interface PivotGridAxisFilterFieldsEditorProps {
319
319
  /**
320
320
  * Overrides the default `columnMenuItem` component.
321
321
  *
322
- * The default component is: [KendoReactColumnMenuItem]({% slug api_data-tools_columnmenuitem %}).
322
+ * The default component is: [KendoReactColumnMenuItem](https://www.telerik.com/kendo-react-ui/components/datatools/api/columnmenuitem).
323
323
  */
324
324
  columnMenuItem?: CustomComponent<ColumnMenuItemProps>;
325
325
  /**
326
326
  * Overrides the default `columnMenuForm` component.
327
327
  *
328
- * The default component is: [KendoReactColumnMenuForm]({% slug api_data-tools_columnmenuform %}).
328
+ * The default component is: [KendoReactColumnMenuForm](https://www.telerik.com/kendo-react-ui/components/datatools/api/columnmenuform).
329
329
  */
330
330
  columnMenuForm?: CustomComponent<ColumnMenuFormProps>;
331
331
  /**
332
332
  * Overrides the default `resetButton` component.
333
333
  *
334
- * The default component is: [KendoReactButton]({% slug api_buttons_button %}).
334
+ * The default component is: [KendoReactButton](https://www.telerik.com/kendo-react-ui/components/buttons/api/button).
335
335
  */
336
336
  resetButton?: CustomComponent<ButtonProps>;
337
337
  /**
338
338
  * Overrides the default `applyButton` component.
339
339
  *
340
- * The default component is: [KendoReactButton]({% slug api_buttons_button %}).
340
+ * The default component is: [KendoReactButton](https://www.telerik.com/kendo-react-ui/components/buttons/api/button).
341
341
  */
342
342
  applyButton?: CustomComponent<ButtonProps>;
343
343
  /**
344
344
  * Overrides the default `treeView` component.
345
345
  *
346
- * The default component is: [KendoReactTreeView]({% slug api_treeview_treeview %}).
346
+ * The default component is: [KendoReactTreeView](https://www.telerik.com/kendo-react-ui/components/treeview/api/treeview).
347
347
  */
348
348
  treeView?: CustomComponent<TreeViewProps>;
349
349
  /**
@@ -373,7 +373,7 @@ export declare interface PivotGridAxisFilterFieldsExpandChangeEvent {
373
373
  }
374
374
 
375
375
  /**
376
- * Represents the [KendoReact PivotGridCell component]({% slug api_pivotgrid_pivotgridcellprops %}).
376
+ * Represents the [KendoReact PivotGridCell component](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotgridcellprops).
377
377
  */
378
378
  export declare const PivotGridCell: React_2.ForwardRefExoticComponent<PivotGridCellProps & React_2.RefAttributes<PivotGridCellHandle | null>>;
379
379
 
@@ -392,13 +392,13 @@ export declare interface PivotGridCellHandle {
392
392
  }
393
393
 
394
394
  /**
395
- * Represents the props of the [KendoReact PivotGridCell component]({% slug api_pivotgrid_pivotgridcell %}).
395
+ * Represents the props of the [KendoReact PivotGridCell component](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotgridcell).
396
396
  */
397
397
  export declare interface PivotGridCellProps extends KendoMouse<PivotGridCellHandle, HTMLTableCellElement> {
398
398
  /**
399
399
  * Represents the `dataItem` of the PivotGridCell.
400
400
  *
401
- * The `dataItem` is a single [PivotDataItem]({% slug api_pivotgrid_pivotdataitem %}) object.
401
+ * The `dataItem` is a single [PivotDataItem](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotdataitem) object.
402
402
  */
403
403
  dataItem: PivotDataItem;
404
404
  /**
@@ -480,7 +480,7 @@ export declare interface PivotGridCellProps extends KendoMouse<PivotGridCellHand
480
480
  }
481
481
 
482
482
  /**
483
- * Represents the [KendoReact PivotGridColumn component]({% slug api_pivotgrid_pivotgridcolumnprops %}).
483
+ * Represents the [KendoReact PivotGridColumn component](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotgridcolumnprops).
484
484
  */
485
485
  export declare const PivotGridColumn: React_2.ForwardRefExoticComponent<PivotGridColumnProps & React_2.RefAttributes<PivotGridColumnHandle | null>>;
486
486
 
@@ -499,7 +499,7 @@ export declare interface PivotGridColumnHandle {
499
499
  }
500
500
 
501
501
  /**
502
- * Represents the props of the [KendoReact PivotGridColumn component]({% slug api_pivotgrid_pivotgridcolumn %}).
502
+ * Represents the props of the [KendoReact PivotGridColumn component](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotgridcolumn).
503
503
  */
504
504
  export declare interface PivotGridColumnProps extends KendoMouse<PivotGridColumnHandle, HTMLTableColElement> {
505
505
  /**
@@ -565,7 +565,7 @@ export declare interface PivotGridColumnProps extends KendoMouse<PivotGridColumn
565
565
  }
566
566
 
567
567
  /**
568
- * Represents the [KendoReact PivotGridConfigurator component]({% slug api_pivotgrid_pivotgridconfiguratorprops %}).
568
+ * Represents the [KendoReact PivotGridConfigurator component](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotgridconfiguratorprops).
569
569
  */
570
570
  export declare const PivotGridConfigurator: React_2.ForwardRefExoticComponent<PivotGridConfiguratorProps & React_2.RefAttributes<PivotGridConfiguratorHandle | null>>;
571
571
 
@@ -573,17 +573,17 @@ export declare const PivotGridConfigurator: React_2.ForwardRefExoticComponent<Pi
573
573
  * Represents the available PivotGridConfigurator actions.
574
574
  *
575
575
  * Can be one of:
576
- * - [PivotGridConfiguratorSelectionAction]({% slug api_pivotgrid_pivotgridconfiguratorselectionaction %})
577
- * - [PivotGridConfiguratorMultipleSelectionAction]({% slug api_pivotgrid_pivotgridconfiguratormultipleselectionaction %})
578
- * - [PivotGridConfiguratorRemoveAction]({% slug api_pivotgrid_pivotgridconfiguratorremoveaction %})
579
- * - [PivotGridConfiguratorSortAction]({% slug api_pivotgrid_pivotgridconfiguratorsortaction %})
580
- * - [PivotGridConfiguratorFilterAction]({% slug api_pivotgrid_pivotgridconfiguratorfilteraction %})
581
- * - [PivotConfiguratorDragAction]({% slug api_pivotgrid_pivotconfiguratordragaction %})
582
- * - [PivotConfiguratorDropAction]({% slug api_pivotgrid_pivotconfiguratordropaction %})
583
- * - [PivotGridConfiguratorDropZoneAction]({% slug api_pivotgrid_pivotgridconfiguratordropzoneaction %})
584
- * - [PivotGridConfiguratorDropTargetAction]({% slug api_pivotgrid_pivotgridconfiguratordroptargetaction %})
585
- * - [PivotGridConfiguratorDropDirectionAction]({% slug api_pivotgrid_pivotgridconfiguratordropdirectionaction %})
586
- * - [PivotGridConfiguratorExpandAction]({% slug api_pivotgrid_pivotgridconfiguratorexpandaction %})
576
+ * - [PivotGridConfiguratorSelectionAction](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotgridconfigurator)
577
+ * - [PivotGridConfiguratorMultipleSelectionAction](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotgridconfigurator)
578
+ * - [PivotGridConfiguratorRemoveAction](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotgridconfigurator)
579
+ * - [PivotGridConfiguratorSortAction](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotgridconfigurator)
580
+ * - [PivotGridConfiguratorFilterAction](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotgridconfigurator)
581
+ * - [PivotConfiguratorDragAction](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotgridconfigurator)
582
+ * - [PivotConfiguratorDropAction](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotgridconfigurator)
583
+ * - [PivotGridConfiguratorDropZoneAction](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotgridconfigurator)
584
+ * - [PivotGridConfiguratorDropTargetAction](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotgridconfigurator)
585
+ * - [PivotGridConfiguratorDropDirectionAction](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotgridconfigurator)
586
+ * - [PivotGridConfiguratorExpandAction](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotgridconfigurator)
587
587
  *
588
588
  * The following `falsy` values will be ignored:
589
589
  * - `null`
@@ -599,7 +599,7 @@ declare interface PivotGridConfiguratorAction {
599
599
  }
600
600
 
601
601
  /**
602
- * Represents the event arguments of the [`onColumnAxesChange`]({% slug api_pivotgrid_pivotgridconfiguratorprops %}#toc-oncolumnaxeschange), [`onRowAxesChange`]({% slug api_pivotgrid_pivotgridconfiguratorprops %}#toc-onrowaxeschange) and [`onMeasureAxesChange`]({% slug api_pivotgrid_pivotgridconfiguratorprops %}#toc-onmeasureaxeschange) callbacks of the [`PivotGridConfigurator`]({% slug api_pivotgrid_pivotgridconfigurator %}) component.
602
+ * Represents the event arguments of the [`onColumnAxesChange`](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotgridconfiguratorprops#toc-oncolumnaxeschange), [`onRowAxesChange`](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotgridconfiguratorprops#toc-onrowaxeschange) and [`onMeasureAxesChange`](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotgridconfiguratorprops#toc-onmeasureaxeschange) callbacks of the [`PivotGridConfigurator`](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotgridconfigurator) component.
603
603
  */
604
604
  export declare interface PivotGridConfiguratorAxesChangeEvent {
605
605
  /**
@@ -617,7 +617,7 @@ export declare interface PivotGridConfiguratorAxesChangeEvent {
617
617
  }
618
618
 
619
619
  /**
620
- * Represents the [KendoReact PivotGridConfiguratorButton component]({% slug api_pivotgrid_pivotgridconfiguratorbuttonprops %}).
620
+ * Represents the [KendoReact PivotGridConfiguratorButton component](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotgridconfiguratorbuttonprops).
621
621
  */
622
622
  export declare const PivotGridConfiguratorButton: React_2.ForwardRefExoticComponent<PivotGridConfiguratorButtonProps & React_2.RefAttributes<PivotGridConfiguratorButtonHandle | null>>;
623
623
 
@@ -636,7 +636,7 @@ export declare interface PivotGridConfiguratorButtonHandle {
636
636
  }
637
637
 
638
638
  /**
639
- * Represents the props of the [KendoReact PivotGridConfiguratorButton component]({% slug api_pivotgrid_pivotgridconfiguratorbutton %}).
639
+ * Represents the props of the [KendoReact PivotGridConfiguratorButton component](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotgridconfiguratorbutton).
640
640
  */
641
641
  export declare interface PivotGridConfiguratorButtonProps extends KendoMouse<PivotGridConfiguratorButtonHandle, HTMLDivElement> {
642
642
  /**
@@ -658,7 +658,7 @@ export declare interface PivotGridConfiguratorButtonProps extends KendoMouse<Piv
658
658
  /**
659
659
  * Overrides the default `icon` component.
660
660
  *
661
- * The default component is: [KendoReactIcon]({% slug api_common_icon %}).
661
+ * The default component is: [KendoReactIcon](https://www.telerik.com/kendo-react-ui/components/common/api/icon).
662
662
  */
663
663
  icon?: CustomComponent<IconProps & SvgIconProps>;
664
664
  /**
@@ -700,7 +700,7 @@ export declare interface PivotGridConfiguratorButtonProps extends KendoMouse<Piv
700
700
  }
701
701
 
702
702
  /**
703
- * Represents the [KendoReact PivotGridConfiguratorEditor component]({% slug api_pivotgrid_pivotgridconfiguratoreditorprops %}).
703
+ * Represents the [KendoReact PivotGridConfiguratorEditor component](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotgridconfiguratoreditorprops).
704
704
  */
705
705
  export declare const PivotGridConfiguratorEditor: React_2.ForwardRefExoticComponent<PivotGridConfiguratorEditorProps & React_2.RefAttributes<PivotGridConfiguratorEditorHandle>>;
706
706
 
@@ -723,7 +723,7 @@ export declare interface PivotGridConfiguratorEditorHandle {
723
723
  }
724
724
 
725
725
  /**
726
- * Represents the props of the [KendoReact PivotGridConfiguratorEditor component]({% slug api_pivotgrid_pivotgridconfiguratoreditor %}).
726
+ * Represents the props of the [KendoReact PivotGridConfiguratorEditor component](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotgridconfiguratoreditor).
727
727
  */
728
728
  export declare interface PivotGridConfiguratorEditorProps extends FormRenderProps {
729
729
  /**
@@ -741,49 +741,49 @@ export declare interface PivotGridConfiguratorEditorProps extends FormRenderProp
741
741
  /**
742
742
  * Overrides the default `fieldsLabel` component.
743
743
  *
744
- * The default component is: [KendoReactLabel]({% slug api_labels_label %}).
744
+ * The default component is: [KendoReactLabel](https://www.telerik.com/kendo-react-ui/components/labels/api/label).
745
745
  */
746
746
  fieldsLabel?: CustomComponent<FieldProps & LabelProps>;
747
747
  /**
748
748
  * Overrides the default `fieldsEditor` component.
749
749
  *
750
- * The default component is: [PivotGridFieldsEditor]({% slug api_pivotgrid_pivotgridfieldseditor %}).
750
+ * The default component is: [PivotGridFieldsEditor](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotgridfieldseditor).
751
751
  */
752
752
  fieldsEditor?: CustomComponent<PivotGridFieldsEditorProps>;
753
753
  /**
754
754
  * Overrides the default `columnAxesLabel` component.
755
755
  *
756
- * The default component is: [KendoReactLabel]({% slug api_labels_label %}).
756
+ * The default component is: [KendoReactLabel](https://www.telerik.com/kendo-react-ui/components/labels/api/label).
757
757
  */
758
758
  columnAxesLabel?: CustomComponent<FieldProps & LabelProps>;
759
759
  /**
760
760
  * Overrides the default `columnAxesEditor` component.
761
761
  *
762
- * The default component is: [PivotGridAxesEditor]({% slug api_pivotgrid_pivotgridaxeseditor %}).
762
+ * The default component is: [PivotGridAxesEditor](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotgridaxeseditor).
763
763
  */
764
764
  columnAxesEditor?: CustomComponent<PivotGridAxesEditorProps>;
765
765
  /**
766
766
  * Overrides the default `rowAxesLabel` component.
767
767
  *
768
- * The default component is: [KendoReactLabel]({% slug api_labels_label %}).
768
+ * The default component is: [KendoReactLabel](https://www.telerik.com/kendo-react-ui/components/labels/api/label).
769
769
  */
770
770
  rowAxesLabel?: CustomComponent<FieldProps & LabelProps>;
771
771
  /**
772
772
  * Overrides the default `rowAxesEditor` component.
773
773
  *
774
- * The default component is: [PivotGridAxesEditor]({% slug api_pivotgrid_pivotgridaxeseditor %}).
774
+ * The default component is: [PivotGridAxesEditor](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotgridaxeseditor).
775
775
  */
776
776
  rowAxesEditor?: CustomComponent<PivotGridAxesEditorProps>;
777
777
  /**
778
778
  * Overrides the default `measureAxesLabel` component.
779
779
  *
780
- * The default component is: [KendoReactLabel]({% slug api_labels_label %}).
780
+ * The default component is: [KendoReactLabel](https://www.telerik.com/kendo-react-ui/components/labels/api/label).
781
781
  */
782
782
  measureAxesLabel?: CustomComponent<FieldProps & LabelProps>;
783
783
  /**
784
784
  * Overrides the default `measureAxesEditor` component.
785
785
  *
786
- * The default component is: [PivotGridAxesEditor]({% slug api_pivotgrid_pivotgridaxeseditor %}).
786
+ * The default component is: [PivotGridAxesEditor](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotgridaxeseditor).
787
787
  */
788
788
  measureAxesEditor?: CustomComponent<PivotGridAxesEditorProps>;
789
789
  /**
@@ -838,7 +838,7 @@ declare interface PivotGridConfiguratorEditorState extends PivotGridConfigurator
838
838
  }
839
839
 
840
840
  /**
841
- * Represents the event arguments of the [`onFilterChange`]({% slug api_pivotgrid_pivotgridconfiguratorprops %}#toc-onfilterchange) callbacks of the [`PivotGridConfigurator`]({% slug api_pivotgrid_pivotgridconfigurator %}) component.
841
+ * Represents the event arguments of the [`onFilterChange`](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotgridconfiguratorprops#toc-onfilterchange) callbacks of the [`PivotGridConfigurator`](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotgridconfigurator) component.
842
842
  */
843
843
  export declare interface PivotGridConfiguratorFilterChangeEvent {
844
844
  /**
@@ -870,7 +870,7 @@ export declare interface PivotGridConfiguratorHandle {
870
870
  }
871
871
 
872
872
  /**
873
- * Represents the props of the [KendoReact PivotGridConfigurator component]({% slug api_pivotgrid_pivotgridconfigurator %}).
873
+ * Represents the props of the [KendoReact PivotGridConfigurator component](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotgridconfigurator).
874
874
  */
875
875
  export declare interface PivotGridConfiguratorProps {
876
876
  /**
@@ -960,25 +960,25 @@ export declare interface PivotGridConfiguratorProps {
960
960
  /**
961
961
  * Overrides the default `editor` component.
962
962
  *
963
- * The default component is: [PivotGridConfiguratorEditor]({% slug api_pivotgrid_pivotgridconfiguratoreditor %}).
963
+ * The default component is: [PivotGridConfiguratorEditor](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotgridconfiguratoreditor).
964
964
  */
965
965
  editor?: CustomComponent<PivotGridConfiguratorEditorProps>;
966
966
  /**
967
967
  * Overrides the default `form` component.
968
968
  *
969
- * The default component is: [KendoReactForm]({% slug api_form_form %}).
969
+ * The default component is: [KendoReactForm](https://www.telerik.com/kendo-react-ui/components/form/api/form).
970
970
  */
971
971
  form?: CustomComponent<FormProps>;
972
972
  /**
973
973
  * Overrides the default `formElement` component.
974
974
  *
975
- * The default component is: [KendoReactFormElement]({% slug api_form_formelement %}).
975
+ * The default component is: [KendoReactFormElement](https://www.telerik.com/kendo-react-ui/components/form/api/formelement).
976
976
  */
977
977
  formElement?: CustomComponent<FormElementProps>;
978
978
  }
979
979
 
980
980
  /**
981
- * Represents the event arguments of the [`onSortChange`]({% slug api_pivotgrid_pivotgridconfiguratorprops %}#toc-onsortchange) callbacks of the [`PivotGridConfigurator`]({% slug api_pivotgrid_pivotgridconfigurator %}) component.
981
+ * Represents the event arguments of the [`onSortChange`](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotgridconfiguratorprops#toc-onsortchange) callbacks of the [`PivotGridConfigurator`](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotgridconfigurator) component.
982
982
  */
983
983
  export declare interface PivotGridConfiguratorSortChangeEvent {
984
984
  /**
@@ -996,7 +996,7 @@ export declare interface PivotGridConfiguratorSortChangeEvent {
996
996
  }
997
997
 
998
998
  /**
999
- * Represents the [KendoReact PivotGridContainer component]({% slug api_pivotgrid_pivotgridcontainerprops %}).
999
+ * Represents the [KendoReact PivotGridContainer component](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotgridcontainerprops).
1000
1000
  *
1001
1001
  * @remarks
1002
1002
  * Supported children components are: {@link PivotGrid}, {@link PivotGridConfigurator}, {@link PivotGridConfiguratorButton}, {@link Loader}.
@@ -1018,7 +1018,7 @@ export declare interface PivotGridContainerHandle {
1018
1018
  }
1019
1019
 
1020
1020
  /**
1021
- * Represents the props of the [KendoReact PivotGridContainer component]({% slug api_pivotgrid_pivotgridcontainer %}).
1021
+ * Represents the props of the [KendoReact PivotGridContainer component](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotgridcontainer).
1022
1022
  */
1023
1023
  export declare interface PivotGridContainerProps {
1024
1024
  /**
@@ -1055,7 +1055,7 @@ export declare interface PivotGridContainerProps {
1055
1055
  }
1056
1056
 
1057
1057
  /**
1058
- * Represents the [KendoReact PivotGridFieldsEditor component]({% slug api_pivotgrid_pivotgridfieldseditorprops %}).
1058
+ * Represents the [KendoReact PivotGridFieldsEditor component](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotgridfieldseditorprops).
1059
1059
  */
1060
1060
  export declare const PivotGridFieldsEditor: React_2.ForwardRefExoticComponent<PivotGridFieldsEditorProps & React_2.RefAttributes<PivotGridFieldsEditorHandle | null>>;
1061
1061
 
@@ -1092,7 +1092,7 @@ export declare interface PivotGridFieldsEditorHandle {
1092
1092
  }
1093
1093
 
1094
1094
  /**
1095
- * Represents the props of the [KendoReact PivotGridFieldsEditor component]({% slug api_pivotgrid_pivotgridfieldseditor %}).
1095
+ * Represents the props of the [KendoReact PivotGridFieldsEditor component](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotgridfieldseditor).
1096
1096
  */
1097
1097
  export declare interface PivotGridFieldsEditorProps {
1098
1098
  /**
@@ -1124,7 +1124,7 @@ export declare interface PivotGridFieldsEditorProps {
1124
1124
  /**
1125
1125
  * Overrides the default `treeView` component.
1126
1126
  *
1127
- * The default component is: [KendoReactTreeView]({% slug api_treeview_treeview %}).
1127
+ * The default component is: [KendoReactTreeView](https://www.telerik.com/kendo-react-ui/components/treeview/api/treeview).
1128
1128
  */
1129
1129
  treeView?: CustomComponent<TreeViewProps>;
1130
1130
  /**
@@ -1173,7 +1173,7 @@ export declare interface PivotGridHandle {
1173
1173
  }
1174
1174
 
1175
1175
  /**
1176
- * Represents the [KendoReact PivotGridHeaderCell component]({% slug api_pivotgrid_pivotgridheadercellprops %}).
1176
+ * Represents the [KendoReact PivotGridHeaderCell component](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotgridheadercellprops).
1177
1177
  */
1178
1178
  export declare const PivotGridHeaderCell: React_2.ForwardRefExoticComponent<PivotGridHeaderCellProps & React_2.RefAttributes<PivotGridHeaderCellHandle | null>>;
1179
1179
 
@@ -1192,13 +1192,13 @@ export declare interface PivotGridHeaderCellHandle {
1192
1192
  }
1193
1193
 
1194
1194
  /**
1195
- * Represents the props of the [KendoReact PivotGridHeaderCell component]({% slug api_pivotgrid_pivotgridheadercell %}).
1195
+ * Represents the props of the [KendoReact PivotGridHeaderCell component](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotgridheadercell).
1196
1196
  */
1197
1197
  export declare interface PivotGridHeaderCellProps extends KendoMouse<PivotGridHeaderCellHandle, HTMLTableHeaderCellElement> {
1198
1198
  /**
1199
1199
  * Represents the `dataItem` of the PivotGridHeaderCell.
1200
1200
  *
1201
- * The `dataItem` is a single [AxisDataItem]({% slug api_pivotgrid_axisdataitem %}) object.
1201
+ * The `dataItem` is a single [AxisDataItem](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/axisdataitem) object.
1202
1202
  */
1203
1203
  dataItem: AxisDataItem;
1204
1204
  /**
@@ -1260,7 +1260,7 @@ export declare interface PivotGridHeaderCellProps extends KendoMouse<PivotGridHe
1260
1260
  /**
1261
1261
  * Overrides the default `icon` component.
1262
1262
  *
1263
- * The default component is: [KendoReactIcon]({% slug api_common_icon %}).
1263
+ * The default component is: [KendoReactIcon](https://www.telerik.com/kendo-react-ui/components/common/api/icon).
1264
1264
  */
1265
1265
  icon?: CustomComponent<IconProps & SvgIconProps>;
1266
1266
  /**
@@ -1310,7 +1310,7 @@ export declare interface PivotGridHeaderCellProps extends KendoMouse<PivotGridHe
1310
1310
  }
1311
1311
 
1312
1312
  /**
1313
- * Represents the props of the [KendoReact PivotGrid component]({% slug api_pivotgrid_pivotgrid %}).
1313
+ * Represents the props of the [KendoReact PivotGrid component](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotgrid).
1314
1314
  */
1315
1315
  export declare interface PivotGridProps {
1316
1316
  /**
@@ -1427,7 +1427,7 @@ export declare interface PivotGridProps {
1427
1427
  /**
1428
1428
  * Overrides the default `row` component.
1429
1429
  *
1430
- * The default component is: [PivotGridRow]({% slug api_pivotgrid_pivotgridrow %}).
1430
+ * The default component is: [PivotGridRow](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotgridrow).
1431
1431
  *
1432
1432
  * @example
1433
1433
  * ```jsx
@@ -1438,7 +1438,7 @@ export declare interface PivotGridProps {
1438
1438
  /**
1439
1439
  * Overrides the default `column` component.
1440
1440
  *
1441
- * The default component is: [PivotGridColumn]({% slug api_pivotgrid_pivotgridcolumn %}).
1441
+ * The default component is: [PivotGridColumn](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotgridcolumn).
1442
1442
  *
1443
1443
  * @example
1444
1444
  * ```jsx
@@ -1449,7 +1449,7 @@ export declare interface PivotGridProps {
1449
1449
  /**
1450
1450
  * Overrides the default `cell` component.
1451
1451
  *
1452
- * The default component is: [PivotGridCell]({% slug api_pivotgrid_pivotgridcell %}).
1452
+ * The default component is: [PivotGridCell](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotgridcell).
1453
1453
  *
1454
1454
  * @example
1455
1455
  * ```jsx
@@ -1460,7 +1460,7 @@ export declare interface PivotGridProps {
1460
1460
  /**
1461
1461
  * Overrides the default `headerCell` component.
1462
1462
  *
1463
- * The default component is: [PivotGridHeaderCell]({% slug api_pivotgrid_pivotgridheadercell %}).
1463
+ * The default component is: [PivotGridHeaderCell](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotgridheadercell).
1464
1464
  *
1465
1465
  * @example
1466
1466
  * ```jsx
@@ -1471,7 +1471,7 @@ export declare interface PivotGridProps {
1471
1471
  /**
1472
1472
  * Overrides the default column-headers `row` component.
1473
1473
  *
1474
- * The default component is: [PivotGridRow]({% slug api_pivotgrid_pivotgridrow %}).
1474
+ * The default component is: [PivotGridRow](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotgridrow).
1475
1475
  *
1476
1476
  * @example
1477
1477
  * ```jsx
@@ -1482,7 +1482,7 @@ export declare interface PivotGridProps {
1482
1482
  /**
1483
1483
  * Overrides the default column-headers `column` component.
1484
1484
  *
1485
- * The default component is: [PivotGridColumn]({% slug api_pivotgrid_pivotgridcolumn %}).
1485
+ * The default component is: [PivotGridColumn](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotgridcolumn).
1486
1486
  *
1487
1487
  * @example
1488
1488
  * ```jsx
@@ -1493,7 +1493,7 @@ export declare interface PivotGridProps {
1493
1493
  /**
1494
1494
  * Overrides the default column-headers `headerCell` component.
1495
1495
  *
1496
- * The default component is: [PivotGridHeaderCell]({% slug api_pivotgrid_pivotgridheadercell %}).
1496
+ * The default component is: [PivotGridHeaderCell](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotgridheadercell).
1497
1497
  *
1498
1498
  * @example
1499
1499
  * ```jsx
@@ -1504,7 +1504,7 @@ export declare interface PivotGridProps {
1504
1504
  /**
1505
1505
  * Overrides the default row-headers `row` component.
1506
1506
  *
1507
- * The default component is: [PivotGridRow]({% slug api_pivotgrid_pivotgridrow %}).
1507
+ * The default component is: [PivotGridRow](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotgridrow).
1508
1508
  *
1509
1509
  * @example
1510
1510
  * ```jsx
@@ -1515,7 +1515,7 @@ export declare interface PivotGridProps {
1515
1515
  /**
1516
1516
  * Overrides the default row-headers `column` component.
1517
1517
  *
1518
- * The default component is: [PivotGridColumn]({% slug api_pivotgrid_pivotgridcolumn %}).
1518
+ * The default component is: [PivotGridColumn](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotgridcolumn).
1519
1519
  *
1520
1520
  * @example
1521
1521
  * ```jsx
@@ -1526,7 +1526,7 @@ export declare interface PivotGridProps {
1526
1526
  /**
1527
1527
  * Overrides the default row-headers `headerCell` component.
1528
1528
  *
1529
- * The default component is: [PivotGridHeaderCell]({% slug api_pivotgrid_pivotgridheadercell %}).
1529
+ * The default component is: [PivotGridHeaderCell](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotgridheadercell).
1530
1530
  *
1531
1531
  * @example
1532
1532
  * ```jsx
@@ -1537,7 +1537,7 @@ export declare interface PivotGridProps {
1537
1537
  /**
1538
1538
  * Overrides the default data `row` component.
1539
1539
  *
1540
- * The default component is: [PivotGridRow]({% slug api_pivotgrid_pivotgridrow %}).
1540
+ * The default component is: [PivotGridRow](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotgridrow).
1541
1541
  *
1542
1542
  * @example
1543
1543
  * ```jsx
@@ -1548,7 +1548,7 @@ export declare interface PivotGridProps {
1548
1548
  /**
1549
1549
  * Overrides the default data `column` component.
1550
1550
  *
1551
- * The default component is: [PivotGridColumn]({% slug api_pivotgrid_pivotgridcolumn %}).
1551
+ * The default component is: [PivotGridColumn](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotgridcolumn).
1552
1552
  *
1553
1553
  * @example
1554
1554
  * ```jsx
@@ -1559,7 +1559,7 @@ export declare interface PivotGridProps {
1559
1559
  }
1560
1560
 
1561
1561
  /**
1562
- * Represents the [KendoReact PivotGridRow component]({% slug api_pivotgrid_pivotgridrowprops %}).
1562
+ * Represents the [KendoReact PivotGridRow component](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotgridrowprops).
1563
1563
  */
1564
1564
  export declare const PivotGridRow: React_2.ForwardRefExoticComponent<PivotGridRowProps & React_2.RefAttributes<PivotGridRowHandle | null>>;
1565
1565
 
@@ -1578,7 +1578,7 @@ export declare interface PivotGridRowHandle {
1578
1578
  }
1579
1579
 
1580
1580
  /**
1581
- * Represents the props of the [KendoReact PivotGridRow component]({% slug api_pivotgrid_pivotgridrow %}).
1581
+ * Represents the props of the [KendoReact PivotGridRow component](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotgridrow).
1582
1582
  */
1583
1583
  export declare interface PivotGridRowProps extends KendoMouse<PivotGridRowHandle, HTMLTableRowElement> {
1584
1584
  /**
@@ -1652,7 +1652,7 @@ export declare interface PivotGridRowProps extends KendoMouse<PivotGridRowHandle
1652
1652
  }
1653
1653
 
1654
1654
  /**
1655
- * represents the `data` structure of the [TreeView]({% slug api_treeview_treeview %}) component inside the `PivotGrid`.
1655
+ * represents the `data` structure of the [TreeView](https://www.telerik.com/kendo-react-ui/components/treeview/api/treeview) component inside the `PivotGrid`.
1656
1656
  */
1657
1657
  export declare interface PivotGridTreeViewData {
1658
1658
  /**
@@ -1675,57 +1675,57 @@ export declare interface PivotGridTreeViewData {
1675
1675
  export declare const PivotLocalDataService: (props: PivotLocalDataServiceProps) => any;
1676
1676
 
1677
1677
  /**
1678
- * Represents the arguments of the [usePivotLocalDataService]({% slug api_pivotgrid_usepivotlocaldataservice %}) hook.
1678
+ * Represents the arguments of the [usePivotLocalDataService](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/usepivotlocaldataservice) hook.
1679
1679
  */
1680
1680
  export declare interface PivotLocalDataServiceArgs {
1681
1681
  /**
1682
- * Represents the dimensions object of the [usePivotLocalDataService]({% slug api_pivotgrid_usepivotlocaldataservice %}) hook and the [PivotLocalDataService]({% slug api_pivotgrid_pivotlocaldataservice %}) component.
1682
+ * Represents the dimensions object of the [usePivotLocalDataService](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/usepivotlocaldataservice) hook and the [PivotLocalDataService](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotlocaldataservice) component.
1683
1683
  */
1684
1684
  dimensions: {
1685
1685
  [key: string]: Dimension;
1686
1686
  };
1687
1687
  /**
1688
- * Represents the measures collection of the [usePivotLocalDataService]({% slug api_pivotgrid_usepivotlocaldataservice %}) hook and the [PivotLocalDataService]({% slug api_pivotgrid_pivotlocaldataservice %}) component.
1688
+ * Represents the measures collection of the [usePivotLocalDataService](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/usepivotlocaldataservice) hook and the [PivotLocalDataService](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotlocaldataservice) component.
1689
1689
  */
1690
1690
  measures: Measure[];
1691
1691
  /**
1692
- * Represents the local data of the [usePivotLocalDataService]({% slug api_pivotgrid_usepivotlocaldataservice %}) hook and the [PivotLocalDataService]({% slug api_pivotgrid_pivotlocaldataservice %}) component.
1692
+ * Represents the local data of the [usePivotLocalDataService](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/usepivotlocaldataservice) hook and the [PivotLocalDataService](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotlocaldataservice) component.
1693
1693
  */
1694
1694
  data: any[];
1695
1695
  /**
1696
- * Represents the default column axes configuration of the [usePivotLocalDataService]({% slug api_pivotgrid_usepivotlocaldataservice %}) hook and the [PivotLocalDataService]({% slug api_pivotgrid_pivotlocaldataservice %}) component.
1696
+ * Represents the default column axes configuration of the [usePivotLocalDataService](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/usepivotlocaldataservice) hook and the [PivotLocalDataService](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotlocaldataservice) component.
1697
1697
  */
1698
1698
  defaultColumnAxes: PivotGridAxis[];
1699
1699
  /**
1700
- * Represents the default row axes configuration of the [usePivotLocalDataService]({% slug api_pivotgrid_usepivotlocaldataservice %}) hook and the [PivotLocalDataService]({% slug api_pivotgrid_pivotlocaldataservice %}) component.
1700
+ * Represents the default row axes configuration of the [usePivotLocalDataService](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/usepivotlocaldataservice) hook and the [PivotLocalDataService](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotlocaldataservice) component.
1701
1701
  */
1702
1702
  defaultRowAxes: PivotGridAxis[];
1703
1703
  /**
1704
- * Represents the default measure axes configuration of the [usePivotLocalDataService]({% slug api_pivotgrid_usepivotlocaldataservice %}) hook and the [PivotLocalDataService]({% slug api_pivotgrid_pivotlocaldataservice %}) component.
1704
+ * Represents the default measure axes configuration of the [usePivotLocalDataService](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/usepivotlocaldataservice) hook and the [PivotLocalDataService](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotlocaldataservice) component.
1705
1705
  */
1706
1706
  defaultMeasureAxes: PivotGridAxis[];
1707
1707
  /**
1708
- * Represents the default sort descriptors of the [usePivotLocalDataService]({% slug api_pivotgrid_usepivotlocaldataservice %}) hook and the [PivotLocalDataService]({% slug api_pivotgrid_pivotlocaldataservice %}) component.
1708
+ * Represents the default sort descriptors of the [usePivotLocalDataService](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/usepivotlocaldataservice) hook and the [PivotLocalDataService](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotlocaldataservice) component.
1709
1709
  */
1710
1710
  defaultSort: SortDescriptor[];
1711
1711
  /**
1712
- * Represents the default filter descriptors of the [usePivotLocalDataService]({% slug api_pivotgrid_usepivotlocaldataservice %}) hook and the [PivotLocalDataService]({% slug api_pivotgrid_pivotlocaldataservice %}) component.
1712
+ * Represents the default filter descriptors of the [usePivotLocalDataService](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/usepivotlocaldataservice) hook and the [PivotLocalDataService](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotlocaldataservice) component.
1713
1713
  */
1714
1714
  defaultFilter: FilterDescriptor[];
1715
1715
  }
1716
1716
 
1717
1717
  /**
1718
- * Represents the properties of the [PivotLocalDataService]({% slug api_pivotgrid_pivotlocaldataservice %}) component.
1718
+ * Represents the properties of the [PivotLocalDataService](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotlocaldataservice) component.
1719
1719
  */
1720
1720
  export declare interface PivotLocalDataServiceProps extends PivotLocalDataServiceArgs {
1721
1721
  /**
1722
- * Represents the children prop of the [PivotLocalDataService]({% slug api_pivotgrid_pivotlocaldataservice %}) component.
1722
+ * Represents the children prop of the [PivotLocalDataService](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotlocaldataservice) component.
1723
1723
  */
1724
1724
  children: (args: PivotLocalDataServiceState) => any;
1725
1725
  }
1726
1726
 
1727
1727
  /**
1728
- * Represents the `state` of the [usePivotLocalDataService]({% slug api_pivotgrid_usepivotlocaldataservice %}) hook and the [PivotLocalDataService]({% slug api_pivotgrid_pivotlocaldataservice %}) component.
1728
+ * Represents the `state` of the [usePivotLocalDataService](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/usepivotlocaldataservice) hook and the [PivotLocalDataService](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotlocaldataservice) component.
1729
1729
  */
1730
1730
  export declare interface PivotLocalDataServiceState {
1731
1731
  /**
@@ -1750,7 +1750,7 @@ export declare interface PivotLocalDataServiceState {
1750
1750
  export declare const PivotOLAPService: (props: PivotOLAPServiceProps) => any;
1751
1751
 
1752
1752
  /**
1753
- * Represents the arguments of the [usePivotOLAPService]({% slug api_pivotgrid_usepivotolapservice %}) hook.
1753
+ * Represents the arguments of the [usePivotOLAPService](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/usepivotolapservice) hook.
1754
1754
  */
1755
1755
  export declare interface PivotOLAPServiceArgs {
1756
1756
  /**
@@ -1788,7 +1788,7 @@ export declare interface PivotOLAPServiceArgs {
1788
1788
  }
1789
1789
 
1790
1790
  /**
1791
- * Represents the properties of the [PivotOLAPService]({% slug api_pivotgrid_pivotolapservice %}) component.
1791
+ * Represents the properties of the [PivotOLAPService](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotolapservice) component.
1792
1792
  */
1793
1793
  export declare interface PivotOLAPServiceProps extends PivotOLAPServiceArgs {
1794
1794
  /**
@@ -1798,7 +1798,7 @@ export declare interface PivotOLAPServiceProps extends PivotOLAPServiceArgs {
1798
1798
  }
1799
1799
 
1800
1800
  /**
1801
- * Represents the `state` of the [usePivotOLAPService]({% slug api_pivotgrid_usepivotolapservice %}) hook and the [PivotOLAPService]({% slug api_pivotgrid_pivotolapservice %}) component.
1801
+ * Represents the `state` of the [usePivotOLAPService](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/usepivotolapservice) hook and the [PivotOLAPService](https://www.telerik.com/kendo-react-ui/components/pivotgrid/api/pivotolapservice) component.
1802
1802
  */
1803
1803
  export declare interface PivotOLAPServiceState {
1804
1804
  /**