@progress/kendo-angular-layout 22.1.0-develop.9 → 23.0.0-develop.1

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.
Files changed (44) hide show
  1. package/avatar/avatar.component.d.ts +11 -11
  2. package/avatar/l10n/custom-messages.component.d.ts +1 -1
  3. package/avatar/models/fill.d.ts +2 -2
  4. package/avatar/models/rounded.d.ts +1 -1
  5. package/avatar/models/size.d.ts +2 -2
  6. package/avatar/models/theme-color.d.ts +2 -2
  7. package/card/card-actions.component.d.ts +1 -1
  8. package/card/card.component.d.ts +1 -1
  9. package/drawer/drawer-container.component.d.ts +1 -1
  10. package/drawer/drawer.component.d.ts +4 -4
  11. package/drawer/models/drawer-animation.interface.d.ts +1 -1
  12. package/drawer/models/drawer-item-expand.interface.d.ts +1 -1
  13. package/drawer/models/drawer-item.interface.d.ts +1 -1
  14. package/drawer/models/position.d.ts +1 -1
  15. package/expansionpanel/expansionpanel-title.directive.d.ts +1 -1
  16. package/expansionpanel/expansionpanel.component.d.ts +15 -15
  17. package/fesm2022/progress-kendo-angular-layout.mjs +165 -183
  18. package/layouts/grid-layout.component.d.ts +5 -5
  19. package/layouts/gridlayout-item.component.d.ts +4 -4
  20. package/layouts/stack-layout.component.d.ts +4 -4
  21. package/package-metadata.mjs +2 -2
  22. package/package.json +9 -9
  23. package/panelbar/panelbar-item-model.d.ts +1 -1
  24. package/panelbar/panelbar-item-title.directive.d.ts +2 -2
  25. package/panelbar/panelbar-item.component.d.ts +9 -9
  26. package/panelbar/panelbar.component.d.ts +10 -10
  27. package/splitter/splitter.component.d.ts +1 -1
  28. package/stepper/localization/custom-messages.component.d.ts +1 -1
  29. package/stepper/models/orientation.d.ts +1 -1
  30. package/stepper/models/step-predicate.d.ts +1 -1
  31. package/stepper/models/step-type.d.ts +1 -1
  32. package/stepper/models/stepper-step.interface.d.ts +3 -3
  33. package/stepper/stepper.component.d.ts +10 -10
  34. package/tabstrip/directives/tab-title.directive.d.ts +1 -1
  35. package/tabstrip/localization/custom-messages.component.d.ts +1 -1
  36. package/tabstrip/models/scrollable-settings.d.ts +3 -3
  37. package/tabstrip/models/size.d.ts +2 -2
  38. package/tabstrip/models/tab-alignment.d.ts +1 -1
  39. package/tabstrip/models/tab-position.d.ts +1 -1
  40. package/tabstrip/models/tabstrip-tab.component.d.ts +4 -4
  41. package/tabstrip/tabstrip.component.d.ts +5 -5
  42. package/tilelayout/tilelayout-item.component.d.ts +5 -5
  43. package/tilelayout/tilelayout.component.d.ts +10 -10
  44. package/timeline/timeline.component.d.ts +1 -1
@@ -29,16 +29,16 @@ export declare class TileLayoutItemComponent implements AfterViewInit, OnDestroy
29
29
  private draggingService;
30
30
  private keyboardNavigationService;
31
31
  /**
32
- * Sets the title text that appears in the item header ([see example]({% slug tiles_tilelayout %}#toc-tiles-configuration)).
32
+ * Sets the title text that appears in the item header ([see example](https://www.telerik.com/kendo-angular-ui/components/layout/tilelayout/tiles-configuration#tiles-configuration)).
33
33
  */
34
34
  title: string;
35
35
  /**
36
- * Sets how many rows the tile item spans ([see example](slug:resizing_tilelayout#programmatic-resizing)).
36
+ * Sets how many rows the tile item spans ([see example](https://www.telerik.com/kendo-angular-ui/components/layout/tilelayout/resizing#programmatic-resizing)).
37
37
  * @default 1
38
38
  */
39
39
  rowSpan: number;
40
40
  /**
41
- * Sets how many columns the tile item spans ([see example](slug:resizing_tilelayout#programmatic-resizing)).
41
+ * Sets how many columns the tile item spans ([see example](https://www.telerik.com/kendo-angular-ui/components/layout/tilelayout/resizing#programmatic-resizing)).
42
42
  * @default 1
43
43
  */
44
44
  colSpan: number;
@@ -49,11 +49,11 @@ export declare class TileLayoutItemComponent implements AfterViewInit, OnDestroy
49
49
  set order(value: number);
50
50
  get order(): number;
51
51
  /**
52
- * Sets the starting column position of the item ([see example](slug:tiles_tilelayout#size-and-position)).
52
+ * Sets the starting column position of the item ([see example](https://www.telerik.com/kendo-angular-ui/components/layout/tilelayout/tiles-configuration#size-and-position)).
53
53
  */
54
54
  col: number;
55
55
  /**
56
- * Sets the starting row position of the item ([see example](slug:tiles_tilelayout#size-and-position)).
56
+ * Sets the starting row position of the item ([see example](https://www.telerik.com/kendo-angular-ui/components/layout/tilelayout/tiles-configuration#size-and-position)).
57
57
  */
58
58
  row: number;
