@progress/kendo-angular-layout 13.4.1-develop.4 → 13.5.0-develop.2
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/drawer/drawer.component.d.ts +4 -0
- package/drawer.module.d.ts +2 -1
- package/esm2020/drawer/drawer.component.mjs +14 -3
- package/esm2020/drawer.module.mjs +4 -3
- package/esm2020/package-metadata.mjs +2 -2
- package/esm2020/panelbar/panelbar.component.mjs +22 -9
- package/esm2020/panelbar.module.mjs +4 -3
- package/esm2020/tabstrip/tabstrip.component.mjs +16 -6
- package/esm2020/tabstrip.module.mjs +4 -4
- package/esm2020/tilelayout/dragging-service.mjs +5 -5
- package/esm2020/tilelayout/tilelayout.component.mjs +20 -6
- package/esm2020/tilelayout.module.mjs +4 -3
- package/fesm2015/progress-kendo-angular-layout.mjs +82 -39
- package/fesm2020/progress-kendo-angular-layout.mjs +82 -39
- package/package.json +7 -7
- package/panelbar/panelbar.component.d.ts +5 -1
- package/panelbar.module.d.ts +2 -1
- package/tabstrip/tabstrip.component.d.ts +5 -1
- package/tabstrip.module.d.ts +1 -1
- package/tilelayout/tilelayout.component.d.ts +4 -0
- package/tilelayout.module.d.ts +2 -1
|
@@ -7,7 +7,7 @@ import { Injectable, Directive, Optional, 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, guid, hasObservers, focusableSelector, isChanged, EventsModule, DraggableModule, ResizeSensorModule } from '@progress/kendo-angular-common';
|
|
10
|
+
import { Keys, shouldShowValidationUI, PreventableEvent as PreventableEvent$1, isDocumentAvailable, guid, hasObservers, focusableSelector, isChanged, WatermarkModule, 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';
|
|
@@ -31,8 +31,8 @@ const packageMetadata = {
|
|
|
31
31
|
name: '@progress/kendo-angular-layout',
|
|
32
32
|
productName: 'Kendo UI for Angular',
|
|
33
33
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
34
|
-
publishDate:
|
|
35
|
-
version: '13.
|
|
34
|
+
publishDate: 1694426877,
|
|
35
|
+
version: '13.5.0-develop.2',
|
|
36
36
|
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'
|
|
37
37
|
};
|
|
38
38
|
|
|
@@ -1030,10 +1030,14 @@ class PanelBarComponent {
|
|
|
1030
1030
|
* This event is preventable. If you cancel it, the item will remain expanded.
|
|
1031
1031
|
*/
|
|
1032
1032
|
this.collapse = new EventEmitter();
|
|
1033
|
+
this.hostClasses = true;
|
|
1033
1034
|
this.tabIndex = 0;
|
|
1034
1035
|
this.role = 'tree';
|
|
1035
|
-
this.hostClass = true;
|
|
1036
1036
|
this.activeDescendant = '';
|
|
1037
|
+
/**
|
|
1038
|
+
* @hidden
|
|
1039
|
+
*/
|
|
1040
|
+
this.showLicenseWatermark = false;
|
|
1037
1041
|
this.isViewInit = true;
|
|
1038
1042
|
this.focused = false;
|
|
1039
1043
|
this._keepItemContent = false;
|
|
@@ -1049,7 +1053,8 @@ class PanelBarComponent {
|
|
|
1049
1053
|
item.contentOverflow = contentOverflow;
|
|
1050
1054
|
});
|
|
1051
1055
|
};
|
|
1052
|
-
validatePackage(packageMetadata);
|
|
1056
|
+
const isValid = validatePackage(packageMetadata);
|
|
1057
|
+
this.showLicenseWatermark = shouldShowValidationUI(isValid);
|
|
1053
1058
|
/* eslint-disable-line*/
|
|
1054
1059
|
this.keyBindings = this.computedKeys;
|
|
1055
1060
|
this.elementRef = elementRef;
|
|
@@ -1439,7 +1444,7 @@ class PanelBarComponent {
|
|
|
1439
1444
|
}
|
|
1440
1445
|
}
|
|
1441
1446
|
PanelBarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PanelBarComponent, deps: [{ token: i0.ElementRef }, { token: PanelBarService }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
1442
|
-
PanelBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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: { "
|
|
1447
|
+
PanelBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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: { "class.k-panelbar": "this.hostClasses", "class.k-pos-relative": "this.hostClasses", "attr.tabIndex": "this.tabIndex", "attr.role": "this.role", "attr.aria-activedescendant": "this.activeDescendant", "style.height": "this.hostHeight", "style.overflow": "this.overflow", "attr.dir": "this.dir" } }, providers: [
|
|
1443
1448
|
PanelBarService,
|
|
1444
1449
|
LocalizationService,
|
|
1445
1450
|
{
|
|
@@ -1467,7 +1472,9 @@ PanelBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", vers
|
|
|
1467
1472
|
</kendo-panelbar-item>
|
|
1468
1473
|
</ng-container>
|
|
1469
1474
|
</ng-template>
|
|
1470
|
-
|
|
1475
|
+
|
|
1476
|
+
<div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
|
|
1477
|
+
`, isInline: true, components: [{ type: PanelBarItemComponent, selector: "kendo-panelbar-item", inputs: ["title", "id", "icon", "iconClass", "svgIcon", "imageUrl", "disabled", "expanded", "selected", "content", "items", "template"], exportAs: ["kendoPanelbarItem"] }, { type: i1$1.WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay]" }], directives: [{ type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
|
|
1471
1478
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PanelBarComponent, decorators: [{
|
|
1472
1479
|
type: Component,
|
|
1473
1480
|
args: [{
|
|
@@ -1502,6 +1509,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
1502
1509
|
</kendo-panelbar-item>
|
|
1503
1510
|
</ng-container>
|
|
1504
1511
|
</ng-template>
|
|
1512
|
+
|
|
1513
|
+
<div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
|
|
1505
1514
|
`
|
|
1506
1515
|
}]
|
|
1507
1516
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: PanelBarService }, { type: i1.LocalizationService }]; }, propDecorators: { expandMode: [{
|
|
@@ -1524,15 +1533,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
1524
1533
|
type: Output
|
|
1525
1534
|
}], collapse: [{
|
|
1526
1535
|
type: Output
|
|
1536
|
+
}], hostClasses: [{
|
|
1537
|
+
type: HostBinding,
|
|
1538
|
+
args: ['class.k-panelbar']
|
|
1539
|
+
}, {
|
|
1540
|
+
type: HostBinding,
|
|
1541
|
+
args: ['class.k-pos-relative']
|
|
1527
1542
|
}], tabIndex: [{
|
|
1528
1543
|
type: HostBinding,
|
|
1529
1544
|
args: ['attr.tabIndex']
|
|
1530
1545
|
}], role: [{
|
|
1531
1546
|
type: HostBinding,
|
|
1532
1547
|
args: ['attr.role']
|
|
1533
|
-
}], hostClass: [{
|
|
1534
|
-
type: HostBinding,
|
|
1535
|
-
args: ['class.k-panelbar']
|
|
1536
1548
|
}], activeDescendant: [{
|
|
1537
1549
|
type: HostBinding,
|
|
1538
1550
|
args: ['attr.aria-activedescendant']
|
|
@@ -3575,16 +3587,21 @@ class TabStripComponent {
|
|
|
3575
3587
|
* The event is preventable.
|
|
3576
3588
|
*/
|
|
3577
3589
|
this.tabScroll = new EventEmitter();
|
|
3578
|
-
this.
|
|
3590
|
+
this.hostClasses = true;
|
|
3579
3591
|
/**
|
|
3580
3592
|
* A query list of all declared tabs.
|
|
3581
3593
|
*/
|
|
3582
3594
|
this.tabs = new QueryList();
|
|
3595
|
+
/**
|
|
3596
|
+
* @hidden
|
|
3597
|
+
*/
|
|
3598
|
+
this.showLicenseWatermark = false;
|
|
3583
3599
|
this._scrollableSettings = normalizeScrollableSettings(false);
|
|
3584
3600
|
this.subscriptions = new Subscription();
|
|
3585
3601
|
this.subscriptionsArePresent = false;
|
|
3586
3602
|
this.tabStripId = guid();
|
|
3587
|
-
validatePackage(packageMetadata);
|
|
3603
|
+
const isValid = validatePackage(packageMetadata);
|
|
3604
|
+
this.showLicenseWatermark = shouldShowValidationUI(isValid);
|
|
3588
3605
|
this.tabstripService.owner = this;
|
|
3589
3606
|
this.scrollService.owner = this;
|
|
3590
3607
|
this.subscriptions.add(this.scrollService.scrollButtonActiveStateChange.subscribe((activeButtonSettings) => {
|
|
@@ -3875,7 +3892,7 @@ class TabStripComponent {
|
|
|
3875
3892
|
}
|
|
3876
3893
|
}
|
|
3877
3894
|
TabStripComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", 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 });
|
|
3878
|
-
TabStripComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: TabStripComponent, selector: "kendo-tabstrip", inputs: { height: "height", animate: "animate", tabAlignment: "tabAlignment", tabPosition: "tabPosition", keepTabContent: "keepTabContent", closable: "closable", scrollable: "scrollable", closeIcon: "closeIcon", closeIconClass: "closeIconClass", closeSVGIcon: "closeSVGIcon" }, outputs: { tabSelect: "tabSelect", tabClose: "tabClose", tabScroll: "tabScroll" }, host: { properties: { "class.k-tabstrip": "this.
|
|
3895
|
+
TabStripComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: TabStripComponent, selector: "kendo-tabstrip", inputs: { height: "height", animate: "animate", tabAlignment: "tabAlignment", tabPosition: "tabPosition", keepTabContent: "keepTabContent", closable: "closable", scrollable: "scrollable", closeIcon: "closeIcon", closeIconClass: "closeIconClass", closeSVGIcon: "closeSVGIcon" }, outputs: { tabSelect: "tabSelect", tabClose: "tabClose", tabScroll: "tabScroll" }, host: { properties: { "class.k-tabstrip": "this.hostClasses", "class.k-pos-relative": "this.hostClasses", "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: [
|
|
3879
3896
|
TabStripService,
|
|
3880
3897
|
ScrollService,
|
|
3881
3898
|
LocalizationService,
|
|
@@ -3983,7 +4000,8 @@ TabStripComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", vers
|
|
|
3983
4000
|
</ng-template>
|
|
3984
4001
|
</ng-template>
|
|
3985
4002
|
<kendo-resize-sensor *ngIf="isScrollable" (resize)="onResize()"></kendo-resize-sensor>
|
|
3986
|
-
|
|
4003
|
+
<div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
|
|
4004
|
+
`, isInline: true, components: [{ type: TabStripScrollableButtonComponent, selector: "[kendoTabStripScrollableButton]", inputs: ["prev", "tabPosition", "scrollable"], outputs: ["tabScroll", "onClick"] }, { type: TabComponent, selector: "[kendoTabStripTab]", inputs: ["tab", "index", "tabStripClosable", "tabStripCloseIcon", "customTabstripCloseIcon", "closeSVGIcon"], outputs: ["tabClose"] }, { type: i1$1.ResizeSensorComponent, selector: "kendo-resize-sensor", inputs: ["rateLimit"], outputs: ["resize"] }, { type: i1$1.WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay]" }], directives: [{ type: LocalizedTabStripMessagesDirective, selector: "[kendoTabStripLocalizedMessages]" }, { 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"] }, { type: i3.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i3.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }], animations: [
|
|
3987
4005
|
trigger('state', [
|
|
3988
4006
|
state('active', style({ opacity: 1 })),
|
|
3989
4007
|
transition('* => active', [
|
|
@@ -4115,6 +4133,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
4115
4133
|
</ng-template>
|
|
4116
4134
|
</ng-template>
|
|
4117
4135
|
<kendo-resize-sensor *ngIf="isScrollable" (resize)="onResize()"></kendo-resize-sensor>
|
|
4136
|
+
<div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
|
|
4118
4137
|
`
|
|
4119
4138
|
}]
|
|
4120
4139
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }, { type: i0.Renderer2 }, { type: i0.ElementRef }, { type: TabStripService }, { type: ScrollService }, { type: i0.NgZone }]; }, propDecorators: { height: [{
|
|
@@ -4143,9 +4162,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
4143
4162
|
type: Output
|
|
4144
4163
|
}], tabScroll: [{
|
|
4145
4164
|
type: Output
|
|
4146
|
-
}],
|
|
4165
|
+
}], hostClasses: [{
|
|
4147
4166
|
type: HostBinding,
|
|
4148
4167
|
args: ['class.k-tabstrip']
|
|
4168
|
+
}, {
|
|
4169
|
+
type: HostBinding,
|
|
4170
|
+
args: ['class.k-pos-relative']
|
|
4149
4171
|
}], tabsAtTop: [{
|
|
4150
4172
|
type: HostBinding,
|
|
4151
4173
|
args: ['class.k-tabstrip-top']
|
|
@@ -4998,9 +5020,14 @@ class DrawerComponent {
|
|
|
4998
5020
|
* Used to provide a two-way binding for the `expanded` property.
|
|
4999
5021
|
*/
|
|
5000
5022
|
this.expandedChange = new EventEmitter();
|
|
5023
|
+
/**
|
|
5024
|
+
* @hidden
|
|
5025
|
+
*/
|
|
5026
|
+
this.showLicenseWatermark = false;
|
|
5001
5027
|
this.animationEnd = new EventEmitter();
|
|
5002
5028
|
this.rtl = false;
|
|
5003
|
-
validatePackage(packageMetadata);
|
|
5029
|
+
const isValid = validatePackage(packageMetadata);
|
|
5030
|
+
this.showLicenseWatermark = shouldShowValidationUI(isValid);
|
|
5004
5031
|
this.dynamicRTLSubscription = this.localizationService.changes.subscribe(({ rtl }) => {
|
|
5005
5032
|
this.rtl = rtl;
|
|
5006
5033
|
this.direction = this.rtl ? 'rtl' : 'ltr';
|
|
@@ -5174,7 +5201,9 @@ DrawerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versio
|
|
|
5174
5201
|
[ngTemplateOutlet]="drawerTemplate?.templateRef">
|
|
5175
5202
|
</ng-template>
|
|
5176
5203
|
</div>
|
|
5177
|
-
|
|
5204
|
+
|
|
5205
|
+
<div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
|
|
5206
|
+
`, isInline: true, components: [{ type: DrawerListComponent, selector: "[kendoDrawerList]", inputs: ["itemTemplate", "mini", "expanded", "view"], outputs: ["select"] }, { type: i1$1.WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay]" }], directives: [{ type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i3.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }] });
|
|
5178
5207
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DrawerComponent, decorators: [{
|
|
5179
5208
|
type: Component,
|
|
5180
5209
|
args: [{
|
|
@@ -5215,6 +5244,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
5215
5244
|
[ngTemplateOutlet]="drawerTemplate?.templateRef">
|
|
5216
5245
|
</ng-template>
|
|
5217
5246
|
</div>
|
|
5247
|
+
|
|
5248
|
+
<div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
|
|
5218
5249
|
`
|
|
5219
5250
|
}]
|
|
5220
5251
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1$2.AnimationBuilder }, { type: i1.LocalizationService }, { type: DrawerService }]; }, propDecorators: { hostClasses: [{
|
|
@@ -8296,8 +8327,8 @@ class TileLayoutDraggingService {
|
|
|
8296
8327
|
};
|
|
8297
8328
|
});
|
|
8298
8329
|
setElementStyles(this.renderer, this.draggedItemWrapper, {
|
|
8299
|
-
left: tileRect.left + window.pageXOffset + 'px',
|
|
8300
|
-
top: tileRect.top + window.pageYOffset + 'px',
|
|
8330
|
+
left: tileRect.left + window.pageXOffset - window.scrollX + 'px',
|
|
8331
|
+
top: tileRect.top + window.pageYOffset - window.scrollY + 'px',
|
|
8301
8332
|
width: tileRect.width + 'px',
|
|
8302
8333
|
height: tileRect.height + 'px',
|
|
8303
8334
|
zIndex: DRAGGED_ZINDEX
|
|
@@ -8308,7 +8339,7 @@ class TileLayoutDraggingService {
|
|
|
8308
8339
|
});
|
|
8309
8340
|
this.zone.run(() => this.targetOrder = this.draggedItem.order);
|
|
8310
8341
|
setElementStyles(this.renderer, this.draggedItemWrapper, {
|
|
8311
|
-
position: '
|
|
8342
|
+
position: 'fixed'
|
|
8312
8343
|
});
|
|
8313
8344
|
if (this.reorderable.getValue() && !resizing) {
|
|
8314
8345
|
this.zone.run(() => {
|
|
@@ -8446,8 +8477,8 @@ class TileLayoutDraggingService {
|
|
|
8446
8477
|
this.tileLayoutSettings.tileLayoutElement.appendChild(this.tileLayoutSettings.hintElement);
|
|
8447
8478
|
}
|
|
8448
8479
|
setElementStyles(this.renderer, this.draggedItemWrapper, {
|
|
8449
|
-
top: (event.pageY - this.offset.top) + 'px',
|
|
8450
|
-
left: (event.pageX - this.offset.left) + 'px'
|
|
8480
|
+
top: (event.pageY - this.offset.top - window.scrollY) + 'px',
|
|
8481
|
+
left: (event.pageX - this.offset.left - window.scrollX) + 'px'
|
|
8451
8482
|
});
|
|
8452
8483
|
this.cdr.markForCheck();
|
|
8453
8484
|
}
|
|
@@ -9165,12 +9196,17 @@ class TileLayoutComponent {
|
|
|
9165
9196
|
this.resize = new EventEmitter();
|
|
9166
9197
|
this.hostClass = true;
|
|
9167
9198
|
this.hostRole = 'list';
|
|
9199
|
+
/**
|
|
9200
|
+
* @hidden
|
|
9201
|
+
*/
|
|
9202
|
+
this.showLicenseWatermark = false;
|
|
9168
9203
|
this.subs = new Subscription();
|
|
9169
9204
|
this._gap = {
|
|
9170
9205
|
rows: 16,
|
|
9171
9206
|
columns: 16
|
|
9172
9207
|
};
|
|
9173
|
-
validatePackage(packageMetadata);
|
|
9208
|
+
const isValid = validatePackage(packageMetadata);
|
|
9209
|
+
this.showLicenseWatermark = shouldShowValidationUI(isValid);
|
|
9174
9210
|
}
|
|
9175
9211
|
/**
|
|
9176
9212
|
* The numeric values which determine the spacing in pixels between the layout items horizontally and vertically.
|
|
@@ -9322,7 +9358,7 @@ class TileLayoutComponent {
|
|
|
9322
9358
|
}
|
|
9323
9359
|
}
|
|
9324
9360
|
TileLayoutComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", 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 });
|
|
9325
|
-
TileLayoutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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-tilelayout": "this.hostClass", "attr.role": "this.hostRole", "style.gap": "this.gapStyle", "style.padding": "this.gapStyle", "attr.dir": "this.direction" } }, providers: [
|
|
9361
|
+
TileLayoutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", 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-tilelayout": "this.hostClass", "class.k-pos-relative": "this.hostClass", "attr.role": "this.hostRole", "style.gap": "this.gapStyle", "style.padding": "this.gapStyle", "attr.dir": "this.direction" } }, providers: [
|
|
9326
9362
|
LocalizationService,
|
|
9327
9363
|
TileLayoutDraggingService,
|
|
9328
9364
|
TileLayoutKeyboardNavigationService,
|
|
@@ -9339,8 +9375,10 @@ TileLayoutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
9339
9375
|
[style.gridRowEnd]="draggedItemWrapper?.style.gridRowEnd"
|
|
9340
9376
|
[style.gridColumnStart]="currentColStart"
|
|
9341
9377
|
[style.gridRowStart]="currentRowStart"
|
|
9342
|
-
[style.zIndex]="'1'"
|
|
9343
|
-
|
|
9378
|
+
[style.zIndex]="'1'">
|
|
9379
|
+
</div>
|
|
9380
|
+
<div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
|
|
9381
|
+
`, isInline: true, components: [{ type: i1$1.WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay]" }], directives: [{ type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
9344
9382
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TileLayoutComponent, decorators: [{
|
|
9345
9383
|
type: Component,
|
|
9346
9384
|
args: [{
|
|
@@ -9363,7 +9401,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
9363
9401
|
[style.gridRowEnd]="draggedItemWrapper?.style.gridRowEnd"
|
|
9364
9402
|
[style.gridColumnStart]="currentColStart"
|
|
9365
9403
|
[style.gridRowStart]="currentRowStart"
|
|
9366
|
-
[style.zIndex]="'1'"
|
|
9404
|
+
[style.zIndex]="'1'">
|
|
9405
|
+
</div>
|
|
9406
|
+
<div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
|
|
9367
9407
|
`
|
|
9368
9408
|
}]
|
|
9369
9409
|
}], ctorParameters: function () { return [{ type: i0.NgZone }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i1.LocalizationService }, { type: TileLayoutDraggingService }, { type: TileLayoutKeyboardNavigationService }]; }, propDecorators: { columns: [{
|
|
@@ -9389,6 +9429,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
9389
9429
|
}], hostClass: [{
|
|
9390
9430
|
type: HostBinding,
|
|
9391
9431
|
args: ['class.k-tilelayout']
|
|
9432
|
+
}, {
|
|
9433
|
+
type: HostBinding,
|
|
9434
|
+
args: ['class.k-pos-relative']
|
|
9392
9435
|
}], hostRole: [{
|
|
9393
9436
|
type: HostBinding,
|
|
9394
9437
|
args: ['attr.role']
|
|
@@ -9546,19 +9589,19 @@ DrawerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
|
|
|
9546
9589
|
DrawerContentComponent, DrawerTemplateDirective,
|
|
9547
9590
|
DrawerHeaderTemplateDirective,
|
|
9548
9591
|
DrawerFooterTemplateDirective,
|
|
9549
|
-
DrawerItemTemplateDirective], imports: [CommonModule, IconsModule], exports: [DrawerComponent,
|
|
9592
|
+
DrawerItemTemplateDirective], imports: [CommonModule, IconsModule, WatermarkModule], exports: [DrawerComponent,
|
|
9550
9593
|
DrawerContainerComponent,
|
|
9551
9594
|
DrawerContentComponent, DrawerTemplateDirective,
|
|
9552
9595
|
DrawerHeaderTemplateDirective,
|
|
9553
9596
|
DrawerFooterTemplateDirective,
|
|
9554
9597
|
DrawerItemTemplateDirective] });
|
|
9555
|
-
DrawerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DrawerModule, imports: [[CommonModule, IconsModule]] });
|
|
9598
|
+
DrawerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DrawerModule, imports: [[CommonModule, IconsModule, WatermarkModule]] });
|
|
9556
9599
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DrawerModule, decorators: [{
|
|
9557
9600
|
type: NgModule,
|
|
9558
9601
|
args: [{
|
|
9559
9602
|
declarations: [declarations$8],
|
|
9560
9603
|
exports: [exportedModules$8],
|
|
9561
|
-
imports: [CommonModule, IconsModule]
|
|
9604
|
+
imports: [CommonModule, IconsModule, WatermarkModule]
|
|
9562
9605
|
}]
|
|
9563
9606
|
}] });
|
|
9564
9607
|
|
|
@@ -9617,18 +9660,18 @@ PanelBarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version:
|
|
|
9617
9660
|
PanelBarItemComponent,
|
|
9618
9661
|
PanelBarContentDirective,
|
|
9619
9662
|
PanelBarItemTemplateDirective,
|
|
9620
|
-
PanelBarItemTitleDirective], imports: [CommonModule, IconsModule], exports: [PanelBarComponent,
|
|
9663
|
+
PanelBarItemTitleDirective], imports: [CommonModule, IconsModule, WatermarkModule], exports: [PanelBarComponent,
|
|
9621
9664
|
PanelBarItemComponent,
|
|
9622
9665
|
PanelBarContentDirective,
|
|
9623
9666
|
PanelBarItemTemplateDirective,
|
|
9624
9667
|
PanelBarItemTitleDirective] });
|
|
9625
|
-
PanelBarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PanelBarModule, imports: [[CommonModule, IconsModule]] });
|
|
9668
|
+
PanelBarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PanelBarModule, imports: [[CommonModule, IconsModule, WatermarkModule]] });
|
|
9626
9669
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PanelBarModule, decorators: [{
|
|
9627
9670
|
type: NgModule,
|
|
9628
9671
|
args: [{
|
|
9629
9672
|
declarations: [declarations$6],
|
|
9630
9673
|
exports: [exportedModules$6],
|
|
9631
|
-
imports: [CommonModule, IconsModule]
|
|
9674
|
+
imports: [CommonModule, IconsModule, WatermarkModule]
|
|
9632
9675
|
}]
|
|
9633
9676
|
}] });
|
|
9634
9677
|
|
|
@@ -9748,20 +9791,20 @@ TabStripModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version:
|
|
|
9748
9791
|
TabTitleDirective,
|
|
9749
9792
|
TabComponent,
|
|
9750
9793
|
TabStripCustomMessagesComponent,
|
|
9751
|
-
LocalizedTabStripMessagesDirective, TabStripScrollableButtonComponent], imports: [CommonModule, ResizeSensorModule, IconsModule, ButtonModule], exports: [TabStripComponent,
|
|
9794
|
+
LocalizedTabStripMessagesDirective, TabStripScrollableButtonComponent], imports: [CommonModule, ResizeSensorModule, IconsModule, ButtonModule, WatermarkModule], exports: [TabStripComponent,
|
|
9752
9795
|
TabStripTabComponent,
|
|
9753
9796
|
TabContentDirective,
|
|
9754
9797
|
TabTitleDirective,
|
|
9755
9798
|
TabComponent,
|
|
9756
9799
|
TabStripCustomMessagesComponent,
|
|
9757
9800
|
LocalizedTabStripMessagesDirective] });
|
|
9758
|
-
TabStripModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TabStripModule, imports: [[CommonModule, ResizeSensorModule, IconsModule, ButtonModule]] });
|
|
9801
|
+
TabStripModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TabStripModule, imports: [[CommonModule, ResizeSensorModule, IconsModule, ButtonModule, WatermarkModule]] });
|
|
9759
9802
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TabStripModule, decorators: [{
|
|
9760
9803
|
type: NgModule,
|
|
9761
9804
|
args: [{
|
|
9762
9805
|
declarations: [declarations$3],
|
|
9763
9806
|
exports: [exportedModules$3],
|
|
9764
|
-
imports: [CommonModule, ResizeSensorModule, IconsModule, ButtonModule]
|
|
9807
|
+
imports: [CommonModule, ResizeSensorModule, IconsModule, ButtonModule, WatermarkModule]
|
|
9765
9808
|
}]
|
|
9766
9809
|
}] });
|
|
9767
9810
|
|
|
@@ -9792,18 +9835,18 @@ TileLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", versio
|
|
|
9792
9835
|
TileLayoutItemComponent,
|
|
9793
9836
|
TileLayoutItemHeaderComponent,
|
|
9794
9837
|
TileLayoutItemBodyComponent,
|
|
9795
|
-
TileLayoutResizeHandleDirective], imports: [CommonModule], exports: [TileLayoutComponent,
|
|
9838
|
+
TileLayoutResizeHandleDirective], imports: [CommonModule, WatermarkModule], exports: [TileLayoutComponent,
|
|
9796
9839
|
TileLayoutItemComponent,
|
|
9797
9840
|
TileLayoutItemHeaderComponent,
|
|
9798
9841
|
TileLayoutItemBodyComponent,
|
|
9799
9842
|
TileLayoutResizeHandleDirective] });
|
|
9800
|
-
TileLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TileLayoutModule, imports: [[CommonModule]] });
|
|
9843
|
+
TileLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TileLayoutModule, imports: [[CommonModule, WatermarkModule]] });
|
|
9801
9844
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TileLayoutModule, decorators: [{
|
|
9802
9845
|
type: NgModule,
|
|
9803
9846
|
args: [{
|
|
9804
9847
|
declarations: [declarations$2],
|
|
9805
9848
|
exports: [exportedModules$2],
|
|
9806
|
-
imports: [CommonModule]
|
|
9849
|
+
imports: [CommonModule, WatermarkModule]
|
|
9807
9850
|
}]
|
|
9808
9851
|
}] });
|
|
9809
9852
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-layout",
|
|
3
|
-
"version": "13.
|
|
3
|
+
"version": "13.5.0-develop.2",
|
|
4
4
|
"description": "Kendo UI for Angular Layout Package - a collection of components to create professional application layoyts",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -39,16 +39,16 @@
|
|
|
39
39
|
"@angular/core": "13 - 16",
|
|
40
40
|
"@angular/platform-browser": "13 - 16",
|
|
41
41
|
"@progress/kendo-licensing": "^1.0.2",
|
|
42
|
-
"@progress/kendo-angular-common": "13.
|
|
43
|
-
"@progress/kendo-angular-l10n": "13.
|
|
44
|
-
"@progress/kendo-angular-progressbar": "13.
|
|
45
|
-
"@progress/kendo-angular-icons": "13.
|
|
46
|
-
"@progress/kendo-angular-buttons": "13.
|
|
42
|
+
"@progress/kendo-angular-common": "13.5.0-develop.2",
|
|
43
|
+
"@progress/kendo-angular-l10n": "13.5.0-develop.2",
|
|
44
|
+
"@progress/kendo-angular-progressbar": "13.5.0-develop.2",
|
|
45
|
+
"@progress/kendo-angular-icons": "13.5.0-develop.2",
|
|
46
|
+
"@progress/kendo-angular-buttons": "13.5.0-develop.2",
|
|
47
47
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"tslib": "^2.3.1",
|
|
51
|
-
"@progress/kendo-angular-schematics": "13.
|
|
51
|
+
"@progress/kendo-angular-schematics": "13.5.0-develop.2",
|
|
52
52
|
"@progress/kendo-draggable": "^3.0.2"
|
|
53
53
|
},
|
|
54
54
|
"schematics": "./schematics/collection.json",
|
|
@@ -77,9 +77,9 @@ export declare class PanelBarComponent implements AfterViewChecked, OnChanges, O
|
|
|
77
77
|
* This event is preventable. If you cancel it, the item will remain expanded.
|
|
78
78
|
*/
|
|
79
79
|
collapse: EventEmitter<PanelBarCollapseEvent>;
|
|
80
|
+
hostClasses: boolean;
|
|
80
81
|
tabIndex: number;
|
|
81
82
|
role: string;
|
|
82
|
-
hostClass: boolean;
|
|
83
83
|
activeDescendant: string;
|
|
84
84
|
get hostHeight(): string;
|
|
85
85
|
get overflow(): string;
|
|
@@ -88,6 +88,10 @@ export declare class PanelBarComponent implements AfterViewChecked, OnChanges, O
|
|
|
88
88
|
contentItems: QueryList<PanelBarItemComponent>;
|
|
89
89
|
contentChildItems: QueryList<PanelBarItemComponent>;
|
|
90
90
|
viewChildItems: QueryList<PanelBarItemComponent>;
|
|
91
|
+
/**
|
|
92
|
+
* @hidden
|
|
93
|
+
*/
|
|
94
|
+
showLicenseWatermark: boolean;
|
|
91
95
|
private localizationChangeSubscription;
|
|
92
96
|
private allItems;
|
|
93
97
|
private childrenItems;
|
package/panelbar.module.d.ts
CHANGED
|
@@ -10,6 +10,7 @@ import * as i4 from "./panelbar/panelbar-item-template.directive";
|
|
|
10
10
|
import * as i5 from "./panelbar/panelbar-item-title.directive";
|
|
11
11
|
import * as i6 from "@angular/common";
|
|
12
12
|
import * as i7 from "@progress/kendo-angular-icons";
|
|
13
|
+
import * as i8 from "@progress/kendo-angular-common";
|
|
13
14
|
/**
|
|
14
15
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
15
16
|
* definition for the PanelBar component.
|
|
@@ -23,6 +24,6 @@ import * as i7 from "@progress/kendo-angular-icons";
|
|
|
23
24
|
*/
|
|
24
25
|
export declare class PanelBarModule {
|
|
25
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<PanelBarModule, never>;
|
|
26
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<PanelBarModule, [typeof i1.PanelBarComponent, typeof i2.PanelBarItemComponent, typeof i3.PanelBarContentDirective, typeof i4.PanelBarItemTemplateDirective, typeof i5.PanelBarItemTitleDirective], [typeof i6.CommonModule, typeof i7.IconsModule], [typeof i1.PanelBarComponent, typeof i2.PanelBarItemComponent, typeof i3.PanelBarContentDirective, typeof i4.PanelBarItemTemplateDirective, typeof i5.PanelBarItemTitleDirective]>;
|
|
27
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PanelBarModule, [typeof i1.PanelBarComponent, typeof i2.PanelBarItemComponent, typeof i3.PanelBarContentDirective, typeof i4.PanelBarItemTemplateDirective, typeof i5.PanelBarItemTitleDirective], [typeof i6.CommonModule, typeof i7.IconsModule, typeof i8.WatermarkModule], [typeof i1.PanelBarComponent, typeof i2.PanelBarItemComponent, typeof i3.PanelBarContentDirective, typeof i4.PanelBarItemTemplateDirective, typeof i5.PanelBarItemTitleDirective]>;
|
|
27
28
|
static ɵinj: i0.ɵɵInjectorDeclaration<PanelBarModule>;
|
|
28
29
|
}
|
|
@@ -101,7 +101,7 @@ export declare class TabStripComponent implements AfterViewInit, OnDestroy {
|
|
|
101
101
|
* The event is preventable.
|
|
102
102
|
*/
|
|
103
103
|
tabScroll: EventEmitter<TabScrollEvent>;
|
|
104
|
-
|
|
104
|
+
hostClasses: boolean;
|
|
105
105
|
get tabsAtTop(): boolean;
|
|
106
106
|
get tabsAtRight(): boolean;
|
|
107
107
|
get tabsAtBottom(): boolean;
|
|
@@ -132,6 +132,10 @@ export declare class TabStripComponent implements AfterViewInit, OnDestroy {
|
|
|
132
132
|
* @hidden
|
|
133
133
|
*/
|
|
134
134
|
localizationChangeSubscription: Subscription;
|
|
135
|
+
/**
|
|
136
|
+
* @hidden
|
|
137
|
+
*/
|
|
138
|
+
showLicenseWatermark: boolean;
|
|
135
139
|
private _height;
|
|
136
140
|
private _scrollableSettings;
|
|
137
141
|
private subscriptions;
|
package/tabstrip.module.d.ts
CHANGED
|
@@ -27,6 +27,6 @@ import * as i12 from "@progress/kendo-angular-buttons";
|
|
|
27
27
|
*/
|
|
28
28
|
export declare class TabStripModule {
|
|
29
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<TabStripModule, never>;
|
|
30
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TabStripModule, [typeof i1.TabStripComponent, typeof i2.TabStripTabComponent, typeof i3.TabContentDirective, typeof i4.TabTitleDirective, typeof i5.TabComponent, typeof i6.TabStripCustomMessagesComponent, typeof i7.LocalizedTabStripMessagesDirective, typeof i8.TabStripScrollableButtonComponent], [typeof i9.CommonModule, typeof i10.ResizeSensorModule, typeof i11.IconsModule, typeof i12.ButtonModule], [typeof i1.TabStripComponent, typeof i2.TabStripTabComponent, typeof i3.TabContentDirective, typeof i4.TabTitleDirective, typeof i5.TabComponent, typeof i6.TabStripCustomMessagesComponent, typeof i7.LocalizedTabStripMessagesDirective]>;
|
|
30
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TabStripModule, [typeof i1.TabStripComponent, typeof i2.TabStripTabComponent, typeof i3.TabContentDirective, typeof i4.TabTitleDirective, typeof i5.TabComponent, typeof i6.TabStripCustomMessagesComponent, typeof i7.LocalizedTabStripMessagesDirective, typeof i8.TabStripScrollableButtonComponent], [typeof i9.CommonModule, typeof i10.ResizeSensorModule, typeof i11.IconsModule, typeof i12.ButtonModule, typeof i10.WatermarkModule], [typeof i1.TabStripComponent, typeof i2.TabStripTabComponent, typeof i3.TabContentDirective, typeof i4.TabTitleDirective, typeof i5.TabComponent, typeof i6.TabStripCustomMessagesComponent, typeof i7.LocalizedTabStripMessagesDirective]>;
|
|
31
31
|
static ɵinj: i0.ɵɵInjectorDeclaration<TabStripModule>;
|
|
32
32
|
}
|
|
@@ -100,6 +100,10 @@ export declare class TileLayoutComponent implements OnInit, AfterViewInit, After
|
|
|
100
100
|
*/
|
|
101
101
|
items: QueryList<TileLayoutItemComponent>;
|
|
102
102
|
private hint;
|
|
103
|
+
/**
|
|
104
|
+
* @hidden
|
|
105
|
+
*/
|
|
106
|
+
showLicenseWatermark: boolean;
|
|
103
107
|
private draggable;
|
|
104
108
|
private subs;
|
|
105
109
|
private _gap;
|
package/tilelayout.module.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ import * as i3 from "./tilelayout/tilelayout-item-header.component";
|
|
|
9
9
|
import * as i4 from "./tilelayout/tilelayout-item-body.component";
|
|
10
10
|
import * as i5 from "./tilelayout/tilelayout-resize-handle.directive";
|
|
11
11
|
import * as i6 from "@angular/common";
|
|
12
|
+
import * as i7 from "@progress/kendo-angular-common";
|
|
12
13
|
/**
|
|
13
14
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
14
15
|
* definition for the TileLayout component.
|
|
@@ -21,6 +22,6 @@ import * as i6 from "@angular/common";
|
|
|
21
22
|
*/
|
|
22
23
|
export declare class TileLayoutModule {
|
|
23
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<TileLayoutModule, never>;
|
|
24
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TileLayoutModule, [typeof i1.TileLayoutComponent, typeof i2.TileLayoutItemComponent, typeof i3.TileLayoutItemHeaderComponent, typeof i4.TileLayoutItemBodyComponent, typeof i5.TileLayoutResizeHandleDirective], [typeof i6.CommonModule], [typeof i1.TileLayoutComponent, typeof i2.TileLayoutItemComponent, typeof i3.TileLayoutItemHeaderComponent, typeof i4.TileLayoutItemBodyComponent, typeof i5.TileLayoutResizeHandleDirective]>;
|
|
25
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TileLayoutModule, [typeof i1.TileLayoutComponent, typeof i2.TileLayoutItemComponent, typeof i3.TileLayoutItemHeaderComponent, typeof i4.TileLayoutItemBodyComponent, typeof i5.TileLayoutResizeHandleDirective], [typeof i6.CommonModule, typeof i7.WatermarkModule], [typeof i1.TileLayoutComponent, typeof i2.TileLayoutItemComponent, typeof i3.TileLayoutItemHeaderComponent, typeof i4.TileLayoutItemBodyComponent, typeof i5.TileLayoutResizeHandleDirective]>;
|
|
25
26
|
static ɵinj: i0.ɵɵInjectorDeclaration<TileLayoutModule>;
|
|
26
27
|
}
|