@progress/kendo-angular-progressbar 17.0.0-develop.8 → 17.0.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.
- package/README.md +36 -18
- package/chunk/chunk-progressbar.component.d.ts +1 -1
- package/circularprogressbar/circular-progressbar.component.d.ts +1 -1
- package/common/localization/messages.d.ts +1 -1
- package/common/progressbar-base.d.ts +1 -1
- package/{esm2020 → esm2022}/chunk/chunk-progressbar.component.mjs +52 -27
- package/{esm2020 → esm2022}/circularprogressbar/center-template.directive.mjs +4 -3
- package/{esm2020 → esm2022}/circularprogressbar/circular-progressbar.component.mjs +59 -44
- package/{esm2020 → esm2022}/common/localization/custom-messages.component.mjs +9 -8
- package/{esm2020 → esm2022}/common/localization/localized-messages.directive.mjs +9 -8
- package/{esm2020 → esm2022}/common/localization/messages.mjs +7 -3
- package/{esm2020 → esm2022}/common/progressbar-base.mjs +69 -64
- package/{esm2020 → esm2022}/package-metadata.mjs +2 -2
- package/{esm2020 → esm2022}/progressbar.component.mjs +68 -33
- package/{esm2020 → esm2022}/progressbar.module.mjs +5 -8
- package/{fesm2015 → fesm2022}/progress-kendo-angular-progressbar.mjs +286 -202
- package/package.json +12 -18
- package/progressbar.component.d.ts +1 -1
- package/progressbar.module.d.ts +0 -4
- package/types/label-fn-type.d.ts +1 -1
- package/types/label-position.d.ts +1 -1
- package/types/label-type.d.ts +1 -1
- package/types/progressbar-orientation.d.ts +1 -1
- package/fesm2020/progress-kendo-angular-progressbar.mjs +0 -1471
- /package/{esm2020 → esm2022}/circularprogressbar/models/center-template-context.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/circularprogressbar/models/circular-progressbar-progress-color-interface.mjs +0 -0
- /package/{esm2020 → esm2022}/common/constants.mjs +0 -0
- /package/{esm2020 → esm2022}/common/util.mjs +0 -0
- /package/{esm2020 → esm2022}/directives.mjs +0 -0
- /package/{esm2020 → esm2022}/index.mjs +0 -0
- /package/{esm2020 → esm2022}/progress-kendo-angular-progressbar.mjs +0 -0
- /package/{esm2020 → esm2022}/types/animation-end-event.mjs +0 -0
- /package/{esm2020 → esm2022}/types/animation-options.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/types/label-fn-type.mjs +0 -0
- /package/{esm2020 → esm2022}/types/label-position.mjs +0 -0
- /package/{esm2020 → esm2022}/types/label-settings.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/types/label-type.mjs +0 -0
- /package/{esm2020 → esm2022}/types/progressbar-animation.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/types/progressbar-orientation.mjs +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-progressbar",
|
|
3
|
-
"version": "17.0.0
|
|
3
|
+
"version": "17.0.0",
|
|
4
4
|
"description": "Kendo UI Angular component starter template",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -18,25 +18,21 @@
|
|
|
18
18
|
"friendlyName": "ProgressBars"
|
|
19
19
|
},
|
|
20
20
|
"peerDependencies": {
|
|
21
|
-
"@angular/animations": "
|
|
22
|
-
"@angular/common": "
|
|
23
|
-
"@angular/core": "
|
|
24
|
-
"@angular/platform-browser": "
|
|
21
|
+
"@angular/animations": "16 - 18",
|
|
22
|
+
"@angular/common": "16 - 18",
|
|
23
|
+
"@angular/core": "16 - 18",
|
|
24
|
+
"@angular/platform-browser": "16 - 18",
|
|
25
25
|
"@progress/kendo-licensing": "^1.0.2",
|
|
26
|
-
"@progress/kendo-angular-common": "17.0.0
|
|
27
|
-
"@progress/kendo-angular-l10n": "17.0.0
|
|
26
|
+
"@progress/kendo-angular-common": "17.0.0",
|
|
27
|
+
"@progress/kendo-angular-l10n": "17.0.0",
|
|
28
28
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"tslib": "^2.3.1",
|
|
32
|
-
"@progress/kendo-angular-schematics": "17.0.0
|
|
32
|
+
"@progress/kendo-angular-schematics": "17.0.0"
|
|
33
33
|
},
|
|
34
34
|
"schematics": "./schematics/collection.json",
|
|
35
|
-
"module": "
|
|
36
|
-
"es2020": "fesm2020/progress-kendo-angular-progressbar.mjs",
|
|
37
|
-
"esm2020": "esm2020/progress-kendo-angular-progressbar.mjs",
|
|
38
|
-
"fesm2020": "fesm2020/progress-kendo-angular-progressbar.mjs",
|
|
39
|
-
"fesm2015": "fesm2015/progress-kendo-angular-progressbar.mjs",
|
|
35
|
+
"module": "fesm2022/progress-kendo-angular-progressbar.mjs",
|
|
40
36
|
"typings": "index.d.ts",
|
|
41
37
|
"exports": {
|
|
42
38
|
"./package.json": {
|
|
@@ -44,11 +40,9 @@
|
|
|
44
40
|
},
|
|
45
41
|
".": {
|
|
46
42
|
"types": "./index.d.ts",
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"node": "./fesm2015/progress-kendo-angular-progressbar.mjs",
|
|
51
|
-
"default": "./fesm2020/progress-kendo-angular-progressbar.mjs"
|
|
43
|
+
"esm2022": "./esm2022/progress-kendo-angular-progressbar.mjs",
|
|
44
|
+
"esm": "./esm2022/progress-kendo-angular-progressbar.mjs",
|
|
45
|
+
"default": "./fesm2022/progress-kendo-angular-progressbar.mjs"
|
|
52
46
|
}
|
|
53
47
|
},
|
|
54
48
|
"sideEffects": false
|
|
@@ -132,5 +132,5 @@ export declare class ProgressBarComponent extends ProgressBarBase {
|
|
|
132
132
|
private renderValueChange;
|
|
133
133
|
private resetProgress;
|
|
134
134
|
static ɵfac: i0.ɵɵFactoryDeclaration<ProgressBarComponent, never>;
|
|
135
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ProgressBarComponent, "kendo-progressbar", ["kendoProgressBar"], { "label": "label"; "progressCssStyle": "progressCssStyle"; "progressCssClass": "progressCssClass"; "emptyCssStyle": "emptyCssStyle"; "emptyCssClass": "emptyCssClass"; "animation": "animation"; }, { "animationEnd": "animationEnd"; }, never, never, true, never>;
|
|
135
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ProgressBarComponent, "kendo-progressbar", ["kendoProgressBar"], { "label": { "alias": "label"; "required": false; }; "progressCssStyle": { "alias": "progressCssStyle"; "required": false; }; "progressCssClass": { "alias": "progressCssClass"; "required": false; }; "emptyCssStyle": { "alias": "emptyCssStyle"; "required": false; }; "emptyCssClass": { "alias": "emptyCssClass"; "required": false; }; "animation": { "alias": "animation"; "required": false; }; }, { "animationEnd": "animationEnd"; }, never, never, true, never>;
|
|
136
136
|
}
|
package/progressbar.module.d.ts
CHANGED
|
@@ -8,10 +8,6 @@ import * as i2 from "./common/localization/custom-messages.component";
|
|
|
8
8
|
import * as i3 from "./circularprogressbar/center-template.directive";
|
|
9
9
|
import * as i4 from "./circularprogressbar/circular-progressbar.component";
|
|
10
10
|
import * as i5 from "./progressbar.component";
|
|
11
|
-
/**
|
|
12
|
-
* @hidden
|
|
13
|
-
* IMPORTANT: NgModule export kept for backwards compatibility
|
|
14
|
-
*/
|
|
15
11
|
/**
|
|
16
12
|
* Represents the [NgModule](link:site.data.urls.angular['ngmodules'])
|
|
17
13
|
* definition for the ProgressBar components.
|
package/types/label-fn-type.d.ts
CHANGED
package/types/label-type.d.ts
CHANGED
|
@@ -10,4 +10,4 @@
|
|
|
10
10
|
* * `percentage`—Represents the calculated percentage value based on the current display value
|
|
11
11
|
* and the range defined by the `min` and `max` options.
|
|
12
12
|
*/
|
|
13
|
-
export
|
|
13
|
+
export type LabelType = 'value' | 'percent';
|