New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@progress/kendo-react-progressbars

Package Overview
Dependencies
Maintainers
1
Versions
992
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@progress/kendo-react-progressbars - npm Package Compare versions

Comparing version 3.13.0 to 3.13.1-dev.202005050714

14

dist/es/common/BaseProps.d.ts

@@ -31,3 +31,3 @@ /// <reference types="react" />

* Sets the disabled state of the progress bar.
* See examples ([here]({% slug disabled_progressbar %})) and ([here]({% slug disabled_chunkprogressbar %})).
* See examples ([here]({% slug progressbar_disabled %})) and ([here]({% slug chunkprogressbar_disabled %})).
*/

@@ -37,3 +37,3 @@ disabled?: boolean;

* Defines the orientation of the progress bar.
* See examples ([here]({% slug orientation_progressbar %})) and ([here]({% slug orientation_chunkprogressbar %})).
* See examples ([here]({% slug progressbar_orientation %})) and ([here]({% slug chunkprogressbar_orientation %})).
* Defaults to `horizontal`.

@@ -44,3 +44,3 @@ */

* If set to `true`, the progress bar will be reversed.
* See examples ([here]({% slug direction_progressbar %})) and ([here]({% slug direction_chunkprogressbar %})).
* See examples ([here]({% slug progressbar_direction %})) and ([here]({% slug chunkprogressbar_direction %})).
* Defaults to `false`.

@@ -59,3 +59,3 @@ */

* The styles that are applied to the inner element which represents the empty portion of the progress bar.
* See examples ([here]({% slug customizing_progressbar %})) and ([here]({% slug customizing_chunkprogressbar %})).
* See examples ([here]({% slug progressbar_appearance %})) and ([here]({% slug chunkprogressbar_appearance %})).
*/

@@ -65,3 +65,3 @@ emptyStyle?: React.CSSProperties;

* Sets additional classes to the inner element which represents the empty portion of the progress bar.
* See examples ([here]({% slug customizing_progressbar %})) and ([here]({% slug customizing_chunkprogressbar %})).
* See examples ([here]({% slug progressbar_appearance %})) and ([here]({% slug chunkprogressbar_appearance %})).
*/

@@ -71,3 +71,3 @@ emptyClassName?: string;

* The styles that are applied to the inner element which represents the full portion of the progress bar.
* See examples ([here]({% slug customizing_progressbar %})) and ([here]({% slug customizing_chunkprogressbar %})).
* See examples ([here]({% slug progressbar_appearance %})) and ([here]({% slug chunkprogressbar_appearance %})).
*/

@@ -77,3 +77,3 @@ progressStyle?: React.CSSProperties;

* Sets additional classes to the inner element which represents the full portion of the progress bar.
* See examples ([here]({% slug customizing_progressbar %})) and ([here]({% slug customizing_chunkprogressbar %})).
* See examples ([here]({% slug progressbar_appearance %})) and ([here]({% slug chunkprogressbar_appearance %})).
*/

@@ -80,0 +80,0 @@ progressClassName?: string;

@@ -16,3 +16,3 @@ /// <reference types="react" />

/**
* Overrides the default label ([see example]({% slug labels_progressbar %})).
* Overrides the default label ([see example]({% slug progressbar_label %})).
*/

@@ -25,5 +25,5 @@ label?: React.ComponentType<LabelProps>;

/**
* Sets the position of the progress status label. Defaults to `end` ([see example]({% slug labels_progressbar %})).
* Sets the position of the progress status label. Defaults to `end` ([see example]({% slug progressbar_label %})).
*/
labelPlacement?: 'start' | 'center' | 'end';
}

@@ -31,3 +31,3 @@ /// <reference types="react" />

* Sets the disabled state of the progress bar.
* See examples ([here]({% slug disabled_progressbar %})) and ([here]({% slug disabled_chunkprogressbar %})).
* See examples ([here]({% slug progressbar_disabled %})) and ([here]({% slug chunkprogressbar_disabled %})).
*/

@@ -37,3 +37,3 @@ disabled?: boolean;

* Defines the orientation of the progress bar.
* See examples ([here]({% slug orientation_progressbar %})) and ([here]({% slug orientation_chunkprogressbar %})).
* See examples ([here]({% slug progressbar_orientation %})) and ([here]({% slug chunkprogressbar_orientation %})).
* Defaults to `horizontal`.

@@ -44,3 +44,3 @@ */

* If set to `true`, the progress bar will be reversed.
* See examples ([here]({% slug direction_progressbar %})) and ([here]({% slug direction_chunkprogressbar %})).
* See examples ([here]({% slug progressbar_direction %})) and ([here]({% slug chunkprogressbar_direction %})).
* Defaults to `false`.

@@ -59,3 +59,3 @@ */

* The styles that are applied to the inner element which represents the empty portion of the progress bar.
* See examples ([here]({% slug customizing_progressbar %})) and ([here]({% slug customizing_chunkprogressbar %})).
* See examples ([here]({% slug progressbar_appearance %})) and ([here]({% slug chunkprogressbar_appearance %})).
*/

@@ -65,3 +65,3 @@ emptyStyle?: React.CSSProperties;

* Sets additional classes to the inner element which represents the empty portion of the progress bar.
* See examples ([here]({% slug customizing_progressbar %})) and ([here]({% slug customizing_chunkprogressbar %})).
* See examples ([here]({% slug progressbar_appearance %})) and ([here]({% slug chunkprogressbar_appearance %})).
*/

@@ -71,3 +71,3 @@ emptyClassName?: string;

* The styles that are applied to the inner element which represents the full portion of the progress bar.
* See examples ([here]({% slug customizing_progressbar %})) and ([here]({% slug customizing_chunkprogressbar %})).
* See examples ([here]({% slug progressbar_appearance %})) and ([here]({% slug chunkprogressbar_appearance %})).
*/

@@ -77,3 +77,3 @@ progressStyle?: React.CSSProperties;

* Sets additional classes to the inner element which represents the full portion of the progress bar.
* See examples ([here]({% slug customizing_progressbar %})) and ([here]({% slug customizing_chunkprogressbar %})).
* See examples ([here]({% slug progressbar_appearance %})) and ([here]({% slug chunkprogressbar_appearance %})).
*/

@@ -80,0 +80,0 @@ progressClassName?: string;

@@ -16,3 +16,3 @@ /// <reference types="react" />

/**
* Overrides the default label ([see example]({% slug labels_progressbar %})).
* Overrides the default label ([see example]({% slug progressbar_label %})).
*/

@@ -25,5 +25,5 @@ label?: React.ComponentType<LabelProps>;

/**
* Sets the position of the progress status label. Defaults to `end` ([see example]({% slug labels_progressbar %})).
* Sets the position of the progress status label. Defaults to `end` ([see example]({% slug progressbar_label %})).
*/
labelPlacement?: 'start' | 'center' | 'end';
}
{
"name": "@progress/kendo-react-progressbars",
"description": "KendoReact ProgressBars package",
"version": "3.13.0",
"version": "3.13.1-dev.202005050714",
"repository": {

@@ -40,10 +40,10 @@ "type": "git",

"@progress/kendo-drawing": "^1.5.7",
"@progress/kendo-react-buttons": "3.13.0",
"@progress/kendo-react-dropdowns": "3.13.0",
"@progress/kendo-react-form": "3.13.0",
"@progress/kendo-react-inputs": "3.13.0",
"@progress/kendo-react-intl": "3.13.0"
"@progress/kendo-react-buttons": "3.13.1-dev.202005050714",
"@progress/kendo-react-dropdowns": "3.13.1-dev.202005050714",
"@progress/kendo-react-form": "3.13.1-dev.202005050714",
"@progress/kendo-react-inputs": "3.13.1-dev.202005050714",
"@progress/kendo-react-intl": "3.13.1-dev.202005050714"
},
"dependencies": {
"@progress/kendo-react-common": "3.13.0",
"@progress/kendo-react-common": "3.13.1-dev.202005050714",
"prop-types": "^15.6.0"

@@ -50,0 +50,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