@progress/kendo-angular-layout 7.0.0 → 7.0.1-dev.202205020614
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.
|
@@ -299,7 +299,7 @@ export class ExpansionPanelComponent {
|
|
|
299
299
|
}
|
|
300
300
|
}
|
|
301
301
|
ExpansionPanelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ExpansionPanelComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i1.LocalizationService }, { token: i2.AnimationBuilder }], target: i0.ɵɵFactoryTarget.Component });
|
|
302
|
-
ExpansionPanelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: ExpansionPanelComponent, selector: "kendo-expansionpanel", inputs: { title: "title", subtitle: "subtitle", disabled: "disabled", expanded: "expanded", expandIcon: "expandIcon", collapseIcon: "collapseIcon", animation: "animation" }, outputs: { expandedChange: "expandedChange", action: "action", expand: "expand", collapse: "collapse" }, host: { listeners: { "blur": "onComponentBlur()", "focus": "onComponentFocus()" }, properties: { "class.k-expander": "this.hostClass", "
|
|
302
|
+
ExpansionPanelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: ExpansionPanelComponent, selector: "kendo-expansionpanel", inputs: { title: "title", subtitle: "subtitle", disabled: "disabled", expanded: "expanded", expandIcon: "expandIcon", collapseIcon: "collapseIcon", animation: "animation" }, outputs: { expandedChange: "expandedChange", action: "action", expand: "expand", collapse: "collapse" }, host: { listeners: { "blur": "onComponentBlur()", "focus": "onComponentFocus()" }, properties: { "class.k-expander": "this.hostClass", "class.k-expanded": "this.expandedClass", "class.k-state-focus": "this.focusClass", "attr.aria-disabled": "this.disabledClass", "class.k-state-disabled": "this.disabledClass", "attr.dir": "this.direction", "attr.tabindex": "this.tabindex" } }, providers: [
|
|
303
303
|
LocalizationService,
|
|
304
304
|
{
|
|
305
305
|
provide: L10N_PREFIX,
|
|
@@ -308,6 +308,8 @@ ExpansionPanelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
308
308
|
], queries: [{ propertyName: "titleTemplate", first: true, predicate: ExpansionPanelTitleDirective, descendants: true }], viewQueries: [{ propertyName: "content", first: true, predicate: ["content"], descendants: true, static: true }], exportAs: ["kendoExpansionPanel"], ngImport: i0, template: `
|
|
309
309
|
<div
|
|
310
310
|
[class.k-expander-header]="true"
|
|
311
|
+
[attr.aria-expanded]="expanded && !disabled"
|
|
312
|
+
role="button"
|
|
311
313
|
(click)="onHeaderClick($event)">
|
|
312
314
|
<ng-container *ngIf="!titleTemplate">
|
|
313
315
|
<div *ngIf="title" class="k-expander-title">{{ title }}</div>
|
|
@@ -345,6 +347,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
345
347
|
template: `
|
|
346
348
|
<div
|
|
347
349
|
[class.k-expander-header]="true"
|
|
350
|
+
[attr.aria-expanded]="expanded && !disabled"
|
|
351
|
+
role="button"
|
|
348
352
|
(click)="onHeaderClick($event)">
|
|
349
353
|
<ng-container *ngIf="!titleTemplate">
|
|
350
354
|
<div *ngIf="title" class="k-expander-title">{{ title }}</div>
|
|
@@ -400,9 +404,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
400
404
|
type: HostBinding,
|
|
401
405
|
args: ['class.k-expander']
|
|
402
406
|
}], expandedClass: [{
|
|
403
|
-
type: HostBinding,
|
|
404
|
-
args: ['attr.aria-expanded']
|
|
405
|
-
}, {
|
|
406
407
|
type: HostBinding,
|
|
407
408
|
args: ['class.k-expanded']
|
|
408
409
|
}], focusClass: [{
|
|
@@ -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:
|
|
12
|
+
publishDate: 1651472017,
|
|
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
|
};
|
|
@@ -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:
|
|
29
|
+
publishDate: 1651472017,
|
|
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
|
};
|
|
@@ -7025,7 +7025,7 @@ class ExpansionPanelComponent {
|
|
|
7025
7025
|
}
|
|
7026
7026
|
}
|
|
7027
7027
|
ExpansionPanelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: ExpansionPanelComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i1.LocalizationService }, { token: i1$2.AnimationBuilder }], target: i0.ɵɵFactoryTarget.Component });
|
|
7028
|
-
ExpansionPanelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: ExpansionPanelComponent, selector: "kendo-expansionpanel", inputs: { title: "title", subtitle: "subtitle", disabled: "disabled", expanded: "expanded", expandIcon: "expandIcon", collapseIcon: "collapseIcon", animation: "animation" }, outputs: { expandedChange: "expandedChange", action: "action", expand: "expand", collapse: "collapse" }, host: { listeners: { "blur": "onComponentBlur()", "focus": "onComponentFocus()" }, properties: { "class.k-expander": "this.hostClass", "
|
|
7028
|
+
ExpansionPanelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: ExpansionPanelComponent, selector: "kendo-expansionpanel", inputs: { title: "title", subtitle: "subtitle", disabled: "disabled", expanded: "expanded", expandIcon: "expandIcon", collapseIcon: "collapseIcon", animation: "animation" }, outputs: { expandedChange: "expandedChange", action: "action", expand: "expand", collapse: "collapse" }, host: { listeners: { "blur": "onComponentBlur()", "focus": "onComponentFocus()" }, properties: { "class.k-expander": "this.hostClass", "class.k-expanded": "this.expandedClass", "class.k-state-focus": "this.focusClass", "attr.aria-disabled": "this.disabledClass", "class.k-state-disabled": "this.disabledClass", "attr.dir": "this.direction", "attr.tabindex": "this.tabindex" } }, providers: [
|
|
7029
7029
|
LocalizationService,
|
|
7030
7030
|
{
|
|
7031
7031
|
provide: L10N_PREFIX,
|
|
@@ -7034,6 +7034,8 @@ ExpansionPanelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
7034
7034
|
], queries: [{ propertyName: "titleTemplate", first: true, predicate: ExpansionPanelTitleDirective, descendants: true }], viewQueries: [{ propertyName: "content", first: true, predicate: ["content"], descendants: true, static: true }], exportAs: ["kendoExpansionPanel"], ngImport: i0, template: `
|
|
7035
7035
|
<div
|
|
7036
7036
|
[class.k-expander-header]="true"
|
|
7037
|
+
[attr.aria-expanded]="expanded && !disabled"
|
|
7038
|
+
role="button"
|
|
7037
7039
|
(click)="onHeaderClick($event)">
|
|
7038
7040
|
<ng-container *ngIf="!titleTemplate">
|
|
7039
7041
|
<div *ngIf="title" class="k-expander-title">{{ title }}</div>
|
|
@@ -7071,6 +7073,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
7071
7073
|
template: `
|
|
7072
7074
|
<div
|
|
7073
7075
|
[class.k-expander-header]="true"
|
|
7076
|
+
[attr.aria-expanded]="expanded && !disabled"
|
|
7077
|
+
role="button"
|
|
7074
7078
|
(click)="onHeaderClick($event)">
|
|
7075
7079
|
<ng-container *ngIf="!titleTemplate">
|
|
7076
7080
|
<div *ngIf="title" class="k-expander-title">{{ title }}</div>
|
|
@@ -7126,9 +7130,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
7126
7130
|
type: HostBinding,
|
|
7127
7131
|
args: ['class.k-expander']
|
|
7128
7132
|
}], expandedClass: [{
|
|
7129
|
-
type: HostBinding,
|
|
7130
|
-
args: ['attr.aria-expanded']
|
|
7131
|
-
}, {
|
|
7132
7133
|
type: HostBinding,
|
|
7133
7134
|
args: ['class.k-expanded']
|
|
7134
7135
|
}], focusClass: [{
|
package/main.d.ts
CHANGED
|
@@ -19,6 +19,7 @@ export { TabContentDirective } from './tabstrip/directives/tab-content.directive
|
|
|
19
19
|
export { TabTitleDirective } from './tabstrip/directives/tab-title.directive';
|
|
20
20
|
export { TabPosition } from './tabstrip/models/tab-position';
|
|
21
21
|
export { TabAlignment } from './tabstrip/models/tab-alignment';
|
|
22
|
+
export { TabStripScrollButtonsVisibility } from './tabstrip/models/scroll-buttons-visibility';
|
|
22
23
|
export { LocalizedTabStripMessagesDirective } from './tabstrip/localization/localized-messages.directive';
|
|
23
24
|
export { TabStripCustomMessagesComponent } from './tabstrip/localization/custom-messages.component';
|
|
24
25
|
export { TabStripScrollableSettings } from './tabstrip/models/scrollable-settings';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-layout",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.1-dev.202205020614",
|
|
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",
|