@progress/kendo-vue-progressbars 2.6.4-dev.202111300936

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.
Files changed (51) hide show
  1. package/LICENSE.md +11 -0
  2. package/NOTICE.txt +33 -0
  3. package/README.md +49 -0
  4. package/dist/cdn/js/kendo-vue-progressbars.js +1 -0
  5. package/dist/es/additionalTypes.ts +3 -0
  6. package/dist/es/common/BaseProps.d.ts +74 -0
  7. package/dist/es/common/BaseProps.js +0 -0
  8. package/dist/es/common/constants.d.ts +16 -0
  9. package/dist/es/common/constants.js +16 -0
  10. package/dist/es/common/utils.d.ts +16 -0
  11. package/dist/es/common/utils.js +34 -0
  12. package/dist/es/main.d.ts +5 -0
  13. package/dist/es/main.js +5 -0
  14. package/dist/es/package-metadata.d.ts +5 -0
  15. package/dist/es/package-metadata.js +11 -0
  16. package/dist/es/progressbar/ProgressBar.d.ts +49 -0
  17. package/dist/es/progressbar/ProgressBar.js +240 -0
  18. package/dist/es/progressbar/hooks/usePrevious.d.ts +2 -0
  19. package/dist/es/progressbar/hooks/usePrevious.js +4 -0
  20. package/dist/es/progressbar/interfaces/LabelProps.d.ts +9 -0
  21. package/dist/es/progressbar/interfaces/LabelProps.js +0 -0
  22. package/dist/es/progressbar/interfaces/ProgressBarAnimation.d.ts +9 -0
  23. package/dist/es/progressbar/interfaces/ProgressBarAnimation.js +0 -0
  24. package/dist/es/progressbar/interfaces/ProgressBarHandle.d.ts +21 -0
  25. package/dist/es/progressbar/interfaces/ProgressBarHandle.js +3 -0
  26. package/dist/es/progressbar/interfaces/ProgressBarProps.d.ts +29 -0
  27. package/dist/es/progressbar/interfaces/ProgressBarProps.js +0 -0
  28. package/dist/npm/additionalTypes.ts +3 -0
  29. package/dist/npm/common/BaseProps.d.ts +74 -0
  30. package/dist/npm/common/BaseProps.js +2 -0
  31. package/dist/npm/common/constants.d.ts +16 -0
  32. package/dist/npm/common/constants.js +19 -0
  33. package/dist/npm/common/utils.d.ts +16 -0
  34. package/dist/npm/common/utils.js +37 -0
  35. package/dist/npm/main.d.ts +5 -0
  36. package/dist/npm/main.js +17 -0
  37. package/dist/npm/package-metadata.d.ts +5 -0
  38. package/dist/npm/package-metadata.js +14 -0
  39. package/dist/npm/progressbar/ProgressBar.d.ts +49 -0
  40. package/dist/npm/progressbar/ProgressBar.js +255 -0
  41. package/dist/npm/progressbar/hooks/usePrevious.d.ts +2 -0
  42. package/dist/npm/progressbar/hooks/usePrevious.js +11 -0
  43. package/dist/npm/progressbar/interfaces/LabelProps.d.ts +9 -0
  44. package/dist/npm/progressbar/interfaces/LabelProps.js +2 -0
  45. package/dist/npm/progressbar/interfaces/ProgressBarAnimation.d.ts +9 -0
  46. package/dist/npm/progressbar/interfaces/ProgressBarAnimation.js +2 -0
  47. package/dist/npm/progressbar/interfaces/ProgressBarHandle.d.ts +21 -0
  48. package/dist/npm/progressbar/interfaces/ProgressBarHandle.js +5 -0
  49. package/dist/npm/progressbar/interfaces/ProgressBarProps.d.ts +29 -0
  50. package/dist/npm/progressbar/interfaces/ProgressBarProps.js +2 -0
  51. package/package.json +60 -0
