@progress/kendo-react-progressbars
Advanced tools
Comparing version 3.13.0 to 3.13.1-dev.202005050714
@@ -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 @@ }, |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
113711
2
+ Added@progress/kendo-react-common@3.13.1-dev.202005050714(transitive)
- Removed@progress/kendo-react-common@3.13.0(transitive)