@syncfusion/ej2-vue-inputs 33.2.15 → 34.1.29

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 (323) hide show
  1. package/dist/ej2-vue-inputs.umd.min.js +2 -2
  2. package/dist/ej2-vue-inputs.umd.min.js.map +1 -1
  3. package/dist/es6/ej2-vue-inputs.es2015.js +1 -1
  4. package/dist/es6/ej2-vue-inputs.es2015.js.map +1 -1
  5. package/dist/es6/ej2-vue-inputs.es5.js +1 -1
  6. package/dist/es6/ej2-vue-inputs.es5.js.map +1 -1
  7. package/package.json +4 -4
  8. package/src/textbox/textbox.component.js +1 -1
  9. package/styles/bds-lite.scss +1 -1
  10. package/styles/bootstrap-dark-lite.scss +1 -1
  11. package/styles/bootstrap-lite.scss +1 -1
  12. package/styles/bootstrap4-lite.scss +1 -1
  13. package/styles/bootstrap5-dark-lite.scss +1 -1
  14. package/styles/bootstrap5-lite.scss +1 -1
  15. package/styles/bootstrap5.3-lite.scss +1 -1
  16. package/styles/color-picker/bds.scss +1 -1
  17. package/styles/color-picker/bootstrap-dark.scss +1 -1
  18. package/styles/color-picker/bootstrap.scss +1 -1
  19. package/styles/color-picker/bootstrap4.scss +1 -1
  20. package/styles/color-picker/bootstrap5-dark.scss +1 -1
  21. package/styles/color-picker/bootstrap5.3.scss +1 -1
  22. package/styles/color-picker/bootstrap5.scss +1 -1
  23. package/styles/color-picker/fabric-dark.scss +1 -1
  24. package/styles/color-picker/fabric.scss +1 -1
  25. package/styles/color-picker/fluent-dark.scss +1 -1
  26. package/styles/color-picker/fluent.scss +1 -1
  27. package/styles/color-picker/fluent2.scss +1 -1
  28. package/styles/color-picker/highcontrast-light.scss +1 -1
  29. package/styles/color-picker/highcontrast.scss +1 -1
  30. package/styles/color-picker/material-dark.scss +1 -1
  31. package/styles/color-picker/material.scss +1 -1
  32. package/styles/color-picker/material3-dark.scss +1 -1
  33. package/styles/color-picker/material3.scss +1 -1
  34. package/styles/color-picker/tailwind-dark.scss +1 -1
  35. package/styles/color-picker/tailwind.scss +1 -1
  36. package/styles/color-picker/tailwind3.scss +1 -1
  37. package/styles/data-form/bds.scss +1 -1
  38. package/styles/data-form/bootstrap-dark.scss +1 -1
  39. package/styles/data-form/bootstrap.scss +1 -1
  40. package/styles/data-form/bootstrap4.scss +1 -1
  41. package/styles/data-form/bootstrap5-dark.scss +1 -1
  42. package/styles/data-form/bootstrap5.3.scss +1 -1
  43. package/styles/data-form/bootstrap5.scss +1 -1
  44. package/styles/data-form/fabric-dark.scss +1 -1
  45. package/styles/data-form/fabric.scss +1 -1
  46. package/styles/data-form/fluent-dark.scss +1 -1
  47. package/styles/data-form/fluent.scss +1 -1
  48. package/styles/data-form/fluent2.scss +1 -1
  49. package/styles/data-form/highcontrast-light.scss +1 -1
  50. package/styles/data-form/highcontrast.scss +1 -1
  51. package/styles/data-form/material-dark.scss +1 -1
  52. package/styles/data-form/material.scss +1 -1
  53. package/styles/data-form/material3-dark.scss +1 -1
  54. package/styles/data-form/material3.scss +1 -1
  55. package/styles/data-form/tailwind-dark.scss +1 -1
  56. package/styles/data-form/tailwind.scss +1 -1
  57. package/styles/data-form/tailwind3.scss +1 -1
  58. package/styles/fabric-dark-lite.scss +1 -1
  59. package/styles/fabric-lite.scss +1 -1
  60. package/styles/fluent-dark-lite.scss +1 -1
  61. package/styles/fluent-lite.scss +1 -1
  62. package/styles/fluent2-lite.scss +1 -1
  63. package/styles/highcontrast-light-lite.scss +1 -1
  64. package/styles/highcontrast-lite.scss +1 -1
  65. package/styles/input/bds.scss +1 -1
  66. package/styles/input/bootstrap-dark.scss +1 -1
  67. package/styles/input/bootstrap.scss +1 -1
  68. package/styles/input/bootstrap4.scss +1 -1
  69. package/styles/input/bootstrap5-dark.scss +1 -1
  70. package/styles/input/bootstrap5.3.scss +1 -1
  71. package/styles/input/bootstrap5.scss +1 -1
  72. package/styles/input/fabric-dark.scss +1 -1
  73. package/styles/input/fabric.scss +1 -1
  74. package/styles/input/fluent-dark.scss +1 -1
  75. package/styles/input/fluent.scss +1 -1
  76. package/styles/input/fluent2.scss +1 -1
  77. package/styles/input/highcontrast-light.scss +1 -1
  78. package/styles/input/highcontrast.scss +1 -1
  79. package/styles/input/material-dark.scss +1 -1
  80. package/styles/input/material.scss +1 -1
  81. package/styles/input/material3-dark.scss +1 -1
  82. package/styles/input/material3.scss +1 -1
  83. package/styles/input/tailwind-dark.scss +1 -1
  84. package/styles/input/tailwind.scss +1 -1
  85. package/styles/input/tailwind3.scss +1 -1
  86. package/styles/maskedtextbox/bds.scss +1 -1
  87. package/styles/maskedtextbox/bootstrap-dark.scss +1 -1
  88. package/styles/maskedtextbox/bootstrap.scss +1 -1
  89. package/styles/maskedtextbox/bootstrap4.scss +1 -1
  90. package/styles/maskedtextbox/bootstrap5-dark.scss +1 -1
  91. package/styles/maskedtextbox/bootstrap5.3.scss +1 -1
  92. package/styles/maskedtextbox/bootstrap5.scss +1 -1
  93. package/styles/maskedtextbox/fabric-dark.scss +1 -1
  94. package/styles/maskedtextbox/fabric.scss +1 -1
  95. package/styles/maskedtextbox/fluent-dark.scss +1 -1
  96. package/styles/maskedtextbox/fluent.scss +1 -1
  97. package/styles/maskedtextbox/fluent2.scss +1 -1
  98. package/styles/maskedtextbox/highcontrast-light.scss +1 -1
  99. package/styles/maskedtextbox/highcontrast.scss +1 -1
  100. package/styles/maskedtextbox/material-dark.scss +1 -1
  101. package/styles/maskedtextbox/material.scss +1 -1
  102. package/styles/maskedtextbox/material3-dark.scss +1 -1
  103. package/styles/maskedtextbox/material3.scss +1 -1
  104. package/styles/maskedtextbox/tailwind-dark.scss +1 -1
  105. package/styles/maskedtextbox/tailwind.scss +1 -1
  106. package/styles/maskedtextbox/tailwind3.scss +1 -1
  107. package/styles/material-dark-lite.scss +1 -1
  108. package/styles/material-lite.scss +1 -1
  109. package/styles/material3-dark-lite.scss +1 -1
  110. package/styles/material3-lite.scss +1 -1
  111. package/styles/numerictextbox/bds.scss +1 -1
  112. package/styles/numerictextbox/bootstrap-dark.scss +1 -1
  113. package/styles/numerictextbox/bootstrap.scss +1 -1
  114. package/styles/numerictextbox/bootstrap4.scss +1 -1
  115. package/styles/numerictextbox/bootstrap5-dark.scss +1 -1
  116. package/styles/numerictextbox/bootstrap5.3.scss +1 -1
  117. package/styles/numerictextbox/bootstrap5.scss +1 -1
  118. package/styles/numerictextbox/fabric-dark.scss +1 -1
  119. package/styles/numerictextbox/fabric.scss +1 -1
  120. package/styles/numerictextbox/fluent-dark.scss +1 -1
  121. package/styles/numerictextbox/fluent.scss +1 -1
  122. package/styles/numerictextbox/fluent2.scss +1 -1
  123. package/styles/numerictextbox/highcontrast-light.scss +1 -1
  124. package/styles/numerictextbox/highcontrast.scss +1 -1
  125. package/styles/numerictextbox/material-dark.scss +1 -1
  126. package/styles/numerictextbox/material.scss +1 -1
  127. package/styles/numerictextbox/material3-dark.scss +1 -1
  128. package/styles/numerictextbox/material3.scss +1 -1
  129. package/styles/numerictextbox/tailwind-dark.scss +1 -1
  130. package/styles/numerictextbox/tailwind.scss +1 -1
  131. package/styles/numerictextbox/tailwind3.scss +1 -1
  132. package/styles/otp-input/bds.scss +1 -1
  133. package/styles/otp-input/bootstrap-dark.scss +1 -1
  134. package/styles/otp-input/bootstrap.scss +1 -1
  135. package/styles/otp-input/bootstrap4.scss +1 -1
  136. package/styles/otp-input/bootstrap5-dark.scss +1 -1
  137. package/styles/otp-input/bootstrap5.3.scss +1 -1
  138. package/styles/otp-input/bootstrap5.scss +1 -1
  139. package/styles/otp-input/fabric-dark.scss +1 -1
  140. package/styles/otp-input/fabric.scss +1 -1
  141. package/styles/otp-input/fluent-dark.scss +1 -1
  142. package/styles/otp-input/fluent.scss +1 -1
  143. package/styles/otp-input/fluent2.scss +1 -1
  144. package/styles/otp-input/highcontrast-light.scss +1 -1
  145. package/styles/otp-input/highcontrast.scss +1 -1
  146. package/styles/otp-input/material-dark.scss +1 -1
  147. package/styles/otp-input/material.scss +1 -1
  148. package/styles/otp-input/material3-dark.scss +1 -1
  149. package/styles/otp-input/material3.scss +1 -1
  150. package/styles/otp-input/tailwind-dark.scss +1 -1
  151. package/styles/otp-input/tailwind.scss +1 -1
  152. package/styles/otp-input/tailwind3.scss +1 -1
  153. package/styles/rating/bds.scss +1 -1
  154. package/styles/rating/bootstrap-dark.scss +1 -1
  155. package/styles/rating/bootstrap.scss +1 -1
  156. package/styles/rating/bootstrap4.scss +1 -1
  157. package/styles/rating/bootstrap5-dark.scss +1 -1
  158. package/styles/rating/bootstrap5.3.scss +1 -1
  159. package/styles/rating/bootstrap5.scss +1 -1
  160. package/styles/rating/fabric-dark.scss +1 -1
  161. package/styles/rating/fabric.scss +1 -1
  162. package/styles/rating/fluent-dark.scss +1 -1
  163. package/styles/rating/fluent.scss +1 -1
  164. package/styles/rating/fluent2.scss +1 -1
  165. package/styles/rating/highcontrast-light.scss +1 -1
  166. package/styles/rating/highcontrast.scss +1 -1
  167. package/styles/rating/material-dark.scss +1 -1
  168. package/styles/rating/material.scss +1 -1
  169. package/styles/rating/material3-dark.scss +1 -1
  170. package/styles/rating/material3.scss +1 -1
  171. package/styles/rating/tailwind-dark.scss +1 -1
  172. package/styles/rating/tailwind.scss +1 -1
  173. package/styles/rating/tailwind3.scss +1 -1
  174. package/styles/signature/bds.scss +1 -1
  175. package/styles/signature/bootstrap-dark.scss +1 -1
  176. package/styles/signature/bootstrap.scss +1 -1
  177. package/styles/signature/bootstrap4.scss +1 -1
  178. package/styles/signature/bootstrap5-dark.scss +1 -1
  179. package/styles/signature/bootstrap5.3.scss +1 -1
  180. package/styles/signature/bootstrap5.scss +1 -1
  181. package/styles/signature/fabric-dark.scss +1 -1
  182. package/styles/signature/fabric.scss +1 -1
  183. package/styles/signature/fluent-dark.scss +1 -1
  184. package/styles/signature/fluent.scss +1 -1
  185. package/styles/signature/fluent2.scss +1 -1
  186. package/styles/signature/highcontrast-light.scss +1 -1
  187. package/styles/signature/highcontrast.scss +1 -1
  188. package/styles/signature/material-dark.scss +1 -1
  189. package/styles/signature/material.scss +1 -1
  190. package/styles/signature/material3-dark.scss +1 -1
  191. package/styles/signature/material3.scss +1 -1
  192. package/styles/signature/tailwind-dark.scss +1 -1
  193. package/styles/signature/tailwind.scss +1 -1
  194. package/styles/signature/tailwind3.scss +1 -1
  195. package/styles/slider/bds.scss +1 -1
  196. package/styles/slider/bootstrap-dark.scss +1 -1
  197. package/styles/slider/bootstrap.scss +1 -1
  198. package/styles/slider/bootstrap4.scss +1 -1
  199. package/styles/slider/bootstrap5-dark.scss +1 -1
  200. package/styles/slider/bootstrap5.3.scss +1 -1
  201. package/styles/slider/bootstrap5.scss +1 -1
  202. package/styles/slider/fabric-dark.scss +1 -1
  203. package/styles/slider/fabric.scss +1 -1
  204. package/styles/slider/fluent-dark.scss +1 -1
  205. package/styles/slider/fluent.scss +1 -1
  206. package/styles/slider/fluent2.scss +1 -1
  207. package/styles/slider/highcontrast-light.scss +1 -1
  208. package/styles/slider/highcontrast.scss +1 -1
  209. package/styles/slider/material-dark.scss +1 -1
  210. package/styles/slider/material.scss +1 -1
  211. package/styles/slider/material3-dark.scss +1 -1
  212. package/styles/slider/material3.scss +1 -1
  213. package/styles/slider/tailwind-dark.scss +1 -1
  214. package/styles/slider/tailwind.scss +1 -1
  215. package/styles/slider/tailwind3.scss +1 -1
  216. package/styles/smart-textarea/bds.scss +1 -1
  217. package/styles/smart-textarea/bootstrap-dark.scss +1 -1
  218. package/styles/smart-textarea/bootstrap.scss +1 -1
  219. package/styles/smart-textarea/bootstrap4.scss +1 -1
  220. package/styles/smart-textarea/bootstrap5-dark.scss +1 -1
  221. package/styles/smart-textarea/bootstrap5.3.scss +1 -1
  222. package/styles/smart-textarea/bootstrap5.scss +1 -1
  223. package/styles/smart-textarea/fabric-dark.scss +1 -1
  224. package/styles/smart-textarea/fabric.scss +1 -1
  225. package/styles/smart-textarea/fluent-dark.scss +1 -1
  226. package/styles/smart-textarea/fluent.scss +1 -1
  227. package/styles/smart-textarea/fluent2.scss +1 -1
  228. package/styles/smart-textarea/highcontrast-light.scss +1 -1
  229. package/styles/smart-textarea/highcontrast.scss +1 -1
  230. package/styles/smart-textarea/material-dark.scss +1 -1
  231. package/styles/smart-textarea/material.scss +1 -1
  232. package/styles/smart-textarea/material3-dark.scss +1 -1
  233. package/styles/smart-textarea/material3.scss +1 -1
  234. package/styles/smart-textarea/tailwind-dark.scss +1 -1
  235. package/styles/smart-textarea/tailwind.scss +1 -1
  236. package/styles/smart-textarea/tailwind3.scss +1 -1
  237. package/styles/speech-to-text/bds.scss +1 -1
  238. package/styles/speech-to-text/bootstrap-dark.scss +1 -1
  239. package/styles/speech-to-text/bootstrap.scss +1 -1
  240. package/styles/speech-to-text/bootstrap4.scss +1 -1
  241. package/styles/speech-to-text/bootstrap5-dark.scss +1 -1
  242. package/styles/speech-to-text/bootstrap5.3.scss +1 -1
  243. package/styles/speech-to-text/bootstrap5.scss +1 -1
  244. package/styles/speech-to-text/fabric-dark.scss +1 -1
  245. package/styles/speech-to-text/fabric.scss +1 -1
  246. package/styles/speech-to-text/fluent-dark.scss +1 -1
  247. package/styles/speech-to-text/fluent.scss +1 -1
  248. package/styles/speech-to-text/fluent2.scss +1 -1
  249. package/styles/speech-to-text/highcontrast-light.scss +1 -1
  250. package/styles/speech-to-text/highcontrast.scss +1 -1
  251. package/styles/speech-to-text/material-dark.scss +1 -1
  252. package/styles/speech-to-text/material.scss +1 -1
  253. package/styles/speech-to-text/material3-dark.scss +1 -1
  254. package/styles/speech-to-text/material3.scss +1 -1
  255. package/styles/speech-to-text/tailwind-dark.scss +1 -1
  256. package/styles/speech-to-text/tailwind.scss +1 -1
  257. package/styles/speech-to-text/tailwind3.scss +1 -1
  258. package/styles/tailwind-dark-lite.scss +1 -1
  259. package/styles/tailwind-lite.scss +1 -1
  260. package/styles/tailwind3-lite.scss +1 -1
  261. package/styles/textarea/bds.scss +1 -1
  262. package/styles/textarea/bootstrap-dark.scss +1 -1
  263. package/styles/textarea/bootstrap.scss +1 -1
  264. package/styles/textarea/bootstrap4.scss +1 -1
  265. package/styles/textarea/bootstrap5-dark.scss +1 -1
  266. package/styles/textarea/bootstrap5.3.scss +1 -1
  267. package/styles/textarea/bootstrap5.scss +1 -1
  268. package/styles/textarea/fabric-dark.scss +1 -1
  269. package/styles/textarea/fabric.scss +1 -1
  270. package/styles/textarea/fluent-dark.scss +1 -1
  271. package/styles/textarea/fluent.scss +1 -1
  272. package/styles/textarea/fluent2.scss +1 -1
  273. package/styles/textarea/highcontrast-light.scss +1 -1
  274. package/styles/textarea/highcontrast.scss +1 -1
  275. package/styles/textarea/material-dark.scss +1 -1
  276. package/styles/textarea/material.scss +1 -1
  277. package/styles/textarea/material3-dark.scss +1 -1
  278. package/styles/textarea/material3.scss +1 -1
  279. package/styles/textarea/tailwind-dark.scss +1 -1
  280. package/styles/textarea/tailwind.scss +1 -1
  281. package/styles/textarea/tailwind3.scss +1 -1
  282. package/styles/textbox/bds.scss +1 -1
  283. package/styles/textbox/bootstrap-dark.scss +1 -1
  284. package/styles/textbox/bootstrap.scss +1 -1
  285. package/styles/textbox/bootstrap4.scss +1 -1
  286. package/styles/textbox/bootstrap5-dark.scss +1 -1
  287. package/styles/textbox/bootstrap5.3.scss +1 -1
  288. package/styles/textbox/bootstrap5.scss +1 -1
  289. package/styles/textbox/fabric-dark.scss +1 -1
  290. package/styles/textbox/fabric.scss +1 -1
  291. package/styles/textbox/fluent-dark.scss +1 -1
  292. package/styles/textbox/fluent.scss +1 -1
  293. package/styles/textbox/fluent2.scss +1 -1
  294. package/styles/textbox/highcontrast-light.scss +1 -1
  295. package/styles/textbox/highcontrast.scss +1 -1
  296. package/styles/textbox/material-dark.scss +1 -1
  297. package/styles/textbox/material.scss +1 -1
  298. package/styles/textbox/material3-dark.scss +1 -1
  299. package/styles/textbox/material3.scss +1 -1
  300. package/styles/textbox/tailwind-dark.scss +1 -1
  301. package/styles/textbox/tailwind.scss +1 -1
  302. package/styles/textbox/tailwind3.scss +1 -1
  303. package/styles/uploader/bds.scss +1 -1
  304. package/styles/uploader/bootstrap-dark.scss +1 -1
  305. package/styles/uploader/bootstrap.scss +1 -1
  306. package/styles/uploader/bootstrap4.scss +1 -1
  307. package/styles/uploader/bootstrap5-dark.scss +1 -1
  308. package/styles/uploader/bootstrap5.3.scss +1 -1
  309. package/styles/uploader/bootstrap5.scss +1 -1
  310. package/styles/uploader/fabric-dark.scss +1 -1
  311. package/styles/uploader/fabric.scss +1 -1
  312. package/styles/uploader/fluent-dark.scss +1 -1
  313. package/styles/uploader/fluent.scss +1 -1
  314. package/styles/uploader/fluent2.scss +1 -1
  315. package/styles/uploader/highcontrast-light.scss +1 -1
  316. package/styles/uploader/highcontrast.scss +1 -1
  317. package/styles/uploader/material-dark.scss +1 -1
  318. package/styles/uploader/material.scss +1 -1
  319. package/styles/uploader/material3-dark.scss +1 -1
  320. package/styles/uploader/material3.scss +1 -1
  321. package/styles/uploader/tailwind-dark.scss +1 -1
  322. package/styles/uploader/tailwind.scss +1 -1
  323. package/styles/uploader/tailwind3.scss +1 -1
