@progress/kendo-angular-progressbar 22.1.0-develop.9 → 23.0.0-develop.1
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.
- package/chunk/chunk-progressbar.component.d.ts +5 -5
- package/circularprogressbar/center-template.directive.d.ts +1 -1
- package/circularprogressbar/circular-progressbar.component.d.ts +1 -1
- package/common/localization/custom-messages.component.d.ts +1 -1
- package/common/progressbar-base.d.ts +3 -3
- package/fesm2022/progress-kendo-angular-progressbar.mjs +17 -17
- package/package-metadata.mjs +2 -2
- package/package.json +5 -5
- package/progressbar.component.d.ts +5 -5
- package/types/label-settings.interface.d.ts +1 -1
|
@@ -7,7 +7,7 @@ import { ElementRef, Renderer2 } from '@angular/core';
|
|
|
7
7
|
import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
/**
|
|
10
|
-
* Represents the [Kendo UI ChunkProgressBar component for Angular](
|
|
10
|
+
* Represents the [Kendo UI ChunkProgressBar component for Angular](https://www.telerik.com/kendo-angular-ui/components/progressbars/chunkprogressbar).
|
|
11
11
|
*
|
|
12
12
|
* @example
|
|
13
13
|
* ```typescript
|
|
@@ -46,28 +46,28 @@ export declare class ChunkProgressBarComponent extends ProgressBarBase {
|
|
|
46
46
|
*/
|
|
47
47
|
get chunks(): boolean[];
|
|
48
48
|
/**
|
|
49
|
-
* Sets the CSS styles that will be rendered on the full chunk elements ([see example](
|
|
49
|
+
* Sets the CSS styles that will be rendered on the full chunk elements ([see example](https://www.telerik.com/kendo-angular-ui/components/progressbars/circularprogressbar/appearance)).
|
|
50
50
|
* Supports the type of values that [`ngStyle`](link:site.data.urls.angular['ngstyleapi']) supports.
|
|
51
51
|
*/
|
|
52
52
|
progressCssStyle: {
|
|
53
53
|
[key: string]: any;
|
|
54
54
|
};
|
|
55
55
|
/**
|
|
56
|
-
* Sets the CSS classes that will be rendered on the full chunk elements ([see example](
|
|
56
|
+
* Sets the CSS classes that will be rendered on the full chunk elements ([see example](https://www.telerik.com/kendo-angular-ui/components/progressbars/circularprogressbar/appearance)).
|
|
57
57
|
* Supports the type of values that [`ngClass`](link:site.data.urls.angular['ngclassapi']) supports.
|
|
58
58
|
*/
|
|
59
59
|
progressCssClass: string | string[] | Set<string> | {
|
|
60
60
|
[key: string]: string;
|
|
61
61
|
};
|
|
62
62
|
/**
|
|
63
|
-
* Sets the CSS styles that will be rendered on the empty chunk elements ([see example](
|
|
63
|
+
* Sets the CSS styles that will be rendered on the empty chunk elements ([see example](https://www.telerik.com/kendo-angular-ui/components/progressbars/circularprogressbar/appearance)).
|
|
64
64
|
* Supports the type of values that [`ngStyle`](link:site.data.urls.angular['ngstyleapi']) supports.
|
|
65
65
|
*/
|
|
66
66
|
emptyCssStyle: {
|
|
67
67
|
[key: string]: string;
|
|
68
68
|
};
|
|
69
69
|
/**
|
|
70
|
-
* Sets the CSS classes that will be rendered on the empty chunk elements ([see example](
|
|
70
|
+
* Sets the CSS classes that will be rendered on the empty chunk elements ([see example](https://www.telerik.com/kendo-angular-ui/components/progressbars/circularprogressbar/appearance)).
|
|
71
71
|
* Supports the type of values that [`ngClass`](link:site.data.urls.angular['ngclassapi']) supports.
|
|
72
72
|
*/
|
|
73
73
|
emptyCssClass: string | string[] | Set<string> | {
|
|
@@ -6,7 +6,7 @@ import { TemplateRef } from '@angular/core';
|
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
/**
|
|
8
8
|
* Represents a template that allows you to customize the content in the center of the `<kendo-circularprogessbar>` component. To define the template, nest an `<ng-template>` tag with the `kendoCircularProgressbarCenterTemplate` directive inside a `<kendo-circularprogessbar>` component.
|
|
9
|
-
* ([see example](
|
|
9
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/gauges/circulargauge/center-template)).
|
|
10
10
|
*
|
|
11
11
|
* @example
|
|
12
12
|
* ```html
|
|
@@ -10,7 +10,7 @@ import { CenterTemplateContext } from './models/center-template-context.interfac
|
|
|
10
10
|
import { ProgressColor } from './models/circular-progressbar-progress-color-interface';
|
|
11
11
|
import * as i0 from "@angular/core";
|
|
12
12
|
/**
|
|
13
|
-
* Represents the [Kendo UI Circular ProgressBar component for Angular](
|
|
13
|
+
* Represents the [Kendo UI Circular ProgressBar component for Angular](https://www.telerik.com/kendo-angular-ui/components/progressbars/circularprogressbar).
|
|
14
14
|
*
|
|
15
15
|
* @example
|
|
16
16
|
* ```typescript
|
|
@@ -7,7 +7,7 @@ import { ProgressBarMessages } from './messages';
|
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
/**
|
|
9
9
|
* Custom component messages override default component messages
|
|
10
|
-
* ([see example](
|
|
10
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/layout/globalization)).
|
|
11
11
|
*
|
|
12
12
|
* @example
|
|
13
13
|
* ```html
|
|
@@ -69,20 +69,20 @@ export declare abstract class ProgressBarBase implements OnChanges {
|
|
|
69
69
|
protected get _progressRatio(): number;
|
|
70
70
|
/**
|
|
71
71
|
* Defines the orientation of the ProgressBar
|
|
72
|
-
* ([see example](
|
|
72
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/progressbars/progressbar/orientation)).
|
|
73
73
|
* Defaults to `horizontal`.
|
|
74
74
|
*/
|
|
75
75
|
orientation: ProgressBarOrientation;
|
|
76
76
|
/**
|
|
77
77
|
* If set to `true`, the ProgressBar will be disabled
|
|
78
|
-
* ([see example](
|
|
78
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/progressbars/progressbar/disabled)).
|
|
79
79
|
* It will still allow you to change its value.
|
|
80
80
|
* Defaults to `false`.
|
|
81
81
|
*/
|
|
82
82
|
disabled: boolean;
|
|
83
83
|
/**
|
|
84
84
|
* If set to `true`, the ProgressBar will be reversed
|
|
85
|
-
* ([see example](
|
|
85
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/progressbars/progressbar/direction)).
|
|
86
86
|
* Defaults to `false`.
|
|
87
87
|
*/
|
|
88
88
|
reverse: boolean;
|
|
@@ -21,7 +21,7 @@ const packageMetadata = {
|
|
|
21
21
|
productCode: 'KENDOUIANGULAR',
|
|
22
22
|
productCodes: ['KENDOUIANGULAR'],
|
|
23
23
|
publishDate: 0,
|
|
24
|
-
version: '
|
|
24
|
+
version: '23.0.0-develop.1',
|
|
25
25
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
26
26
|
};
|
|
27
27
|
|
|
@@ -224,20 +224,20 @@ class ProgressBarBase {
|
|
|
224
224
|
}
|
|
225
225
|
/**
|
|
226
226
|
* Defines the orientation of the ProgressBar
|
|
227
|
-
* ([see example](
|
|
227
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/progressbars/progressbar/orientation)).
|
|
228
228
|
* Defaults to `horizontal`.
|
|
229
229
|
*/
|
|
230
230
|
orientation = 'horizontal';
|
|
231
231
|
/**
|
|
232
232
|
* If set to `true`, the ProgressBar will be disabled
|
|
233
|
-
* ([see example](
|
|
233
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/progressbars/progressbar/disabled)).
|
|
234
234
|
* It will still allow you to change its value.
|
|
235
235
|
* Defaults to `false`.
|
|
236
236
|
*/
|
|
237
237
|
disabled = false;
|
|
238
238
|
/**
|
|
239
239
|
* If set to `true`, the ProgressBar will be reversed
|
|
240
|
-
* ([see example](
|
|
240
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/progressbars/progressbar/direction)).
|
|
241
241
|
* Defaults to `false`.
|
|
242
242
|
*/
|
|
243
243
|
reverse = false;
|
|
@@ -400,7 +400,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
400
400
|
}], ctorParameters: () => [{ type: i1.LocalizationService }] });
|
|
401
401
|
|
|
402
402
|
/**
|
|
403
|
-
* Represents the [Kendo UI ProgressBar component for Angular](
|
|
403
|
+
* Represents the [Kendo UI ProgressBar component for Angular](https://www.telerik.com/kendo-angular-ui/components/progressbars/progressbar).
|
|
404
404
|
*
|
|
405
405
|
* @example
|
|
406
406
|
* ```typescript
|
|
@@ -431,26 +431,26 @@ class ProgressBarComponent extends ProgressBarBase {
|
|
|
431
431
|
label = true;
|
|
432
432
|
/**
|
|
433
433
|
* Sets the CSS styles that will be rendered on the inner element, which represents the full portion of the progress bar
|
|
434
|
-
* ([see example](
|
|
434
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/progressbars/progressbar/appearance)).
|
|
435
435
|
* Supports the type of values that [`ngStyle`](link:site.data.urls.angular['ngstyleapi']) supports.
|
|
436
436
|
*/
|
|
437
437
|
progressCssStyle;
|
|
438
438
|
/**
|
|
439
439
|
* The CSS classes that render on the inner element which represents the full portion of the progress bar
|
|
440
|
-
* ([see example](
|
|
440
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/progressbars/progressbar/appearance)).
|
|
441
441
|
* Supports the type of values that [`ngClass`](link:site.data.urls.angular['ngclassapi']) supports.
|
|
442
442
|
*/
|
|
443
443
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
444
444
|
progressCssClass;
|
|
445
445
|
/**
|
|
446
446
|
* The CSS styles that render on the inner element which represents the empty portion of the progress bar
|
|
447
|
-
* ([see example](
|
|
447
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/progressbars/progressbar/appearance)).
|
|
448
448
|
* Supports the type of values that [`ngStyle`](link:site.data.urls.angular['ngstyleapi']) supports.
|
|
449
449
|
*/
|
|
450
450
|
emptyCssStyle;
|
|
451
451
|
/**
|
|
452
452
|
* The CSS classes that render on the inner element which represents the empty portion of the progress bar
|
|
453
|
-
* ([see example](
|
|
453
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/progressbars/progressbar/appearance)).
|
|
454
454
|
* Supports the type of values that [`ngClass`](link:site.data.urls.angular['ngclassapi']) supports.
|
|
455
455
|
*/
|
|
456
456
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
@@ -768,7 +768,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
768
768
|
}] } });
|
|
769
769
|
|
|
770
770
|
/**
|
|
771
|
-
* Represents the [Kendo UI ChunkProgressBar component for Angular](
|
|
771
|
+
* Represents the [Kendo UI ChunkProgressBar component for Angular](https://www.telerik.com/kendo-angular-ui/components/progressbars/chunkprogressbar).
|
|
772
772
|
*
|
|
773
773
|
* @example
|
|
774
774
|
* ```typescript
|
|
@@ -815,23 +815,23 @@ class ChunkProgressBarComponent extends ProgressBarBase {
|
|
|
815
815
|
return chunks;
|
|
816
816
|
}
|
|
817
817
|
/**
|
|
818
|
-
* Sets the CSS styles that will be rendered on the full chunk elements ([see example](
|
|
818
|
+
* Sets the CSS styles that will be rendered on the full chunk elements ([see example](https://www.telerik.com/kendo-angular-ui/components/progressbars/circularprogressbar/appearance)).
|
|
819
819
|
* Supports the type of values that [`ngStyle`](link:site.data.urls.angular['ngstyleapi']) supports.
|
|
820
820
|
*/
|
|
821
821
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
822
822
|
progressCssStyle;
|
|
823
823
|
/**
|
|
824
|
-
* Sets the CSS classes that will be rendered on the full chunk elements ([see example](
|
|
824
|
+
* Sets the CSS classes that will be rendered on the full chunk elements ([see example](https://www.telerik.com/kendo-angular-ui/components/progressbars/circularprogressbar/appearance)).
|
|
825
825
|
* Supports the type of values that [`ngClass`](link:site.data.urls.angular['ngclassapi']) supports.
|
|
826
826
|
*/
|
|
827
827
|
progressCssClass;
|
|
828
828
|
/**
|
|
829
|
-
* Sets the CSS styles that will be rendered on the empty chunk elements ([see example](
|
|
829
|
+
* Sets the CSS styles that will be rendered on the empty chunk elements ([see example](https://www.telerik.com/kendo-angular-ui/components/progressbars/circularprogressbar/appearance)).
|
|
830
830
|
* Supports the type of values that [`ngStyle`](link:site.data.urls.angular['ngstyleapi']) supports.
|
|
831
831
|
*/
|
|
832
832
|
emptyCssStyle;
|
|
833
833
|
/**
|
|
834
|
-
* Sets the CSS classes that will be rendered on the empty chunk elements ([see example](
|
|
834
|
+
* Sets the CSS classes that will be rendered on the empty chunk elements ([see example](https://www.telerik.com/kendo-angular-ui/components/progressbars/circularprogressbar/appearance)).
|
|
835
835
|
* Supports the type of values that [`ngClass`](link:site.data.urls.angular['ngclassapi']) supports.
|
|
836
836
|
*/
|
|
837
837
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
@@ -951,7 +951,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
951
951
|
|
|
952
952
|
/**
|
|
953
953
|
* Represents a template that allows you to customize the content in the center of the `<kendo-circularprogessbar>` component. To define the template, nest an `<ng-template>` tag with the `kendoCircularProgressbarCenterTemplate` directive inside a `<kendo-circularprogessbar>` component.
|
|
954
|
-
* ([see example](
|
|
954
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/gauges/circulargauge/center-template)).
|
|
955
955
|
*
|
|
956
956
|
* @example
|
|
957
957
|
* ```html
|
|
@@ -980,7 +980,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
980
980
|
|
|
981
981
|
const DEFAULT_SURFACE_SIZE = 200;
|
|
982
982
|
/**
|
|
983
|
-
* Represents the [Kendo UI Circular ProgressBar component for Angular](
|
|
983
|
+
* Represents the [Kendo UI Circular ProgressBar component for Angular](https://www.telerik.com/kendo-angular-ui/components/progressbars/circularprogressbar).
|
|
984
984
|
*
|
|
985
985
|
* @example
|
|
986
986
|
* ```typescript
|
|
@@ -1487,7 +1487,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
1487
1487
|
|
|
1488
1488
|
/**
|
|
1489
1489
|
* Custom component messages override default component messages
|
|
1490
|
-
* ([see example](
|
|
1490
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/layout/globalization)).
|
|
1491
1491
|
*
|
|
1492
1492
|
* @example
|
|
1493
1493
|
* ```html
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "
|
|
10
|
+
"publishDate": 1770286842,
|
|
11
|
+
"version": "23.0.0-develop.1",
|
|
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-progressbar",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "23.0.0-develop.1",
|
|
4
4
|
"description": "Kendo UI Angular component starter template",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"package": {
|
|
20
20
|
"productName": "Kendo UI for Angular",
|
|
21
21
|
"productCode": "KENDOUIANGULAR",
|
|
22
|
-
"publishDate":
|
|
22
|
+
"publishDate": 1770286842,
|
|
23
23
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
24
24
|
}
|
|
25
25
|
},
|
|
@@ -29,13 +29,13 @@
|
|
|
29
29
|
"@angular/core": "19 - 21",
|
|
30
30
|
"@angular/platform-browser": "19 - 21",
|
|
31
31
|
"@progress/kendo-licensing": "^1.10.0",
|
|
32
|
-
"@progress/kendo-angular-common": "
|
|
33
|
-
"@progress/kendo-angular-l10n": "
|
|
32
|
+
"@progress/kendo-angular-common": "23.0.0-develop.1",
|
|
33
|
+
"@progress/kendo-angular-l10n": "23.0.0-develop.1",
|
|
34
34
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"tslib": "^2.3.1",
|
|
38
|
-
"@progress/kendo-angular-schematics": "
|
|
38
|
+
"@progress/kendo-angular-schematics": "23.0.0-develop.1"
|
|
39
39
|
},
|
|
40
40
|
"schematics": "./schematics/collection.json",
|
|
41
41
|
"module": "fesm2022/progress-kendo-angular-progressbar.mjs",
|
|
@@ -10,7 +10,7 @@ import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
|
10
10
|
import { ProgressBarAnimation } from './types/progressbar-animation.interface';
|
|
11
11
|
import * as i0 from "@angular/core";
|
|
12
12
|
/**
|
|
13
|
-
* Represents the [Kendo UI ProgressBar component for Angular](
|
|
13
|
+
* Represents the [Kendo UI ProgressBar component for Angular](https://www.telerik.com/kendo-angular-ui/components/progressbars/progressbar).
|
|
14
14
|
*
|
|
15
15
|
* @example
|
|
16
16
|
* ```typescript
|
|
@@ -41,7 +41,7 @@ export declare class ProgressBarComponent extends ProgressBarBase {
|
|
|
41
41
|
label: boolean | LabelSettings;
|
|
42
42
|
/**
|
|
43
43
|
* Sets the CSS styles that will be rendered on the inner element, which represents the full portion of the progress bar
|
|
44
|
-
* ([see example](
|
|
44
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/progressbars/progressbar/appearance)).
|
|
45
45
|
* Supports the type of values that [`ngStyle`](link:site.data.urls.angular['ngstyleapi']) supports.
|
|
46
46
|
*/
|
|
47
47
|
progressCssStyle: {
|
|
@@ -49,7 +49,7 @@ export declare class ProgressBarComponent extends ProgressBarBase {
|
|
|
49
49
|
};
|
|
50
50
|
/**
|
|
51
51
|
* The CSS classes that render on the inner element which represents the full portion of the progress bar
|
|
52
|
-
* ([see example](
|
|
52
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/progressbars/progressbar/appearance)).
|
|
53
53
|
* Supports the type of values that [`ngClass`](link:site.data.urls.angular['ngclassapi']) supports.
|
|
54
54
|
*/
|
|
55
55
|
progressCssClass: string | string[] | Set<string> | {
|
|
@@ -57,7 +57,7 @@ export declare class ProgressBarComponent extends ProgressBarBase {
|
|
|
57
57
|
};
|
|
58
58
|
/**
|
|
59
59
|
* The CSS styles that render on the inner element which represents the empty portion of the progress bar
|
|
60
|
-
* ([see example](
|
|
60
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/progressbars/progressbar/appearance)).
|
|
61
61
|
* Supports the type of values that [`ngStyle`](link:site.data.urls.angular['ngstyleapi']) supports.
|
|
62
62
|
*/
|
|
63
63
|
emptyCssStyle: {
|
|
@@ -65,7 +65,7 @@ export declare class ProgressBarComponent extends ProgressBarBase {
|
|
|
65
65
|
};
|
|
66
66
|
/**
|
|
67
67
|
* The CSS classes that render on the inner element which represents the empty portion of the progress bar
|
|
68
|
-
* ([see example](
|
|
68
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/progressbars/progressbar/appearance)).
|
|
69
69
|
* Supports the type of values that [`ngClass`](link:site.data.urls.angular['ngclassapi']) supports.
|
|
70
70
|
*/
|
|
71
71
|
emptyCssClass: string | string[] | Set<string> | {
|
|
@@ -24,7 +24,7 @@ export interface LabelSettings {
|
|
|
24
24
|
* The supported preset types are `value` (default) and `percent`.
|
|
25
25
|
* You can also provide a callback that exposes the current value and returns
|
|
26
26
|
* the formatted string to display in the label
|
|
27
|
-
* ([see example](
|
|
27
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/progressbars/progressbar/label#using-a-formatting-function)).
|
|
28
28
|
*
|
|
29
29
|
* @default 'value'
|
|
30
30
|
*/
|