@progress/kendo-angular-layout 16.0.0-develop.9 → 16.0.1-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 (97) hide show
  1. package/esm2020/avatar/avatar.component.mjs +3 -3
  2. package/esm2020/avatar/l10n/custom-messages.component.mjs +3 -3
  3. package/esm2020/avatar/l10n/localized-messages.directive.mjs +3 -3
  4. package/esm2020/avatar/l10n/messages.mjs +3 -3
  5. package/esm2020/avatar.module.mjs +4 -4
  6. package/esm2020/card/card-actions.component.mjs +3 -3
  7. package/esm2020/card/card-body.component.mjs +3 -3
  8. package/esm2020/card/card-footer.component.mjs +3 -3
  9. package/esm2020/card/card-header.component.mjs +3 -3
  10. package/esm2020/card/card.component.mjs +3 -3
  11. package/esm2020/card/directives/card-media.directive.mjs +3 -3
  12. package/esm2020/card/directives/card-separator.directive.mjs +3 -3
  13. package/esm2020/card/directives/card-subtitle.directive.mjs +3 -3
  14. package/esm2020/card/directives/card-title.directive.mjs +3 -3
  15. package/esm2020/card.module.mjs +4 -4
  16. package/esm2020/drawer/drawer-container.component.mjs +3 -3
  17. package/esm2020/drawer/drawer-content.component.mjs +3 -3
  18. package/esm2020/drawer/drawer.component.mjs +3 -3
  19. package/esm2020/drawer/drawer.service.mjs +3 -3
  20. package/esm2020/drawer/item.component.mjs +3 -3
  21. package/esm2020/drawer/list.component.mjs +3 -3
  22. package/esm2020/drawer/template-directives/drawer-template.directive.mjs +3 -3
  23. package/esm2020/drawer/template-directives/footer-template.directive.mjs +3 -3
  24. package/esm2020/drawer/template-directives/header-template.directive.mjs +3 -3
  25. package/esm2020/drawer/template-directives/item-template.directive.mjs +3 -3
  26. package/esm2020/drawer.module.mjs +4 -4
  27. package/esm2020/expansionpanel/expansionpanel-title.directive.mjs +3 -3
  28. package/esm2020/expansionpanel/expansionpanel.component.mjs +3 -3
  29. package/esm2020/expansionpanel.module.mjs +4 -4
  30. package/esm2020/gridlayout.module.mjs +4 -4
  31. package/esm2020/layout.module.mjs +4 -4
  32. package/esm2020/layouts/grid-layout.component.mjs +3 -3
  33. package/esm2020/layouts/gridlayout-item.component.mjs +3 -3
  34. package/esm2020/layouts/stack-layout.component.mjs +3 -3
  35. package/esm2020/package-metadata.mjs +2 -2
  36. package/esm2020/panelbar/panelbar-content.directive.mjs +3 -3
  37. package/esm2020/panelbar/panelbar-item-template.directive.mjs +3 -3
  38. package/esm2020/panelbar/panelbar-item-title.directive.mjs +3 -3
  39. package/esm2020/panelbar/panelbar-item.component.mjs +3 -3
  40. package/esm2020/panelbar/panelbar.component.mjs +3 -3
  41. package/esm2020/panelbar/panelbar.service.mjs +3 -3
  42. package/esm2020/panelbar.module.mjs +4 -4
  43. package/esm2020/splitter/splitter-bar.component.mjs +3 -3
  44. package/esm2020/splitter/splitter-pane.component.mjs +3 -3
  45. package/esm2020/splitter/splitter.component.mjs +3 -3
  46. package/esm2020/splitter/splitter.service.mjs +3 -3
  47. package/esm2020/splitter.module.mjs +4 -4
  48. package/esm2020/stacklayout.module.mjs +4 -4
  49. package/esm2020/stepper/list.component.mjs +3 -3
  50. package/esm2020/stepper/localization/custom-messages.component.mjs +3 -3
  51. package/esm2020/stepper/localization/localized-messages.directive.mjs +3 -3
  52. package/esm2020/stepper/localization/messages.mjs +3 -3
  53. package/esm2020/stepper/step.component.mjs +3 -3
  54. package/esm2020/stepper/stepper.component.mjs +3 -3
  55. package/esm2020/stepper/stepper.service.mjs +3 -3
  56. package/esm2020/stepper/template-directives/indicator-template.directive.mjs +3 -3
  57. package/esm2020/stepper/template-directives/label-template.directive.mjs +3 -3
  58. package/esm2020/stepper/template-directives/step-template.directive.mjs +3 -3
  59. package/esm2020/stepper.module.mjs +4 -4
  60. package/esm2020/tabstrip/directives/tab-content.directive.mjs +3 -3
  61. package/esm2020/tabstrip/directives/tab-title.directive.mjs +3 -3
  62. package/esm2020/tabstrip/directives/tab.directive.mjs +3 -3
  63. package/esm2020/tabstrip/localization/custom-messages.component.mjs +3 -3
  64. package/esm2020/tabstrip/localization/localized-messages.directive.mjs +3 -3
  65. package/esm2020/tabstrip/localization/messages.mjs +3 -3
  66. package/esm2020/tabstrip/models/tabstrip-tab.component.mjs +3 -3
  67. package/esm2020/tabstrip/rendering/tab.component.mjs +3 -3
  68. package/esm2020/tabstrip/scrollable-button.component.mjs +3 -3
  69. package/esm2020/tabstrip/tabstrip-scroll.service.mjs +3 -3
  70. package/esm2020/tabstrip/tabstrip.component.mjs +7 -7
  71. package/esm2020/tabstrip/tabstrip.service.mjs +3 -3
  72. package/esm2020/tabstrip.module.mjs +4 -4
  73. package/esm2020/tilelayout/dragging-service.mjs +3 -3
  74. package/esm2020/tilelayout/keyboard-navigation.service.mjs +3 -3
  75. package/esm2020/tilelayout/tilelayout-item-body.component.mjs +3 -3
  76. package/esm2020/tilelayout/tilelayout-item-header.component.mjs +3 -3
  77. package/esm2020/tilelayout/tilelayout-item.component.mjs +3 -3
  78. package/esm2020/tilelayout/tilelayout-resize-handle.directive.mjs +3 -3
  79. package/esm2020/tilelayout/tilelayout.component.mjs +3 -3
  80. package/esm2020/tilelayout.module.mjs +4 -4
  81. package/esm2020/timeline/localization/custom-messages.component.mjs +3 -3
  82. package/esm2020/timeline/localization/localized-messages.directive.mjs +3 -3
  83. package/esm2020/timeline/localization/messages.mjs +3 -3
  84. package/esm2020/timeline/templates/timeline-card-actions.directive.mjs +3 -3
  85. package/esm2020/timeline/templates/timeline-card-body.directive.mjs +3 -3
  86. package/esm2020/timeline/templates/timeline-card-header.directive.mjs +3 -3
  87. package/esm2020/timeline/timeline-card.component.mjs +3 -5
  88. package/esm2020/timeline/timeline-horizontal.component.mjs +28 -6
  89. package/esm2020/timeline/timeline-vertical.component.mjs +3 -3
  90. package/esm2020/timeline/timeline.component.mjs +15 -15
  91. package/esm2020/timeline/timeline.service.mjs +3 -3
  92. package/esm2020/timeline.module.mjs +4 -4
  93. package/fesm2015/progress-kendo-angular-layout.mjs +328 -308
  94. package/fesm2020/progress-kendo-angular-layout.mjs +328 -308
  95. package/package.json +8 -7
  96. package/schematics/ngAdd/index.js +1 -1
  97. package/timeline/timeline.component.d.ts +12 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-layout",
