@progress/kendo-angular-layout 24.0.0-develop.37 → 24.0.0-develop.38
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.
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import * as i0 from '@angular/core';
|
|
6
|
-
import { Injectable, Directive, Optional, isDevMode, ContentChildren, ViewChildren, HostBinding, ViewChild, Input, SkipSelf, Host, Component, EventEmitter, HostListener, ContentChild, Output, Inject, QueryList, NgZone,
|
|
6
|
+
import { Injectable, Directive, Optional, isDevMode, ContentChildren, ViewChildren, HostBinding, ViewChild, Input, SkipSelf, Host, Component, EventEmitter, forwardRef, HostListener, ContentChild, Output, Inject, QueryList, NgZone, ElementRef, ViewEncapsulation, TemplateRef, NgModule } from '@angular/core';
|
|
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, getLicenseMessage, shouldShowValidationUI, normalizeKeys, WatermarkOverlayComponent, isDocumentAvailable, anyChanged, isObjectPresent, removeHTMLAttributes, parseAttributes, setHTMLAttributes, DraggableDirective, PreventableEvent as PreventableEvent$1, guid, ResizeSensorComponent, hasObservers, isPresent as isPresent$1, focusableSelector, isChanged } from '@progress/kendo-angular-common';
|
|
10
|
+
import { Keys, getLicenseMessage, shouldShowValidationUI, normalizeKeys, WatermarkOverlayComponent, KENDO_WEBMCP_HOST, isDocumentAvailable, anyChanged, isObjectPresent, removeHTMLAttributes, parseAttributes, setHTMLAttributes, DraggableDirective, PreventableEvent as PreventableEvent$1, guid, ResizeSensorComponent, hasObservers, isPresent as isPresent$1, focusableSelector, isChanged } from '@progress/kendo-angular-common';
|
|
11
11
|
import { validatePackage } from '@progress/kendo-licensing';
|
|
12
12
|
import * as i2 from '@angular/animations';
|
|
13
13
|
import { trigger, state, style, transition, animate, AUTO_STYLE } from '@angular/animations';
|
|
@@ -29,8 +29,8 @@ const packageMetadata = {
|
|
|
29
29
|
productName: 'Kendo UI for Angular',
|
|
30
30
|
productCode: 'KENDOUIANGULAR',
|
|
31
31
|
productCodes: ['KENDOUIANGULAR'],
|
|
32
|
-
publishDate:
|
|
33
|
-
version: '24.0.0-develop.
|
|
32
|
+
publishDate: 1779191919,
|
|
33
|
+
version: '24.0.0-develop.38',
|
|
34
34
|
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'
|
|
35
35
|
};
|
|
36
36
|
|
|
@@ -1659,7 +1659,8 @@ class PanelBarComponent {
|
|
|
1659
1659
|
{
|
|
1660
1660
|
provide: L10N_PREFIX,
|
|
1661
1661
|
useValue: 'kendo.panelbar'
|
|
1662
|
-
}
|
|
1662
|
+
},
|
|
1663
|
+
{ provide: KENDO_WEBMCP_HOST, useExisting: forwardRef(() => PanelBarComponent) }
|
|
1663
1664
|
], queries: [{ propertyName: "template", first: true, predicate: PanelBarItemTemplateDirective, descendants: true }, { propertyName: "contentItems", predicate: PanelBarItemComponent, descendants: true }, { propertyName: "contentChildItems", predicate: PanelBarItemComponent }], viewQueries: [{ propertyName: "viewChildItems", predicate: PanelBarItemComponent, descendants: true }], exportAs: ["kendoPanelbar"], usesOnChanges: true, ngImport: i0, template: `
|
|
1664
1665
|
@if (contentChildItems && !items) {
|
|
1665
1666
|
<ng-content select="kendo-panelbar-item"></ng-content>
|
|
@@ -1701,7 +1702,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
1701
1702
|
{
|
|
1702
1703
|
provide: L10N_PREFIX,
|
|
1703
1704
|
useValue: 'kendo.panelbar'
|
|
1704
|
-
}
|
|
1705
|
+
},
|
|
1706
|
+
{ provide: KENDO_WEBMCP_HOST, useExisting: forwardRef(() => PanelBarComponent) }
|
|
1705
1707
|
],
|
|
1706
1708
|
selector: 'kendo-panelbar',
|
|
1707
1709
|
template: `
|
|
@@ -4636,7 +4638,8 @@ class TabStripComponent {
|
|
|
4636
4638
|
{
|
|
4637
4639
|
provide: L10N_PREFIX,
|
|
4638
4640
|
useValue: 'kendo.tabstrip'
|
|
4639
|
-
}
|
|
4641
|
+
},
|
|
4642
|
+
{ provide: KENDO_WEBMCP_HOST, useExisting: forwardRef(() => TabStripComponent) }
|
|
4640
4643
|
], queries: [{ propertyName: "tabs", predicate: TabStripTabComponent }], viewQueries: [{ propertyName: "tablist", first: true, predicate: ["tablist"], descendants: true }, { propertyName: "prevScrollButton", first: true, predicate: ["prevScrollButton"], descendants: true }, { propertyName: "nextScrollButton", first: true, predicate: ["nextScrollButton"], descendants: true }, { propertyName: "tabHeaderContainers", predicate: ["tabHeaderContainer"], descendants: true, read: ElementRef }], exportAs: ["kendoTabStrip"], usesOnChanges: true, ngImport: i0, template: `
|
|
4641
4644
|
<ng-container kendoTabStripLocalizedMessages
|
|
4642
4645
|
i18n-closeTitle="kendo.tabstrip.closeTitle|The title for the **Close** button in the TabStrip tab."
|
|
@@ -4826,7 +4829,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
4826
4829
|
{
|
|
4827
4830
|
provide: L10N_PREFIX,
|
|
4828
4831
|
useValue: 'kendo.tabstrip'
|
|
4829
|
-
}
|
|
4832
|
+
},
|
|
4833
|
+
{ provide: KENDO_WEBMCP_HOST, useExisting: forwardRef(() => TabStripComponent) }
|
|
4830
4834
|
],
|
|
4831
4835
|
exportAs: 'kendoTabStrip',
|
|
4832
4836
|
selector: 'kendo-tabstrip',
|
|
@@ -6046,7 +6050,8 @@ class DrawerComponent {
|
|
|
6046
6050
|
{
|
|
6047
6051
|
provide: L10N_PREFIX,
|
|
6048
6052
|
useValue: 'kendo.drawer'
|
|
6049
|
-
}
|
|
6053
|
+
},
|
|
6054
|
+
{ provide: KENDO_WEBMCP_HOST, useExisting: forwardRef(() => DrawerComponent) }
|
|
6050
6055
|
], queries: [{ propertyName: "drawerTemplate", first: true, predicate: DrawerTemplateDirective, descendants: true }, { propertyName: "footerTemplate", first: true, predicate: DrawerFooterTemplateDirective, descendants: true }, { propertyName: "headerTemplate", first: true, predicate: DrawerHeaderTemplateDirective, descendants: true }, { propertyName: "itemTemplate", first: true, predicate: DrawerItemTemplateDirective, descendants: true }], exportAs: ["kendoDrawer"], usesOnChanges: true, ngImport: i0, template: `
|
|
6051
6056
|
@if (expanded || mini || animation) {
|
|
6052
6057
|
<div class="k-drawer-wrapper"
|
|
@@ -6097,7 +6102,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
6097
6102
|
{
|
|
6098
6103
|
provide: L10N_PREFIX,
|
|
6099
6104
|
useValue: 'kendo.drawer'
|
|
6100
|
-
}
|
|
6105
|
+
},
|
|
6106
|
+
{ provide: KENDO_WEBMCP_HOST, useExisting: forwardRef(() => DrawerComponent) }
|
|
6101
6107
|
],
|
|
6102
6108
|
selector: 'kendo-drawer',
|
|
6103
6109
|
template: `
|
|
@@ -7524,7 +7530,8 @@ class StepperComponent {
|
|
|
7524
7530
|
{
|
|
7525
7531
|
provide: L10N_PREFIX,
|
|
7526
7532
|
useValue: 'kendo.stepper'
|
|
7527
|
-
}
|
|
7533
|
+
},
|
|
7534
|
+
{ provide: KENDO_WEBMCP_HOST, useExisting: forwardRef(() => StepperComponent) }
|
|
7528
7535
|
], queries: [{ propertyName: "stepTemplate", first: true, predicate: StepperStepTemplateDirective, descendants: true }, { propertyName: "labelTemplate", first: true, predicate: StepperLabelTemplateDirective, descendants: true }, { propertyName: "indicatorTemplate", first: true, predicate: StepperIndicatorTemplateDirective, descendants: true }], exportAs: ["kendoStepper"], usesOnChanges: true, ngImport: i0, template: `
|
|
7529
7536
|
<ng-container kendoStepperLocalizedMessages
|
|
7530
7537
|
i18n-optional="kendo.stepper.optional|The text for the optional segment of the step label"
|
|
@@ -7578,7 +7585,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
7578
7585
|
{
|
|
7579
7586
|
provide: L10N_PREFIX,
|
|
7580
7587
|
useValue: 'kendo.stepper'
|
|
7581
|
-
}
|
|
7588
|
+
},
|
|
7589
|
+
{ provide: KENDO_WEBMCP_HOST, useExisting: forwardRef(() => StepperComponent) }
|
|
7582
7590
|
],
|
|
7583
7591
|
selector: 'kendo-stepper',
|
|
7584
7592
|
template: `
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "24.0.0-develop.
|
|
10
|
+
"publishDate": 1779191919,
|
|
11
|
+
"version": "24.0.0-develop.38",
|
|
12
12
|
"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"
|
|
13
13
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-layout",
|
|
3
|
-
"version": "24.0.0-develop.
|
|
3
|
+
"version": "24.0.0-develop.38",
|
|
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",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"package": {
|
|
64
64
|
"productName": "Kendo UI for Angular",
|
|
65
65
|
"productCode": "KENDOUIANGULAR",
|
|
66
|
-
"publishDate":
|
|
66
|
+
"publishDate": 1779191919,
|
|
67
67
|
"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"
|
|
68
68
|
}
|
|
69
69
|
},
|
|
@@ -73,17 +73,17 @@
|
|
|
73
73
|
"@angular/core": "19 - 21",
|
|
74
74
|
"@angular/platform-browser": "19 - 21",
|
|
75
75
|
"@progress/kendo-licensing": "^1.11.0",
|
|
76
|
-
"@progress/kendo-angular-common": "24.0.0-develop.
|
|
77
|
-
"@progress/kendo-angular-l10n": "24.0.0-develop.
|
|
78
|
-
"@progress/kendo-angular-progressbar": "24.0.0-develop.
|
|
79
|
-
"@progress/kendo-angular-icons": "24.0.0-develop.
|
|
80
|
-
"@progress/kendo-angular-buttons": "24.0.0-develop.
|
|
81
|
-
"@progress/kendo-angular-intl": "24.0.0-develop.
|
|
76
|
+
"@progress/kendo-angular-common": "24.0.0-develop.38",
|
|
77
|
+
"@progress/kendo-angular-l10n": "24.0.0-develop.38",
|
|
78
|
+
"@progress/kendo-angular-progressbar": "24.0.0-develop.38",
|
|
79
|
+
"@progress/kendo-angular-icons": "24.0.0-develop.38",
|
|
80
|
+
"@progress/kendo-angular-buttons": "24.0.0-develop.38",
|
|
81
|
+
"@progress/kendo-angular-intl": "24.0.0-develop.38",
|
|
82
82
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
83
83
|
},
|
|
84
84
|
"dependencies": {
|
|
85
85
|
"tslib": "^2.3.1",
|
|
86
|
-
"@progress/kendo-angular-schematics": "24.0.0-develop.
|
|
86
|
+
"@progress/kendo-angular-schematics": "24.0.0-develop.38",
|
|
87
87
|
"@progress/kendo-draggable": "^3.0.2"
|
|
88
88
|
},
|
|
89
89
|
"schematics": "./schematics/collection.json",
|