package/LICENSE.md ADDED
@@ -0,0 +1,11 @@
1
+ # Kendo UI for Vue
2
+
3
+ This package is part of the [Kendo UI for Vue](https://www.telerik.com/kendo-vue-ui/) suite.
4
+
5
+ ## License
6
+
7
+ This is commercial software. To use it, you need to agree to the [**Telerik End User License Agreement for Kendo UI**](https://www.telerik.com/purchase/license-agreement/kendo-ui). If you do not own a commercial license, this file shall be governed by the trial license terms.
8
+
9
+ All available Kendo UI commercial licenses may be obtained at https://www.telerik.com/purchase/kendo-ui.
10
+
11
+ *Copyright © 2021 Progress Software Corporation and/or one of its subsidiaries or affiliates. All Rights Reserved.*
package/NOTICE.txt ADDED
@@ -0,0 +1,33 @@
1
+ Progress Kendo UI for Vue 2021
2
+
3
+ Copyright © 2021 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
4
+
5
+ Portions of the Product include certain open source and commercial third-party components listed below (“Third-Party Components”). The authors of the Third-Party Components require Progress Software Corporation (“PSC”) to include the following notices and additional licensing terms as a condition of PSC’s use of such Third-Party Components. You acknowledge that the authors of the Third-Party Components have no obligation to provide support to you for the Third-Party Components or the Product. You hereby undertake to comply with all licenses related to the applicable Third-Party Components. Notwithstanding anything to the contrary, to the extent that any of the terms and conditions of the Product Agreement conflict, vary, or are in addition to the terms and conditions of the aforementioned third-party licenses for these technologies, such terms and conditions are offered by PSC alone and not by any other party.
6
+
7
+ 1. Special Notices Regarding Open Source Third-Party Components incorporated in the Product:
8
+
9
+ (1) MIT-style Licenses:
10
+
11
+ (a) Progress Kendo UI for Vue 2021 incorporates jszip-esm v1.0. Such technology is subject to the following terms and conditions:
12
+ The MIT License
13
+ Copyright (c) 2009-2016 Stuart Knightley, David Duponchel, Franz Buchinger, António Afonso
14
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
15
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
16
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
17
+
18
+ (b) Progress Kendo UI for Vue 2021 incorporates pako-esm v1.0 (as modified by PSC). Such technology is subject to the following terms and conditions:
19
+ Copyright © 2020 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved. (as modified)
20
+ Copyright (C) 2014-2017 by Vitaly Puzrin and Andrei Tuputcyn
21
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
22
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
23
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
24
+
25
+
26
+ 2. Special Notices Regarding Commercially Licensed Third-Party Components incorporated in the Product:
27
+
28
+ (a) Progress Kendo UI for Vue 2021 incorporates Progress Kendo UI Licensing CLI v1.1 licensed from Progress Software Corporation. See NOTICE.txt text file within products for third-party license requirements/agreements.
29
+
30
+
31
+ NOTICE FROM PROGRESS SOFTWARE CORPORATION: Additional notices may be included in the release notes or other documentation that accompanies updates received in connection with support of the Product.
32
+
33
+ Updated 1/14/2021
package/README.md ADDED
@@ -0,0 +1,49 @@
1
+ <a href="https://www.telerik.com/kendo-vue-ui/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-progressbars&utm_content=banner" target="_blank">
2
+ <img src="https://www.telerik.com/kendo-vue-ui/npm-banner.svg">
3
+ </a>
4
+
5
+ ## Kendo UI for Vue ProgressBars for Vue (ProgressBar Components)
6
+
7
+ > **Important**
8
+ > * This package is а part of [Kendo UI for Vue](https://www.telerik.com/kendo-vue-ui/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-progressbars)&mdash;a commercial UI library.
9
+ > * You will need to install a license key when adding the package to your project. For more information, please refer to the [Kendo UI for Vue My License page](https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-progressbars).
10
+ > * To receive a license key, you need to either [purchase a license](https://www.telerik.com/kendo-vue-ui/pricing/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-progressbars) or register for a [free trial](https://www.telerik.com/download-login-v2-kendo-vue-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-progressbars). Doing so indicates that you [accept the Kendo UI for Vue License Agreement](https://www.telerik.com/purchase/license-agreement/progress-kendovue?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-progressbars).
11
+ > * The 30-day free trial gives you access to all the Kendo UI for Vue components and their full functionality. Additionally, for the period of your license, you get access to our legendary technical support provided directly by the Kendo UI for Vue dev team!
12
+ >
13
+ > [Start using Kendo UI for Vue](https://www.telerik.com/download-login-v2-kendo-vue-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-progressbars) and speed up your development process!
14
+
15
+ The Kendo UI for Vue ProgressBars offer a highly customizable interface for users to track and display the progress of a task.
16
+
17
+ The Kendo UI for Vue ProgressBars package includes the following components:
18
+
19
+ * [ProgressBar component](https://www.telerik.com/kendo-vue-ui/components/progressbars/progressbar/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-progressbars)
20
+ ## Vue ProgressBars
21
+
22
+ Among the many features which the Kendo UI for Vue ProgressBars deliver are:
23
+
24
+ * **Setting the default value and ranges**&mdash;Easily configure the initial, min and max values that the ProgressBars render.
25
+ * **Controlled mode**&mdash;Control the value of the ProgressBars.
26
+ * **Customization**&mdash;Easily implement custom styling.
27
+ * [Theme support](https://www.telerik.com/kendo-vue-ui/components/styling/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-progressbars)&mdash;The Kendo UI for Vue ProgressBars, as well as all 90+ components in the Kendo UI for Vue suite, are styled in three polished themes (Bootstrap, Material, and Default) and can be further customized to match your specific design guidelines.
28
+
29
+ ## Support Options
30
+
31
+ For any issues you might encounter while working with the Kendo UI for Vue ProgressBars, use any of the available support channels:
32
+
33
+ * Industry-leading technical support&mdash;Kendo UI for Vue paid license holders and users with an active (free) trial license can take advantage of our outstanding customer support. To submit a ticket, use [the dedicated Kendo UI for Vue support system](https://www.telerik.com/account/support-tickets?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-progressbars).
34
+ * Product forums&mdash;The [Kendo UI for Vue forums](https://www.telerik.com/forums/kendo-ui-vue?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-progressbars) are part of the free support you can get from the community and from the Kendo UI for Vue team.
35
+ * Feedback portal&mdash;The [Kendo UI for Vue feedback portal](https://feedback.telerik.com/kendo-vue-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-progressbars) is where you can request and vote for new features to be added.
36
+
37
+ ## Resources
38
+
39
+ * [Getting Started with Kendo UI for Vue](https://www.telerik.com/kendo-vue-ui/getting-started/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-progressbars)
40
+ * [Get Started with the Kendo UI for Vue ProgressBars](https://www.telerik.com/kendo-vue-ui/components/progressbars/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-progressbars)
41
+ * [API Reference of the Kendo UI for Vue ProgressBars](https://www.telerik.com/kendo-vue-ui/components/progressbars/api/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-progressbars)
42
+ * [Kendo UI for Vue Roadmap](https://www.telerik.com/kendo-vue-ui/roadmap/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-progressbars)
43
+ * [Blogs](https://www.telerik.com/blogs/tag/vue?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-progressbars)
44
+ * [Demos, documentation, and component reference](https://www.telerik.com/kendo-vue-ui/components/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-progressbars)
45
+ * [Kendo UI for Vue pricing and licensing](https://www.telerik.com/kendo-vue-ui/pricing/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-progressbars)
46
+
47
+ *Copyright © 2021 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.*
48
+
49
+ *Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries.*
@@ -0,0 +1 @@
1
+ !function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(require("vue"),require("@progress/kendo-licensing")):"function"==typeof define&&define.amd?define(["vue","@progress/kendo-licensing"],e):"object"==typeof exports?exports.KendoVueProgressbars=e(require("vue"),require("@progress/kendo-licensing")):t.KendoVueProgressbars=e(t.Vue,t.KendoLicensing)}(window,(function(t,e){return function(t){var e={};function n(i){if(e[i])return e[i].exports;var r=e[i]={i:i,l:!1,exports:{}};return t[i].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=t,n.c=e,n.d=function(t,e,i){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:i})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var i=Object.create(null);if(n.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var r in t)n.d(i,r,function(e){return t[e]}.bind(null,r));return i},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=4)}([function(e,n){e.exports=t},function(t,e,n){"use strict";n.r(e),n.d(e,"classNames",(function(){return i})),n.d(e,"guid",(function(){return r})),n.d(e,"Keys",(function(){return a})),n.d(e,"noop",(function(){return w})),n.d(e,"getListeners",(function(){return B})),n.d(e,"hasListener",(function(){return z})),n.d(e,"canUseDOM",(function(){return o})),n.d(e,"focusFirstFocusableChild",(function(){return s})),n.d(e,"clone",(function(){return k})),n.d(e,"Draggable",(function(){return $})),n.d(e,"cloneArray",(function(){return D})),n.d(e,"cloneValue",(function(){return _})),n.d(e,"cloneObject",(function(){return O})),n.d(e,"cloneDate",(function(){return S})),n.d(e,"getTemplate",(function(){return M})),n.d(e,"templateRendering",(function(){return I})),n.d(e,"getTabIndex",(function(){return V})),n.d(e,"getDefaultSlots",(function(){return y})),n.d(e,"isRtl",(function(){return R})),n.d(e,"getDir",(function(){return U})),n.d(e,"getter",(function(){return j})),n.d(e,"setter",(function(){return A})),n.d(e,"validatePackage",(function(){return H}));var i=function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];return t.filter((function(t){return!0!==t&&!!t})).map((function(t){return Array.isArray(t)?i.apply(void 0,t):"object"==typeof t?Object.keys(t).map((function(e,n){return t[n]||t[e]&&e||null})).filter((function(t){return null!==t})).join(" "):t})).filter((function(t){return!!t})).join(" ")},r=function(){var t,e,n="";for(t=0;t<32;t++)e=16*Math.random()|0,8!==t&&12!==t&&16!==t&&20!==t||(n+="-"),n+=(12===t?4:16===t?3&e|8:e).toString(16);return n},a={backspace:8,tab:9,enter:13,shift:16,esc:27,space:32,pageUp:33,pageDown:34,end:35,home:36,left:37,up:38,right:39,down:40,delete:46},o=Boolean("undefined"!=typeof window&&window.document&&window.document.createElement),s=function(t){if(t){var e=t.querySelectorAll('input, [tabindex]:not([tabindex="-1"])');e.length&&e[0].focus&&e[0].focus()}},u=n(0),p=function(t,e){return function(n){return e(t(n))}},l=function(t,e,n){return t.addEventListener&&t.addEventListener(e,n)},c=function(t,e,n){return t&&t.removeEventListener&&t.removeEventListener(e,n)},d=function(){},h=function(t){return t.preventDefault()},f=/touch/;function m(t){return t.type.match(f)?{pageX:t.changedTouches[0].pageX,pageY:t.changedTouches[0].pageY,clientX:t.changedTouches[0].clientX,clientY:t.changedTouches[0].clientY,type:t.type,originalEvent:t,isTouch:!0}:{pageX:t.pageX,pageY:t.pageY,clientX:t.clientX,clientY:t.clientY,offsetX:t.offsetX,offsetY:t.offsetY,type:t.type,ctrlKey:t.ctrlKey,shiftKey:t.shiftKey,altKey:t.altKey,originalEvent:t}}var v=function(t){var e=this,n=t.press;void 0===n&&(n=d);var i=t.drag;void 0===i&&(i=d);var r=t.release;void 0===r&&(r=d);var a=t.mouseOnly;void 0===a&&(a=!1),this._pressHandler=p(m,n),this._dragHandler=p(m,i),this._releaseHandler=p(m,r),this._ignoreMouse=!1,this._mouseOnly=a,this._touchstart=function(t){1===t.touches.length&&e._pressHandler(t)},this._touchmove=function(t){1===t.touches.length&&e._dragHandler(t)},this._touchend=function(t){0===t.touches.length&&1===t.changedTouches.length&&(e._releaseHandler(t),e._ignoreMouse=!0,setTimeout(e._restoreMouse,2e3))},this._restoreMouse=function(){e._ignoreMouse=!1},this._mousedown=function(t){var n=t.which;n&&n>1||e._ignoreMouse||(l(document,"mousemove",e._mousemove),l(document,"mouseup",e._mouseup),e._pressHandler(t))},this._mousemove=function(t){e._dragHandler(t)},this._mouseup=function(t){c(document,"mousemove",e._mousemove),c(document,"mouseup",e._mouseup),e._releaseHandler(t)},this._pointerdown=function(t){t.isPrimary&&0===t.button&&(l(document,"pointermove",e._pointermove),l(document,"pointerup",e._pointerup),l(document,"pointercancel",e._pointerup),l(document,"contextmenu",h),e._pressHandler(t))},this._pointermove=function(t){t.isPrimary&&e._dragHandler(t)},this._pointerup=function(t){t.isPrimary&&(c(document,"pointermove",e._pointermove),c(document,"pointerup",e._pointerup),c(document,"pointercancel",e._pointerup),c(document,"contextmenu",h),e._releaseHandler(t))}};v.supportPointerEvent=function(){return"undefined"!=typeof window&&window.PointerEvent},v.prototype.bindTo=function(t){t!==this._element&&(this._element&&this._unbindFromCurrent(),this._element=t,this._bindToCurrent())},v.prototype._bindToCurrent=function(){var t=this._element;this._usePointers()?l(t,"pointerdown",this._pointerdown):(l(t,"mousedown",this._mousedown),this._mouseOnly||(l(t,"touchstart",this._touchstart),l(t,"touchmove",this._touchmove),l(t,"touchend",this._touchend)))},v.prototype._unbindFromCurrent=function(){var t=this._element;if(this._usePointers())return c(t,"pointerdown",this._pointerdown),c(document,"pointermove",this._pointermove),c(document,"pointerup",this._pointerup),c(document,"contextmenu",h),void c(document,"pointercancel",this._pointerup);c(t,"mousedown",this._mousedown),this._mouseOnly||(c(t,"touchstart",this._touchstart),c(t,"touchmove",this._touchmove),c(t,"touchend",this._touchend))},v.prototype._usePointers=function(){return!this._mouseOnly&&v.supportPointerEvent()},v.prototype.update=function(t){var e=t.press;void 0===e&&(e=d);var n=t.drag;void 0===n&&(n=d);var i=t.release;void 0===i&&(i=d);var r=t.mouseOnly;void 0===r&&(r=!1),this._pressHandler=p(m,e),this._dragHandler=p(m,n),this._releaseHandler=p(m,i),this._mouseOnly=r},v.prototype.destroy=function(){this._unbindFromCurrent(),this._element=null},v.default=v;var g,x=v;function y(t){var e=t.$slots.default;return t.v3&&e&&"function"==typeof e?e():e}function E(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var b=u.h,$=(E(g={emits:{press:null,drag:null,release:null},inheritAttrs:!1,created:function(){this.element=null,this.draggable=new x({press:this.press,drag:this.drag,release:this.release})},setup:b?function(){return{v3:!!b}}:void 0,mounted:function(){this.$el&&(this.element=3===this.$el.nodeType?this.$el.nextElementSibling:this.$el,this.draggable.bindTo(this.element))},destroyed:b?void 0:function(){this.draggable.destroy()},unmounted:function(){this.draggable.destroy()},methods:{press:function(t){this.element&&this.$emit("press",t,this.element)},drag:function(t){this.element&&this.$emit("drag",t,this.element)},release:function(t){this.element&&this.$emit("release",t,this.element)}}},"setup",b?function(){return{v3:!!b}}:void 0),E(g,"render",(function(t){return y(this)})),g),S=function(t){return t?new Date(t.getTime()):null};function k(t){var e={};return O(t,e),e}function O(t,e){for(var n in t)if(t.hasOwnProperty(n)){var i=t[n];e[n]=_(i,e[n])}}function _(t,e){if(Array.isArray(t))return D(t);if(t instanceof Date)return S(t);if(t&&"object"==typeof t){var n=e||{};return O(t,n),n}return t}function D(t){return t.map((function(t){return _(t,void 0)}))}var w=function(){},N=/\[(?:(\d+)|['"](.*?)['"])\]|((?:(?!\[.*?\]|\.).)+)/g,C={};function j(t){if(C[t])return C[t];var e=[];return t.replace(N,(function(t,n,i,r){e.push(void 0!==n?n:i||r)})),C[t]=function(t){for(var n=t,i=0;i<e.length&&n;i++)n=n[e[i]];return n},C[t]}C.undefined=function(){};var P={};function A(t){if(P[t])return P[t];var e=[];return t.replace(N,(function(t,n,i,r){e.push(void 0!==n?n:i||r)})),P[t]=function(t,n){for(var i=t,r=e.length-1,a=0;a<r&&i;a++)i=i[e[a]]=i[e[a]]||{};i[e[r]]=n},P[t]}function z(t){return this.v3?Object.keys(this.$attrs).map((function(t){return t.toLowerCase()})).some((function(e){return e.endsWith(t.toLowerCase())})):this.$listeners[t]}function B(){if(this.v3){var t={};for(var e in this.$attrs)e.startsWith("on")&&(t[e]=this.$attrs[e]);return t}return this.$listeners}P.undefined=function(t){return t};var T=function(){return(T=Object.assign||function(t){for(var e,n=1,i=arguments.length;n<i;n++)for(var r in e=arguments[n])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t}).apply(this,arguments)},L=u.h;function I(t,e){if(t){var n=L?this.$slots[t]||(t.toLowerCase?this.$slots[t.toLowerCase()]:null):this.$scopedSlots[t]||(t.toLowerCase?this.$scopedSlots[t.toLowerCase()]:null);return"string"==typeof t&&n?{type:"slot",render:n,listeners:e}:"string"==typeof t||"object"==typeof t||"function"==typeof t&&t.component?{type:"component",render:t,listeners:e}:{type:"renderFunction",render:t,listeners:e}}}function M(t){var e,n,i,r=t.h,a=t.template,o=t.defaultRendering,s=t.defaultSlots,u=t.additionalProps,p=t.additionalListeners,l=t.swapDefaultSlots;if(!a)return o;if(L){var c=o?o.props:{};e=T(T({},F(p)),a.listeners),n=T(T(T({},c),u),e),i=T(T({},n),e)}else{var d=o&&o.componentOptions,h=d?o.componentOptions.listeners:{},f=d?o.componentOptions.propsData:{};e=T(T(T(T({},h),p),F(p)),a.listeners),i={props:n=T(T(T({},f),u),e),on:e}}if("slot"===a.type){var m=a.render({props:n,listeners:e,methods:e,defaultSlots:s});return m?m[0]:void 0}return"renderFunction"===a.type?l?a.render(r,o,s,n,e):a.render(r,o,n,e,s):r(a.render,i,L?function(){return[s]}:[s])}function F(t){if(!t)return t;for(var e={},n=Object.keys(t),i=0;i<n.length;i++){var r=n[i];e["on"+r.charAt(0).toUpperCase()+r.slice(1)]=t[r]}return e}var V=function(t,e,n){var i="string"==typeof t?parseInt(t,void 0):t;if(NaN!==i)return void 0!==i?i:e?n?void 0:-1:0};function R(t){return Boolean(o&&t&&"rtl"===getComputedStyle(t).direction)}function U(t,e){if(!e&&o&&t){var n=window.getComputedStyle(t).direction;if(n)return n}return e}var W=n(2);function H(t){if(void 0!==W)W.validatePackage(t);else{var e="License activation failed for "+t.name+"\n";e+="The @progress/kendo-licensing script is not loaded.\n",e+="See "+t.licensingDocsUrl+" for more information.\n",console.warn(e)}}},function(t,n){t.exports=e},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.NO_ANIMATION=e.DEFAULT_ANIMATION_DURATION=e.LABEL_DECIMALS=e.MIN_RATIO=void 0,e.MIN_RATIO=1e-5,e.LABEL_DECIMALS=3,e.DEFAULT_ANIMATION_DURATION=400,e.NO_ANIMATION=0},function(t,e,n){"use strict";var i=Object.create?function(t,e,n,i){void 0===i&&(i=n),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[n]}})}:function(t,e,n,i){void 0===i&&(i=n),t[i]=e[n]},r=function(t,e){for(var n in t)"default"===n||e.hasOwnProperty(n)||i(e,t,n)};Object.defineProperty(e,"__esModule",{value:!0}),r(n(5),e),r(n(8),e),r(n(9),e),r(n(10),e),r(n(11),e)},function(t,e,n){"use strict";var i=Object.create?function(t,e,n,i){void 0===i&&(i=n),Object.defineProperty(t,i,{enumerable:!0,get:function(){return e[n]}})}:function(t,e,n,i){void 0===i&&(i=n),t[i]=e[n]},r=Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e},a=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var n in t)"default"!==n&&Object.hasOwnProperty.call(t,n)&&i(e,t,n);return r(e,t),e};Object.defineProperty(e,"__esModule",{value:!0}),e.ProgressBarVue3=e.ProgressBar=void 0;var o=a(n(0)).h,s=n(12),u=n(1),p=n(6),l=n(3),c=n(1),d=n(7),h={name:"KendoProgressBar",props:{animation:{type:[Boolean,Object],default:!1},disabled:{type:Boolean,default:!1},reverse:{type:Boolean,default:!1},label:String,labelRender:[String,Object,Function],labelVisible:{type:Boolean,default:!0},labelPlacement:{type:String,default:void 0,validator:function(t){return["start","center","end"].includes(t)}},dir:{type:String,default:void 0},max:{type:Number,default:100},min:{type:Number,default:0},value:{type:Number,default:0},orientation:{type:String,default:"horizontal",validator:function(t){return["horizontal","vertical"].includes(t)}},tabIndex:Number,emptyStyle:Object,emptyClassName:String,progressStyle:Object,progressClassName:String},created:function(){c.validatePackage(d.packageMetadata)},mounted:function(){this._progressStatus=this.v3?this.progressStatusRef:this.$refs.progressStatus,this._progressStatusWrap=this.v3?this.progressStatusWrapRef:this.$refs.progressStatusWrap,this.currentDir=void 0!==this.$props.dir?this.$props.dir:u.isRtl(this.$el)?"rtl":"ltr",this.animationFrame=s.animate({duration:this.animationDuration,onStart:this.handleStart,onUpdate:this.handleUpdate,onEnd:this.handleEnd})},destroyed:o?void 0:function(){s.cancelAnimation(this.animationFrame)},unmounted:function(){s.cancelAnimation(this.animationFrame)},data:function(){return{currentDir:"ltr"}},watch:{value:function(t,e){this.prevValue=e,this.animationFrame=s.animate({duration:this.animationDuration,onStart:this.handleStart,onUpdate:this.handleUpdate,onEnd:this.handleEnd})}},computed:{wrapperClass:function(){var t=this.$props,e=t.disabled,n=t.reverse,i="vertical"===t.orientation;return{"k-widget k-progressbar":!0,"k-progressbar-horizontal":!i,"k-progressbar-vertical":i,"k-progressbar-reverse":n,"k-progressbar-indeterminate":null===t.value,"k-state-disabled":e}},isVertical:function(){return"vertical"===this.orientation},animationDuration:function(){var t=this.$props.animation;return"boolean"!=typeof t&&void 0!==t?t.duration:t?l.DEFAULT_ANIMATION_DURATION:l.NO_ANIMATION}},setup:o?function(){return{v3:!!o}}:void 0,render:function(t){var e=this,n=o||t,i=this.$props,r=i.disabled,a=i.labelVisible,s=i.labelPlacement,l=i.max,c=i.min,d=i.tabIndex,h=i.emptyStyle,f=i.emptyClassName,m=i.progressStyle,v=i.progressClassName,g=this.$props.value||0,x=null===this.$props.value,y=p.truncateNumber(g),E={value:g},b=this.$props.labelRender?u.templateRendering.call(this,this.$props.labelRender,u.getListeners.call(this)):void 0,$=n("span",{class:"k-progress-status"},y),S=u.getTemplate.call(this,{h:n,template:b,defaultRendering:$,additionalProps:E}),k=a?this.$props.label?n("span",{class:"k-progress-status"},[this.$props.label]):S:void 0,O=u.classNames("k-progress-status-wrap",{"k-progress-start":"start"===s,"k-progress-center":"center"===s,"k-progress-end":"end"===s||void 0===s});return n("div",{class:this.wrapperClass,dir:this.currentDir,attrs:this.v3?void 0:{dir:this.currentDir,tabindex:u.getTabIndex(d,r),role:"progressbar","aria-valuemin":c,"aria-valuemax":l,"aria-valuenow":x?void 0:g,"aria-disabled":r},tabindex:u.getTabIndex(d,r),role:"progressbar","aria-valuemin":c,"aria-valuemax":l,"aria-valuenow":x?void 0:g,"aria-disabled":r},[n("span",{class:O+(f?" "+f:""),style:h},[k]),n("div",{class:"k-state-selected",style:m,ref:this.v3?function(t){e.progressStatusRef=t}:"progressStatus"},[n("span",{class:O+(v?" "+v:""),ref:this.v3?function(t){e.progressStatusWrapRef=t}:"progressStatusWrap"},[k])])])},methods:{focus:function(){this.$el&&this.$el.focus()},progressStatusElement:function(){return this._progressStatus},progressStatusWrapElement:function(){return this._progressStatusWrap},handleStart:function(){var t=p.calculatePercentage(this.min,this.max,this.prevValue);p.updateProgress(this._progressStatus,this._progressStatusWrap,t,this.isVertical)},handleUpdate:function(t){var e=p.calculatePercentage(this.min,this.max,this.prevValue+(this.value-this.prevValue)*t);p.updateProgress(this._progressStatus,this._progressStatusWrap,e,this.isVertical)},handleEnd:function(){var t=p.calculatePercentage(this.min,this.max,this.value);p.updateProgress(this._progressStatus,this._progressStatusWrap,t,this.isVertical)}}};e.ProgressBar=h;var f=h;e.ProgressBarVue3=f},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.calculateRatio=e.updateProgress=e.calculatePercentage=e.truncateNumber=void 0;var i=n(3);e.truncateNumber=function(t){var e=t.toString().split(".");return 1===e.length?""+e[0]:e[0]+"."+e[1].substr(0,i.LABEL_DECIMALS)},e.calculatePercentage=function(t,e,n){var i=Math.abs((e-t)/100);return Math.abs((n-t)/i)},e.updateProgress=function(t,e,n,i){var r=Math.max(n,.01),a=100/r*100;t&&e&&(t.style.width=i?"100%":r+"%",e.style.width=i?"100%":a+"%",t.style.height=i?r+"%":"100%",e.style.height=i?a+"%":"100%")},e.calculateRatio=function(t,e,n){return Math.max((n-t)/(e-t),i.MIN_RATIO)}},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.packageMetadata=void 0,e.packageMetadata={name:"@progress/kendo-vue-progressbars",productName:"Kendo UI for Vue",productCodes:["KENDOUIVUE","KENDOUICOMPLETE"],publishDate:1638264751,version:"",licensingDocsUrl:"https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning"}},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0})},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0})},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0})},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0})},function(t,e,n){"use strict";n.r(e),n.d(e,"Animation",(function(){return b})),n.d(e,"AnimationVue3",(function(){return $})),n.d(e,"AnimationChild",(function(){return m})),n.d(e,"AnimationChildVue3",(function(){return v})),n.d(e,"Fade",(function(){return k})),n.d(e,"FadeVue3",(function(){return O})),n.d(e,"Expand",(function(){return w})),n.d(e,"ExpandVue3",(function(){return N})),n.d(e,"Push",(function(){return P})),n.d(e,"PushVue3",(function(){return A})),n.d(e,"Slide",(function(){return T})),n.d(e,"SlideVue3",(function(){return L})),n.d(e,"Zoom",(function(){return F})),n.d(e,"ZoomVue3",(function(){return V})),n.d(e,"Reveal",(function(){return H})),n.d(e,"RevealVue3",(function(){return K})),n.d(e,"animate",(function(){return X})),n.d(e,"cancelAnimation",(function(){return Y}));var i=n(0),r=function(t){if(!t)return 0;var e=t.ownerDocument.defaultView.getComputedStyle(t),n=parseFloat(e.marginTop),i=parseFloat(e.marginBottom);return t.offsetHeight+n+i},a=function(t){if(!t)return 0;var e=t.ownerDocument.defaultView.getComputedStyle(t),n=parseFloat(e.marginLeft),i=parseFloat(e.marginRight);return t.offsetWidth+n+i},o={"animation-container":"k-animation-container","animation-container-relative":"k-animation-container-relative","animation-container-fixed":"k-animation-container-fixed","push-right-enter":"k-push-right-enter","push-right-appear":"k-push-right-appear","push-right-enter-active":"k-push-right-enter-active","push-right-appear-active":"k-push-right-appear-active","push-right-exit":"k-push-right-exit","push-right-exit-active":"k-push-right-exit-active","push-left-enter":"k-push-left-enter","push-left-appear":"k-push-left-appear","push-left-enter-active":"k-push-left-enter-active","push-left-appear-active":"k-push-left-appear-active","push-left-exit":"k-push-left-exit","push-left-exit-active":"k-push-left-exit-active","push-down-enter":"k-push-down-enter","push-down-appear":"k-push-down-appear","push-down-enter-active":"k-push-down-enter-active","push-down-appear-active":"k-push-down-appear-active","push-down-exit":"k-push-down-exit","push-down-exit-active":"k-push-down-exit-active","push-up-enter":"k-push-up-enter","push-up-appear":"k-push-up-appear","push-up-enter-active":"k-push-up-enter-active","push-up-appear-active":"k-push-up-appear-active","push-up-exit":"k-push-up-exit","push-up-exit-active":"k-push-up-exit-active",expand:"k-expand","expand-vertical-enter":"k-expand-vertical-enter","expand-vertical-appear":"k-expand-vertical-appear","expand-vertical-enter-active":"k-expand-vertical-enter-active","expand-vertical-appear-active":"k-expand-vertical-appear-active","expand-vertical-exit":"k-expand-vertical-exit","expand-vertical-exit-active":"k-expand-vertical-exit-active","expand-horizontal-enter":"k-expand-horizontal-enter","expand-horizontal-appear":"k-expand-horizontal-appear","expand-horizontal-enter-active":"k-expand-horizontal-enter-active","expand-horizontal-appear-active":"k-expand-horizontal-appear-active","expand-horizontal-exit":"k-expand-horizontal-exit","expand-horizontal-exit-active":"k-expand-horizontal-exit-active","child-animation-container":"k-child-animation-container","fade-enter":"k-fade-enter","fade-appear":"k-fade-appear","fade-enter-active":"k-fade-enter-active","fade-appear-active":"k-fade-appear-active","fade-exit":"k-fade-exit","fade-exit-active":"k-fade-exit-active","zoom-in-enter":"k-zoom-in-enter","zoom-in-appear":"k-zoom-in-appear","zoom-in-enter-active":"k-zoom-in-enter-active","zoom-in-appear-active":"k-zoom-in-appear-active","zoom-in-exit":"k-zoom-in-exit","zoom-in-exit-active":"k-zoom-in-exit-active","zoom-out-enter":"k-zoom-out-enter","zoom-out-appear":"k-zoom-out-appear","zoom-out-enter-active":"k-zoom-out-enter-active","zoom-out-appear-active":"k-zoom-out-appear-active","zoom-out-exit":"k-zoom-out-exit","zoom-out-exit-active":"k-zoom-out-exit-active","slide-in-appear":"k-slide-in-appear",centered:"k-centered","slide-in-appear-active":"k-slide-in-appear-active","slide-down-enter":"k-slide-down-enter","slide-down-appear":"k-slide-down-appear","slide-down-enter-active":"k-slide-down-enter-active","slide-down-appear-active":"k-slide-down-appear-active","slide-down-exit":"k-slide-down-exit","slide-down-exit-active":"k-slide-down-exit-active","slide-up-enter":"k-slide-up-enter","slide-up-appear":"k-slide-up-appear","slide-up-enter-active":"k-slide-up-enter-active","slide-up-appear-active":"k-slide-up-appear-active","slide-up-exit":"k-slide-up-exit","slide-up-exit-active":"k-slide-up-exit-active","slide-right-enter":"k-slide-right-enter","slide-right-appear":"k-slide-right-appear","slide-right-enter-active":"k-slide-right-enter-active","slide-right-appear-active":"k-slide-right-appear-active","slide-right-exit":"k-slide-right-exit","slide-right-exit-active":"k-slide-right-exit-active","slide-left-enter":"k-slide-left-enter","slide-left-appear":"k-slide-left-appear","slide-left-enter-active":"k-slide-left-enter-active","slide-left-appear-active":"k-slide-left-appear-active","slide-left-exit":"k-slide-left-exit","slide-left-exit-active":"k-slide-left-exit-active","reveal-vertical-enter":"k-reveal-vertical-enter","reveal-vertical-appear":"k-reveal-vertical-appear","reveal-vertical-enter-active":"k-reveal-vertical-enter-active","reveal-vertical-appear-active":"k-reveal-vertical-appear-active","reveal-vertical-exit":"k-reveal-vertical-exit","reveal-vertical-exit-active":"k-reveal-vertical-exit-active","reveal-horizontal-enter":"k-reveal-horizontal-enter","reveal-horizontal-appear":"k-reveal-horizontal-appear","reveal-horizontal-enter-active":"k-reveal-horizontal-enter-active","reveal-horizontal-appear-active":"k-reveal-horizontal-appear-active","reveal-horizontal-exit":"k-reveal-horizontal-exit","reveal-horizontal-exit-active":"k-reveal-horizontal-exit-active"},s=n(1),u=function(){return(u=Object.assign||function(t){for(var e,n=1,i=arguments.length;n<i;n++)for(var r in e=arguments[n])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t}).apply(this,arguments)},p=function(t,e){var n={};for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&e.indexOf(i)<0&&(n[i]=t[i]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(i=Object.getOwnPropertySymbols(t);r<i.length;r++)e.indexOf(i[r])<0&&Object.prototype.propertyIsEnumerable.call(t,i[r])&&(n[i[r]]=t[i[r]])}return n},l=i,c=l.h,d=l.ref,h=l.Transition,f=o,m={props:{in:Boolean,transitionName:{type:String,required:!0},transitionStyle:Object,componentChildClassName:[Array],className:String,appear:{type:Boolean,default:!0},enter:{type:Boolean,default:!0},exit:{type:Boolean,default:!0},transitionEnterDuration:Number,transitionExitDuration:Number,mountOnEnter:Boolean,unmountOnExit:Boolean,animationEnteringStyle:Object,animationEnteredStyle:Object,animationExitingStyle:Object,animationExitedStyle:Object},created:function(){this.animationStep=""},setup:c?function(){return{v3:!!c,elementRef:d(null)}}:void 0,mounted:function(){this._element=this.v3?this.elementRef||null:this.$refs.element||null},computed:{element:{get:function(){return this._element}}},methods:{onBeforeEnter:function(t){this.$emit("beforeenter",{animatedElement:t,target:this})},onEnter:function(t){this.animationStep="entering",this.$emit("entering",{animatedElement:t,target:this})},onAfterEnter:function(t){this.animationStep="entered",this.$emit("entered",{animatedElement:t,target:this})},onBeforeLeave:function(t){this.$emit("exit",{animatedElement:t,target:this})},onLeave:function(t){this.animationStep="exiting",this.$emit("exiting",{animatedElement:t,target:this})},onAfterLeave:function(t){this.animationStep="exited",this.$emit("exited",{animatedElement:t,target:this})}},render:function(t){var e=this,n=c||t,i=this.$props,r=i.appear,a=i.enter,o=i.exit,l=i.transitionName,d=i.transitionEnterDuration,m=i.transitionExitDuration,v=(i.className,i.componentChildClassName),g=(i.mountOnEnter,i.unmountOnExit,i.animationEnteringStyle),x=i.animationEnteredStyle,y=i.animationExitingStyle,E=i.animationExitedStyle,b=(p(i,["appear","enter","exit","transitionName","transitionEnterDuration","transitionExitDuration","className","componentChildClassName","mountOnEnter","unmountOnExit","animationEnteringStyle","animationEnteredStyle","animationExitingStyle","animationExitedStyle"]),Object(s.getDefaultSlots)(this)),$=this.v3?r:!!b,S=this.v3?h:"transition",k=[v,f["child-animation-container"]],O=a?d:0,_=o?m:0,D=[u({transitionDelay:"0ms",transitionDuration:$?O+"ms":_+"ms"},this.$props.transitionStyle),{entering:u({transitionDuration:O+"ms"},g),entered:u({},x),exiting:u({transitionDuration:_+"ms"},y),exited:u({},E)}[this.animationStep]],w={enter:O,leave:_},N=[$?n("div",{style:D,class:k,ref:this.v3?function(t){e.elementRef=t}:"element"},[b]):null];return n(S,{duration:w,attrs:this.v3?null:{duration:w,name:l,appear:r,appearClass:f[l+"-appear"]||l+"-appear",appearToClass:f[l+"-appear-active"]||l+"-appear-active",enterClass:f[l+"-enter"]||l+"-enter",enterToClass:f[l+"-enter-active"]||l+"-enter-active",leaveClass:f[l+"-exit"]||l+"-exit",leaveToClass:f[l+"-exit-active"]||l+"-exit-active"},name:l,appear:r,appearFromClass:f[l+"-appear"]||l+"-appear",enterFromClass:f[l+"-enter"]||l+"-enter",leaveFromClass:f[l+"-exit"]||l+"-exit",appearToClass:f[l+"-appear-active"]||l+"-appear-active",enterToClass:f[l+"-enter-active"]||l+"-enter-active",leaveToClass:f[l+"-exit-active"]||l+"-exit-active",onBeforeEnter:this.onBeforeEnter,on:this.v3?null:{beforeEnter:this.onBeforeEnter,enter:this.onEnter,afterEnter:this.onAfterEnter,beforeLeave:this.onBeforeLeave,leave:this.onLeave,afterLeave:this.onAfterLeave},onEnter:this.onEnter,onAfterEnter:this.onAfterEnter,onBeforeLeave:this.onBeforeLeave,onLeave:this.onLeave,onAfterLeave:this.onAfterLeave},this.v3?function(){return N}:N)}},v=m,g={name:"@progress/kendo-vue-animation",productName:"Kendo UI for Vue",productCodes:["KENDOUIVUE","KENDOUICOMPLETE"],publishDate:1638264308,version:"",licensingDocsUrl:"https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning"},x=function(t,e){var n={};for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&e.indexOf(i)<0&&(n[i]=t[i]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(i=Object.getOwnPropertySymbols(t);r<i.length;r++)e.indexOf(i[r])<0&&Object.prototype.propertyIsEnumerable.call(t,i[r])&&(n[i[r]]=t[i[r]])}return n},y=i.h,E=o,b={props:{childFactory:Object,className:String,tag:String,id:String,animationEnteringStyle:Object,animationExitingStyle:Object,componentChildClassName:[Array],transitionName:{type:String,required:!0},appear:{type:Boolean,default:!0},enter:{type:Boolean,default:!0},exit:{type:Boolean,default:!0},transitionEnterDuration:{type:Number},transitionExitDuration:{type:Number}},methods:{onEntering:function(t){this.$emit("entering",t)},onEnter:function(t){this.$emit("enter",t)},onEntered:function(t){this.$emit("entered",t)},onExit:function(t){this.$emit("exit",t)},onExiting:function(t){this.$emit("exiting",t)},onExited:function(t){this.$emit("exited",t)}},setup:y?function(){return{v3:!!y}}:void 0,created:function(){Object(s.validatePackage)(g)},render:function(t){var e=y||t,n=Object(s.getDefaultSlots)(this),i=this.$props,r=(i.id,i.tag,i.className),a=(i.childFactory,i.stackChildren,i.componentChildStyle,i.componentChildClassName,x(i,["id","tag","className","childFactory","stackChildren","componentChildStyle","componentChildClassName"]),[E["animation-container"],E["animation-container-relative"],r]);return e("div",{id:this.$props.id,attrs:this.v3?void 0:{id:this.$props.id},class:a},[e(m,{key:"some",appear:this.$props.appear,attrs:this.v3?void 0:{appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,transitionName:this.$props.transitionName,componentChildClassName:this.$props.componentChildClassName,animationEnteringStyle:this.$props.animationEnteringStyle,animationExitingStyle:this.$props.animationExitingStyle,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration},enter:this.$props.enter,exit:this.$props.exit,transitionName:this.$props.transitionName,componentChildClassName:this.$props.componentChildClassName,onBeforeenter:this.onEnter,on:this.v3?void 0:{beforeenter:this.onEnter,entering:this.onEntering,entered:this.onEntered,exit:this.onExit,exiting:this.onExiting,exited:this.onExited},onEntering:this.onEntering,onEntered:this.onEntered,onExit:this.onExit,onExiting:this.onExiting,onExited:this.onExited,animationEnteringStyle:this.$props.animationEnteringStyle,animationExitingStyle:this.$props.animationExitingStyle,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration},this.v3?function(){return[n]}:[n])])}},$=b,S=i.h,k={props:{appear:{type:Boolean,default:!1},enter:{type:Boolean,default:!0},exit:{type:Boolean,default:!1},transitionEnterDuration:{type:Number,default:500},transitionExitDuration:{type:Number,default:500},childFactory:Object,className:String,tag:String,id:String},setup:S?function(){return{v3:!!S}}:void 0,render:function(t){var e=S||t,n=Object(s.getDefaultSlots)(this);return e(b,{transitionName:"fade",attrs:this.v3?void 0:{transitionName:"fade",appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration},appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration},this.v3?function(){return[n]}:[n])}},O=k,_=function(t,e){var n={};for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&e.indexOf(i)<0&&(n[i]=t[i]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(i=Object.getOwnPropertySymbols(t);r<i.length;r++)e.indexOf(i[r])<0&&Object.prototype.propertyIsEnumerable.call(t,i[r])&&(n[i[r]]=t[i[r]])}return n},D=i.h,w={props:{appear:{type:Boolean,default:!1},enter:{type:Boolean,default:!0},exit:{type:Boolean,default:!0},transitionEnterDuration:{type:Number,default:300},transitionExitDuration:{type:Number,default:300},childFactory:Object,className:String,direction:{type:String,default:"vertical"},tag:String,id:String},setup:D?function(){return{v3:!!D}}:void 0,render:function(t){var e=D||t,n=Object(s.getDefaultSlots)(this),i=this.$props,r=(i.direction,_(i,["direction"]),"expand-"+this.$props.direction);return e(b,{transitionName:r,attrs:this.v3?void 0:{transitionName:r,appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration},appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration},this.v3?function(){return[n]}:[n])}},N=w,C=i.h,j={position:"absolute",top:"0",left:"0"},P={props:{appear:{type:Boolean,default:!1},enter:{type:Boolean,default:!0},exit:{type:Boolean,default:!0},transitionEnterDuration:{type:Number,default:300},transitionExitDuration:{type:Number,default:300},childFactory:Object,className:String,direction:{type:String,default:"right"},tag:String,id:String},setup:C?function(){return{v3:!!C}}:void 0,render:function(t){var e=C||t,n=Object(s.getDefaultSlots)(this),i="push-"+this.$props.direction;return e(b,{transitionName:i,attrs:this.v3?void 0:{transitionName:i,appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration,animationExitingStyle:this.$props.stackChildren?j:void 0},appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration,animationExitingStyle:this.$props.stackChildren?j:void 0},this.v3?function(){return[n]}:[n])}},A=P,z=function(t,e){var n={};for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&e.indexOf(i)<0&&(n[i]=t[i]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(i=Object.getOwnPropertySymbols(t);r<i.length;r++)e.indexOf(i[r])<0&&Object.prototype.propertyIsEnumerable.call(t,i[r])&&(n[i[r]]=t[i[r]])}return n},B=i.h,T={props:{appear:{type:Boolean,default:!1},enter:{type:Boolean,default:!0},exit:{type:Boolean,default:!0},transitionEnterDuration:{type:Number,default:300},transitionExitDuration:{type:Number,default:300},componentChildClassName:[Array],childFactory:Object,className:String,direction:{type:String,default:"down"},tag:String,id:String},methods:{onEntering:function(t){this.$emit("entering",t)},onEnter:function(t){this.$emit("enter",t)},onEntered:function(t){this.$emit("entered",t)},onExit:function(t){this.$emit("exit",t)},onExiting:function(t){this.$emit("exiting",t)},onExited:function(t){this.$emit("exited",t)}},setup:B?function(){return{v3:!!B}}:void 0,render:function(t){var e=B||t,n=Object(s.getDefaultSlots)(this),i=this.$props,r=(i.direction,i.id),a=(z(i,["direction","id"]),"slide-"+this.$props.direction);return e(b,{id:r,attrs:this.v3?void 0:{id:r,transitionName:a,componentChildClassName:this.$props.componentChildClassName,appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration},transitionName:a,componentChildClassName:this.$props.componentChildClassName,appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,onEnter:this.onEnter,on:this.v3?void 0:{enter:this.onEnter,entering:this.onEntering,entered:this.onEntered,exit:this.onExit,exiting:this.onExiting,exited:this.onExited},onEntering:this.onEntering,onEntered:this.onEntered,onExit:this.onExit,onExiting:this.onExiting,onExited:this.onExited,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration},this.v3?function(){return[n]}:[n])}},L=T,I=i.h,M={position:"absolute",top:"0",left:"0"},F={props:{appear:{type:Boolean,default:!1},enter:{type:Boolean,default:!0},exit:{type:Boolean,default:!0},stackChildren:{type:Boolean,default:!1},transitionEnterDuration:{type:Number,default:300},transitionExitDuration:{type:Number,default:300},childFactory:Object,className:String,direction:{type:String,default:"out"},tag:String,id:String},setup:I?function(){return{v3:!!I}}:void 0,render:function(t){var e=I||t,n=Object(s.getDefaultSlots)(this),i="zoom-"+this.$props.direction;return e(b,{transitionName:i,attrs:this.v3?void 0:{transitionName:i,appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration,animationExitingStyle:this.$props.stackChildren?M:void 0},appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration,animationExitingStyle:this.$props.stackChildren?M:void 0},this.v3?function(){return[n]}:[n])}},V=F,R=function(t,e){var n={};for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&e.indexOf(i)<0&&(n[i]=t[i]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(i=Object.getOwnPropertySymbols(t);r<i.length;r++)e.indexOf(i[r])<0&&Object.prototype.propertyIsEnumerable.call(t,i[r])&&(n[i[r]]=t[i[r]])}return n},U=i.h,W=function(){},H={props:{appear:{type:Boolean,default:!1},enter:{type:Boolean,default:!0},exit:{type:Boolean,default:!0},transitionEnterDuration:{type:Number,default:300},transitionExitDuration:{type:Number,default:300},childFactory:Object,className:String,direction:{type:String,default:"vertical"},tag:String,id:String},data:function(){return{maxHeight:"",maxWidth:""}},methods:{componentWillEnter:function(t){var e=this.$props.onEnter;this.updateContainerDimensions(t.animatedElement,(function(){e&&e.call(void 0,t)}))},componentIsEntering:function(t){var e=this.$props.onEntering;this.updateContainerDimensions(t.animatedElement,(function(){e&&e.call(void 0,t)}))},componentWillExit:function(t){var e=this.$props.onExit;this.updateContainerDimensions(t.animatedElement,(function(){e&&e.call(void 0,t)}))},updateContainerDimensions:function(t,e){void 0===e&&(e=W);var n=t?t.firstElementChild:null;if(n){var i=r(n),o=a(n);this.$data.maxHeight=i,this.$data.maxWidth=o,e()}}},computed:{animationEnteringStyle:{get:function(){var t;return{maxHeight:(t="vertical"===this.$props.direction?{maxHeight:this.maxHeight?this.maxHeight+"px":null}:{maxWidth:this.maxWidth?this.maxWidth+"px":null}).maxHeight,maxWidth:t.maxWidth}}}},setup:U?function(){return{v3:!!U}}:void 0,render:function(t){var e=U||t,n=Object(s.getDefaultSlots)(this),i=this.$props,r=(i.direction,i.childFactory,R(i,["direction","childFactory"]),"reveal-"+this.$props.direction);return e(b,{appear:this.$props.appear,attrs:this.v3?void 0:{appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration,animationEnteringStyle:this.animationEnteringStyle,transitionName:r},enter:this.$props.enter,exit:this.$props.exit,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration,onEnter:this.componentWillEnter,on:this.v3?void 0:{enter:this.componentWillEnter,entering:this.componentIsEntering,exit:this.componentWillExit},onEntering:this.componentIsEntering,onExit:this.componentWillExit,animationEnteringStyle:this.animationEnteringStyle,transitionName:r},this.v3?function(){return[n]}:[n])}},K=H,X=function(t,e,n){void 0===e&&(e=0),void 0===n&&(n=0);var i,r=t.duration,a=e&&1-e;t.onStart&&t.onStart();return n=window.requestAnimationFrame((function o(s){i||(i=s);var u=(s-i+1)/r+a;u<=1?(t.onUpdate&&t.onUpdate(u),n=window.requestAnimationFrame(o),e=u):(t.onEnd&&t.onEnd(1),e=0)}))},Y=function(t){t&&window.cancelAnimationFrame(t)}}])}));
@@ -0,0 +1,3 @@
1
+ // @ts-ignore
2
+ import { DefineComponent } from 'vue';
3
+ export { DefineComponent };
@@ -0,0 +1,74 @@
1
+ /**
2
+ * @hidden
3
+ */
4
+ export interface BaseProps {
5
+ /**
6
+ * Sets one of the two visually distinct types of progress bar.
7
+ *
8
+ * @hidden
9
+ */
10
+ type?: 'linear' | 'circular';
11
+ /**
12
+ * Sets the value of the progress bar. Has to be between `min` and `max` values. Defaults to `0`.
13
+ * Set `null` to enable the indeterminate state of the progress bar.
14
+ * See examples ([here]({% slug overview_progressbar %})) and ([here]({% slug overview_chunkprogressbar %})).
15
+ */
16
+ value?: number | null;
17
+ /**
18
+ * The minimum value of the progress bar. Defaults to `0`.
19
+ */
20
+ min?: number;
21
+ /**
22
+ * The maximum value of the progress bar. Defaults to `100`.
23
+ */
24
+ max?: number;
25
+ /**
26
+ * Represents the `dir` HTML attribute. This is used to switch from LTR to RTL.
27
+ */
28
+ dir?: string;
29
+ /**
30
+ * Sets the disabled state of the progress bar.
31
+ * See examples ([here]({% slug progressbar_disabled %})) and ([here]({% slug chunkprogressbar_disabled %})).
32
+ */
33
+ disabled?: boolean;
34
+ /**
35
+ * Defines the orientation of the progress bar.
36
+ * See examples ([here]({% slug progressbar_orientation %})) and ([here]({% slug chunkprogressbar_orientation %})).
37
+ * Defaults to `horizontal`.
38
+ */
39
+ orientation?: 'horizontal' | 'vertical' | string;
40
+ /**
41
+ * If set to `true`, the progress bar will be reversed.
42
+ * See examples ([here]({% slug progressbar_direction %})) and ([here]({% slug chunkprogressbar_direction %})).
43
+ * Defaults to `false`.
44
+ */
45
+ reverse?: boolean;
46
+ /**
47
+ * Specifies a list of CSS classes that will be added to the progress bar element.
48
+ */
49
+ className?: string;
50
+ /**
51
+ * The styles that are applied to the inner element which represents the empty portion of the progress bar.
52
+ * See examples ([here]({% slug progressbar_appearance %})) and ([here]({% slug chunkprogressbar_appearance %})).
53
+ */
54
+ emptyStyle?: object;
55
+ /**
56
+ * Sets additional classes to the inner element which represents the empty portion of the progress bar.
57
+ * See examples ([here]({% slug progressbar_appearance %})) and ([here]({% slug chunkprogressbar_appearance %})).
58
+ */
59
+ emptyClassName?: string;
60
+ /**
61
+ * The styles that are applied to the inner element which represents the full portion of the progress bar.
62
+ * See examples ([here]({% slug progressbar_appearance %})) and ([here]({% slug chunkprogressbar_appearance %})).
63
+ */
64
+ progressStyle?: object;
65
+ /**
66
+ * Sets additional classes to the inner element which represents the full portion of the progress bar.
67
+ * See examples ([here]({% slug progressbar_appearance %})) and ([here]({% slug chunkprogressbar_appearance %})).
68
+ */
69
+ progressClassName?: string;
70
+ /**
71
+ * Sets the `tabIndex` property of the progress bar.
72
+ */
73
+ tabIndex?: number;
74
+ }
File without changes
@@ -0,0 +1,16 @@
1
+ /**
2
+ * @hidden
3
+ */
4
+ export declare const MIN_RATIO = 0.00001;
5
+ /**
6
+ * @hidden
7
+ */
8
+ export declare const LABEL_DECIMALS = 3;
9
+ /**
10
+ * @hidden
11
+ */
12
+ export declare const DEFAULT_ANIMATION_DURATION = 400;
13
+ /**
14
+ * @hidden
15
+ */
16
+ export declare const NO_ANIMATION = 0;
@@ -0,0 +1,16 @@
1
+ /**
2
+ * @hidden
3
+ */
4
+ export var MIN_RATIO = 0.00001;
5
+ /**
6
+ * @hidden
7
+ */
8
+ export var LABEL_DECIMALS = 3;
9
+ /**
10
+ * @hidden
11
+ */
12
+ export var DEFAULT_ANIMATION_DURATION = 400;
13
+ /**
14
+ * @hidden
15
+ */
16
+ export var NO_ANIMATION = 0;
@@ -0,0 +1,16 @@
1
+ /**
2
+ * @hidden
3
+ */
4
+ export declare const truncateNumber: (value: number) => string;
5
+ /**
6
+ * @hidden
7
+ */
8
+ export declare const calculatePercentage: (min: number, max: number, value: number) => number;
9
+ /**
10
+ * @hidden
11
+ */
12
+ export declare const updateProgress: (progressRef: any, progressWrapRef: any, percentage: number, isVertical: boolean) => void;
13
+ /**
14
+ * @hidden
15
+ */
16
+ export declare const calculateRatio: (min: number, max: number, value: number) => number;
@@ -0,0 +1,34 @@
1
+ import { LABEL_DECIMALS, MIN_RATIO } from './constants';
2
+ /**
3
+ * @hidden
4
+ */
5
+ export var truncateNumber = function (value) {
6
+ var numberParts = value.toString().split('.');
7
+ return numberParts.length === 1 ? "" + numberParts[0] : numberParts[0] + "." + numberParts[1].substr(0, LABEL_DECIMALS);
8
+ };
9
+ /**
10
+ * @hidden
11
+ */
12
+ export var calculatePercentage = function (min, max, value) {
13
+ var onePercent = Math.abs((max - min) / 100);
14
+ return Math.abs((value - min) / onePercent);
15
+ };
16
+ /**
17
+ * @hidden
18
+ */
19
+ export var updateProgress = function (progressRef, progressWrapRef, percentage, isVertical) {
20
+ var progressPercentage = Math.max(percentage, 0.01);
21
+ var progressWrapPercentage = (100 / progressPercentage) * 100;
22
+ if (progressRef && progressWrapRef) {
23
+ progressRef.style.width = !isVertical ? progressPercentage + "%" : '100%';
24
+ progressWrapRef.style.width = !isVertical ? progressWrapPercentage + "%" : '100%';
25
+ progressRef.style.height = isVertical ? progressPercentage + "%" : '100%';
26
+ progressWrapRef.style.height = isVertical ? progressWrapPercentage + "%" : '100%';
27
+ }
28
+ };
29
+ /**
30
+ * @hidden
31
+ */
32
+ export var calculateRatio = function (min, max, value) {
33
+ return Math.max((value - min) / (max - min), MIN_RATIO);
34
+ };
@@ -0,0 +1,5 @@
1
+ export * from './progressbar/ProgressBar';
2
+ export * from './progressbar/interfaces/ProgressBarHandle';
3
+ export * from './progressbar/interfaces/ProgressBarProps';
4
+ export * from './progressbar/interfaces/ProgressBarAnimation';
5
+ export * from './progressbar/interfaces/LabelProps';
@@ -0,0 +1,5 @@
1
+ export * from './progressbar/ProgressBar';
2
+ export * from './progressbar/interfaces/ProgressBarHandle';
3
+ export * from './progressbar/interfaces/ProgressBarProps';
4
+ export * from './progressbar/interfaces/ProgressBarAnimation';
5
+ export * from './progressbar/interfaces/LabelProps';
@@ -0,0 +1,5 @@
1
+ import { PackageMetadata } from '@progress/kendo-licensing';
2
+ /**
3
+ * @hidden
4
+ */
5
+ export declare const packageMetadata: PackageMetadata;
@@ -0,0 +1,11 @@
1
+ /**
2
+ * @hidden
3
+ */
4
+ export var packageMetadata = {
5
+ name: '@progress/kendo-vue-progressbars',
6
+ productName: 'Kendo UI for Vue',
7
+ productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
8
+ publishDate: 1638264751,
9
+ version: '',
10
+ licensingDocsUrl: 'https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning'
11
+ };
@@ -0,0 +1,49 @@
1
+ import { DefineComponent } from '../additionalTypes';
2
+ import { RecordPropsDefinition, ComponentOptions } from 'vue/types/options';
3
+ declare type DefaultData<V> = object | ((this: V) => {});
4
+ declare type DefaultMethods<V> = {
5
+ [key: string]: (this: V, ...args: any[]) => any;
6
+ };
7
+ import { ProgressBarProps } from './interfaces/ProgressBarProps';
8
+ /**
9
+ * @hidden
10
+ */
11
+ export interface ProgressBarState {
12
+ _progressStatus?: any;
13
+ _progressStatusWrap?: any;
14
+ animationFrame: any;
15
+ prevValue: number;
16
+ v3: boolean;
17
+ }
18
+ /**
19
+ * @hidden
20
+ */
21
+ export interface ProgressBarComputed {
22
+ [key: string]: any;
23
+ wrapperClass: object;
24
+ isVertical: boolean;
25
+ animationDuration: number;
26
+ }
27
+ /**
28
+ * @hidden
29
+ */
30
+ export interface ProgressBarMethods {
31
+ [key: string]: any;
32
+ focus: (e: any) => void;
33
+ toggleIfApplicable: () => void;
34
+ handleClick: (event: any) => void;
35
+ }
36
+ /**
37
+ * @hidden
38
+ */
39
+ export interface ProgressBarData {
40
+ currentActive: boolean;
41
+ }
42
+ /**
43
+ * @hidden
44
+ */
45
+ export interface ProgressBarAll extends Vue, ProgressBarMethods, ProgressBarData, ProgressBarComputed, ProgressBarState {
46
+ }
47
+ declare let ProgressBar: ComponentOptions<ProgressBarAll, DefaultData<ProgressBarData>, DefaultMethods<ProgressBarAll>, ProgressBarComputed, RecordPropsDefinition<ProgressBarProps>>;
48
+ declare const ProgressBarVue3: DefineComponent<ProgressBarProps, any, ProgressBarData, ProgressBarComputed, ProgressBarMethods, {}, {}, {}, string, ProgressBarProps, ProgressBarProps, {}>;
49
+ export { ProgressBar, ProgressBarVue3 };