@progress/kendo-angular-progressbar 11.0.0 → 11.0.1-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/common/util.d.ts +0 -4
- package/esm2020/chunk/chunk-progressbar.component.mjs +0 -4
- package/esm2020/common/util.mjs +0 -4
- package/esm2020/package-metadata.mjs +2 -2
- package/fesm2015/progress-kendo-angular-progressbar.mjs +2 -9
- package/fesm2020/progress-kendo-angular-progressbar.mjs +2 -9
- package/package.json +4 -4
package/common/util.d.ts
CHANGED
|
@@ -5,10 +5,6 @@
|
|
|
5
5
|
import { LabelSettings } from '../types/label-settings.interface';
|
|
6
6
|
import { Renderer2, SimpleChanges } from '@angular/core';
|
|
7
7
|
import { ProgressBarAnimation } from '../types/progressbar-animation.interface';
|
|
8
|
-
/**
|
|
9
|
-
* @hidden
|
|
10
|
-
*/
|
|
11
|
-
export declare const reverseChunks: (orientation: string, reverse: boolean) => boolean;
|
|
12
8
|
/**
|
|
13
9
|
* @hidden
|
|
14
10
|
*/
|
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { ProgressBarBase } from '../common/progressbar-base';
|
|
6
6
|
import { Component, ElementRef, HostBinding, Input, Renderer2 } from '@angular/core';
|
|
7
|
-
import { reverseChunks } from '../common/util';
|
|
8
7
|
import { LocalizationService, L10N_PREFIX } from '@progress/kendo-angular-l10n';
|
|
9
8
|
import * as i0 from "@angular/core";
|
|
10
9
|
import * as i1 from "@progress/kendo-angular-l10n";
|
|
@@ -57,9 +56,6 @@ export class ChunkProgressBarComponent extends ProgressBarBase {
|
|
|
57
56
|
for (let i = 0; i < completedChunks; i++) {
|
|
58
57
|
chunks[i] = true;
|
|
59
58
|
}
|
|
60
|
-
if (reverseChunks(this.orientation, this.reverse)) {
|
|
61
|
-
chunks.reverse();
|
|
62
|
-
}
|
|
63
59
|
return chunks;
|
|
64
60
|
}
|
|
65
61
|
/**
|
package/esm2020/common/util.mjs
CHANGED
|
@@ -4,10 +4,6 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { LABEL_DECIMALS, MIN_MAX_ERROR_MESSAGE, MIN_RATIO } from './constants';
|
|
6
6
|
import { isDevMode } from '@angular/core';
|
|
7
|
-
/**
|
|
8
|
-
* @hidden
|
|
9
|
-
*/
|
|
10
|
-
export const reverseChunks = (orientation, reverse) => (orientation === 'vertical' && !reverse || orientation === 'horizontal' && reverse);
|
|
11
7
|
/**
|
|
12
8
|
* @hidden
|
|
13
9
|
*/
|
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
|
9
9
|
name: '@progress/kendo-angular-progressbar',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
13
|
-
version: '11.0.
|
|
12
|
+
publishDate: 1674059710,
|
|
13
|
+
version: '11.0.1-develop.1',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -21,8 +21,8 @@ const packageMetadata = {
|
|
|
21
21
|
name: '@progress/kendo-angular-progressbar',
|
|
22
22
|
productName: 'Kendo UI for Angular',
|
|
23
23
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
24
|
-
publishDate:
|
|
25
|
-
version: '11.0.
|
|
24
|
+
publishDate: 1674059710,
|
|
25
|
+
version: '11.0.1-develop.1',
|
|
26
26
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
27
27
|
};
|
|
28
28
|
|
|
@@ -39,10 +39,6 @@ const LABEL_DECIMALS = 3;
|
|
|
39
39
|
*/
|
|
40
40
|
const MIN_RATIO = 0.0001;
|
|
41
41
|
|
|
42
|
-
/**
|
|
43
|
-
* @hidden
|
|
44
|
-
*/
|
|
45
|
-
const reverseChunks = (orientation, reverse) => (orientation === 'vertical' && !reverse || orientation === 'horizontal' && reverse);
|
|
46
42
|
/**
|
|
47
43
|
* @hidden
|
|
48
44
|
*/
|
|
@@ -761,9 +757,6 @@ class ChunkProgressBarComponent extends ProgressBarBase {
|
|
|
761
757
|
for (let i = 0; i < completedChunks; i++) {
|
|
762
758
|
chunks[i] = true;
|
|
763
759
|
}
|
|
764
|
-
if (reverseChunks(this.orientation, this.reverse)) {
|
|
765
|
-
chunks.reverse();
|
|
766
|
-
}
|
|
767
760
|
return chunks;
|
|
768
761
|
}
|
|
769
762
|
/**
|
|
@@ -21,8 +21,8 @@ const packageMetadata = {
|
|
|
21
21
|
name: '@progress/kendo-angular-progressbar',
|
|
22
22
|
productName: 'Kendo UI for Angular',
|
|
23
23
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
24
|
-
publishDate:
|
|
25
|
-
version: '11.0.
|
|
24
|
+
publishDate: 1674059710,
|
|
25
|
+
version: '11.0.1-develop.1',
|
|
26
26
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
27
27
|
};
|
|
28
28
|
|
|
@@ -39,10 +39,6 @@ const LABEL_DECIMALS = 3;
|
|
|
39
39
|
*/
|
|
40
40
|
const MIN_RATIO = 0.0001;
|
|
41
41
|
|
|
42
|
-
/**
|
|
43
|
-
* @hidden
|
|
44
|
-
*/
|
|
45
|
-
const reverseChunks = (orientation, reverse) => (orientation === 'vertical' && !reverse || orientation === 'horizontal' && reverse);
|
|
46
42
|
/**
|
|
47
43
|
* @hidden
|
|
48
44
|
*/
|
|
@@ -761,9 +757,6 @@ class ChunkProgressBarComponent extends ProgressBarBase {
|
|
|
761
757
|
for (let i = 0; i < completedChunks; i++) {
|
|
762
758
|
chunks[i] = true;
|
|
763
759
|
}
|
|
764
|
-
if (reverseChunks(this.orientation, this.reverse)) {
|
|
765
|
-
chunks.reverse();
|
|
766
|
-
}
|
|
767
760
|
return chunks;
|
|
768
761
|
}
|
|
769
762
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-progressbar",
|
|
3
|
-
"version": "11.0.
|
|
3
|
+
"version": "11.0.1-develop.1",
|
|
4
4
|
"description": "Kendo UI Angular component starter template",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -23,13 +23,13 @@
|
|
|
23
23
|
"@angular/core": "13 - 15",
|
|
24
24
|
"@angular/platform-browser": "13 - 15",
|
|
25
25
|
"@progress/kendo-licensing": "^1.0.2",
|
|
26
|
-
"@progress/kendo-angular-common": "11.0.
|
|
27
|
-
"@progress/kendo-angular-l10n": "11.0.
|
|
26
|
+
"@progress/kendo-angular-common": "11.0.1-develop.1",
|
|
27
|
+
"@progress/kendo-angular-l10n": "11.0.1-develop.1",
|
|
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": "11.0.
|
|
32
|
+
"@progress/kendo-angular-schematics": "11.0.1-develop.1"
|
|
33
33
|
},
|
|
34
34
|
"schematics": "./schematics/collection.json",
|
|
35
35
|
"module": "fesm2015/progress-kendo-angular-progressbar.mjs",
|