Socket
Socket
Sign inDemoInstall

@progress/kendo-angular-progressbar

Package Overview
Dependencies
Maintainers
1
Versions
664
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@progress/kendo-angular-progressbar - npm Package Compare versions

Comparing version 3.1.2 to 11.0.0-develop.79

esm2020/chunk/chunk-progressbar.component.mjs

12

chunk/chunk-progressbar.component.d.ts
/**-----------------------------------------------------------------------------------------
* Copyright © 2021 Progress Software Corporation. All rights reserved.
* Copyright © 2022 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information

@@ -30,2 +30,3 @@ *-------------------------------------------------------------------------------------------*/

renderer: Renderer2;
chunkClass: boolean;
/**

@@ -45,3 +46,3 @@ * Sets the number of chunks into which the ChunkProgressBar will be split.

progressCssStyle: {
[key: string]: string;
[key: string]: any;
};

@@ -53,3 +54,3 @@ /**

progressCssClass: string | string[] | Set<string> | {
[key: string]: any;
[key: string]: string;
};

@@ -77,3 +78,6 @@ /**

*/
get orientationStyles(): any;
get orientationStyles(): {
width: string;
height: string;
};
private _orientationStyles;

@@ -80,0 +84,0 @@ /**

/**-----------------------------------------------------------------------------------------
* Copyright © 2021 Progress Software Corporation. All rights reserved.
* Copyright © 2022 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information

@@ -12,6 +12,6 @@ *-------------------------------------------------------------------------------------------*/

export declare class CircularProgressbarCenterTemplateDirective {
templateRef: TemplateRef<any>;
constructor(templateRef: TemplateRef<any>);
templateRef: TemplateRef<unknown>;
constructor(templateRef: TemplateRef<unknown>);
static ɵfac: i0.ɵɵFactoryDeclaration<CircularProgressbarCenterTemplateDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<CircularProgressbarCenterTemplateDirective, "[kendoCircularProgressbarCenterTemplate]", never, {}, {}, never>;
}
/**-----------------------------------------------------------------------------------------
* Copyright © 2021 Progress Software Corporation. All rights reserved.
* Copyright © 2022 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information

@@ -106,3 +106,3 @@ *-------------------------------------------------------------------------------------------*/

*/
onResize(_event?: any): void;
onResize(): void;
private initProgressArc;

@@ -109,0 +109,0 @@ private calculateProgress;

/**-----------------------------------------------------------------------------------------
* Copyright © 2021 Progress Software Corporation. All rights reserved.
* Copyright © 2022 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information

@@ -4,0 +4,0 @@ *-------------------------------------------------------------------------------------------*/

/**-----------------------------------------------------------------------------------------
* Copyright © 2021 Progress Software Corporation. All rights reserved.
* Copyright © 2022 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information

@@ -4,0 +4,0 @@ *-------------------------------------------------------------------------------------------*/

/**-----------------------------------------------------------------------------------------
* Copyright © 2021 Progress Software Corporation. All rights reserved.
* Copyright © 2022 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information

@@ -4,0 +4,0 @@ *-------------------------------------------------------------------------------------------*/

/**-----------------------------------------------------------------------------------------
* Copyright © 2021 Progress Software Corporation. All rights reserved.
* Copyright © 2022 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information

@@ -4,0 +4,0 @@ *-------------------------------------------------------------------------------------------*/

/**-----------------------------------------------------------------------------------------
* Copyright © 2021 Progress Software Corporation. All rights reserved.
* Copyright © 2022 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information

@@ -4,0 +4,0 @@ *-------------------------------------------------------------------------------------------*/

/**-----------------------------------------------------------------------------------------
* Copyright © 2021 Progress Software Corporation. All rights reserved.
* Copyright © 2022 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information

@@ -16,3 +16,3 @@ *-------------------------------------------------------------------------------------------*/

static ɵfac: i0.ɵɵFactoryDeclaration<ProgressBarMessages, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<ProgressBarMessages, "kendo-progressbar-messages-base", never, { "progressBarLabel": "progressBarLabel"; }, {}, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<ProgressBarMessages, never, never, { "progressBarLabel": "progressBarLabel"; }, {}, never>;
}
/**-----------------------------------------------------------------------------------------
* Copyright © 2021 Progress Software Corporation. All rights reserved.
* Copyright © 2022 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information

@@ -4,0 +4,0 @@ *-------------------------------------------------------------------------------------------*/

