@progress/kendo-angular-layout 7.0.0-next.202202280845 → 7.0.0-next.202204011204

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.
@@ -15,5 +15,5 @@ export interface DrawerAnimation {
15
15
  /**
16
16
  * Specifies the type of the Drawer animation.
17
17
  */
18
- type?: 'slide';
18
+ type?: string;
19
19
  }
@@ -68,6 +68,7 @@ DrawerItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
68
68
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DrawerItemComponent, decorators: [{
69
69
  type: Component,
70
70
  args: [{
71
+ // eslint-disable-next-line @angular-eslint/component-selector
71
72
  selector: '[kendoDrawerItem]',
72
73
  template: `
73
74
  <ng-template *ngIf="itemTemplate; else defaultTemplate"
@@ -97,6 +97,7 @@ DrawerListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
97
97
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DrawerListComponent, decorators: [{
98
98
  type: Component,
99
99
  args: [{
100
+ // eslint-disable-next-line @angular-eslint/component-selector
100
101
  selector: '[kendoDrawerList]',
101
102
  template: `
102
103
  <ng-container *ngFor="let item of items; let idx = index">
@@ -9,7 +9,7 @@ export const packageMetadata = {
9
9
  name: '@progress/kendo-angular-layout',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1646037795,
12
+ publishDate: 1648814545,
13
13
  version: '',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
15
15
  };
@@ -87,6 +87,7 @@ StepperListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", v
87
87
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: StepperListComponent, decorators: [{
88
88
  type: Component,
89
89
  args: [{
90
+ // eslint-disable-next-line @angular-eslint/component-selector
90
91
  selector: '[kendoStepperList]',
91
92
  template: `
92
93
  <ng-container *ngFor='let step of steps; let idx = index'>
@@ -15,6 +15,7 @@ StepperMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", versio
15
15
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: StepperMessages, decorators: [{
16
16
  type: Directive,
17
17
  args: [{
18
+ // eslint-disable-next-line @angular-eslint/directive-selector
18
19
  selector: 'kendo-stepper-messages-base'
19
20
  }]
20
21
  }], propDecorators: { optional: [{
@@ -205,6 +205,7 @@ StepperStepComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", v
205
205
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: StepperStepComponent, decorators: [{
206
206
  type: Component,
207
207
  args: [{
208
+ // eslint-disable-next-line @angular-eslint/component-selector
208
209
  selector: '[kendoStepperStep]',
209
210
  template: `
210
211
  <a href='#' class='k-step-link' #stepLink
@@ -228,7 +228,7 @@ StepperComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versi
228
228
  provide: L10N_PREFIX,
229
229
  useValue: 'kendo.stepper'
230
230
  }
231
- ], queries: [{ propertyName: "stepTemplate", first: true, predicate: StepperStepTemplateDirective, descendants: true, static: true }, { propertyName: "labelTemplate", first: true, predicate: StepperLabelTemplateDirective, descendants: true, static: true }, { propertyName: "indicatorTemplate", first: true, predicate: StepperIndicatorTemplateDirective, descendants: true, static: true }], exportAs: ["kendoStepper"], usesOnChanges: true, ngImport: i0, template: `
231
+ ], queries: [{ propertyName: "stepTemplate", first: true, predicate: StepperStepTemplateDirective, descendants: true }, { propertyName: "labelTemplate", first: true, predicate: StepperLabelTemplateDirective, descendants: true }, { propertyName: "indicatorTemplate", first: true, predicate: StepperIndicatorTemplateDirective, descendants: true }], exportAs: ["kendoStepper"], usesOnChanges: true, ngImport: i0, template: `
232
232
  <ng-container kendoStepperLocalizedMessages
233
233
  i18n-optional="kendo.stepper.optional|The text for the optional segment of the step label"
234
234
  optional="Optional"
@@ -354,11 +354,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
354
354
  type: Output
355
355
  }], stepTemplate: [{
356
356
  type: ContentChild,
357
- args: [StepperStepTemplateDirective, { static: true }]
357
+ args: [StepperStepTemplateDirective, { static: false }]
358
358
  }], labelTemplate: [{
359
359
  type: ContentChild,
360
- args: [StepperLabelTemplateDirective, { static: true }]
360
+ args: [StepperLabelTemplateDirective, { static: false }]
361
361
  }], indicatorTemplate: [{
362
362
  type: ContentChild,
363
- args: [StepperIndicatorTemplateDirective, { static: true }]
363
+ args: [StepperIndicatorTemplateDirective, { static: false }]
364
364
  }] } });
@@ -15,6 +15,7 @@ TabStripMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", versi
15
15
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TabStripMessages, decorators: [{
16
16
  type: Directive,
17
17
  args: [{
18
+ // eslint-disable-next-line @angular-eslint/directive-selector
18
19
  selector: 'kendo-tabstrip-messages-base'
19
20
  }]
20
21
  }], propDecorators: { closeTitle: [{
@@ -68,6 +68,7 @@ TabComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version:
68
68
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TabComponent, decorators: [{
69
69
  type: Component,
70
70
  args: [{
71
+ // eslint-disable-next-line @angular-eslint/component-selector
71
72
  selector: '[kendoTabStripTab]',
72
73
  template: `
73
74
  <span class="k-link" *ngIf="!tab.tabTitle">{{ tab.title }}</span>
@@ -83,6 +83,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
83
83
  template: `
84
84
  <span class="k-icon k-button-icon" [ngClass]="iconClass"></span>
85
85
  `,
86
+ // eslint-disable-next-line @angular-eslint/component-selector
86
87
  selector: '[kendoTabStripScrollableButton]'
87
88
  }]
88
89
  }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.NgZone }]; }, propDecorators: { btnClasses: [{
@@ -26,7 +26,7 @@ const packageMetadata = {
26
26
  name: '@progress/kendo-angular-layout',
27
27
  productName: 'Kendo UI for Angular',
28
28
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
29
- publishDate: 1646037795,
29
+ publishDate: 1648814545,
30
30
  version: '',
31
31
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
32
32
  };
@@ -2856,6 +2856,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
2856
2856
  template: `
2857
2857
  <span class="k-icon k-button-icon" [ngClass]="iconClass"></span>
2858
2858
  `,
2859
+ // eslint-disable-next-line @angular-eslint/component-selector
2859
2860
  selector: '[kendoTabStripScrollableButton]'
2860
2861
  }]
2861
2862
  }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.NgZone }]; }, propDecorators: { btnClasses: [{
@@ -2954,6 +2955,7 @@ TabComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version:
2954
2955
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TabComponent, decorators: [{
2955
2956
  type: Component,
2956
2957
  args: [{
2958
+ // eslint-disable-next-line @angular-eslint/component-selector
2957
2959
  selector: '[kendoTabStripTab]',
2958
2960
  template: `
2959
2961
  <span class="k-link" *ngIf="!tab.tabTitle">{{ tab.title }}</span>
@@ -3017,6 +3019,7 @@ TabStripMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", versi
3017
3019
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TabStripMessages, decorators: [{
3018
3020
  type: Directive,
3019
3021
  args: [{
3022
+ // eslint-disable-next-line @angular-eslint/directive-selector
3020
3023
  selector: 'kendo-tabstrip-messages-base'
3021
3024
  }]
3022
3025
  }], propDecorators: { closeTitle: [{
@@ -4032,6 +4035,7 @@ DrawerItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
4032
4035
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DrawerItemComponent, decorators: [{
4033
4036
  type: Component,
4034
4037
  args: [{
4038
+ // eslint-disable-next-line @angular-eslint/component-selector
4035
4039
  selector: '[kendoDrawerItem]',
4036
4040
  template: `
4037
4041
  <ng-template *ngIf="itemTemplate; else defaultTemplate"
@@ -4167,6 +4171,7 @@ DrawerListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
4167
4171
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DrawerListComponent, decorators: [{
4168
4172
  type: Component,
4169
4173
  args: [{
4174
+ // eslint-disable-next-line @angular-eslint/component-selector
4170
4175
  selector: '[kendoDrawerList]',
4171
4176
  template: `
4172
4177
  <ng-container *ngFor="let item of items; let idx = index">
@@ -5134,6 +5139,7 @@ StepperStepComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", v
5134
5139
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: StepperStepComponent, decorators: [{
5135
5140
  type: Component,
5136
5141
  args: [{
5142
+ // eslint-disable-next-line @angular-eslint/component-selector
5137
5143
  selector: '[kendoStepperStep]',
5138
5144
  template: `
5139
5145
  <a href='#' class='k-step-link' #stepLink
@@ -5289,6 +5295,7 @@ StepperListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", v
5289
5295
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: StepperListComponent, decorators: [{
5290
5296
  type: Component,
5291
5297
  args: [{
5298
+ // eslint-disable-next-line @angular-eslint/component-selector
5292
5299
  selector: '[kendoStepperList]',
5293
5300
  template: `
5294
5301
  <ng-container *ngFor='let step of steps; let idx = index'>
@@ -5355,6 +5362,7 @@ StepperMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", versio
5355
5362
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: StepperMessages, decorators: [{
5356
5363
  type: Directive,
5357
5364
  args: [{
5365
+ // eslint-disable-next-line @angular-eslint/directive-selector
5358
5366
  selector: 'kendo-stepper-messages-base'
5359
5367
  }]
5360
5368
  }], propDecorators: { optional: [{
@@ -5604,7 +5612,7 @@ StepperComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versi
5604
5612
  provide: L10N_PREFIX,
5605
5613
  useValue: 'kendo.stepper'
5606
5614
  }
5607
- ], queries: [{ propertyName: "stepTemplate", first: true, predicate: StepperStepTemplateDirective, descendants: true, static: true }, { propertyName: "labelTemplate", first: true, predicate: StepperLabelTemplateDirective, descendants: true, static: true }, { propertyName: "indicatorTemplate", first: true, predicate: StepperIndicatorTemplateDirective, descendants: true, static: true }], exportAs: ["kendoStepper"], usesOnChanges: true, ngImport: i0, template: `
5615
+ ], queries: [{ propertyName: "stepTemplate", first: true, predicate: StepperStepTemplateDirective, descendants: true }, { propertyName: "labelTemplate", first: true, predicate: StepperLabelTemplateDirective, descendants: true }, { propertyName: "indicatorTemplate", first: true, predicate: StepperIndicatorTemplateDirective, descendants: true }], exportAs: ["kendoStepper"], usesOnChanges: true, ngImport: i0, template: `
5608
5616
  <ng-container kendoStepperLocalizedMessages
5609
5617
  i18n-optional="kendo.stepper.optional|The text for the optional segment of the step label"
5610
5618
  optional="Optional"
@@ -5730,13 +5738,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
5730
5738
  type: Output
5731
5739
  }], stepTemplate: [{
5732
5740
  type: ContentChild,
5733
- args: [StepperStepTemplateDirective, { static: true }]
5741
+ args: [StepperStepTemplateDirective, { static: false }]
5734
5742
  }], labelTemplate: [{
5735
5743
  type: ContentChild,
5736
- args: [StepperLabelTemplateDirective, { static: true }]
5744
+ args: [StepperLabelTemplateDirective, { static: false }]
5737
5745
  }], indicatorTemplate: [{
5738
5746
  type: ContentChild,
5739
- args: [StepperIndicatorTemplateDirective, { static: true }]
5747
+ args: [StepperIndicatorTemplateDirective, { static: false }]
5740
5748
  }] } });
5741
5749
 
5742
5750
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-layout",
3
- "version": "7.0.0-next.202202280845",
3
+ "version": "7.0.0-next.202204011204",
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",
@@ -38,7 +38,7 @@
38
38
  "friendlyName": "Layout"
39
39
  },
40
40
  "dependencies": {
41
- "@progress/kendo-schematics": "^2.0.0",
41
+ "@progress/kendo-schematics": "next",
42
42
  "@telerik/kendo-draggable": "^2.2.0",
43
43
  "tslib": "^2.3.1"
44
44
  },