@progress/kendo-vue-progressbars 5.3.0-dev.202409130647 → 5.3.0-develop.1

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 (93) hide show
  1. package/README.md +26 -32
  2. package/chunkprogressbar/ChunkProgressBar.js +8 -0
  3. package/chunkprogressbar/ChunkProgressBar.mjs +127 -0
  4. package/common/constants.js +8 -0
  5. package/common/constants.mjs +14 -0
  6. package/common/utils.js +8 -0
  7. package/common/utils.mjs +24 -0
  8. package/dist/cdn/js/kendo-vue-progressbars.js +8 -1
  9. package/index.d.mts +397 -0
  10. package/index.d.ts +397 -0
  11. package/index.js +8 -0
  12. package/index.mjs +13 -0
  13. package/package-metadata.js +8 -0
  14. package/package-metadata.mjs +18 -0
  15. package/package.json +25 -47
  16. package/progressbar/ProgressBar.js +8 -0
  17. package/progressbar/ProgressBar.mjs +204 -0
  18. package/dist/es/additionalTypes.ts +0 -21
  19. package/dist/es/chunkprogressbar/ChunkProgressBar.d.ts +0 -44
  20. package/dist/es/chunkprogressbar/ChunkProgressBar.js +0 -172
  21. package/dist/es/chunkprogressbar/interfaces/ChunkProgressBarProps.d.ts +0 -10
  22. package/dist/es/chunkprogressbar/interfaces/ChunkProgressBarProps.js +0 -1
  23. package/dist/es/common/BaseProps.d.ts +0 -78
  24. package/dist/es/common/BaseProps.js +0 -1
  25. package/dist/es/common/constants.d.ts +0 -16
  26. package/dist/es/common/constants.js +0 -16
  27. package/dist/es/common/utils.d.ts +0 -16
  28. package/dist/es/common/utils.js +0 -34
  29. package/dist/es/main.d.ts +0 -7
  30. package/dist/es/main.js +0 -7
  31. package/dist/es/package-metadata.d.ts +0 -5
  32. package/dist/es/package-metadata.js +0 -11
  33. package/dist/es/progressbar/ProgressBar.d.ts +0 -54
  34. package/dist/es/progressbar/ProgressBar.js +0 -244
  35. package/dist/es/progressbar/interfaces/LabelProps.d.ts +0 -9
  36. package/dist/es/progressbar/interfaces/LabelProps.js +0 -1
  37. package/dist/es/progressbar/interfaces/ProgressBarAnimation.d.ts +0 -9
  38. package/dist/es/progressbar/interfaces/ProgressBarAnimation.js +0 -1
  39. package/dist/es/progressbar/interfaces/ProgressBarHandle.d.ts +0 -21
  40. package/dist/es/progressbar/interfaces/ProgressBarHandle.js +0 -4
  41. package/dist/es/progressbar/interfaces/ProgressBarProps.d.ts +0 -29
  42. package/dist/es/progressbar/interfaces/ProgressBarProps.js +0 -1
  43. package/dist/esm/additionalTypes.ts +0 -21
  44. package/dist/esm/chunkprogressbar/ChunkProgressBar.d.ts +0 -44
  45. package/dist/esm/chunkprogressbar/ChunkProgressBar.js +0 -172
  46. package/dist/esm/chunkprogressbar/interfaces/ChunkProgressBarProps.d.ts +0 -10
  47. package/dist/esm/chunkprogressbar/interfaces/ChunkProgressBarProps.js +0 -1
  48. package/dist/esm/common/BaseProps.d.ts +0 -78
  49. package/dist/esm/common/BaseProps.js +0 -1
  50. package/dist/esm/common/constants.d.ts +0 -16
  51. package/dist/esm/common/constants.js +0 -16
  52. package/dist/esm/common/utils.d.ts +0 -16
  53. package/dist/esm/common/utils.js +0 -34
  54. package/dist/esm/main.d.ts +0 -7
  55. package/dist/esm/main.js +0 -7
  56. package/dist/esm/package-metadata.d.ts +0 -5
  57. package/dist/esm/package-metadata.js +0 -11
  58. package/dist/esm/package.json +0 -3
  59. package/dist/esm/progressbar/ProgressBar.d.ts +0 -54
  60. package/dist/esm/progressbar/ProgressBar.js +0 -244
  61. package/dist/esm/progressbar/interfaces/LabelProps.d.ts +0 -9
  62. package/dist/esm/progressbar/interfaces/LabelProps.js +0 -1
  63. package/dist/esm/progressbar/interfaces/ProgressBarAnimation.d.ts +0 -9
  64. package/dist/esm/progressbar/interfaces/ProgressBarAnimation.js +0 -1
  65. package/dist/esm/progressbar/interfaces/ProgressBarHandle.d.ts +0 -21
  66. package/dist/esm/progressbar/interfaces/ProgressBarHandle.js +0 -4
  67. package/dist/esm/progressbar/interfaces/ProgressBarProps.d.ts +0 -29
  68. package/dist/esm/progressbar/interfaces/ProgressBarProps.js +0 -1
  69. package/dist/npm/additionalTypes.ts +0 -21
  70. package/dist/npm/chunkprogressbar/ChunkProgressBar.d.ts +0 -44
  71. package/dist/npm/chunkprogressbar/ChunkProgressBar.js +0 -179
  72. package/dist/npm/chunkprogressbar/interfaces/ChunkProgressBarProps.d.ts +0 -10
  73. package/dist/npm/chunkprogressbar/interfaces/ChunkProgressBarProps.js +0 -2
  74. package/dist/npm/common/BaseProps.d.ts +0 -78
  75. package/dist/npm/common/BaseProps.js +0 -2
  76. package/dist/npm/common/constants.d.ts +0 -16
  77. package/dist/npm/common/constants.js +0 -19
  78. package/dist/npm/common/utils.d.ts +0 -16
  79. package/dist/npm/common/utils.js +0 -41
  80. package/dist/npm/main.d.ts +0 -7
  81. package/dist/npm/main.js +0 -23
  82. package/dist/npm/package-metadata.d.ts +0 -5
  83. package/dist/npm/package-metadata.js +0 -14
  84. package/dist/npm/progressbar/ProgressBar.d.ts +0 -54
  85. package/dist/npm/progressbar/ProgressBar.js +0 -251
  86. package/dist/npm/progressbar/interfaces/LabelProps.d.ts +0 -9
  87. package/dist/npm/progressbar/interfaces/LabelProps.js +0 -2
  88. package/dist/npm/progressbar/interfaces/ProgressBarAnimation.d.ts +0 -9
  89. package/dist/npm/progressbar/interfaces/ProgressBarAnimation.js +0 -2
  90. package/dist/npm/progressbar/interfaces/ProgressBarHandle.d.ts +0 -21
  91. package/dist/npm/progressbar/interfaces/ProgressBarHandle.js +0 -5
  92. package/dist/npm/progressbar/interfaces/ProgressBarProps.d.ts +0 -29
  93. package/dist/npm/progressbar/interfaces/ProgressBarProps.js +0 -2
package/README.md CHANGED
@@ -1,52 +1,46 @@
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">
1
+ <a href="https://www.telerik.com/kendo-vue-ui/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-utils&utm_content=banner" target="_blank">
2
2
  <img src="https://www.telerik.com/kendo-vue-ui/npm-banner.svg" alt="Kendo UI for Vue NPM Banner">
3
3
  </a>
4
4
 
5
- ## Kendo UI for Vue ProgressBars for Vue (ProgressBar Components)
5
+ ## Kendo UI for Vue Progressbars Package for Vue
6
6
 
7
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/purchase/kendo-ui/?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
8
  >
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)
9
+ > - 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-npmprogressbars)&mdash;a commercial UI library.
10
+ > - 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-npmprogressbars).
11
+ > - To receive a license key, you need to either [purchase a license](https://www.telerik.com/purchase/kendo-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npmprogressbars) 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-npmprogressbars). Doing so indicates that you [accept the Kendo UI for Vue License Agreement](https://www.telerik.com/kendo-vue-ui-develop/my-license/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npmprogressbars).
12
+ > - 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!
13
+ >
14
+ > [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-npmprogressbars) and speed up your development process!
20
15
 
21
- ## Vue ProgressBars
16
+ ## Vue Progressbars
22
17
 
23
18
  > Historically, all Kendo UI for Vue Native components support both **Vue 2** and **Vue 3**, however, Vue 2 is currently in its end-of-support phase till Nov 2024. After our last major release for 2024, Vue 2 will no longer be supported in the new versions of the Kendo UI for Vue components. Please check our [Vue 2 End of Support article](https://www.telerik.com/kendo-vue-ui/components/vue2-deprecation/) for more details.
24
19
 
25
- Among the many features which the Kendo UI for Vue ProgressBars deliver are:
20
+ Among the many features which the Kendo UI for Vue Progressbars deliver are:
26
21
 
27
- * **Setting the default value and ranges**&mdash;Easily configure the initial, min and max values that the ProgressBars render.
28
- * **Controlled mode**&mdash;Control the value of the ProgressBars.
29
- * **Customization**&mdash;Easily implement custom styling.
30
- * [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 100+ components in the Kendo UI for Vue suite, are styled in four polished themes (Bootstrap, Material, Default and Fluent) and can be further customized to match your specific design guidelines.
22
+ - TODO 1
23
+ - TODO 2
24
+ - TODO 3
31
25
 
32
26
  ## Support Options
33
27
 
34
- For any issues you might encounter while working with the Kendo UI for Vue ProgressBars, use any of the available support channels:
28
+ For any issues you might encounter while working with the Kendo UI for Vue Progressbars, use any of the available support channels:
35
29
 
36
- * 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).
37
- * 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.
38
- * 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.
30
+ - 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-npmprogressbars).
31
+ - 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-npmprogressbars) are part of the free support you can get from the community and from the Kendo UI for Vue team.
32
+ - 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-npmprogressbars) is where you can request and vote for new features to be added.
39
33
 
40
34
  ## Resources
41
35
 
42
- * [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)
43
- * [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)
44
- * [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)
45
- * [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)
46
- * [Blogs](https://www.telerik.com/blogs/tag/vue?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-progressbars)
47
- * [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)
48
- * [Kendo UI for Vue pricing and licensing](https://www.telerik.com/purchase/kendo-ui/?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npm-progressbars)
36
+ - [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-npmprogressbars)
37
+ - [Getting 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-npmprogressbars)
38
+ - [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-npmprogressbars)
39
+ - [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-npmprogressbars)
40
+ - [Blogs](https://www.telerik.com/blogs/tag/vue?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npmprogressbars)
41
+ - [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-npmprogressbars)
42
+ - [Kendo UI for Vue pricing and licensing](https://www.telerik.com/purchase/kendo-ui?utm_medium=referral&utm_source=npm&utm_campaign=kendo-ui-vue-trial-npmprogressbars)
49
43
 
50
- *Copyright © 2023 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.*
44
+ _Copyright © 2024 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved._
51
45
 
52
- *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.*
46
+ _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,8 @@
1
+ /**
2
+ * @license
3
+ *-------------------------------------------------------------------------------------------
4
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
5
+ * Licensed under commercial license. See LICENSE.md in the package root for more information
6
+ *-------------------------------------------------------------------------------------------
7
+ */
8
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("vue"),t=require("@progress/kendo-vue-common"),B=require("../common/utils.js"),V=require("../package-metadata.js"),q=a.defineComponent({name:"KendoChunkProgressBar",props:{chunkCount:{type:Number,default:5},ariaLabel:String,disabled:Boolean,reverse:{type:Boolean,default:!1},max:{type:Number,default:100},min:{type:Number,default:0},value:{type:Number,default:0},tabIndex:Number,emptyStyle:Object,emptyClassName:String,progressStyle:Object,progressClassName:String,orientation:{type:String,default:"horizontal",validator:function(n){return["horizontal","vertical"].includes(n)}}},created(){t.validatePackage(V.packageMetadata)},data(){return{currentDir:void 0}},mounted(){this.currentDir=t.getDir(this.$el,this.$props.dir)},render(){const{chunkCount:n,disabled:o,orientation:g,min:i,max:u,reverse:k,tabIndex:b,emptyStyle:y,emptyClassName:f,progressStyle:v,progressClassName:C}=this.$props,c=this.$props.value,d=this.$props.value===null,s=g==="vertical",N=function(r){let p=[];const m=100/r+"%",S=B.calculateRatio(i,u,c),$=Math.floor(S*r),h=Array(r).fill(!1);for(let e=0;e<$;e++)h[e]=!0;for(let e=0;e<r;++e){const l=h[e],x=l?C:f,P={...{width:s?void 0:m,height:s?m:void 0},...l?v:y};p.push(a.createVNode("li",{key:e,class:t.classNames("k-progressbar-chunk",{"k-first":e===0,"k-last":e===r-1,"k-selected":l},x),style:P},null))}return p};return a.createVNode("div",{class:t.classNames("k-progressbar","k-chunk-progressbar",{"k-progressbar-horizontal":!s,"k-progressbar-vertical":s,"k-progressbar-reverse":k,"k-progressbar-indeterminate":d,"k-disabled":o}),dir:this.currentDir,tabindex:t.getTabIndex(b,o),role:"progressbar","aria-label":this.$props.ariaLabel,"aria-valuemin":i,"aria-valuemax":u,"aria-valuenow":d?void 0:c,"aria-disabled":o},[a.createVNode("ul",{class:"k-progressbar-chunks k-reset"},[N.call(this,n)])])},methods:{focusElement(){this.$el&&this.$el.focus()}}});exports.ChunkProgressBar=q;
@@ -0,0 +1,127 @@
1
+ /**
2
+ * @license
3
+ *-------------------------------------------------------------------------------------------
4
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
5
+ * Licensed under commercial license. See LICENSE.md in the package root for more information
6
+ *-------------------------------------------------------------------------------------------
7
+ */
8
+ import { defineComponent as z, createVNode as n } from "vue";
9
+ import { validatePackage as B, getDir as D, classNames as h, getTabIndex as I } from "@progress/kendo-vue-common";
10
+ import { calculateRatio as j } from "../common/utils.mjs";
11
+ import { packageMetadata as w } from "../package-metadata.mjs";
12
+ const E = /* @__PURE__ */ z({
13
+ name: "KendoChunkProgressBar",
14
+ props: {
15
+ chunkCount: {
16
+ type: Number,
17
+ default: 5
18
+ },
19
+ ariaLabel: String,
20
+ disabled: Boolean,
21
+ reverse: {
22
+ type: Boolean,
23
+ default: !1
24
+ },
25
+ max: {
26
+ type: Number,
27
+ default: 100
28
+ },
29
+ min: {
30
+ type: Number,
31
+ default: 0
32
+ },
33
+ value: {
34
+ type: Number,
35
+ default: 0
36
+ },
37
+ tabIndex: Number,
38
+ emptyStyle: Object,
39
+ emptyClassName: String,
40
+ progressStyle: Object,
41
+ progressClassName: String,
42
+ orientation: {
43
+ type: String,
44
+ default: "horizontal",
45
+ validator: function(s) {
46
+ return ["horizontal", "vertical"].includes(s);
47
+ }
48
+ }
49
+ },
50
+ created() {
51
+ B(w);
52
+ },
53
+ data() {
54
+ return {
55
+ currentDir: void 0
56
+ };
57
+ },
58
+ mounted() {
59
+ this.currentDir = D(this.$el, this.$props.dir);
60
+ },
61
+ render() {
62
+ const {
63
+ chunkCount: s,
64
+ disabled: a,
65
+ orientation: k,
66
+ min: l,
67
+ max: i,
68
+ reverse: b,
69
+ tabIndex: f,
70
+ emptyStyle: g,
71
+ emptyClassName: y,
72
+ progressStyle: v,
73
+ progressClassName: C
74
+ } = this.$props, u = this.$props.value, d = this.$props.value === null, t = k === "vertical", S = function(r) {
75
+ let c = [];
76
+ const p = 100 / r + "%", N = j(l, i, u), x = Math.floor(N * r), m = Array(r).fill(!1);
77
+ for (let e = 0; e < x; e++)
78
+ m[e] = !0;
79
+ for (let e = 0; e < r; ++e) {
80
+ const o = m[e], $ = o ? C : y, P = {
81
+ ...{
82
+ width: t ? void 0 : p,
83
+ height: t ? p : void 0
84
+ },
85
+ ...o ? v : g
86
+ };
87
+ c.push(n("li", {
88
+ key: e,
89
+ class: h("k-progressbar-chunk", {
90
+ "k-first": e === 0,
91
+ "k-last": e === r - 1,
92
+ "k-selected": o
93
+ }, $),
94
+ style: P
95
+ }, null));
96
+ }
97
+ return c;
98
+ };
99
+ return n("div", {
100
+ class: h("k-progressbar", "k-chunk-progressbar", {
101
+ "k-progressbar-horizontal": !t,
102
+ "k-progressbar-vertical": t,
103
+ "k-progressbar-reverse": b,
104
+ "k-progressbar-indeterminate": d,
105
+ "k-disabled": a
106
+ }),
107
+ dir: this.currentDir,
108
+ tabindex: I(f, a),
109
+ role: "progressbar",
110
+ "aria-label": this.$props.ariaLabel,
111
+ "aria-valuemin": l,
112
+ "aria-valuemax": i,
113
+ "aria-valuenow": d ? void 0 : u,
114
+ "aria-disabled": a
115
+ }, [n("ul", {
116
+ class: "k-progressbar-chunks k-reset"
117
+ }, [S.call(this, s)])]);
118
+ },
119
+ methods: {
120
+ focusElement() {
121
+ this.$el && this.$el.focus();
122
+ }
123
+ }
124
+ });
125
+ export {
126
+ E as ChunkProgressBar
127
+ };
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license
3
+ *-------------------------------------------------------------------------------------------
4
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
5
+ * Licensed under commercial license. See LICENSE.md in the package root for more information
6
+ *-------------------------------------------------------------------------------------------
7
+ */
8
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const A=1e-5,I=3,N=400,O=0;exports.DEFAULT_ANIMATION_DURATION=N;exports.LABEL_DECIMALS=I;exports.MIN_RATIO=A;exports.NO_ANIMATION=O;
@@ -0,0 +1,14 @@
1
+ /**
2
+ * @license
3
+ *-------------------------------------------------------------------------------------------
4
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
5
+ * Licensed under commercial license. See LICENSE.md in the package root for more information
6
+ *-------------------------------------------------------------------------------------------
7
+ */
8
+ const A = 1e-5, I = 3, N = 400, o = 0;
9
+ export {
10
+ N as DEFAULT_ANIMATION_DURATION,
11
+ I as LABEL_DECIMALS,
12
+ A as MIN_RATIO,
13
+ o as NO_ANIMATION
14
+ };
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license
3
+ *-------------------------------------------------------------------------------------------
4
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
5
+ * Licensed under commercial license. See LICENSE.md in the package root for more information
6
+ *-------------------------------------------------------------------------------------------
7
+ */
8
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("./constants.js"),u=e=>{const t=e.toString().split(".");return t.length===1?`${t[0]}`:`${t[0]}.${t[1].substr(0,s.LABEL_DECIMALS)}`},o=(e,t,n)=>{const a=Math.abs((t-e)/100);return Math.abs((n-e)/a)},l=(e,t,n,a)=>{const c=Math.max(n,.01),r=100/c*100;e&&t&&(e.style.width=a?"100%":`${c}%`,t.style.width=a?"100%":`${r}%`,e.style.height=a?`${c}%`:"100%",t.style.height=a?`${r}%`:"100%")},h=(e,t,n)=>Math.max((n-e)/(t-e),s.MIN_RATIO);exports.calculatePercentage=o;exports.calculateRatio=h;exports.truncateNumber=u;exports.updateProgress=l;
@@ -0,0 +1,24 @@
1
+ /**
2
+ * @license
3
+ *-------------------------------------------------------------------------------------------
4
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
5
+ * Licensed under commercial license. See LICENSE.md in the package root for more information
6
+ *-------------------------------------------------------------------------------------------
7
+ */
8
+ import { LABEL_DECIMALS as r, MIN_RATIO as s } from "./constants.mjs";
9
+ const u = (e) => {
10
+ const t = e.toString().split(".");
11
+ return t.length === 1 ? `${t[0]}` : `${t[0]}.${t[1].substr(0, r)}`;
12
+ }, l = (e, t, a) => {
13
+ const n = Math.abs((t - e) / 100);
14
+ return Math.abs((a - e) / n);
15
+ }, $ = (e, t, a, n) => {
16
+ const c = Math.max(a, 0.01), o = 100 / c * 100;
17
+ e && t && (e.style.width = n ? "100%" : `${c}%`, t.style.width = n ? "100%" : `${o}%`, e.style.height = n ? `${c}%` : "100%", t.style.height = n ? `${o}%` : "100%");
18
+ }, g = (e, t, a) => Math.max((a - e) / (t - e), s);
19
+ export {
20
+ l as calculatePercentage,
21
+ g as calculateRatio,
22
+ u as truncateNumber,
23
+ $ as updateProgress
24
+ };
@@ -1 +1,8 @@
1
- !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("vue"),require("@progress/kendo-licensing")):"function"==typeof define&&define.amd?define(["vue","@progress/kendo-licensing"],t):"object"==typeof exports?exports.KendoVueProgressbars=t(require("vue"),require("@progress/kendo-licensing")):e.KendoVueProgressbars=t(e.Vue,e.KendoLicensing)}(self,(function(e,t){return(()=>{"use strict";var n={9559:(e,t,n)=>{var i=function(){return i=Object.assign||function(e){for(var t,n=1,i=arguments.length;n<i;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},i.apply(this,arguments)},r=Object.create?function(e,t,n,i){void 0===i&&(i=n);var r=Object.getOwnPropertyDescriptor(t,n);r&&!("get"in r?!t.__esModule:r.writable||r.configurable)||(r={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,i,r)}:function(e,t,n,i){void 0===i&&(i=n),e[i]=t[n]},o=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t};Object.defineProperty(t,"__esModule",{value:!0}),t.ChunkProgressBarVue2=t.ChunkProgressBar=void 0;var a=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&r(t,e,n);return o(t,e),t}(n(1895)),s=a.h,l=a.version&&"3"===a.version[0],u=n(9680),c=n(3761),p=n(9680),d=n(169),h={name:"KendoChunkProgressBar",props:{chunkCount:{type:Number,default:5},ariaLabel:String,disabled:Boolean,reverse:{type:Boolean,default:!1},max:{type:Number,default:100},min:{type:Number,default:0},value:{type:Number,default:0},tabIndex:Number,emptyStyle:Object,emptyClassName:String,progressStyle:Object,progressClassName:String,orientation:{type:String,default:"horizontal",validator:function(e){return["horizontal","vertical"].includes(e)}}},created:function(){(0,p.validatePackage)(d.packageMetadata)},data:function(){return{currentDir:void 0}},mounted:function(){this.currentDir=(0,u.getDir)(this.$el,this.$props.dir)},setup:l?function(){return{v3:!!l}}:void 0,render:function(e){var t=s||e,n=this.$props,r=n.chunkCount,o=n.disabled,a=n.orientation,l=n.min,p=n.max,d=n.reverse,h=n.tabIndex,v=n.emptyStyle,f=n.emptyClassName,m=n.progressStyle,g=n.progressClassName,b=this.$props.value,y=null===this.$props.value,x="vertical"===a;return t("div",{class:(0,u.classNames)("k-progressbar","k-chunk-progressbar",{"k-progressbar-horizontal":!x,"k-progressbar-vertical":x,"k-progressbar-reverse":d,"k-progressbar-indeterminate":y,"k-disabled":o}),dir:this.currentDir,attrs:this.v3?void 0:{dir:this.currentDir,tabIndex:(0,u.getTabIndex)(h,o),role:"progressbar","aria-label":this.$props.ariaLabel,"aria-valuemin":l,"aria-valuemax":p,"aria-valuenow":y?void 0:b,"aria-disabled":o},tabIndex:(0,u.getTabIndex)(h,o),role:"progressbar","aria-label":this.$props.ariaLabel,"aria-valuemin":l,"aria-valuemax":p,"aria-valuenow":y?void 0:b,"aria-disabled":o},[t("ul",{class:"k-progressbar-chunks k-reset"},[function(e){for(var n=[],r=100/e+"%",o=(0,c.calculateRatio)(l,p,b),a=Math.floor(o*e),s=Array(e).fill(!1),d=0;d<a;d++)s[d]=!0;for(d=0;d<e;++d){var h=s[d],y=h?g:f,E=h?m:v,O=i(i({},{width:x?void 0:r,height:x?r:void 0}),E);n.push(t("li",{key:d,class:(0,u.classNames)("k-progressbar-chunk",{"k-first":0===d,"k-last":d===e-1,"k-selected":h},y),style:O}))}return n}.call(this,r)])])},methods:{focusElement:function(){this.$el&&this.$el.focus()}}};t.ChunkProgressBarVue2=h;var v=h;t.ChunkProgressBar=v},3664:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},1125:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.NO_ANIMATION=t.DEFAULT_ANIMATION_DURATION=t.LABEL_DECIMALS=t.MIN_RATIO=void 0,t.MIN_RATIO=1e-5,t.LABEL_DECIMALS=3,t.DEFAULT_ANIMATION_DURATION=400,t.NO_ANIMATION=0},3761:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.calculateRatio=t.updateProgress=t.calculatePercentage=t.truncateNumber=void 0;var i=n(1125);t.truncateNumber=function(e){var t=e.toString().split(".");return 1===t.length?"".concat(t[0]):"".concat(t[0],".").concat(t[1].substr(0,i.LABEL_DECIMALS))},t.calculatePercentage=function(e,t,n){var i=Math.abs((t-e)/100);return Math.abs((n-e)/i)},t.updateProgress=function(e,t,n,i){var r=Math.max(n,.01),o=100/r*100;e&&t&&(e.style.width=i?"100%":"".concat(r,"%"),t.style.width=i?"100%":"".concat(o,"%"),e.style.height=i?"".concat(r,"%"):"100%",t.style.height=i?"".concat(o,"%"):"100%")},t.calculateRatio=function(e,t,n){return Math.max((n-e)/(t-e),i.MIN_RATIO)}},6545:(e,t,n)=>{var i=Object.create?function(e,t,n,i){void 0===i&&(i=n);var r=Object.getOwnPropertyDescriptor(t,n);r&&!("get"in r?!t.__esModule:r.writable||r.configurable)||(r={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,i,r)}:function(e,t,n,i){void 0===i&&(i=n),e[i]=t[n]},r=function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||i(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),r(n(9973),t),r(n(5958),t),r(n(4606),t),r(n(27),t),r(n(910),t),r(n(9559),t),r(n(3664),t)},169:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.packageMetadata=void 0,t.packageMetadata={name:"@progress/kendo-vue-progressbars",productName:"Kendo UI for Vue",productCodes:["KENDOUIVUE","KENDOUICOMPLETE"],publishDate:1726209459,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"}},9973:(e,t,n)=>{var i=Object.create?function(e,t,n,i){void 0===i&&(i=n);var r=Object.getOwnPropertyDescriptor(t,n);r&&!("get"in r?!t.__esModule:r.writable||r.configurable)||(r={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,i,r)}:function(e,t,n,i){void 0===i&&(i=n),e[i]=t[n]},r=Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t};Object.defineProperty(t,"__esModule",{value:!0}),t.ProgressBarVue2=t.ProgressBar=void 0;var o=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&i(t,e,n);return r(t,e),t}(n(1895)),a=o.h,s=o.version&&"3"===o.version[0],l=n(8895),u=n(9680),c=n(3761),p=n(1125),d=n(9680),h=n(169),v={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(e){return["start","center","end"].includes(e)}},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(e){return["horizontal","vertical"].includes(e)}},tabIndex:Number,emptyStyle:Object,emptyClassName:String,progressStyle:Object,progressClassName:String,ariaLabel:String},created:function(){(0,d.validatePackage)(h.packageMetadata),this.currentDir=this.$props.dir},mounted:function(){this._progressStatus=(0,u.getRef)(this,"progressStatus"),this._progressStatusWrap=(0,u.getRef)(this,"progressStatusWrap"),this.currentDir=void 0!==this.$props.dir?this.$props.dir:(0,u.isRtl)(this.$el)?"rtl":"ltr",this.animationFrame=(0,l.animate)({duration:this.animationDuration,onStart:this.handleStart,onUpdate:this.handleUpdate,onEnd:this.handleEnd})},destroyed:s?void 0:function(){(0,l.cancelAnimation)(this.animationFrame)},unmounted:function(){(0,l.cancelAnimation)(this.animationFrame)},data:function(){return{currentDir:void 0}},watch:{value:function(e,t){this.prevValue=t,this.animationFrame=(0,l.animate)({duration:this.animationDuration,onStart:this.handleStart,onUpdate:this.handleUpdate,onEnd:this.handleEnd})}},computed:{wrapperClass:function(){var e=this.$props,t=e.disabled,n=e.reverse,i="vertical"===e.orientation;return{"k-progressbar":!0,"k-progressbar-horizontal":!i,"k-progressbar-vertical":i,"k-progressbar-reverse":n,"k-progressbar-indeterminate":null===e.value,"k-disabled":t}},isVertical:function(){return"vertical"===this.orientation},animationDuration:function(){var e=this.$props.animation;return"boolean"!=typeof e&&void 0!==e?e.duration:e?p.DEFAULT_ANIMATION_DURATION:p.NO_ANIMATION}},setup:s?function(){return{v3:!!s}}:void 0,render:function(e){var t=a||e,n=this.$props,i=n.disabled,r=n.labelVisible,o=n.labelPlacement,s=n.max,l=n.min,p=n.tabIndex,d=n.emptyStyle,h=n.emptyClassName,v=n.progressStyle,f=n.progressClassName,m=this.$props.value||0,g=null===this.$props.value,b=(0,c.truncateNumber)(m),y={value:m},x=this.$props.labelRender?u.templateRendering.call(this,this.$props.labelRender,u.getListeners.call(this)):void 0,E=t("span",{class:"k-progress-status"},b),O=u.getTemplate.call(this,{h:t,template:x,defaultRendering:E,additionalProps:y}),P=r?this.$props.label?t("span",{class:"k-progress-status"},[this.$props.label]):O:void 0,S=(0,u.classNames)("k-progress-status-wrap",{"k-progress-start":"start"===o,"k-progress-center":"center"===o,"k-progress-end":"end"===o||void 0===o});return t("div",{class:this.wrapperClass,dir:this.currentDir,attrs:this.v3?void 0:{dir:this.currentDir,tabindex:(0,u.getTabIndex)(p,i),role:"progressbar","aria-valuemin":l,"aria-valuemax":s,"aria-valuenow":g?void 0:m,"aria-disabled":i,"aria-label":this.$props.ariaLabel},tabindex:(0,u.getTabIndex)(p,i),role:"progressbar","aria-valuemin":l,"aria-valuemax":s,"aria-valuenow":g?void 0:m,"aria-disabled":i,"aria-label":this.$props.ariaLabel},[t("span",{class:S+(h?" "+h:""),style:d},[P]),t("div",{class:"k-progressbar-value k-selected",style:v,ref:(0,u.setRef)(this,"progressStatus")},[t("span",{class:S+(f?" "+f:""),ref:(0,u.setRef)(this,"progressStatusWrap")},[P])])])},methods:{focus:function(){this.$el&&this.$el.focus()},progressStatusElement:function(){return this._progressStatus},progressStatusWrapElement:function(){return this._progressStatusWrap},handleStart:function(){var e=(0,c.calculatePercentage)(this.min,this.max,this.prevValue);(0,c.updateProgress)(this._progressStatus,this._progressStatusWrap,e,this.isVertical)},handleUpdate:function(e){var t=(0,c.calculatePercentage)(this.min,this.max,this.prevValue+(this.value-this.prevValue)*e);(0,c.updateProgress)(this._progressStatus,this._progressStatusWrap,t,this.isVertical)},handleEnd:function(){var e=(0,c.calculatePercentage)(this.min,this.max,this.value);(0,c.updateProgress)(this._progressStatus,this._progressStatusWrap,e,this.isVertical)}}};t.ProgressBarVue2=v;var f=v;t.ProgressBar=f},910:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},27:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},5958:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},4606:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},4941:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.AnimationVue2=t.Animation=void 0;var i=n(1895),r=i.h,o=i.version&&"3"===i.version[0],a=n(9389),s=n(9680),l=n(8420),u=n(1947).default.styles,c={props:{componentChildStyle:Object,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(e){this.$emit("entering",e)},onEnter:function(e){this.$emit("enter",e)},onEntered:function(e){this.$emit("entered",e)},onExit:function(e){this.$emit("exit",e)},onExiting:function(e){this.$emit("exiting",e)},onExited:function(e){this.$emit("exited",e)}},setup:o?function(){return{v3:!!o}}:void 0,created:function(){(0,s.validatePackage)(l.packageMetadata)},render:function(e){var t=r||e,n=(0,s.getDefaultSlots)(this),i=this.$props,o=(i.id,i.tag,i.role),l=i.className,c=(i.childFactory,i.stackChildren,i.componentChildStyle),p=(i.componentChildClassName,function(e,t){var n={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&t.indexOf(i)<0&&(n[i]=e[i]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(i=Object.getOwnPropertySymbols(e);r<i.length;r++)t.indexOf(i[r])<0&&Object.prototype.propertyIsEnumerable.call(e,i[r])&&(n[i[r]]=e[i[r]])}}(i,["id","tag","role","className","childFactory","stackChildren","componentChildStyle","componentChildClassName"]),[u["animation-container"],u["animation-container-relative"],l]);return t("div",{id:this.$props.id,attrs:this.v3?void 0:{id:this.$props.id,role:o},class:p,role:o},[t(a.AnimationChild,{key:"some",style:c,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])])}};t.AnimationVue2=c;var p=c;t.Animation=p},9389:(e,t,n)=>{var i=function(){return i=Object.assign||function(e){for(var t,n=1,i=arguments.length;n<i;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},i.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.AnimationChildVue2=t.AnimationChild=void 0;var r=n(1895),o=r.h,a=r.version&&"3"===r.version[0],s=r.ref,l=r.Transition,u=n(1947),c=n(9680),p=u.default.styles,d={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:a?function(){return{v3:!!a,elementRef:s(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(e){this.$emit("beforeenter",{animatedElement:e,target:this})},onEnter:function(e){this.animationStep="entering",this.$emit("entering",{animatedElement:e,target:this})},onAfterEnter:function(e){this.animationStep="entered",this.$emit("entered",{animatedElement:e,target:this})},onBeforeLeave:function(e){this.$emit("exit",{animatedElement:e,target:this})},onLeave:function(e){this.animationStep="exiting",this.$emit("exiting",{animatedElement:e,target:this})},onAfterLeave:function(e){this.animationStep="exited",this.$emit("exited",{animatedElement:e,target:this})}},render:function(e){var t=this,n=o||e,r=this.$props,a=r.appear,s=r.enter,u=r.exit,d=r.transitionName,h=r.transitionEnterDuration,v=r.transitionExitDuration,f=(r.className,r.componentChildClassName),m=(r.mountOnEnter,r.unmountOnExit,r.animationEnteringStyle),g=r.animationEnteredStyle,b=r.animationExitingStyle,y=r.animationExitedStyle,x=(function(e,t){var n={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&t.indexOf(i)<0&&(n[i]=e[i]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(i=Object.getOwnPropertySymbols(e);r<i.length;r++)t.indexOf(i[r])<0&&Object.prototype.propertyIsEnumerable.call(e,i[r])&&(n[i[r]]=e[i[r]])}}(r,["appear","enter","exit","transitionName","transitionEnterDuration","transitionExitDuration","className","componentChildClassName","mountOnEnter","unmountOnExit","animationEnteringStyle","animationEnteredStyle","animationExitingStyle","animationExitedStyle"]),(0,c.getDefaultSlots)(this)),E=this.v3?a:!!x,O=this.v3?l:"transition",P=[f,p["child-animation-container"]],S=s?h:0,C=u?v:0,k=[i({transitionDelay:"0ms",transitionDuration:"".concat(E?S:C,"ms")},this.$props.transitionStyle),{entering:i({transitionDuration:"".concat(S,"ms")},m),entered:i({},g),exiting:i({transitionDuration:"".concat(C,"ms")},b),exited:i({},y)}[this.animationStep]],j={enter:S,leave:C},A=[E?n("div",{style:k,class:P,ref:this.v3?function(e){t.elementRef=e}:"element"},[x]):null];return n(O,{duration:j,attrs:this.v3?null:{duration:j,name:d,appear:a,appearClass:p["".concat(d,"-appear")]||"".concat(d,"-appear"),appearToClass:p["".concat(d,"-appear-active")]||"".concat(d,"-appear-active"),enterClass:p["".concat(d,"-enter")]||"".concat(d,"-enter"),enterToClass:p["".concat(d,"-enter-active")]||"".concat(d,"-enter-active"),leaveClass:p["".concat(d,"-exit")]||"".concat(d,"-exit"),leaveToClass:p["".concat(d,"-exit-active")]||"".concat(d,"-exit-active")},name:d,appear:a,appearFromClass:p["".concat(d,"-appear")]||"".concat(d,"-appear"),enterFromClass:p["".concat(d,"-enter")]||"".concat(d,"-enter"),leaveFromClass:p["".concat(d,"-exit")]||"".concat(d,"-exit"),appearToClass:p["".concat(d,"-appear-active")]||"".concat(d,"-appear-active"),enterToClass:p["".concat(d,"-enter-active")]||"".concat(d,"-enter-active"),leaveToClass:p["".concat(d,"-exit-active")]||"".concat(d,"-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 A}:A)}};t.AnimationChildVue2=d;var h=d;t.AnimationChild=h},2483:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.ExpandVue2=t.Expand=void 0;var i=n(1895),r=i.h,o=i.version&&"3"===i.version[0],a=n(4941),s=n(9680),l={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"},componentChildStyle:Object,tag:String,id:String},setup:o?function(){return{v3:!!o}}:void 0,render:function(e){var t=r||e,n=(0,s.getDefaultSlots)(this),i=this.$props,o=(i.direction,function(e,t){var n={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&t.indexOf(i)<0&&(n[i]=e[i]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(i=Object.getOwnPropertySymbols(e);r<i.length;r++)t.indexOf(i[r])<0&&Object.prototype.propertyIsEnumerable.call(e,i[r])&&(n[i[r]]=e[i[r]])}}(i,["direction"]),"expand-".concat(this.$props.direction));return t(a.Animation,{transitionName:o,attrs:this.v3?void 0:{transitionName:o,appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,componentChildStyle:this.$props.componentChildStyle,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration},appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,componentChildStyle:this.$props.componentChildStyle,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration},this.v3?function(){return[n]}:[n])}};t.ExpandVue2=l;var u=l;t.Expand=u},367:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.FadeVue2=t.Fade=void 0;var i=n(1895),r=i.h,o=i.version&&"3"===i.version[0],a=n(4941),s=n(9680),l={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},componentChildStyle:Object,childFactory:Object,className:String,tag:String,id:String},setup:o?function(){return{v3:!!o}}:void 0,render:function(e){var t=r||e,n=(0,s.getDefaultSlots)(this);return t(a.Animation,{transitionName:"fade",attrs:this.v3?void 0:{transitionName:"fade",appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,componentChildStyle:this.$props.componentChildStyle,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration},appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,componentChildStyle:this.$props.componentChildStyle,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration},this.v3?function(){return[n]}:[n])}};t.FadeVue2=l;var u=l;t.Fade=u},5756:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.PushVue2=t.Push=void 0;var i=n(1895),r=i.h,o=i.version&&"3"===i.version[0],a=n(4941),s=n(9680),l={position:"absolute",top:"0",left:"0"},u={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,componentChildStyle:Object,className:String,direction:{type:String,default:"right"},tag:String,id:String},setup:o?function(){return{v3:!!o}}:void 0,render:function(e){var t=r||e,n=(0,s.getDefaultSlots)(this),i="push-".concat(this.$props.direction);return t(a.Animation,{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,componentChildStyle:this.$props.componentChildStyle,animationExitingStyle:this.$props.stackChildren?l:void 0},appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration,componentChildStyle:this.$props.componentChildStyle,animationExitingStyle:this.$props.stackChildren?l:void 0},this.v3?function(){return[n]}:[n])}};t.PushVue2=u;var c=u;t.Push=c},7468:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.RevealVue2=t.Reveal=void 0;var i=n(1895),r=i.h,o=i.version&&"3"===i.version[0],a=n(4941),s=n(1947),l=n(9680),u=function(){},c={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},componentChildStyle:Object,childFactory:Object,className:String,direction:{type:String,default:"vertical"},tag:String,id:String},data:function(){return{maxHeight:"",maxWidth:""}},methods:{componentWillEnter:function(e){var t=this.$props.onEnter;this.updateContainerDimensions(e.animatedElement,(function(){t&&t.call(void 0,e)}))},componentIsEntering:function(e){var t=this.$props.onEntering;this.updateContainerDimensions(e.animatedElement,(function(){t&&t.call(void 0,e)}))},componentWillExit:function(e){var t=this.$props.onExit;this.updateContainerDimensions(e.animatedElement,(function(){t&&t.call(void 0,e)}))},updateContainerDimensions:function(e,t){void 0===t&&(t=u);var n=e?e.firstElementChild:null;if(n){var i=s.default.outerHeight(n),r=s.default.outerWidth(n);this.$data.maxHeight=i,this.$data.maxWidth=r,t()}}},computed:{animationEnteringStyle:{get:function(){var e;return{maxHeight:(e="vertical"===this.$props.direction?{maxHeight:this.maxHeight?"".concat(this.maxHeight,"px"):null}:{maxWidth:this.maxWidth?"".concat(this.maxWidth,"px"):null}).maxHeight,maxWidth:e.maxWidth}}}},setup:o?function(){return{v3:!!o}}:void 0,render:function(e){var t=r||e,n=(0,l.getDefaultSlots)(this),i=this.$props,o=(i.direction,i.childFactory,function(e,t){var n={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&t.indexOf(i)<0&&(n[i]=e[i]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(i=Object.getOwnPropertySymbols(e);r<i.length;r++)t.indexOf(i[r])<0&&Object.prototype.propertyIsEnumerable.call(e,i[r])&&(n[i[r]]=e[i[r]])}}(i,["direction","childFactory"]),"reveal-".concat(this.$props.direction));return t(a.Animation,{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,componentChildStyle:this.$props.componentChildStyle,animationEnteringStyle:this.animationEnteringStyle,transitionName:o},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,componentChildStyle:this.$props.componentChildStyle,animationEnteringStyle:this.animationEnteringStyle,transitionName:o},this.v3?function(){return[n]}:[n])}};t.RevealVue2=c;var p=c;t.Reveal=p},1929:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.SlideVue2=t.Slide=void 0;var i=n(1895),r=i.h,o=i.version&&"3"===i.version[0],a=n(4941),s=n(9680),l={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,componentChildStyle:Object,className:String,direction:{type:String,default:"down"},tag:String,id:String,role:String},methods:{onEntering:function(e){this.$emit("entering",e)},onEnter:function(e){this.$emit("enter",e)},onEntered:function(e){this.$emit("entered",e)},onExit:function(e){this.$emit("exit",e)},onExiting:function(e){this.$emit("exiting",e)},onExited:function(e){this.$emit("exited",e)}},setup:o?function(){return{v3:!!o}}:void 0,render:function(e){var t=r||e,n=(0,s.getDefaultSlots)(this),i=this.$props,o=(i.direction,i.id),l=(function(e,t){var n={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&t.indexOf(i)<0&&(n[i]=e[i]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(i=Object.getOwnPropertySymbols(e);r<i.length;r++)t.indexOf(i[r])<0&&Object.prototype.propertyIsEnumerable.call(e,i[r])&&(n[i[r]]=e[i[r]])}}(i,["direction","id"]),"slide-".concat(this.$props.direction));return t(a.Animation,{id:o,attrs:this.v3?void 0:{id:o,transitionName:l,componentChildClassName:this.$props.componentChildClassName,componentChildStyle:this.$props.componentChildStyle,appear:this.$props.appear,enter:this.$props.enter,exit:this.$props.exit,transitionEnterDuration:this.$props.transitionEnterDuration,transitionExitDuration:this.$props.transitionExitDuration},transitionName:l,componentChildClassName:this.$props.componentChildClassName,componentChildStyle:this.$props.componentChildStyle,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])}};t.SlideVue2=l;var u=l;t.Slide=u},7524:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.ZoomVue2=t.Zoom=void 0;var i=n(1895),r=i.h,o=i.version&&"3"===i.version[0],a=n(4941),s=n(9680),l={position:"absolute",top:"0",left:"0"},u={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:o?function(){return{v3:!!o}}:void 0,render:function(e){var t=r||e,n=(0,s.getDefaultSlots)(this),i="zoom-".concat(this.$props.direction);return t(a.Animation,{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?l: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?l:void 0},this.v3?function(){return[n]}:[n])}};t.ZoomVue2=u;var c=u;t.Zoom=c},5173:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.cancelAnimation=t.animate=void 0,t.animate=function(e,t,n){void 0===t&&(t=0),void 0===n&&(n=0);var i,r=e.duration,o=t&&1-t;return e.onStart&&e.onStart(),n=window.requestAnimationFrame((function a(s){i||(i=s);var l=(s-i+1)/r+o;l<=1?(e.onUpdate&&e.onUpdate(l),n=window.requestAnimationFrame(a),t=l):(e.onEnd&&e.onEnd(1),t=0)}))},t.cancelAnimation=function(e){e&&window.cancelAnimationFrame(e)}},8895:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.cancelAnimation=t.animate=t.RevealVue2=t.Reveal=t.ZoomVue2=t.Zoom=t.SlideVue2=t.Slide=t.PushVue2=t.Push=t.ExpandVue2=t.Expand=t.FadeVue2=t.Fade=t.AnimationChildVue2=t.AnimationChild=t.AnimationVue2=t.Animation=void 0;var i=n(4941);Object.defineProperty(t,"Animation",{enumerable:!0,get:function(){return i.Animation}}),Object.defineProperty(t,"AnimationVue2",{enumerable:!0,get:function(){return i.AnimationVue2}});var r=n(9389);Object.defineProperty(t,"AnimationChild",{enumerable:!0,get:function(){return r.AnimationChild}}),Object.defineProperty(t,"AnimationChildVue2",{enumerable:!0,get:function(){return r.AnimationChildVue2}});var o=n(367);Object.defineProperty(t,"Fade",{enumerable:!0,get:function(){return o.Fade}}),Object.defineProperty(t,"FadeVue2",{enumerable:!0,get:function(){return o.FadeVue2}});var a=n(2483);Object.defineProperty(t,"Expand",{enumerable:!0,get:function(){return a.Expand}}),Object.defineProperty(t,"ExpandVue2",{enumerable:!0,get:function(){return a.ExpandVue2}});var s=n(5756);Object.defineProperty(t,"Push",{enumerable:!0,get:function(){return s.Push}}),Object.defineProperty(t,"PushVue2",{enumerable:!0,get:function(){return s.PushVue2}});var l=n(1929);Object.defineProperty(t,"Slide",{enumerable:!0,get:function(){return l.Slide}}),Object.defineProperty(t,"SlideVue2",{enumerable:!0,get:function(){return l.SlideVue2}});var u=n(7524);Object.defineProperty(t,"Zoom",{enumerable:!0,get:function(){return u.Zoom}}),Object.defineProperty(t,"ZoomVue2",{enumerable:!0,get:function(){return u.ZoomVue2}});var c=n(7468);Object.defineProperty(t,"Reveal",{enumerable:!0,get:function(){return c.Reveal}}),Object.defineProperty(t,"RevealVue2",{enumerable:!0,get:function(){return c.RevealVue2}});var p=n(5173);Object.defineProperty(t,"animate",{enumerable:!0,get:function(){return p.animate}}),Object.defineProperty(t,"cancelAnimation",{enumerable:!0,get:function(){return p.cancelAnimation}})},8420:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.packageMetadata=void 0,t.packageMetadata={name:"@progress/kendo-vue-animation",productName:"Kendo UI for Vue",productCodes:["KENDOUIVUE","KENDOUICOMPLETE"],publishDate:1726209293,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"}},1947:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.default={outerHeight:function(e){if(!e)return 0;var t=e.ownerDocument.defaultView.getComputedStyle(e),n=parseFloat(t.marginTop),i=parseFloat(t.marginBottom);return e.offsetHeight+n+i},outerWidth:function(e){if(!e)return 0;var t=e.ownerDocument.defaultView.getComputedStyle(e),n=parseFloat(t.marginLeft),i=parseFloat(t.marginRight);return e.offsetWidth+n+i},styles:{"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"}}},2346:(e,t,n)=>{var i;function r(e){return r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},r(e)}function o(e,t,n){return(t=function(e){var t=function(e,t){if("object"!==(void 0===e?"undefined":r(e))||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var i=n.call(e,"string");if("object"!==(void 0===i?"undefined":r(i)))return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"===(void 0===t?"undefined":r(t))?t:String(t)}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}Object.defineProperty(t,"__esModule",{value:!0}),t.DraggableVue2=t.Draggable=void 0;var a=n(1895),s=(a.h,a.version&&"3"===a.version[0]),l=n(1154),u=n(5123),c=(o(i={emits:{press:null,drag:null,release:null},inheritAttrs:!1,created:function(){this.element=null;var e=l,t=void 0!==e&&e.Draggable?e:e.default;this.draggable=new t.Draggable({press:this.press,drag:this.drag,release:this.release})},setup:s?function(){return{v3:!!s}}:void 0,mounted:function(){this.$el&&(this.element=3===this.$el.nodeType||8===this.$el.nodeType?this.$el.nextElementSibling:this.$el,this.draggable.bindTo(this.element))},destroyed:s?void 0:function(){this.draggable.destroy()},unmounted:function(){this.draggable.destroy()},methods:{press:function(e){this.element&&this.$emit("press",e,this.element)},drag:function(e){this.element&&this.$emit("drag",e,this.element)},release:function(e){this.element&&this.$emit("release",e,this.element)}}},"setup",s?function(){return{v3:!!s}}:void 0),o(i,"render",(function(e){return(0,u.getDefaultSlots)(this)})),i);t.DraggableVue2=c;var p=c;t.Draggable=p},1685:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.BrowserSupportService=void 0;var n=function(){return"undefined"!=typeof document?document:{}},i=function(){function e(){}return Object.defineProperty(e.prototype,"scrollbarWidth",{get:function(){var e=n();if(!this.scrollbar&&e&&e.createElement){var t=e.createElement("div");t.style.cssText="overflow:scroll;overflow-x:hidden;zoom:1;clear:both;display:block",t.innerHTML="&nbsp;",e.body.appendChild(t),this.scrollbar=t.offsetWidth-t.scrollWidth,e.body.removeChild(t)}return this.scrollbar},enumerable:!1,configurable:!0}),e}();t.BrowserSupportService=i},8770:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.canUseDOM=void 0;var n=Boolean("undefined"!=typeof window&&window.document&&window.document.createElement);t.canUseDOM=n},3820:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.classNames=void 0;var i=n(4650);t.classNames=function(){for(var e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];return e.filter((function(e){return!0!==e&&!!e})).map((function(e){return Array.isArray(e)?t.classNames.apply(void 0,e):(0,i.isObject)(e)?Object.keys(e).map((function(t,n){return e[n]||e[t]&&t||null})).filter((function(e){return null!==e})).join(" "):e})).filter((function(e){return!!e})).join(" ")}},920:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.cloneArray=t.cloneValue=t.cloneObject=t.clone=t.cloneDate=void 0;var i=n(4650);function r(e,t){for(var n in e)if(e.hasOwnProperty(n)){var i=e[n];t[n]=o(i,t[n])}}function o(e,n){if(Array.isArray(e))return a(e);if(e instanceof Date)return(0,t.cloneDate)(e);if(e&&(0,i.isObject)(e)){var o=n||{};return r(e,o),o}return e}function a(e){return e.map((function(e){return o(e,void 0)}))}t.cloneDate=function(e){return e?new Date(e.getTime()):null},t.clone=function(e){var t={};return r(e,t),t},t.cloneObject=r,t.cloneValue=o,t.cloneArray=a},6866:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.FIELD_REGEX=void 0,t.FIELD_REGEX=/\[(?:(\d+)|['"](.*?)['"])\]|((?:(?!\[.*?\]|\.).)+)/g},5123:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.getDefaultSlots=void 0,t.getDefaultSlots=function(e){var t=e.$slots.default;return e.v3&&t&&"function"==typeof t?t():t}},580:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.focusContainer=t.focusLastFocusableChild=t.focusFirstFocusableChild=t.lastFocusableChild=t.firstFocusableChild=void 0;var i=n(7385),r='input, [tabindex]:not([tabindex="-1"])';t.firstFocusableChild=function(e){if(e){var t=e.querySelectorAll(r);if(t.length&&t[0].focus)return t[0]}},t.lastFocusableChild=function(e){if(e){var t=e.querySelectorAll(r);if(t.length&&t[t.length-1].focus)return t[t.length-1]}},t.focusFirstFocusableChild=function(e){if(e){var t=e.querySelectorAll(r);t.length&&t[0].focus&&t[0].focus()}},t.focusLastFocusableChild=function(e){if(e){var t=e.querySelectorAll(r);t.length&&t[t.length-1].focus&&t[t.length-1].focus()}},t.focusContainer=function(e,n){var r=!0;if(e.keyCode!==i.Keys.enter&&e.target===n)return!1;if(e.keyCode===i.Keys.enter&&e.target===n)r=!0,setTimeout((function(){(0,t.focusFirstFocusableChild)(n)}),1);else if(e.keyCode===i.Keys.esc)r=!1,n.focus();else if(e.keyCode===i.Keys.tab){var o=(0,t.firstFocusableChild)(n),a=(0,t.lastFocusableChild)(n);a&&!e.shiftKey&&e.target===a&&(e.preventDefault(),o.focus()),o&&e.shiftKey&&e.target===o&&(e.preventDefault(),a.focus())}return r}},7733:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.getActiveElement=t.getInnerActiveElement=void 0,t.getInnerActiveElement=function(e){var n=e.shadowRoot,i=e.contentDocument;return n&&n.activeElement?(0,t.getInnerActiveElement)(n.activeElement):i&&i.activeElement?(0,t.getInnerActiveElement)(i.activeElement):e},t.getActiveElement=function(e){if(e&&e.activeElement)return(0,t.getInnerActiveElement)(e.activeElement)}},1369:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.getTabIndex=void 0,t.getTabIndex=function(e,t,n){var i="string"==typeof e?parseInt(e,void 0):e;if(NaN!==i)return void 0!==i?i:t?n?void 0:-1:0}},4504:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.getter=void 0;var i=n(6866),r={undefined:function(){}};t.getter=function(e){if(r[e])return r[e];var t=[];return e.replace(i.FIELD_REGEX,(function(e,n,i,r){t.push(void 0!==n?n:i||r)})),r[e]=function(e){for(var n=e,i=0;i<t.length&&n;i++)n=n[t[i]];return n},r[e]}},5350:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.guid=void 0,t.guid=function(){var e,t,n="";for(e=0;e<32;e++)t=16*Math.random()|0,8!==e&&12!==e&&16!==e&&20!==e||(n+="-"),n+=(12===e?4:16===e?3&t|8:t).toString(16);return n}},4366:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.hasRelativeStackingContext=void 0;var i=n(8770);t.hasRelativeStackingContext=function(e){if(!i.canUseDOM)return!1;var t=e?e.ownerDocument:document;if(!t||!t.body)return!1;var n=t.createElement("div");n.style.transform="matrix(10, 0, 0, 10, 0, 0)";var r=t.createElement("div");r.appendChild(t.createTextNode("child")),r.style.position="fixed",r.style.top="10px",n.appendChild(r),t.body.appendChild(n);var o=10!==r.getBoundingClientRect().top;return t.body.removeChild(n),o}},7754:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.FontIconVue2=t.FontIcon=void 0;var i=n(1895),r=i.h,o=i.version&&"3"===i.version[0],a=n(1398),s={name:"KendoFontIcon",emits:{click:null},props:{name:String,themeColor:{type:String},size:{type:String},flip:{type:String},id:String,ariaLabel:String,title:String,tabIndex:Number},computed:{fontClassNames:function(){var e,t=this.$props,n=t.name,i=t.flip,r=t.size,o=t.themeColor;return(e={"k-icon":!0,"k-font-icon":!0})["k-i-"+n]=n,e["k-color-"+o]=o,e["k-flip-h"]="horizontal"===i||"both"===i,e["k-flip-v"]="vertical"===i||"both"===i,e[a.SIZE_CLASSES[r]]=r,e}},setup:o?function(){return{v3:!!o}}:void 0,render:function(e){var t=r||e,n=this.$props,i=n.id,o=n.title,a=n.tabIndex,s=n.ariaLabel;return t("span",{class:this.fontClassNames,id:i,attrs:this.v3?void 0:{id:i,title:o,"aria-label":s,tabIndex:a,role:"presentation"},title:o,"aria-label":s,tabIndex:a,role:"presentation",onClick:this.handleClick,on:this.v3?void 0:{click:this.handleClick}})},methods:{handleClick:function(e){this.$emit("click",e)}}};t.FontIconVue2=s;var l=s;t.FontIcon=l},3649:(e,t,n)=>{var i=function(){return i=Object.assign||function(e){for(var t,n=1,i=arguments.length;n<i;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},i.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.IconVue2=t.Icon=void 0;var r=n(1895),o=r.h,a=r.version&&"3"===r.version[0],s=n(7754),l=n(2128),u={name:"KendoIcon",emits:{click:null},inject:{kendoIcons:{default:{type:"svg",icons:{}}}},props:{name:String,icon:Object,title:String,themeColor:{type:String},size:{type:String},flip:{type:String},id:String,ariaLabel:String,viewBox:{type:String,default:"0 0 24 24"},tabIndex:Number},setup:a?function(){return{v3:!!a}}:void 0,render:function(e){var t=o||e,n=this.$props,r=n.name,a=n.icon,u=n.themeColor,c=n.size,p=n.flip,d=n.id,h=n.viewBox,v=n.tabIndex,f=n.title,m=n.ariaLabel,g=r&&this.kendoIcons&&this.kendoIcons.icons&&this.kendoIcons.icons[r]||a,b=this.kendoIcons&&"svg"===this.kendoIcons.type&&void 0!==g,y=this.kendoIcons&&this.kendoIcons.size?this.kendoIcons.size:c,x=this.kendoIcons&&this.kendoIcons.flip?this.kendoIcons.flip:p,E=r||(a&&a.name?a.name:void 0),O={themeColor:u,size:y,flip:x,id:d,tabIndex:v,title:f,ariaLabel:m},P=t(s.FontIcon,i(i({},O),{name:E,attrs:this.v3?void 0:i(i({},O),{name:E}),onClick:this.handleClick,on:this.v3?void 0:{click:this.handleClick}})),S=t(l.SvgIcon,i(i({},O),{icon:g,viewBox:h,name:E,attrs:this.v3?void 0:i(i({},O),{icon:g,viewBox:h,name:E}),onClick:this.handleClick,on:this.v3?void 0:{click:this.handleClick}}));return b?S:P},methods:{handleClick:function(e){this.$emit("click",e)}}};t.IconVue2=u;var c=u;t.Icon=c},2128:(e,t,n)=>{var i=function(){return i=Object.assign||function(e){for(var t,n=1,i=arguments.length;n<i;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},i.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.SvgIconVue2=t.SvgIcon=void 0;var r=n(1895),o=r.h,a=r.version&&"3"===r.version[0],s=n(1398),l=n(5123),u={name:"KendoSvgIcon",emits:{click:null},props:{name:String,icon:Object,themeColor:{type:String},size:{type:String},flip:{type:String},id:String,ariaLabel:String,title:String,viewBox:{type:String,default:"0 0 24 24"},tabIndex:Number,svgClassName:String,svgStyle:Object},computed:{wrapperClass:function(){var e,t=this.$props,n=t.name,i=t.flip,r=t.size,o=t.themeColor;return(e={"k-icon":!0,"k-svg-icon":!0})["k-color-"+o]=o,e["k-svg-i-"+n]=n,e["k-flip-h"]="horizontal"===i||"both"===i,e["k-flip-v"]="vertical"===i||"both"===i,e[s.SIZE_CLASSES[r]]=r,e}},setup:a?function(){return{v3:!!a}}:void 0,render:function(e){var t=o||e,n=(0,l.getDefaultSlots)(this),r=this.$props,a=r.svgClassName,s=r.icon,u=r.id,c=r.tabIndex,p=r.svgStyle,d=r.viewBox,h=r.title,v=r.ariaLabel,f=s?s.content:void 0,m={id:u,title:h,"aria-hidden":!0,tabIndex:c,ariaLabel:v,focusable:"false",xmlns:"http://www.w3.org/2000/svg",viewBox:s?s.viewBox:d},g=t("svg",i(i({},m),{attrs:this.v3?void 0:m,domProps:this.v3?void 0:{innerHTML:f},innerHTML:f,class:a,style:p}),s?[]:[n]);return t("span",{class:this.wrapperClass,onClick:this.handleClick,on:this.v3?void 0:{click:this.handleClick},"aria-hidden":!0,attrs:this.v3?void 0:{"aria-hidden":!0}},[g])},methods:{handleClick:function(e){this.$emit("click",e)}}};t.SvgIconVue2=u;var c=u;t.SvgIcon=c},1398:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.SIZE_CLASSES=void 0,t.SIZE_CLASSES={default:"",xsmall:"k-icon-xs",small:"k-icon-sm",medium:"k-icon-md",large:"k-icon-lg",xlarge:"k-icon-xl",xxlarge:"k-icon-xxl",xxxlarge:"k-icon-xxxl"}},9451:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.getIconName=void 0,t.getIconName=function(e){return e&&-1!==e.indexOf("k-i-")?e.split("k-i-")[1]:e}},9650:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},3763:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},1899:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0})},4650:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.isObject=void 0,t.isObject=function(e){return"object"==typeof e}},6777:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.getDir=t.isRtl=void 0;var i=n(8770);t.isRtl=function(e){return Boolean(i.canUseDOM&&e&&"rtl"===getComputedStyle(e).direction)},t.getDir=function(e,t){if(!t&&i.canUseDOM&&e){var n=window.getComputedStyle(e).direction;if(n)return n}return t}},7385:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.Keys=void 0,t.Keys={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}},7681:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.getListeners=t.hasListener=void 0,t.hasListener=function(e){if(this.v3){var t=Object.keys(this.$attrs).map((function(e){return e.toLowerCase()})).some((function(t){return t.endsWith(e.toLowerCase())})),n=Object.entries(this.$props).some((function(t){var n=t[0],i=t[1],r=n.toLowerCase();return void 0!==i&&r.startsWith("on")&&r.endsWith(e.toLowerCase())}));return t||n}return this.$listeners[e]},t.getListeners=function(){if(this.v3){var e={};for(var t in this.$attrs)t.startsWith("on")&&(e[t]=this.$attrs[t]);for(var t in this.$props)t.startsWith("on")&&(e[t]=this.$props[t]);return e}return this.$listeners}},9680:function(e,t,n){var i=this&&this.__createBinding||(Object.create?function(e,t,n,i){void 0===i&&(i=n);var r=Object.getOwnPropertyDescriptor(t,n);r&&!("get"in r?!t.__esModule:r.writable||r.configurable)||(r={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,i,r)}:function(e,t,n,i){void 0===i&&(i=n),e[i]=t[n]}),r=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||i(t,e,n)};Object.defineProperty(t,"__esModule",{value:!0}),t.shouldShowValidationUI=t.validatePackage=t.setter=t.getter=t.getDir=t.isRtl=t.getDefaultSlots=t.getTabIndex=t.templateDefinition=t.templateRendering=t.getTemplate=t.cloneDate=t.cloneObject=t.cloneValue=t.cloneArray=t.Draggable=t.clone=t.focusContainer=t.focusLastFocusableChild=t.lastFocusableChild=t.focusFirstFocusableChild=t.firstFocusableChild=t.canUseDOM=t.hasListener=t.getListeners=t.isObject=t.noop=t.Keys=t.guid=t.classNames=t.setRef=t.getRef=void 0;var o=n(3820);Object.defineProperty(t,"classNames",{enumerable:!0,get:function(){return o.classNames}});var a=n(5350);Object.defineProperty(t,"guid",{enumerable:!0,get:function(){return a.guid}});var s=n(7385);Object.defineProperty(t,"Keys",{enumerable:!0,get:function(){return s.Keys}});var l=n(8770);Object.defineProperty(t,"canUseDOM",{enumerable:!0,get:function(){return l.canUseDOM}});var u=n(9360);Object.defineProperty(t,"getRef",{enumerable:!0,get:function(){return u.getRef}}),Object.defineProperty(t,"setRef",{enumerable:!0,get:function(){return u.setRef}});var c=n(580);Object.defineProperty(t,"focusFirstFocusableChild",{enumerable:!0,get:function(){return c.focusFirstFocusableChild}}),Object.defineProperty(t,"focusLastFocusableChild",{enumerable:!0,get:function(){return c.focusLastFocusableChild}}),Object.defineProperty(t,"focusContainer",{enumerable:!0,get:function(){return c.focusContainer}}),Object.defineProperty(t,"firstFocusableChild",{enumerable:!0,get:function(){return c.firstFocusableChild}}),Object.defineProperty(t,"lastFocusableChild",{enumerable:!0,get:function(){return c.lastFocusableChild}});var p=n(2346);Object.defineProperty(t,"Draggable",{enumerable:!0,get:function(){return p.Draggable}});var d=n(920);Object.defineProperty(t,"clone",{enumerable:!0,get:function(){return d.clone}}),Object.defineProperty(t,"cloneArray",{enumerable:!0,get:function(){return d.cloneArray}}),Object.defineProperty(t,"cloneValue",{enumerable:!0,get:function(){return d.cloneValue}}),Object.defineProperty(t,"cloneObject",{enumerable:!0,get:function(){return d.cloneObject}}),Object.defineProperty(t,"cloneDate",{enumerable:!0,get:function(){return d.cloneDate}});var h=n(4650);Object.defineProperty(t,"isObject",{enumerable:!0,get:function(){return h.isObject}});var v=n(482);Object.defineProperty(t,"noop",{enumerable:!0,get:function(){return v.noop}});var f=n(4504);Object.defineProperty(t,"getter",{enumerable:!0,get:function(){return f.getter}});var m=n(9063);Object.defineProperty(t,"setter",{enumerable:!0,get:function(){return m.setter}});var g=n(7681);Object.defineProperty(t,"hasListener",{enumerable:!0,get:function(){return g.hasListener}}),Object.defineProperty(t,"getListeners",{enumerable:!0,get:function(){return g.getListeners}});var b=n(2337);Object.defineProperty(t,"templateRendering",{enumerable:!0,get:function(){return b.templateRendering}}),Object.defineProperty(t,"getTemplate",{enumerable:!0,get:function(){return b.getTemplate}}),Object.defineProperty(t,"templateDefinition",{enumerable:!0,get:function(){return b.templateDefinition}});var y=n(1369);Object.defineProperty(t,"getTabIndex",{enumerable:!0,get:function(){return y.getTabIndex}});var x=n(5123);Object.defineProperty(t,"getDefaultSlots",{enumerable:!0,get:function(){return x.getDefaultSlots}});var E=n(6777);Object.defineProperty(t,"isRtl",{enumerable:!0,get:function(){return E.isRtl}}),Object.defineProperty(t,"getDir",{enumerable:!0,get:function(){return E.getDir}});var O=n(7940);Object.defineProperty(t,"validatePackage",{enumerable:!0,get:function(){return O.validatePackage}}),Object.defineProperty(t,"shouldShowValidationUI",{enumerable:!0,get:function(){return O.shouldShowValidationUI}}),r(n(6484),t),r(n(3269),t),r(n(1685),t),r(n(5984),t),r(n(4366),t),r(n(3649),t),r(n(7754),t),r(n(2128),t),r(n(9451),t),r(n(9650),t),r(n(3763),t),r(n(1899),t),r(n(7956),t),r(n(7733),t),r(n(9642),t)},7956:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.Navigation=t.FOCUSABLE_ELEMENTS=void 0,t.FOCUSABLE_ELEMENTS=["input:not([disabled]):not([type=hidden])","select:not([disabled])","textarea:not([disabled])","button:not([disabled])","a[href]","area[href]","summary","iframe","object","embed","audio[controls]","video[controls]","[contenteditable]"];var n=function(){function e(e){var t=this;this.rovingTabIndex=!0,this.update=function(){},this.focusNextIndex=function(e,n){var i=t.elements,r=i.indexOf(e)+n;r=r<0?i.length-1:r,t.focusElement(i[r%i.length],e)},this.tabIndex=e.tabIndex||0,this.root=e.root,this.selectors=e.selectors,this.rovingTabIndex=void 0===e.rovingTabIndex||e.rovingTabIndex,this.mouseEvents=e.mouseEvents||{},this.keyboardEvents=e.keyboardEvents||{}}return Object.defineProperty(e.prototype,"elements",{get:function(){return this.root?Array.from(this.root.querySelectorAll(this.selectors.join(","))):[]},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"first",{get:function(){return this.root&&this.root.querySelector(this.selectors.join(","))||null},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"last",{get:function(){var e=this.elements;return e[e.length-1]||null},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"current",{get:function(){return this.elements.find((function(e){return e.matches(":focus")}))||null},enumerable:!1,configurable:!0}),e.prototype.focusNext=function(e){this.focusNextIndex(e,1)},e.prototype.focusPrevious=function(e){this.focusNextIndex(e,-1)},e.prototype.triggerKeyboardEvent=function(e){var t=e.target instanceof Element&&e.target.closest(this.selectors.join(",")),n=" "===e.key?"Space":e.key,i=e.type;t&&this.keyboardEvents[i][n]&&this.keyboardEvents[i][n].call(void 0,t,this,e)},e.prototype.triggerMouseEvent=function(e){var t=e.target instanceof Element&&e.target.closest(this.selectors.join(",")),n=e.type;t&&this.mouseEvents[n].call(void 0,t,this,e)},e.prototype.focusElement=function(e,t){e&&(t&&(this.rovingTabIndex&&t.removeAttribute("tabindex"),t.classList.remove("k-focus")),this.rovingTabIndex&&e.setAttribute("tabindex",String(this.tabIndex)),e.focus({preventScroll:!0}))},e}();t.Navigation=n},482:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.noop=void 0,t.noop=function(){}},9360:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.setRef=t.getRef=void 0,t.getRef=function(e,t,n){return e.v3?e["".concat(t,"Ref")]:e.$refs["".concat(n||t)]},t.setRef=function(e,t,n){return e.v3?function(n){e["".concat(t,"Ref")]=n}:n||t}},5984:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.setScrollbarWidth=t.getScrollbarWidth=void 0;var i=n(1685),r=n(8770);t.getScrollbarWidth=function(){return!(!r.canUseDOM||!document.body)&&(new i.BrowserSupportService).scrollbarWidth},t.setScrollbarWidth=function(){if(!r.canUseDOM||!document.body)return!1;var e=(new i.BrowserSupportService).scrollbarWidth;document.body.style.setProperty("--kendo-scrollbar-width","".concat(e,"px"))}},9063:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.setter=void 0;var i=n(6866),r={undefined:function(e){return e}};t.setter=function(e){if(r[e])return r[e];var t=[];return e.replace(i.FIELD_REGEX,(function(e,n,i,r){t.push(void 0!==n?n:i||r)})),r[e]=function(e,n){for(var i=e,r=t.length-1,o=0;o<r&&i;o++)i=i[t[o]]=i[t[o]]||{};i[t[r]]=n},r[e]}},2337:function(e,t,n){var i=this&&this.__assign||function(){return i=Object.assign||function(e){for(var t,n=1,i=arguments.length;n<i;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},i.apply(this,arguments)};Object.defineProperty(t,"__esModule",{value:!0}),t.transformListeners=t.getTemplate=t.templateRendering=t.templateDefinition=void 0;var r=n(1895),o=n(4650),a=r,s=a.version&&"3"===a.version[0];function l(e){if(!e)return e;for(var t={},n=Object.keys(e),i=0;i<n.length;i++){var r=n[i];t["on"+r.charAt(0).toUpperCase()+r.slice(1)]=e[r]}return t}t.templateDefinition={type:[String,Function,Object,Boolean],default:function(){}},t.templateRendering=function(e,t){if(e||!1===e){if(e.kt)return e;var n=s?this.$slots[e]||(e.toLowerCase?this.$slots[e.toLowerCase()]:null):this.$scopedSlots[e]||(e.toLowerCase?this.$scopedSlots[e.toLowerCase()]:null);return"string"==typeof e&&n?{kt:!0,type:"slot",render:n,listeners:t}:"string"==typeof e||(0,o.isObject)(e)||"function"==typeof e&&e.component?{kt:!0,type:"component",render:e,listeners:t}:{kt:!0,type:"renderFunction",render:e,listeners:t}}},t.getTemplate=function(e){var t,n,r,o=e.h,a=e.template,u=e.defaultRendering,c=e.defaultSlots,p=e.additionalProps,d=e.additionalListeners,h=e.swapDefaultSlots;if(!a||a&&!0===a.render)return u;if(s){var v=u?u.props:{};t=i(i({},a.listeners),l(d)),n=i(i(i({},v),p),t),r=i(i({},n),t)}else{var f=u&&u.componentOptions,m=f?u.componentOptions.listeners:{},g=f?u.componentOptions.propsData:{};t=i(i(i(i({},m),d),l(d)),a.listeners),r={props:n=i(i(i({},g),p),t),on:t}}if("slot"===a.type){var b=a.render({props:n,listeners:t,methods:t,defaultSlots:c});return s?b:b?b[0]:void 0}return"renderFunction"===a.type?h?a.render?a.render(o,u,c,n,t):void 0:a.render?a.render(o,u,n,t,c):void 0:o(a.render,r,s?function(){return[c]}:[c])},t.transformListeners=l},6484:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.kendoThemeMaps=void 0,t.kendoThemeMaps={sizeMap:{small:"sm",medium:"md",large:"lg"},roundedMap:{small:"sm",medium:"md",large:"lg"}}},3269:function(e,t){var n=this&&this.__assign||function(){return n=Object.assign||function(e){for(var t,n=1,i=arguments.length;n<i;n++)for(var r in t=arguments[n])Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e},n.apply(this,arguments)},i=this&&this.__spreadArray||function(e,t,n){if(n||2===arguments.length)for(var i,r=0,o=t.length;r<o;r++)!i&&r in t||(i||(i=Array.prototype.slice.call(t,0,r)),i[r]=t[r]);return e.concat(i||Array.prototype.slice.call(t))};function r(e,t,r){var o;return r?n(n({},e),((o={})[t]=r.length?i([],r,!0):void 0,o)):e&&e[t]?i([],e[t],!0):[]}function o(e,t,n){if(e[t]){var i=r(e,t).map((function(e){return o(e,t,n)}));return n(r(e,t,i))}return n(e)}Object.defineProperty(t,"__esModule",{value:!0}),t.getNestedValue=t.getItemPath=t.extendDataItem=t.mapTreeItem=t.mapTree=void 0,t.mapTree=function(e,t,n){return i([],e.map((function(e){return o(e,t,n)})),!0)},t.mapTreeItem=function(e,t,n,i){for(var r=e,o=[],a=0;a<t.length;a++)r=r[t[a]],r=Array.isArray(r)?r:r[n],o.push(r);var s=o.length>1?o[o.length-2]:e,l=t[t.length-1],u=i(s[l]);s.splice(l,1,u)},t.extendDataItem=function(e,t,n){var i;return Object.assign({},e,e[t]?((i={})[t]=e[t].slice(),i):{},n||{})},t.getItemPath=function(e,t,n){var r=[],o=i([],t,!0);if(o.length){var a=e[o.shift()||0];for(r.push(a);o.length&&n;)a=a[n][o.shift()||0],r.push(a)}return r},t.getNestedValue=function(e,t){var n=e.split("."),i=t;return n.forEach((function(e){i=i?i[e]:void 0})),i}},7940:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.shouldShowValidationUI=t.validatePackage=void 0;var i=n(9302),r=["telerik.com","progress.com","stackblitz.io","csb.app","webcontainer.io"],o=i,a=void 0!==o&&o.validatePackage?o:o.default;t.validatePackage=function(e){if(a&&a.validatePackage)a.validatePackage(e);else{var t="License activation failed for ".concat(e.name,"\n");t+="The @progress/kendo-licensing script is not loaded.\n",t+="See ".concat(e.licensingDocsUrl," for more information.\n"),console.warn(t)}},t.shouldShowValidationUI=function(e){return!(r.some((function(e){var t;return null===(t=globalThis.document)||void 0===t?void 0:t.location.hostname.endsWith(e)}))||a&&a.validatePackage&&a.validatePackage(e))}},9642:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.WatermarkOverlayVue2=t.WatermarkOverlay=void 0;var i=n(1895),r=i.h,o=i.version&&"3"===i.version[0],a="https://www.telerik.com/kendo-vue-ui/components/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-banner",s=new Array,l={name:"KendoWatermarkOverlay",setup:o?function(){return{v3:!!o}}:void 0,mounted:function(){if(this.bannerWrapper=this.$refs.banner,s.push(this.bannerWrapper),document&&document.body&&document.body.append(this.bannerWrapper),s.length>1)for(var e=1;e<s.length;e++)s[e].remove()},beforeDestroy:o?void 0:function(){this.bannerWrapper.remove(),s=[]},beforeUnmount:function(){this.bannerWrapper.remove(),s=[]},data:function(){return{watermarkStyles:{position:"absolute",width:"100%",height:"100%",top:0,left:0,right:0,bottom:0,opacity:.12,"z-index":101,"pointer-events":"none","background-image":"url('data:image/png;base64,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')"},bannerStyles:{display:"flex",justifyContent:"center",alignItems:"center",position:"fixed",top:"16px",right:"16px",padding:"12px","border-radius":"4px","box-shadow":"0px 4px 5px 0px rgba(0, 0, 0, 0.04), 0px 2px 4px 0px rgba(0, 0, 0, 0.03)","font-size":"14px","font-weight":400,"line-height":"20px","background-color":"#FFC000",color:"#1E1E1E","z-index":999999},bannerButtonStyles:{display:"inline-flex",position:"relative",border:"none","border-radius":"4px",padding:"5px","background-color":"transparent",transition:"color 0.2s ease-in-out",outline:"none",cursor:"pointer"},showBanner:!0}},methods:{onCloseBannerClick:function(){this.showBanner=!1,s=[]}},render:function(e){var t=r||e,n=this.showBanner&&t("div",{style:this.bannerStyles,ref:"banner"},[t("span",{style:{display:"flex",alignSelf:"center",marginRight:"8px"}},[t("svg",{width:"16",attrs:this.v3?void 0:{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none"},height:"16",viewBox:"0 0 16 16",fill:"none"},[t("path",{"fill-rule":"evenodd",attrs:this.v3?void 0:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M8 1L0 15H16L8 1ZM7 6V11H9V6H7ZM7 14V12H9V14H7Z",fill:"#1E1E1E"},"clip-rule":"evenodd",d:"M8 1L0 15H16L8 1ZM7 6V11H9V6H7ZM7 14V12H9V14H7Z",fill:"#1E1E1E"})])]),t("span",["No valid license found for Kendo UI for Vue. Learn how to activate your license."]),t("div",{style:{display:"flex",alignItems:"center",marginLeft:"24px"}},[t("a",{href:a,attrs:this.v3?void 0:{href:a},style:{marginRight:"8px",display:"flex"}},[t("button",{title:"Learn More",attrs:this.v3?void 0:{title:"Learn More"},style:this.bannerButtonStyles},[t("svg",{width:"16",attrs:this.v3?void 0:{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none"},height:"16",viewBox:"0 0 16 16",fill:"none"},[t("path",{d:"M15 8C15 11.8656 11.8656 15 8 15C4.13437 15 1 11.8656 1 8C1 4.13437 4.13437 1 8 1C11.8656 1 15 4.13437 15 8ZM14 8C14 4.6875 11.3125 2 8 2C4.6875 2 2 4.6875 2 8C2 11.3125 4.6875 14 8 14C11.3125 14 14 11.3125 14 8ZM11 6C11 7.4125 10.2687 8.05937 9.73125 8.53125C9.25937 8.94688 9 9.17813 9 10H7C7 8.275 7.84688 7.525 8.40938 7.03125C8.84062 6.65312 9 6.50938 9 6C9 5.45 8.55 5 8 5C7.45 5 7 5.45 7 6H5C5 4.34375 6.34375 3 8 3C9.65625 3 11 4.34375 11 6ZM9 13V11H7V13H9Z",attrs:this.v3?void 0:{d:"M15 8C15 11.8656 11.8656 15 8 15C4.13437 15 1 11.8656 1 8C1 4.13437 4.13437 1 8 1C11.8656 1 15 4.13437 15 8ZM14 8C14 4.6875 11.3125 2 8 2C4.6875 2 2 4.6875 2 8C2 11.3125 4.6875 14 8 14C11.3125 14 14 11.3125 14 8ZM11 6C11 7.4125 10.2687 8.05937 9.73125 8.53125C9.25937 8.94688 9 9.17813 9 10H7C7 8.275 7.84688 7.525 8.40938 7.03125C8.84062 6.65312 9 6.50938 9 6C9 5.45 8.55 5 8 5C7.45 5 7 5.45 7 6H5C5 4.34375 6.34375 3 8 3C9.65625 3 11 4.34375 11 6ZM9 13V11H7V13H9Z",fill:"#1E1E1E"},fill:"#1E1E1E"})])])]),t("button",{title:"Close",attrs:this.v3?void 0:{title:"Close"},style:this.bannerButtonStyles,onClick:this.onCloseBannerClick,on:this.v3?void 0:{click:this.onCloseBannerClick}},[t("svg",{width:"16",attrs:this.v3?void 0:{width:"16",height:"16",viewBox:"0 0 16 16",fill:"none"},height:"16",viewBox:"0 0 16 16",fill:"none"},[t("path",{d:"M13 4.41562L9.41563 8L13 11.5844L11.5844 13L8 9.41563L4.41562 13L3 11.5844L6.58437 8L3 4.41562L4.41562 3L8 6.58437L11.5844 3L13 4.41562Z",attrs:this.v3?void 0:{d:"M13 4.41562L9.41563 8L13 11.5844L11.5844 13L8 9.41563L4.41562 13L3 11.5844L6.58437 8L3 4.41562L4.41562 3L8 6.58437L11.5844 3L13 4.41562Z",fill:"#1E1E1E"},fill:"#1E1E1E"})])])])]);return t("div",{style:this.watermarkStyles},[n])}};t.WatermarkOverlayVue2=l;var u=l;t.WatermarkOverlay=u},1154:(e,t,n)=>{n.r(t),n.d(t,{Draggable:()=>c,default:()=>d});var i=function(e,t){return function(n){return t(e(n))}},r=function(e,t,n){return e.addEventListener&&e.addEventListener(t,n)},o=function(e,t,n){return e&&e.removeEventListener&&e.removeEventListener(t,n)},a=function(){},s=function(e){return e.preventDefault()},l=/touch/;function u(e){return e.type.match(l)?{pageX:e.changedTouches[0].pageX,pageY:e.changedTouches[0].pageY,clientX:e.changedTouches[0].clientX,clientY:e.changedTouches[0].clientY,type:e.type,originalEvent:e,isTouch:!0}:{pageX:e.pageX,pageY:e.pageY,clientX:e.clientX,clientY:e.clientY,offsetX:e.offsetX,offsetY:e.offsetY,type:e.type,ctrlKey:e.ctrlKey,shiftKey:e.shiftKey,altKey:e.altKey,originalEvent:e}}var c=function(e){var t=this,n=e.press;void 0===n&&(n=a);var l=e.drag;void 0===l&&(l=a);var c=e.release;void 0===c&&(c=a);var p=e.mouseOnly;void 0===p&&(p=!1),this._pressHandler=i(u,n),this._dragHandler=i(u,l),this._releaseHandler=i(u,c),this._ignoreMouse=!1,this._mouseOnly=p,this._touchstart=function(e){1===e.touches.length&&t._pressHandler(e)},this._touchmove=function(e){1===e.touches.length&&t._dragHandler(e)},this._touchend=function(e){0===e.touches.length&&1===e.changedTouches.length&&(t._releaseHandler(e),t._ignoreMouse=!0,setTimeout(t._restoreMouse,2e3))},this._restoreMouse=function(){t._ignoreMouse=!1},this._mousedown=function(e){var n=e.which;n&&n>1||t._ignoreMouse||(r(t.document,"mousemove",t._mousemove),r(t.document,"mouseup",t._mouseup),t._pressHandler(e))},this._mousemove=function(e){t._dragHandler(e)},this._mouseup=function(e){o(t.document,"mousemove",t._mousemove),o(t.document,"mouseup",t._mouseup),t._releaseHandler(e)},this._pointerdown=function(e){e.isPrimary&&0===e.button&&(r(t.document,"pointermove",t._pointermove),r(t.document,"pointerup",t._pointerup),r(t.document,"pointercancel",t._pointerup),r(t.document,"contextmenu",s),t._pressHandler(e))},this._pointermove=function(e){e.isPrimary&&t._dragHandler(e)},this._pointerup=function(e){e.isPrimary&&(o(t.document,"pointermove",t._pointermove),o(t.document,"pointerup",t._pointerup),o(t.document,"pointercancel",t._pointerup),o(t.document,"contextmenu",s),t._releaseHandler(e))}},p={document:{configurable:!0}};c.supportPointerEvent=function(){return"undefined"!=typeof window&&window.PointerEvent},p.document.get=function(){return this._element?this._element.ownerDocument:document},c.prototype.cancelDrag=function(){o(this.document,"pointermove",this._pointermove),o(this.document,"pointerup",this._pointerup),o(this.document,"pointercancel",this._pointerup)},c.prototype.bindTo=function(e){e!==this._element&&(this._element&&this._unbindFromCurrent(),this._element=e,this._bindToCurrent())},c.prototype._bindToCurrent=function(){var e=this._element;this._usePointers()?r(e,"pointerdown",this._pointerdown):(r(e,"mousedown",this._mousedown),this._mouseOnly||(r(e,"touchstart",this._touchstart),r(e,"touchmove",this._touchmove),r(e,"touchend",this._touchend)))},c.prototype._unbindFromCurrent=function(){var e=this._element;if(this._usePointers())return o(e,"pointerdown",this._pointerdown),o(this.document,"pointermove",this._pointermove),o(this.document,"pointerup",this._pointerup),o(this.document,"contextmenu",s),void o(this.document,"pointercancel",this._pointerup);o(e,"mousedown",this._mousedown),this._mouseOnly||(o(e,"touchstart",this._touchstart),o(e,"touchmove",this._touchmove),o(e,"touchend",this._touchend))},c.prototype._usePointers=function(){return!this._mouseOnly&&c.supportPointerEvent()},c.prototype.update=function(e){var t=e.press;void 0===t&&(t=a);var n=e.drag;void 0===n&&(n=a);var r=e.release;void 0===r&&(r=a);var o=e.mouseOnly;void 0===o&&(o=!1),this._pressHandler=i(u,t),this._dragHandler=i(u,n),this._releaseHandler=i(u,r),this._mouseOnly=o},c.prototype.destroy=function(){this._unbindFromCurrent(),this._element=null},Object.defineProperties(c.prototype,p),c.default=c;const d=c},9302:e=>{e.exports=t},1895:t=>{t.exports=e}},i={};function r(e){var t=i[e];if(void 0!==t)return t.exports;var o=i[e]={exports:{}};return n[e].call(o.exports,o,o.exports,r),o.exports}return r.d=(e,t)=>{for(var n in t)r.o(t,n)&&!r.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r(6545)})()}));
1
+ /**
2
+ * @license
3
+ *-------------------------------------------------------------------------------------------
4
+ * Copyright © 2024 Progress Software Corporation. All rights reserved.
5
+ * Licensed under commercial license. See LICENSE.md in the package root for more information
6
+ *-------------------------------------------------------------------------------------------
7
+ */
8
+ !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("vue"),require("@progress/kendo-vue-animation"),require("@progress/kendo-vue-common")):"function"==typeof define&&define.amd?define(["exports","vue","@progress/kendo-vue-animation","@progress/kendo-vue-common"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).KendoVueProgressbars={},e.Vue,e.KendoVueAnimation,e.KendoVueCommon)}(this,(function(e,t,r,s){"use strict";const a=(e,t,r)=>{const s=Math.abs((t-e)/100);return Math.abs((r-e)/s)},i=(e,t,r,s)=>{const a=Math.max(r,.01),i=100/a*100;e&&t&&(e.style.width=s?"100%":`${a}%`,t.style.width=s?"100%":`${i}%`,e.style.height=s?`${a}%`:"100%",t.style.height=s?`${i}%`:"100%")},n={name:"@progress/kendo-vue-progressbars",productName:"Kendo UI for Vue",productCodes:["KENDOUIVUE","KENDOUICOMPLETE"],publishDate:1636730390,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"},o=t.defineComponent({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(e){return["start","center","end"].includes(e)}},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(e){return["horizontal","vertical"].includes(e)}},tabIndex:Number,emptyStyle:Object,emptyClassName:String,progressStyle:Object,progressClassName:String,ariaLabel:String},created(){s.validatePackage(n),this.currentDir=this.$props.dir},mounted(){this._progressStatus=s.getRef(this,"progressStatus"),this._progressStatusWrap=s.getRef(this,"progressStatusWrap"),this.currentDir=void 0!==this.$props.dir?this.$props.dir:s.isRtl(this.$el)?"rtl":"ltr",this.animationFrame=r.animate({duration:this.animationDuration,onStart:this.handleStart,onUpdate:this.handleUpdate,onEnd:this.handleEnd})},unmounted(){r.cancelAnimation(this.animationFrame)},data:()=>({currentDir:void 0}),watch:{value:function(e,t){this.prevValue=t,this.animationFrame=r.animate({duration:this.animationDuration,onStart:this.handleStart,onUpdate:this.handleUpdate,onEnd:this.handleEnd})}},computed:{wrapperClass(){const{disabled:e,reverse:t,orientation:r,value:s}=this.$props,a="vertical"===r;return{"k-progressbar":!0,"k-progressbar-horizontal":!a,"k-progressbar-vertical":a,"k-progressbar-reverse":t,"k-progressbar-indeterminate":null===s,"k-disabled":e}},isVertical(){return"vertical"===this.orientation},animationDuration(){const{animation:e}=this.$props;return"boolean"!=typeof e&&void 0!==e?e.duration:e?400:0}},render(){const{disabled:e,labelVisible:r,labelPlacement:a,max:i,min:n,tabIndex:o,emptyStyle:l,emptyClassName:p,progressStyle:u,progressClassName:d}=this.$props,h=this.$props.value||0,c=null===this.$props.value,m=(e=>{const t=e.toString().split(".");return 1===t.length?`${t[0]}`:`${t[0]}.${t[1].substr(0,3)}`})(h),g={value:h},b=this.$props.labelRender?s.templateRendering.call(this,this.$props.labelRender,s.getListeners.call(this)):void 0,v=t.h("span",{class:"k-progress-status"},m),f=s.getTemplate.call(this,{h:t.h,template:b,defaultRendering:v,additionalProps:g}),y=r?this.$props.label?t.createVNode("span",{class:"k-progress-status"},[this.$props.label]):f:void 0,k=s.classNames("k-progress-status-wrap",{"k-progress-start":"start"===a,"k-progress-center":"center"===a,"k-progress-end":"end"===a||void 0===a});return t.createVNode("div",{class:this.wrapperClass,dir:this.currentDir,tabindex:s.getTabIndex(o,e),role:"progressbar","aria-valuemin":n,"aria-valuemax":i,"aria-valuenow":c?void 0:h,"aria-disabled":e,"aria-label":this.$props.ariaLabel},[t.createVNode("span",{class:k+(p?" "+p:""),style:l},[y]),t.createVNode("div",{class:"k-progressbar-value k-selected",style:u,ref:s.setRef(this,"progressStatus")},[t.createVNode("span",{class:k+(d?" "+d:""),ref:s.setRef(this,"progressStatusWrap")},[y])])])},methods:{focus(){this.$el&&this.$el.focus()},progressStatusElement(){return this._progressStatus},progressStatusWrapElement(){return this._progressStatusWrap},handleStart(){const e=a(this.min,this.max,this.prevValue);i(this._progressStatus,this._progressStatusWrap,e,this.isVertical)},handleUpdate(e){const t=a(this.min,this.max,this.prevValue+(this.value-this.prevValue)*e);i(this._progressStatus,this._progressStatusWrap,t,this.isVertical)},handleEnd(){const e=a(this.min,this.max,this.value);i(this._progressStatus,this._progressStatusWrap,e,this.isVertical)}}}),l=t.defineComponent({name:"KendoChunkProgressBar",props:{chunkCount:{type:Number,default:5},ariaLabel:String,disabled:Boolean,reverse:{type:Boolean,default:!1},max:{type:Number,default:100},min:{type:Number,default:0},value:{type:Number,default:0},tabIndex:Number,emptyStyle:Object,emptyClassName:String,progressStyle:Object,progressClassName:String,orientation:{type:String,default:"horizontal",validator:function(e){return["horizontal","vertical"].includes(e)}}},created(){s.validatePackage(n)},data:()=>({currentDir:void 0}),mounted(){this.currentDir=s.getDir(this.$el,this.$props.dir)},render(){const{chunkCount:e,disabled:r,orientation:a,min:i,max:n,reverse:o,tabIndex:l,emptyStyle:p,emptyClassName:u,progressStyle:d,progressClassName:h}=this.$props,c=this.$props.value,m=null===this.$props.value,g="vertical"===a;return t.createVNode("div",{class:s.classNames("k-progressbar","k-chunk-progressbar",{"k-progressbar-horizontal":!g,"k-progressbar-vertical":g,"k-progressbar-reverse":o,"k-progressbar-indeterminate":m,"k-disabled":r}),dir:this.currentDir,tabindex:s.getTabIndex(l,r),role:"progressbar","aria-label":this.$props.ariaLabel,"aria-valuemin":i,"aria-valuemax":n,"aria-valuenow":m?void 0:c,"aria-disabled":r},[t.createVNode("ul",{class:"k-progressbar-chunks k-reset"},[function(e){let r=[];const a=100/e+"%",o=((e,t,r)=>Math.max((r-e)/(t-e),1e-5))(i,n,c),l=Math.floor(o*e),m=Array(e).fill(!1);for(let e=0;e<l;e++)m[e]=!0;for(let i=0;i<e;++i){const n=m[i],o=n?h:u,l={width:g?void 0:a,height:g?a:void 0,...n?d:p};r.push(t.createVNode("li",{key:i,class:s.classNames("k-progressbar-chunk",{"k-first":0===i,"k-last":i===e-1,"k-selected":n},o),style:l},null))}return r}.call(this,e)])])},methods:{focusElement(){this.$el&&this.$el.focus()}}});e.ChunkProgressBar=l,e.ProgressBar=o}));