@progress/kendo-angular-indicators 21.1.1-develop.2 → 21.2.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.
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
import { Component, Input, HostBinding, ElementRef, Renderer2 } from '@angular/core';
|
|
6
6
|
import { validatePackage } from '@progress/kendo-licensing';
|
|
7
7
|
import { packageMetadata } from '../package-metadata';
|
|
8
|
-
import { NgFor } from '@angular/common';
|
|
9
8
|
import * as i0 from "@angular/core";
|
|
10
9
|
const SIZE_CLASSES = {
|
|
11
10
|
'small': 'k-loader-sm',
|
|
@@ -101,11 +100,13 @@ export class LoaderComponent {
|
|
|
101
100
|
this.renderer.addClass(this.loader, SIZE_CLASSES[this.size]);
|
|
102
101
|
}
|
|
103
102
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LoaderComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
104
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
103
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.14", type: LoaderComponent, isStandalone: true, selector: "kendo-loader", inputs: { type: "type", themeColor: "themeColor", size: "size" }, host: { properties: { "class.k-loader": "this.hostClass" } }, ngImport: i0, template: `
|
|
105
104
|
<div class="k-loader-canvas">
|
|
106
|
-
|
|
105
|
+
@for (segment of segmentCount; track $index) {
|
|
106
|
+
<span class="k-loader-segment"></span>
|
|
107
|
+
}
|
|
107
108
|
</div>
|
|
108
|
-
|
|
109
|
+
`, isInline: true });
|
|
109
110
|
}
|
|
110
111
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LoaderComponent, decorators: [{
|
|
111
112
|
type: Component,
|
|
@@ -113,11 +114,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
113
114
|
selector: 'kendo-loader',
|
|
114
115
|
template: `
|
|
115
116
|
<div class="k-loader-canvas">
|
|
116
|
-
|
|
117
|
+
@for (segment of segmentCount; track $index) {
|
|
118
|
+
<span class="k-loader-segment"></span>
|
|
119
|
+
}
|
|
117
120
|
</div>
|
|
118
|
-
|
|
121
|
+
`,
|
|
119
122
|
standalone: true,
|
|
120
|
-
imports: [
|
|
123
|
+
imports: []
|
|
121
124
|
}]
|
|
122
125
|
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }], propDecorators: { hostClass: [{
|
|
123
126
|
type: HostBinding,
|
|
@@ -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.
|
|
13
|
+
publishDate: 1764592887,
|
|
14
|
+
version: '21.2.0-develop.10',
|
|
15
15
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
16
16
|
};
|
|
@@ -7,7 +7,6 @@ import { Component, HostBinding, Input, isDevMode, ChangeDetectionStrategy, NgMo
|
|
|
7
7
|
import * as i1 from '@progress/kendo-angular-l10n';
|
|
8
8
|
import { LocalizationService, L10N_PREFIX } from '@progress/kendo-angular-l10n';
|
|
9
9
|
import { validatePackage } from '@progress/kendo-licensing';
|
|
10
|
-
import { NgFor } from '@angular/common';
|
|
11
10
|
|
|
12
11
|
/**
|
|
13
12
|
* Represents the Kendo UI BadgeContainer component for Angular.
|
|
@@ -83,8 +82,8 @@ const packageMetadata = {
|
|
|
83
82
|
productName: 'Kendo UI for Angular',
|
|
84
83
|
productCode: 'KENDOUIANGULAR',
|
|
85
84
|
productCodes: ['KENDOUIANGULAR'],
|
|
86
|
-
publishDate:
|
|
87
|
-
version: '21.
|
|
85
|
+
publishDate: 1764592887,
|
|
86
|
+
version: '21.2.0-develop.10',
|
|
88
87
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
89
88
|
};
|
|
90
89
|
|
|
@@ -389,11 +388,13 @@ class LoaderComponent {
|
|
|
389
388
|
this.renderer.addClass(this.loader, SIZE_CLASSES[this.size]);
|
|
390
389
|
}
|
|
391
390
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LoaderComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
392
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
|
391
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.14", type: LoaderComponent, isStandalone: true, selector: "kendo-loader", inputs: { type: "type", themeColor: "themeColor", size: "size" }, host: { properties: { "class.k-loader": "this.hostClass" } }, ngImport: i0, template: `
|
|
393
392
|
<div class="k-loader-canvas">
|
|
394
|
-
|
|
393
|
+
@for (segment of segmentCount; track $index) {
|
|
394
|
+
<span class="k-loader-segment"></span>
|
|
395
|
+
}
|
|
395
396
|
</div>
|
|
396
|
-
|
|
397
|
+
`, isInline: true });
|
|
397
398
|
}
|
|
398
399
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LoaderComponent, decorators: [{
|
|
399
400
|
type: Component,
|
|
@@ -401,11 +402,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
|
|
|
401
402
|
selector: 'kendo-loader',
|
|
402
403
|
template: `
|
|
403
404
|
<div class="k-loader-canvas">
|
|
404
|
-
|
|
405
|
+
@for (segment of segmentCount; track $index) {
|
|
406
|
+
<span class="k-loader-segment"></span>
|
|
407
|
+
}
|
|
405
408
|
</div>
|
|
406
|
-
|
|
409
|
+
`,
|
|
407
410
|
standalone: true,
|
|
408
|
-
imports: [
|
|
411
|
+
imports: []
|
|
409
412
|
}]
|
|
410
413
|
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }], propDecorators: { hostClass: [{
|
|
411
414
|
type: HostBinding,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-indicators",
|
|
3
|
-
"version": "21.
|
|
3
|
+
"version": "21.2.0-develop.10",
|
|
4
4
|
"description": "Kendo UI Indicators for Angular",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"package": {
|
|
18
18
|
"productName": "Kendo UI for Angular",
|
|
19
19
|
"productCode": "KENDOUIANGULAR",
|
|
20
|
-
"publishDate":
|
|
20
|
+
"publishDate": 1764592887,
|
|
21
21
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
22
22
|
}
|
|
23
23
|
},
|
|
@@ -27,14 +27,14 @@
|
|
|
27
27
|
"@angular/core": "18 - 21",
|
|
28
28
|
"@angular/platform-browser": "18 - 21",
|
|
29
29
|
"@progress/kendo-licensing": "^1.7.0",
|
|
30
|
-
"@progress/kendo-angular-common": "21.
|
|
31
|
-
"@progress/kendo-angular-intl": "21.
|
|
32
|
-
"@progress/kendo-angular-l10n": "21.
|
|
30
|
+
"@progress/kendo-angular-common": "21.2.0-develop.10",
|
|
31
|
+
"@progress/kendo-angular-intl": "21.2.0-develop.10",
|
|
32
|
+
"@progress/kendo-angular-l10n": "21.2.0-develop.10",
|
|
33
33
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"tslib": "^2.3.1",
|
|
37
|
-
"@progress/kendo-angular-schematics": "21.
|
|
37
|
+
"@progress/kendo-angular-schematics": "21.2.0-develop.10"
|
|
38
38
|
},
|
|
39
39
|
"schematics": "./schematics/collection.json",
|
|
40
40
|
"module": "fesm2022/progress-kendo-angular-indicators.mjs",
|