@progress/kendo-angular-layout 21.3.0-develop.1 → 21.3.0-develop.10
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.
|
@@ -10,7 +10,7 @@ export const packageMetadata = {
|
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCode: 'KENDOUIANGULAR',
|
|
12
12
|
productCodes: ['KENDOUIANGULAR'],
|
|
13
|
-
publishDate:
|
|
14
|
-
version: '21.3.0-develop.
|
|
13
|
+
publishDate: 1765272961,
|
|
14
|
+
version: '21.3.0-develop.10',
|
|
15
15
|
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'
|
|
16
16
|
};
|
|
@@ -158,7 +158,7 @@ export class StepperStepComponent {
|
|
|
158
158
|
}
|
|
159
159
|
get indicatorText() {
|
|
160
160
|
const text = this.step.text;
|
|
161
|
-
return text ? text : this.index + 1;
|
|
161
|
+
return text ? text : (this.index + 1).toString();
|
|
162
162
|
}
|
|
163
163
|
updateStepValidity() {
|
|
164
164
|
if (typeof this.step.isValid === 'boolean') {
|
|
@@ -217,7 +217,7 @@ export class StepperStepComponent {
|
|
|
217
217
|
[ngTemplateOutletContext]='{ $implicit: step, index: index }'>
|
|
218
218
|
</ng-template>
|
|
219
219
|
}
|
|
220
|
-
|
|
220
|
+
|
|
221
221
|
@if (!stepTemplate) {
|
|
222
222
|
@if (showIndicator) {
|
|
223
223
|
<span
|
|
@@ -297,7 +297,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
297
297
|
[ngTemplateOutletContext]='{ $implicit: step, index: index }'>
|
|
298
298
|
</ng-template>
|
|
299
299
|
}
|
|
300
|
-
|
|
300
|
+
|
|
301
301
|
@if (!stepTemplate) {
|
|
302
302
|
@if (showIndicator) {
|
|
303
303
|
<span
|
|
@@ -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: '21.3.0-develop.
|
|
32
|
+
publishDate: 1765272961,
|
|
33
|
+
version: '21.3.0-develop.10',
|
|
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
|
|
|
@@ -6879,7 +6879,7 @@ class StepperStepComponent {
|
|
|
6879
6879
|
}
|
|
6880
6880
|
get indicatorText() {
|
|
6881
6881
|
const text = this.step.text;
|
|
6882
|
-
return text ? text : this.index + 1;
|
|
6882
|
+
return text ? text : (this.index + 1).toString();
|
|
6883
6883
|
}
|
|
6884
6884
|
updateStepValidity() {
|
|
6885
6885
|
if (typeof this.step.isValid === 'boolean') {
|
|
@@ -6938,7 +6938,7 @@ class StepperStepComponent {
|
|
|
6938
6938
|
[ngTemplateOutletContext]='{ $implicit: step, index: index }'>
|
|
6939
6939
|
</ng-template>
|
|
6940
6940
|
}
|
|
6941
|
-
|
|
6941
|
+
|
|
6942
6942
|
@if (!stepTemplate) {
|
|
6943
6943
|
@if (showIndicator) {
|
|
6944
6944
|
<span
|
|
@@ -7018,7 +7018,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
7018
7018
|
[ngTemplateOutletContext]='{ $implicit: step, index: index }'>
|
|
7019
7019
|
</ng-template>
|
|
7020
7020
|
}
|
|
7021
|
-
|
|
7021
|
+
|
|
7022
7022
|
@if (!stepTemplate) {
|
|
7023
7023
|
@if (showIndicator) {
|
|
7024
7024
|
<span
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-layout",
|
|
3
|
-
"version": "21.3.0-develop.
|
|
3
|
+
"version": "21.3.0-develop.10",
|
|
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",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"package": {
|
|
51
51
|
"productName": "Kendo UI for Angular",
|
|
52
52
|
"productCode": "KENDOUIANGULAR",
|
|
53
|
-
"publishDate":
|
|
53
|
+
"publishDate": 1765272961,
|
|
54
54
|
"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"
|
|
55
55
|
}
|
|
56
56
|
},
|
|
@@ -60,17 +60,17 @@
|
|
|
60
60
|
"@angular/core": "18 - 21",
|
|
61
61
|
"@angular/platform-browser": "18 - 21",
|
|
62
62
|
"@progress/kendo-licensing": "^1.7.0",
|
|
63
|
-
"@progress/kendo-angular-common": "21.3.0-develop.
|
|
64
|
-
"@progress/kendo-angular-l10n": "21.3.0-develop.
|
|
65
|
-
"@progress/kendo-angular-progressbar": "21.3.0-develop.
|
|
66
|
-
"@progress/kendo-angular-icons": "21.3.0-develop.
|
|
67
|
-
"@progress/kendo-angular-buttons": "21.3.0-develop.
|
|
68
|
-
"@progress/kendo-angular-intl": "21.3.0-develop.
|
|
63
|
+
"@progress/kendo-angular-common": "21.3.0-develop.10",
|
|
64
|
+
"@progress/kendo-angular-l10n": "21.3.0-develop.10",
|
|
65
|
+
"@progress/kendo-angular-progressbar": "21.3.0-develop.10",
|
|
66
|
+
"@progress/kendo-angular-icons": "21.3.0-develop.10",
|
|
67
|
+
"@progress/kendo-angular-buttons": "21.3.0-develop.10",
|
|
68
|
+
"@progress/kendo-angular-intl": "21.3.0-develop.10",
|
|
69
69
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
70
70
|
},
|
|
71
71
|
"dependencies": {
|
|
72
72
|
"tslib": "^2.3.1",
|
|
73
|
-
"@progress/kendo-angular-schematics": "21.3.0-develop.
|
|
73
|
+
"@progress/kendo-angular-schematics": "21.3.0-develop.10",
|
|
74
74
|
"@progress/kendo-draggable": "^3.0.2"
|
|
75
75
|
},
|
|
76
76
|
"schematics": "./schematics/collection.json",
|