@progress/kendo-angular-layout 13.4.1-develop.4 → 13.5.0-develop.1
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 { 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, 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: 1694187013,
|
|
35
|
+
version: '13.5.0-develop.1',
|
|
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
|
|
|
@@ -1036,10 +1036,14 @@ class PanelBarComponent {
|
|
|
1036
1036
|
* This event is preventable. If you cancel it, the item will remain expanded.
|
|
1037
1037
|
*/
|
|
1038
1038
|
this.collapse = new EventEmitter();
|
|
1039
|
+
this.hostClasses = true;
|
|
1039
1040
|
this.tabIndex = 0;
|
|
1040
1041
|
this.role = 'tree';
|
|
1041
|
-
this.hostClass = true;
|
|
1042
1042
|
this.activeDescendant = '';
|
|
1043
|
+
/**
|
|
1044
|
+
* @hidden
|
|
1045
|
+
*/
|
|
1046
|
+
this.showLicenseWatermark = false;
|
|
1043
1047
|
this.isViewInit = true;
|
|
1044
1048
|
this.focused = false;
|
|
1045
1049
|
this._keepItemContent = false;
|
|
@@ -1055,7 +1059,8 @@ class PanelBarComponent {
|
|
|
1055
1059
|
item.contentOverflow = contentOverflow;
|
|
1056
1060
|
});
|
|
1057
1061
|
};
|
|
1058
|
-
validatePackage(packageMetadata);
|
|
1062
|
+
const isValid = validatePackage(packageMetadata);
|
|
1063
|
+
this.showLicenseWatermark = shouldShowValidationUI(isValid);
|
|
1059
1064
|
/* eslint-disable-line*/
|
|
1060
1065
|
this.keyBindings = this.computedKeys;
|
|
1061
1066
|
this.elementRef = elementRef;
|
|
@@ -1445,7 +1450,7 @@ class PanelBarComponent {
|
|
|
1445
1450
|
}
|
|
1446
1451
|
}
|
|
1447
1452
|
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 });
|
|
1448
|
-
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: { "
|
|
1453
|
+
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: [
|
|
1449
1454
|
PanelBarService,
|
|
1450
1455
|
LocalizationService,
|
|
1451
1456
|
{
|
|
@@ -1473,7 +1478,9 @@ PanelBarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", vers
|
|
|
1473
1478
|
</kendo-panelbar-item>
|
|
1474
1479
|
</ng-container>
|
|
1475
1480
|
</ng-template>
|
|
1476
|
-
|
|
1481
|
+
|
|
1482
|
+
<div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
|
|
1483
|
+
`, 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"] }] });
|
|
1477
1484
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PanelBarComponent, decorators: [{
|
|
1478
1485
|
type: Component,
|
|
1479
1486
|
args: [{
|
|
@@ -1508,6 +1515,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
1508
1515
|
</kendo-panelbar-item>
|
|
1509
1516
|
</ng-container>
|
|
1510
1517
|
</ng-template>
|
|
1518
|
+
|
|
1519
|
+
<div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
|
|
1511
1520
|
`
|
|
1512
1521
|
}]
|
|
1513
1522
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: PanelBarService }, { type: i1.LocalizationService }]; }, propDecorators: { expandMode: [{
|
|
@@ -1530,15 +1539,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
1530
1539
|
type: Output
|
|
1531
1540
|
}], collapse: [{
|
|
1532
1541
|
type: Output
|
|
1542
|
+
}], hostClasses: [{
|
|
1543
|
+
type: HostBinding,
|
|
1544
|
+
args: ['class.k-panelbar']
|
|
1545
|
+
}, {
|
|
1546
|
+
type: HostBinding,
|
|
1547
|
+
args: ['class.k-pos-relative']
|
|
1533
1548
|
}], tabIndex: [{
|
|
1534
1549
|
type: HostBinding,
|
|
1535
1550
|
args: ['attr.tabIndex']
|
|
1536
1551
|
}], role: [{
|
|
1537
1552
|
type: HostBinding,
|
|
1538
1553
|
args: ['attr.role']
|
|
1539
|
-
}], hostClass: [{
|
|
1540
|
-
type: HostBinding,
|
|
1541
|
-
args: ['class.k-panelbar']
|
|
1542
1554
|
}], activeDescendant: [{
|
|
1543
1555
|
type: HostBinding,
|
|
1544
1556
|
args: ['attr.aria-activedescendant']
|
|
@@ -3585,16 +3597,21 @@ class TabStripComponent {
|
|
|
3585
3597
|
* The event is preventable.
|
|
3586
3598
|
*/
|
|
3587
3599
|
this.tabScroll = new EventEmitter();
|
|
3588
|
-
this.
|
|
3600
|
+
this.hostClasses = true;
|
|
3589
3601
|
/**
|
|
3590
3602
|
* A query list of all declared tabs.
|
|
3591
3603
|
*/
|
|
3592
3604
|
this.tabs = new QueryList();
|
|
3605
|
+
/**
|
|
3606
|
+
* @hidden
|
|
3607
|
+
*/
|
|
3608
|
+
this.showLicenseWatermark = false;
|
|
3593
3609
|
this._scrollableSettings = normalizeScrollableSettings(false);
|
|
3594
3610
|
this.subscriptions = new Subscription();
|
|
3595
3611
|
this.subscriptionsArePresent = false;
|
|
3596
3612
|
this.tabStripId = guid();
|
|
3597
|
-
validatePackage(packageMetadata);
|
|
3613
|
+
const isValid = validatePackage(packageMetadata);
|
|
3614
|
+
this.showLicenseWatermark = shouldShowValidationUI(isValid);
|
|
3598
3615
|
this.tabstripService.owner = this;
|
|
3599
3616
|
this.scrollService.owner = this;
|
|
3600
3617
|
this.subscriptions.add(this.scrollService.scrollButtonActiveStateChange.subscribe((activeButtonSettings) => {
|
|
@@ -3885,7 +3902,7 @@ class TabStripComponent {
|
|
|
3885
3902
|
}
|
|
3886
3903
|
}
|
|
3887
3904
|
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 });
|
|
3888
|
-
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.
|
|
3905
|
+
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: [
|
|
3889
3906
|
TabStripService,
|
|
3890
3907
|
ScrollService,
|
|
3891
3908
|
LocalizationService,
|
|
@@ -3993,7 +4010,8 @@ TabStripComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", vers
|
|
|
3993
4010
|
</ng-template>
|
|
3994
4011
|
</ng-template>
|
|
3995
4012
|
<kendo-resize-sensor *ngIf="isScrollable" (resize)="onResize()"></kendo-resize-sensor>
|
|
3996
|
-
|
|
4013
|
+
<div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
|
|
4014
|
+
`, 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: [
|
|
3997
4015
|
trigger('state', [
|
|
3998
4016
|
state('active', style({ opacity: 1 })),
|
|
3999
4017
|
transition('* => active', [
|
|
@@ -4125,6 +4143,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
4125
4143
|
</ng-template>
|
|
4126
4144
|
</ng-template>
|
|
4127
4145
|
<kendo-resize-sensor *ngIf="isScrollable" (resize)="onResize()"></kendo-resize-sensor>
|
|
4146
|
+
<div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
|
|
4128
4147
|
`
|
|
4129
4148
|
}]
|
|
4130
4149
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }, { type: i0.Renderer2 }, { type: i0.ElementRef }, { type: TabStripService }, { type: ScrollService }, { type: i0.NgZone }]; }, propDecorators: { height: [{
|
|
@@ -4153,9 +4172,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
4153
4172
|
type: Output
|
|
4154
4173
|
}], tabScroll: [{
|
|
4155
4174
|
type: Output
|
|
4156
|
-
}],
|
|
4175
|
+
}], hostClasses: [{
|
|
4157
4176
|
type: HostBinding,
|
|
4158
4177
|
args: ['class.k-tabstrip']
|
|
4178
|
+
}, {
|
|
4179
|
+
type: HostBinding,
|
|
4180
|
+
args: ['class.k-pos-relative']
|
|
4159
4181
|
}], tabsAtTop: [{
|
|
4160
4182
|
type: HostBinding,
|
|
4161
4183
|
args: ['class.k-tabstrip-top']
|
|
@@ -5017,9 +5039,14 @@ class DrawerComponent {
|
|
|
5017
5039
|
* Used to provide a two-way binding for the `expanded` property.
|
|
5018
5040
|
*/
|
|
5019
5041
|
this.expandedChange = new EventEmitter();
|
|
5042
|
+
/**
|
|
5043
|
+
* @hidden
|
|
5044
|
+
*/
|
|
5045
|
+
this.showLicenseWatermark = false;
|
|
5020
5046
|
this.animationEnd = new EventEmitter();
|
|
5021
5047
|
this.rtl = false;
|
|
5022
|
-
validatePackage(packageMetadata);
|
|
5048
|
+
const isValid = validatePackage(packageMetadata);
|
|
5049
|
+
this.showLicenseWatermark = shouldShowValidationUI(isValid);
|
|
5023
5050
|
this.dynamicRTLSubscription = this.localizationService.changes.subscribe(({ rtl }) => {
|
|
5024
5051
|
this.rtl = rtl;
|
|
5025
5052
|
this.direction = this.rtl ? 'rtl' : 'ltr';
|
|
@@ -5193,7 +5220,9 @@ DrawerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versio
|
|
|
5193
5220
|
[ngTemplateOutlet]="drawerTemplate?.templateRef">
|
|
5194
5221
|
</ng-template>
|
|
5195
5222
|
</div>
|
|
5196
|
-
|
|
5223
|
+
|
|
5224
|
+
<div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
|
|
5225
|
+
`, 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"] }] });
|
|
5197
5226
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DrawerComponent, decorators: [{
|
|
5198
5227
|
type: Component,
|
|
5199
5228
|
args: [{
|
|
@@ -5234,6 +5263,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
5234
5263
|
[ngTemplateOutlet]="drawerTemplate?.templateRef">
|
|
5235
5264
|
</ng-template>
|
|
5236
5265
|
</div>
|
|
5266
|
+
|
|
5267
|
+
<div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
|
|
5237
5268
|
`
|
|
5238
5269
|
}]
|
|
5239
5270
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1$2.AnimationBuilder }, { type: i1.LocalizationService }, { type: DrawerService }]; }, propDecorators: { hostClasses: [{
|
|
@@ -8323,8 +8354,8 @@ class TileLayoutDraggingService {
|
|
|
8323
8354
|
};
|
|
8324
8355
|
});
|
|
8325
8356
|
setElementStyles(this.renderer, this.draggedItemWrapper, {
|
|
8326
|
-
left: tileRect.left + window.pageXOffset + 'px',
|
|
8327
|
-
top: tileRect.top + window.pageYOffset + 'px',
|
|
8357
|
+
left: tileRect.left + window.pageXOffset - window.scrollX + 'px',
|
|
8358
|
+
top: tileRect.top + window.pageYOffset - window.scrollY + 'px',
|
|
8328
8359
|
width: tileRect.width + 'px',
|
|
8329
8360
|
height: tileRect.height + 'px',
|
|
8330
8361
|
zIndex: DRAGGED_ZINDEX
|
|
@@ -8335,7 +8366,7 @@ class TileLayoutDraggingService {
|
|
|
8335
8366
|
});
|
|
8336
8367
|
this.zone.run(() => this.targetOrder = this.draggedItem.order);
|
|
8337
8368
|
setElementStyles(this.renderer, this.draggedItemWrapper, {
|
|
8338
|
-
position: '
|
|
8369
|
+
position: 'fixed'
|
|
8339
8370
|
});
|
|
8340
8371
|
if (this.reorderable.getValue() && !resizing) {
|
|
8341
8372
|
this.zone.run(() => {
|
|
@@ -8473,8 +8504,8 @@ class TileLayoutDraggingService {
|
|
|
8473
8504
|
this.tileLayoutSettings.tileLayoutElement.appendChild(this.tileLayoutSettings.hintElement);
|
|
8474
8505
|
}
|
|
8475
8506
|
setElementStyles(this.renderer, this.draggedItemWrapper, {
|
|
8476
|
-
top: (event.pageY - this.offset.top) + 'px',
|
|
8477
|
-
left: (event.pageX - this.offset.left) + 'px'
|
|
8507
|
+
top: (event.pageY - this.offset.top - window.scrollY) + 'px',
|
|
8508
|
+
left: (event.pageX - this.offset.left - window.scrollX) + 'px'
|
|
8478
8509
|
});
|
|
8479
8510
|
this.cdr.markForCheck();
|
|
8480
8511
|
}
|
|
@@ -9194,12 +9225,17 @@ class TileLayoutComponent {
|
|
|
9194
9225
|
this.resize = new EventEmitter();
|
|
9195
9226
|
this.hostClass = true;
|
|
9196
9227
|
this.hostRole = 'list';
|
|
9228
|
+
/**
|
|
9229
|
+
* @hidden
|
|
9230
|
+
*/
|
|
9231
|
+
this.showLicenseWatermark = false;
|
|
9197
9232
|
this.subs = new Subscription();
|
|
9198
9233
|
this._gap = {
|
|
9199
9234
|
rows: 16,
|
|
9200
9235
|
columns: 16
|
|
9201
9236
|
};
|
|
9202
|
-
validatePackage(packageMetadata);
|
|
9237
|
+
const isValid = validatePackage(packageMetadata);
|
|
9238
|
+
this.showLicenseWatermark = shouldShowValidationUI(isValid);
|
|
9203
9239
|
}
|
|
9204
9240
|
/**
|
|
9205
9241
|
* The numeric values which determine the spacing in pixels between the layout items horizontally and vertically.
|
|
@@ -9351,7 +9387,7 @@ class TileLayoutComponent {
|
|
|
9351
9387
|
}
|
|
9352
9388
|
}
|
|
9353
9389
|
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 });
|
|
9354
|
-
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: [
|
|
9390
|
+
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: [
|
|
9355
9391
|
LocalizationService,
|
|
9356
9392
|
TileLayoutDraggingService,
|
|
9357
9393
|
TileLayoutKeyboardNavigationService,
|
|
@@ -9368,8 +9404,10 @@ TileLayoutComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", ve
|
|
|
9368
9404
|
[style.gridRowEnd]="draggedItemWrapper?.style.gridRowEnd"
|
|
9369
9405
|
[style.gridColumnStart]="currentColStart"
|
|
9370
9406
|
[style.gridRowStart]="currentRowStart"
|
|
9371
|
-
[style.zIndex]="'1'"
|
|
9372
|
-
|
|
9407
|
+
[style.zIndex]="'1'">
|
|
9408
|
+
</div>
|
|
9409
|
+
<div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
|
|
9410
|
+
`, isInline: true, components: [{ type: i1$1.WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay]" }], directives: [{ type: i3.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
9373
9411
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TileLayoutComponent, decorators: [{
|
|
9374
9412
|
type: Component,
|
|
9375
9413
|
args: [{
|
|
@@ -9392,7 +9430,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
9392
9430
|
[style.gridRowEnd]="draggedItemWrapper?.style.gridRowEnd"
|
|
9393
9431
|
[style.gridColumnStart]="currentColStart"
|
|
9394
9432
|
[style.gridRowStart]="currentRowStart"
|
|
9395
|
-
[style.zIndex]="'1'"
|
|
9433
|
+
[style.zIndex]="'1'">
|
|
9434
|
+
</div>
|
|
9435
|
+
<div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
|
|
9396
9436
|
`
|
|
9397
9437
|
}]
|
|
9398
9438
|
}], ctorParameters: function () { return [{ type: i0.NgZone }, { type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i1.LocalizationService }, { type: TileLayoutDraggingService }, { type: TileLayoutKeyboardNavigationService }]; }, propDecorators: { columns: [{
|
|
@@ -9418,6 +9458,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
9418
9458
|
}], hostClass: [{
|
|
9419
9459
|
type: HostBinding,
|
|
9420
9460
|
args: ['class.k-tilelayout']
|
|
9461
|
+
}, {
|
|
9462
|
+
type: HostBinding,
|
|
9463
|
+
args: ['class.k-pos-relative']
|
|
9421
9464
|
}], hostRole: [{
|
|
9422
9465
|
type: HostBinding,
|
|
9423
9466
|
args: ['attr.role']
|
|
@@ -9575,19 +9618,19 @@ DrawerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "
|
|
|
9575
9618
|
DrawerContentComponent, DrawerTemplateDirective,
|
|
9576
9619
|
DrawerHeaderTemplateDirective,
|
|
9577
9620
|
DrawerFooterTemplateDirective,
|
|
9578
|
-
DrawerItemTemplateDirective], imports: [CommonModule, IconsModule], exports: [DrawerComponent,
|
|
9621
|
+
DrawerItemTemplateDirective], imports: [CommonModule, IconsModule, WatermarkModule], exports: [DrawerComponent,
|
|
9579
9622
|
DrawerContainerComponent,
|
|
9580
9623
|
DrawerContentComponent, DrawerTemplateDirective,
|
|
9581
9624
|
DrawerHeaderTemplateDirective,
|
|
9582
9625
|
DrawerFooterTemplateDirective,
|
|
9583
9626
|
DrawerItemTemplateDirective] });
|
|
9584
|
-
DrawerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DrawerModule, imports: [[CommonModule, IconsModule]] });
|
|
9627
|
+
DrawerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DrawerModule, imports: [[CommonModule, IconsModule, WatermarkModule]] });
|
|
9585
9628
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DrawerModule, decorators: [{
|
|
9586
9629
|
type: NgModule,
|
|
9587
9630
|
args: [{
|
|
9588
9631
|
declarations: [declarations$8],
|
|
9589
9632
|
exports: [exportedModules$8],
|
|
9590
|
-
imports: [CommonModule, IconsModule]
|
|
9633
|
+
imports: [CommonModule, IconsModule, WatermarkModule]
|
|
9591
9634
|
}]
|
|
9592
9635
|
}] });
|
|
9593
9636
|
|
|
@@ -9646,18 +9689,18 @@ PanelBarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version:
|
|
|
9646
9689
|
PanelBarItemComponent,
|
|
9647
9690
|
PanelBarContentDirective,
|
|
9648
9691
|
PanelBarItemTemplateDirective,
|
|
9649
|
-
PanelBarItemTitleDirective], imports: [CommonModule, IconsModule], exports: [PanelBarComponent,
|
|
9692
|
+
PanelBarItemTitleDirective], imports: [CommonModule, IconsModule, WatermarkModule], exports: [PanelBarComponent,
|
|
9650
9693
|
PanelBarItemComponent,
|
|
9651
9694
|
PanelBarContentDirective,
|
|
9652
9695
|
PanelBarItemTemplateDirective,
|
|
9653
9696
|
PanelBarItemTitleDirective] });
|
|
9654
|
-
PanelBarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PanelBarModule, imports: [[CommonModule, IconsModule]] });
|
|
9697
|
+
PanelBarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PanelBarModule, imports: [[CommonModule, IconsModule, WatermarkModule]] });
|
|
9655
9698
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: PanelBarModule, decorators: [{
|
|
9656
9699
|
type: NgModule,
|
|
9657
9700
|
args: [{
|
|
9658
9701
|
declarations: [declarations$6],
|
|
9659
9702
|
exports: [exportedModules$6],
|
|
9660
|
-
imports: [CommonModule, IconsModule]
|
|
9703
|
+
imports: [CommonModule, IconsModule, WatermarkModule]
|
|
9661
9704
|
}]
|
|
9662
9705
|
}] });
|
|
9663
9706
|
|
|
@@ -9777,20 +9820,20 @@ TabStripModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version:
|
|
|
9777
9820
|
TabTitleDirective,
|
|
9778
9821
|
TabComponent,
|
|
9779
9822
|
TabStripCustomMessagesComponent,
|
|
9780
|
-
LocalizedTabStripMessagesDirective, TabStripScrollableButtonComponent], imports: [CommonModule, ResizeSensorModule, IconsModule, ButtonModule], exports: [TabStripComponent,
|
|
9823
|
+
LocalizedTabStripMessagesDirective, TabStripScrollableButtonComponent], imports: [CommonModule, ResizeSensorModule, IconsModule, ButtonModule, WatermarkModule], exports: [TabStripComponent,
|
|
9781
9824
|
TabStripTabComponent,
|
|
9782
9825
|
TabContentDirective,
|
|
9783
9826
|
TabTitleDirective,
|
|
9784
9827
|
TabComponent,
|
|
9785
9828
|
TabStripCustomMessagesComponent,
|
|
9786
9829
|
LocalizedTabStripMessagesDirective] });
|
|
9787
|
-
TabStripModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TabStripModule, imports: [[CommonModule, ResizeSensorModule, IconsModule, ButtonModule]] });
|
|
9830
|
+
TabStripModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TabStripModule, imports: [[CommonModule, ResizeSensorModule, IconsModule, ButtonModule, WatermarkModule]] });
|
|
9788
9831
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TabStripModule, decorators: [{
|
|
9789
9832
|
type: NgModule,
|
|
9790
9833
|
args: [{
|
|
9791
9834
|
declarations: [declarations$3],
|
|
9792
9835
|
exports: [exportedModules$3],
|
|
9793
|
-
imports: [CommonModule, ResizeSensorModule, IconsModule, ButtonModule]
|
|
9836
|
+
imports: [CommonModule, ResizeSensorModule, IconsModule, ButtonModule, WatermarkModule]
|
|
9794
9837
|
}]
|
|
9795
9838
|
}] });
|
|
9796
9839
|
|
|
@@ -9821,18 +9864,18 @@ TileLayoutModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", versio
|
|
|
9821
9864
|
TileLayoutItemComponent,
|
|
9822
9865
|
TileLayoutItemHeaderComponent,
|
|
9823
9866
|
TileLayoutItemBodyComponent,
|
|
9824
|
-
TileLayoutResizeHandleDirective], imports: [CommonModule], exports: [TileLayoutComponent,
|
|
9867
|
+
TileLayoutResizeHandleDirective], imports: [CommonModule, WatermarkModule], exports: [TileLayoutComponent,
|
|
9825
9868
|
TileLayoutItemComponent,
|
|
9826
9869
|
TileLayoutItemHeaderComponent,
|
|
9827
9870
|
TileLayoutItemBodyComponent,
|
|
9828
9871
|
TileLayoutResizeHandleDirective] });
|
|
9829
|
-
TileLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TileLayoutModule, imports: [[CommonModule]] });
|
|
9872
|
+
TileLayoutModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TileLayoutModule, imports: [[CommonModule, WatermarkModule]] });
|
|
9830
9873
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: TileLayoutModule, decorators: [{
|
|
9831
9874
|
type: NgModule,
|
|
9832
9875
|
args: [{
|
|
9833
9876
|
declarations: [declarations$2],
|
|
9834
9877
|
exports: [exportedModules$2],
|
|
9835
|
-
imports: [CommonModule]
|
|
9878
|
+
imports: [CommonModule, WatermarkModule]
|
|
9836
9879
|
}]
|
|
9837
9880
|
}] });
|
|
9838
9881
|
|