/**-----------------------------------------------------------------------------------------
* Copyright © 2021 Progress Software Corporation. All rights reserved.
* Copyright © 2022 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import { LabelSettings } from '../types/label-settings.interface';
import { Renderer2, SimpleChanges } from '@angular/core';
import { ProgressBarAnimation } from '../main';
import { ProgressBarAnimation } from '../types/progressbar-animation.interface';
/**

@@ -14,3 +15,3 @@ * @hidden

*/
export declare const formatValue: Function;
export declare const formatValue: (value: number, min: number, max: number, label: boolean | LabelSettings) => string;
/**

@@ -43,10 +44,19 @@ * @hidden

*/
export declare const setProgressBarStyles: (props: any, renderer: Renderer2) => void;
export declare const setProgressBarStyles: (props: {
method: 'setStyle' | 'setAttribute';
el: HTMLElement;
attr: string;
attrValue: string;
}[], renderer: Renderer2) => void;
/**
* @hidden
*/
export declare const removeProgressBarStyles: (props: any, renderer: Renderer2) => void;
export declare const removeProgressBarStyles: (props: {
method: 'removeStyle' | 'removeAttribute';
el: HTMLElement;
attr: string;
}[], renderer: Renderer2) => void;
/**
* @hidden
*/
export declare const hasElementSize: (element: any) => boolean;
export declare const hasElementSize: (element: HTMLElement) => boolean;

@@ -40,3 +40,3 @@ Progress Kendo UI for Angular 2022

Matt Mueller | cheerio | 0.22 - Open Source | MIT-style License
Progress Software Corporation | Kendo UI Licensing CLI | 1.1 - Proprietary |
Progress Software Corporation | Kendo UI Licensing CLI | 1.1 - Proprietary |
Progress Software Corporation | jszip-esm | 1.0.0 - Open Source | MIT-style License

@@ -437,3 +437,3 @@ Progress Software Corporation | pako-esm | 1.0.0 - Open Source | MIT-style License

@types/prosemirror-transform v1*, and @types/prosemirror-view v1*. Such technologies are
subject to the following terms and conditions:
subject to the following terms and conditions:

@@ -645,3 +645,3 @@ This project is licensed under the MIT license.

3. Special Notices Regarding Progress Products incorporated into the Product:
3. Special Notices Regarding Progress Products incorporated into the Product:

@@ -648,0 +648,0 @@ (a) Progress Kendo UI for Angular 2022 incorporates Kendo UI Licensing CLI v1.1

/**-----------------------------------------------------------------------------------------
* Copyright © 2021 Progress Software Corporation. All rights reserved.
* Copyright © 2022 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information

@@ -4,0 +4,0 @@ *-------------------------------------------------------------------------------------------*/

