@progress/kendo-angular-layout 7.1.5-dev.202210241150 → 7.1.6-dev.202211081310

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 +1 -1
  2. package/avatar.module.d.ts +1 -1
  3. package/bundles/kendo-angular-layout.umd.js +1 -1
  4. package/card.module.d.ts +1 -1
  5. package/drawer/models/drawer-animation.interface.d.ts +1 -1
  6. package/drawer/models/drawer-item.interface.d.ts +2 -2
  7. package/drawer.module.d.ts +1 -1
  8. package/esm2015/avatar.module.js +1 -1
  9. package/esm2015/card.module.js +1 -1
  10. package/esm2015/drawer/list.component.js +1 -0
  11. package/esm2015/drawer.module.js +1 -1
  12. package/esm2015/expansionpanel.module.js +1 -1
  13. package/esm2015/gridlayout.module.js +1 -1
  14. package/esm2015/layout.module.js +1 -1
  15. package/esm2015/package-metadata.js +1 -1
  16. package/esm2015/panelbar.module.js +1 -1
  17. package/esm2015/splitter/splitter-bar.component.js +54 -73
  18. package/esm2015/splitter/splitter-pane.component.js +7 -1
  19. package/esm2015/splitter/splitter.component.js +22 -2
  20. package/esm2015/splitter/splitter.service.js +19 -0
  21. package/esm2015/splitter/util.js +34 -0
  22. package/esm2015/splitter.module.js +1 -1
  23. package/esm2015/stacklayout.module.js +1 -1
  24. package/esm2015/stepper.module.js +1 -1
  25. package/esm2015/tabstrip.module.js +1 -1
  26. package/esm2015/tilelayout.module.js +1 -1
  27. package/expansionpanel.module.d.ts +1 -1
  28. package/fesm2015/kendo-angular-layout.js +142 -88
  29. package/gridlayout.module.d.ts +1 -1
  30. package/layout.module.d.ts +1 -1
  31. package/package.json +1 -1
  32. package/panelbar.module.d.ts +1 -1
  33. package/splitter/splitter-bar.component.d.ts +7 -8
  34. package/splitter/splitter-pane.component.d.ts +5 -1
  35. package/splitter/splitter.component.d.ts +7 -1
  36. package/splitter/splitter.service.d.ts +3 -0
  37. package/splitter/util.d.ts +17 -0
  38. package/splitter.module.d.ts +1 -1
  39. package/stacklayout.module.d.ts +1 -1
  40. package/stepper/models/stepper-step.interface.d.ts +2 -2
  41. package/stepper.module.d.ts +1 -1
  42. package/tabstrip/models/tabstrip-tab.component.d.ts +2 -2
  43. package/tabstrip.module.d.ts +1 -1
  44. package/tilelayout.module.d.ts +1 -1
@@ -115,7 +115,7 @@ export declare class AvatarComponent implements OnInit, AfterViewInit {
115
115
  get avatarHeight(): string;
116
116
  /**
117
117
  * The CSS styles that will be rendered on the content element of the avatar.
118
- * Supports the type of values that are supported by [ngStyle]({{ site.data.urls.angular['ngstyleapi'] }}).
118
+ * Supports the type of values that are supported by [ngStyle](link:site.data.urls.angular['ngstyleapi']).
119
119
  */
120
120
  cssStyle?: any;
121
121
  /**
@@ -6,7 +6,7 @@ import * as i0 from "@angular/core";
6
6
  import * as i1 from "./avatar/avatar.component";
7
7
  import * as i2 from "@angular/common";
8
8
  /**
9
- * Represents the [NgModule]({{ site.data.urls.angular['ngmoduleapi'] }})
9
+ * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
10
10
  * definition for the Avatar component.
11
11
  */
12
12
  export declare class AvatarModule {