@progress/kendo-angular-indicators 23.3.0-develop.9 → 23.3.0
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.
|
@@ -82,8 +82,8 @@ const packageMetadata = {
|
|
|
82
82
|
productName: 'Kendo UI for Angular',
|
|
83
83
|
productCode: 'KENDOUIANGULAR',
|
|
84
84
|
productCodes: ['KENDOUIANGULAR'],
|
|
85
|
-
publishDate:
|
|
86
|
-
version: '23.3.0
|
|
85
|
+
publishDate: 1775133218,
|
|
86
|
+
version: '23.3.0',
|
|
87
87
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
88
88
|
};
|
|
89
89
|
|
|
@@ -305,6 +305,7 @@ class LoaderComponent {
|
|
|
305
305
|
element;
|
|
306
306
|
renderer;
|
|
307
307
|
hostClass = true;
|
|
308
|
+
role = 'status';
|
|
308
309
|
/**
|
|
309
310
|
* Specifies the Loader animation type.
|
|
310
311
|
*
|
|
@@ -365,7 +366,7 @@ class LoaderComponent {
|
|
|
365
366
|
this.size && this.renderer.addClass(this.loader, SIZE_CLASSES[this.size]);
|
|
366
367
|
}
|
|
367
368
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: LoaderComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
368
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.20", type: LoaderComponent, isStandalone: true, selector: "kendo-loader", inputs: { type: "type", themeColor: "themeColor", size: "size" }, host: { properties: { "class.k-loader": "this.hostClass" } }, ngImport: i0, template: `
|
|
369
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.20", type: LoaderComponent, isStandalone: true, selector: "kendo-loader", inputs: { type: "type", themeColor: "themeColor", size: "size" }, host: { properties: { "class.k-loader": "this.hostClass", "attr.role": "this.role" } }, ngImport: i0, template: `
|
|
369
370
|
<div class="k-loader-canvas">
|
|
370
371
|
@for (segment of segmentCount; track $index) {
|
|
371
372
|
<span class="k-loader-segment"></span>
|
|
@@ -390,6 +391,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
390
391
|
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }], propDecorators: { hostClass: [{
|
|
391
392
|
type: HostBinding,
|
|
392
393
|
args: ['class.k-loader']
|
|
394
|
+
}], role: [{
|
|
395
|
+
type: HostBinding,
|
|
396
|
+
args: ['attr.role']
|
|
393
397
|
}], type: [{
|
|
394
398
|
type: Input
|
|
395
399
|
}], themeColor: [{
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "23.3.0
|
|
10
|
+
"publishDate": 1775133218,
|
|
11
|
+
"version": "23.3.0",
|
|
12
12
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
13
13
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-indicators",
|
|
3
|
-
"version": "23.3.0
|
|
3
|
+
"version": "23.3.0",
|
|
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": 1775133218,
|
|
21
21
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
22
22
|
}
|
|
23
23
|
},
|
|
@@ -27,14 +27,14 @@
|
|
|
27
27
|
"@angular/core": "19 - 21",
|
|
28
28
|
"@angular/platform-browser": "19 - 21",
|
|
29
29
|
"@progress/kendo-licensing": "^1.10.0",
|
|
30
|
-
"@progress/kendo-angular-common": "23.3.0
|
|
31
|
-
"@progress/kendo-angular-intl": "23.3.0
|
|
32
|
-
"@progress/kendo-angular-l10n": "23.3.0
|
|
30
|
+
"@progress/kendo-angular-common": "23.3.0",
|
|
31
|
+
"@progress/kendo-angular-intl": "23.3.0",
|
|
32
|
+
"@progress/kendo-angular-l10n": "23.3.0",
|
|
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": "23.3.0
|
|
37
|
+
"@progress/kendo-angular-schematics": "23.3.0"
|
|
38
38
|
},
|
|
39
39
|
"schematics": "./schematics/collection.json",
|
|
40
40
|
"module": "fesm2022/progress-kendo-angular-indicators.mjs",
|