@progress/kendo-angular-indicators 23.0.0-develop.5 → 23.0.0-develop.7
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.
|
@@ -40,29 +40,21 @@ export declare class BadgeComponent implements AfterViewInit, OnChanges, OnDestr
|
|
|
40
40
|
get align(): BadgeAlign;
|
|
41
41
|
set align(align: BadgeAlign);
|
|
42
42
|
/**
|
|
43
|
-
* Specifies the size of the Badge ([see example](https://www.telerik.com/kendo-angular-ui/components/indicators/badge/appearance#size)).
|
|
44
|
-
*
|
|
45
|
-
* @default undefined
|
|
43
|
+
* Specifies the size of the Badge ([see example](https://www.telerik.com/kendo-angular-ui/components/indicators/badge/appearance#size)). The default value is set by the Kendo theme.
|
|
46
44
|
*/
|
|
47
45
|
size: BadgeSize;
|
|
48
46
|
/**
|
|
49
|
-
* Specifies the appearance fill style of the Badge ([see example](https://www.telerik.com/kendo-angular-ui/components/indicators/badge/appearance#fill)).
|
|
50
|
-
*
|
|
51
|
-
* @default undefined
|
|
47
|
+
* Specifies the appearance fill style of the Badge ([see example](https://www.telerik.com/kendo-angular-ui/components/indicators/badge/appearance#fill)). The default value is set by the Kendo theme.
|
|
52
48
|
*/
|
|
53
49
|
fill: BadgeFill;
|
|
54
50
|
/**
|
|
55
51
|
* Specifies the theme color of the Badge.
|
|
56
52
|
* The theme color applies as background and border color, while also amending the text color accordingly
|
|
57
|
-
* ([see example](https://www.telerik.com/kendo-angular-ui/components/indicators/badge/appearance#theme-color)).
|
|
58
|
-
*
|
|
59
|
-
* @default undefined
|
|
53
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/indicators/badge/appearance#theme-color)). The default value is set by the Kendo theme.
|
|
60
54
|
*/
|
|
61
55
|
themeColor: BadgeThemeColor;
|
|
62
56
|
/**
|
|
63
|
-
* Specifies the roundness of the Badge ([see example]https://www.telerik.com/kendo-angular-ui/components/indicators/badge/appearance#rounded)).
|
|
64
|
-
*
|
|
65
|
-
* @default undefined
|
|
57
|
+
* Specifies the roundness of the Badge ([see example]https://www.telerik.com/kendo-angular-ui/components/indicators/badge/appearance#rounded)). The default value is set by the Kendo theme.
|
|
66
58
|
*/
|
|
67
59
|
rounded: BadgeRounded;
|
|
68
60
|
/**
|
|
@@ -83,7 +83,7 @@ const packageMetadata = {
|
|
|
83
83
|
productCode: 'KENDOUIANGULAR',
|
|
84
84
|
productCodes: ['KENDOUIANGULAR'],
|
|
85
85
|
publishDate: 0,
|
|
86
|
-
version: '23.0.0-develop.
|
|
86
|
+
version: '23.0.0-develop.7',
|
|
87
87
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
88
88
|
};
|
|
89
89
|
|
|
@@ -134,29 +134,21 @@ class BadgeComponent {
|
|
|
134
134
|
this.badgeAlign = Object.assign(this.badgeAlign, align);
|
|
135
135
|
}
|
|
136
136
|
/**
|
|
137
|
-
* Specifies the size of the Badge ([see example](https://www.telerik.com/kendo-angular-ui/components/indicators/badge/appearance#size)).
|
|
138
|
-
*
|
|
139
|
-
* @default undefined
|
|
137
|
+
* Specifies the size of the Badge ([see example](https://www.telerik.com/kendo-angular-ui/components/indicators/badge/appearance#size)). The default value is set by the Kendo theme.
|
|
140
138
|
*/
|
|
141
139
|
size;
|
|
142
140
|
/**
|
|
143
|
-
* Specifies the appearance fill style of the Badge ([see example](https://www.telerik.com/kendo-angular-ui/components/indicators/badge/appearance#fill)).
|
|
144
|
-
*
|
|
145
|
-
* @default undefined
|
|
141
|
+
* Specifies the appearance fill style of the Badge ([see example](https://www.telerik.com/kendo-angular-ui/components/indicators/badge/appearance#fill)). The default value is set by the Kendo theme.
|
|
146
142
|
*/
|
|
147
143
|
fill;
|
|
148
144
|
/**
|
|
149
145
|
* Specifies the theme color of the Badge.
|
|
150
146
|
* The theme color applies as background and border color, while also amending the text color accordingly
|
|
151
|
-
* ([see example](https://www.telerik.com/kendo-angular-ui/components/indicators/badge/appearance#theme-color)).
|
|
152
|
-
*
|
|
153
|
-
* @default undefined
|
|
147
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/indicators/badge/appearance#theme-color)). The default value is set by the Kendo theme.
|
|
154
148
|
*/
|
|
155
149
|
themeColor;
|
|
156
150
|
/**
|
|
157
|
-
* Specifies the roundness of the Badge ([see example]https://www.telerik.com/kendo-angular-ui/components/indicators/badge/appearance#rounded)).
|
|
158
|
-
*
|
|
159
|
-
* @default undefined
|
|
151
|
+
* Specifies the roundness of the Badge ([see example]https://www.telerik.com/kendo-angular-ui/components/indicators/badge/appearance#rounded)). The default value is set by the Kendo theme.
|
|
160
152
|
*/
|
|
161
153
|
rounded;
|
|
162
154
|
/**
|
|
@@ -327,9 +319,7 @@ class LoaderComponent {
|
|
|
327
319
|
return this._type;
|
|
328
320
|
}
|
|
329
321
|
/**
|
|
330
|
-
* Specifies the theme color of the Loader.
|
|
331
|
-
*
|
|
332
|
-
* @default undefined
|
|
322
|
+
* Specifies the theme color of the Loader. The default value is set by the Kendo theme.
|
|
333
323
|
*/
|
|
334
324
|
set themeColor(themeColor) {
|
|
335
325
|
this.renderer.removeClass(this.loader, `k-loader-${this.themeColor}`);
|
|
@@ -340,9 +330,7 @@ class LoaderComponent {
|
|
|
340
330
|
return this._themeColor;
|
|
341
331
|
}
|
|
342
332
|
/**
|
|
343
|
-
* Specifies the size of the Loader.
|
|
344
|
-
*
|
|
345
|
-
* @default undefined
|
|
333
|
+
* Specifies the size of the Loader. The default value is set by the Kendo theme.
|
|
346
334
|
*/
|
|
347
335
|
set size(size) {
|
|
348
336
|
this.renderer.removeClass(this.loader, SIZE_CLASSES[this.size]);
|
|
@@ -30,16 +30,12 @@ export declare class LoaderComponent implements AfterViewInit {
|
|
|
30
30
|
set type(type: LoaderType);
|
|
31
31
|
get type(): LoaderType;
|
|
32
32
|
/**
|
|
33
|
-
* Specifies the theme color of the Loader.
|
|
34
|
-
*
|
|
35
|
-
* @default undefined
|
|
33
|
+
* Specifies the theme color of the Loader. The default value is set by the Kendo theme.
|
|
36
34
|
*/
|
|
37
35
|
set themeColor(themeColor: LoaderThemeColor);
|
|
38
36
|
get themeColor(): LoaderThemeColor;
|
|
39
37
|
/**
|
|
40
|
-
* Specifies the size of the Loader.
|
|
41
|
-
*
|
|
42
|
-
* @default undefined
|
|
38
|
+
* Specifies the size of the Loader. The default value is set by the Kendo theme.
|
|
43
39
|
*/
|
|
44
40
|
set size(size: LoaderSize);
|
|
45
41
|
get size(): LoaderSize;
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* Specifies the theme color options for the Loader component.
|
|
7
7
|
*
|
|
8
8
|
* The possible values are:
|
|
9
|
-
* * `primary
|
|
9
|
+
* * `primary`—Applies coloring based on the primary theme color.
|
|
10
10
|
* * `secondary`—Applies coloring based on the secondary theme color.
|
|
11
11
|
* * `tertiary`— Applies coloring based on the tertiary theme color.
|
|
12
12
|
* * `info`—Applies coloring based on the info theme color.
|
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.0.0-develop.
|
|
10
|
+
"publishDate": 1770380042,
|
|
11
|
+
"version": "23.0.0-develop.7",
|
|
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.0.0-develop.
|
|
3
|
+
"version": "23.0.0-develop.7",
|
|
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": 1770380042,
|
|
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.0.0-develop.
|
|
31
|
-
"@progress/kendo-angular-intl": "23.0.0-develop.
|
|
32
|
-
"@progress/kendo-angular-l10n": "23.0.0-develop.
|
|
30
|
+
"@progress/kendo-angular-common": "23.0.0-develop.7",
|
|
31
|
+
"@progress/kendo-angular-intl": "23.0.0-develop.7",
|
|
32
|
+
"@progress/kendo-angular-l10n": "23.0.0-develop.7",
|
|
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.0.0-develop.
|
|
37
|
+
"@progress/kendo-angular-schematics": "23.0.0-develop.7"
|
|
38
38
|
},
|
|
39
39
|
"schematics": "./schematics/collection.json",
|
|
40
40
|
"module": "fesm2022/progress-kendo-angular-indicators.mjs",
|