3
- "version": "16.0.0-develop.9",
3
+ "version": "16.0.1-develop.1",
4
4
  "description": "Kendo UI for Angular Layout Package - a collection of components to create professional application layoyts",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -39,16 +39,17 @@
39
39
  "@angular/core": "15 - 17",
40
40
  "@angular/platform-browser": "15 - 17",
41
41
  "@progress/kendo-licensing": "^1.0.2",
42
- "@progress/kendo-angular-common": "16.0.0-develop.9",
43
- "@progress/kendo-angular-l10n": "16.0.0-develop.9",
44
- "@progress/kendo-angular-progressbar": "16.0.0-develop.9",
45
- "@progress/kendo-angular-icons": "16.0.0-develop.9",
46
- "@progress/kendo-angular-buttons": "16.0.0-develop.9",
42
+ "@progress/kendo-angular-common": "16.0.1-develop.1",
43
+ "@progress/kendo-angular-l10n": "16.0.1-develop.1",
44
+ "@progress/kendo-angular-progressbar": "16.0.1-develop.1",
45
+ "@progress/kendo-angular-icons": "16.0.1-develop.1",
46
+ "@progress/kendo-angular-buttons": "16.0.1-develop.1",
47
+ "@progress/kendo-angular-intl": "16.0.1-develop.1",
47
48
  "rxjs": "^6.5.3 || ^7.0.0"
48
49
  },
