@progress/kendo-angular-layout 7.1.0 → 7.1.2-dev.202208301247
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.
- package/bundles/kendo-angular-layout.umd.js +1 -1
- package/drawer/util.d.ts +1 -1
- package/esm2015/drawer/item.component.js +7 -7
- package/esm2015/drawer/util.js +1 -1
- package/esm2015/expansionpanel/expansionpanel.component.js +5 -5
- package/esm2015/package-metadata.js +1 -1
- package/esm2015/panelbar/panelbar-item.component.js +8 -8
- package/esm2015/splitter/splitter-bar.component.js +11 -11
- package/esm2015/stepper/step.component.js +1 -1
- package/esm2015/tabstrip/constants.js +4 -4
- package/esm2015/tabstrip/rendering/tab.component.js +4 -4
- package/esm2015/tabstrip/tabstrip.component.js +2 -2
- package/esm2015/tilelayout/tilelayout.component.js +2 -2
- package/fesm2015/kendo-angular-layout.js +46 -46
- package/package.json +1 -1
- package/tilelayout/tilelayout.component.d.ts +2 -2
|
@@ -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: 1661863628,
|
|
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
|
};
|
|
@@ -510,12 +510,12 @@ class PanelBarItemComponent {
|
|
|
510
510
|
}
|
|
511
511
|
}
|
|
512
512
|
PanelBarItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: PanelBarItemComponent, deps: [{ token: PanelBarItemComponent, host: true, optional: true, skipSelf: true }, { token: PanelBarService }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
513
|
-
PanelBarItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: PanelBarItemComponent, selector: "kendo-panelbar-item", inputs: { title: "title", id: "id", icon: "icon", iconClass: "iconClass", imageUrl: "imageUrl", disabled: "disabled", expanded: "expanded", selected: "selected", content: "content", items: "items", template: "template" }, host: { properties: { "attr.role": "this.role", "attr.title": "this.titleAttribute", "class.k-item": "this.kItemClass", "class.k-state-default": "this.kStateDefaultClass", "class.k-
|
|
513
|
+
PanelBarItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: PanelBarItemComponent, selector: "kendo-panelbar-item", inputs: { title: "title", id: "id", icon: "icon", iconClass: "iconClass", imageUrl: "imageUrl", disabled: "disabled", expanded: "expanded", selected: "selected", content: "content", items: "items", template: "template" }, host: { properties: { "attr.role": "this.role", "attr.title": "this.titleAttribute", "class.k-item": "this.kItemClass", "class.k-state-default": "this.kStateDefaultClass", "class.k-disabled": "this.kStateDisabledClass", "class.k-state-expanded": "this.kStateExpandedClass", "id": "this.itemId", "attr.aria-expanded": "this.ariaExpanded", "attr.aria-selected": "this.ariaSelected", "attr.aria-disabled": "this.ariaDisabled", "class.k-panelbar-header": "this.headerClass", "class.k-panelbar-item": "this.childClass" } }, queries: [{ propertyName: "contentItems", predicate: PanelBarItemComponent }, { propertyName: "contentTemplate", predicate: PanelBarContentDirective }, { propertyName: "titleTemplates", predicate: PanelBarItemTitleDirective }], viewQueries: [{ propertyName: "header", first: true, predicate: ["header"], descendants: true }, { propertyName: "contentWrapper", first: true, predicate: ["contentWrapper"], descendants: true }, { propertyName: "viewChildItems", predicate: PanelBarItemComponent, descendants: true }], exportAs: ["kendoPanelbarItem"], ngImport: i0, template: `
|
|
514
514
|
<span
|
|
515
515
|
#header
|
|
516
516
|
[class.k-link]="true"
|
|
517
|
-
[class.k-
|
|
518
|
-
[class.k-
|
|
517
|
+
[class.k-selected]="!disabled && selected"
|
|
518
|
+
[class.k-focus]="focused && wrapperFocused"
|
|
519
519
|
(click)="onItemClick($event)">
|
|
520
520
|
<span
|
|
521
521
|
*ngIf="icon || iconClass"
|
|
@@ -546,7 +546,7 @@ PanelBarItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
|
|
|
546
546
|
}"></ng-template>
|
|
547
547
|
<span *ngIf="hasChildItems || hasContent"
|
|
548
548
|
class="k-icon k-panelbar-toggle"
|
|
549
|
-
[ngClass]="{'k-i-
|
|
549
|
+
[ngClass]="{'k-i-chevron-up k-panelbar-collapse': expanded, 'k-i-chevron-down k-panelbar-expand': !expanded}">
|
|
550
550
|
</span>
|
|
551
551
|
</span>
|
|
552
552
|
<div #contentWrapper
|
|
@@ -655,8 +655,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
655
655
|
<span
|
|
656
656
|
#header
|
|
657
657
|
[class.k-link]="true"
|
|
658
|
-
[class.k-
|
|
659
|
-
[class.k-
|
|
658
|
+
[class.k-selected]="!disabled && selected"
|
|
659
|
+
[class.k-focus]="focused && wrapperFocused"
|
|
660
660
|
(click)="onItemClick($event)">
|
|
661
661
|
<span
|
|
662
662
|
*ngIf="icon || iconClass"
|
|
@@ -687,7 +687,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
687
687
|
}"></ng-template>
|
|
688
688
|
<span *ngIf="hasChildItems || hasContent"
|
|
689
689
|
class="k-icon k-panelbar-toggle"
|
|
690
|
-
[ngClass]="{'k-i-
|
|
690
|
+
[ngClass]="{'k-i-chevron-up k-panelbar-collapse': expanded, 'k-i-chevron-down k-panelbar-expand': !expanded}">
|
|
691
691
|
</span>
|
|
692
692
|
</span>
|
|
693
693
|
<div #contentWrapper
|
|
@@ -811,7 +811,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
811
811
|
args: ['class.k-state-default']
|
|
812
812
|
}], kStateDisabledClass: [{
|
|
813
813
|
type: HostBinding,
|
|
814
|
-
args: ['class.k-
|
|
814
|
+
args: ['class.k-disabled']
|
|
815
815
|
}], kStateExpandedClass: [{
|
|
816
816
|
type: HostBinding,
|
|
817
817
|
args: ['class.k-state-expanded']
|
|
@@ -1908,7 +1908,7 @@ class SplitterBarComponent {
|
|
|
1908
1908
|
const isDraggable = this.splitter.isDraggable(this.index);
|
|
1909
1909
|
const isStatic = this.splitter.isStatic(this.index);
|
|
1910
1910
|
return classFromObject({
|
|
1911
|
-
'k-
|
|
1911
|
+
'k-focus': this.focused,
|
|
1912
1912
|
'k-splitbar': true,
|
|
1913
1913
|
'k-splitbar-horizontal': isHorizontal,
|
|
1914
1914
|
'k-splitbar-vertical': !isHorizontal,
|
|
@@ -2004,10 +2004,10 @@ class SplitterBarComponent {
|
|
|
2004
2004
|
'k-icon': true,
|
|
2005
2005
|
'k-hidden': !isCollapsible || nextPane.isHidden,
|
|
2006
2006
|
'k-collapse-prev': isCollapsible,
|
|
2007
|
-
'k-i-
|
|
2008
|
-
'k-i-
|
|
2009
|
-
'k-i-
|
|
2010
|
-
'k-i-
|
|
2007
|
+
'k-i-caret-alt-left': isCollapsible && isHorizontal && !isCollapsed,
|
|
2008
|
+
'k-i-caret-alt-right': isCollapsible && isHorizontal && isCollapsed,
|
|
2009
|
+
'k-i-caret-alt-up': isCollapsible && !isHorizontal && !isCollapsed,
|
|
2010
|
+
'k-i-caret-alt-down': isCollapsible && !isHorizontal && isCollapsed
|
|
2011
2011
|
});
|
|
2012
2012
|
}
|
|
2013
2013
|
nextArrowClass() {
|
|
@@ -2020,10 +2020,10 @@ class SplitterBarComponent {
|
|
|
2020
2020
|
'k-icon': true,
|
|
2021
2021
|
'k-hidden': !isCollapsible || prevPane.isHidden,
|
|
2022
2022
|
'k-collapse-next': isCollapsible,
|
|
2023
|
-
'k-i-
|
|
2024
|
-
'k-i-
|
|
2025
|
-
'k-i-
|
|
2026
|
-
'k-i-
|
|
2023
|
+
'k-i-caret-alt-right': isCollapsible && isHorizontal && !isCollapsed,
|
|
2024
|
+
'k-i-caret-alt-left': isCollapsible && isHorizontal && isCollapsed,
|
|
2025
|
+
'k-i-caret-alt-down': isCollapsible && !isHorizontal && !isCollapsed,
|
|
2026
|
+
'k-i-caret-alt-up': isCollapsible && !isHorizontal && isCollapsed
|
|
2027
2027
|
});
|
|
2028
2028
|
}
|
|
2029
2029
|
tryToggleNearest() {
|
|
@@ -2035,7 +2035,7 @@ class SplitterBarComponent {
|
|
|
2035
2035
|
}
|
|
2036
2036
|
}
|
|
2037
2037
|
SplitterBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SplitterBarComponent, deps: [{ token: i1$1.DraggableDirective, host: true }, { token: i0.ElementRef }, { token: SplitterService }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
2038
|
-
SplitterBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: SplitterBarComponent, selector: "kendo-splitter-bar", inputs: { orientation: "orientation", index: "index" }, host: { listeners: { "dblclick": "collapseAny()", "focusin": "onFocusIn()", "focusout": "onFocusOut()", "keydown": "onKeyDown($event)" }, properties: { "attr.aria-orientation": "this.orientation", "attr.role": "this.ariaRole", "class.k-
|
|
2038
|
+
SplitterBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: SplitterBarComponent, selector: "kendo-splitter-bar", inputs: { orientation: "orientation", index: "index" }, host: { listeners: { "dblclick": "collapseAny()", "focusin": "onFocusIn()", "focusout": "onFocusOut()", "keydown": "onKeyDown($event)" }, properties: { "attr.aria-orientation": "this.orientation", "attr.role": "this.ariaRole", "class.k-focus": "this.focused", "attr.tabindex": "this.tabIndex", "class": "this.hostClasses", "style.-ms-flex-order": "this.order", "style.order": "this.order" } }, ngImport: i0, template: `
|
|
2039
2039
|
<div [class]="previousArrowClass()" (click)="togglePrevious()"></div>
|
|
2040
2040
|
<div class="k-resize-handle"></div>
|
|
2041
2041
|
<div [class]="nextArrowClass()" (click)="toggleNext()"></div>
|
|
@@ -2064,7 +2064,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
2064
2064
|
args: ['attr.role']
|
|
2065
2065
|
}], focused: [{
|
|
2066
2066
|
type: HostBinding,
|
|
2067
|
-
args: ['class.k-
|
|
2067
|
+
args: ['class.k-focus']
|
|
2068
2068
|
}], tabIndex: [{
|
|
2069
2069
|
type: HostBinding,
|
|
2070
2070
|
args: ['attr.tabindex']
|
|
@@ -2748,10 +2748,10 @@ const HIDDEN_CLASS = 'k-hidden';
|
|
|
2748
2748
|
* @hidden
|
|
2749
2749
|
*/
|
|
2750
2750
|
const DIRECTION_CLASSES = {
|
|
2751
|
-
left: 'k-i-
|
|
2752
|
-
right: 'k-i-
|
|
2753
|
-
up: 'k-i-
|
|
2754
|
-
down: 'k-i-
|
|
2751
|
+
left: 'k-i-caret-alt-left',
|
|
2752
|
+
right: 'k-i-caret-alt-right',
|
|
2753
|
+
up: 'k-i-caret-alt-up',
|
|
2754
|
+
down: 'k-i-caret-alt-down'
|
|
2755
2755
|
};
|
|
2756
2756
|
/**
|
|
2757
2757
|
* @hidden
|
|
@@ -3115,7 +3115,7 @@ class TabComponent {
|
|
|
3115
3115
|
}
|
|
3116
3116
|
}
|
|
3117
3117
|
TabComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: TabComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
3118
|
-
TabComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: TabComponent, selector: "[kendoTabStripTab]", inputs: { tab: "tab", index: "index", tabStripClosable: "tabStripClosable", tabStripCloseIcon: "tabStripCloseIcon" }, outputs: { tabClose: "tabClose" }, host: { properties: { "class.k-item": "this.hostClasses", "class.k-state-default": "this.hostClasses", "attr.aria-selected]": "this.activeClass", "class.k-
|
|
3118
|
+
TabComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: TabComponent, selector: "[kendoTabStripTab]", inputs: { tab: "tab", index: "index", tabStripClosable: "tabStripClosable", tabStripCloseIcon: "tabStripCloseIcon" }, outputs: { tabClose: "tabClose" }, host: { properties: { "class.k-item": "this.hostClasses", "class.k-state-default": "this.hostClasses", "attr.aria-selected]": "this.activeClass", "class.k-active": "this.activeClass", "attr.aria-disabled]": "this.disabledClass", "class.k-disabled": "this.disabledClass", "class.k-focus": "this.focusedClass", "attr.tabindex": "this.tabIndex" } }, ngImport: i0, template: `
|
|
3119
3119
|
<span class="k-link" *ngIf="!tab.tabTitle">{{ tab.title }}</span>
|
|
3120
3120
|
<span class="k-link" *ngIf="tab.tabTitle">
|
|
3121
3121
|
<ng-template [ngTemplateOutlet]="tab.tabTitle?.templateRef">
|
|
@@ -3172,16 +3172,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
3172
3172
|
args: ['attr.aria-selected]']
|
|
3173
3173
|
}, {
|
|
3174
3174
|
type: HostBinding,
|
|
3175
|
-
args: ['class.k-
|
|
3175
|
+
args: ['class.k-active']
|
|
3176
3176
|
}], disabledClass: [{
|
|
3177
3177
|
type: HostBinding,
|
|
3178
3178
|
args: ['attr.aria-disabled]']
|
|
3179
3179
|
}, {
|
|
3180
3180
|
type: HostBinding,
|
|
3181
|
-
args: ['class.k-
|
|
3181
|
+
args: ['class.k-disabled']
|
|
3182
3182
|
}], focusedClass: [{
|
|
3183
3183
|
type: HostBinding,
|
|
3184
|
-
args: ['class.k-
|
|
3184
|
+
args: ['class.k-focus']
|
|
3185
3185
|
}], tabIndex: [{
|
|
3186
3186
|
type: HostBinding,
|
|
3187
3187
|
args: ['attr.tabindex']
|
|
@@ -3634,7 +3634,7 @@ TabStripComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", vers
|
|
|
3634
3634
|
<div
|
|
3635
3635
|
[@state]="tab.selected && animate ? 'active' : 'inactive'"
|
|
3636
3636
|
*ngIf="tab.selected || keepTabContent"
|
|
3637
|
-
[ngClass]="!this.keepTabContent || tab.selected ? 'k-content k-
|
|
3637
|
+
[ngClass]="!this.keepTabContent || tab.selected ? 'k-content k-active' : 'k-content'"
|
|
3638
3638
|
[tabIndex]="0"
|
|
3639
3639
|
role="tabpanel"
|
|
3640
3640
|
[id]="'k-tabstrip-tabpanel-' + i"
|
|
@@ -3749,7 +3749,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
3749
3749
|
<div
|
|
3750
3750
|
[@state]="tab.selected && animate ? 'active' : 'inactive'"
|
|
3751
3751
|
*ngIf="tab.selected || keepTabContent"
|
|
3752
|
-
[ngClass]="!this.keepTabContent || tab.selected ? 'k-content k-
|
|
3752
|
+
[ngClass]="!this.keepTabContent || tab.selected ? 'k-content k-active' : 'k-content'"
|
|
3753
3753
|
[tabIndex]="0"
|
|
3754
3754
|
role="tabpanel"
|
|
3755
3755
|
[id]="'k-tabstrip-tabpanel-' + i"
|
|
@@ -4174,7 +4174,7 @@ const DRAWER_LINK_SELECTOR = '.k-drawer-link';
|
|
|
4174
4174
|
/**
|
|
4175
4175
|
* @hidden
|
|
4176
4176
|
*/
|
|
4177
|
-
const ACTIVE_NESTED_LINK_SELECTOR = ':focus:not(.k-
|
|
4177
|
+
const ACTIVE_NESTED_LINK_SELECTOR = ':focus:not(.k-disabled) .k-drawer-link';
|
|
4178
4178
|
/**
|
|
4179
4179
|
* @hidden
|
|
4180
4180
|
*/
|
|
@@ -4233,7 +4233,7 @@ class DrawerItemComponent {
|
|
|
4233
4233
|
}
|
|
4234
4234
|
}
|
|
4235
4235
|
DrawerItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: DrawerItemComponent, deps: [{ token: DrawerService }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
4236
|
-
DrawerItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: DrawerItemComponent, selector: "[kendoDrawerItem]", inputs: { viewItem: "viewItem", index: "index", itemTemplate: "itemTemplate", mini: "mini", expanded: "expanded", disabled: "disabled", cssClass: "cssClass", cssStyle: "cssStyle" }, host: { properties: { "attr.aria-disabled": "this.disabledClass", "class.k-
|
|
4236
|
+
DrawerItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: DrawerItemComponent, selector: "[kendoDrawerItem]", inputs: { viewItem: "viewItem", index: "index", itemTemplate: "itemTemplate", mini: "mini", expanded: "expanded", disabled: "disabled", cssClass: "cssClass", cssStyle: "cssStyle" }, host: { properties: { "attr.aria-disabled": "this.disabledClass", "class.k-disabled": "this.disabledClass", "attr.aria-current": "this.selectedClass", "class.k-selected": "this.selectedClass", "attr.aria-label": "this.label" } }, ngImport: i0, template: `
|
|
4237
4237
|
<ng-template *ngIf="itemTemplate; else defaultTemplate"
|
|
4238
4238
|
[ngTemplateOutlet]="itemTemplate"
|
|
4239
4239
|
[ngTemplateOutletContext]="{
|
|
@@ -4250,8 +4250,8 @@ DrawerItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
4250
4250
|
<span class="k-item-text">{{ item.text }}</span>
|
|
4251
4251
|
<span *ngIf="viewItem.hasChildren"
|
|
4252
4252
|
class="k-icon k-drawer-toggle"
|
|
4253
|
-
[class.k-i-
|
|
4254
|
-
[class.k-i-
|
|
4253
|
+
[class.k-i-chevron-up]="viewItem.isExpanded"
|
|
4254
|
+
[class.k-i-chevron-down]="!viewItem.isExpanded"
|
|
4255
4255
|
></span>
|
|
4256
4256
|
</ng-container>
|
|
4257
4257
|
<ng-container *ngIf="mini && !expanded">
|
|
@@ -4281,8 +4281,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
4281
4281
|
<span class="k-item-text">{{ item.text }}</span>
|
|
4282
4282
|
<span *ngIf="viewItem.hasChildren"
|
|
4283
4283
|
class="k-icon k-drawer-toggle"
|
|
4284
|
-
[class.k-i-
|
|
4285
|
-
[class.k-i-
|
|
4284
|
+
[class.k-i-chevron-up]="viewItem.isExpanded"
|
|
4285
|
+
[class.k-i-chevron-down]="!viewItem.isExpanded"
|
|
4286
4286
|
></span>
|
|
4287
4287
|
</ng-container>
|
|
4288
4288
|
<ng-container *ngIf="mini && !expanded">
|
|
@@ -4312,13 +4312,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
4312
4312
|
args: ['attr.aria-disabled']
|
|
4313
4313
|
}, {
|
|
4314
4314
|
type: HostBinding,
|
|
4315
|
-
args: ['class.k-
|
|
4315
|
+
args: ['class.k-disabled']
|
|
4316
4316
|
}], selectedClass: [{
|
|
4317
4317
|
type: HostBinding,
|
|
4318
4318
|
args: ['attr.aria-current']
|
|
4319
4319
|
}, {
|
|
4320
4320
|
type: HostBinding,
|
|
4321
|
-
args: ['class.k-
|
|
4321
|
+
args: ['class.k-selected']
|
|
4322
4322
|
}], label: [{
|
|
4323
4323
|
type: HostBinding,
|
|
4324
4324
|
args: ['attr.aria-label']
|
|
@@ -5291,7 +5291,7 @@ class StepperStepComponent {
|
|
|
5291
5291
|
return this.successIcon ? `${this.successIcon}` : 'k-icon k-i-check';
|
|
5292
5292
|
}
|
|
5293
5293
|
else {
|
|
5294
|
-
return this.errorIcon ? `${this.errorIcon}` : 'k-icon k-i-
|
|
5294
|
+
return this.errorIcon ? `${this.errorIcon}` : 'k-icon k-i-exclamation-circle';
|
|
5295
5295
|
}
|
|
5296
5296
|
}
|
|
5297
5297
|
get indicatorText() {
|
|
@@ -7031,10 +7031,10 @@ class ExpansionPanelComponent {
|
|
|
7031
7031
|
*/
|
|
7032
7032
|
get indicatorClasses() {
|
|
7033
7033
|
if (this.expanded) {
|
|
7034
|
-
return this.collapseIcon ? this.collapseIcon : `k-icon k-i-
|
|
7034
|
+
return this.collapseIcon ? this.collapseIcon : `k-icon k-i-chevron-up`;
|
|
7035
7035
|
}
|
|
7036
7036
|
else {
|
|
7037
|
-
return this.expandIcon ? this.expandIcon : `k-icon k-i-
|
|
7037
|
+
return this.expandIcon ? this.expandIcon : `k-icon k-i-chevron-down`;
|
|
7038
7038
|
}
|
|
7039
7039
|
}
|
|
7040
7040
|
/**
|
|
@@ -7102,7 +7102,7 @@ class ExpansionPanelComponent {
|
|
|
7102
7102
|
}
|
|
7103
7103
|
}
|
|
7104
7104
|
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 });
|
|
7105
|
-
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-
|
|
7105
|
+
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-focus": "this.focusClass", "attr.aria-disabled": "this.disabledClass", "class.k-disabled": "this.disabledClass", "attr.dir": "this.direction", "attr.tabindex": "this.tabindex" } }, providers: [
|
|
7106
7106
|
LocalizationService,
|
|
7107
7107
|
{
|
|
7108
7108
|
provide: L10N_PREFIX,
|
|
@@ -7211,13 +7211,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
7211
7211
|
args: ['class.k-expanded']
|
|
7212
7212
|
}], focusClass: [{
|
|
7213
7213
|
type: HostBinding,
|
|
7214
|
-
args: ['class.k-
|
|
7214
|
+
args: ['class.k-focus']
|
|
7215
7215
|
}], disabledClass: [{
|
|
7216
7216
|
type: HostBinding,
|
|
7217
7217
|
args: ['attr.aria-disabled']
|
|
7218
7218
|
}, {
|
|
7219
7219
|
type: HostBinding,
|
|
7220
|
-
args: ['class.k-
|
|
7220
|
+
args: ['class.k-disabled']
|
|
7221
7221
|
}], direction: [{
|
|
7222
7222
|
type: HostBinding,
|
|
7223
7223
|
args: ['attr.dir']
|
|
@@ -8154,12 +8154,12 @@ class TileLayoutComponent {
|
|
|
8154
8154
|
*/
|
|
8155
8155
|
this.autoFlow = 'column';
|
|
8156
8156
|
/**
|
|
8157
|
-
* Fires when the user completes the reordering of the item ([see example]({% slug
|
|
8157
|
+
* Fires when the user completes the reordering of the item ([see example]({% slug reordering_tilelayout %})).
|
|
8158
8158
|
* This event is preventable. If you cancel it, the item will not be reordered.
|
|
8159
8159
|
*/
|
|
8160
8160
|
this.reorder = new EventEmitter();
|
|
8161
8161
|
/**
|
|
8162
|
-
* Fires when the user completes the resizing of the item ([see example]({% slug
|
|
8162
|
+
* Fires when the user completes the resizing of the item ([see example]({% slug resizing_tilelayout %})).
|
|
8163
8163
|
* This event is preventable. If you cancel it, the item will not be resized.
|
|
8164
8164
|
*/
|
|
8165
8165
|
this.resize = new EventEmitter();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-layout",
|
|
3
|
-
"version": "7.1.
|
|
3
|
+
"version": "7.1.2-dev.202208301247",
|
|
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",
|
|
@@ -69,12 +69,12 @@ export declare class TileLayoutComponent implements OnInit, AfterViewInit, After
|
|
|
69
69
|
*/
|
|
70
70
|
autoFlow: TileLayoutFlowMode;
|
|
71
71
|
/**
|
|
72
|
-
* Fires when the user completes the reordering of the item ([see example]({% slug
|
|
72
|
+
* Fires when the user completes the reordering of the item ([see example]({% slug reordering_tilelayout %})).
|
|
73
73
|
* This event is preventable. If you cancel it, the item will not be reordered.
|
|
74
74
|
*/
|
|
75
75
|
reorder: EventEmitter<TileLayoutReorderEvent>;
|
|
76
76
|
/**
|
|
77
|
-
* Fires when the user completes the resizing of the item ([see example]({% slug
|
|
77
|
+
* Fires when the user completes the resizing of the item ([see example]({% slug resizing_tilelayout %})).
|
|
78
78
|
* This event is preventable. If you cancel it, the item will not be resized.
|
|
79
79
|
*/
|
|
80
80
|
resize: EventEmitter<TileLayoutResizeEvent>;
|