@@ -1,11 +1,11 @@
1
1
  /*!
2
2
  * filename: ej2-vue-inputs.umd.min.js
3
- * version : 33.2.15
3
+ * version : 34.1.29
4
4
  * Copyright Syncfusion Inc. 2001 - 2025. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
7
7
  * licensing@syncfusion.com. Any infringement will be prosecuted under
8
8
  * applicable laws.
9
9
  */
10
- !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@syncfusion/ej2-inputs"),require("@syncfusion/ej2-vue-base"),require("@syncfusion/ej2-base")):"function"==typeof define&&define.amd?define(["exports","@syncfusion/ej2-inputs","@syncfusion/ej2-vue-base","@syncfusion/ej2-base"],t):t((e=e||self).ej={},e.ej2Inputs,e.ej2VueBase,e.ej2Base)}(this,function(t,s,a,o){"use strict";var e=["isLazyUpdate","plugins","appendTemplate","autocomplete","cssClass","enablePersistence","enableRtl","enabled","floatLabelType","htmlAttributes","locale","multiline","placeholder","prependTemplate","readonly","showClearButton","type","value","width","blur","change","created","destroyed","focus","input"],n=["value"],i=a.getProps({props:e}),r=i[0],i=i[1],c=Object.keys(i);c.push("modelchanged","update:modelValue");for(var l=0,B=n;l<B.length;l++)c.push("update:"+B[l]);var D=a.vueDefineComponent({name:"TextBoxComponent",mixins:[a.ComponentBase],props:r,watch:i,emits:c,model:{event:"modelchanged"},provide:function(){return{custom:this.custom}},data:function(){return{ej2Instances:new s.TextBox({}),propKeys:e,models:n,hasChildDirective:!1,hasInjectedModules:!1,tagMapper:{},tagNameMapper:{},isVue3:!a.isExecute,templateCollection:{}}},created:function(){this.ej2Instances._trigger=this.ej2Instances.trigger,this.ej2Instances.trigger=this.trigger,this.bindProperties(),this.ej2Instances._setProperties=this.ej2Instances.setProperties,this.ej2Instances.setProperties=this.setProperties,this.ej2Instances.clearTemplate=this.clearTemplate,this.updated=this.updated},render:function(e){var t=null;return(a.isExecute?e:a.gh)("input",t=o.isNullOrUndefined(this.$slots.default)?t:a.isExecute?this.$slots.default:this.$slots.default())},methods:{clearTemplate:function(e){if((e=e||Object.keys(this.templateCollection||{})).length&&this.templateCollection)for(var t=0,s=e;t<s.length;t++){var n=s[t],i=this.templateCollection[n];if(i&&i.length){for(var a=0,o=i;a<o.length;a++){var r=o[a];this.destroyPortals(r)}delete this.templateCollection[n]}}},setProperties:function(s,e){var n=this;this.isVue3&&(this.models=this.models||this.ej2Instances.referModels),this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(s,e),s&&this.models&&this.models.length&&Object.keys(s).map(function(t){n.models.map(function(e){t!==e||/datasource/i.test(t)||(n.isVue3?n.ej2Instances.vueInstance.$emit("update:"+t,s[t]):(n.$emit("update:"+t,s[t]),n.$emit("modelchanged",s[t])))})})},trigger:function(e,t,s){var n,i;a.isExecute||(this.models=this.models||this.ej2Instances.referModels),"change"!==e&&"input"!==e||!this.models||0===this.models.length?"actionBegin"===e&&"dateNavigate"===t.requestType&&this.models&&0!==this.models.length&&(i=(n=this.models.toString().match(/currentView|selectedDate/)||[])[0],t)&&n&&!o.isUndefined(t[i])&&(a.isExecute?(this.$emit("update:"+i,t[i]),this):(this.ej2Instances.vueInstance.$emit("update:"+i,t[i]),this.ej2Instances.vueInstance)).$emit("modelchanged",t[i]):(i=(n=this.models.toString().match(/checked|value/)||[])[0],t&&n&&!o.isUndefined(t[i])&&(a.isExecute?("change"===e||this.$props&&!this.$props.isLazyUpdate)&&(this.$emit("update:"+i,t[i]),this.$emit("modelchanged",t[i])):(this.ej2Instances.vueInstance.$emit("update:"+i,t[i]),this.ej2Instances.vueInstance.$emit("modelchanged",t[i]),this.ej2Instances.vueInstance.$emit("update:modelValue",t[i])))),this.ej2Instances&&this.ej2Instances._trigger&&this.ej2Instances._trigger(e,t,s)},custom:function(){this.updated()},addAttributes:function(e){return this.ej2Instances.addAttributes(e)},addIcon:function(e,t){return this.ej2Instances.addIcon(e,t)},destroy:function(){return this.ej2Instances.destroy()},focusIn:function(){return this.ej2Instances.focusIn()},focusOut:function(){return this.ej2Instances.focusOut()},removeAttributes:function(e){return this.ej2Instances.removeAttributes(e)}}}),L={name:"ejs-textbox",install:function(e){e.component(L.name,D)}},N=["isLazyUpdate","plugins","adornmentFlow","adornmentOrientation","appendTemplate","cols","cssClass","enablePersistence","enableRtl","enabled","floatLabelType","htmlAttributes","locale","maxLength","placeholder","prependTemplate","readonly","resizeMode","rows","showClearButton","value","width","blur","change","created","destroyed","focus","input"],A=["value"],r=a.getProps({props:N}),i=r[0],r=r[1],u=Object.keys(r);u.push("modelchanged","update:modelValue");for(var h=0,z=A;h<z.length;h++)u.push("update:"+z[h]);var R=a.vueDefineComponent({name:"TextAreaComponent",mixins:[a.ComponentBase],props:i,watch:r,emits:u,model:{event:"modelchanged"},provide:function(){return{custom:this.custom}},data:function(){return{ej2Instances:new s.TextArea({}),propKeys:N,models:A,hasChildDirective:!1,hasInjectedModules:!1,tagMapper:{},tagNameMapper:{},isVue3:!a.isExecute,templateCollection:{}}},created:function(){this.ej2Instances._trigger=this.ej2Instances.trigger,this.ej2Instances.trigger=this.trigger,this.bindProperties(),this.ej2Instances._setProperties=this.ej2Instances.setProperties,this.ej2Instances.setProperties=this.setProperties,this.ej2Instances.clearTemplate=this.clearTemplate,this.updated=this.updated},render:function(e){var t=null;return(a.isExecute?e:a.gh)("textarea",t=o.isNullOrUndefined(this.$slots.default)?t:a.isExecute?this.$slots.default:this.$slots.default())},methods:{clearTemplate:function(e){if((e=e||Object.keys(this.templateCollection||{})).length&&this.templateCollection)for(var t=0,s=e;t<s.length;t++){var n=s[t],i=this.templateCollection[n];if(i&&i.length){for(var a=0,o=i;a<o.length;a++){var r=o[a];this.destroyPortals(r)}delete this.templateCollection[n]}}},setProperties:function(s,e){var n=this;this.isVue3&&(this.models=this.models||this.ej2Instances.referModels),this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(s,e),s&&this.models&&this.models.length&&Object.keys(s).map(function(t){n.models.map(function(e){t!==e||/datasource/i.test(t)||(n.isVue3?n.ej2Instances.vueInstance.$emit("update:"+t,s[t]):(n.$emit("update:"+t,s[t]),n.$emit("modelchanged",s[t])))})})},trigger:function(e,t,s){var n,i;a.isExecute||(this.models=this.models||this.ej2Instances.referModels),"change"!==e&&"input"!==e||!this.models||0===this.models.length?"actionBegin"===e&&"dateNavigate"===t.requestType&&this.models&&0!==this.models.length&&(i=(n=this.models.toString().match(/currentView|selectedDate/)||[])[0],t)&&n&&!o.isUndefined(t[i])&&(a.isExecute?(this.$emit("update:"+i,t[i]),this):(this.ej2Instances.vueInstance.$emit("update:"+i,t[i]),this.ej2Instances.vueInstance)).$emit("modelchanged",t[i]):(i=(n=this.models.toString().match(/checked|value/)||[])[0],t&&n&&!o.isUndefined(t[i])&&(a.isExecute?("change"===e||this.$props&&!this.$props.isLazyUpdate)&&(this.$emit("update:"+i,t[i]),this.$emit("modelchanged",t[i])):(this.ej2Instances.vueInstance.$emit("update:"+i,t[i]),this.ej2Instances.vueInstance.$emit("modelchanged",t[i]),this.ej2Instances.vueInstance.$emit("update:modelValue",t[i])))),this.ej2Instances&&this.ej2Instances._trigger&&this.ej2Instances._trigger(e,t,s)},custom:function(){this.updated()},addAttributes:function(e){return this.ej2Instances.addAttributes(e)},destroy:function(){return this.ej2Instances.destroy()},focusIn:function(){return this.ej2Instances.focusIn()},focusOut:function(){return this.ej2Instances.focusOut()},removeAttributes:function(e){return this.ej2Instances.removeAttributes(e)}}}),F={name:"ejs-textarea",install:function(e){e.component(F.name,R)}},q=["isLazyUpdate","plugins","allowMouseWheel","appendTemplate","cssClass","currency","currencyCode","decimals","enablePersistence","enableRtl","enabled","floatLabelType","format","htmlAttributes","locale","max","min","placeholder","prependTemplate","readonly","showClearButton","showSpinButton","step","strictMode","validateDecimalOnType","value","width","blur","change","created","destroyed","focus"],K=["value"],i=a.getProps({props:q}),r=i[0],i=i[1],d=Object.keys(i);d.push("modelchanged","update:modelValue");for(var p=0,H=K;p<H.length;p++)d.push("update:"+H[p]);var W=a.vueDefineComponent({name:"NumericTextBoxComponent",mixins:[a.ComponentBase],props:r,watch:i,emits:d,model:{event:"modelchanged"},provide:function(){return{custom:this.custom}},data:function(){return{ej2Instances:new s.NumericTextBox({}),propKeys:q,models:K,hasChildDirective:!1,hasInjectedModules:!1,tagMapper:{},tagNameMapper:{},isVue3:!a.isExecute,templateCollection:{}}},created:function(){this.ej2Instances._trigger=this.ej2Instances.trigger,this.ej2Instances.trigger=this.trigger,this.bindProperties(),this.ej2Instances._setProperties=this.ej2Instances.setProperties,this.ej2Instances.setProperties=this.setProperties,this.ej2Instances.clearTemplate=this.clearTemplate,this.updated=this.updated},render:function(e){var t=null;return(a.isExecute?e:a.gh)("input",t=o.isNullOrUndefined(this.$slots.default)?t:a.isExecute?this.$slots.default:this.$slots.default())},methods:{clearTemplate:function(e){if((e=e||Object.keys(this.templateCollection||{})).length&&this.templateCollection)for(var t=0,s=e;t<s.length;t++){var n=s[t],i=this.templateCollection[n];if(i&&i.length){for(var a=0,o=i;a<o.length;a++){var r=o[a];this.destroyPortals(r)}delete this.templateCollection[n]}}},setProperties:function(s,e){var n=this;this.isVue3&&(this.models=this.models||this.ej2Instances.referModels),this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(s,e),s&&this.models&&this.models.length&&Object.keys(s).map(function(t){n.models.map(function(e){t!==e||/datasource/i.test(t)||(n.isVue3?n.ej2Instances.vueInstance.$emit("update:"+t,s[t]):(n.$emit("update:"+t,s[t]),n.$emit("modelchanged",s[t])))})})},trigger:function(e,t,s){var n,i;a.isExecute||(this.models=this.models||this.ej2Instances.referModels),"change"!==e&&"input"!==e||!this.models||0===this.models.length?"actionBegin"===e&&"dateNavigate"===t.requestType&&this.models&&0!==this.models.length&&(i=(n=this.models.toString().match(/currentView|selectedDate/)||[])[0],t)&&n&&!o.isUndefined(t[i])&&(a.isExecute?(this.$emit("update:"+i,t[i]),this):(this.ej2Instances.vueInstance.$emit("update:"+i,t[i]),this.ej2Instances.vueInstance)).$emit("modelchanged",t[i]):(i=(n=this.models.toString().match(/checked|value/)||[])[0],t&&n&&!o.isUndefined(t[i])&&(a.isExecute?("change"===e||this.$props&&!this.$props.isLazyUpdate)&&(this.$emit("update:"+i,t[i]),this.$emit("modelchanged",t[i])):(this.ej2Instances.vueInstance.$emit("update:"+i,t[i]),this.ej2Instances.vueInstance.$emit("modelchanged",t[i]),this.ej2Instances.vueInstance.$emit("update:modelValue",t[i])))),this.ej2Instances&&this.ej2Instances._trigger&&this.ej2Instances._trigger(e,t,s)},custom:function(){this.updated()},decrement:function(e){return this.ej2Instances.decrement(e)},destroy:function(){return this.ej2Instances.destroy()},focusIn:function(){return this.ej2Instances.focusIn()},focusOut:function(){return this.ej2Instances.focusOut()},getText:function(){return this.ej2Instances.getText()},increment:function(e){return this.ej2Instances.increment(e)}}}),G={name:"ejs-numerictextbox",install:function(e){e.component(G.name,W)}},J=["isLazyUpdate","plugins","appendTemplate","cssClass","customCharacters","enablePersistence","enableRtl","enabled","floatLabelType","htmlAttributes","locale","mask","placeholder","prependTemplate","promptChar","readonly","showClearButton","value","width","blur","change","created","destroyed","focus"],Q=["value"],r=a.getProps({props:J}),i=r[0],r=r[1],m=Object.keys(r);m.push("modelchanged","update:modelValue");for(var g=0,X=Q;g<X.length;g++)m.push("update:"+X[g]);var Y=a.vueDefineComponent({name:"MaskedTextBoxComponent",mixins:[a.ComponentBase],props:i,watch:r,emits:m,model:{event:"modelchanged"},provide:function(){return{custom:this.custom}},data:function(){return{ej2Instances:new s.MaskedTextBox({}),propKeys:J,models:Q,hasChildDirective:!1,hasInjectedModules:!1,tagMapper:{},tagNameMapper:{},isVue3:!a.isExecute,templateCollection:{}}},created:function(){this.ej2Instances._trigger=this.ej2Instances.trigger,this.ej2Instances.trigger=this.trigger,this.bindProperties(),this.ej2Instances._setProperties=this.ej2Instances.setProperties,this.ej2Instances.setProperties=this.setProperties,this.ej2Instances.clearTemplate=this.clearTemplate,this.updated=this.updated},render:function(e){var t=null;return(a.isExecute?e:a.gh)("input",t=o.isNullOrUndefined(this.$slots.default)?t:a.isExecute?this.$slots.default:this.$slots.default())},methods:{clearTemplate:function(e){if((e=e||Object.keys(this.templateCollection||{})).length&&this.templateCollection)for(var t=0,s=e;t<s.length;t++){var n=s[t],i=this.templateCollection[n];if(i&&i.length){for(var a=0,o=i;a<o.length;a++){var r=o[a];this.destroyPortals(r)}delete this.templateCollection[n]}}},setProperties:function(s,e){var n=this;this.isVue3&&(this.models=this.models||this.ej2Instances.referModels),this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(s,e),s&&this.models&&this.models.length&&Object.keys(s).map(function(t){n.models.map(function(e){t!==e||/datasource/i.test(t)||(n.isVue3?n.ej2Instances.vueInstance.$emit("update:"+t,s[t]):(n.$emit("update:"+t,s[t]),n.$emit("modelchanged",s[t])))})})},trigger:function(e,t,s){var n,i;a.isExecute||(this.models=this.models||this.ej2Instances.referModels),"change"!==e&&"input"!==e||!this.models||0===this.models.length?"actionBegin"===e&&"dateNavigate"===t.requestType&&this.models&&0!==this.models.length&&(i=(n=this.models.toString().match(/currentView|selectedDate/)||[])[0],t)&&n&&!o.isUndefined(t[i])&&(a.isExecute?(this.$emit("update:"+i,t[i]),this):(this.ej2Instances.vueInstance.$emit("update:"+i,t[i]),this.ej2Instances.vueInstance)).$emit("modelchanged",t[i]):(i=(n=this.models.toString().match(/checked|value/)||[])[0],t&&n&&!o.isUndefined(t[i])&&(a.isExecute?("change"===e||this.$props&&!this.$props.isLazyUpdate)&&(this.$emit("update:"+i,t[i]),this.$emit("modelchanged",t[i])):(this.ej2Instances.vueInstance.$emit("update:"+i,t[i]),this.ej2Instances.vueInstance.$emit("modelchanged",t[i]),this.ej2Instances.vueInstance.$emit("update:modelValue",t[i])))),this.ej2Instances&&this.ej2Instances._trigger&&this.ej2Instances._trigger(e,t,s)},custom:function(){this.updated()},destroy:function(){return this.ej2Instances.destroy()},focusIn:function(){return this.ej2Instances.focusIn()},focusOut:function(){return this.ej2Instances.focusOut()},getMaskedValue:function(){return this.ej2Instances.getMaskedValue()}}}),Z={name:"ejs-maskedtextbox",install:function(e){e.component(Z.name,Y)}},ee=["isLazyUpdate","plugins","colorRange","cssClass","customValues","enableAnimation","enableHtmlSanitizer","enablePersistence","enableRtl","enabled","limits","locale","max","min","orientation","readonly","showButtons","step","ticks","tooltip","type","value","width","change","changed","created","renderedTicks","renderingTicks","tooltipChange"],te=["value"],i=a.getProps({props:ee}),r=i[0],i=i[1],f=Object.keys(i);f.push("modelchanged","update:modelValue");for(var I=0,se=te;I<se.length;I++)f.push("update:"+se[I]);var ne=a.vueDefineComponent({name:"SliderComponent",mixins:[a.ComponentBase],props:r,watch:i,emits:f,model:{event:"modelchanged"},provide:function(){return{custom:this.custom}},data:function(){return{ej2Instances:new s.Slider({}),propKeys:ee,models:te,hasChildDirective:!1,hasInjectedModules:!1,tagMapper:{},tagNameMapper:{},isVue3:!a.isExecute,templateCollection:{}}},created:function(){this.ej2Instances._trigger=this.ej2Instances.trigger,this.ej2Instances.trigger=this.trigger,this.bindProperties(),this.ej2Instances._setProperties=this.ej2Instances.setProperties,this.ej2Instances.setProperties=this.setProperties,this.ej2Instances.clearTemplate=this.clearTemplate,this.updated=this.updated},render:function(e){var t=null;return(a.isExecute?e:a.gh)("div",t=o.isNullOrUndefined(this.$slots.default)?t:a.isExecute?this.$slots.default:this.$slots.default())},methods:{clearTemplate:function(e){if((e=e||Object.keys(this.templateCollection||{})).length&&this.templateCollection)for(var t=0,s=e;t<s.length;t++){var n=s[t],i=this.templateCollection[n];if(i&&i.length){for(var a=0,o=i;a<o.length;a++){var r=o[a];this.destroyPortals(r)}delete this.templateCollection[n]}}},setProperties:function(s,e){var n=this;this.isVue3&&(this.models=this.models||this.ej2Instances.referModels),this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(s,e),s&&this.models&&this.models.length&&Object.keys(s).map(function(t){n.models.map(function(e){t!==e||/datasource/i.test(t)||(n.isVue3?n.ej2Instances.vueInstance.$emit("update:"+t,s[t]):(n.$emit("update:"+t,s[t]),n.$emit("modelchanged",s[t])))})})},trigger:function(e,t,s){var n,i;a.isExecute||(this.models=this.models||this.ej2Instances.referModels),"change"!==e&&"input"!==e||!this.models||0===this.models.length?"actionBegin"===e&&"dateNavigate"===t.requestType&&this.models&&0!==this.models.length&&(i=(n=this.models.toString().match(/currentView|selectedDate/)||[])[0],t)&&n&&!o.isUndefined(t[i])&&(a.isExecute?(this.$emit("update:"+i,t[i]),this):(this.ej2Instances.vueInstance.$emit("update:"+i,t[i]),this.ej2Instances.vueInstance)).$emit("modelchanged",t[i]):(i=(n=this.models.toString().match(/checked|value/)||[])[0],t&&n&&!o.isUndefined(t[i])&&(a.isExecute?("change"===e||this.$props&&!this.$props.isLazyUpdate)&&(this.$emit("update:"+i,t[i]),this.$emit("modelchanged",t[i])):(this.ej2Instances.vueInstance.$emit("update:"+i,t[i]),this.ej2Instances.vueInstance.$emit("modelchanged",t[i]),this.ej2Instances.vueInstance.$emit("update:modelValue",t[i])))),this.ej2Instances&&this.ej2Instances._trigger&&this.ej2Instances._trigger(e,t,s)},custom:function(){this.updated()},destroy:function(){return this.ej2Instances.destroy()},reposition:function(){return this.ej2Instances.reposition()},setTooltip:function(e){return this.ej2Instances.setTooltip(e)}}}),ie={name:"ejs-slider",install:function(e){e.component(ie.name,ne)}},j=a.vueDefineComponent({inject:{custom:{default:null}},render:function(e){var t;if(!a.isExecute)return t=null,(a.isExecute?e:a.gh)("div",{class:"e-directive"},t=o.isNullOrUndefined(this.$slots.default)?t:a.isExecute?this.$slots.default:this.$slots.default())},updated:function(){!a.isExecute&&this.custom&&this.custom()},methods:{getTag:function(){return"e-files"}}}),v={name:"e-files",install:function(e){e.component(v.name,j)}},$=a.vueDefineComponent({render:function(){},methods:{getTag:function(){return"e-uploadedfiles"}}}),y={name:"e-uploadedfiles",install:function(e){e.component(y.name,$)}},ae=["isLazyUpdate","plugins","allowedExtensions","asyncSettings","autoUpload","buttons","cssClass","directoryUpload","dropArea","dropEffect","enableHtmlSanitizer","enablePersistence","enableRtl","enabled","files","htmlAttributes","locale","maxFileSize","minFileSize","multiple","sequentialUpload","showFileList","template","actionComplete","beforeRemove","beforeUpload","canceling","change","chunkFailure","chunkSuccess","chunkUploading","clearing","created","failure","fileListRendering","pausing","progress","removing","rendering","resuming","selected","success","uploading"],oe=[],r=a.getProps({props:ae}),i=r[0],r=r[1],b=Object.keys(r);b.push("modelchanged","update:modelValue");for(var C=0,re=oe;C<re.length;C++)b.push("update:"+re[C]);var ce=a.vueDefineComponent({name:"UploaderComponent",mixins:[a.ComponentBase],props:i,watch:r,emits:b,provide:function(){return{custom:this.custom}},data:function(){return{ej2Instances:new s.Uploader({}),propKeys:ae,models:oe,hasChildDirective:!0,hasInjectedModules:!1,tagMapper:{"e-files":"e-uploadedfiles"},tagNameMapper:{},isVue3:!a.isExecute,templateCollection:{}}},created:function(){this.bindProperties(),this.ej2Instances._setProperties=this.ej2Instances.setProperties,this.ej2Instances.setProperties=this.setProperties,this.ej2Instances.clearTemplate=this.clearTemplate,this.updated=this.updated},render:function(e){var t=null;return(a.isExecute?e:a.gh)("input",t=o.isNullOrUndefined(this.$slots.default)?t:a.isExecute?this.$slots.default:this.$slots.default())},methods:{clearTemplate:function(e){if((e=e||Object.keys(this.templateCollection||{})).length&&this.templateCollection)for(var t=0,s=e;t<s.length;t++){var n=s[t],i=this.templateCollection[n];if(i&&i.length){for(var a=0,o=i;a<o.length;a++){var r=o[a];this.destroyPortals(r)}delete this.templateCollection[n]}}},setProperties:function(s,e){var n=this;this.isVue3&&(this.models=this.models||this.ej2Instances.referModels),this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(s,e),s&&this.models&&this.models.length&&Object.keys(s).map(function(t){n.models.map(function(e){t!==e||/datasource/i.test(t)||(n.isVue3?n.ej2Instances.vueInstance.$emit("update:"+t,s[t]):(n.$emit("update:"+t,s[t]),n.$emit("modelchanged",s[t])))})})},custom:function(){this.updated()},bytesToSize:function(e){return this.ej2Instances.bytesToSize(e)},cancel:function(e){return this.ej2Instances.cancel(e)},clearAll:function(){return this.ej2Instances.clearAll()},createFileList:function(e){return this.ej2Instances.createFileList(e)},destroy:function(){return this.ej2Instances.destroy()},getFilesData:function(e){return this.ej2Instances.getFilesData(e)},pause:function(e,t){return this.ej2Instances.pause(e,t)},remove:function(e,t,s,n,i){return this.ej2Instances.remove(e,t,s,n,i)},resume:function(e,t){return this.ej2Instances.resume(e,t)},retry:function(e,t,s){return this.ej2Instances.retry(e,t,s)},sortFileList:function(e){return this.ej2Instances.sortFileList(e)},traverseFileTree:function(e,t){return this.ej2Instances.traverseFileTree(e,t)},upload:function(e,t){return this.ej2Instances.upload(e,t)}}}),le={name:"ejs-uploader",install:function(e){e.component(le.name,ce),e.component(y.name,$),e.component(v.name,j)}},ue=["isLazyUpdate","plugins","columns","createPopupOnClick","cssClass","disabled","enableOpacity","enablePersistence","enableRtl","inline","locale","mode","modeSwitcher","noColor","presetColors","showButtons","showRecentColors","value","beforeClose","beforeModeSwitch","beforeOpen","beforeTileRender","change","created","onModeSwitch","open","select"],he=["value"],i=a.getProps({props:ue}),r=i[0],i=i[1],P=Object.keys(i);P.push("modelchanged","update:modelValue");for(var x=0,de=he;x<de.length;x++)P.push("update:"+de[x]);var pe=a.vueDefineComponent({name:"ColorPickerComponent",mixins:[a.ComponentBase],props:r,watch:i,emits:P,model:{event:"modelchanged"},provide:function(){return{custom:this.custom}},data:function(){return{ej2Instances:new s.ColorPicker({}),propKeys:ue,models:he,hasChildDirective:!1,hasInjectedModules:!1,tagMapper:{},tagNameMapper:{},isVue3:!a.isExecute,templateCollection:{}}},created:function(){this.ej2Instances._trigger=this.ej2Instances.trigger,this.ej2Instances.trigger=this.trigger,this.bindProperties(),this.ej2Instances._setProperties=this.ej2Instances.setProperties,this.ej2Instances.setProperties=this.setProperties,this.ej2Instances.clearTemplate=this.clearTemplate,this.updated=this.updated},render:function(e){var t=null;return(a.isExecute?e:a.gh)("input",t=o.isNullOrUndefined(this.$slots.default)?t:a.isExecute?this.$slots.default:this.$slots.default())},methods:{clearTemplate:function(e){if((e=e||Object.keys(this.templateCollection||{})).length&&this.templateCollection)for(var t=0,s=e;t<s.length;t++){var n=s[t],i=this.templateCollection[n];if(i&&i.length){for(var a=0,o=i;a<o.length;a++){var r=o[a];this.destroyPortals(r)}delete this.templateCollection[n]}}},setProperties:function(s,e){var n=this;this.isVue3&&(this.models=this.models||this.ej2Instances.referModels),this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(s,e),s&&this.models&&this.models.length&&Object.keys(s).map(function(t){n.models.map(function(e){t!==e||/datasource/i.test(t)||(n.isVue3?n.ej2Instances.vueInstance.$emit("update:"+t,s[t]):(n.$emit("update:"+t,s[t]),n.$emit("modelchanged",s[t])))})})},trigger:function(e,t,s){var n,i;a.isExecute||(this.models=this.models||this.ej2Instances.referModels),"change"!==e&&"input"!==e||!this.models||0===this.models.length?"actionBegin"===e&&"dateNavigate"===t.requestType&&this.models&&0!==this.models.length&&(i=(n=this.models.toString().match(/currentView|selectedDate/)||[])[0],t)&&n&&!o.isUndefined(t[i])&&(a.isExecute?(this.$emit("update:"+i,t[i]),this):(this.ej2Instances.vueInstance.$emit("update:"+i,t[i]),this.ej2Instances.vueInstance)).$emit("modelchanged",t[i]):(i=(n=this.models.toString().match(/checked|value/)||[])[0],t&&n&&!o.isUndefined(t[i])&&(a.isExecute?("change"===e||this.$props&&!this.$props.isLazyUpdate)&&(this.$emit("update:"+i,t[i]),this.$emit("modelchanged",t[i])):(this.ej2Instances.vueInstance.$emit("update:"+i,t[i]),this.ej2Instances.vueInstance.$emit("modelchanged",t[i]),this.ej2Instances.vueInstance.$emit("update:modelValue",t[i])))),this.ej2Instances&&this.ej2Instances._trigger&&this.ej2Instances._trigger(e,t,s)},custom:function(){this.updated()},destroy:function(){return this.ej2Instances.destroy()},focusIn:function(){return this.ej2Instances.focusIn()},getValue:function(e,t){return this.ej2Instances.getValue(e,t)},toggle:function(){return this.ej2Instances.toggle()}}}),me={name:"ejs-colorpicker",install:function(e){e.component(me.name,pe)}},ge=["isLazyUpdate","plugins","backgroundColor","backgroundImage","disabled","enablePersistence","enableRtl","isReadOnly","locale","maxStrokeWidth","minStrokeWidth","saveWithBackground","strokeColor","velocity","beforeSave","change","created"],fe=[],r=a.getProps({props:ge}),i=r[0],r=r[1],T=Object.keys(r);T.push("modelchanged","update:modelValue");for(var O=0,Ie=fe;O<Ie.length;O++)T.push("update:"+Ie[O]);var je=a.vueDefineComponent({name:"SignatureComponent",mixins:[a.ComponentBase],props:i,watch:r,emits:T,provide:function(){return{custom:this.custom}},data:function(){return{ej2Instances:new s.Signature({}),propKeys:ge,models:fe,hasChildDirective:!1,hasInjectedModules:!1,tagMapper:{},tagNameMapper:{},isVue3:!a.isExecute,templateCollection:{}}},created:function(){this.bindProperties(),this.ej2Instances._setProperties=this.ej2Instances.setProperties,this.ej2Instances.setProperties=this.setProperties,this.ej2Instances.clearTemplate=this.clearTemplate,this.updated=this.updated},render:function(e){var t=null;return(a.isExecute?e:a.gh)("canvas",t=o.isNullOrUndefined(this.$slots.default)?t:a.isExecute?this.$slots.default:this.$slots.default())},methods:{clearTemplate:function(e){if((e=e||Object.keys(this.templateCollection||{})).length&&this.templateCollection)for(var t=0,s=e;t<s.length;t++){var n=s[t],i=this.templateCollection[n];if(i&&i.length){for(var a=0,o=i;a<o.length;a++){var r=o[a];this.destroyPortals(r)}delete this.templateCollection[n]}}},setProperties:function(s,e){var n=this;this.isVue3&&(this.models=this.models||this.ej2Instances.referModels),this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(s,e),s&&this.models&&this.models.length&&Object.keys(s).map(function(t){n.models.map(function(e){t!==e||/datasource/i.test(t)||(n.isVue3?n.ej2Instances.vueInstance.$emit("update:"+t,s[t]):(n.$emit("update:"+t,s[t]),n.$emit("modelchanged",s[t])))})})},custom:function(){this.updated()},canRedo:function(){return this.ej2Instances.canRedo()},canUndo:function(){return this.ej2Instances.canUndo()},clear:function(){return this.ej2Instances.clear()},destroy:function(){return this.ej2Instances.destroy()},draw:function(e,t,s,n,i){return this.ej2Instances.draw(e,t,s,n,i)},getBlob:function(e){return this.ej2Instances.getBlob(e)},getSignature:function(e){return this.ej2Instances.getSignature(e)},initialize:function(){return this.ej2Instances.initialize()},isEmpty:function(){return this.ej2Instances.isEmpty()},load:function(e,t,s){return this.ej2Instances.load(e,t,s)},redo:function(){return this.ej2Instances.redo()},refresh:function(){return this.ej2Instances.refresh()},save:function(e,t){return this.ej2Instances.save(e,t)},saveAsBlob:function(){return this.ej2Instances.saveAsBlob()},undo:function(){return this.ej2Instances.undo()}}}),ve={name:"ejs-signature",install:function(e){e.component(ve.name,je)}},$e=["isLazyUpdate","plugins","allowReset","cssClass","disabled","emptyTemplate","enableAnimation","enablePersistence","enableRtl","enableSingleSelection","fullTemplate","itemsCount","labelPosition","labelTemplate","locale","min","precision","readOnly","showLabel","showTooltip","tooltipTemplate","value","visible","beforeItemRender","created","onItemHover","valueChanged"],ye=["value"],i=a.getProps({props:$e}),r=i[0],i=i[1],E=Object.keys(i);E.push("modelchanged","update:modelValue");for(var V=0,be=ye;V<be.length;V++)E.push("update:"+be[V]);var Ce=a.vueDefineComponent({name:"RatingComponent",mixins:[a.ComponentBase],props:r,watch:i,emits:E,model:{event:"modelchanged"},provide:function(){return{custom:this.custom}},data:function(){return{ej2Instances:new s.Rating({}),propKeys:$e,models:ye,hasChildDirective:!1,hasInjectedModules:!1,tagMapper:{},tagNameMapper:{},isVue3:!a.isExecute,templateCollection:{}}},created:function(){this.ej2Instances._trigger=this.ej2Instances.trigger,this.ej2Instances.trigger=this.trigger,this.bindProperties(),this.ej2Instances._setProperties=this.ej2Instances.setProperties,this.ej2Instances.setProperties=this.setProperties,this.ej2Instances.clearTemplate=this.clearTemplate,this.updated=this.updated},render:function(e){var t=null;return(a.isExecute?e:a.gh)("input",t=o.isNullOrUndefined(this.$slots.default)?t:a.isExecute?this.$slots.default:this.$slots.default())},methods:{clearTemplate:function(e){if((e=e||Object.keys(this.templateCollection||{})).length&&this.templateCollection)for(var t=0,s=e;t<s.length;t++){var n=s[t],i=this.templateCollection[n];if(i&&i.length){for(var a=0,o=i;a<o.length;a++){var r=o[a];this.destroyPortals(r)}delete this.templateCollection[n]}}},setProperties:function(s,e){var n=this;this.isVue3&&(this.models=this.models||this.ej2Instances.referModels),this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(s,e),s&&this.models&&this.models.length&&Object.keys(s).map(function(t){n.models.map(function(e){t!==e||/datasource/i.test(t)||(n.isVue3?n.ej2Instances.vueInstance.$emit("update:"+t,s[t]):(n.$emit("update:"+t,s[t]),n.$emit("modelchanged",s[t])))})})},trigger:function(e,t,s){var n,i;a.isExecute||(this.models=this.models||this.ej2Instances.referModels),"change"!==e&&"input"!==e||!this.models||0===this.models.length?"actionBegin"===e&&"dateNavigate"===t.requestType&&this.models&&0!==this.models.length&&(i=(n=this.models.toString().match(/currentView|selectedDate/)||[])[0],t)&&n&&!o.isUndefined(t[i])&&(a.isExecute?(this.$emit("update:"+i,t[i]),this):(this.ej2Instances.vueInstance.$emit("update:"+i,t[i]),this.ej2Instances.vueInstance)).$emit("modelchanged",t[i]):(i=(n=this.models.toString().match(/checked|value/)||[])[0],t&&n&&!o.isUndefined(t[i])&&(a.isExecute?("change"===e||this.$props&&!this.$props.isLazyUpdate)&&(this.$emit("update:"+i,t[i]),this.$emit("modelchanged",t[i])):(this.ej2Instances.vueInstance.$emit("update:"+i,t[i]),this.ej2Instances.vueInstance.$emit("modelchanged",t[i]),this.ej2Instances.vueInstance.$emit("update:modelValue",t[i])))),this.ej2Instances&&this.ej2Instances._trigger&&this.ej2Instances._trigger(e,t,s)},custom:function(){this.updated()},destroy:function(){return this.ej2Instances.destroy()},reset:function(){return this.ej2Instances.reset()}}}),Pe={name:"ejs-rating",install:function(e){e.component(Pe.name,Ce)}},xe=["isLazyUpdate","plugins","ariaLabels","autoFocus","cssClass","disabled","enablePersistence","enableRtl","htmlAttributes","length","locale","placeholder","separator","stylingMode","textTransform","type","value","blur","created","focus","input","valueChanged"],Te=["value"],r=a.getProps({props:xe}),i=r[0],r=r[1],k=Object.keys(r);k.push("modelchanged","update:modelValue");for(var M=0,Oe=Te;M<Oe.length;M++)k.push("update:"+Oe[M]);var Ee=a.vueDefineComponent({name:"OtpInputComponent",mixins:[a.ComponentBase],props:i,watch:r,emits:k,model:{event:"modelchanged"},provide:function(){return{custom:this.custom}},data:function(){return{ej2Instances:new s.OtpInput({}),propKeys:xe,models:Te,hasChildDirective:!1,hasInjectedModules:!1,tagMapper:{},tagNameMapper:{},isVue3:!a.isExecute,templateCollection:{}}},created:function(){this.ej2Instances._trigger=this.ej2Instances.trigger,this.ej2Instances.trigger=this.trigger,this.bindProperties(),this.ej2Instances._setProperties=this.ej2Instances.setProperties,this.ej2Instances.setProperties=this.setProperties,this.ej2Instances.clearTemplate=this.clearTemplate,this.updated=this.updated},render:function(e){var t=null;return(a.isExecute?e:a.gh)("div",t=o.isNullOrUndefined(this.$slots.default)?t:a.isExecute?this.$slots.default:this.$slots.default())},methods:{clearTemplate:function(e){if((e=e||Object.keys(this.templateCollection||{})).length&&this.templateCollection)for(var t=0,s=e;t<s.length;t++){var n=s[t],i=this.templateCollection[n];if(i&&i.length){for(var a=0,o=i;a<o.length;a++){var r=o[a];this.destroyPortals(r)}delete this.templateCollection[n]}}},setProperties:function(s,e){var n=this;this.isVue3&&(this.models=this.models||this.ej2Instances.referModels),this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(s,e),s&&this.models&&this.models.length&&Object.keys(s).map(function(t){n.models.map(function(e){t!==e||/datasource/i.test(t)||(n.isVue3?n.ej2Instances.vueInstance.$emit("update:"+t,s[t]):(n.$emit("update:"+t,s[t]),n.$emit("modelchanged",s[t])))})})},trigger:function(e,t,s){var n,i;a.isExecute||(this.models=this.models||this.ej2Instances.referModels),"change"!==e&&"input"!==e||!this.models||0===this.models.length?"actionBegin"===e&&"dateNavigate"===t.requestType&&this.models&&0!==this.models.length&&(i=(n=this.models.toString().match(/currentView|selectedDate/)||[])[0],t)&&n&&!o.isUndefined(t[i])&&(a.isExecute?(this.$emit("update:"+i,t[i]),this):(this.ej2Instances.vueInstance.$emit("update:"+i,t[i]),this.ej2Instances.vueInstance)).$emit("modelchanged",t[i]):(i=(n=this.models.toString().match(/checked|value/)||[])[0],t&&n&&!o.isUndefined(t[i])&&(a.isExecute?("change"===e||this.$props&&!this.$props.isLazyUpdate)&&(this.$emit("update:"+i,t[i]),this.$emit("modelchanged",t[i])):(this.ej2Instances.vueInstance.$emit("update:"+i,t[i]),this.ej2Instances.vueInstance.$emit("modelchanged",t[i]),this.ej2Instances.vueInstance.$emit("update:modelValue",t[i])))),this.ej2Instances&&this.ej2Instances._trigger&&this.ej2Instances._trigger(e,t,s)},custom:function(){this.updated()},destroy:function(){return this.ej2Instances.destroy()},focusIn:function(){return this.ej2Instances.focusIn()},focusOut:function(){return this.ej2Instances.focusOut()}}}),Ve={name:"ejs-otpinput",install:function(e){e.component(Ve.name,Ee)}},ke=["isLazyUpdate","plugins","UserPhrases","adornmentFlow","adornmentOrientation","aiSuggestionHandler","appendTemplate","cols","cssClass","enablePersistence","enableRtl","enabled","floatLabelType","htmlAttributes","locale","maxLength","placeholder","prependTemplate","readonly","resizeMode","rows","showClearButton","showSuggestionOnPopup","userRole","value","width","afterSuggestionInsert","beforeSuggestionInsert","blur","change","created","destroyed","focus","input"],Me=["value"],i=a.getProps({props:ke}),r=i[0],i=i[1],U=Object.keys(i);U.push("modelchanged","update:modelValue");for(var _=0,Ue=Me;_<Ue.length;_++)U.push("update:"+Ue[_]);var _e=a.vueDefineComponent({name:"SmartTextAreaComponent",mixins:[a.ComponentBase],props:r,watch:i,emits:U,model:{event:"modelchanged"},provide:function(){return{custom:this.custom}},data:function(){return{ej2Instances:new s.SmartTextArea({}),propKeys:ke,models:Me,hasChildDirective:!1,hasInjectedModules:!1,tagMapper:{},tagNameMapper:{},isVue3:!a.isExecute,templateCollection:{}}},created:function(){this.ej2Instances._trigger=this.ej2Instances.trigger,this.ej2Instances.trigger=this.trigger,this.bindProperties(),this.ej2Instances._setProperties=this.ej2Instances.setProperties,this.ej2Instances.setProperties=this.setProperties,this.ej2Instances.clearTemplate=this.clearTemplate,this.updated=this.updated},render:function(e){var t=null;return(a.isExecute?e:a.gh)("textarea",t=o.isNullOrUndefined(this.$slots.default)?t:a.isExecute?this.$slots.default:this.$slots.default())},methods:{clearTemplate:function(e){if((e=e||Object.keys(this.templateCollection||{})).length&&this.templateCollection)for(var t=0,s=e;t<s.length;t++){var n=s[t],i=this.templateCollection[n];if(i&&i.length){for(var a=0,o=i;a<o.length;a++){var r=o[a];this.destroyPortals(r)}delete this.templateCollection[n]}}},setProperties:function(s,e){var n=this;this.isVue3&&(this.models=this.models||this.ej2Instances.referModels),this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(s,e),s&&this.models&&this.models.length&&Object.keys(s).map(function(t){n.models.map(function(e){t!==e||/datasource/i.test(t)||(n.isVue3?n.ej2Instances.vueInstance.$emit("update:"+t,s[t]):(n.$emit("update:"+t,s[t]),n.$emit("modelchanged",s[t])))})})},trigger:function(e,t,s){var n,i;a.isExecute||(this.models=this.models||this.ej2Instances.referModels),"change"!==e&&"input"!==e||!this.models||0===this.models.length?"actionBegin"===e&&"dateNavigate"===t.requestType&&this.models&&0!==this.models.length&&(i=(n=this.models.toString().match(/currentView|selectedDate/)||[])[0],t)&&n&&!o.isUndefined(t[i])&&(a.isExecute?(this.$emit("update:"+i,t[i]),this):(this.ej2Instances.vueInstance.$emit("update:"+i,t[i]),this.ej2Instances.vueInstance)).$emit("modelchanged",t[i]):(i=(n=this.models.toString().match(/checked|value/)||[])[0],t&&n&&!o.isUndefined(t[i])&&(a.isExecute?("change"===e||this.$props&&!this.$props.isLazyUpdate)&&(this.$emit("update:"+i,t[i]),this.$emit("modelchanged",t[i])):(this.ej2Instances.vueInstance.$emit("update:"+i,t[i]),this.ej2Instances.vueInstance.$emit("modelchanged",t[i]),this.ej2Instances.vueInstance.$emit("update:modelValue",t[i])))),this.ej2Instances&&this.ej2Instances._trigger&&this.ej2Instances._trigger(e,t,s)},custom:function(){this.updated()},addAttributes:function(e){return this.ej2Instances.addAttributes(e)},focusIn:function(){return this.ej2Instances.focusIn()},focusOut:function(){return this.ej2Instances.focusOut()},removeAttributes:function(e){return this.ej2Instances.removeAttributes(e)}}}),we={name:"ejs-smarttextarea",install:function(e){e.component(we.name,_e)}},Se=["isLazyUpdate","plugins","allowInterimResults","buttonSettings","cssClass","disabled","enablePersistence","enableRtl","htmlAttributes","lang","listeningState","locale","showTooltip","tooltipSettings","transcript","created","onError","onStart","onStop","transcriptChanged"],Be=["transcript"],r=a.getProps({props:Se}),i=r[0],r=r[1],w=Object.keys(r);w.push("modelchanged","update:modelValue");for(var S=0,De=Be;S<De.length;S++)w.push("update:"+De[S]);var Le=a.vueDefineComponent({name:"SpeechToTextComponent",mixins:[a.ComponentBase],props:i,watch:r,emits:w,model:{event:"modelchanged"},provide:function(){return{custom:this.custom}},data:function(){return{ej2Instances:new s.SpeechToText({}),propKeys:Se,models:Be,hasChildDirective:!1,hasInjectedModules:!1,tagMapper:{},tagNameMapper:{},isVue3:!a.isExecute,templateCollection:{}}},created:function(){this.ej2Instances._trigger=this.ej2Instances.trigger,this.ej2Instances.trigger=this.trigger,this.bindProperties(),this.ej2Instances._setProperties=this.ej2Instances.setProperties,this.ej2Instances.setProperties=this.setProperties,this.ej2Instances.clearTemplate=this.clearTemplate,this.updated=this.updated},render:function(e){var t=null;return(a.isExecute?e:a.gh)("button",t=o.isNullOrUndefined(this.$slots.default)?t:a.isExecute?this.$slots.default:this.$slots.default())},methods:{clearTemplate:function(e){if((e=e||Object.keys(this.templateCollection||{})).length&&this.templateCollection)for(var t=0,s=e;t<s.length;t++){var n=s[t],i=this.templateCollection[n];if(i&&i.length){for(var a=0,o=i;a<o.length;a++){var r=o[a];this.destroyPortals(r)}delete this.templateCollection[n]}}},setProperties:function(s,e){var n=this;this.isVue3&&(this.models=this.models||this.ej2Instances.referModels),this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(s,e),s&&this.models&&this.models.length&&Object.keys(s).map(function(t){n.models.map(function(e){t!==e||/datasource/i.test(t)||(n.isVue3?n.ej2Instances.vueInstance.$emit("update:"+t,s[t]):(n.$emit("update:"+t,s[t]),n.$emit("modelchanged",s[t])))})})},trigger:function(e,t,s){var n,i;a.isExecute||(this.models=this.models||this.ej2Instances.referModels),"change"!==e&&"input"!==e||!this.models||0===this.models.length?"actionBegin"===e&&"dateNavigate"===t.requestType&&this.models&&0!==this.models.length&&(i=(n=this.models.toString().match(/currentView|selectedDate/)||[])[0],t)&&n&&!o.isUndefined(t[i])&&(a.isExecute?(this.$emit("update:"+i,t[i]),this):(this.ej2Instances.vueInstance.$emit("update:"+i,t[i]),this.ej2Instances.vueInstance)).$emit("modelchanged",t[i]):(i=(n=this.models.toString().match(/checked|value/)||[])[0],t&&n&&!o.isUndefined(t[i])&&(a.isExecute?("change"===e||this.$props&&!this.$props.isLazyUpdate)&&(this.$emit("update:"+i,t[i]),this.$emit("modelchanged",t[i])):(this.ej2Instances.vueInstance.$emit("update:"+i,t[i]),this.ej2Instances.vueInstance.$emit("modelchanged",t[i]),this.ej2Instances.vueInstance.$emit("update:modelValue",t[i])))),this.ej2Instances&&this.ej2Instances._trigger&&this.ej2Instances._trigger(e,t,s)},custom:function(){this.updated()},destroy:function(){return this.ej2Instances.destroy()},startListening:function(){return this.ej2Instances.startListening()},stopListening:function(){return this.ej2Instances.stopListening()}}}),Ne={name:"ejs-speechtotext",install:function(e){e.component(Ne.name,Le)}};Object.keys(s).forEach(function(e){"default"!==e&&Object.defineProperty(t,e,{enumerable:!0,get:function(){return s[e]}})}),t.ColorPickerComponent=pe,t.ColorPickerPlugin=me,t.FilesDirective=j,t.FilesPlugin=v,t.MaskedTextBoxComponent=Y,t.MaskedTextBoxPlugin=Z,t.NumericTextBoxComponent=W,t.NumericTextBoxPlugin=G,t.OtpInputComponent=Ee,t.OtpInputPlugin=Ve,t.RatingComponent=Ce,t.RatingPlugin=Pe,t.SignatureComponent=je,t.SignaturePlugin=ve,t.SliderComponent=ne,t.SliderPlugin=ie,t.SmartTextAreaComponent=_e,t.SmartTextAreaPlugin=we,t.SpeechToTextComponent=Le,t.SpeechToTextPlugin=Ne,t.TextAreaComponent=R,t.TextAreaPlugin=F,t.TextBoxComponent=D,t.TextBoxPlugin=L,t.UploadedFilesDirective=$,t.UploadedFilesPlugin=y,t.UploaderComponent=ce,t.UploaderPlugin=le,Object.defineProperty(t,"__esModule",{value:!0})});
10
+ !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@syncfusion/ej2-inputs"),require("@syncfusion/ej2-vue-base"),require("@syncfusion/ej2-base")):"function"==typeof define&&define.amd?define(["exports","@syncfusion/ej2-inputs","@syncfusion/ej2-vue-base","@syncfusion/ej2-base"],t):t((e=e||self).ej={},e.ej2Inputs,e.ej2VueBase,e.ej2Base)}(this,function(t,s,a,o){"use strict";var e=["isLazyUpdate","plugins","appendTemplate","autocomplete","cssClass","enablePersistence","enableRtl","enabled","floatLabelType","htmlAttributes","locale","maxLength","multiline","placeholder","prependTemplate","readonly","showClearButton","type","value","width","blur","change","created","destroyed","focus","input"],n=["value"],i=a.getProps({props:e}),r=i[0],i=i[1],c=Object.keys(i);c.push("modelchanged","update:modelValue");for(var l=0,B=n;l<B.length;l++)c.push("update:"+B[l]);var L=a.vueDefineComponent({name:"TextBoxComponent",mixins:[a.ComponentBase],props:r,watch:i,emits:c,model:{event:"modelchanged"},provide:function(){return{custom:this.custom}},data:function(){return{ej2Instances:new s.TextBox({}),propKeys:e,models:n,hasChildDirective:!1,hasInjectedModules:!1,tagMapper:{},tagNameMapper:{},isVue3:!a.isExecute,templateCollection:{}}},created:function(){this.ej2Instances._trigger=this.ej2Instances.trigger,this.ej2Instances.trigger=this.trigger,this.bindProperties(),this.ej2Instances._setProperties=this.ej2Instances.setProperties,this.ej2Instances.setProperties=this.setProperties,this.ej2Instances.clearTemplate=this.clearTemplate,this.updated=this.updated},render:function(e){var t=null;return(a.isExecute?e:a.gh)("input",t=o.isNullOrUndefined(this.$slots.default)?t:a.isExecute?this.$slots.default:this.$slots.default())},methods:{clearTemplate:function(e){if((e=e||Object.keys(this.templateCollection||{})).length&&this.templateCollection)for(var t=0,s=e;t<s.length;t++){var n=s[t],i=this.templateCollection[n];if(i&&i.length){for(var a=0,o=i;a<o.length;a++){var r=o[a];this.destroyPortals(r)}delete this.templateCollection[n]}}},setProperties:function(s,e){var n=this;this.isVue3&&(this.models=this.models||this.ej2Instances.referModels),this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(s,e),s&&this.models&&this.models.length&&Object.keys(s).map(function(t){n.models.map(function(e){t!==e||/datasource/i.test(t)||(n.isVue3?n.ej2Instances.vueInstance.$emit("update:"+t,s[t]):(n.$emit("update:"+t,s[t]),n.$emit("modelchanged",s[t])))})})},trigger:function(e,t,s){var n,i;a.isExecute||(this.models=this.models||this.ej2Instances.referModels),"change"!==e&&"input"!==e||!this.models||0===this.models.length?"actionBegin"===e&&"dateNavigate"===t.requestType&&this.models&&0!==this.models.length&&(i=(n=this.models.toString().match(/currentView|selectedDate/)||[])[0],t)&&n&&!o.isUndefined(t[i])&&(a.isExecute?(this.$emit("update:"+i,t[i]),this):(this.ej2Instances.vueInstance.$emit("update:"+i,t[i]),this.ej2Instances.vueInstance)).$emit("modelchanged",t[i]):(i=(n=this.models.toString().match(/checked|value/)||[])[0],t&&n&&!o.isUndefined(t[i])&&(a.isExecute?("change"===e||this.$props&&!this.$props.isLazyUpdate)&&(this.$emit("update:"+i,t[i]),this.$emit("modelchanged",t[i])):(this.ej2Instances.vueInstance.$emit("update:"+i,t[i]),this.ej2Instances.vueInstance.$emit("modelchanged",t[i]),this.ej2Instances.vueInstance.$emit("update:modelValue",t[i])))),this.ej2Instances&&this.ej2Instances._trigger&&this.ej2Instances._trigger(e,t,s)},custom:function(){this.updated()},addAttributes:function(e){return this.ej2Instances.addAttributes(e)},addIcon:function(e,t){return this.ej2Instances.addIcon(e,t)},destroy:function(){return this.ej2Instances.destroy()},focusIn:function(){return this.ej2Instances.focusIn()},focusOut:function(){return this.ej2Instances.focusOut()},removeAttributes:function(e){return this.ej2Instances.removeAttributes(e)}}}),D={name:"ejs-textbox",install:function(e){e.component(D.name,L)}},N=["isLazyUpdate","plugins","adornmentFlow","adornmentOrientation","appendTemplate","cols","cssClass","enablePersistence","enableRtl","enabled","floatLabelType","htmlAttributes","locale","maxLength","placeholder","prependTemplate","readonly","resizeMode","rows","showClearButton","value","width","blur","change","created","destroyed","focus","input"],A=["value"],r=a.getProps({props:N}),i=r[0],r=r[1],u=Object.keys(r);u.push("modelchanged","update:modelValue");for(var h=0,z=A;h<z.length;h++)u.push("update:"+z[h]);var R=a.vueDefineComponent({name:"TextAreaComponent",mixins:[a.ComponentBase],props:i,watch:r,emits:u,model:{event:"modelchanged"},provide:function(){return{custom:this.custom}},data:function(){return{ej2Instances:new s.TextArea({}),propKeys:N,models:A,hasChildDirective:!1,hasInjectedModules:!1,tagMapper:{},tagNameMapper:{},isVue3:!a.isExecute,templateCollection:{}}},created:function(){this.ej2Instances._trigger=this.ej2Instances.trigger,this.ej2Instances.trigger=this.trigger,this.bindProperties(),this.ej2Instances._setProperties=this.ej2Instances.setProperties,this.ej2Instances.setProperties=this.setProperties,this.ej2Instances.clearTemplate=this.clearTemplate,this.updated=this.updated},render:function(e){var t=null;return(a.isExecute?e:a.gh)("textarea",t=o.isNullOrUndefined(this.$slots.default)?t:a.isExecute?this.$slots.default:this.$slots.default())},methods:{clearTemplate:function(e){if((e=e||Object.keys(this.templateCollection||{})).length&&this.templateCollection)for(var t=0,s=e;t<s.length;t++){var n=s[t],i=this.templateCollection[n];if(i&&i.length){for(var a=0,o=i;a<o.length;a++){var r=o[a];this.destroyPortals(r)}delete this.templateCollection[n]}}},setProperties:function(s,e){var n=this;this.isVue3&&(this.models=this.models||this.ej2Instances.referModels),this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(s,e),s&&this.models&&this.models.length&&Object.keys(s).map(function(t){n.models.map(function(e){t!==e||/datasource/i.test(t)||(n.isVue3?n.ej2Instances.vueInstance.$emit("update:"+t,s[t]):(n.$emit("update:"+t,s[t]),n.$emit("modelchanged",s[t])))})})},trigger:function(e,t,s){var n,i;a.isExecute||(this.models=this.models||this.ej2Instances.referModels),"change"!==e&&"input"!==e||!this.models||0===this.models.length?"actionBegin"===e&&"dateNavigate"===t.requestType&&this.models&&0!==this.models.length&&(i=(n=this.models.toString().match(/currentView|selectedDate/)||[])[0],t)&&n&&!o.isUndefined(t[i])&&(a.isExecute?(this.$emit("update:"+i,t[i]),this):(this.ej2Instances.vueInstance.$emit("update:"+i,t[i]),this.ej2Instances.vueInstance)).$emit("modelchanged",t[i]):(i=(n=this.models.toString().match(/checked|value/)||[])[0],t&&n&&!o.isUndefined(t[i])&&(a.isExecute?("change"===e||this.$props&&!this.$props.isLazyUpdate)&&(this.$emit("update:"+i,t[i]),this.$emit("modelchanged",t[i])):(this.ej2Instances.vueInstance.$emit("update:"+i,t[i]),this.ej2Instances.vueInstance.$emit("modelchanged",t[i]),this.ej2Instances.vueInstance.$emit("update:modelValue",t[i])))),this.ej2Instances&&this.ej2Instances._trigger&&this.ej2Instances._trigger(e,t,s)},custom:function(){this.updated()},addAttributes:function(e){return this.ej2Instances.addAttributes(e)},destroy:function(){return this.ej2Instances.destroy()},focusIn:function(){return this.ej2Instances.focusIn()},focusOut:function(){return this.ej2Instances.focusOut()},removeAttributes:function(e){return this.ej2Instances.removeAttributes(e)}}}),F={name:"ejs-textarea",install:function(e){e.component(F.name,R)}},q=["isLazyUpdate","plugins","allowMouseWheel","appendTemplate","cssClass","currency","currencyCode","decimals","enablePersistence","enableRtl","enabled","floatLabelType","format","htmlAttributes","locale","max","min","placeholder","prependTemplate","readonly","showClearButton","showSpinButton","step","strictMode","validateDecimalOnType","value","width","blur","change","created","destroyed","focus"],K=["value"],i=a.getProps({props:q}),r=i[0],i=i[1],d=Object.keys(i);d.push("modelchanged","update:modelValue");for(var p=0,H=K;p<H.length;p++)d.push("update:"+H[p]);var W=a.vueDefineComponent({name:"NumericTextBoxComponent",mixins:[a.ComponentBase],props:r,watch:i,emits:d,model:{event:"modelchanged"},provide:function(){return{custom:this.custom}},data:function(){return{ej2Instances:new s.NumericTextBox({}),propKeys:q,models:K,hasChildDirective:!1,hasInjectedModules:!1,tagMapper:{},tagNameMapper:{},isVue3:!a.isExecute,templateCollection:{}}},created:function(){this.ej2Instances._trigger=this.ej2Instances.trigger,this.ej2Instances.trigger=this.trigger,this.bindProperties(),this.ej2Instances._setProperties=this.ej2Instances.setProperties,this.ej2Instances.setProperties=this.setProperties,this.ej2Instances.clearTemplate=this.clearTemplate,this.updated=this.updated},render:function(e){var t=null;return(a.isExecute?e:a.gh)("input",t=o.isNullOrUndefined(this.$slots.default)?t:a.isExecute?this.$slots.default:this.$slots.default())},methods:{clearTemplate:function(e){if((e=e||Object.keys(this.templateCollection||{})).length&&this.templateCollection)for(var t=0,s=e;t<s.length;t++){var n=s[t],i=this.templateCollection[n];if(i&&i.length){for(var a=0,o=i;a<o.length;a++){var r=o[a];this.destroyPortals(r)}delete this.templateCollection[n]}}},setProperties:function(s,e){var n=this;this.isVue3&&(this.models=this.models||this.ej2Instances.referModels),this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(s,e),s&&this.models&&this.models.length&&Object.keys(s).map(function(t){n.models.map(function(e){t!==e||/datasource/i.test(t)||(n.isVue3?n.ej2Instances.vueInstance.$emit("update:"+t,s[t]):(n.$emit("update:"+t,s[t]),n.$emit("modelchanged",s[t])))})})},trigger:function(e,t,s){var n,i;a.isExecute||(this.models=this.models||this.ej2Instances.referModels),"change"!==e&&"input"!==e||!this.models||0===this.models.length?"actionBegin"===e&&"dateNavigate"===t.requestType&&this.models&&0!==this.models.length&&(i=(n=this.models.toString().match(/currentView|selectedDate/)||[])[0],t)&&n&&!o.isUndefined(t[i])&&(a.isExecute?(this.$emit("update:"+i,t[i]),this):(this.ej2Instances.vueInstance.$emit("update:"+i,t[i]),this.ej2Instances.vueInstance)).$emit("modelchanged",t[i]):(i=(n=this.models.toString().match(/checked|value/)||[])[0],t&&n&&!o.isUndefined(t[i])&&(a.isExecute?("change"===e||this.$props&&!this.$props.isLazyUpdate)&&(this.$emit("update:"+i,t[i]),this.$emit("modelchanged",t[i])):(this.ej2Instances.vueInstance.$emit("update:"+i,t[i]),this.ej2Instances.vueInstance.$emit("modelchanged",t[i]),this.ej2Instances.vueInstance.$emit("update:modelValue",t[i])))),this.ej2Instances&&this.ej2Instances._trigger&&this.ej2Instances._trigger(e,t,s)},custom:function(){this.updated()},decrement:function(e){return this.ej2Instances.decrement(e)},destroy:function(){return this.ej2Instances.destroy()},focusIn:function(){return this.ej2Instances.focusIn()},focusOut:function(){return this.ej2Instances.focusOut()},getText:function(){return this.ej2Instances.getText()},increment:function(e){return this.ej2Instances.increment(e)}}}),G={name:"ejs-numerictextbox",install:function(e){e.component(G.name,W)}},J=["isLazyUpdate","plugins","appendTemplate","cssClass","customCharacters","enablePersistence","enableRtl","enabled","floatLabelType","htmlAttributes","locale","mask","placeholder","prependTemplate","promptChar","readonly","showClearButton","value","width","blur","change","created","destroyed","focus"],Q=["value"],r=a.getProps({props:J}),i=r[0],r=r[1],m=Object.keys(r);m.push("modelchanged","update:modelValue");for(var g=0,X=Q;g<X.length;g++)m.push("update:"+X[g]);var Y=a.vueDefineComponent({name:"MaskedTextBoxComponent",mixins:[a.ComponentBase],props:i,watch:r,emits:m,model:{event:"modelchanged"},provide:function(){return{custom:this.custom}},data:function(){return{ej2Instances:new s.MaskedTextBox({}),propKeys:J,models:Q,hasChildDirective:!1,hasInjectedModules:!1,tagMapper:{},tagNameMapper:{},isVue3:!a.isExecute,templateCollection:{}}},created:function(){this.ej2Instances._trigger=this.ej2Instances.trigger,this.ej2Instances.trigger=this.trigger,this.bindProperties(),this.ej2Instances._setProperties=this.ej2Instances.setProperties,this.ej2Instances.setProperties=this.setProperties,this.ej2Instances.clearTemplate=this.clearTemplate,this.updated=this.updated},render:function(e){var t=null;return(a.isExecute?e:a.gh)("input",t=o.isNullOrUndefined(this.$slots.default)?t:a.isExecute?this.$slots.default:this.$slots.default())},methods:{clearTemplate:function(e){if((e=e||Object.keys(this.templateCollection||{})).length&&this.templateCollection)for(var t=0,s=e;t<s.length;t++){var n=s[t],i=this.templateCollection[n];if(i&&i.length){for(var a=0,o=i;a<o.length;a++){var r=o[a];this.destroyPortals(r)}delete this.templateCollection[n]}}},setProperties:function(s,e){var n=this;this.isVue3&&(this.models=this.models||this.ej2Instances.referModels),this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(s,e),s&&this.models&&this.models.length&&Object.keys(s).map(function(t){n.models.map(function(e){t!==e||/datasource/i.test(t)||(n.isVue3?n.ej2Instances.vueInstance.$emit("update:"+t,s[t]):(n.$emit("update:"+t,s[t]),n.$emit("modelchanged",s[t])))})})},trigger:function(e,t,s){var n,i;a.isExecute||(this.models=this.models||this.ej2Instances.referModels),"change"!==e&&"input"!==e||!this.models||0===this.models.length?"actionBegin"===e&&"dateNavigate"===t.requestType&&this.models&&0!==this.models.length&&(i=(n=this.models.toString().match(/currentView|selectedDate/)||[])[0],t)&&n&&!o.isUndefined(t[i])&&(a.isExecute?(this.$emit("update:"+i,t[i]),this):(this.ej2Instances.vueInstance.$emit("update:"+i,t[i]),this.ej2Instances.vueInstance)).$emit("modelchanged",t[i]):(i=(n=this.models.toString().match(/checked|value/)||[])[0],t&&n&&!o.isUndefined(t[i])&&(a.isExecute?("change"===e||this.$props&&!this.$props.isLazyUpdate)&&(this.$emit("update:"+i,t[i]),this.$emit("modelchanged",t[i])):(this.ej2Instances.vueInstance.$emit("update:"+i,t[i]),this.ej2Instances.vueInstance.$emit("modelchanged",t[i]),this.ej2Instances.vueInstance.$emit("update:modelValue",t[i])))),this.ej2Instances&&this.ej2Instances._trigger&&this.ej2Instances._trigger(e,t,s)},custom:function(){this.updated()},destroy:function(){return this.ej2Instances.destroy()},focusIn:function(){return this.ej2Instances.focusIn()},focusOut:function(){return this.ej2Instances.focusOut()},getMaskedValue:function(){return this.ej2Instances.getMaskedValue()}}}),Z={name:"ejs-maskedtextbox",install:function(e){e.component(Z.name,Y)}},ee=["isLazyUpdate","plugins","colorRange","cssClass","customValues","enableAnimation","enableHtmlSanitizer","enablePersistence","enableRtl","enabled","limits","locale","max","min","orientation","readonly","showButtons","step","ticks","tooltip","type","value","width","change","changed","created","renderedTicks","renderingTicks","tooltipChange"],te=["value"],i=a.getProps({props:ee}),r=i[0],i=i[1],f=Object.keys(i);f.push("modelchanged","update:modelValue");for(var I=0,se=te;I<se.length;I++)f.push("update:"+se[I]);var ne=a.vueDefineComponent({name:"SliderComponent",mixins:[a.ComponentBase],props:r,watch:i,emits:f,model:{event:"modelchanged"},provide:function(){return{custom:this.custom}},data:function(){return{ej2Instances:new s.Slider({}),propKeys:ee,models:te,hasChildDirective:!1,hasInjectedModules:!1,tagMapper:{},tagNameMapper:{},isVue3:!a.isExecute,templateCollection:{}}},created:function(){this.ej2Instances._trigger=this.ej2Instances.trigger,this.ej2Instances.trigger=this.trigger,this.bindProperties(),this.ej2Instances._setProperties=this.ej2Instances.setProperties,this.ej2Instances.setProperties=this.setProperties,this.ej2Instances.clearTemplate=this.clearTemplate,this.updated=this.updated},render:function(e){var t=null;return(a.isExecute?e:a.gh)("div",t=o.isNullOrUndefined(this.$slots.default)?t:a.isExecute?this.$slots.default:this.$slots.default())},methods:{clearTemplate:function(e){if((e=e||Object.keys(this.templateCollection||{})).length&&this.templateCollection)for(var t=0,s=e;t<s.length;t++){var n=s[t],i=this.templateCollection[n];if(i&&i.length){for(var a=0,o=i;a<o.length;a++){var r=o[a];this.destroyPortals(r)}delete this.templateCollection[n]}}},setProperties:function(s,e){var n=this;this.isVue3&&(this.models=this.models||this.ej2Instances.referModels),this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(s,e),s&&this.models&&this.models.length&&Object.keys(s).map(function(t){n.models.map(function(e){t!==e||/datasource/i.test(t)||(n.isVue3?n.ej2Instances.vueInstance.$emit("update:"+t,s[t]):(n.$emit("update:"+t,s[t]),n.$emit("modelchanged",s[t])))})})},trigger:function(e,t,s){var n,i;a.isExecute||(this.models=this.models||this.ej2Instances.referModels),"change"!==e&&"input"!==e||!this.models||0===this.models.length?"actionBegin"===e&&"dateNavigate"===t.requestType&&this.models&&0!==this.models.length&&(i=(n=this.models.toString().match(/currentView|selectedDate/)||[])[0],t)&&n&&!o.isUndefined(t[i])&&(a.isExecute?(this.$emit("update:"+i,t[i]),this):(this.ej2Instances.vueInstance.$emit("update:"+i,t[i]),this.ej2Instances.vueInstance)).$emit("modelchanged",t[i]):(i=(n=this.models.toString().match(/checked|value/)||[])[0],t&&n&&!o.isUndefined(t[i])&&(a.isExecute?("change"===e||this.$props&&!this.$props.isLazyUpdate)&&(this.$emit("update:"+i,t[i]),this.$emit("modelchanged",t[i])):(this.ej2Instances.vueInstance.$emit("update:"+i,t[i]),this.ej2Instances.vueInstance.$emit("modelchanged",t[i]),this.ej2Instances.vueInstance.$emit("update:modelValue",t[i])))),this.ej2Instances&&this.ej2Instances._trigger&&this.ej2Instances._trigger(e,t,s)},custom:function(){this.updated()},destroy:function(){return this.ej2Instances.destroy()},reposition:function(){return this.ej2Instances.reposition()},setTooltip:function(e){return this.ej2Instances.setTooltip(e)}}}),ie={name:"ejs-slider",install:function(e){e.component(ie.name,ne)}},j=a.vueDefineComponent({inject:{custom:{default:null}},render:function(e){var t;if(!a.isExecute)return t=null,(a.isExecute?e:a.gh)("div",{class:"e-directive"},t=o.isNullOrUndefined(this.$slots.default)?t:a.isExecute?this.$slots.default:this.$slots.default())},updated:function(){!a.isExecute&&this.custom&&this.custom()},methods:{getTag:function(){return"e-files"}}}),v={name:"e-files",install:function(e){e.component(v.name,j)}},$=a.vueDefineComponent({render:function(){},methods:{getTag:function(){return"e-uploadedfiles"}}}),y={name:"e-uploadedfiles",install:function(e){e.component(y.name,$)}},ae=["isLazyUpdate","plugins","allowedExtensions","asyncSettings","autoUpload","buttons","cssClass","directoryUpload","dropArea","dropEffect","enableHtmlSanitizer","enablePersistence","enableRtl","enabled","files","htmlAttributes","locale","maxFileSize","minFileSize","multiple","sequentialUpload","showFileList","template","actionComplete","beforeRemove","beforeUpload","canceling","change","chunkFailure","chunkSuccess","chunkUploading","clearing","created","failure","fileListRendering","pausing","progress","removing","rendering","resuming","selected","success","uploading"],oe=[],r=a.getProps({props:ae}),i=r[0],r=r[1],b=Object.keys(r);b.push("modelchanged","update:modelValue");for(var C=0,re=oe;C<re.length;C++)b.push("update:"+re[C]);var ce=a.vueDefineComponent({name:"UploaderComponent",mixins:[a.ComponentBase],props:i,watch:r,emits:b,provide:function(){return{custom:this.custom}},data:function(){return{ej2Instances:new s.Uploader({}),propKeys:ae,models:oe,hasChildDirective:!0,hasInjectedModules:!1,tagMapper:{"e-files":"e-uploadedfiles"},tagNameMapper:{},isVue3:!a.isExecute,templateCollection:{}}},created:function(){this.bindProperties(),this.ej2Instances._setProperties=this.ej2Instances.setProperties,this.ej2Instances.setProperties=this.setProperties,this.ej2Instances.clearTemplate=this.clearTemplate,this.updated=this.updated},render:function(e){var t=null;return(a.isExecute?e:a.gh)("input",t=o.isNullOrUndefined(this.$slots.default)?t:a.isExecute?this.$slots.default:this.$slots.default())},methods:{clearTemplate:function(e){if((e=e||Object.keys(this.templateCollection||{})).length&&this.templateCollection)for(var t=0,s=e;t<s.length;t++){var n=s[t],i=this.templateCollection[n];if(i&&i.length){for(var a=0,o=i;a<o.length;a++){var r=o[a];this.destroyPortals(r)}delete this.templateCollection[n]}}},setProperties:function(s,e){var n=this;this.isVue3&&(this.models=this.models||this.ej2Instances.referModels),this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(s,e),s&&this.models&&this.models.length&&Object.keys(s).map(function(t){n.models.map(function(e){t!==e||/datasource/i.test(t)||(n.isVue3?n.ej2Instances.vueInstance.$emit("update:"+t,s[t]):(n.$emit("update:"+t,s[t]),n.$emit("modelchanged",s[t])))})})},custom:function(){this.updated()},bytesToSize:function(e){return this.ej2Instances.bytesToSize(e)},cancel:function(e){return this.ej2Instances.cancel(e)},clearAll:function(){return this.ej2Instances.clearAll()},createFileList:function(e){return this.ej2Instances.createFileList(e)},destroy:function(){return this.ej2Instances.destroy()},getFilesData:function(e){return this.ej2Instances.getFilesData(e)},pause:function(e,t){return this.ej2Instances.pause(e,t)},remove:function(e,t,s,n,i){return this.ej2Instances.remove(e,t,s,n,i)},resume:function(e,t){return this.ej2Instances.resume(e,t)},retry:function(e,t,s){return this.ej2Instances.retry(e,t,s)},sortFileList:function(e){return this.ej2Instances.sortFileList(e)},traverseFileTree:function(e,t){return this.ej2Instances.traverseFileTree(e,t)},upload:function(e,t){return this.ej2Instances.upload(e,t)}}}),le={name:"ejs-uploader",install:function(e){e.component(le.name,ce),e.component(y.name,$),e.component(v.name,j)}},ue=["isLazyUpdate","plugins","columns","createPopupOnClick","cssClass","disabled","enableOpacity","enablePersistence","enableRtl","inline","locale","mode","modeSwitcher","noColor","presetColors","showButtons","showRecentColors","value","beforeClose","beforeModeSwitch","beforeOpen","beforeTileRender","change","created","onModeSwitch","open","select"],he=["value"],i=a.getProps({props:ue}),r=i[0],i=i[1],P=Object.keys(i);P.push("modelchanged","update:modelValue");for(var x=0,de=he;x<de.length;x++)P.push("update:"+de[x]);var pe=a.vueDefineComponent({name:"ColorPickerComponent",mixins:[a.ComponentBase],props:r,watch:i,emits:P,model:{event:"modelchanged"},provide:function(){return{custom:this.custom}},data:function(){return{ej2Instances:new s.ColorPicker({}),propKeys:ue,models:he,hasChildDirective:!1,hasInjectedModules:!1,tagMapper:{},tagNameMapper:{},isVue3:!a.isExecute,templateCollection:{}}},created:function(){this.ej2Instances._trigger=this.ej2Instances.trigger,this.ej2Instances.trigger=this.trigger,this.bindProperties(),this.ej2Instances._setProperties=this.ej2Instances.setProperties,this.ej2Instances.setProperties=this.setProperties,this.ej2Instances.clearTemplate=this.clearTemplate,this.updated=this.updated},render:function(e){var t=null;return(a.isExecute?e:a.gh)("input",t=o.isNullOrUndefined(this.$slots.default)?t:a.isExecute?this.$slots.default:this.$slots.default())},methods:{clearTemplate:function(e){if((e=e||Object.keys(this.templateCollection||{})).length&&this.templateCollection)for(var t=0,s=e;t<s.length;t++){var n=s[t],i=this.templateCollection[n];if(i&&i.length){for(var a=0,o=i;a<o.length;a++){var r=o[a];this.destroyPortals(r)}delete this.templateCollection[n]}}},setProperties:function(s,e){var n=this;this.isVue3&&(this.models=this.models||this.ej2Instances.referModels),this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(s,e),s&&this.models&&this.models.length&&Object.keys(s).map(function(t){n.models.map(function(e){t!==e||/datasource/i.test(t)||(n.isVue3?n.ej2Instances.vueInstance.$emit("update:"+t,s[t]):(n.$emit("update:"+t,s[t]),n.$emit("modelchanged",s[t])))})})},trigger:function(e,t,s){var n,i;a.isExecute||(this.models=this.models||this.ej2Instances.referModels),"change"!==e&&"input"!==e||!this.models||0===this.models.length?"actionBegin"===e&&"dateNavigate"===t.requestType&&this.models&&0!==this.models.length&&(i=(n=this.models.toString().match(/currentView|selectedDate/)||[])[0],t)&&n&&!o.isUndefined(t[i])&&(a.isExecute?(this.$emit("update:"+i,t[i]),this):(this.ej2Instances.vueInstance.$emit("update:"+i,t[i]),this.ej2Instances.vueInstance)).$emit("modelchanged",t[i]):(i=(n=this.models.toString().match(/checked|value/)||[])[0],t&&n&&!o.isUndefined(t[i])&&(a.isExecute?("change"===e||this.$props&&!this.$props.isLazyUpdate)&&(this.$emit("update:"+i,t[i]),this.$emit("modelchanged",t[i])):(this.ej2Instances.vueInstance.$emit("update:"+i,t[i]),this.ej2Instances.vueInstance.$emit("modelchanged",t[i]),this.ej2Instances.vueInstance.$emit("update:modelValue",t[i])))),this.ej2Instances&&this.ej2Instances._trigger&&this.ej2Instances._trigger(e,t,s)},custom:function(){this.updated()},destroy:function(){return this.ej2Instances.destroy()},focusIn:function(){return this.ej2Instances.focusIn()},getValue:function(e,t){return this.ej2Instances.getValue(e,t)},toggle:function(){return this.ej2Instances.toggle()}}}),me={name:"ejs-colorpicker",install:function(e){e.component(me.name,pe)}},ge=["isLazyUpdate","plugins","backgroundColor","backgroundImage","disabled","enablePersistence","enableRtl","isReadOnly","locale","maxStrokeWidth","minStrokeWidth","saveWithBackground","strokeColor","velocity","beforeSave","change","created"],fe=[],r=a.getProps({props:ge}),i=r[0],r=r[1],T=Object.keys(r);T.push("modelchanged","update:modelValue");for(var O=0,Ie=fe;O<Ie.length;O++)T.push("update:"+Ie[O]);var je=a.vueDefineComponent({name:"SignatureComponent",mixins:[a.ComponentBase],props:i,watch:r,emits:T,provide:function(){return{custom:this.custom}},data:function(){return{ej2Instances:new s.Signature({}),propKeys:ge,models:fe,hasChildDirective:!1,hasInjectedModules:!1,tagMapper:{},tagNameMapper:{},isVue3:!a.isExecute,templateCollection:{}}},created:function(){this.bindProperties(),this.ej2Instances._setProperties=this.ej2Instances.setProperties,this.ej2Instances.setProperties=this.setProperties,this.ej2Instances.clearTemplate=this.clearTemplate,this.updated=this.updated},render:function(e){var t=null;return(a.isExecute?e:a.gh)("canvas",t=o.isNullOrUndefined(this.$slots.default)?t:a.isExecute?this.$slots.default:this.$slots.default())},methods:{clearTemplate:function(e){if((e=e||Object.keys(this.templateCollection||{})).length&&this.templateCollection)for(var t=0,s=e;t<s.length;t++){var n=s[t],i=this.templateCollection[n];if(i&&i.length){for(var a=0,o=i;a<o.length;a++){var r=o[a];this.destroyPortals(r)}delete this.templateCollection[n]}}},setProperties:function(s,e){var n=this;this.isVue3&&(this.models=this.models||this.ej2Instances.referModels),this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(s,e),s&&this.models&&this.models.length&&Object.keys(s).map(function(t){n.models.map(function(e){t!==e||/datasource/i.test(t)||(n.isVue3?n.ej2Instances.vueInstance.$emit("update:"+t,s[t]):(n.$emit("update:"+t,s[t]),n.$emit("modelchanged",s[t])))})})},custom:function(){this.updated()},canRedo:function(){return this.ej2Instances.canRedo()},canUndo:function(){return this.ej2Instances.canUndo()},clear:function(){return this.ej2Instances.clear()},destroy:function(){return this.ej2Instances.destroy()},draw:function(e,t,s,n,i){return this.ej2Instances.draw(e,t,s,n,i)},getBlob:function(e){return this.ej2Instances.getBlob(e)},getSignature:function(e){return this.ej2Instances.getSignature(e)},initialize:function(){return this.ej2Instances.initialize()},isEmpty:function(){return this.ej2Instances.isEmpty()},load:function(e,t,s){return this.ej2Instances.load(e,t,s)},redo:function(){return this.ej2Instances.redo()},refresh:function(){return this.ej2Instances.refresh()},save:function(e,t){return this.ej2Instances.save(e,t)},saveAsBlob:function(){return this.ej2Instances.saveAsBlob()},undo:function(){return this.ej2Instances.undo()}}}),ve={name:"ejs-signature",install:function(e){e.component(ve.name,je)}},$e=["isLazyUpdate","plugins","allowReset","cssClass","disabled","emptyTemplate","enableAnimation","enablePersistence","enableRtl","enableSingleSelection","fullTemplate","itemsCount","labelPosition","labelTemplate","locale","min","precision","readOnly","showLabel","showTooltip","tooltipTemplate","value","visible","beforeItemRender","created","onItemHover","valueChanged"],ye=["value"],i=a.getProps({props:$e}),r=i[0],i=i[1],E=Object.keys(i);E.push("modelchanged","update:modelValue");for(var V=0,be=ye;V<be.length;V++)E.push("update:"+be[V]);var Ce=a.vueDefineComponent({name:"RatingComponent",mixins:[a.ComponentBase],props:r,watch:i,emits:E,model:{event:"modelchanged"},provide:function(){return{custom:this.custom}},data:function(){return{ej2Instances:new s.Rating({}),propKeys:$e,models:ye,hasChildDirective:!1,hasInjectedModules:!1,tagMapper:{},tagNameMapper:{},isVue3:!a.isExecute,templateCollection:{}}},created:function(){this.ej2Instances._trigger=this.ej2Instances.trigger,this.ej2Instances.trigger=this.trigger,this.bindProperties(),this.ej2Instances._setProperties=this.ej2Instances.setProperties,this.ej2Instances.setProperties=this.setProperties,this.ej2Instances.clearTemplate=this.clearTemplate,this.updated=this.updated},render:function(e){var t=null;return(a.isExecute?e:a.gh)("input",t=o.isNullOrUndefined(this.$slots.default)?t:a.isExecute?this.$slots.default:this.$slots.default())},methods:{clearTemplate:function(e){if((e=e||Object.keys(this.templateCollection||{})).length&&this.templateCollection)for(var t=0,s=e;t<s.length;t++){var n=s[t],i=this.templateCollection[n];if(i&&i.length){for(var a=0,o=i;a<o.length;a++){var r=o[a];this.destroyPortals(r)}delete this.templateCollection[n]}}},setProperties:function(s,e){var n=this;this.isVue3&&(this.models=this.models||this.ej2Instances.referModels),this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(s,e),s&&this.models&&this.models.length&&Object.keys(s).map(function(t){n.models.map(function(e){t!==e||/datasource/i.test(t)||(n.isVue3?n.ej2Instances.vueInstance.$emit("update:"+t,s[t]):(n.$emit("update:"+t,s[t]),n.$emit("modelchanged",s[t])))})})},trigger:function(e,t,s){var n,i;a.isExecute||(this.models=this.models||this.ej2Instances.referModels),"change"!==e&&"input"!==e||!this.models||0===this.models.length?"actionBegin"===e&&"dateNavigate"===t.requestType&&this.models&&0!==this.models.length&&(i=(n=this.models.toString().match(/currentView|selectedDate/)||[])[0],t)&&n&&!o.isUndefined(t[i])&&(a.isExecute?(this.$emit("update:"+i,t[i]),this):(this.ej2Instances.vueInstance.$emit("update:"+i,t[i]),this.ej2Instances.vueInstance)).$emit("modelchanged",t[i]):(i=(n=this.models.toString().match(/checked|value/)||[])[0],t&&n&&!o.isUndefined(t[i])&&(a.isExecute?("change"===e||this.$props&&!this.$props.isLazyUpdate)&&(this.$emit("update:"+i,t[i]),this.$emit("modelchanged",t[i])):(this.ej2Instances.vueInstance.$emit("update:"+i,t[i]),this.ej2Instances.vueInstance.$emit("modelchanged",t[i]),this.ej2Instances.vueInstance.$emit("update:modelValue",t[i])))),this.ej2Instances&&this.ej2Instances._trigger&&this.ej2Instances._trigger(e,t,s)},custom:function(){this.updated()},destroy:function(){return this.ej2Instances.destroy()},reset:function(){return this.ej2Instances.reset()}}}),Pe={name:"ejs-rating",install:function(e){e.component(Pe.name,Ce)}},xe=["isLazyUpdate","plugins","ariaLabels","autoFocus","cssClass","disabled","enablePersistence","enableRtl","htmlAttributes","length","locale","placeholder","separator","stylingMode","textTransform","type","value","blur","created","focus","input","valueChanged"],Te=["value"],r=a.getProps({props:xe}),i=r[0],r=r[1],k=Object.keys(r);k.push("modelchanged","update:modelValue");for(var M=0,Oe=Te;M<Oe.length;M++)k.push("update:"+Oe[M]);var Ee=a.vueDefineComponent({name:"OtpInputComponent",mixins:[a.ComponentBase],props:i,watch:r,emits:k,model:{event:"modelchanged"},provide:function(){return{custom:this.custom}},data:function(){return{ej2Instances:new s.OtpInput({}),propKeys:xe,models:Te,hasChildDirective:!1,hasInjectedModules:!1,tagMapper:{},tagNameMapper:{},isVue3:!a.isExecute,templateCollection:{}}},created:function(){this.ej2Instances._trigger=this.ej2Instances.trigger,this.ej2Instances.trigger=this.trigger,this.bindProperties(),this.ej2Instances._setProperties=this.ej2Instances.setProperties,this.ej2Instances.setProperties=this.setProperties,this.ej2Instances.clearTemplate=this.clearTemplate,this.updated=this.updated},render:function(e){var t=null;return(a.isExecute?e:a.gh)("div",t=o.isNullOrUndefined(this.$slots.default)?t:a.isExecute?this.$slots.default:this.$slots.default())},methods:{clearTemplate:function(e){if((e=e||Object.keys(this.templateCollection||{})).length&&this.templateCollection)for(var t=0,s=e;t<s.length;t++){var n=s[t],i=this.templateCollection[n];if(i&&i.length){for(var a=0,o=i;a<o.length;a++){var r=o[a];this.destroyPortals(r)}delete this.templateCollection[n]}}},setProperties:function(s,e){var n=this;this.isVue3&&(this.models=this.models||this.ej2Instances.referModels),this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(s,e),s&&this.models&&this.models.length&&Object.keys(s).map(function(t){n.models.map(function(e){t!==e||/datasource/i.test(t)||(n.isVue3?n.ej2Instances.vueInstance.$emit("update:"+t,s[t]):(n.$emit("update:"+t,s[t]),n.$emit("modelchanged",s[t])))})})},trigger:function(e,t,s){var n,i;a.isExecute||(this.models=this.models||this.ej2Instances.referModels),"change"!==e&&"input"!==e||!this.models||0===this.models.length?"actionBegin"===e&&"dateNavigate"===t.requestType&&this.models&&0!==this.models.length&&(i=(n=this.models.toString().match(/currentView|selectedDate/)||[])[0],t)&&n&&!o.isUndefined(t[i])&&(a.isExecute?(this.$emit("update:"+i,t[i]),this):(this.ej2Instances.vueInstance.$emit("update:"+i,t[i]),this.ej2Instances.vueInstance)).$emit("modelchanged",t[i]):(i=(n=this.models.toString().match(/checked|value/)||[])[0],t&&n&&!o.isUndefined(t[i])&&(a.isExecute?("change"===e||this.$props&&!this.$props.isLazyUpdate)&&(this.$emit("update:"+i,t[i]),this.$emit("modelchanged",t[i])):(this.ej2Instances.vueInstance.$emit("update:"+i,t[i]),this.ej2Instances.vueInstance.$emit("modelchanged",t[i]),this.ej2Instances.vueInstance.$emit("update:modelValue",t[i])))),this.ej2Instances&&this.ej2Instances._trigger&&this.ej2Instances._trigger(e,t,s)},custom:function(){this.updated()},destroy:function(){return this.ej2Instances.destroy()},focusIn:function(){return this.ej2Instances.focusIn()},focusOut:function(){return this.ej2Instances.focusOut()}}}),Ve={name:"ejs-otpinput",install:function(e){e.component(Ve.name,Ee)}},ke=["isLazyUpdate","plugins","UserPhrases","adornmentFlow","adornmentOrientation","aiSuggestionHandler","appendTemplate","cols","cssClass","enablePersistence","enableRtl","enabled","floatLabelType","htmlAttributes","locale","maxLength","placeholder","prependTemplate","readonly","resizeMode","rows","showClearButton","showSuggestionOnPopup","userRole","value","width","afterSuggestionInsert","beforeSuggestionInsert","blur","change","created","destroyed","focus","input"],Me=["value"],i=a.getProps({props:ke}),r=i[0],i=i[1],U=Object.keys(i);U.push("modelchanged","update:modelValue");for(var _=0,Ue=Me;_<Ue.length;_++)U.push("update:"+Ue[_]);var _e=a.vueDefineComponent({name:"SmartTextAreaComponent",mixins:[a.ComponentBase],props:r,watch:i,emits:U,model:{event:"modelchanged"},provide:function(){return{custom:this.custom}},data:function(){return{ej2Instances:new s.SmartTextArea({}),propKeys:ke,models:Me,hasChildDirective:!1,hasInjectedModules:!1,tagMapper:{},tagNameMapper:{},isVue3:!a.isExecute,templateCollection:{}}},created:function(){this.ej2Instances._trigger=this.ej2Instances.trigger,this.ej2Instances.trigger=this.trigger,this.bindProperties(),this.ej2Instances._setProperties=this.ej2Instances.setProperties,this.ej2Instances.setProperties=this.setProperties,this.ej2Instances.clearTemplate=this.clearTemplate,this.updated=this.updated},render:function(e){var t=null;return(a.isExecute?e:a.gh)("textarea",t=o.isNullOrUndefined(this.$slots.default)?t:a.isExecute?this.$slots.default:this.$slots.default())},methods:{clearTemplate:function(e){if((e=e||Object.keys(this.templateCollection||{})).length&&this.templateCollection)for(var t=0,s=e;t<s.length;t++){var n=s[t],i=this.templateCollection[n];if(i&&i.length){for(var a=0,o=i;a<o.length;a++){var r=o[a];this.destroyPortals(r)}delete this.templateCollection[n]}}},setProperties:function(s,e){var n=this;this.isVue3&&(this.models=this.models||this.ej2Instances.referModels),this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(s,e),s&&this.models&&this.models.length&&Object.keys(s).map(function(t){n.models.map(function(e){t!==e||/datasource/i.test(t)||(n.isVue3?n.ej2Instances.vueInstance.$emit("update:"+t,s[t]):(n.$emit("update:"+t,s[t]),n.$emit("modelchanged",s[t])))})})},trigger:function(e,t,s){var n,i;a.isExecute||(this.models=this.models||this.ej2Instances.referModels),"change"!==e&&"input"!==e||!this.models||0===this.models.length?"actionBegin"===e&&"dateNavigate"===t.requestType&&this.models&&0!==this.models.length&&(i=(n=this.models.toString().match(/currentView|selectedDate/)||[])[0],t)&&n&&!o.isUndefined(t[i])&&(a.isExecute?(this.$emit("update:"+i,t[i]),this):(this.ej2Instances.vueInstance.$emit("update:"+i,t[i]),this.ej2Instances.vueInstance)).$emit("modelchanged",t[i]):(i=(n=this.models.toString().match(/checked|value/)||[])[0],t&&n&&!o.isUndefined(t[i])&&(a.isExecute?("change"===e||this.$props&&!this.$props.isLazyUpdate)&&(this.$emit("update:"+i,t[i]),this.$emit("modelchanged",t[i])):(this.ej2Instances.vueInstance.$emit("update:"+i,t[i]),this.ej2Instances.vueInstance.$emit("modelchanged",t[i]),this.ej2Instances.vueInstance.$emit("update:modelValue",t[i])))),this.ej2Instances&&this.ej2Instances._trigger&&this.ej2Instances._trigger(e,t,s)},custom:function(){this.updated()},addAttributes:function(e){return this.ej2Instances.addAttributes(e)},focusIn:function(){return this.ej2Instances.focusIn()},focusOut:function(){return this.ej2Instances.focusOut()},removeAttributes:function(e){return this.ej2Instances.removeAttributes(e)}}}),we={name:"ejs-smarttextarea",install:function(e){e.component(we.name,_e)}},Se=["isLazyUpdate","plugins","allowInterimResults","buttonSettings","cssClass","disabled","enablePersistence","enableRtl","htmlAttributes","lang","listeningState","locale","showTooltip","tooltipSettings","transcript","created","onError","onStart","onStop","transcriptChanged"],Be=["transcript"],r=a.getProps({props:Se}),i=r[0],r=r[1],w=Object.keys(r);w.push("modelchanged","update:modelValue");for(var S=0,Le=Be;S<Le.length;S++)w.push("update:"+Le[S]);var De=a.vueDefineComponent({name:"SpeechToTextComponent",mixins:[a.ComponentBase],props:i,watch:r,emits:w,model:{event:"modelchanged"},provide:function(){return{custom:this.custom}},data:function(){return{ej2Instances:new s.SpeechToText({}),propKeys:Se,models:Be,hasChildDirective:!1,hasInjectedModules:!1,tagMapper:{},tagNameMapper:{},isVue3:!a.isExecute,templateCollection:{}}},created:function(){this.ej2Instances._trigger=this.ej2Instances.trigger,this.ej2Instances.trigger=this.trigger,this.bindProperties(),this.ej2Instances._setProperties=this.ej2Instances.setProperties,this.ej2Instances.setProperties=this.setProperties,this.ej2Instances.clearTemplate=this.clearTemplate,this.updated=this.updated},render:function(e){var t=null;return(a.isExecute?e:a.gh)("button",t=o.isNullOrUndefined(this.$slots.default)?t:a.isExecute?this.$slots.default:this.$slots.default())},methods:{clearTemplate:function(e){if((e=e||Object.keys(this.templateCollection||{})).length&&this.templateCollection)for(var t=0,s=e;t<s.length;t++){var n=s[t],i=this.templateCollection[n];if(i&&i.length){for(var a=0,o=i;a<o.length;a++){var r=o[a];this.destroyPortals(r)}delete this.templateCollection[n]}}},setProperties:function(s,e){var n=this;this.isVue3&&(this.models=this.models||this.ej2Instances.referModels),this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(s,e),s&&this.models&&this.models.length&&Object.keys(s).map(function(t){n.models.map(function(e){t!==e||/datasource/i.test(t)||(n.isVue3?n.ej2Instances.vueInstance.$emit("update:"+t,s[t]):(n.$emit("update:"+t,s[t]),n.$emit("modelchanged",s[t])))})})},trigger:function(e,t,s){var n,i;a.isExecute||(this.models=this.models||this.ej2Instances.referModels),"change"!==e&&"input"!==e||!this.models||0===this.models.length?"actionBegin"===e&&"dateNavigate"===t.requestType&&this.models&&0!==this.models.length&&(i=(n=this.models.toString().match(/currentView|selectedDate/)||[])[0],t)&&n&&!o.isUndefined(t[i])&&(a.isExecute?(this.$emit("update:"+i,t[i]),this):(this.ej2Instances.vueInstance.$emit("update:"+i,t[i]),this.ej2Instances.vueInstance)).$emit("modelchanged",t[i]):(i=(n=this.models.toString().match(/checked|value/)||[])[0],t&&n&&!o.isUndefined(t[i])&&(a.isExecute?("change"===e||this.$props&&!this.$props.isLazyUpdate)&&(this.$emit("update:"+i,t[i]),this.$emit("modelchanged",t[i])):(this.ej2Instances.vueInstance.$emit("update:"+i,t[i]),this.ej2Instances.vueInstance.$emit("modelchanged",t[i]),this.ej2Instances.vueInstance.$emit("update:modelValue",t[i])))),this.ej2Instances&&this.ej2Instances._trigger&&this.ej2Instances._trigger(e,t,s)},custom:function(){this.updated()},destroy:function(){return this.ej2Instances.destroy()},startListening:function(){return this.ej2Instances.startListening()},stopListening:function(){return this.ej2Instances.stopListening()}}}),Ne={name:"ejs-speechtotext",install:function(e){e.component(Ne.name,De)}};Object.keys(s).forEach(function(e){"default"!==e&&Object.defineProperty(t,e,{enumerable:!0,get:function(){return s[e]}})}),t.ColorPickerComponent=pe,t.ColorPickerPlugin=me,t.FilesDirective=j,t.FilesPlugin=v,t.MaskedTextBoxComponent=Y,t.MaskedTextBoxPlugin=Z,t.NumericTextBoxComponent=W,t.NumericTextBoxPlugin=G,t.OtpInputComponent=Ee,t.OtpInputPlugin=Ve,t.RatingComponent=Ce,t.RatingPlugin=Pe,t.SignatureComponent=je,t.SignaturePlugin=ve,t.SliderComponent=ne,t.SliderPlugin=ie,t.SmartTextAreaComponent=_e,t.SmartTextAreaPlugin=we,t.SpeechToTextComponent=De,t.SpeechToTextPlugin=Ne,t.TextAreaComponent=R,t.TextAreaPlugin=F,t.TextBoxComponent=L,t.TextBoxPlugin=D,t.UploadedFilesDirective=$,t.UploadedFilesPlugin=y,t.UploaderComponent=ce,t.UploaderPlugin=le,Object.defineProperty(t,"__esModule",{value:!0})});
11
11
  //# sourceMappingURL=ej2-vue-inputs.umd.min.js.map