@progress/kendo-angular-layout 7.1.6 → 7.2.0
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/common/util.d.ts +4 -0
- package/esm2015/avatar/avatar.component.js +3 -3
- package/esm2015/avatar.module.js +4 -4
- package/esm2015/card/card-actions.component.js +3 -3
- package/esm2015/card/card-body.component.js +3 -3
- package/esm2015/card/card-footer.component.js +3 -3
- package/esm2015/card/card-header.component.js +3 -3
- package/esm2015/card/card.component.js +3 -3
- package/esm2015/card/directives/card-media.directive.js +3 -3
- package/esm2015/card/directives/card-separator.directive.js +3 -3
- package/esm2015/card/directives/card-subtitle.directive.js +3 -3
- package/esm2015/card/directives/card-title.directive.js +3 -3
- package/esm2015/card.module.js +4 -4
- package/esm2015/common/util.js +16 -0
- package/esm2015/drawer/drawer-container.component.js +3 -3
- package/esm2015/drawer/drawer-content.component.js +3 -3
- package/esm2015/drawer/drawer.component.js +3 -3
- package/esm2015/drawer/drawer.service.js +3 -3
- package/esm2015/drawer/item.component.js +3 -3
- package/esm2015/drawer/list.component.js +3 -3
- package/esm2015/drawer/template-directives/drawer-template.directive.js +3 -3
- package/esm2015/drawer/template-directives/footer-template.directive.js +3 -3
- package/esm2015/drawer/template-directives/header-template.directive.js +3 -3
- package/esm2015/drawer/template-directives/item-template.directive.js +3 -3
- package/esm2015/drawer.module.js +4 -4
- package/esm2015/expansionpanel/expansionpanel-title.directive.js +3 -3
- package/esm2015/expansionpanel/expansionpanel.component.js +3 -3
- package/esm2015/expansionpanel.module.js +4 -4
- package/esm2015/gridlayout.module.js +4 -4
- package/esm2015/layout.module.js +4 -4
- package/esm2015/layouts/grid-layout.component.js +3 -3
- package/esm2015/layouts/gridlayout-item.component.js +3 -3
- package/esm2015/layouts/stack-layout.component.js +3 -3
- package/esm2015/package-metadata.js +1 -1
- package/esm2015/panelbar/panelbar-content.directive.js +3 -3
- package/esm2015/panelbar/panelbar-item-template.directive.js +3 -3
- package/esm2015/panelbar/panelbar-item-title.directive.js +3 -3
- package/esm2015/panelbar/panelbar-item.component.js +3 -3
- package/esm2015/panelbar/panelbar.component.js +3 -3
- package/esm2015/panelbar/panelbar.service.js +3 -3
- package/esm2015/panelbar.module.js +4 -4
- package/esm2015/splitter/splitter-bar.component.js +3 -3
- package/esm2015/splitter/splitter-pane.component.js +3 -3
- package/esm2015/splitter/splitter.component.js +3 -3
- package/esm2015/splitter/splitter.service.js +3 -3
- package/esm2015/splitter.module.js +4 -4
- package/esm2015/stacklayout.module.js +4 -4
- package/esm2015/stepper/list.component.js +3 -3
- package/esm2015/stepper/localization/custom-messages.component.js +3 -3
- package/esm2015/stepper/localization/localized-messages.directive.js +3 -3
- package/esm2015/stepper/localization/messages.js +3 -3
- package/esm2015/stepper/step.component.js +3 -3
- package/esm2015/stepper/stepper.component.js +3 -3
- package/esm2015/stepper/stepper.service.js +3 -3
- package/esm2015/stepper/template-directives/indicator-template.directive.js +3 -3
- package/esm2015/stepper/template-directives/label-template.directive.js +3 -3
- package/esm2015/stepper/template-directives/step-template.directive.js +3 -3
- package/esm2015/stepper.module.js +4 -4
- package/esm2015/tabstrip/directives/tab-content.directive.js +3 -3
- package/esm2015/tabstrip/directives/tab-title.directive.js +3 -3
- package/esm2015/tabstrip/localization/custom-messages.component.js +3 -3
- package/esm2015/tabstrip/localization/localized-messages.directive.js +3 -3
- package/esm2015/tabstrip/localization/messages.js +3 -3
- package/esm2015/tabstrip/models/tabstrip-tab.component.js +3 -3
- package/esm2015/tabstrip/rendering/tab.component.js +3 -3
- package/esm2015/tabstrip/scrollable-button.component.js +3 -3
- package/esm2015/tabstrip/tabstrip-scroll.service.js +3 -3
- package/esm2015/tabstrip/tabstrip.component.js +3 -3
- package/esm2015/tabstrip/tabstrip.service.js +3 -3
- package/esm2015/tabstrip.module.js +4 -4
- package/esm2015/tilelayout/dragging-service.js +3 -3
- package/esm2015/tilelayout/keyboard-navigation.service.js +148 -0
- package/esm2015/tilelayout/models/navigation.interface.js +5 -0
- package/esm2015/tilelayout/tilelayout-item-body.component.js +3 -3
- package/esm2015/tilelayout/tilelayout-item-header.component.js +3 -3
- package/esm2015/tilelayout/tilelayout-item.component.js +92 -14
- package/esm2015/tilelayout/tilelayout-resize-handle.directive.js +3 -3
- package/esm2015/tilelayout/tilelayout.component.js +31 -9
- package/esm2015/tilelayout/util.js +51 -1
- package/esm2015/tilelayout.module.js +4 -4
- package/fesm2015/kendo-angular-layout.js +548 -248
- package/package.json +1 -1
- package/tilelayout/keyboard-navigation.service.d.ts +34 -0
- package/tilelayout/models/navigation.interface.d.ts +17 -0
- package/tilelayout/tilelayout-item.component.d.ts +26 -3
- package/tilelayout/tilelayout.component.d.ts +13 -3
- package/tilelayout/util.d.ts +18 -0
|
@@ -7,7 +7,7 @@ import { Directive, Optional, Injectable, isDevMode, Component, SkipSelf, Host,
|
|
|
7
7
|
import * as i1 from '@progress/kendo-angular-l10n';
|
|
8
8
|
import { LocalizationService, L10N_PREFIX, ComponentMessages } from '@progress/kendo-angular-l10n';
|
|
9
9
|
import * as i1$1 from '@progress/kendo-angular-common';
|
|
10
|
-
import { Keys, PreventableEvent as PreventableEvent$1, isDocumentAvailable, hasObservers, EventsModule, DraggableModule, ResizeSensorModule
|
|
10
|
+
import { Keys, PreventableEvent as PreventableEvent$1, isDocumentAvailable, hasObservers, isChanged, EventsModule, DraggableModule, ResizeSensorModule } from '@progress/kendo-angular-common';
|
|
11
11
|
import { validatePackage } from '@progress/kendo-licensing';
|
|
12
12
|
import * as i1$2 from '@angular/animations';
|
|
13
13
|
import { trigger, state, style, transition, animate, AUTO_STYLE } from '@angular/animations';
|
|
@@ -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: 1669715436,
|
|
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
|
};
|
|
@@ -67,9 +67,9 @@ class PanelBarContentDirective {
|
|
|
67
67
|
this.templateRef = templateRef;
|
|
68
68
|
}
|
|
69
69
|
}
|
|
70
|
-
PanelBarContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
71
|
-
PanelBarContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.
|
|
72
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
70
|
+
PanelBarContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PanelBarContentDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
71
|
+
PanelBarContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.17", type: PanelBarContentDirective, selector: "[kendoPanelBarContent]", ngImport: i0 });
|
|
72
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PanelBarContentDirective, decorators: [{
|
|
73
73
|
type: Directive,
|
|
74
74
|
args: [{
|
|
75
75
|
selector: "[kendoPanelBarContent]"
|
|
@@ -107,9 +107,9 @@ class PanelBarItemTitleDirective {
|
|
|
107
107
|
this.templateRef = templateRef;
|
|
108
108
|
}
|
|
109
109
|
}
|
|
110
|
-
PanelBarItemTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
111
|
-
PanelBarItemTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.
|
|
112
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
110
|
+
PanelBarItemTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PanelBarItemTitleDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
111
|
+
PanelBarItemTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.17", type: PanelBarItemTitleDirective, selector: "[kendoPanelBarItemTitle]", ngImport: i0 });
|
|
112
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PanelBarItemTitleDirective, decorators: [{
|
|
113
113
|
type: Directive,
|
|
114
114
|
args: [{
|
|
115
115
|
selector: '[kendoPanelBarItemTitle]'
|
|
@@ -198,6 +198,22 @@ const mapShapeToRounded = (shape) => SHAPE_TO_ROUNDED[shape] || 'none';
|
|
|
198
198
|
* @hidden
|
|
199
199
|
*/
|
|
200
200
|
const isNumber = (value) => typeof value === 'number' && isFinite(value);
|
|
201
|
+
/**
|
|
202
|
+
* @hidden
|
|
203
|
+
*/
|
|
204
|
+
const focusableSelector = [
|
|
205
|
+
'a[href]:not([tabindex^="-"]):not([disabled])',
|
|
206
|
+
'area[href]:not([tabindex^="-"]):not([disabled])',
|
|
207
|
+
'input:not([tabindex^="-"]):not([disabled])',
|
|
208
|
+
'select:not([tabindex^="-"]):not([disabled])',
|
|
209
|
+
'textarea:not([tabindex^="-"]):not([disabled])',
|
|
210
|
+
'button:not([tabindex^="-"]):not([disabled])',
|
|
211
|
+
'iframe:not([tabindex^="-"]):not([disabled])',
|
|
212
|
+
'object:not([tabindex^="-"]):not([disabled])',
|
|
213
|
+
'embed:not([tabindex^="-"]):not([disabled])',
|
|
214
|
+
'*[tabindex]:not([tabindex^="-"]):not([disabled])',
|
|
215
|
+
'*[contenteditable]:not([tabindex^="-"]):not([disabled]):not([contenteditable="false"])'
|
|
216
|
+
].join(',');
|
|
201
217
|
|
|
202
218
|
const focusableRegex = /^(?:a|input|select|option|textarea|button|object)$/i;
|
|
203
219
|
const toClassList = (classNames) => String(classNames).trim().split(' ');
|
|
@@ -272,9 +288,9 @@ class PanelBarService {
|
|
|
272
288
|
this.parentSource.next(false);
|
|
273
289
|
}
|
|
274
290
|
}
|
|
275
|
-
PanelBarService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
276
|
-
PanelBarService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
277
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
291
|
+
PanelBarService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PanelBarService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
292
|
+
PanelBarService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PanelBarService });
|
|
293
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PanelBarService, decorators: [{
|
|
278
294
|
type: Injectable
|
|
279
295
|
}], ctorParameters: function () { return []; } });
|
|
280
296
|
|
|
@@ -503,8 +519,8 @@ class PanelBarItemComponent {
|
|
|
503
519
|
this.wrapperFocused = focused;
|
|
504
520
|
}
|
|
505
521
|
}
|
|
506
|
-
PanelBarItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
507
|
-
PanelBarItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.
|
|
522
|
+
PanelBarItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", 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 });
|
|
523
|
+
PanelBarItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", 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-panelbar-item": "this.kItemClass", "class.k-state-default": "this.kStateDefaultClass", "class.k-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" } }, 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: `
|
|
508
524
|
<span
|
|
509
525
|
#header
|
|
510
526
|
[class.k-link]="true"
|
|
@@ -631,7 +647,7 @@ PanelBarItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0",
|
|
|
631
647
|
])
|
|
632
648
|
])
|
|
633
649
|
] });
|
|
634
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
650
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PanelBarItemComponent, decorators: [{
|
|
635
651
|
type: Component,
|
|
636
652
|
args: [{
|
|
637
653
|
animations: [
|
|
@@ -851,9 +867,9 @@ class PanelBarItemTemplateDirective {
|
|
|
851
867
|
this.templateRef = templateRef;
|
|
852
868
|
}
|
|
853
869
|
}
|
|
854
|
-
PanelBarItemTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
855
|
-
PanelBarItemTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.
|
|
856
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
870
|
+
PanelBarItemTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PanelBarItemTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
871
|
+
PanelBarItemTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.17", type: PanelBarItemTemplateDirective, selector: "[kendoPanelBarItemTemplate]", ngImport: i0 });
|
|
872
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PanelBarItemTemplateDirective, decorators: [{
|
|
857
873
|
type: Directive,
|
|
858
874
|
args: [{
|
|
859
875
|
selector: '[kendoPanelBarItemTemplate]'
|
|
@@ -1380,8 +1396,8 @@ class PanelBarComponent {
|
|
|
1380
1396
|
return flattedItems;
|
|
1381
1397
|
}
|
|
1382
1398
|
}
|
|
1383
|
-
PanelBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
1384
|
-
PanelBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.
|
|
1399
|
+
PanelBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PanelBarComponent, deps: [{ token: i0.ElementRef }, { token: PanelBarService }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
1400
|
+
PanelBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: PanelBarComponent, selector: "kendo-panelbar", inputs: { expandMode: "expandMode", selectable: "selectable", animate: "animate", height: "height", keepItemContent: "keepItemContent", items: "items" }, outputs: { stateChange: "stateChange", select: "select", expand: "expand", collapse: "collapse" }, host: { listeners: { "click": "onComponentClick($event)", "focus": "onComponentFocus()", "blur": "onComponentBlur()", "keydown": "onComponentKeyDown($event)" }, properties: { "attr.tabIndex": "this.tabIndex", "attr.role": "this.role", "class.k-panelbar": "this.hostClass", "attr.aria-activedescendant": "this.activeDescendant", "style.height": "this.hostHeight", "style.overflow": "this.overflow", "attr.dir": "this.dir" } }, providers: [
|
|
1385
1401
|
PanelBarService,
|
|
1386
1402
|
LocalizationService,
|
|
1387
1403
|
{
|
|
@@ -1409,7 +1425,7 @@ PanelBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", vers
|
|
|
1409
1425
|
</ng-container>
|
|
1410
1426
|
</ng-template>
|
|
1411
1427
|
`, isInline: true, components: [{ type: PanelBarItemComponent, selector: "kendo-panelbar-item", inputs: ["title", "id", "icon", "iconClass", "imageUrl", "disabled", "expanded", "selected", "content", "items", "template"], exportAs: ["kendoPanelbarItem"] }], directives: [{ type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
|
|
1412
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
1428
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PanelBarComponent, decorators: [{
|
|
1413
1429
|
type: Component,
|
|
1414
1430
|
args: [{
|
|
1415
1431
|
exportAs: 'kendoPanelbar',
|
|
@@ -1667,12 +1683,12 @@ class SplitterPaneComponent {
|
|
|
1667
1683
|
this.renderer.setStyle(element, 'order', this.order);
|
|
1668
1684
|
}
|
|
1669
1685
|
}
|
|
1670
|
-
SplitterPaneComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
1671
|
-
SplitterPaneComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.
|
|
1686
|
+
SplitterPaneComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: SplitterPaneComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
1687
|
+
SplitterPaneComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: SplitterPaneComponent, selector: "kendo-splitter-pane", inputs: { order: "order", size: "size", separatorLabel: "separatorLabel", min: "min", max: "max", resizable: "resizable", collapsible: "collapsible", scrollable: "scrollable", collapsed: "collapsed", orientation: "orientation", containsSplitter: "containsSplitter", overlayContent: "overlayContent" }, outputs: { sizeChange: "sizeChange", collapsedChange: "collapsedChange" }, host: { properties: { "attr.role": "this.ariaRole", "class.k-pane": "this.hostClass", "class.k-pane-static": "this.staticPaneClass", "class.k-scrollable": "this.scrollablePaneClass" } }, exportAs: ["kendoSplitterPane"], ngImport: i0, template: `
|
|
1672
1688
|
<ng-container *ngIf="!collapsed"><ng-content></ng-content></ng-container>
|
|
1673
1689
|
<div *ngIf="overlayContent" class="k-splitter-overlay k-overlay"></div>
|
|
1674
1690
|
`, isInline: true, directives: [{ type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
1675
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
1691
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: SplitterPaneComponent, decorators: [{
|
|
1676
1692
|
type: Component,
|
|
1677
1693
|
args: [{
|
|
1678
1694
|
exportAs: 'kendoSplitterPane',
|
|
@@ -1912,9 +1928,9 @@ class SplitterService {
|
|
|
1912
1928
|
}
|
|
1913
1929
|
}
|
|
1914
1930
|
}
|
|
1915
|
-
SplitterService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
1916
|
-
SplitterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
1917
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
1931
|
+
SplitterService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: SplitterService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1932
|
+
SplitterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: SplitterService });
|
|
1933
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: SplitterService, decorators: [{
|
|
1918
1934
|
type: Injectable
|
|
1919
1935
|
}], ctorParameters: function () { return [{ type: i0.NgZone }]; } });
|
|
1920
1936
|
|
|
@@ -2082,8 +2098,8 @@ class SplitterBarComponent {
|
|
|
2082
2098
|
}
|
|
2083
2099
|
}
|
|
2084
2100
|
}
|
|
2085
|
-
SplitterBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
2086
|
-
SplitterBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.
|
|
2101
|
+
SplitterBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: SplitterBarComponent, deps: [{ token: i1$1.DraggableDirective, host: true }, { token: i0.ElementRef }, { token: SplitterService }, { token: i1.LocalizationService }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
2102
|
+
SplitterBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: SplitterBarComponent, selector: "kendo-splitter-bar", inputs: { orientation: "orientation", index: "index" }, host: { 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: `
|
|
2087
2103
|
<div *ngIf="shouldShowIcon('prev')" [class]="collapseClass('prev')" (click)="togglePrevious()">
|
|
2088
2104
|
<span [class]="previousArrowClass()"></span>
|
|
2089
2105
|
</div>
|
|
@@ -2092,7 +2108,7 @@ SplitterBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", v
|
|
|
2092
2108
|
<span [class]="nextArrowClass()"></span>
|
|
2093
2109
|
</div>
|
|
2094
2110
|
`, isInline: true, directives: [{ type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
2095
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
2111
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: SplitterBarComponent, decorators: [{
|
|
2096
2112
|
type: Component,
|
|
2097
2113
|
args: [{
|
|
2098
2114
|
selector: 'kendo-splitter-bar',
|
|
@@ -2274,8 +2290,8 @@ class SplitterComponent {
|
|
|
2274
2290
|
return this.localization.rtl ? 'rtl' : 'ltr';
|
|
2275
2291
|
}
|
|
2276
2292
|
}
|
|
2277
|
-
SplitterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
2278
|
-
SplitterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.
|
|
2293
|
+
SplitterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: SplitterComponent, deps: [{ token: i0.ElementRef }, { token: SplitterService }, { token: i1.LocalizationService }, { token: i0.Renderer2 }, { token: SplitterPaneComponent, host: true, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
2294
|
+
SplitterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: SplitterComponent, selector: "kendo-splitter", inputs: { orientation: "orientation", resizeStep: "resizeStep" }, outputs: { layoutChange: "layoutChange" }, host: { properties: { "class.k-splitter": "this.hostClasses", "class.k-splitter-flex": "this.hostClasses", "class.k-splitter-horizontal": "this.horizontalHostClasses", "class.k-splitter-vertical": "this.verticalHostClasses", "attr.dir": "this.dir" } }, providers: [
|
|
2279
2295
|
SplitterService,
|
|
2280
2296
|
LocalizationService,
|
|
2281
2297
|
{
|
|
@@ -2297,7 +2313,7 @@ SplitterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", vers
|
|
|
2297
2313
|
</kendo-splitter-bar>
|
|
2298
2314
|
</ng-container>
|
|
2299
2315
|
`, isInline: true, components: [{ type: SplitterBarComponent, selector: "kendo-splitter-bar", inputs: ["orientation", "index"] }], directives: [{ type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1$1.DraggableDirective, selector: "[kendoDraggable]", inputs: ["enableDrag"], outputs: ["kendoPress", "kendoDrag", "kendoRelease"] }] });
|
|
2300
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
2316
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: SplitterComponent, decorators: [{
|
|
2301
2317
|
type: Component,
|
|
2302
2318
|
args: [{
|
|
2303
2319
|
exportAs: 'kendoSplitter',
|
|
@@ -2397,9 +2413,9 @@ class TabContentDirective {
|
|
|
2397
2413
|
this.templateRef = templateRef;
|
|
2398
2414
|
}
|
|
2399
2415
|
}
|
|
2400
|
-
TabContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
2401
|
-
TabContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.
|
|
2402
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
2416
|
+
TabContentDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TabContentDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2417
|
+
TabContentDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.17", type: TabContentDirective, selector: "[kendoTabContent]", ngImport: i0 });
|
|
2418
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TabContentDirective, decorators: [{
|
|
2403
2419
|
type: Directive,
|
|
2404
2420
|
args: [{
|
|
2405
2421
|
selector: '[kendoTabContent]'
|
|
@@ -2446,9 +2462,9 @@ class TabTitleDirective {
|
|
|
2446
2462
|
this.templateRef = templateRef;
|
|
2447
2463
|
}
|
|
2448
2464
|
}
|
|
2449
|
-
TabTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
2450
|
-
TabTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.
|
|
2451
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
2465
|
+
TabTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TabTitleDirective, deps: [{ token: i0.TemplateRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2466
|
+
TabTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.17", type: TabTitleDirective, selector: "[kendoTabTitle]", ngImport: i0 });
|
|
2467
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TabTitleDirective, decorators: [{
|
|
2452
2468
|
type: Directive,
|
|
2453
2469
|
args: [{
|
|
2454
2470
|
selector: '[kendoTabTitle]'
|
|
@@ -2482,9 +2498,9 @@ class TabStripTabComponent {
|
|
|
2482
2498
|
return this._tabTitleDirective.first;
|
|
2483
2499
|
}
|
|
2484
2500
|
}
|
|
2485
|
-
TabStripTabComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
2486
|
-
TabStripTabComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.
|
|
2487
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
2501
|
+
TabStripTabComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TabStripTabComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2502
|
+
TabStripTabComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: TabStripTabComponent, selector: "kendo-tabstrip-tab", inputs: { title: "title", disabled: "disabled", cssClass: "cssClass", cssStyle: "cssStyle", selected: "selected", closable: "closable", closeIcon: "closeIcon" }, queries: [{ propertyName: "_tabContent", predicate: TabContentDirective }, { propertyName: "_tabTitleDirective", predicate: TabTitleDirective }], exportAs: ["kendoTabStripTab"], ngImport: i0, template: ``, isInline: true });
|
|
2503
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TabStripTabComponent, decorators: [{
|
|
2488
2504
|
type: Component,
|
|
2489
2505
|
args: [{
|
|
2490
2506
|
exportAs: 'kendoTabStripTab',
|
|
@@ -2786,9 +2802,9 @@ class TabStripService {
|
|
|
2786
2802
|
return selectedIndex + 1;
|
|
2787
2803
|
}
|
|
2788
2804
|
}
|
|
2789
|
-
TabStripService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
2790
|
-
TabStripService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
2791
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
2805
|
+
TabStripService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TabStripService, deps: [{ token: i1.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2806
|
+
TabStripService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TabStripService });
|
|
2807
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TabStripService, decorators: [{
|
|
2792
2808
|
type: Injectable
|
|
2793
2809
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }, { type: i0.NgZone }]; } });
|
|
2794
2810
|
|
|
@@ -2986,9 +3002,9 @@ class ScrollService {
|
|
|
2986
3002
|
this.scrollButtonActiveStateChange.next({ buttonType, active });
|
|
2987
3003
|
}
|
|
2988
3004
|
}
|
|
2989
|
-
ScrollService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
2990
|
-
ScrollService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
2991
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
3005
|
+
ScrollService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: ScrollService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3006
|
+
ScrollService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: ScrollService });
|
|
3007
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: ScrollService, decorators: [{
|
|
2992
3008
|
type: Injectable
|
|
2993
3009
|
}], ctorParameters: function () { return [{ type: i0.NgZone }]; } });
|
|
2994
3010
|
|
|
@@ -3088,11 +3104,11 @@ class TabStripScrollableButtonComponent {
|
|
|
3088
3104
|
return scrollEvent;
|
|
3089
3105
|
}
|
|
3090
3106
|
}
|
|
3091
|
-
TabStripScrollableButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
3092
|
-
TabStripScrollableButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.
|
|
3107
|
+
TabStripScrollableButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TabStripScrollableButtonComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3108
|
+
TabStripScrollableButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: TabStripScrollableButtonComponent, selector: "[kendoTabStripScrollableButton]", inputs: { prev: "prev", tabPosition: "tabPosition", scrollable: "scrollable" }, outputs: { tabScroll: "tabScroll", onClick: "onClick" }, host: { properties: { "class.k-button": "this.btnClasses", "class.k-button-md": "this.btnClasses", "class.k-icon-button": "this.btnClasses", "class.k-rounded-md": "this.btnClasses", "class.k-button-flat": "this.btnClasses", "class.k-button-flat-base": "this.btnClasses", "class.k-tabstrip-prev": "this.prevClass", "class.k-tabstrip-next": "this.nextClass" } }, ngImport: i0, template: `
|
|
3093
3109
|
<span class="k-icon k-button-icon" [ngClass]="iconClass"></span>
|
|
3094
3110
|
`, isInline: true, directives: [{ type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
|
|
3095
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
3111
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TabStripScrollableButtonComponent, decorators: [{
|
|
3096
3112
|
type: Component,
|
|
3097
3113
|
args: [{
|
|
3098
3114
|
template: `
|
|
@@ -3178,8 +3194,8 @@ class TabComponent {
|
|
|
3178
3194
|
this.tabClose.emit(closeArgs);
|
|
3179
3195
|
}
|
|
3180
3196
|
}
|
|
3181
|
-
TabComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
3182
|
-
TabComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.
|
|
3197
|
+
TabComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TabComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
3198
|
+
TabComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", 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: `
|
|
3183
3199
|
<span class="k-link" *ngIf="!tab.tabTitle">{{ tab.title }}</span>
|
|
3184
3200
|
<span class="k-link" *ngIf="tab.tabTitle">
|
|
3185
3201
|
<ng-template [ngTemplateOutlet]="tab.tabTitle?.templateRef">
|
|
@@ -3194,7 +3210,7 @@ TabComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version:
|
|
|
3194
3210
|
<span [ngClass]="closeButtonClasses"></span>
|
|
3195
3211
|
</span>
|
|
3196
3212
|
`, isInline: true, directives: [{ type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i3.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
|
|
3197
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
3213
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TabComponent, decorators: [{
|
|
3198
3214
|
type: Component,
|
|
3199
3215
|
args: [{
|
|
3200
3216
|
// eslint-disable-next-line @angular-eslint/component-selector
|
|
@@ -3256,9 +3272,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
3256
3272
|
*/
|
|
3257
3273
|
class TabStripMessages extends ComponentMessages {
|
|
3258
3274
|
}
|
|
3259
|
-
TabStripMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
3260
|
-
TabStripMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.
|
|
3261
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
3275
|
+
TabStripMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TabStripMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
3276
|
+
TabStripMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.17", type: TabStripMessages, selector: "kendo-tabstrip-messages-base", inputs: { closeTitle: "closeTitle", previousTabButton: "previousTabButton", nextTabButton: "nextTabButton" }, usesInheritance: true, ngImport: i0 });
|
|
3277
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TabStripMessages, decorators: [{
|
|
3262
3278
|
type: Directive,
|
|
3263
3279
|
args: [{
|
|
3264
3280
|
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
@@ -3281,14 +3297,14 @@ class LocalizedTabStripMessagesDirective extends TabStripMessages {
|
|
|
3281
3297
|
this.service = service;
|
|
3282
3298
|
}
|
|
3283
3299
|
}
|
|
3284
|
-
LocalizedTabStripMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
3285
|
-
LocalizedTabStripMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.
|
|
3300
|
+
LocalizedTabStripMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: LocalizedTabStripMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3301
|
+
LocalizedTabStripMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.17", type: LocalizedTabStripMessagesDirective, selector: "[kendoTabStripLocalizedMessages]", providers: [
|
|
3286
3302
|
{
|
|
3287
3303
|
provide: TabStripMessages,
|
|
3288
3304
|
useExisting: forwardRef(() => LocalizedTabStripMessagesDirective)
|
|
3289
3305
|
}
|
|
3290
3306
|
], usesInheritance: true, ngImport: i0 });
|
|
3291
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
3307
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: LocalizedTabStripMessagesDirective, decorators: [{
|
|
3292
3308
|
type: Directive,
|
|
3293
3309
|
args: [{
|
|
3294
3310
|
providers: [
|
|
@@ -3625,8 +3641,8 @@ class TabStripComponent {
|
|
|
3625
3641
|
});
|
|
3626
3642
|
}
|
|
3627
3643
|
}
|
|
3628
|
-
TabStripComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
3629
|
-
TabStripComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.
|
|
3644
|
+
TabStripComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TabStripComponent, deps: [{ token: i1.LocalizationService }, { token: i0.Renderer2 }, { token: i0.ElementRef }, { token: TabStripService }, { token: ScrollService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3645
|
+
TabStripComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: TabStripComponent, selector: "kendo-tabstrip", inputs: { height: "height", animate: "animate", tabAlignment: "tabAlignment", tabPosition: "tabPosition", keepTabContent: "keepTabContent", closable: "closable", scrollable: "scrollable", closeIcon: "closeIcon" }, outputs: { tabSelect: "tabSelect", tabClose: "tabClose", tabScroll: "tabScroll" }, host: { properties: { "class.k-tabstrip": "this.hostClass", "class.k-tabstrip-top": "this.tabsAtTop", "class.k-tabstrip-right": "this.tabsAtRight", "class.k-tabstrip-bottom": "this.tabsAtBottom", "class.k-tabstrip-left": "this.tabsAtLeft", "attr.dir": "this.dir", "class.k-tabstrip-scrollable": "this.tabStripScrollable" } }, providers: [
|
|
3630
3646
|
TabStripService,
|
|
3631
3647
|
ScrollService,
|
|
3632
3648
|
LocalizationService,
|
|
@@ -3739,7 +3755,7 @@ TabStripComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", vers
|
|
|
3739
3755
|
])
|
|
3740
3756
|
])
|
|
3741
3757
|
] });
|
|
3742
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
3758
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TabStripComponent, decorators: [{
|
|
3743
3759
|
type: Component,
|
|
3744
3760
|
args: [{
|
|
3745
3761
|
animations: [
|
|
@@ -3933,14 +3949,14 @@ class TabStripCustomMessagesComponent extends TabStripMessages {
|
|
|
3933
3949
|
return true;
|
|
3934
3950
|
}
|
|
3935
3951
|
}
|
|
3936
|
-
TabStripCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
3937
|
-
TabStripCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.
|
|
3952
|
+
TabStripCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TabStripCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
3953
|
+
TabStripCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: TabStripCustomMessagesComponent, selector: "kendo-tabstrip-messages", providers: [
|
|
3938
3954
|
{
|
|
3939
3955
|
provide: TabStripMessages,
|
|
3940
3956
|
useExisting: forwardRef(() => TabStripCustomMessagesComponent)
|
|
3941
3957
|
}
|
|
3942
3958
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
3943
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
3959
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TabStripCustomMessagesComponent, decorators: [{
|
|
3944
3960
|
type: Component,
|
|
3945
3961
|
args: [{
|
|
3946
3962
|
providers: [
|
|
@@ -3966,9 +3982,9 @@ class DrawerTemplateDirective {
|
|
|
3966
3982
|
this.templateRef = templateRef;
|
|
3967
3983
|
}
|
|
3968
3984
|
}
|
|
3969
|
-
DrawerTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
3970
|
-
DrawerTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.
|
|
3971
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
3985
|
+
DrawerTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: DrawerTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3986
|
+
DrawerTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.17", type: DrawerTemplateDirective, selector: "[kendoDrawerTemplate]", ngImport: i0 });
|
|
3987
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: DrawerTemplateDirective, decorators: [{
|
|
3972
3988
|
type: Directive,
|
|
3973
3989
|
args: [{
|
|
3974
3990
|
selector: '[kendoDrawerTemplate]'
|
|
@@ -3987,9 +4003,9 @@ class DrawerItemTemplateDirective {
|
|
|
3987
4003
|
this.templateRef = templateRef;
|
|
3988
4004
|
}
|
|
3989
4005
|
}
|
|
3990
|
-
DrawerItemTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
3991
|
-
DrawerItemTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.
|
|
3992
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
4006
|
+
DrawerItemTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: DrawerItemTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
4007
|
+
DrawerItemTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.17", type: DrawerItemTemplateDirective, selector: "[kendoDrawerItemTemplate]", ngImport: i0 });
|
|
4008
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: DrawerItemTemplateDirective, decorators: [{
|
|
3993
4009
|
type: Directive,
|
|
3994
4010
|
args: [{
|
|
3995
4011
|
selector: '[kendoDrawerItemTemplate]'
|
|
@@ -4008,9 +4024,9 @@ class DrawerHeaderTemplateDirective {
|
|
|
4008
4024
|
this.templateRef = templateRef;
|
|
4009
4025
|
}
|
|
4010
4026
|
}
|
|
4011
|
-
DrawerHeaderTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
4012
|
-
DrawerHeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.
|
|
4013
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
4027
|
+
DrawerHeaderTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: DrawerHeaderTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
4028
|
+
DrawerHeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.17", type: DrawerHeaderTemplateDirective, selector: "[kendoDrawerHeaderTemplate]", ngImport: i0 });
|
|
4029
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: DrawerHeaderTemplateDirective, decorators: [{
|
|
4014
4030
|
type: Directive,
|
|
4015
4031
|
args: [{
|
|
4016
4032
|
selector: '[kendoDrawerHeaderTemplate]'
|
|
@@ -4029,9 +4045,9 @@ class DrawerFooterTemplateDirective {
|
|
|
4029
4045
|
this.templateRef = templateRef;
|
|
4030
4046
|
}
|
|
4031
4047
|
}
|
|
4032
|
-
DrawerFooterTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
4033
|
-
DrawerFooterTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.
|
|
4034
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
4048
|
+
DrawerFooterTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: DrawerFooterTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
4049
|
+
DrawerFooterTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.17", type: DrawerFooterTemplateDirective, selector: "[kendoDrawerFooterTemplate]", ngImport: i0 });
|
|
4050
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: DrawerFooterTemplateDirective, decorators: [{
|
|
4035
4051
|
type: Directive,
|
|
4036
4052
|
args: [{
|
|
4037
4053
|
selector: '[kendoDrawerFooterTemplate]'
|
|
@@ -4133,9 +4149,9 @@ class DrawerService {
|
|
|
4133
4149
|
this.selectedIndices = [];
|
|
4134
4150
|
}
|
|
4135
4151
|
}
|
|
4136
|
-
DrawerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
4137
|
-
DrawerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
4138
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
4152
|
+
DrawerService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: DrawerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
4153
|
+
DrawerService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: DrawerService });
|
|
4154
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: DrawerService, decorators: [{
|
|
4139
4155
|
type: Injectable
|
|
4140
4156
|
}] });
|
|
4141
4157
|
|
|
@@ -4351,8 +4367,8 @@ class DrawerItemComponent {
|
|
|
4351
4367
|
return this.viewItem.item;
|
|
4352
4368
|
}
|
|
4353
4369
|
}
|
|
4354
|
-
DrawerItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
4355
|
-
DrawerItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.
|
|
4370
|
+
DrawerItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: DrawerItemComponent, deps: [{ token: DrawerService }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
4371
|
+
DrawerItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", 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: `
|
|
4356
4372
|
<ng-template *ngIf="itemTemplate; else defaultTemplate"
|
|
4357
4373
|
[ngTemplateOutlet]="itemTemplate"
|
|
4358
4374
|
[ngTemplateOutletContext]="{
|
|
@@ -4378,7 +4394,7 @@ DrawerItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
4378
4394
|
</ng-container>
|
|
4379
4395
|
</ng-template>
|
|
4380
4396
|
`, isInline: true, directives: [{ type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i3.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
|
|
4381
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
4397
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: DrawerItemComponent, decorators: [{
|
|
4382
4398
|
type: Component,
|
|
4383
4399
|
args: [{
|
|
4384
4400
|
// eslint-disable-next-line @angular-eslint/component-selector
|
|
@@ -4532,9 +4548,9 @@ class DrawerListComponent {
|
|
|
4532
4548
|
}
|
|
4533
4549
|
}
|
|
4534
4550
|
}
|
|
4535
|
-
DrawerListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
4536
|
-
DrawerListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.
|
|
4537
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
4551
|
+
DrawerListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: DrawerListComponent, deps: [{ token: DrawerService }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
4552
|
+
DrawerListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: DrawerListComponent, selector: "[kendoDrawerList]", inputs: { itemTemplate: "itemTemplate", mini: "mini", expanded: "expanded", view: "view" }, outputs: { select: "select" }, viewQueries: [{ propertyName: "items", predicate: DrawerItemComponent, descendants: true, read: ElementRef }], ngImport: i0, template: "\n <ng-container *ngFor=\"let v of view; trackBy:identifyItem; let idx = index\">\n <li *ngIf=\"!v.item.separator\" kendoDrawerItem\n class=\"k-drawer-item {{expanded ? ' k-level-' + v.level : ''}}\"\n role=\"menuitem\"\n [viewItem]=\"v\"\n [index]=\"idx\"\n [mini]=\"mini\"\n [expanded]=\"expanded\"\n [itemTemplate]=\"itemTemplate\"\n [attr.data-kendo-drawer-index]=\"v.index\"\n [ngClass]=\"v.item.cssClass\"\n [ngStyle]=\"v.item.cssStyle\"\n [tabindex]=\"v.item.id === 0 ? '0' : '-1'\">\n </li>\n\n <li *ngIf=\"v.item.separator\"\n role=\"separator\"\n class=\"k-drawer-item k-drawer-separator\"\n [ngClass]=\"v.item.cssClass\"\n [ngStyle]=\"v.item.cssStyle\">\n \n </li>\n </ng-container>\n ", isInline: true, components: [{ type: DrawerItemComponent, selector: "[kendoDrawerItem]", inputs: ["viewItem", "index", "itemTemplate", "mini", "expanded", "disabled", "cssClass", "cssStyle"] }], directives: [{ type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i3.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] });
|
|
4553
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: DrawerListComponent, decorators: [{
|
|
4538
4554
|
type: Component,
|
|
4539
4555
|
args: [{
|
|
4540
4556
|
// eslint-disable-next-line @angular-eslint/component-selector
|
|
@@ -4835,8 +4851,8 @@ class DrawerComponent {
|
|
|
4835
4851
|
return player;
|
|
4836
4852
|
}
|
|
4837
4853
|
}
|
|
4838
|
-
DrawerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
4839
|
-
DrawerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.
|
|
4854
|
+
DrawerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: DrawerComponent, deps: [{ token: i0.ElementRef }, { token: i1$2.AnimationBuilder }, { token: i1.LocalizationService }, { token: DrawerService }], target: i0.ɵɵFactoryTarget.Component });
|
|
4855
|
+
DrawerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: DrawerComponent, selector: "kendo-drawer", inputs: { mode: "mode", position: "position", mini: "mini", expanded: "expanded", width: "width", miniWidth: "miniWidth", autoCollapse: "autoCollapse", items: "items", isItemExpanded: "isItemExpanded", animation: "animation" }, outputs: { expand: "expand", collapse: "collapse", select: "select", expandedChange: "expandedChange" }, host: { properties: { "class.k-drawer": "this.hostClasses", "class.k-drawer-start": "this.startPositionClass", "class.k-drawer-end": "this.endPositionClass", "style.transform": "this.overlayTransofrmStyles", "style.flexBasis.px": "this.flexStyles", "attr.dir": "this.direction" } }, providers: [
|
|
4840
4856
|
LocalizationService,
|
|
4841
4857
|
DrawerService,
|
|
4842
4858
|
{
|
|
@@ -4871,7 +4887,7 @@ DrawerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versio
|
|
|
4871
4887
|
</ng-template>
|
|
4872
4888
|
</div>
|
|
4873
4889
|
`, isInline: true, components: [{ type: DrawerListComponent, selector: "[kendoDrawerList]", inputs: ["itemTemplate", "mini", "expanded", "view"], outputs: ["select"] }], directives: [{ type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i3.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }] });
|
|
4874
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
4890
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: DrawerComponent, decorators: [{
|
|
4875
4891
|
type: Component,
|
|
4876
4892
|
args: [{
|
|
4877
4893
|
exportAs: 'kendoDrawer',
|
|
@@ -5022,8 +5038,8 @@ class DrawerContainerComponent {
|
|
|
5022
5038
|
}
|
|
5023
5039
|
}
|
|
5024
5040
|
}
|
|
5025
|
-
DrawerContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
5026
|
-
DrawerContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.
|
|
5041
|
+
DrawerContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: DrawerContainerComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
5042
|
+
DrawerContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: DrawerContainerComponent, selector: "kendo-drawer-container", host: { properties: { "class.k-drawer-container": "this.hostClass", "class.k-drawer-overlay": "this.overlayClass", "class.k-drawer-mini": "this.miniClass", "class.k-drawer-push": "this.pushClass", "class.k-drawer-expanded": "this.isExpandedClass", "attr.dir": "this.direction" } }, providers: [
|
|
5027
5043
|
LocalizationService,
|
|
5028
5044
|
{
|
|
5029
5045
|
provide: L10N_PREFIX,
|
|
@@ -5033,7 +5049,7 @@ DrawerContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0
|
|
|
5033
5049
|
<div class="k-overlay" *ngIf="overlay" (click)="closeDrawer()"></div>
|
|
5034
5050
|
<ng-content></ng-content>
|
|
5035
5051
|
`, isInline: true, directives: [{ type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
5036
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
5052
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: DrawerContainerComponent, decorators: [{
|
|
5037
5053
|
type: Component,
|
|
5038
5054
|
args: [{
|
|
5039
5055
|
selector: 'kendo-drawer-container',
|
|
@@ -5080,11 +5096,11 @@ class DrawerContentComponent {
|
|
|
5080
5096
|
this.hostClasses = true;
|
|
5081
5097
|
}
|
|
5082
5098
|
}
|
|
5083
|
-
DrawerContentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
5084
|
-
DrawerContentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.
|
|
5099
|
+
DrawerContentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: DrawerContentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
5100
|
+
DrawerContentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: DrawerContentComponent, selector: "kendo-drawer-content", host: { properties: { "class.k-drawer-content": "this.hostClasses" } }, ngImport: i0, template: `
|
|
5085
5101
|
<ng-content></ng-content>
|
|
5086
5102
|
`, isInline: true, encapsulation: i0.ViewEncapsulation.None });
|
|
5087
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
5103
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: DrawerContentComponent, decorators: [{
|
|
5088
5104
|
type: Component,
|
|
5089
5105
|
args: [{
|
|
5090
5106
|
selector: 'kendo-drawer-content',
|
|
@@ -5121,9 +5137,9 @@ class StepperStepTemplateDirective {
|
|
|
5121
5137
|
this.templateRef = templateRef;
|
|
5122
5138
|
}
|
|
5123
5139
|
}
|
|
5124
|
-
StepperStepTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
5125
|
-
StepperStepTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.
|
|
5126
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
5140
|
+
StepperStepTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: StepperStepTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5141
|
+
StepperStepTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.17", type: StepperStepTemplateDirective, selector: "[kendoStepperStepTemplate]", ngImport: i0 });
|
|
5142
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: StepperStepTemplateDirective, decorators: [{
|
|
5127
5143
|
type: Directive,
|
|
5128
5144
|
args: [{
|
|
5129
5145
|
selector: '[kendoStepperStepTemplate]'
|
|
@@ -5142,9 +5158,9 @@ class StepperLabelTemplateDirective {
|
|
|
5142
5158
|
this.templateRef = templateRef;
|
|
5143
5159
|
}
|
|
5144
5160
|
}
|
|
5145
|
-
StepperLabelTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
5146
|
-
StepperLabelTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.
|
|
5147
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
5161
|
+
StepperLabelTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: StepperLabelTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5162
|
+
StepperLabelTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.17", type: StepperLabelTemplateDirective, selector: "[kendoStepperLabelTemplate]", ngImport: i0 });
|
|
5163
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: StepperLabelTemplateDirective, decorators: [{
|
|
5148
5164
|
type: Directive,
|
|
5149
5165
|
args: [{
|
|
5150
5166
|
selector: '[kendoStepperLabelTemplate]'
|
|
@@ -5163,9 +5179,9 @@ class StepperIndicatorTemplateDirective {
|
|
|
5163
5179
|
this.templateRef = templateRef;
|
|
5164
5180
|
}
|
|
5165
5181
|
}
|
|
5166
|
-
StepperIndicatorTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
5167
|
-
StepperIndicatorTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.
|
|
5168
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
5182
|
+
StepperIndicatorTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: StepperIndicatorTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5183
|
+
StepperIndicatorTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.17", type: StepperIndicatorTemplateDirective, selector: "[kendoStepperIndicatorTemplate]", ngImport: i0 });
|
|
5184
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: StepperIndicatorTemplateDirective, decorators: [{
|
|
5169
5185
|
type: Directive,
|
|
5170
5186
|
args: [{
|
|
5171
5187
|
selector: '[kendoStepperIndicatorTemplate]'
|
|
@@ -5321,9 +5337,9 @@ class StepperService {
|
|
|
5321
5337
|
return this.owner.orientation === 'horizontal';
|
|
5322
5338
|
}
|
|
5323
5339
|
}
|
|
5324
|
-
StepperService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
5325
|
-
StepperService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
5326
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
5340
|
+
StepperService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: StepperService, deps: [{ token: i1.LocalizationService }, { token: i0.NgZone }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
5341
|
+
StepperService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: StepperService });
|
|
5342
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: StepperService, decorators: [{
|
|
5327
5343
|
type: Injectable
|
|
5328
5344
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }]; } });
|
|
5329
5345
|
|
|
@@ -5478,8 +5494,8 @@ class StepperStepComponent {
|
|
|
5478
5494
|
}
|
|
5479
5495
|
}
|
|
5480
5496
|
}
|
|
5481
|
-
StepperStepComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
5482
|
-
StepperStepComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.
|
|
5497
|
+
StepperStepComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: StepperStepComponent, deps: [{ token: StepperService }, { token: i1.LocalizationService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
5498
|
+
StepperStepComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: StepperStepComponent, selector: "[kendoStepperStep]", inputs: { step: "step", index: "index", current: "current", type: "type", successIcon: "successIcon", errorIcon: "errorIcon", indicatorTemplate: "indicatorTemplate", labelTemplate: "labelTemplate", stepTemplate: "stepTemplate" }, host: { properties: { "class.k-step-error": "this.errorStepClass", "class.k-step-success": "this.successStepClass" } }, viewQueries: [{ propertyName: "stepLink", first: true, predicate: ["stepLink"], descendants: true, static: true }], usesOnChanges: true, ngImport: i0, template: `
|
|
5483
5499
|
<a href='#' class='k-step-link' #stepLink
|
|
5484
5500
|
[attr.tabindex]='tabIndexAttr'
|
|
5485
5501
|
[attr.title]='step.label'
|
|
@@ -5524,7 +5540,7 @@ StepperStepComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", v
|
|
|
5524
5540
|
</ng-container>
|
|
5525
5541
|
</a>
|
|
5526
5542
|
`, isInline: true, directives: [{ type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i3.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
|
|
5527
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
5543
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: StepperStepComponent, decorators: [{
|
|
5528
5544
|
type: Component,
|
|
5529
5545
|
args: [{
|
|
5530
5546
|
// eslint-disable-next-line @angular-eslint/component-selector
|
|
@@ -5682,9 +5698,9 @@ class StepperListComponent {
|
|
|
5682
5698
|
}
|
|
5683
5699
|
}
|
|
5684
5700
|
}
|
|
5685
|
-
StepperListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
5686
|
-
StepperListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.
|
|
5687
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
5701
|
+
StepperListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: StepperListComponent, deps: [{ token: i0.Renderer2 }, { token: i0.NgZone }, { token: StepperService }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
5702
|
+
StepperListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: StepperListComponent, selector: "[kendoStepperList]", inputs: { linear: "linear", stepType: "stepType", orientation: "orientation", currentStep: "currentStep", steps: "steps", successIcon: "successIcon", errorIcon: "errorIcon", indicatorTemplate: "indicatorTemplate", labelTemplate: "labelTemplate", stepTemplate: "stepTemplate" }, outputs: { listKeydown: "listKeydown", listClick: "listClick" }, ngImport: i0, template: "\n <ng-container *ngFor='let step of steps; let idx = index'>\n <li kendoStepperStep\n [attr.data-kendo-stepper-index]='idx'\n [type]='stepType'\n [step]='step'\n [index]='idx'\n [current]='currentStep'\n [successIcon]='successIcon'\n [errorIcon]='errorIcon'\n [indicatorTemplate]='indicatorTemplate'\n [labelTemplate]='labelTemplate'\n [stepTemplate]='stepTemplate'\n class='k-step'\n [class.k-step-first]='idx === 0'\n [class.k-step-last]='idx === steps.length - 1'\n [class.k-step-done]='idx < currentStep'\n [class.k-step-current]='idx === currentStep'\n [class.k-step-optional]='step.optional'\n [class.k-disabled]='step.disabled'\n [class.k-focus]='idx === focusedStep'\n [ngClass]='step.cssClass'\n [ngStyle]='step.cssStyle'\n [style.max-width.%] = 'maxStepWidth'\n [style.max-height.%] = 'maxStepHeight'\n >\n </li>\n </ng-container>\n ", isInline: true, components: [{ type: StepperStepComponent, selector: "[kendoStepperStep]", inputs: ["step", "index", "current", "type", "successIcon", "errorIcon", "indicatorTemplate", "labelTemplate", "stepTemplate"] }], directives: [{ type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i3.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] });
|
|
5703
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: StepperListComponent, decorators: [{
|
|
5688
5704
|
type: Component,
|
|
5689
5705
|
args: [{
|
|
5690
5706
|
// eslint-disable-next-line @angular-eslint/component-selector
|
|
@@ -5750,9 +5766,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
5750
5766
|
*/
|
|
5751
5767
|
class StepperMessages extends ComponentMessages {
|
|
5752
5768
|
}
|
|
5753
|
-
StepperMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
5754
|
-
StepperMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.
|
|
5755
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
5769
|
+
StepperMessages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: StepperMessages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
5770
|
+
StepperMessages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.17", type: StepperMessages, selector: "kendo-stepper-messages-base", inputs: { optional: "optional" }, usesInheritance: true, ngImport: i0 });
|
|
5771
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: StepperMessages, decorators: [{
|
|
5756
5772
|
type: Directive,
|
|
5757
5773
|
args: [{
|
|
5758
5774
|
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
@@ -5771,14 +5787,14 @@ class LocalizedStepperMessagesDirective extends StepperMessages {
|
|
|
5771
5787
|
this.service = service;
|
|
5772
5788
|
}
|
|
5773
5789
|
}
|
|
5774
|
-
LocalizedStepperMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
5775
|
-
LocalizedStepperMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.
|
|
5790
|
+
LocalizedStepperMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: LocalizedStepperMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5791
|
+
LocalizedStepperMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.17", type: LocalizedStepperMessagesDirective, selector: "\n [kendoStepperLocalizedMessages]\n ", providers: [
|
|
5776
5792
|
{
|
|
5777
5793
|
provide: StepperMessages,
|
|
5778
5794
|
useExisting: forwardRef(() => LocalizedStepperMessagesDirective)
|
|
5779
5795
|
}
|
|
5780
5796
|
], usesInheritance: true, ngImport: i0 });
|
|
5781
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
5797
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: LocalizedStepperMessagesDirective, decorators: [{
|
|
5782
5798
|
type: Directive,
|
|
5783
5799
|
args: [{
|
|
5784
5800
|
providers: [
|
|
@@ -5997,8 +6013,8 @@ class StepperComponent {
|
|
|
5997
6013
|
return this.orientation === 'horizontal';
|
|
5998
6014
|
}
|
|
5999
6015
|
}
|
|
6000
|
-
StepperComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
6001
|
-
StepperComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.
|
|
6016
|
+
StepperComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: StepperComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i1.LocalizationService }, { token: StepperService }], target: i0.ɵɵFactoryTarget.Component });
|
|
6017
|
+
StepperComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: StepperComponent, selector: "kendo-stepper", inputs: { stepType: "stepType", linear: "linear", orientation: "orientation", currentStep: "currentStep", steps: "steps", successIcon: "successIcon", errorIcon: "errorIcon", animation: "animation" }, outputs: { activate: "activate", currentStepChange: "currentStepChange" }, host: { properties: { "class.k-stepper": "this.hostClasses", "class.k-stepper-linear": "this.linearClass", "attr.role": "this.ariaRole", "attr.dir": "this.direction", "style.display": "this.displayStyle" } }, providers: [
|
|
6002
6018
|
LocalizationService,
|
|
6003
6019
|
StepperService,
|
|
6004
6020
|
{
|
|
@@ -6041,7 +6057,7 @@ StepperComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versi
|
|
|
6041
6057
|
[ngStyle]='progressBarStyling'>
|
|
6042
6058
|
</kendo-progressbar>
|
|
6043
6059
|
`, isInline: true, components: [{ type: StepperListComponent, selector: "[kendoStepperList]", inputs: ["linear", "stepType", "orientation", "currentStep", "steps", "successIcon", "errorIcon", "indicatorTemplate", "labelTemplate", "stepTemplate"], outputs: ["listKeydown", "listClick"] }, { type: i4.ProgressBarComponent, selector: "kendo-progressbar", inputs: ["label", "progressCssStyle", "progressCssClass", "emptyCssStyle", "emptyCssClass", "animation"], outputs: ["animationEnd"], exportAs: ["kendoProgressBar"] }], directives: [{ type: LocalizedStepperMessagesDirective, selector: "\n [kendoStepperLocalizedMessages]\n " }, { type: i3.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
6044
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
6060
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: StepperComponent, decorators: [{
|
|
6045
6061
|
type: Component,
|
|
6046
6062
|
args: [{
|
|
6047
6063
|
exportAs: 'kendoStepper',
|
|
@@ -6163,14 +6179,14 @@ class StepperCustomMessagesComponent extends StepperMessages {
|
|
|
6163
6179
|
return true;
|
|
6164
6180
|
}
|
|
6165
6181
|
}
|
|
6166
|
-
StepperCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
6167
|
-
StepperCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.
|
|
6182
|
+
StepperCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: StepperCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
6183
|
+
StepperCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: StepperCustomMessagesComponent, selector: "kendo-stepper-messages", providers: [
|
|
6168
6184
|
{
|
|
6169
6185
|
provide: StepperMessages,
|
|
6170
6186
|
useExisting: forwardRef(() => StepperCustomMessagesComponent)
|
|
6171
6187
|
}
|
|
6172
6188
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
6173
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
6189
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: StepperCustomMessagesComponent, decorators: [{
|
|
6174
6190
|
type: Component,
|
|
6175
6191
|
args: [{
|
|
6176
6192
|
providers: [
|
|
@@ -6402,8 +6418,8 @@ class AvatarComponent {
|
|
|
6402
6418
|
}
|
|
6403
6419
|
}
|
|
6404
6420
|
}
|
|
6405
|
-
AvatarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
6406
|
-
AvatarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.
|
|
6421
|
+
AvatarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: AvatarComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
6422
|
+
AvatarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: AvatarComponent, selector: "kendo-avatar", inputs: { shape: "shape", size: "size", rounded: "rounded", themeColor: "themeColor", fillMode: "fillMode", fill: "fill", border: "border", iconClass: "iconClass", width: "width", height: "height", cssStyle: "cssStyle", initials: "initials", icon: "icon", imageSrc: "imageSrc" }, host: { properties: { "class.k-avatar": "this.hostClass", "class.k-avatar-bordered": "this.borderClass", "style.flexBasis": "this.flexBasis", "style.width": "this.avatarWidth", "style.height": "this.avatarHeight" } }, ngImport: i0, template: `
|
|
6407
6423
|
<ng-content *ngIf="customAvatar"></ng-content>
|
|
6408
6424
|
|
|
6409
6425
|
<ng-container *ngIf="imageSrc">
|
|
@@ -6422,7 +6438,7 @@ AvatarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versio
|
|
|
6422
6438
|
</span>
|
|
6423
6439
|
</ng-container>
|
|
6424
6440
|
`, isInline: true, directives: [{ type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i3.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
|
|
6425
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
6441
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: AvatarComponent, decorators: [{
|
|
6426
6442
|
type: Component,
|
|
6427
6443
|
args: [{
|
|
6428
6444
|
selector: 'kendo-avatar',
|
|
@@ -6534,8 +6550,8 @@ class CardComponent {
|
|
|
6534
6550
|
}
|
|
6535
6551
|
}
|
|
6536
6552
|
}
|
|
6537
|
-
CardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
6538
|
-
CardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.
|
|
6553
|
+
CardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: CardComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
6554
|
+
CardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: CardComponent, selector: "kendo-card", inputs: { orientation: "orientation", width: "width" }, host: { properties: { "class.k-widget": "this.hostClass", "class.k-card": "this.hostClass", "style.width": "this.widthStyle", "class.k-card-vertical": "this.vertical", "class.k-card-horizontal": "this.horizontal", "attr.dir": "this.direction" } }, providers: [
|
|
6539
6555
|
LocalizationService,
|
|
6540
6556
|
{
|
|
6541
6557
|
provide: L10N_PREFIX,
|
|
@@ -6544,7 +6560,7 @@ CardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version:
|
|
|
6544
6560
|
], ngImport: i0, template: `
|
|
6545
6561
|
<ng-content></ng-content>
|
|
6546
6562
|
`, isInline: true });
|
|
6547
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
6563
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: CardComponent, decorators: [{
|
|
6548
6564
|
type: Component,
|
|
6549
6565
|
args: [{
|
|
6550
6566
|
selector: 'kendo-card',
|
|
@@ -6591,11 +6607,11 @@ class CardHeaderComponent {
|
|
|
6591
6607
|
this.hostClass = true;
|
|
6592
6608
|
}
|
|
6593
6609
|
}
|
|
6594
|
-
CardHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
6595
|
-
CardHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.
|
|
6610
|
+
CardHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: CardHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
6611
|
+
CardHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: CardHeaderComponent, selector: "kendo-card-header", host: { properties: { "class.k-card-header": "this.hostClass" } }, ngImport: i0, template: `
|
|
6596
6612
|
<ng-content></ng-content>
|
|
6597
6613
|
`, isInline: true });
|
|
6598
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
6614
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: CardHeaderComponent, decorators: [{
|
|
6599
6615
|
type: Component,
|
|
6600
6616
|
args: [{
|
|
6601
6617
|
selector: 'kendo-card-header',
|
|
@@ -6616,11 +6632,11 @@ class CardBodyComponent {
|
|
|
6616
6632
|
this.hostClass = true;
|
|
6617
6633
|
}
|
|
6618
6634
|
}
|
|
6619
|
-
CardBodyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
6620
|
-
CardBodyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.
|
|
6635
|
+
CardBodyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: CardBodyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
6636
|
+
CardBodyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: CardBodyComponent, selector: "kendo-card-body", host: { properties: { "class.k-card-body": "this.hostClass" } }, ngImport: i0, template: `
|
|
6621
6637
|
<ng-content></ng-content>
|
|
6622
6638
|
`, isInline: true });
|
|
6623
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
6639
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: CardBodyComponent, decorators: [{
|
|
6624
6640
|
type: Component,
|
|
6625
6641
|
args: [{
|
|
6626
6642
|
selector: 'kendo-card-body',
|
|
@@ -6641,11 +6657,11 @@ class CardFooterComponent {
|
|
|
6641
6657
|
this.hostClass = true;
|
|
6642
6658
|
}
|
|
6643
6659
|
}
|
|
6644
|
-
CardFooterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
6645
|
-
CardFooterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.
|
|
6660
|
+
CardFooterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: CardFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
6661
|
+
CardFooterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: CardFooterComponent, selector: "kendo-card-footer", host: { properties: { "class.k-card-footer": "this.hostClass" } }, ngImport: i0, template: `
|
|
6646
6662
|
<ng-content></ng-content>
|
|
6647
6663
|
`, isInline: true });
|
|
6648
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
6664
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: CardFooterComponent, decorators: [{
|
|
6649
6665
|
type: Component,
|
|
6650
6666
|
args: [{
|
|
6651
6667
|
selector: 'kendo-card-footer',
|
|
@@ -6726,8 +6742,8 @@ class CardActionsComponent {
|
|
|
6726
6742
|
this.action.emit(action);
|
|
6727
6743
|
}
|
|
6728
6744
|
}
|
|
6729
|
-
CardActionsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
6730
|
-
CardActionsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.
|
|
6745
|
+
CardActionsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: CardActionsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
6746
|
+
CardActionsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: CardActionsComponent, selector: "kendo-card-actions", inputs: { orientation: "orientation", layout: "layout", actions: "actions" }, outputs: { action: "action" }, host: { properties: { "class.k-card-actions": "this.hostClass", "class.k-card-actions-stretched": "this.stretchedClass", "class.k-card-actions-start": "this.startClass", "class.k-card-actions-end": "this.endClass", "class.k-card-actions-center": "this.centerClass", "class.k-card-actions-vertical": "this.verticalClass", "class.k-card-actions-horizontal": "this.horizontalClass" } }, ngImport: i0, template: `
|
|
6731
6747
|
<ng-content *ngIf="!actionsArray && !actionsTemplate"></ng-content>
|
|
6732
6748
|
|
|
6733
6749
|
<ng-container *ngIf="actionsArray">
|
|
@@ -6744,7 +6760,7 @@ CardActionsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", v
|
|
|
6744
6760
|
|
|
6745
6761
|
<ng-template [ngTemplateOutlet]="actionsTemplate" *ngIf="actionsTemplate"></ng-template>
|
|
6746
6762
|
`, isInline: true, directives: [{ type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i3.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }] });
|
|
6747
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
6763
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: CardActionsComponent, decorators: [{
|
|
6748
6764
|
type: Component,
|
|
6749
6765
|
args: [{
|
|
6750
6766
|
selector: 'kendo-card-actions',
|
|
@@ -6819,9 +6835,9 @@ class CardSeparatorDirective {
|
|
|
6819
6835
|
return this.orientation === 'horizontal';
|
|
6820
6836
|
}
|
|
6821
6837
|
}
|
|
6822
|
-
CardSeparatorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
6823
|
-
CardSeparatorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.
|
|
6824
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
6838
|
+
CardSeparatorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: CardSeparatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
6839
|
+
CardSeparatorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.17", type: CardSeparatorDirective, selector: "[kendoCardSeparator]", inputs: { color: "color", orientation: "orientation" }, host: { properties: { "class.k-card-separator": "this.hostClass", "class.k-separator-vertical": "this.verticalClass", "class.k-separator-horizontal": "this.horizontalClass", "style.color": "this.color" } }, ngImport: i0 });
|
|
6840
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: CardSeparatorDirective, decorators: [{
|
|
6825
6841
|
type: Directive,
|
|
6826
6842
|
args: [{
|
|
6827
6843
|
selector: '[kendoCardSeparator]'
|
|
@@ -6852,9 +6868,9 @@ class CardTitleDirective {
|
|
|
6852
6868
|
this.hostClass = true;
|
|
6853
6869
|
}
|
|
6854
6870
|
}
|
|
6855
|
-
CardTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
6856
|
-
CardTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.
|
|
6857
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
6871
|
+
CardTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: CardTitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
6872
|
+
CardTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.17", type: CardTitleDirective, selector: "[kendoCardTitle]", host: { properties: { "class.k-card-title": "this.hostClass" } }, ngImport: i0 });
|
|
6873
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: CardTitleDirective, decorators: [{
|
|
6858
6874
|
type: Directive,
|
|
6859
6875
|
args: [{
|
|
6860
6876
|
selector: '[kendoCardTitle]'
|
|
@@ -6872,9 +6888,9 @@ class CardSubtitleDirective {
|
|
|
6872
6888
|
this.hostClass = true;
|
|
6873
6889
|
}
|
|
6874
6890
|
}
|
|
6875
|
-
CardSubtitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
6876
|
-
CardSubtitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.
|
|
6877
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
6891
|
+
CardSubtitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: CardSubtitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
6892
|
+
CardSubtitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.17", type: CardSubtitleDirective, selector: "[kendoCardSubtitle]", host: { properties: { "class.k-card-subtitle": "this.hostClass" } }, ngImport: i0 });
|
|
6893
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: CardSubtitleDirective, decorators: [{
|
|
6878
6894
|
type: Directive,
|
|
6879
6895
|
args: [{
|
|
6880
6896
|
selector: '[kendoCardSubtitle]'
|
|
@@ -6892,9 +6908,9 @@ class CardMediaDirective {
|
|
|
6892
6908
|
this.hostClass = true;
|
|
6893
6909
|
}
|
|
6894
6910
|
}
|
|
6895
|
-
CardMediaDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
6896
|
-
CardMediaDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.
|
|
6897
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
6911
|
+
CardMediaDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: CardMediaDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
6912
|
+
CardMediaDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.17", type: CardMediaDirective, selector: "[kendoCardMedia]", host: { properties: { "class.k-card-media": "this.hostClass" } }, ngImport: i0 });
|
|
6913
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: CardMediaDirective, decorators: [{
|
|
6898
6914
|
type: Directive,
|
|
6899
6915
|
args: [{
|
|
6900
6916
|
selector: '[kendoCardMedia]'
|
|
@@ -6921,9 +6937,9 @@ class ExpansionPanelTitleDirective {
|
|
|
6921
6937
|
this.templateRef = templateRef;
|
|
6922
6938
|
}
|
|
6923
6939
|
}
|
|
6924
|
-
ExpansionPanelTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
6925
|
-
ExpansionPanelTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.
|
|
6926
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
6940
|
+
ExpansionPanelTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: ExpansionPanelTitleDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
6941
|
+
ExpansionPanelTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.17", type: ExpansionPanelTitleDirective, selector: "[kendoExpansionPanelTitleDirective]", ngImport: i0 });
|
|
6942
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: ExpansionPanelTitleDirective, decorators: [{
|
|
6927
6943
|
type: Directive,
|
|
6928
6944
|
args: [{
|
|
6929
6945
|
selector: '[kendoExpansionPanelTitleDirective]'
|
|
@@ -7237,8 +7253,8 @@ class ExpansionPanelComponent {
|
|
|
7237
7253
|
this.renderer.removeClass(this.content.nativeElement, CONTENT_HIDDEN_CLASS);
|
|
7238
7254
|
}
|
|
7239
7255
|
}
|
|
7240
|
-
ExpansionPanelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
7241
|
-
ExpansionPanelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.
|
|
7256
|
+
ExpansionPanelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", 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 });
|
|
7257
|
+
ExpansionPanelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", 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: { properties: { "class.k-expander": "this.hostClass", "class.k-expanded": "this.expandedClass", "attr.dir": "this.direction" } }, providers: [
|
|
7242
7258
|
LocalizationService,
|
|
7243
7259
|
{
|
|
7244
7260
|
provide: L10N_PREFIX,
|
|
@@ -7277,7 +7293,7 @@ ExpansionPanelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
7277
7293
|
</div>
|
|
7278
7294
|
</div>
|
|
7279
7295
|
`, isInline: true, directives: [{ type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i3.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }, { type: i3.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
|
|
7280
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
7296
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: ExpansionPanelComponent, decorators: [{
|
|
7281
7297
|
type: Component,
|
|
7282
7298
|
args: [{
|
|
7283
7299
|
exportAs: 'kendoExpansionPanel',
|
|
@@ -7365,6 +7381,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
7365
7381
|
args: ['attr.dir']
|
|
7366
7382
|
}] } });
|
|
7367
7383
|
|
|
7384
|
+
/**
|
|
7385
|
+
* @hidden
|
|
7386
|
+
*/
|
|
7387
|
+
let idx = 0;
|
|
7388
|
+
/**
|
|
7389
|
+
* @hidden
|
|
7390
|
+
*/
|
|
7391
|
+
const getId = (prefix) => {
|
|
7392
|
+
return `${prefix}-${++idx}`;
|
|
7393
|
+
};
|
|
7368
7394
|
/**
|
|
7369
7395
|
* @hidden
|
|
7370
7396
|
*/
|
|
@@ -7446,6 +7472,46 @@ const calculateOrderFromCell = (row, col, items, draggedItem, tileLayoutElement,
|
|
|
7446
7472
|
});
|
|
7447
7473
|
return order;
|
|
7448
7474
|
};
|
|
7475
|
+
/**
|
|
7476
|
+
* @hidden
|
|
7477
|
+
*/
|
|
7478
|
+
const shouldResize = (keyCode, col, selectedTile, settings) => {
|
|
7479
|
+
const resizeRight = keyCode === Keys.ArrowRight && col + selectedTile.colSpan <= settings.columns;
|
|
7480
|
+
const resizeLeft = keyCode === Keys.ArrowLeft && selectedTile.colSpan > 1;
|
|
7481
|
+
const resizeDown = keyCode === Keys.ArrowDown;
|
|
7482
|
+
const resizeUp = keyCode === Keys.ArrowUp && selectedTile.rowSpan > 1;
|
|
7483
|
+
return { resizeRight, resizeLeft, resizeDown, resizeUp };
|
|
7484
|
+
};
|
|
7485
|
+
/**
|
|
7486
|
+
* @hidden
|
|
7487
|
+
*/
|
|
7488
|
+
const shouldReorder = (keyCode, col, selectedTile, settings) => {
|
|
7489
|
+
let reorderRight;
|
|
7490
|
+
let reorderLeft;
|
|
7491
|
+
if (selectedTile.col) {
|
|
7492
|
+
reorderRight = keyCode === Keys.ArrowRight && selectedTile.colSpan + col <= settings.columns;
|
|
7493
|
+
reorderLeft = keyCode === Keys.ArrowLeft && col > 1;
|
|
7494
|
+
}
|
|
7495
|
+
else {
|
|
7496
|
+
reorderRight = keyCode === Keys.ArrowRight && selectedTile.colSpan + selectedTile.order < settings.items.length;
|
|
7497
|
+
reorderLeft = keyCode === Keys.ArrowLeft && selectedTile.order > 0;
|
|
7498
|
+
}
|
|
7499
|
+
return { reorderLeft, reorderRight };
|
|
7500
|
+
};
|
|
7501
|
+
/**
|
|
7502
|
+
* @hidden
|
|
7503
|
+
*/
|
|
7504
|
+
const getCurrentCol = (selectedTile, settings, rtl) => {
|
|
7505
|
+
const rects = selectedTile.elem.nativeElement.getBoundingClientRect();
|
|
7506
|
+
const targetSize = {
|
|
7507
|
+
rowSpan: selectedTile.rowSpan,
|
|
7508
|
+
colSpan: selectedTile.colSpan
|
|
7509
|
+
};
|
|
7510
|
+
const width = (rects.width - ((targetSize.colSpan - 1) * settings.gap.columns)) / targetSize.colSpan;
|
|
7511
|
+
const height = (rects.height - ((targetSize.rowSpan - 1) * settings.gap.rows)) / targetSize.rowSpan;
|
|
7512
|
+
const { col } = calculateCellFromPosition({ x: rects.x, y: rects.y }, settings.tileLayoutElement, settings.gap, { width: width, height: height }, settings.columns, rtl);
|
|
7513
|
+
return col;
|
|
7514
|
+
};
|
|
7449
7515
|
|
|
7450
7516
|
/**
|
|
7451
7517
|
* @hidden
|
|
@@ -7950,9 +8016,9 @@ class TileLayoutDraggingService {
|
|
|
7950
8016
|
return hintHeight;
|
|
7951
8017
|
}
|
|
7952
8018
|
}
|
|
7953
|
-
TileLayoutDraggingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
7954
|
-
TileLayoutDraggingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
7955
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
8019
|
+
TileLayoutDraggingService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TileLayoutDraggingService, deps: [{ token: i0.NgZone }, { token: i0.Renderer2 }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
8020
|
+
TileLayoutDraggingService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TileLayoutDraggingService });
|
|
8021
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TileLayoutDraggingService, decorators: [{
|
|
7956
8022
|
type: Injectable
|
|
7957
8023
|
}], ctorParameters: function () { return [{ type: i0.NgZone }, { type: i0.Renderer2 }, { type: i1.LocalizationService }]; } });
|
|
7958
8024
|
|
|
@@ -7981,11 +8047,11 @@ class TileLayoutItemHeaderComponent {
|
|
|
7981
8047
|
}
|
|
7982
8048
|
}
|
|
7983
8049
|
}
|
|
7984
|
-
TileLayoutItemHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
7985
|
-
TileLayoutItemHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.
|
|
8050
|
+
TileLayoutItemHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TileLayoutItemHeaderComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
8051
|
+
TileLayoutItemHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: TileLayoutItemHeaderComponent, selector: "kendo-tilelayout-item-header", inputs: { reorderable: "reorderable" }, host: { properties: { "class.k-tilelayout-item-header": "this.hostClass", "class.k-card-header": "this.hostClass" } }, ngImport: i0, template: `
|
|
7986
8052
|
<ng-content></ng-content>
|
|
7987
8053
|
`, isInline: true });
|
|
7988
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
8054
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TileLayoutItemHeaderComponent, decorators: [{
|
|
7989
8055
|
type: Component,
|
|
7990
8056
|
args: [{
|
|
7991
8057
|
selector: 'kendo-tilelayout-item-header',
|
|
@@ -8003,6 +8069,144 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
8003
8069
|
type: Input
|
|
8004
8070
|
}] } });
|
|
8005
8071
|
|
|
8072
|
+
/* eslint-disable no-unused-expressions */
|
|
8073
|
+
/**
|
|
8074
|
+
* @hidden
|
|
8075
|
+
*/
|
|
8076
|
+
class TileLayoutKeyboardNavigationService {
|
|
8077
|
+
constructor(zone, renderer, localization) {
|
|
8078
|
+
this.zone = zone;
|
|
8079
|
+
this.renderer = renderer;
|
|
8080
|
+
this.localization = localization;
|
|
8081
|
+
this.navigable = new BehaviorSubject(false);
|
|
8082
|
+
this.localizationSubscription = this.localization.changes.subscribe(({ rtl }) => this.rtl = rtl);
|
|
8083
|
+
}
|
|
8084
|
+
ngOnDestroy() {
|
|
8085
|
+
this.localizationSubscription.unsubscribe();
|
|
8086
|
+
}
|
|
8087
|
+
onKeyDown(event, elem, focusableItems, settings) {
|
|
8088
|
+
const keyCode = event.keyCode;
|
|
8089
|
+
const isTileFocused = document.activeElement === elem;
|
|
8090
|
+
const focusedTile = settings.items.find(item => item.elem.nativeElement === elem);
|
|
8091
|
+
const col = getCurrentCol(focusedTile, settings, this.rtl);
|
|
8092
|
+
if (keyCode === Keys.Enter && isTileFocused && focusableItems.length > 0) {
|
|
8093
|
+
this.changeTabIndex('0', elem, focusableItems);
|
|
8094
|
+
focusableItems[0].focus();
|
|
8095
|
+
}
|
|
8096
|
+
else if (keyCode === Keys.Escape) {
|
|
8097
|
+
this.changeTabIndex('-1', elem, focusableItems);
|
|
8098
|
+
elem.focus();
|
|
8099
|
+
}
|
|
8100
|
+
else if ((event.ctrlKey || event.metaKey) && isTileFocused && focusedTile.isResizable) {
|
|
8101
|
+
event.preventDefault();
|
|
8102
|
+
this.zone.run(() => {
|
|
8103
|
+
this.resizeItem(keyCode, focusedTile, settings, col);
|
|
8104
|
+
});
|
|
8105
|
+
}
|
|
8106
|
+
else if (event.shiftKey && isTileFocused && focusedTile.isReorderable) {
|
|
8107
|
+
this.zone.run(() => {
|
|
8108
|
+
this.reorderItem(keyCode, focusedTile, settings, col);
|
|
8109
|
+
});
|
|
8110
|
+
}
|
|
8111
|
+
else if (keyCode === Keys.Tab && !isTileFocused) {
|
|
8112
|
+
this.keepFocusWithinComponent(event, elem);
|
|
8113
|
+
}
|
|
8114
|
+
}
|
|
8115
|
+
onFocusOut(event, elem, focusableItems) {
|
|
8116
|
+
var _a;
|
|
8117
|
+
const isTargetFocusable = focusableItems.includes(event.target);
|
|
8118
|
+
const isRelatedTargetFocusable = focusableItems.includes(event.relatedTarget);
|
|
8119
|
+
if (isTargetFocusable && !isRelatedTargetFocusable) {
|
|
8120
|
+
this.changeTabIndex('-1', elem, focusableItems);
|
|
8121
|
+
(_a = event.relatedTarget) === null || _a === void 0 ? void 0 : _a.focus();
|
|
8122
|
+
}
|
|
8123
|
+
}
|
|
8124
|
+
onClick(event, elem, focusableItems) {
|
|
8125
|
+
const isTargetFocusable = focusableItems.includes(event.target);
|
|
8126
|
+
if (isTargetFocusable) {
|
|
8127
|
+
this.changeTabIndex('0', elem, focusableItems);
|
|
8128
|
+
event.target.focus();
|
|
8129
|
+
}
|
|
8130
|
+
}
|
|
8131
|
+
changeTabIndex(tabIndex, elem, focusableItems) {
|
|
8132
|
+
this.renderer.setAttribute(elem, 'tabindex', tabIndex === '0' ? '-1' : '0');
|
|
8133
|
+
focusableItems.forEach((focusItem) => {
|
|
8134
|
+
this.renderer.setAttribute(focusItem, 'tabindex', tabIndex);
|
|
8135
|
+
});
|
|
8136
|
+
}
|
|
8137
|
+
getAllFocusableChildren(parent) {
|
|
8138
|
+
return Array.from(parent.querySelectorAll(focusableSelector)).filter((element) => element.offsetParent !== null);
|
|
8139
|
+
}
|
|
8140
|
+
;
|
|
8141
|
+
resizeItem(keyCode, focusedTile, settings, col) {
|
|
8142
|
+
const { resizeRight, resizeLeft, resizeDown, resizeUp } = shouldResize(keyCode, col, focusedTile, settings);
|
|
8143
|
+
const resizeHorizontal = resizeLeft || resizeRight;
|
|
8144
|
+
const resizeVertical = resizeDown || resizeUp;
|
|
8145
|
+
const resizeDir = resizeLeft || resizeUp ? -1 : 1;
|
|
8146
|
+
if (resizeHorizontal) {
|
|
8147
|
+
focusedTile.colSpan += resizeDir;
|
|
8148
|
+
}
|
|
8149
|
+
else if (resizeVertical) {
|
|
8150
|
+
focusedTile.rowSpan += resizeDir;
|
|
8151
|
+
}
|
|
8152
|
+
}
|
|
8153
|
+
reorderItem(keyCode, focusedTile, settings, col) {
|
|
8154
|
+
const { reorderLeft, reorderRight } = shouldReorder(keyCode, col, focusedTile, settings);
|
|
8155
|
+
const onReorderRight = () => {
|
|
8156
|
+
const nextTile = this.targetTile(focusedTile, settings.items, 1);
|
|
8157
|
+
if (nextTile) {
|
|
8158
|
+
focusedTile.order += 1;
|
|
8159
|
+
nextTile.order -= 1;
|
|
8160
|
+
}
|
|
8161
|
+
};
|
|
8162
|
+
const onReorderLeft = () => {
|
|
8163
|
+
const prevTile = this.targetTile(focusedTile, settings.items, -1);
|
|
8164
|
+
if (prevTile) {
|
|
8165
|
+
focusedTile.order -= 1;
|
|
8166
|
+
prevTile.order += 1;
|
|
8167
|
+
}
|
|
8168
|
+
};
|
|
8169
|
+
if (reorderRight || reorderLeft) {
|
|
8170
|
+
const reorderDir = reorderRight ? 1 : -1;
|
|
8171
|
+
if (focusedTile.col) {
|
|
8172
|
+
focusedTile.col += reorderDir;
|
|
8173
|
+
}
|
|
8174
|
+
else {
|
|
8175
|
+
reorderRight ? onReorderRight() : onReorderLeft();
|
|
8176
|
+
}
|
|
8177
|
+
}
|
|
8178
|
+
}
|
|
8179
|
+
keepFocusWithinComponent(event, wrapper) {
|
|
8180
|
+
const [firstFocusable, lastFocusable] = this.getFirstAndLastFocusable(wrapper);
|
|
8181
|
+
const tabAfterLastFocusable = !event.shiftKey && event.target === lastFocusable;
|
|
8182
|
+
const shiftTabAfterFirstFocusable = event.shiftKey && event.target === firstFocusable;
|
|
8183
|
+
if (tabAfterLastFocusable) {
|
|
8184
|
+
event.preventDefault();
|
|
8185
|
+
firstFocusable.focus();
|
|
8186
|
+
wrapper.blur();
|
|
8187
|
+
}
|
|
8188
|
+
if (shiftTabAfterFirstFocusable) {
|
|
8189
|
+
event.preventDefault();
|
|
8190
|
+
lastFocusable.focus();
|
|
8191
|
+
}
|
|
8192
|
+
}
|
|
8193
|
+
getFirstAndLastFocusable(parent) {
|
|
8194
|
+
const all = this.getAllFocusableChildren(parent);
|
|
8195
|
+
const firstFocusable = all.length > 0 ? all[0] : parent;
|
|
8196
|
+
const lastFocusable = all.length > 0 ? all[all.length - 1] : parent;
|
|
8197
|
+
return [firstFocusable, lastFocusable];
|
|
8198
|
+
}
|
|
8199
|
+
;
|
|
8200
|
+
targetTile(focusedTile, items, offset) {
|
|
8201
|
+
return items.find(item => item.order === focusedTile.order + offset);
|
|
8202
|
+
}
|
|
8203
|
+
}
|
|
8204
|
+
TileLayoutKeyboardNavigationService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TileLayoutKeyboardNavigationService, deps: [{ token: i0.NgZone }, { token: i0.Renderer2 }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
8205
|
+
TileLayoutKeyboardNavigationService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TileLayoutKeyboardNavigationService });
|
|
8206
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TileLayoutKeyboardNavigationService, decorators: [{
|
|
8207
|
+
type: Injectable
|
|
8208
|
+
}], ctorParameters: function () { return [{ type: i0.NgZone }, { type: i0.Renderer2 }, { type: i1.LocalizationService }]; } });
|
|
8209
|
+
|
|
8006
8210
|
/**
|
|
8007
8211
|
* @hidden
|
|
8008
8212
|
*/
|
|
@@ -8040,9 +8244,9 @@ class TileLayoutResizeHandleDirective {
|
|
|
8040
8244
|
}
|
|
8041
8245
|
}
|
|
8042
8246
|
}
|
|
8043
|
-
TileLayoutResizeHandleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
8044
|
-
TileLayoutResizeHandleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.
|
|
8045
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
8247
|
+
TileLayoutResizeHandleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TileLayoutResizeHandleDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive });
|
|
8248
|
+
TileLayoutResizeHandleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "12.2.17", type: TileLayoutResizeHandleDirective, selector: "[kendoTileLayoutResizeHandle]", inputs: { resizeDirection: "resizeDirection", rtl: "rtl" }, ngImport: i0 });
|
|
8249
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TileLayoutResizeHandleDirective, decorators: [{
|
|
8046
8250
|
type: Directive,
|
|
8047
8251
|
args: [{
|
|
8048
8252
|
selector: '[kendoTileLayoutResizeHandle]'
|
|
@@ -8057,11 +8261,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
8057
8261
|
* Represents a tile item within the TileLayoutComponent.
|
|
8058
8262
|
*/
|
|
8059
8263
|
class TileLayoutItemComponent {
|
|
8060
|
-
constructor(elem, renderer, localization, draggingService) {
|
|
8264
|
+
constructor(elem, zone, renderer, localization, draggingService, keyboardNavigationService) {
|
|
8061
8265
|
this.elem = elem;
|
|
8266
|
+
this.zone = zone;
|
|
8062
8267
|
this.renderer = renderer;
|
|
8063
8268
|
this.localization = localization;
|
|
8064
8269
|
this.draggingService = draggingService;
|
|
8270
|
+
this.keyboardNavigationService = keyboardNavigationService;
|
|
8065
8271
|
/**
|
|
8066
8272
|
* Determines how many rows will the tile item span ([see example]({% slug tiles_tilelayout %}#toc-tile-size-and-position)).
|
|
8067
8273
|
* @default 1
|
|
@@ -8084,6 +8290,11 @@ class TileLayoutItemComponent {
|
|
|
8084
8290
|
*/
|
|
8085
8291
|
this.resizable = true;
|
|
8086
8292
|
this.itemClass = true;
|
|
8293
|
+
this.hostRole = 'listitem';
|
|
8294
|
+
/**
|
|
8295
|
+
* @hidden
|
|
8296
|
+
*/
|
|
8297
|
+
this.titleId = '';
|
|
8087
8298
|
this.subs = new Subscription();
|
|
8088
8299
|
this.subs.add(this.localization.changes.subscribe(({ rtl }) => {
|
|
8089
8300
|
this.rtl = rtl;
|
|
@@ -8092,6 +8303,7 @@ class TileLayoutItemComponent {
|
|
|
8092
8303
|
this.resizeDirections = resizable && this.resizable ?
|
|
8093
8304
|
this.rtl ? RTL_RESIZE_DIRECTIONS : RESIZE_DIRECTIONS : undefined;
|
|
8094
8305
|
}));
|
|
8306
|
+
this.titleId = getId('k-tilelayout-title');
|
|
8095
8307
|
}
|
|
8096
8308
|
/**
|
|
8097
8309
|
* Determines the order of the tile items within the TileLayout.
|
|
@@ -8105,6 +8317,21 @@ class TileLayoutItemComponent {
|
|
|
8105
8317
|
get order() {
|
|
8106
8318
|
return this._order;
|
|
8107
8319
|
}
|
|
8320
|
+
get hostDropEffect() {
|
|
8321
|
+
return this.isResizable || this.isReorderable ? 'execute' : undefined;
|
|
8322
|
+
}
|
|
8323
|
+
get hostTabindex() {
|
|
8324
|
+
return this.isNavigable ? '0' : undefined;
|
|
8325
|
+
}
|
|
8326
|
+
get ariaKeyShortcuts() {
|
|
8327
|
+
return this.isNavigable ? 'Enter' : undefined;
|
|
8328
|
+
}
|
|
8329
|
+
get hostGrabbed() {
|
|
8330
|
+
return this.isResizable || this.isReorderable;
|
|
8331
|
+
}
|
|
8332
|
+
get hostLabelledBy() {
|
|
8333
|
+
return this.title ? this.titleId : undefined;
|
|
8334
|
+
}
|
|
8108
8335
|
get colEnd() {
|
|
8109
8336
|
return `span ${this.colSpan}`;
|
|
8110
8337
|
}
|
|
@@ -8120,10 +8347,24 @@ class TileLayoutItemComponent {
|
|
|
8120
8347
|
/**
|
|
8121
8348
|
* @hidden
|
|
8122
8349
|
*/
|
|
8123
|
-
get
|
|
8350
|
+
get isReorderable() {
|
|
8124
8351
|
return this.reorderable && this.draggingService.reorderable.getValue();
|
|
8125
8352
|
}
|
|
8353
|
+
/**
|
|
8354
|
+
* @hidden
|
|
8355
|
+
*/
|
|
8356
|
+
get isNavigable() {
|
|
8357
|
+
return this.keyboardNavigationService.navigable.getValue();
|
|
8358
|
+
}
|
|
8359
|
+
/**
|
|
8360
|
+
* @hidden
|
|
8361
|
+
*/
|
|
8362
|
+
get isResizable() {
|
|
8363
|
+
return this.resizable && this.draggingService.resizable.getValue();
|
|
8364
|
+
}
|
|
8126
8365
|
ngAfterViewInit() {
|
|
8366
|
+
const elem = this.elem.nativeElement;
|
|
8367
|
+
const keyboardNavigation = this.keyboardNavigationService;
|
|
8127
8368
|
this.subs.add(this.draggingService.reorderable.subscribe(reorderable => {
|
|
8128
8369
|
var _a;
|
|
8129
8370
|
this.toggleCursorClass(reorderable && this.reorderable);
|
|
@@ -8131,6 +8372,24 @@ class TileLayoutItemComponent {
|
|
|
8131
8372
|
this.headers.first.reorderable = reorderable && this.reorderable;
|
|
8132
8373
|
}
|
|
8133
8374
|
}));
|
|
8375
|
+
this.subs.add(keyboardNavigation.navigable.subscribe(isNavigable => {
|
|
8376
|
+
if (isNavigable) {
|
|
8377
|
+
this.keyboardNavigationSubs = new Subscription();
|
|
8378
|
+
this.focusableItems = keyboardNavigation.getAllFocusableChildren(elem);
|
|
8379
|
+
this.zone.runOutsideAngular(() => {
|
|
8380
|
+
keyboardNavigation.changeTabIndex('-1', elem, this.focusableItems);
|
|
8381
|
+
this.keyboardNavigationSubs.add(this.renderer.listen(elem, 'keydown', event => keyboardNavigation.onKeyDown(event, elem, this.focusableItems, this.draggingService.tileLayoutSettings)));
|
|
8382
|
+
this.keyboardNavigationSubs.add(this.renderer.listen(elem, 'click', event => keyboardNavigation.onClick(event, elem, this.focusableItems)));
|
|
8383
|
+
this.keyboardNavigationSubs.add(this.renderer.listen(elem, 'focusout', event => keyboardNavigation.onFocusOut(event, elem, this.focusableItems)));
|
|
8384
|
+
});
|
|
8385
|
+
}
|
|
8386
|
+
else if (this.focusableItems) {
|
|
8387
|
+
this.focusableItems.forEach((focusItem) => {
|
|
8388
|
+
this.renderer.setAttribute(focusItem, 'tabindex', '0');
|
|
8389
|
+
});
|
|
8390
|
+
this.keyboardNavigationSubs.unsubscribe();
|
|
8391
|
+
}
|
|
8392
|
+
}));
|
|
8134
8393
|
}
|
|
8135
8394
|
ngOnChanges(changes) {
|
|
8136
8395
|
if (changes.reorderable && !changes.reorderable.firstChange) {
|
|
@@ -8143,6 +8402,9 @@ class TileLayoutItemComponent {
|
|
|
8143
8402
|
}
|
|
8144
8403
|
ngOnDestroy() {
|
|
8145
8404
|
this.subs.unsubscribe();
|
|
8405
|
+
if (this.keyboardNavigationSubs) {
|
|
8406
|
+
this.keyboardNavigationSubs.unsubscribe();
|
|
8407
|
+
}
|
|
8146
8408
|
}
|
|
8147
8409
|
toggleCursorClass(isReorderable) {
|
|
8148
8410
|
const headerEl = this.elem.nativeElement.querySelector('.k-tilelayout-item-header');
|
|
@@ -8157,10 +8419,10 @@ class TileLayoutItemComponent {
|
|
|
8157
8419
|
}
|
|
8158
8420
|
}
|
|
8159
8421
|
}
|
|
8160
|
-
TileLayoutItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
8161
|
-
TileLayoutItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.
|
|
8162
|
-
<kendo-tilelayout-item-header [reorderable]="
|
|
8163
|
-
<h5 class="k-card-title">{{ title }}</h5>
|
|
8422
|
+
TileLayoutItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TileLayoutItemComponent, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: i1.LocalizationService }, { token: TileLayoutDraggingService }, { token: TileLayoutKeyboardNavigationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
8423
|
+
TileLayoutItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: TileLayoutItemComponent, selector: "kendo-tilelayout-item", inputs: { title: "title", rowSpan: "rowSpan", colSpan: "colSpan", order: "order", col: "col", row: "row", reorderable: "reorderable", resizable: "resizable" }, host: { properties: { "class.k-tilelayout-item": "this.itemClass", "class.k-card": "this.itemClass", "attr.role": "this.hostRole", "attr.aria-dropeffect": "this.hostDropEffect", "attr.tabindex": "this.hostTabindex", "attr.aria-keyshortcuts": "this.ariaKeyShortcuts", "attr.aria-grabbed": "this.hostGrabbed", "attr.aria-labelledby": "this.hostLabelledBy", "style.grid-column-end": "this.colEnd", "style.grid-row-end": "this.rowEnd", "style.grid-column-start": "this.colStart", "style.grid-row-start": "this.rowStart" } }, queries: [{ propertyName: "headers", predicate: TileLayoutItemHeaderComponent }], usesOnChanges: true, ngImport: i0, template: `
|
|
8424
|
+
<kendo-tilelayout-item-header [reorderable]="isReorderable" *ngIf="title">
|
|
8425
|
+
<h5 [id]="titleId" class="k-card-title">{{ title }}</h5>
|
|
8164
8426
|
</kendo-tilelayout-item-header>
|
|
8165
8427
|
<ng-content></ng-content>
|
|
8166
8428
|
<ng-container *ngIf="resizable">
|
|
@@ -8173,13 +8435,13 @@ TileLayoutItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0"
|
|
|
8173
8435
|
</div>
|
|
8174
8436
|
</ng-container>
|
|
8175
8437
|
`, isInline: true, components: [{ type: TileLayoutItemHeaderComponent, selector: "kendo-tilelayout-item-header", inputs: ["reorderable"] }], directives: [{ type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: TileLayoutResizeHandleDirective, selector: "[kendoTileLayoutResizeHandle]", inputs: ["resizeDirection", "rtl"] }] });
|
|
8176
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
8438
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TileLayoutItemComponent, decorators: [{
|
|
8177
8439
|
type: Component,
|
|
8178
8440
|
args: [{
|
|
8179
8441
|
selector: 'kendo-tilelayout-item',
|
|
8180
8442
|
template: `
|
|
8181
|
-
<kendo-tilelayout-item-header [reorderable]="
|
|
8182
|
-
<h5 class="k-card-title">{{ title }}</h5>
|
|
8443
|
+
<kendo-tilelayout-item-header [reorderable]="isReorderable" *ngIf="title">
|
|
8444
|
+
<h5 [id]="titleId" class="k-card-title">{{ title }}</h5>
|
|
8183
8445
|
</kendo-tilelayout-item-header>
|
|
8184
8446
|
<ng-content></ng-content>
|
|
8185
8447
|
<ng-container *ngIf="resizable">
|
|
@@ -8193,7 +8455,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
8193
8455
|
</ng-container>
|
|
8194
8456
|
`
|
|
8195
8457
|
}]
|
|
8196
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i1.LocalizationService }, { type: TileLayoutDraggingService }]; }, propDecorators: { title: [{
|
|
8458
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Renderer2 }, { type: i1.LocalizationService }, { type: TileLayoutDraggingService }, { type: TileLayoutKeyboardNavigationService }]; }, propDecorators: { title: [{
|
|
8197
8459
|
type: Input
|
|
8198
8460
|
}], rowSpan: [{
|
|
8199
8461
|
type: Input
|
|
@@ -8215,6 +8477,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
8215
8477
|
}, {
|
|
8216
8478
|
type: HostBinding,
|
|
8217
8479
|
args: ['class.k-card']
|
|
8480
|
+
}], hostRole: [{
|
|
8481
|
+
type: HostBinding,
|
|
8482
|
+
args: ['attr.role']
|
|
8483
|
+
}], hostDropEffect: [{
|
|
8484
|
+
type: HostBinding,
|
|
8485
|
+
args: ['attr.aria-dropeffect']
|
|
8486
|
+
}], hostTabindex: [{
|
|
8487
|
+
type: HostBinding,
|
|
8488
|
+
args: ['attr.tabindex']
|
|
8489
|
+
}], ariaKeyShortcuts: [{
|
|
8490
|
+
type: HostBinding,
|
|
8491
|
+
args: ['attr.aria-keyshortcuts']
|
|
8492
|
+
}], hostGrabbed: [{
|
|
8493
|
+
type: HostBinding,
|
|
8494
|
+
args: ['attr.aria-grabbed']
|
|
8495
|
+
}], hostLabelledBy: [{
|
|
8496
|
+
type: HostBinding,
|
|
8497
|
+
args: ['attr.aria-labelledby']
|
|
8218
8498
|
}], colEnd: [{
|
|
8219
8499
|
type: HostBinding,
|
|
8220
8500
|
args: ['style.grid-column-end']
|
|
@@ -8242,12 +8522,13 @@ const autoFlowClasses = {
|
|
|
8242
8522
|
* Represents the [Kendo UI TileLayout component for Angular]({% slug overview_tilelayout %})
|
|
8243
8523
|
*/
|
|
8244
8524
|
class TileLayoutComponent {
|
|
8245
|
-
constructor(elem, renderer, localization, draggingService,
|
|
8525
|
+
constructor(zone, elem, renderer, localization, draggingService, navigationService) {
|
|
8526
|
+
this.zone = zone;
|
|
8246
8527
|
this.elem = elem;
|
|
8247
8528
|
this.renderer = renderer;
|
|
8248
8529
|
this.localization = localization;
|
|
8249
8530
|
this.draggingService = draggingService;
|
|
8250
|
-
this.
|
|
8531
|
+
this.navigationService = navigationService;
|
|
8251
8532
|
/**
|
|
8252
8533
|
* Defines the number of columns ([see example]({% slug tiles_tilelayout %}#toc-tile-size-and-position)).
|
|
8253
8534
|
* @default 1
|
|
@@ -8286,6 +8567,13 @@ class TileLayoutComponent {
|
|
|
8286
8567
|
*
|
|
8287
8568
|
*/
|
|
8288
8569
|
this.autoFlow = 'column';
|
|
8570
|
+
/**
|
|
8571
|
+
* If set to true, the user can use dedicated shortcuts to interact with the TileLayout.
|
|
8572
|
+
* By default, navigation is disabled and focusable TileLayout content is a part of the natural tab sequence of the page.
|
|
8573
|
+
*
|
|
8574
|
+
* @default false
|
|
8575
|
+
*/
|
|
8576
|
+
this.navigable = false;
|
|
8289
8577
|
/**
|
|
8290
8578
|
* Fires when the user completes the reordering of the item ([see example]({% slug reordering_tilelayout %})).
|
|
8291
8579
|
* This event is preventable. If you cancel it, the item will not be reordered.
|
|
@@ -8297,6 +8585,7 @@ class TileLayoutComponent {
|
|
|
8297
8585
|
*/
|
|
8298
8586
|
this.resize = new EventEmitter();
|
|
8299
8587
|
this.hostClass = true;
|
|
8588
|
+
this.hostRole = 'list';
|
|
8300
8589
|
this.subs = new Subscription();
|
|
8301
8590
|
this._gap = {
|
|
8302
8591
|
rows: 16,
|
|
@@ -8338,6 +8627,7 @@ class TileLayoutComponent {
|
|
|
8338
8627
|
this.applyRowStyling();
|
|
8339
8628
|
this.draggingService.reorderable.next(this.reorderable);
|
|
8340
8629
|
this.draggingService.resizable.next(this.resizable);
|
|
8630
|
+
this.navigationService.navigable.next(this.navigable);
|
|
8341
8631
|
if (hasObservers(this.reorder)) {
|
|
8342
8632
|
this.subs.add(this.draggingService.reorder.subscribe(e => this.reorder.emit(e)));
|
|
8343
8633
|
}
|
|
@@ -8376,10 +8666,10 @@ class TileLayoutComponent {
|
|
|
8376
8666
|
if (changes.rowHeight) {
|
|
8377
8667
|
this.applyRowStyling();
|
|
8378
8668
|
}
|
|
8379
|
-
if (changes
|
|
8669
|
+
if (isChanged('reorderable', changes)) {
|
|
8380
8670
|
this.draggingService.reorderable.next(changes.reorderable.currentValue);
|
|
8381
8671
|
}
|
|
8382
|
-
if (changes
|
|
8672
|
+
if (isChanged('resizable', changes)) {
|
|
8383
8673
|
this.draggingService.resizable.next(changes.resizable.currentValue);
|
|
8384
8674
|
}
|
|
8385
8675
|
if (changes.gap || changes.autoFlow || changes.columns) {
|
|
@@ -8388,6 +8678,9 @@ class TileLayoutComponent {
|
|
|
8388
8678
|
this.applyAutoFlow(autoFlowClasses[changes.autoFlow.previousValue] || '', autoFlowClasses[changes.autoFlow.currentValue]);
|
|
8389
8679
|
}
|
|
8390
8680
|
}
|
|
8681
|
+
if (isChanged('navigable', changes)) {
|
|
8682
|
+
this.navigationService.navigable.next(changes.navigable.currentValue);
|
|
8683
|
+
}
|
|
8391
8684
|
}
|
|
8392
8685
|
ngOnDestroy() {
|
|
8393
8686
|
if (this.draggable) {
|
|
@@ -8449,10 +8742,11 @@ class TileLayoutComponent {
|
|
|
8449
8742
|
});
|
|
8450
8743
|
}
|
|
8451
8744
|
}
|
|
8452
|
-
TileLayoutComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
8453
|
-
TileLayoutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.
|
|
8745
|
+
TileLayoutComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TileLayoutComponent, deps: [{ token: i0.NgZone }, { token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i1.LocalizationService }, { token: TileLayoutDraggingService }, { token: TileLayoutKeyboardNavigationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
8746
|
+
TileLayoutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: TileLayoutComponent, selector: "kendo-tilelayout", inputs: { columns: "columns", columnWidth: "columnWidth", gap: "gap", reorderable: "reorderable", resizable: "resizable", rowHeight: "rowHeight", autoFlow: "autoFlow", navigable: "navigable" }, outputs: { reorder: "reorder", resize: "resize" }, host: { properties: { "class.k-widget": "this.hostClass", "class.k-tilelayout": "this.hostClass", "attr.role": "this.hostRole", "style.gap": "this.gapStyle", "style.padding": "this.gapStyle", "attr.dir": "this.direction" } }, providers: [
|
|
8454
8747
|
LocalizationService,
|
|
8455
8748
|
TileLayoutDraggingService,
|
|
8749
|
+
TileLayoutKeyboardNavigationService,
|
|
8456
8750
|
{
|
|
8457
8751
|
provide: L10N_PREFIX,
|
|
8458
8752
|
useValue: 'kendo.tilelayout.component'
|
|
@@ -8468,13 +8762,14 @@ TileLayoutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
8468
8762
|
[style.gridRowStart]="currentRowStart"
|
|
8469
8763
|
[style.zIndex]="'1'"></div>
|
|
8470
8764
|
`, isInline: true });
|
|
8471
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
8765
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TileLayoutComponent, decorators: [{
|
|
8472
8766
|
type: Component,
|
|
8473
8767
|
args: [{
|
|
8474
8768
|
selector: 'kendo-tilelayout',
|
|
8475
8769
|
providers: [
|
|
8476
8770
|
LocalizationService,
|
|
8477
8771
|
TileLayoutDraggingService,
|
|
8772
|
+
TileLayoutKeyboardNavigationService,
|
|
8478
8773
|
{
|
|
8479
8774
|
provide: L10N_PREFIX,
|
|
8480
8775
|
useValue: 'kendo.tilelayout.component'
|
|
@@ -8492,7 +8787,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
8492
8787
|
[style.zIndex]="'1'"></div>
|
|
8493
8788
|
`
|
|
8494
8789
|
}]
|
|
8495
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i1.LocalizationService }, { type: TileLayoutDraggingService }, { type:
|
|
8790
|
+
}], ctorParameters: function () { return [{ type: i0.NgZone }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i1.LocalizationService }, { type: TileLayoutDraggingService }, { type: TileLayoutKeyboardNavigationService }]; }, propDecorators: { columns: [{
|
|
8496
8791
|
type: Input
|
|
8497
8792
|
}], columnWidth: [{
|
|
8498
8793
|
type: Input
|
|
@@ -8506,6 +8801,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
8506
8801
|
type: Input
|
|
8507
8802
|
}], autoFlow: [{
|
|
8508
8803
|
type: Input
|
|
8804
|
+
}], navigable: [{
|
|
8805
|
+
type: Input
|
|
8509
8806
|
}], reorder: [{
|
|
8510
8807
|
type: Output
|
|
8511
8808
|
}], resize: [{
|
|
@@ -8516,6 +8813,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
8516
8813
|
}, {
|
|
8517
8814
|
type: HostBinding,
|
|
8518
8815
|
args: ['class.k-tilelayout']
|
|
8816
|
+
}], hostRole: [{
|
|
8817
|
+
type: HostBinding,
|
|
8818
|
+
args: ['attr.role']
|
|
8519
8819
|
}], gapStyle: [{
|
|
8520
8820
|
type: HostBinding,
|
|
8521
8821
|
args: ['style.gap']
|
|
@@ -8542,11 +8842,11 @@ class TileLayoutItemBodyComponent {
|
|
|
8542
8842
|
this.minHeight = 0;
|
|
8543
8843
|
}
|
|
8544
8844
|
}
|
|
8545
|
-
TileLayoutItemBodyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
8546
|
-
TileLayoutItemBodyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.
|
|
8845
|
+
TileLayoutItemBodyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TileLayoutItemBodyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
8846
|
+
TileLayoutItemBodyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: TileLayoutItemBodyComponent, selector: "kendo-tilelayout-item-body", host: { properties: { "class.k-tilelayout-item-body": "this.hostClass", "class.k-card-body": "this.hostClass", "style.min-height": "this.minHeight" } }, ngImport: i0, template: `
|
|
8547
8847
|
<ng-content></ng-content>
|
|
8548
8848
|
`, isInline: true });
|
|
8549
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
8849
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TileLayoutItemBodyComponent, decorators: [{
|
|
8550
8850
|
type: Component,
|
|
8551
8851
|
args: [{
|
|
8552
8852
|
selector: 'kendo-tilelayout-item-body',
|
|
@@ -8577,10 +8877,10 @@ const declarations$a = [
|
|
|
8577
8877
|
*/
|
|
8578
8878
|
class AvatarModule {
|
|
8579
8879
|
}
|
|
8580
|
-
AvatarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
8581
|
-
AvatarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.
|
|
8582
|
-
AvatarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.
|
|
8583
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
8880
|
+
AvatarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: AvatarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
8881
|
+
AvatarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: AvatarModule, declarations: [AvatarComponent], imports: [CommonModule], exports: [AvatarComponent] });
|
|
8882
|
+
AvatarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: AvatarModule, imports: [[CommonModule]] });
|
|
8883
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: AvatarModule, decorators: [{
|
|
8584
8884
|
type: NgModule,
|
|
8585
8885
|
args: [{
|
|
8586
8886
|
declarations: [declarations$a],
|
|
@@ -8610,8 +8910,8 @@ const declarations$9 = [...exportedModules$9];
|
|
|
8610
8910
|
*/
|
|
8611
8911
|
class CardModule {
|
|
8612
8912
|
}
|
|
8613
|
-
CardModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
8614
|
-
CardModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.
|
|
8913
|
+
CardModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: CardModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
8914
|
+
CardModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: CardModule, declarations: [CardComponent,
|
|
8615
8915
|
CardHeaderComponent,
|
|
8616
8916
|
CardBodyComponent,
|
|
8617
8917
|
CardFooterComponent,
|
|
@@ -8626,8 +8926,8 @@ CardModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12
|
|
|
8626
8926
|
CardSubtitleDirective,
|
|
8627
8927
|
CardSeparatorDirective,
|
|
8628
8928
|
CardMediaDirective] });
|
|
8629
|
-
CardModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.
|
|
8630
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
8929
|
+
CardModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: CardModule, imports: [[CommonModule]] });
|
|
8930
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: CardModule, decorators: [{
|
|
8631
8931
|
type: NgModule,
|
|
8632
8932
|
args: [{
|
|
8633
8933
|
declarations: [declarations$9],
|
|
@@ -8659,8 +8959,8 @@ const declarations$8 = [
|
|
|
8659
8959
|
*/
|
|
8660
8960
|
class DrawerModule {
|
|
8661
8961
|
}
|
|
8662
|
-
DrawerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
8663
|
-
DrawerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.
|
|
8962
|
+
DrawerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: DrawerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
8963
|
+
DrawerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: DrawerModule, declarations: [DrawerItemComponent,
|
|
8664
8964
|
DrawerListComponent, DrawerComponent,
|
|
8665
8965
|
DrawerContainerComponent,
|
|
8666
8966
|
DrawerContentComponent, DrawerTemplateDirective,
|
|
@@ -8672,8 +8972,8 @@ DrawerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
|
|
|
8672
8972
|
DrawerHeaderTemplateDirective,
|
|
8673
8973
|
DrawerFooterTemplateDirective,
|
|
8674
8974
|
DrawerItemTemplateDirective] });
|
|
8675
|
-
DrawerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.
|
|
8676
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
8975
|
+
DrawerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: DrawerModule, imports: [[CommonModule]] });
|
|
8976
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: DrawerModule, decorators: [{
|
|
8677
8977
|
type: NgModule,
|
|
8678
8978
|
args: [{
|
|
8679
8979
|
declarations: [declarations$8],
|
|
@@ -8695,12 +8995,12 @@ const declarations$7 = [
|
|
|
8695
8995
|
*/
|
|
8696
8996
|
class ExpansionPanelModule {
|
|
8697
8997
|
}
|
|
8698
|
-
ExpansionPanelModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
8699
|
-
ExpansionPanelModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.
|
|
8998
|
+
ExpansionPanelModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: ExpansionPanelModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
8999
|
+
ExpansionPanelModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: ExpansionPanelModule, declarations: [ExpansionPanelComponent,
|
|
8700
9000
|
ExpansionPanelTitleDirective], imports: [CommonModule, EventsModule], exports: [ExpansionPanelComponent,
|
|
8701
9001
|
ExpansionPanelTitleDirective] });
|
|
8702
|
-
ExpansionPanelModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.
|
|
8703
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
9002
|
+
ExpansionPanelModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: ExpansionPanelModule, imports: [[CommonModule, EventsModule]] });
|
|
9003
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: ExpansionPanelModule, decorators: [{
|
|
8704
9004
|
type: NgModule,
|
|
8705
9005
|
args: [{
|
|
8706
9006
|
declarations: [declarations$7],
|
|
@@ -8732,8 +9032,8 @@ const declarations$6 = [
|
|
|
8732
9032
|
*/
|
|
8733
9033
|
class PanelBarModule {
|
|
8734
9034
|
}
|
|
8735
|
-
PanelBarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
8736
|
-
PanelBarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.
|
|
9035
|
+
PanelBarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PanelBarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9036
|
+
PanelBarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PanelBarModule, declarations: [PanelBarComponent,
|
|
8737
9037
|
PanelBarItemComponent,
|
|
8738
9038
|
PanelBarContentDirective,
|
|
8739
9039
|
PanelBarItemTemplateDirective,
|
|
@@ -8742,8 +9042,8 @@ PanelBarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version:
|
|
|
8742
9042
|
PanelBarContentDirective,
|
|
8743
9043
|
PanelBarItemTemplateDirective,
|
|
8744
9044
|
PanelBarItemTitleDirective] });
|
|
8745
|
-
PanelBarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.
|
|
8746
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
9045
|
+
PanelBarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PanelBarModule, imports: [[CommonModule]] });
|
|
9046
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: PanelBarModule, decorators: [{
|
|
8747
9047
|
type: NgModule,
|
|
8748
9048
|
args: [{
|
|
8749
9049
|
declarations: [declarations$6],
|
|
@@ -8770,16 +9070,16 @@ const declarations$5 = [
|
|
|
8770
9070
|
*/
|
|
8771
9071
|
class SplitterModule {
|
|
8772
9072
|
}
|
|
8773
|
-
SplitterModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
8774
|
-
SplitterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.
|
|
9073
|
+
SplitterModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: SplitterModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9074
|
+
SplitterModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: SplitterModule, declarations: [SplitterBarComponent, SplitterComponent,
|
|
8775
9075
|
SplitterPaneComponent], imports: [CommonModule,
|
|
8776
9076
|
DraggableModule], exports: [SplitterComponent,
|
|
8777
9077
|
SplitterPaneComponent] });
|
|
8778
|
-
SplitterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.
|
|
9078
|
+
SplitterModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: SplitterModule, imports: [[
|
|
8779
9079
|
CommonModule,
|
|
8780
9080
|
DraggableModule
|
|
8781
9081
|
]] });
|
|
8782
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
9082
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: SplitterModule, decorators: [{
|
|
8783
9083
|
type: NgModule,
|
|
8784
9084
|
args: [{
|
|
8785
9085
|
declarations: [declarations$5],
|
|
@@ -8813,8 +9113,8 @@ const declarations$4 = [
|
|
|
8813
9113
|
*/
|
|
8814
9114
|
class StepperModule {
|
|
8815
9115
|
}
|
|
8816
|
-
StepperModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
8817
|
-
StepperModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.
|
|
9116
|
+
StepperModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: StepperModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9117
|
+
StepperModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: StepperModule, declarations: [StepperStepComponent,
|
|
8818
9118
|
StepperListComponent,
|
|
8819
9119
|
LocalizedStepperMessagesDirective, StepperComponent,
|
|
8820
9120
|
StepperCustomMessagesComponent, StepperStepTemplateDirective,
|
|
@@ -8823,8 +9123,8 @@ StepperModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version:
|
|
|
8823
9123
|
StepperCustomMessagesComponent, StepperStepTemplateDirective,
|
|
8824
9124
|
StepperLabelTemplateDirective,
|
|
8825
9125
|
StepperIndicatorTemplateDirective] });
|
|
8826
|
-
StepperModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.
|
|
8827
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
9126
|
+
StepperModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: StepperModule, imports: [[CommonModule, ProgressBarModule]] });
|
|
9127
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: StepperModule, decorators: [{
|
|
8828
9128
|
type: NgModule,
|
|
8829
9129
|
args: [{
|
|
8830
9130
|
declarations: [declarations$4],
|
|
@@ -8858,8 +9158,8 @@ const declarations$3 = [
|
|
|
8858
9158
|
*/
|
|
8859
9159
|
class TabStripModule {
|
|
8860
9160
|
}
|
|
8861
|
-
TabStripModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
8862
|
-
TabStripModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.
|
|
9161
|
+
TabStripModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TabStripModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9162
|
+
TabStripModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TabStripModule, declarations: [TabStripComponent,
|
|
8863
9163
|
TabStripTabComponent,
|
|
8864
9164
|
TabContentDirective,
|
|
8865
9165
|
TabTitleDirective,
|
|
@@ -8872,8 +9172,8 @@ TabStripModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version:
|
|
|
8872
9172
|
TabComponent,
|
|
8873
9173
|
TabStripCustomMessagesComponent,
|
|
8874
9174
|
LocalizedTabStripMessagesDirective] });
|
|
8875
|
-
TabStripModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.
|
|
8876
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
9175
|
+
TabStripModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TabStripModule, imports: [[CommonModule, ResizeSensorModule]] });
|
|
9176
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TabStripModule, decorators: [{
|
|
8877
9177
|
type: NgModule,
|
|
8878
9178
|
args: [{
|
|
8879
9179
|
declarations: [declarations$3],
|
|
@@ -8904,8 +9204,8 @@ const declarations$2 = [
|
|
|
8904
9204
|
*/
|
|
8905
9205
|
class TileLayoutModule {
|
|
8906
9206
|
}
|
|
8907
|
-
TileLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
8908
|
-
TileLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.
|
|
9207
|
+
TileLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TileLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9208
|
+
TileLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TileLayoutModule, declarations: [TileLayoutComponent,
|
|
8909
9209
|
TileLayoutItemComponent,
|
|
8910
9210
|
TileLayoutItemHeaderComponent,
|
|
8911
9211
|
TileLayoutItemBodyComponent,
|
|
@@ -8914,8 +9214,8 @@ TileLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", versio
|
|
|
8914
9214
|
TileLayoutItemHeaderComponent,
|
|
8915
9215
|
TileLayoutItemBodyComponent,
|
|
8916
9216
|
TileLayoutResizeHandleDirective] });
|
|
8917
|
-
TileLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.
|
|
8918
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
9217
|
+
TileLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TileLayoutModule, imports: [[CommonModule]] });
|
|
9218
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: TileLayoutModule, decorators: [{
|
|
8919
9219
|
type: NgModule,
|
|
8920
9220
|
args: [{
|
|
8921
9221
|
declarations: [declarations$2],
|
|
@@ -9110,8 +9410,8 @@ class StackLayoutComponent {
|
|
|
9110
9410
|
return this.localization.rtl ? 'rtl' : 'ltr';
|
|
9111
9411
|
}
|
|
9112
9412
|
}
|
|
9113
|
-
StackLayoutComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
9114
|
-
StackLayoutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.
|
|
9413
|
+
StackLayoutComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: StackLayoutComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
9414
|
+
StackLayoutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: StackLayoutComponent, selector: "kendo-stacklayout", inputs: { align: "align", gap: "gap", orientation: "orientation" }, host: { properties: { "class.k-stack-layout": "this.hostClass", "class.k-hstack": "this.horizontalClass", "class.k-vstack": "this.verticalClass", "attr.dir": "this.dir" } }, providers: [
|
|
9115
9415
|
LocalizationService,
|
|
9116
9416
|
{
|
|
9117
9417
|
provide: L10N_PREFIX,
|
|
@@ -9120,7 +9420,7 @@ StackLayoutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", v
|
|
|
9120
9420
|
], exportAs: ["kendoStackLayout"], usesOnChanges: true, ngImport: i0, template: `
|
|
9121
9421
|
<ng-content></ng-content>
|
|
9122
9422
|
`, isInline: true });
|
|
9123
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
9423
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: StackLayoutComponent, decorators: [{
|
|
9124
9424
|
type: Component,
|
|
9125
9425
|
args: [{
|
|
9126
9426
|
exportAs: 'kendoStackLayout',
|
|
@@ -9168,10 +9468,10 @@ const declarations$1 = [
|
|
|
9168
9468
|
*/
|
|
9169
9469
|
class StackLayoutModule {
|
|
9170
9470
|
}
|
|
9171
|
-
StackLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
9172
|
-
StackLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.
|
|
9173
|
-
StackLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.
|
|
9174
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
9471
|
+
StackLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: StackLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9472
|
+
StackLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: StackLayoutModule, declarations: [StackLayoutComponent], imports: [CommonModule], exports: [StackLayoutComponent] });
|
|
9473
|
+
StackLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: StackLayoutModule, imports: [[CommonModule]] });
|
|
9474
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: StackLayoutModule, decorators: [{
|
|
9175
9475
|
type: NgModule,
|
|
9176
9476
|
args: [{
|
|
9177
9477
|
declarations: [declarations$1],
|
|
@@ -9266,8 +9566,8 @@ class GridLayoutComponent {
|
|
|
9266
9566
|
return this.localization.rtl ? 'rtl' : 'ltr';
|
|
9267
9567
|
}
|
|
9268
9568
|
}
|
|
9269
|
-
GridLayoutComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
9270
|
-
GridLayoutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.
|
|
9569
|
+
GridLayoutComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: GridLayoutComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
9570
|
+
GridLayoutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: GridLayoutComponent, selector: "kendo-gridlayout", inputs: { rows: "rows", cols: "cols", gap: "gap", align: "align" }, host: { properties: { "class.k-grid-layout": "this.hostClass", "attr.dir": "this.dir" } }, providers: [
|
|
9271
9571
|
LocalizationService,
|
|
9272
9572
|
{
|
|
9273
9573
|
provide: L10N_PREFIX,
|
|
@@ -9276,7 +9576,7 @@ GridLayoutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
9276
9576
|
], exportAs: ["kendoGridLayout"], usesOnChanges: true, ngImport: i0, template: `
|
|
9277
9577
|
<ng-content></ng-content>
|
|
9278
9578
|
`, isInline: true });
|
|
9279
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
9579
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: GridLayoutComponent, decorators: [{
|
|
9280
9580
|
type: Component,
|
|
9281
9581
|
args: [{
|
|
9282
9582
|
exportAs: 'kendoGridLayout',
|
|
@@ -9328,11 +9628,11 @@ class GridLayoutItemComponent {
|
|
|
9328
9628
|
this.renderer.setStyle(this.element.nativeElement, 'grid-area', gridAreaStyle);
|
|
9329
9629
|
}
|
|
9330
9630
|
}
|
|
9331
|
-
GridLayoutItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
9332
|
-
GridLayoutItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.
|
|
9631
|
+
GridLayoutItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: GridLayoutItemComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
9632
|
+
GridLayoutItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: GridLayoutItemComponent, selector: "kendo-gridlayout-item", inputs: { row: "row", col: "col", rowSpan: "rowSpan", colSpan: "colSpan" }, usesOnChanges: true, ngImport: i0, template: `
|
|
9333
9633
|
<ng-content></ng-content>
|
|
9334
9634
|
`, isInline: true });
|
|
9335
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
9635
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: GridLayoutItemComponent, decorators: [{
|
|
9336
9636
|
type: Component,
|
|
9337
9637
|
args: [{
|
|
9338
9638
|
selector: 'kendo-gridlayout-item',
|
|
@@ -9363,12 +9663,12 @@ const declarations = [
|
|
|
9363
9663
|
*/
|
|
9364
9664
|
class GridLayoutModule {
|
|
9365
9665
|
}
|
|
9366
|
-
GridLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
9367
|
-
GridLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.
|
|
9666
|
+
GridLayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: GridLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9667
|
+
GridLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: GridLayoutModule, declarations: [GridLayoutComponent,
|
|
9368
9668
|
GridLayoutItemComponent], imports: [CommonModule], exports: [GridLayoutComponent,
|
|
9369
9669
|
GridLayoutItemComponent] });
|
|
9370
|
-
GridLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.
|
|
9371
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
9670
|
+
GridLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: GridLayoutModule, imports: [[CommonModule]] });
|
|
9671
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: GridLayoutModule, decorators: [{
|
|
9372
9672
|
type: NgModule,
|
|
9373
9673
|
args: [{
|
|
9374
9674
|
declarations: [declarations],
|
|
@@ -9410,8 +9710,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
|
|
|
9410
9710
|
*/
|
|
9411
9711
|
class LayoutModule {
|
|
9412
9712
|
}
|
|
9413
|
-
LayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
9414
|
-
LayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.
|
|
9713
|
+
LayoutModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: LayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9714
|
+
LayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: LayoutModule, exports: [AvatarModule,
|
|
9415
9715
|
CardModule,
|
|
9416
9716
|
DrawerModule,
|
|
9417
9717
|
PanelBarModule,
|
|
@@ -9422,7 +9722,7 @@ LayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
|
|
|
9422
9722
|
TileLayoutModule,
|
|
9423
9723
|
StackLayoutModule,
|
|
9424
9724
|
GridLayoutModule] });
|
|
9425
|
-
LayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.
|
|
9725
|
+
LayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: LayoutModule, imports: [AvatarModule,
|
|
9426
9726
|
CardModule,
|
|
9427
9727
|
DrawerModule,
|
|
9428
9728
|
PanelBarModule,
|
|
@@ -9433,7 +9733,7 @@ LayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
|
9433
9733
|
TileLayoutModule,
|
|
9434
9734
|
StackLayoutModule,
|
|
9435
9735
|
GridLayoutModule] });
|
|
9436
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
9736
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: LayoutModule, decorators: [{
|
|
9437
9737
|
type: NgModule,
|
|
9438
9738
|
args: [{
|
|
9439
9739
|
exports: [
|