@progress/kendo-react-progressbars 13.3.0-develop.1 → 13.3.0-develop.3
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/dist/cdn/js/kendo-react-progressbars.js +1 -1
- package/index.d.mts +14 -14
- package/index.d.ts +14 -14
- package/package-metadata.js +1 -1
- package/package-metadata.mjs +2 -2
- package/package.json +4 -4
|
@@ -12,4 +12,4 @@
|
|
|
12
12
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
13
13
|
*-------------------------------------------------------------------------------------------
|
|
14
14
|
*/
|
|
15
|
-
!function(e,r){"object"==typeof exports&&"undefined"!=typeof module?r(exports,require("react"),require("prop-types"),require("@progress/kendo-react-common"),require("@progress/kendo-react-animation")):"function"==typeof define&&define.amd?define(["exports","react","prop-types","@progress/kendo-react-common","@progress/kendo-react-animation"],r):r((e="undefined"!=typeof globalThis?globalThis:e||self).KendoReactProgressbars={},e.React,e.PropTypes,e.KendoReactCommon,e.KendoReactAnimation)}(this,(function(e,r,a,s,t){"use strict";function n(e){var r=Object.create(null);return e&&Object.keys(e).forEach((function(a){if("default"!==a){var s=Object.getOwnPropertyDescriptor(e,a);Object.defineProperty(r,a,s.get?s:{enumerable:!0,get:function(){return e[a]}})}})),r.default=e,Object.freeze(r)}var l=n(r);const o=(e,r,a)=>{const s=Math.abs((r-e)/100);return Math.abs((a-e)/s)},i=(e,r,a,s)=>{const t=Math.max(a,.01),n=100/t*100;e.current&&r.current&&(e.current.style.width=s?"100%":`${t}%`,r.current.style.width=s?"100%":`${n}%`,e.current.style.height=s?`${t}%`:"100%",r.current.style.height=s?`${n}%`:"100%")},c=(e,r,a)=>Math.max((a-e)/(r-e),1e-5),u=Object.freeze({name:"@progress/kendo-react-progressbars",productName:"KendoReact",productCode:"KENDOUIREACT",productCodes:["KENDOUIREACT"],publishDate:0,version:"13.3.0-develop.
|
|
15
|
+
!function(e,r){"object"==typeof exports&&"undefined"!=typeof module?r(exports,require("react"),require("prop-types"),require("@progress/kendo-react-common"),require("@progress/kendo-react-animation")):"function"==typeof define&&define.amd?define(["exports","react","prop-types","@progress/kendo-react-common","@progress/kendo-react-animation"],r):r((e="undefined"!=typeof globalThis?globalThis:e||self).KendoReactProgressbars={},e.React,e.PropTypes,e.KendoReactCommon,e.KendoReactAnimation)}(this,(function(e,r,a,s,t){"use strict";function n(e){var r=Object.create(null);return e&&Object.keys(e).forEach((function(a){if("default"!==a){var s=Object.getOwnPropertyDescriptor(e,a);Object.defineProperty(r,a,s.get?s:{enumerable:!0,get:function(){return e[a]}})}})),r.default=e,Object.freeze(r)}var l=n(r);const o=(e,r,a)=>{const s=Math.abs((r-e)/100);return Math.abs((a-e)/s)},i=(e,r,a,s)=>{const t=Math.max(a,.01),n=100/t*100;e.current&&r.current&&(e.current.style.width=s?"100%":`${t}%`,r.current.style.width=s?"100%":`${n}%`,e.current.style.height=s?`${t}%`:"100%",r.current.style.height=s?`${n}%`:"100%")},c=(e,r,a)=>Math.max((a-e)/(r-e),1e-5),u=Object.freeze({name:"@progress/kendo-react-progressbars",productName:"KendoReact",productCode:"KENDOUIREACT",productCodes:["KENDOUIREACT"],publishDate:0,version:"13.3.0-develop.3",licensingDocsUrl:"https://www.telerik.com/kendo-react-ui/components/my-license/"}),m=l.forwardRef(((e,r)=>{const a=!s.validatePackage(u,{component:"ChunkProgressBar"}),t=s.getLicenseMessage(u),{chunkCount:n=d.chunkCount,className:o,disabled:i=d.disabled,orientation:m,min:b=d.min,max:p=d.max,reverse:g=d.reverse,style:k,tabIndex:v,emptyStyle:f,emptyClassName:y,progressStyle:h,progressClassName:N}=e,C=l.useRef(null),E=l.useCallback((()=>{C.current&&C.current.focus()}),[]);l.useImperativeHandle(r,(()=>({element:C.current,focus:E})));const x=e.value||d.value,R=null===e.value,I=s.useRtl(C,e.dir),S="vertical"===m,w={className:s.classNames("k-progressbar k-chunk-progressbar",{"k-progressbar-horizontal":!S,"k-progressbar-vertical":S,"k-progressbar-reverse":g,"k-progressbar-indeterminate":R,"k-disabled":i},o),ref:C,dir:I,tabIndex:s.getTabIndex(v,i),role:"progressbar","aria-label":e.ariaLabel,"aria-valuemin":b,"aria-valuemax":p,"aria-valuenow":R?void 0:x,"aria-disabled":i,style:k},O=({count:e})=>{const r=[],a=100/e+"%",t=c(b,p,x),n=Math.floor(t*e),o=Array(e).fill(!1);for(let e=0;e<n;e++)o[e]=!0;for(let t=0;t<e;++t){const n=o[t],i=n?N:y,c={width:S?void 0:a,height:S?a:void 0,...n?h:f};r.push(l.createElement("li",{key:t,className:s.classNames("k-progressbar-chunk",{"k-first":0===t,"k-last":t===e-1,"k-selected":n},i),style:c}))}return l.createElement(l.Fragment,null,r)};return l.createElement(l.Fragment,null,l.createElement("div",{...w},l.createElement("ul",{className:"k-progressbar-chunks k-reset"},l.createElement(O,{count:n}))),a&&l.createElement(s.WatermarkOverlay,{message:t}))}));m.propTypes={chunkCount:a.number,ariaLabel:a.string,disabled:a.bool,reverse:a.bool,max:a.number,min:a.number,value:a.number,tabIndex:a.number,emptyStyle:a.object,emptyClassName:a.string,progressStyle:a.object,progressClassName:a.string};const d={chunkCount:5,min:0,max:100,value:0,disabled:!1,reverse:!1};m.displayName="KendoChunkProgressBar";const b=l.forwardRef(((e,r)=>{const{animation:a=p.animation,disabled:n=p.disabled,reverse:c=p.reverse,orientation:u,labelVisible:m=p.labelVisible,labelPlacement:d,max:b=p.max,min:g=p.min,tabIndex:k,className:v,style:f,emptyStyle:y,emptyClassName:h,progressStyle:N,progressClassName:C}=e,E=l.useRef(null),x=l.useRef(null),R=l.useRef(null),I=l.useCallback((()=>{E.current&&E.current.focus()}),[]);l.useImperativeHandle(r,(()=>({element:E.current,progressStatusElement:x.current,progressStatusWrapElement:R.current,focus:I})));const S=e.value||p.value,w=(e=>{const r=l.useRef(void 0);return l.useEffect((()=>{r.current=e})),r.current})(S),O=null===e.value,P=s.useRtl(E,e.dir),j="vertical"===u,T=(e=>{const r=e.toString().split(".");return 1===r.length?`${r[0]}`:`${r[0]}.${r[1].substr(0,3)}`})(S),K={value:S},$=m?e.label?l.createElement("span",{className:"k-progress-status"},l.createElement(e.label,{...K})):l.createElement("span",{className:"k-progress-status"},T):void 0,M={className:s.classNames("k-progressbar",{"k-progressbar-horizontal":!j,"k-progressbar-vertical":j,"k-progressbar-reverse":c,"k-progressbar-indeterminate":O,"k-disabled":n},v),ref:E,dir:P,tabIndex:s.getTabIndex(k,n),role:"progressbar","aria-label":e.ariaLabel,"aria-valuemin":g,"aria-valuemax":b,"aria-valuenow":O?void 0:S,"aria-disabled":n,style:f},A=s.classNames("k-progress-status-wrap",{"k-progress-start":"start"===d,"k-progress-center":"center"===d,"k-progress-end":"end"===d||void 0===d}),B="boolean"!=typeof a&&void 0!==a?a.duration:a?400:0,D=l.useCallback((()=>{const e=o(g,b,w);i(x,R,e,j)}),[j,b,g,w]),L=l.useCallback((e=>{const r=o(g,b,w+(S-w)*e);i(x,R,r,j)}),[g,b,w,S,j]),V=l.useCallback((()=>{const e=o(g,b,S);i(x,R,e,j)}),[j,b,g,S]);return t.useAnimation({duration:B,onStart:D,onUpdate:L,onEnd:V},[S,B]),l.createElement("div",{...M},l.createElement("span",{className:A+(h?" "+h:""),style:y},$),l.createElement("div",{className:"k-progressbar-value k-selected",style:N,ref:x},l.createElement("span",{className:A+(C?" "+C:""),ref:R},$)))}));b.propTypes={animation:a.any,ariaLabel:a.string,disabled:a.bool,reverse:a.bool,label:a.any,labelVisible:a.bool,labelPlacement:a.oneOf(["start","center","end"]),max:a.number,min:a.number,value:a.number,tabIndex:a.number,emptyStyle:a.object,emptyClassName:a.string,progressStyle:a.object,progressClassName:a.string};const p={animation:!1,min:0,max:100,value:0,disabled:!1,reverse:!1,labelVisible:!0};b.displayName="KendoProgressBar",e.ChunkProgressBar=m,e.ProgressBar=b}));
|
package/index.d.mts
CHANGED
|
@@ -25,7 +25,7 @@ declare interface BaseProps {
|
|
|
25
25
|
/**
|
|
26
26
|
* Sets the current value of the progress bar. Must be between the `min` and `max` values. Defaults to `0`.
|
|
27
27
|
* Set to `null` to enable the indeterminate state of the progress bar.
|
|
28
|
-
* See examples ([here](
|
|
28
|
+
* See examples ([here](https://www.telerik.com/kendo-react-ui/components/progressbars/progressbar)) and ([here](https://www.telerik.com/kendo-react-ui/components/progressbars/chunkprogressbar)).
|
|
29
29
|
*
|
|
30
30
|
* @default 0
|
|
31
31
|
*
|
|
@@ -77,7 +77,7 @@ declare interface BaseProps {
|
|
|
77
77
|
ariaLabel?: string;
|
|
78
78
|
/**
|
|
79
79
|
* Determines whether the progress bar is in a disabled state.
|
|
80
|
-
* See examples ([here](
|
|
80
|
+
* See examples ([here](https://www.telerik.com/kendo-react-ui/components/progressbars/progressbar/disabled)) and ([here](https://www.telerik.com/kendo-react-ui/components/progressbars/chunkprogressbar/disabled)).
|
|
81
81
|
*
|
|
82
82
|
* @example
|
|
83
83
|
* ```jsx
|
|
@@ -87,7 +87,7 @@ declare interface BaseProps {
|
|
|
87
87
|
disabled?: boolean;
|
|
88
88
|
/**
|
|
89
89
|
* Specifies the orientation of the progress bar. Can be `horizontal` or `vertical`. Defaults to `horizontal`.
|
|
90
|
-
* See examples ([here](
|
|
90
|
+
* See examples ([here](https://www.telerik.com/kendo-react-ui/components/progressbars/progressbar/orientation)) and ([here](https://www.telerik.com/kendo-react-ui/components/progressbars/chunkprogressbar/orientation)).
|
|
91
91
|
*
|
|
92
92
|
* @default "horizontal"
|
|
93
93
|
*
|
|
@@ -99,7 +99,7 @@ declare interface BaseProps {
|
|
|
99
99
|
orientation?: 'horizontal' | 'vertical';
|
|
100
100
|
/**
|
|
101
101
|
* If set to `true`, reverses the direction of the progress bar. Defaults to `false`.
|
|
102
|
-
* See examples ([here](
|
|
102
|
+
* See examples ([here](https://www.telerik.com/kendo-react-ui/components/progressbars/progressbar/direction)) and ([here](https://www.telerik.com/kendo-react-ui/components/progressbars/chunkprogressbar/direction)).
|
|
103
103
|
*
|
|
104
104
|
* @default false
|
|
105
105
|
*
|
|
@@ -129,7 +129,7 @@ declare interface BaseProps {
|
|
|
129
129
|
style?: React.CSSProperties;
|
|
130
130
|
/**
|
|
131
131
|
* Specifies the styles applied to the inner element representing the empty portion of the progress bar.
|
|
132
|
-
* See examples ([here](
|
|
132
|
+
* See examples ([here](https://www.telerik.com/kendo-react-ui/components/progressbars/progressbar/appearance)) and ([here](https://www.telerik.com/kendo-react-ui/components/progressbars/chunkprogressbar/appearance)).
|
|
133
133
|
*
|
|
134
134
|
* @example
|
|
135
135
|
* ```jsx
|
|
@@ -139,7 +139,7 @@ declare interface BaseProps {
|
|
|
139
139
|
emptyStyle?: React.CSSProperties;
|
|
140
140
|
/**
|
|
141
141
|
* Adds additional CSS classes to the inner element representing the empty portion of the progress bar.
|
|
142
|
-
* See examples ([here](
|
|
142
|
+
* See examples ([here](https://www.telerik.com/kendo-react-ui/components/progressbars/progressbar/appearance)) and ([here](https://www.telerik.com/kendo-react-ui/components/progressbars/chunkprogressbar/appearance)).
|
|
143
143
|
*
|
|
144
144
|
* @example
|
|
145
145
|
* ```jsx
|
|
@@ -149,7 +149,7 @@ declare interface BaseProps {
|
|
|
149
149
|
emptyClassName?: string;
|
|
150
150
|
/**
|
|
151
151
|
* Specifies the styles applied to the inner element representing the full portion of the progress bar.
|
|
152
|
-
* See examples ([here](
|
|
152
|
+
* See examples ([here](https://www.telerik.com/kendo-react-ui/components/progressbars/progressbar/appearance)) and ([here](https://www.telerik.com/kendo-react-ui/components/progressbars/chunkprogressbar/appearance)).
|
|
153
153
|
*
|
|
154
154
|
* @example
|
|
155
155
|
* ```jsx
|
|
@@ -159,7 +159,7 @@ declare interface BaseProps {
|
|
|
159
159
|
progressStyle?: React.CSSProperties;
|
|
160
160
|
/**
|
|
161
161
|
* Adds additional CSS classes to the inner element representing the full portion of the progress bar.
|
|
162
|
-
* See examples ([here](
|
|
162
|
+
* See examples ([here](https://www.telerik.com/kendo-react-ui/components/progressbars/progressbar/appearance)) and ([here](https://www.telerik.com/kendo-react-ui/components/progressbars/chunkprogressbar/appearance)).
|
|
163
163
|
*
|
|
164
164
|
* @example
|
|
165
165
|
* ```jsx
|
|
@@ -179,7 +179,7 @@ declare interface BaseProps {
|
|
|
179
179
|
}
|
|
180
180
|
|
|
181
181
|
/**
|
|
182
|
-
* Represents the [KendoReact ChunkProgressBar component](
|
|
182
|
+
* Represents the [KendoReact ChunkProgressBar component](https://www.telerik.com/kendo-react-ui/components/progressbars/chunkprogressbar).
|
|
183
183
|
*
|
|
184
184
|
* @example
|
|
185
185
|
* ```jsx
|
|
@@ -207,7 +207,7 @@ declare interface ChunkProgressBarHandle {
|
|
|
207
207
|
}
|
|
208
208
|
|
|
209
209
|
/**
|
|
210
|
-
* Represents the props of the [KendoReact ChunkProgressBar component](
|
|
210
|
+
* Represents the props of the [KendoReact ChunkProgressBar component](https://www.telerik.com/kendo-react-ui/components/progressbars/chunkprogressbar).
|
|
211
211
|
*/
|
|
212
212
|
export declare interface ChunkProgressBarProps extends BaseProps {
|
|
213
213
|
/**
|
|
@@ -235,7 +235,7 @@ export declare interface LabelProps {
|
|
|
235
235
|
}
|
|
236
236
|
|
|
237
237
|
/**
|
|
238
|
-
* Represents the [KendoReact ProgressBar component](
|
|
238
|
+
* Represents the [KendoReact ProgressBar component](https://www.telerik.com/kendo-react-ui/components/progressbars/progressbar).
|
|
239
239
|
*
|
|
240
240
|
* @example
|
|
241
241
|
* ```jsx
|
|
@@ -283,7 +283,7 @@ export declare interface ProgressBarHandle {
|
|
|
283
283
|
}
|
|
284
284
|
|
|
285
285
|
/**
|
|
286
|
-
* Represents the props of the [KendoReact ProgressBar component](
|
|
286
|
+
* Represents the props of the [KendoReact ProgressBar component](https://www.telerik.com/kendo-react-ui/components/progressbars/progressbar).
|
|
287
287
|
*/
|
|
288
288
|
export declare interface ProgressBarProps extends BaseProps {
|
|
289
289
|
/**
|
|
@@ -300,7 +300,7 @@ export declare interface ProgressBarProps extends BaseProps {
|
|
|
300
300
|
*/
|
|
301
301
|
animation?: boolean | ProgressBarAnimation;
|
|
302
302
|
/**
|
|
303
|
-
* Provides a custom label component for the ProgressBar ([see example](
|
|
303
|
+
* Provides a custom label component for the ProgressBar ([see example](https://www.telerik.com/kendo-react-ui/components/progressbars/progressbar/label)).
|
|
304
304
|
*
|
|
305
305
|
* @example
|
|
306
306
|
* ```jsx
|
|
@@ -321,7 +321,7 @@ export declare interface ProgressBarProps extends BaseProps {
|
|
|
321
321
|
*/
|
|
322
322
|
labelVisible?: boolean;
|
|
323
323
|
/**
|
|
324
|
-
* Specifies the position of the progress status label. Defaults to `end` ([see example](
|
|
324
|
+
* Specifies the position of the progress status label. Defaults to `end` ([see example](https://www.telerik.com/kendo-react-ui/components/progressbars/progressbar/label)).
|
|
325
325
|
*
|
|
326
326
|
* @default "end"
|
|
327
327
|
*
|
package/index.d.ts
CHANGED
|
@@ -25,7 +25,7 @@ declare interface BaseProps {
|
|
|
25
25
|
/**
|
|
26
26
|
* Sets the current value of the progress bar. Must be between the `min` and `max` values. Defaults to `0`.
|
|
27
27
|
* Set to `null` to enable the indeterminate state of the progress bar.
|
|
28
|
-
* See examples ([here](
|
|
28
|
+
* See examples ([here](https://www.telerik.com/kendo-react-ui/components/progressbars/progressbar)) and ([here](https://www.telerik.com/kendo-react-ui/components/progressbars/chunkprogressbar)).
|
|
29
29
|
*
|
|
30
30
|
* @default 0
|
|
31
31
|
*
|
|
@@ -77,7 +77,7 @@ declare interface BaseProps {
|
|
|
77
77
|
ariaLabel?: string;
|
|
78
78
|
/**
|
|
79
79
|
* Determines whether the progress bar is in a disabled state.
|
|
80
|
-
* See examples ([here](
|
|
80
|
+
* See examples ([here](https://www.telerik.com/kendo-react-ui/components/progressbars/progressbar/disabled)) and ([here](https://www.telerik.com/kendo-react-ui/components/progressbars/chunkprogressbar/disabled)).
|
|
81
81
|
*
|
|
82
82
|
* @example
|
|
83
83
|
* ```jsx
|
|
@@ -87,7 +87,7 @@ declare interface BaseProps {
|
|
|
87
87
|
disabled?: boolean;
|
|
88
88
|
/**
|
|
89
89
|
* Specifies the orientation of the progress bar. Can be `horizontal` or `vertical`. Defaults to `horizontal`.
|
|
90
|
-
* See examples ([here](
|
|
90
|
+
* See examples ([here](https://www.telerik.com/kendo-react-ui/components/progressbars/progressbar/orientation)) and ([here](https://www.telerik.com/kendo-react-ui/components/progressbars/chunkprogressbar/orientation)).
|
|
91
91
|
*
|
|
92
92
|
* @default "horizontal"
|
|
93
93
|
*
|
|
@@ -99,7 +99,7 @@ declare interface BaseProps {
|
|
|
99
99
|
orientation?: 'horizontal' | 'vertical';
|
|
100
100
|
/**
|
|
101
101
|
* If set to `true`, reverses the direction of the progress bar. Defaults to `false`.
|
|
102
|
-
* See examples ([here](
|
|
102
|
+
* See examples ([here](https://www.telerik.com/kendo-react-ui/components/progressbars/progressbar/direction)) and ([here](https://www.telerik.com/kendo-react-ui/components/progressbars/chunkprogressbar/direction)).
|
|
103
103
|
*
|
|
104
104
|
* @default false
|
|
105
105
|
*
|
|
@@ -129,7 +129,7 @@ declare interface BaseProps {
|
|
|
129
129
|
style?: React.CSSProperties;
|
|
130
130
|
/**
|
|
131
131
|
* Specifies the styles applied to the inner element representing the empty portion of the progress bar.
|
|
132
|
-
* See examples ([here](
|
|
132
|
+
* See examples ([here](https://www.telerik.com/kendo-react-ui/components/progressbars/progressbar/appearance)) and ([here](https://www.telerik.com/kendo-react-ui/components/progressbars/chunkprogressbar/appearance)).
|
|
133
133
|
*
|
|
134
134
|
* @example
|
|
135
135
|
* ```jsx
|
|
@@ -139,7 +139,7 @@ declare interface BaseProps {
|
|
|
139
139
|
emptyStyle?: React.CSSProperties;
|
|
140
140
|
/**
|
|
141
141
|
* Adds additional CSS classes to the inner element representing the empty portion of the progress bar.
|
|
142
|
-
* See examples ([here](
|
|
142
|
+
* See examples ([here](https://www.telerik.com/kendo-react-ui/components/progressbars/progressbar/appearance)) and ([here](https://www.telerik.com/kendo-react-ui/components/progressbars/chunkprogressbar/appearance)).
|
|
143
143
|
*
|
|
144
144
|
* @example
|
|
145
145
|
* ```jsx
|
|
@@ -149,7 +149,7 @@ declare interface BaseProps {
|
|
|
149
149
|
emptyClassName?: string;
|
|
150
150
|
/**
|
|
151
151
|
* Specifies the styles applied to the inner element representing the full portion of the progress bar.
|
|
152
|
-
* See examples ([here](
|
|
152
|
+
* See examples ([here](https://www.telerik.com/kendo-react-ui/components/progressbars/progressbar/appearance)) and ([here](https://www.telerik.com/kendo-react-ui/components/progressbars/chunkprogressbar/appearance)).
|
|
153
153
|
*
|
|
154
154
|
* @example
|
|
155
155
|
* ```jsx
|
|
@@ -159,7 +159,7 @@ declare interface BaseProps {
|
|
|
159
159
|
progressStyle?: React.CSSProperties;
|
|
160
160
|
/**
|
|
161
161
|
* Adds additional CSS classes to the inner element representing the full portion of the progress bar.
|
|
162
|
-
* See examples ([here](
|
|
162
|
+
* See examples ([here](https://www.telerik.com/kendo-react-ui/components/progressbars/progressbar/appearance)) and ([here](https://www.telerik.com/kendo-react-ui/components/progressbars/chunkprogressbar/appearance)).
|
|
163
163
|
*
|
|
164
164
|
* @example
|
|
165
165
|
* ```jsx
|
|
@@ -179,7 +179,7 @@ declare interface BaseProps {
|
|
|
179
179
|
}
|
|
180
180
|
|
|
181
181
|
/**
|
|
182
|
-
* Represents the [KendoReact ChunkProgressBar component](
|
|
182
|
+
* Represents the [KendoReact ChunkProgressBar component](https://www.telerik.com/kendo-react-ui/components/progressbars/chunkprogressbar).
|
|
183
183
|
*
|
|
184
184
|
* @example
|
|
185
185
|
* ```jsx
|
|
@@ -207,7 +207,7 @@ declare interface ChunkProgressBarHandle {
|
|
|
207
207
|
}
|
|
208
208
|
|
|
209
209
|
/**
|
|
210
|
-
* Represents the props of the [KendoReact ChunkProgressBar component](
|
|
210
|
+
* Represents the props of the [KendoReact ChunkProgressBar component](https://www.telerik.com/kendo-react-ui/components/progressbars/chunkprogressbar).
|
|
211
211
|
*/
|
|
212
212
|
export declare interface ChunkProgressBarProps extends BaseProps {
|
|
213
213
|
/**
|
|
@@ -235,7 +235,7 @@ export declare interface LabelProps {
|
|
|
235
235
|
}
|
|
236
236
|
|
|
237
237
|
/**
|
|
238
|
-
* Represents the [KendoReact ProgressBar component](
|
|
238
|
+
* Represents the [KendoReact ProgressBar component](https://www.telerik.com/kendo-react-ui/components/progressbars/progressbar).
|
|
239
239
|
*
|
|
240
240
|
* @example
|
|
241
241
|
* ```jsx
|
|
@@ -283,7 +283,7 @@ export declare interface ProgressBarHandle {
|
|
|
283
283
|
}
|
|
284
284
|
|
|
285
285
|
/**
|
|
286
|
-
* Represents the props of the [KendoReact ProgressBar component](
|
|
286
|
+
* Represents the props of the [KendoReact ProgressBar component](https://www.telerik.com/kendo-react-ui/components/progressbars/progressbar).
|
|
287
287
|
*/
|
|
288
288
|
export declare interface ProgressBarProps extends BaseProps {
|
|
289
289
|
/**
|
|
@@ -300,7 +300,7 @@ export declare interface ProgressBarProps extends BaseProps {
|
|
|
300
300
|
*/
|
|
301
301
|
animation?: boolean | ProgressBarAnimation;
|
|
302
302
|
/**
|
|
303
|
-
* Provides a custom label component for the ProgressBar ([see example](
|
|
303
|
+
* Provides a custom label component for the ProgressBar ([see example](https://www.telerik.com/kendo-react-ui/components/progressbars/progressbar/label)).
|
|
304
304
|
*
|
|
305
305
|
* @example
|
|
306
306
|
* ```jsx
|
|
@@ -321,7 +321,7 @@ export declare interface ProgressBarProps extends BaseProps {
|
|
|
321
321
|
*/
|
|
322
322
|
labelVisible?: boolean;
|
|
323
323
|
/**
|
|
324
|
-
* Specifies the position of the progress status label. Defaults to `end` ([see example](
|
|
324
|
+
* Specifies the position of the progress status label. Defaults to `end` ([see example](https://www.telerik.com/kendo-react-ui/components/progressbars/progressbar/label)).
|
|
325
325
|
*
|
|
326
326
|
* @default "end"
|
|
327
327
|
*
|
package/package-metadata.js
CHANGED
|
@@ -5,4 +5,4 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=Object.freeze({name:"@progress/kendo-react-progressbars",productName:"KendoReact",productCode:"KENDOUIREACT",productCodes:["KENDOUIREACT"],publishDate:
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=Object.freeze({name:"@progress/kendo-react-progressbars",productName:"KendoReact",productCode:"KENDOUIREACT",productCodes:["KENDOUIREACT"],publishDate: 1768210035,version:"13.3.0-develop.3",licensingDocsUrl:"https://www.telerik.com/kendo-react-ui/components/my-license/"});exports.packageMetadata=e;
|
package/package-metadata.mjs
CHANGED
|
@@ -10,8 +10,8 @@ const e = Object.freeze({
|
|
|
10
10
|
productName: "KendoReact",
|
|
11
11
|
productCode: "KENDOUIREACT",
|
|
12
12
|
productCodes: ["KENDOUIREACT"],
|
|
13
|
-
publishDate:
|
|
14
|
-
version: "13.3.0-develop.
|
|
13
|
+
publishDate: 1768210035,
|
|
14
|
+
version: "13.3.0-develop.3",
|
|
15
15
|
licensingDocsUrl: "https://www.telerik.com/kendo-react-ui/components/my-license/"
|
|
16
16
|
});
|
|
17
17
|
export {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-react-progressbars",
|
|
3
|
-
"version": "13.3.0-develop.
|
|
3
|
+
"version": "13.3.0-develop.3",
|
|
4
4
|
"description": "React ProgressBars offer a customizable interface for users to track and display the progress of a task. KendoReact ProgressBars package",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
"sideEffects": false,
|
|
27
27
|
"peerDependencies": {
|
|
28
28
|
"@progress/kendo-licensing": "^1.7.2",
|
|
29
|
-
"@progress/kendo-react-animation": "13.3.0-develop.
|
|
30
|
-
"@progress/kendo-react-common": "13.3.0-develop.
|
|
29
|
+
"@progress/kendo-react-animation": "13.3.0-develop.3",
|
|
30
|
+
"@progress/kendo-react-common": "13.3.0-develop.3",
|
|
31
31
|
"react": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc",
|
|
32
32
|
"react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
|
|
33
33
|
},
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"package": {
|
|
57
57
|
"productName": "KendoReact",
|
|
58
58
|
"productCode": "KENDOUIREACT",
|
|
59
|
-
"publishDate":
|
|
59
|
+
"publishDate": 1768210035,
|
|
60
60
|
"licensingDocsUrl": "https://www.telerik.com/kendo-react-ui/components/my-license/"
|
|
61
61
|
}
|
|
62
62
|
},
|