49
50
  "dependencies": {
50
51
  "tslib": "^2.3.1",
51
- "@progress/kendo-angular-schematics": "16.0.0-develop.9",
52
+ "@progress/kendo-angular-schematics": "16.0.1-develop.1",
52
53
  "@progress/kendo-draggable": "^3.0.2"
53
54
  },
54
55
  "schematics": "./schematics/collection.json",
@@ -4,7 +4,7 @@ const schematics_1 = require("@angular-devkit/schematics");
4
4
  function default_1(options) {
5
5
  const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'LayoutModule', package: 'layout', peerDependencies: {
6
6
  // peer dep of the icons
7
- '@progress/kendo-svg-icons': '^2.0.0'
7
+ '@progress/kendo-svg-icons': '^3.0.0'
8
8
  } });
9
9
  return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
10
10
  }
@@ -38,7 +38,7 @@ export declare class TimelineComponent implements AfterContentInit, OnDestroy {
38
38
  * Specifies whether to render events alternatingly on both sides of the axis.
39
39
  * Applicable when `orientation` is set to `vertical`.
40
40
  *
41
- * @default true
41
+ * @default false
42
42
  */
43
43
  alterMode: boolean;
44
44
  /**
@@ -60,16 +60,15 @@ export declare class TimelineComponent implements AfterContentInit, OnDestroy {
60
60
  */
61
61
  showDateLabels: boolean;
62
62
  /**
63
- * Specifies the time for sliding to the next event in horizontal mode and the time for collapsing the event in vertical mode. The default value are:
64
- * > 300ms for horizontal
65
- * > 400ms for vertical
63
+ * Specifies the time for sliding to the next event in `horizontal` mode and the time for collapsing the event in `vertical` mode.
64
+ * The default animation duration values are `300ms` for `horizontal` mode and `400ms` for `vertical` mode.
66
65
  *
67
66
  * @default true
68
67
  */
69
68
  animation: boolean | number;
70
69
  /**
71
70
  * Sets a specific width for the event.
72
- * This setting is supported only in vertical mode.
71
+ * This setting is supported only in `vertical` mode.
73
72
  *
74
73
  * @default 400
75
74
  */
@@ -77,7 +76,7 @@ export declare class TimelineComponent implements AfterContentInit, OnDestroy {
77
76
  set eventWidth(value: number);
78
77
  /**
79
78
  * Sets a specific height for the event.
80
- * > This setting is supported only in horizontal mode.
79
+ * This setting is supported only in `horizontal` mode.
81
80
  *
82
81
  * @default 600
83
82
  */
@@ -121,7 +120,7 @@ export declare class TimelineComponent implements AfterContentInit, OnDestroy {
121
120
  cardActionsTemplate: QueryList<TimelineCardActionsTemplateDirective>;
122
121
  /**
123
122
  * Fires when a card is toggled.
124
- * > This event is emitted in vertical mode only.
123
+ * This event is supported only in `vertical` mode.
125
124
  */
126
125
  onToggle: EventEmitter<number>;
127
126
  /**
@@ -130,7 +129,7 @@ export declare class TimelineComponent implements AfterContentInit, OnDestroy {
130
129
  onActionClick: EventEmitter<number>;
131
130
  /**
132
131
  * Fires when the left or right arrow is clicked.
133
- * > This event is emitted in horizontal mode only.
132
+ * This event is supported only in `horizontal` mode.
134
133
  */
135
134
  onNavigate: EventEmitter<NavigationDirection>;
136
135
  /**
@@ -157,27 +156,27 @@ export declare class TimelineComponent implements AfterContentInit, OnDestroy {
157
156
  ngOnDestroy(): void;
158
157
  /**
159
158
  * Switches to the previous portion of events.
160
- * > This method is supported only in horizontal mode.
159
+ * This method is supported only in `horizontal` mode.
161
160
  */
162
161
  previous(): void;
163
162
  /**
164
163
  * Switches to the next portion of events.
165
- * > This method is supported only in horizontal mode.
164
+ * This method is supported only in `horizontal` mode.
166
165
  */
167
166
  next(): void;
168
167
  /**
169
168
  * Open event details.
170
- * > This method is supported only in horizontal mode.
169
+ * This method is supported only in `horizontal` mode.
171
170
  */
172
171
  open(index: number): void;
173
172
  /**
174
173
  * Expands an event.
175
- * > This method is supported only in vertical mode.
174
+ * This method is supported only in `vertical` mode.
176
175
  */
177
176
  expand(index: number): void;
178
177
  /**
179
178
  * Collapses an event.
180
- * > This method is supported only in vertical mode.
179
+ * This method is supported only in `vertical` mode.
181
180
  */
182
181
  collapse(index: number): void;
183
182
  private initTemplates;