59
59
  /**
@@ -14,7 +14,7 @@ import { TileLayoutFlowMode } from './models/flowmode.type';
14
14
  import { TileLayoutKeyboardNavigationService } from './keyboard-navigation.service';
15
15
  import * as i0 from "@angular/core";
16
16
  /**
17
- * Represents the [Kendo UI TileLayout component for Angular]({% slug overview_tilelayout %})
17
+ * Represents the [Kendo UI TileLayout component for Angular](https://www.telerik.com/kendo-angular-ui/components/layout/tilelayout)
18
18
  *
19
19
  * @example
20
20
  * ```html
@@ -34,13 +34,13 @@ export declare class TileLayoutComponent implements OnInit, AfterViewInit, After
34
34
  private draggingService;
35
35
  private navigationService;
36
36
  /**
37
- * Specifies the number of columns ([see example](slug:tiles_tilelayout#size-and-position)).
37
+ * Specifies the number of columns ([see example](https://www.telerik.com/kendo-angular-ui/components/layout/tilelayout/tiles-configuration#size-and-position)).
38
38
  * @default 1
39
39
  */
40
40
  columns: number;
41
41
  /**
42
42
  * Sets the width of the columns.
43
- * Use numeric values for pixels or string values for other CSS units ([see example](slug:tiles_tilelayout#size-and-position)).
43
+ * Use numeric values for pixels or string values for other CSS units ([see example](https://www.telerik.com/kendo-angular-ui/components/layout/tilelayout/tiles-configuration#size-and-position)).
44
44
  * @default '1fr'
45
45
  */
46
46
  columnWidth: string | number;
@@ -54,41 +54,41 @@ export declare class TileLayoutComponent implements OnInit, AfterViewInit, After
54
54
  set gap(value: TileLayoutGap | number);
55
55
  get gap(): TileLayoutGap | number;
56
56
  /**
57
- * Enables or disables item reordering ([see example]({% slug reordering_tilelayout %})).
57
+ * Enables or disables item reordering ([see example](https://www.telerik.com/kendo-angular-ui/components/layout/tilelayout/reordering)).
58
58
  * @default false
59
59
  */
60
60
  reorderable: boolean;
61
61
  /**
62
- * Enables or disables item resizing ([see example]({% slug resizing_tilelayout %})).
62
+ * Enables or disables item resizing ([see example](https://www.telerik.com/kendo-angular-ui/components/layout/tilelayout/resizing)).
63
63
  * @default false
64
64
  */
65
65
  resizable: boolean;
66
66
  /**
67
67
  * Sets the height of the rows.
68
- * Use numeric values for pixels or string values for other CSS units ([see example](slug:tiles_tilelayout#size-and-position)).
68
+ * Use numeric values for pixels or string values for other CSS units ([see example](https://www.telerik.com/kendo-angular-ui/components/layout/tilelayout/tiles-configuration#size-and-position)).
69
69
  * @default '1fr'
70
70
  */
71
71
  rowHeight: string | number;
72
72
  /**
73
73
  *
74
- * Controls how the auto-placement algorithm works, specifying exactly how auto-placed items are flowed in the TileLayout ([see example]({% slug tiles_autoflow_tilelayout %})).
74
+ * Controls how the auto-placement algorithm works, specifying exactly how auto-placed items are flowed in the TileLayout ([see example](https://www.telerik.com/kendo-angular-ui/components/layout/tilelayout/auto-flow)).
75
75
  *
76
76
  * For further reference, check the [grid-auto-flow CSS article](https://developer.mozilla.org/en-US/docs/Web/CSS/grid-auto-flow).
77
77
  * @default 'column'
78
78
  */
79
79
  autoFlow: TileLayoutFlowMode;
80
80
  /**
81
- * Enables or disables [keyboard navigation](slug:keyboard_navigation_tilelayout).
81
+ * Enables or disables [keyboard navigation](https://www.telerik.com/kendo-angular-ui/components/layout/tilelayout/keyboard-navigation).
82
82
  * @default true
83
83
  */
84
84
  navigable: boolean;
85
85
  /**
86
- * Fires when item reordering is completed ([see example]({% slug reordering_tilelayout %})).
86
+ * Fires when item reordering is completed ([see example](https://www.telerik.com/kendo-angular-ui/components/layout/tilelayout/reordering)).
87
87
  * You can prevent this event to cancel the reorder operation.
88
88
  */
89
89
  reorder: EventEmitter<TileLayoutReorderEvent>;
90
90
  /**
91
- * Fires when item resizing is completed ([see example]({% slug resizing_tilelayout %})).
91
+ * Fires when item resizing is completed ([see example](https://www.telerik.com/kendo-angular-ui/components/layout/tilelayout/resizing)).
92
92
  * You can prevent this event to cancel the resize operation.
93
93
  */
94
94
  resize: EventEmitter<TileLayoutResizeEvent>;
@@ -15,7 +15,7 @@ import { TimelineCardActionsTemplateDirective } from './templates/timeline-card-
15
15
  import { TimelineEventsOrder } from './models/events-order';
16
16
  import * as i0 from "@angular/core";
17
17
  /**
18
- * Represents the [Kendo UI Timeline component for Angular]({% slug overview_timeline %}).
18
+ * Represents the [Kendo UI Timeline component for Angular](https://www.telerik.com/kendo-angular-ui/components/layout/timeline).
19
19
  *
20
20
  * @remarks
21
21
  * Supported children components are: {@link TimelineCustomMessagesComponent}.