{
"name": "@progress/kendo-angular-progressbar",
"version": "3.1.2",
"version": "11.0.0-develop.79",
"description": "Kendo UI Angular component starter template",

@@ -8,6 +8,2 @@ "license": "SEE LICENSE IN LICENSE.md",

"homepage": "https://www.telerik.com/kendo-angular-ui/components/",
"repository": {
"type": "git",
"url": "https://github.com/telerik/kendo-angular-progressbar.git"
},
"bugs": {

@@ -25,60 +21,38 @@ "url": "https://github.com/telerik/kendo-angular"

},
"dependencies": {
"@progress/kendo-schematics": "^3.0.0",
"peerDependencies": {
"@angular/animations": "13 - 15",
"@angular/common": "13 - 15",
"@angular/core": "13 - 15",
"@angular/platform-browser": "13 - 15",
"@progress/kendo-charts": "^1.18.0",
"tslib": "^2.3.1"
},
"peerDependencies": {
"@angular/common": "12 - 15",
"@angular/core": "12 - 15",
"@progress/kendo-angular-common": "^3.0.0",
"@progress/kendo-angular-l10n": "^4.0.0",
"@progress/kendo-licensing": "^1.0.2",
"@progress/kendo-angular-common": "11.0.0-develop.79",
"@progress/kendo-angular-l10n": "11.0.0-develop.79",
"@progress/kendo-angular-schematics": "11.0.0-develop.79",
"rxjs": "^6.5.3 || ^7.0.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
},
"ghooks": {
"commit-msg": "validate-commit-msg"
},
"validate-commit-msg": {
"types": [
"feat",
"fix",
"docs",
"style",
"refactor",
"perf",
"test",
"chore",
"revert"
],
"warnOnFail": false,
"maxSubjectLength": 100
}
"dependencies": {
"tslib": "^2.3.1"
},
"schematics": "./schematics/collection.json",
"release": {
"debug": false,
"branchTags": {
"develop": "dev"
"module": "fesm2015/progress-kendo-angular-progressbar.mjs",
"es2020": "fesm2020/progress-kendo-angular-progressbar.mjs",
"esm2020": "esm2020/progress-kendo-angular-progressbar.mjs",
"fesm2020": "fesm2020/progress-kendo-angular-progressbar.mjs",
"fesm2015": "fesm2015/progress-kendo-angular-progressbar.mjs",
"typings": "progress-kendo-angular-progressbar.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
"fallbackTags": {
"dev": "latest"
},
"analyzeCommits": "@progress/semantic-prerelease/analyzeCommits",
"generateNotes": "@progress/kendo-angular-tasks/lib/generateNotes",
"getLastRelease": "@progress/semantic-prerelease/getLastRelease",
"verifyConditions": "@progress/semantic-prerelease/verifyConditions",
"verifyRelease": "@progress/semantic-prerelease/verifyRelease"
".": {
"types": "./progress-kendo-angular-progressbar.d.ts",
"esm2020": "./esm2020/progress-kendo-angular-progressbar.mjs",
"es2020": "./fesm2020/progress-kendo-angular-progressbar.mjs",
"es2015": "./fesm2015/progress-kendo-angular-progressbar.mjs",
"node": "./fesm2015/progress-kendo-angular-progressbar.mjs",
"default": "./fesm2020/progress-kendo-angular-progressbar.mjs"
}
},
"main": "bundles/kendo-angular-progressbar.umd.js",
"module": "fesm2015/kendo-angular-progressbar.js",
"es2015": "fesm2015/kendo-angular-progressbar.js",
"esm2015": "esm2015/kendo-angular-progressbar.js",
"fesm2015": "fesm2015/kendo-angular-progressbar.js",
"typings": "kendo-angular-progressbar.d.ts",
"sideEffects": false
}
/**-----------------------------------------------------------------------------------------
* Copyright © 2021 Progress Software Corporation. All rights reserved.
* Copyright © 2022 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information

@@ -4,0 +4,0 @@ *-------------------------------------------------------------------------------------------*/

/**-----------------------------------------------------------------------------------------
* Copyright © 2021 Progress Software Corporation. All rights reserved.
* Copyright © 2022 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information

@@ -4,0 +4,0 @@ *-------------------------------------------------------------------------------------------*/

@@ -1,5 +0,1 @@

/**-----------------------------------------------------------------------------------------
* Copyright © 2021 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
"use strict";

@@ -11,4 +7,4 @@ Object.defineProperty(exports, "__esModule", { value: true });

});
return schematics_1.externalSchematic('@progress/kendo-schematics', 'ng-add', finalOptions);
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
}
exports.default = default_1;
/**-----------------------------------------------------------------------------------------
* Copyright © 2021 Progress Software Corporation. All rights reserved.
* Copyright © 2022 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information

@@ -4,0 +4,0 @@ *-------------------------------------------------------------------------------------------*/

/**-----------------------------------------------------------------------------------------
* Copyright © 2021 Progress Software Corporation. All rights reserved.
* Copyright © 2022 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information

@@ -4,0 +4,0 @@ *-------------------------------------------------------------------------------------------*/

/**-----------------------------------------------------------------------------------------
* Copyright © 2021 Progress Software Corporation. All rights reserved.
* Copyright © 2022 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information

@@ -4,0 +4,0 @@ *-------------------------------------------------------------------------------------------*/

/**-----------------------------------------------------------------------------------------
* Copyright © 2021 Progress Software Corporation. All rights reserved.
* Copyright © 2022 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information

@@ -4,0 +4,0 @@ *-------------------------------------------------------------------------------------------*/

/**-----------------------------------------------------------------------------------------
* Copyright © 2021 Progress Software Corporation. All rights reserved.
* Copyright © 2022 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information

@@ -4,0 +4,0 @@ *-------------------------------------------------------------------------------------------*/

/**-----------------------------------------------------------------------------------------
* Copyright © 2021 Progress Software Corporation. All rights reserved.
* Copyright © 2022 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information

@@ -4,0 +4,0 @@ *-------------------------------------------------------------------------------------------*/

/**-----------------------------------------------------------------------------------------
* Copyright © 2021 Progress Software Corporation. All rights reserved.
* Copyright © 2022 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information

@@ -4,0 +4,0 @@ *-------------------------------------------------------------------------------------------*/

/**-----------------------------------------------------------------------------------------
* Copyright © 2021 Progress Software Corporation. All rights reserved.
* Copyright © 2022 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information

@@ -4,0 +4,0 @@ *-------------------------------------------------------------------------------------------*/

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc