@syncfusion/ej2-vue-inputs 20.1.55 → 20.1.58

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 (170) hide show
  1. package/CHANGELOG.md +0 -17
  2. package/README.md +15 -2
  3. package/dist/ej2-vue-inputs.umd.min.js +2 -29
  4. package/dist/ej2-vue-inputs.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-vue-inputs.es2015.js +151 -16
  6. package/dist/es6/ej2-vue-inputs.es2015.js.map +1 -1
  7. package/dist/es6/ej2-vue-inputs.es5.js +98 -9
  8. package/dist/es6/ej2-vue-inputs.es5.js.map +1 -1
  9. package/dist/global/ej2-vue-inputs.min.js +2 -2
  10. package/package.json +8 -14
  11. package/src/color-picker/colorpicker.component.d.ts +1 -0
  12. package/src/color-picker/colorpicker.component.js +11 -1
  13. package/src/maskedtextbox/maskedtextbox.component.d.ts +1 -0
  14. package/src/maskedtextbox/maskedtextbox.component.js +11 -1
  15. package/src/numerictextbox/numerictextbox.component.d.ts +1 -0
  16. package/src/numerictextbox/numerictextbox.component.js +11 -1
  17. package/src/signature/signature.component.d.ts +1 -0
  18. package/src/signature/signature.component.js +10 -1
  19. package/src/slider/slider.component.d.ts +1 -0
  20. package/src/slider/slider.component.js +11 -1
  21. package/src/textbox/textbox.component.d.ts +1 -0
  22. package/src/textbox/textbox.component.js +11 -1
  23. package/src/uploader/files.directive.d.ts +3 -1
  24. package/src/uploader/files.directive.js +24 -2
  25. package/src/uploader/uploader.component.d.ts +1 -0
  26. package/src/uploader/uploader.component.js +10 -1
  27. package/styles/bootstrap-dark.css +135 -670
  28. package/styles/bootstrap.css +132 -667
  29. package/styles/bootstrap4.css +131 -696
  30. package/styles/bootstrap5-dark.css +247 -757
  31. package/styles/bootstrap5.css +247 -757
  32. package/styles/color-picker/bootstrap-dark.css +27 -194
  33. package/styles/color-picker/bootstrap.css +27 -194
  34. package/styles/color-picker/bootstrap4.css +27 -209
  35. package/styles/color-picker/bootstrap5-dark.css +52 -221
  36. package/styles/color-picker/bootstrap5.css +52 -221
  37. package/styles/color-picker/fabric-dark.css +27 -194
  38. package/styles/color-picker/fabric.css +27 -194
  39. package/styles/color-picker/fluent-dark.css +735 -0
  40. package/styles/color-picker/fluent-dark.scss +1 -0
  41. package/styles/color-picker/fluent.css +735 -0
  42. package/styles/color-picker/fluent.scss +1 -0
  43. package/styles/color-picker/highcontrast-light.css +27 -194
  44. package/styles/color-picker/highcontrast.css +27 -194
  45. package/styles/color-picker/material-dark.css +27 -195
  46. package/styles/color-picker/material.css +27 -196
  47. package/styles/color-picker/tailwind-dark.css +36 -207
  48. package/styles/color-picker/tailwind.css +36 -207
  49. package/styles/fabric-dark.css +130 -667
  50. package/styles/fabric.css +129 -666
  51. package/styles/fluent-dark.css +6806 -0
  52. package/styles/fluent-dark.scss +8 -0
  53. package/styles/fluent.css +6806 -0
  54. package/styles/fluent.scss +8 -0
  55. package/styles/highcontrast-light.css +138 -687
  56. package/styles/highcontrast.css +138 -687
  57. package/styles/input/bootstrap-dark.css +44 -46
  58. package/styles/input/bootstrap.css +41 -43
  59. package/styles/input/bootstrap4.css +41 -43
  60. package/styles/input/bootstrap5-dark.css +119 -64
  61. package/styles/input/bootstrap5.css +119 -64
  62. package/styles/input/fabric-dark.css +39 -40
  63. package/styles/input/fabric.css +39 -40
  64. package/styles/input/fluent-dark.css +4594 -0
  65. package/styles/input/fluent-dark.scss +1 -0
  66. package/styles/input/fluent.css +4594 -0
  67. package/styles/input/fluent.scss +1 -0
  68. package/styles/input/highcontrast-light.css +40 -42
  69. package/styles/input/highcontrast.css +40 -42
  70. package/styles/input/material-dark.css +94 -129
  71. package/styles/input/material.css +94 -130
  72. package/styles/input/tailwind-dark.css +126 -71
  73. package/styles/input/tailwind.css +126 -71
  74. package/styles/maskedtextbox/bootstrap-dark.css +1 -1
  75. package/styles/maskedtextbox/bootstrap.css +1 -1
  76. package/styles/maskedtextbox/bootstrap4.css +1 -1
  77. package/styles/maskedtextbox/bootstrap5-dark.css +1 -1
  78. package/styles/maskedtextbox/bootstrap5.css +1 -1
  79. package/styles/maskedtextbox/fabric-dark.css +1 -1
  80. package/styles/maskedtextbox/fabric.css +1 -1
  81. package/styles/maskedtextbox/fluent-dark.css +26 -0
  82. package/styles/maskedtextbox/fluent-dark.scss +1 -0
  83. package/styles/maskedtextbox/fluent.css +26 -0
  84. package/styles/maskedtextbox/fluent.scss +1 -0
  85. package/styles/maskedtextbox/highcontrast-light.css +1 -1
  86. package/styles/maskedtextbox/highcontrast.css +1 -1
  87. package/styles/maskedtextbox/material-dark.css +1 -2
  88. package/styles/maskedtextbox/material.css +1 -3
  89. package/styles/maskedtextbox/tailwind-dark.css +1 -1
  90. package/styles/maskedtextbox/tailwind.css +1 -1
  91. package/styles/material-dark.css +188 -786
  92. package/styles/material.css +188 -791
  93. package/styles/numerictextbox/bootstrap-dark.css +6 -8
  94. package/styles/numerictextbox/bootstrap.css +6 -8
  95. package/styles/numerictextbox/bootstrap4.css +6 -7
  96. package/styles/numerictextbox/bootstrap5-dark.css +6 -7
  97. package/styles/numerictextbox/bootstrap5.css +6 -7
  98. package/styles/numerictextbox/fabric-dark.css +6 -7
  99. package/styles/numerictextbox/fabric.css +6 -7
  100. package/styles/numerictextbox/fluent-dark.css +58 -0
  101. package/styles/numerictextbox/fluent-dark.scss +1 -0
  102. package/styles/numerictextbox/fluent.css +58 -0
  103. package/styles/numerictextbox/fluent.scss +1 -0
  104. package/styles/numerictextbox/highcontrast-light.css +6 -7
  105. package/styles/numerictextbox/highcontrast.css +6 -7
  106. package/styles/numerictextbox/material-dark.css +6 -8
  107. package/styles/numerictextbox/material.css +6 -9
  108. package/styles/numerictextbox/tailwind-dark.css +6 -7
  109. package/styles/numerictextbox/tailwind.css +6 -7
  110. package/styles/signature/bootstrap-dark.css +1 -1
  111. package/styles/signature/bootstrap.css +1 -1
  112. package/styles/signature/bootstrap4.css +1 -1
  113. package/styles/signature/bootstrap5-dark.css +1 -1
  114. package/styles/signature/bootstrap5.css +1 -1
  115. package/styles/signature/fabric-dark.css +1 -1
  116. package/styles/signature/fabric.css +1 -1
  117. package/styles/signature/fluent-dark.css +9 -0
  118. package/styles/signature/fluent-dark.scss +1 -0
  119. package/styles/signature/fluent.css +9 -0
  120. package/styles/signature/fluent.scss +1 -0
  121. package/styles/signature/highcontrast-light.css +1 -1
  122. package/styles/signature/highcontrast.css +1 -1
  123. package/styles/signature/material-dark.css +1 -1
  124. package/styles/signature/material.css +1 -1
  125. package/styles/signature/tailwind-dark.css +1 -1
  126. package/styles/signature/tailwind.css +1 -1
  127. package/styles/slider/bootstrap-dark.css +2 -91
  128. package/styles/slider/bootstrap.css +2 -91
  129. package/styles/slider/bootstrap4.css +1 -106
  130. package/styles/slider/bootstrap5-dark.css +14 -134
  131. package/styles/slider/bootstrap5.css +14 -134
  132. package/styles/slider/fabric-dark.css +2 -96
  133. package/styles/slider/fabric.css +1 -95
  134. package/styles/slider/fluent-dark.css +528 -0
  135. package/styles/slider/fluent-dark.scss +1 -0
  136. package/styles/slider/fluent.css +528 -0
  137. package/styles/slider/fluent.scss +1 -0
  138. package/styles/slider/highcontrast-light.css +9 -113
  139. package/styles/slider/highcontrast.css +9 -113
  140. package/styles/slider/material-dark.css +5 -120
  141. package/styles/slider/material.css +5 -120
  142. package/styles/slider/tailwind-dark.css +11 -135
  143. package/styles/slider/tailwind.css +11 -135
  144. package/styles/tailwind-dark.css +289 -779
  145. package/styles/tailwind.css +289 -779
  146. package/styles/textbox/fluent-dark.css +0 -0
  147. package/styles/textbox/fluent-dark.scss +1 -0
  148. package/styles/textbox/fluent.css +0 -0
  149. package/styles/textbox/fluent.scss +1 -0
  150. package/styles/textbox/material-dark.css +1 -1
  151. package/styles/textbox/material.css +1 -2
  152. package/styles/textbox/tailwind-dark.css +1 -1
  153. package/styles/textbox/tailwind.css +1 -1
  154. package/styles/uploader/bootstrap-dark.css +60 -334
  155. package/styles/uploader/bootstrap.css +60 -334
  156. package/styles/uploader/bootstrap4.css +60 -334
  157. package/styles/uploader/bootstrap5-dark.css +60 -334
  158. package/styles/uploader/bootstrap5.css +60 -334
  159. package/styles/uploader/fabric-dark.css +60 -334
  160. package/styles/uploader/fabric.css +60 -334
  161. package/styles/uploader/fluent-dark.css +851 -0
  162. package/styles/uploader/fluent-dark.scss +1 -0
  163. package/styles/uploader/fluent.css +851 -0
  164. package/styles/uploader/fluent.scss +1 -0
  165. package/styles/uploader/highcontrast-light.css +60 -334
  166. package/styles/uploader/highcontrast.css +60 -334
  167. package/styles/uploader/material-dark.css +60 -335
  168. package/styles/uploader/material.css +60 -335
  169. package/styles/uploader/tailwind-dark.css +113 -362
  170. package/styles/uploader/tailwind.css +113 -362
package/CHANGELOG.md CHANGED
@@ -2,23 +2,6 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
- ## 19.4.47 (2022-01-25)
6
-
7
- ### ColorPicker
8
-
9
- #### Bug Fixes
10
-
11
- Color Picker in Angular reactive form throws errors when selecting after form is reset has been resolved.
12
-
13
-
14
- ## 19.4.43 (2022-01-18)
15
-
16
- ### Range Slider
17
-
18
- #### Bug Fixes
19
-
20
- - `#I359470` - The issue with "The Range Slider tooltip is not hidden when it is placed inside the tab container" has been resolved.
21
-
22
5
  ## 19.4.38 (2021-12-17)
23
6
 
24
7
  ### Signature
package/README.md CHANGED
@@ -38,6 +38,11 @@ Following list of components are available in the package.
38
38
  * [View Online Demos](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_campaign=numerictextbox#/material/numerictextbox/default.html)
39
39
  * [Product Page](https://www.syncfusion.com/vue-ui-components/numerictextbox/?utm_source=npm&utm_campaign=numerictextbox)
40
40
 
41
+ * **Signature** - The Signature component allows user to draw smooth signatures as vector outline of strokes using variable width bezier curve interpolation. It allows to save signature as image.
42
+ * [Getting Started](https://ej2.syncfusion.com/documentation/signature/getting-started?lang=typescript&utm_source=npm&utm_campaign=signature)
43
+ * [View Online Demos](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=signature#/material/signature/default.html)
44
+ * [Product Page](https://www.syncfusion.com/javascript-ui-controls/signature/?utm_source=npm&utm_campaign=signature)
45
+
41
46
  * **Slider** - The slider component allows you to select a value or range of values between the min and max range.
42
47
  * [Getting Started](https://ej2.syncfusion.com/vue/documentation/slider/getting-started/?utm_source=npm&utm_campaign=slider)
43
48
  * [View Online Demos](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_campaign=slider#/material/slider/default.html)
@@ -92,7 +97,15 @@ Input component is also offered in following list of frameworks.
92
97
  - [**Internationalization**](https://ej2.syncfusion.com/vue/documentation/numerictextbox/internationalization/?utm_source=npm&utm_campaign=numerictextbox) - library provides support for formatting and parsing number using the official Unicode CLDR JSON data.
93
98
  - [**Localization**](https://ej2.syncfusion.com/vue/documentation/numerictextbox/internationalization#localization/?utm_source=npm&utm_campaign=numerictextbox#localization) - Supports to localize spin up and down buttons title for the tooltip to different cultures.
94
99
 
95
- ### 5. Slider
100
+ ### 5. Signature
101
+ - [**Customization**](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=slider#/material/signature/default.html) - Support various customization options like background color, background image, stroke color, stroke width, save with background, undo, redo, clear, readonly, and disabled.
102
+ - [**Save**](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=slider#/material/signature/default.html) - Support to save the signature as image like PNG, JPEG, and SVG.
103
+ - [**Load**](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=slider#/material/signature/default.html)
104
+ - Support to load the signature as base64 url of the image.
105
+ - [**Draw**](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=slider#/material/signature/default.html)
106
+ - Support to draw the text with the different font family and font size.
107
+
108
+ ### 6. Slider
96
109
  - [**Types**](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_campaign=slider#/material/slider/default.html) - Provided three types of Slider.
97
110
  - [**Orientation**](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_campaign=slider#/material/slider/orientation.html) - Displays the Slider in horizontal or vertical direction.
98
111
  - [**Buttons**](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_campaign=slider#/material/slider/tooltip.html) - Provided built-in support to render the buttons in both edges of the Slider.
@@ -103,7 +116,7 @@ Input component is also offered in following list of frameworks.
103
116
  - [**Accessibility**](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_campaign=slider#/material/slider/default.html) - Built-in compliance with the [WAI-ARIA](http://www.w3.org/WAI/PF/aria-practices/) specifications.
104
117
  - [**Keyboard Interaction**](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_campaign=slider#/material/slider/api.html) - The Slider can be intractable through the keyboard.
105
118
 
106
- ### 6. Upload
119
+ ### 7. Upload
107
120
  - [**Chunk Upload**](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_medium=listing&utm_campaign=vue-file-upload-npm#/material/uploader/chunk-upload.html) – used to upload large files as chunks
108
121
  - [**Drag-and-drop**](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_medium=listing&utm_campaign=vue-file-upload-npm#/material/uploader/custom-drop-area.html) – drag the files and drop into component to upload them.
109
122
  - [**Template**](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_medium=listing&utm_campaign=vue-file-upload-npm#/material/uploader/custom-file-list.html) – the file list and buttons can be customize using template
@@ -1,38 +1,11 @@
1
1
  /*!
2
2
  * filename: ej2-vue-inputs.umd.min.js
3
- * version : 20.1.55
3
+ * version : 20.1.58
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. 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
- /*!
11
- * filename: ej2-vue-inputs.umd.min.js
12
- * version : 20.1.47
13
- * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
14
- * Use of this code is subject to the terms of our license.
15
- * A copy of the current license can be obtained at any time by e-mailing
16
- * licensing@syncfusion.com. Any infringement will be prosecuted under
17
- * applicable laws.
18
- */
19
- /*!
20
- * filename: ej2-vue-inputs.umd.min.js
21
- * version : 19.4.38
22
- * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
23
- * Use of this code is subject to the terms of our license.
24
- * A copy of the current license can be obtained at any time by e-mailing
25
- * licensing@syncfusion.com. Any infringement will be prosecuted under
26
- * applicable laws.
27
- */
28
- /*!
29
- * filename: ej2-vue-inputs.umd.min.js
30
- * version : 19.1.63
31
- * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
32
- * Use of this code is subject to the terms of our license.
33
- * A copy of the current license can be obtained at any time by e-mailing
34
- * licensing@syncfusion.com. Any infringement will be prosecuted under
35
- * applicable laws.
36
- */
37
- !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@syncfusion/ej2-inputs"),require("@syncfusion/ej2-base"),require("@syncfusion/ej2-vue-base"),require("vue")):"function"==typeof define&&define.amd?define(["exports","@syncfusion/ej2-inputs","@syncfusion/ej2-base","@syncfusion/ej2-vue-base","vue"],t):t(e.ej={},e.ej2Inputs,e.ej2Base,e.ej2VueBase,e.Vue)}(this,function(e,t,n,o,s){"use strict";s=s&&s.hasOwnProperty("default")?s.default:s;var r=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),i=function(e,t,n,o){var s,r=arguments.length,i=r<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var c=e.length-1;c>=0;c--)(s=e[c])&&(i=(r<3?s(i):r>3?s(t,n,i):s(t,n))||i);return r>3&&i&&Object.defineProperty(t,n,i),i},c=["autocomplete","cssClass","enablePersistence","enableRtl","enabled","floatLabelType","htmlAttributes","locale","multiline","placeholder","readonly","showClearButton","type","value","width","blur","change","created","destroyed","focus","input"],a=["value"],p=function(e){function s(){var n=e.call(this)||this;return n.propKeys=c,n.models=a,n.hasChildDirective=!1,n.hasInjectedModules=!1,n.tagMapper={},n.tagNameMapper={},n.ej2Instances=new t.TextBox({}),n.ej2Instances._trigger=n.ej2Instances.trigger,n.ej2Instances.trigger=n.trigger,n.bindProperties(),n.ej2Instances._setProperties=n.ej2Instances.setProperties,n.ej2Instances.setProperties=n.setProperties,n}return r(s,e),s.prototype.setProperties=function(e,t){var n=this;this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(e,t),e&&this.models&&this.models.length&&Object.keys(e).map(function(t){n.models.map(function(o){t!==o||/datasource/i.test(t)||n.$emit("update:"+t,e[t])})})},s.prototype.trigger=function(e,t,o){if("change"!==e&&"input"!==e||!this.models||0===this.models.length){if("actionBegin"===e&&"dateNavigate"===t.requestType&&this.models&&0!==this.models.length){r=(s=this.models.toString().match(/currentView|selectedDate/)||[])[0];t&&s&&!n.isUndefined(t[r])&&(this.$emit("update:"+r,t[r]),this.$emit("modelchanged",t[r]))}}else{var s,r=(s=this.models.toString().match(/checked|value/)||[])[0];t&&s&&!n.isUndefined(t[r])&&(this.$emit("update:"+r,t[r]),this.$emit("modelchanged",t[r]))}this.ej2Instances&&this.ej2Instances._trigger&&this.ej2Instances._trigger(e,t,o)},s.prototype.render=function(e){return e("input",this.$slots.default)},s.prototype.addAttributes=function(e){return this.ej2Instances.addAttributes(e)},s.prototype.addIcon=function(e,t){return this.ej2Instances.addIcon(e,t)},s.prototype.focusIn=function(){return this.ej2Instances.focusIn()},s.prototype.focusOut=function(){return this.ej2Instances.focusOut()},s.prototype.removeAttributes=function(e){return this.ej2Instances.removeAttributes(e)},s=i([o.EJComponentDecorator({props:c,model:{event:"modelchanged"}})],s)}(o.ComponentBase),u={name:"ejs-textbox",install:function(e){e.component(u.name,p)}},l=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),d=function(e,t,n,o){var s,r=arguments.length,i=r<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var c=e.length-1;c>=0;c--)(s=e[c])&&(i=(r<3?s(i):r>3?s(t,n,i):s(t,n))||i);return r>3&&i&&Object.defineProperty(t,n,i),i},f=["cssClass","currency","currencyCode","decimals","enablePersistence","enableRtl","enabled","floatLabelType","format","htmlAttributes","locale","max","min","placeholder","readonly","showClearButton","showSpinButton","step","strictMode","validateDecimalOnType","value","width","blur","change","created","destroyed","focus"],h=["value"],m=function(e){function s(){var n=e.call(this)||this;return n.propKeys=f,n.models=h,n.hasChildDirective=!1,n.hasInjectedModules=!1,n.tagMapper={},n.tagNameMapper={},n.ej2Instances=new t.NumericTextBox({}),n.ej2Instances._trigger=n.ej2Instances.trigger,n.ej2Instances.trigger=n.trigger,n.bindProperties(),n.ej2Instances._setProperties=n.ej2Instances.setProperties,n.ej2Instances.setProperties=n.setProperties,n}return l(s,e),s.prototype.setProperties=function(e,t){var n=this;this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(e,t),e&&this.models&&this.models.length&&Object.keys(e).map(function(t){n.models.map(function(o){t!==o||/datasource/i.test(t)||n.$emit("update:"+t,e[t])})})},s.prototype.trigger=function(e,t,o){if("change"!==e&&"input"!==e||!this.models||0===this.models.length){if("actionBegin"===e&&"dateNavigate"===t.requestType&&this.models&&0!==this.models.length){r=(s=this.models.toString().match(/currentView|selectedDate/)||[])[0];t&&s&&!n.isUndefined(t[r])&&(this.$emit("update:"+r,t[r]),this.$emit("modelchanged",t[r]))}}else{var s,r=(s=this.models.toString().match(/checked|value/)||[])[0];t&&s&&!n.isUndefined(t[r])&&(this.$emit("update:"+r,t[r]),this.$emit("modelchanged",t[r]))}this.ej2Instances&&this.ej2Instances._trigger&&this.ej2Instances._trigger(e,t,o)},s.prototype.render=function(e){return e("input",this.$slots.default)},s.prototype.decrement=function(e){return this.ej2Instances.decrement(e)},s.prototype.focusIn=function(){return this.ej2Instances.focusIn()},s.prototype.focusOut=function(){return this.ej2Instances.focusOut()},s.prototype.getText=function(){return this.ej2Instances.getText()},s.prototype.increment=function(e){return this.ej2Instances.increment(e)},s=d([o.EJComponentDecorator({props:f,model:{event:"modelchanged"}})],s)}(o.ComponentBase),g={name:"ejs-numerictextbox",install:function(e){e.component(g.name,m)}},y=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),j=function(e,t,n,o){var s,r=arguments.length,i=r<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var c=e.length-1;c>=0;c--)(s=e[c])&&(i=(r<3?s(i):r>3?s(t,n,i):s(t,n))||i);return r>3&&i&&Object.defineProperty(t,n,i),i},I=["cssClass","customCharacters","enablePersistence","enableRtl","enabled","floatLabelType","htmlAttributes","locale","mask","placeholder","promptChar","readonly","showClearButton","value","width","blur","change","created","destroyed","focus"],b=["value"],P=function(e){function s(){var n=e.call(this)||this;return n.propKeys=I,n.models=b,n.hasChildDirective=!1,n.hasInjectedModules=!1,n.tagMapper={},n.tagNameMapper={},n.ej2Instances=new t.MaskedTextBox({}),n.ej2Instances._trigger=n.ej2Instances.trigger,n.ej2Instances.trigger=n.trigger,n.bindProperties(),n.ej2Instances._setProperties=n.ej2Instances.setProperties,n.ej2Instances.setProperties=n.setProperties,n}return y(s,e),s.prototype.setProperties=function(e,t){var n=this;this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(e,t),e&&this.models&&this.models.length&&Object.keys(e).map(function(t){n.models.map(function(o){t!==o||/datasource/i.test(t)||n.$emit("update:"+t,e[t])})})},s.prototype.trigger=function(e,t,o){if("change"!==e&&"input"!==e||!this.models||0===this.models.length){if("actionBegin"===e&&"dateNavigate"===t.requestType&&this.models&&0!==this.models.length){r=(s=this.models.toString().match(/currentView|selectedDate/)||[])[0];t&&s&&!n.isUndefined(t[r])&&(this.$emit("update:"+r,t[r]),this.$emit("modelchanged",t[r]))}}else{var s,r=(s=this.models.toString().match(/checked|value/)||[])[0];t&&s&&!n.isUndefined(t[r])&&(this.$emit("update:"+r,t[r]),this.$emit("modelchanged",t[r]))}this.ej2Instances&&this.ej2Instances._trigger&&this.ej2Instances._trigger(e,t,o)},s.prototype.render=function(e){return e("input",this.$slots.default)},s.prototype.focusIn=function(){return this.ej2Instances.focusIn()},s.prototype.focusOut=function(){return this.ej2Instances.focusOut()},s.prototype.getMaskedValue=function(){return this.ej2Instances.getMaskedValue()},s=j([o.EJComponentDecorator({props:I,model:{event:"modelchanged"}})],s)}(o.ComponentBase),v={name:"ejs-maskedtextbox",install:function(e){e.component(v.name,P)}},_=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),O=function(e,t,n,o){var s,r=arguments.length,i=r<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var c=e.length-1;c>=0;c--)(s=e[c])&&(i=(r<3?s(i):r>3?s(t,n,i):s(t,n))||i);return r>3&&i&&Object.defineProperty(t,n,i),i},w=["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"],C=["value"],x=function(e){function s(){var n=e.call(this)||this;return n.propKeys=w,n.models=C,n.hasChildDirective=!1,n.hasInjectedModules=!1,n.tagMapper={},n.tagNameMapper={},n.ej2Instances=new t.Slider({}),n.ej2Instances._trigger=n.ej2Instances.trigger,n.ej2Instances.trigger=n.trigger,n.bindProperties(),n.ej2Instances._setProperties=n.ej2Instances.setProperties,n.ej2Instances.setProperties=n.setProperties,n}return _(s,e),s.prototype.setProperties=function(e,t){var n=this;this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(e,t),e&&this.models&&this.models.length&&Object.keys(e).map(function(t){n.models.map(function(o){t!==o||/datasource/i.test(t)||n.$emit("update:"+t,e[t])})})},s.prototype.trigger=function(e,t,o){if("change"!==e&&"input"!==e||!this.models||0===this.models.length){if("actionBegin"===e&&"dateNavigate"===t.requestType&&this.models&&0!==this.models.length){r=(s=this.models.toString().match(/currentView|selectedDate/)||[])[0];t&&s&&!n.isUndefined(t[r])&&(this.$emit("update:"+r,t[r]),this.$emit("modelchanged",t[r]))}}else{var s,r=(s=this.models.toString().match(/checked|value/)||[])[0];t&&s&&!n.isUndefined(t[r])&&(this.$emit("update:"+r,t[r]),this.$emit("modelchanged",t[r]))}this.ej2Instances&&this.ej2Instances._trigger&&this.ej2Instances._trigger(e,t,o)},s.prototype.render=function(e){return e("div",this.$slots.default)},s.prototype.reposition=function(){return this.ej2Instances.reposition()},s.prototype.setTooltip=function(e){return this.ej2Instances.setTooltip(e)},s=O([o.EJComponentDecorator({props:w,model:{event:"modelchanged"}})],s)}(o.ComponentBase),$={name:"ejs-slider",install:function(e){e.component($.name,x)}},D=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),R=function(e,t,n,o){var s,r=arguments.length,i=r<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var c=e.length-1;c>=0;c--)(s=e[c])&&(i=(r<3?s(i):r>3?s(t,n,i):s(t,n))||i);return r>3&&i&&Object.defineProperty(t,n,i),i},k=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return D(t,e),t.prototype.render=function(){},t=R([o.EJComponentDecorator({})],t)}(s),T={name:"e-files",install:function(e){e.component(T.name,k)}},B=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return D(t,e),t.prototype.render=function(){},t=R([o.EJComponentDecorator({})],t)}(s),M={name:"e-uploadedfiles",install:function(e){e.component(M.name,B)}},S=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),U=function(e,t,n,o){var s,r=arguments.length,i=r<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var c=e.length-1;c>=0;c--)(s=e[c])&&(i=(r<3?s(i):r>3?s(t,n,i):s(t,n))||i);return r>3&&i&&Object.defineProperty(t,n,i),i},A=["allowedExtensions","asyncSettings","autoUpload","buttons","cssClass","directoryUpload","dropArea","dropEffect","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"],F=[],N=function(e){function n(){var n=e.call(this)||this;return n.propKeys=A,n.models=F,n.hasChildDirective=!0,n.hasInjectedModules=!1,n.tagMapper={"e-files":"e-uploadedfiles"},n.tagNameMapper={},n.ej2Instances=new t.Uploader({}),n.bindProperties(),n.ej2Instances._setProperties=n.ej2Instances.setProperties,n.ej2Instances.setProperties=n.setProperties,n}return S(n,e),n.prototype.setProperties=function(e,t){var n=this;this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(e,t),e&&this.models&&this.models.length&&Object.keys(e).map(function(t){n.models.map(function(o){t!==o||/datasource/i.test(t)||n.$emit("update:"+t,e[t])})})},n.prototype.render=function(e){return e("input",this.$slots.default)},n.prototype.bytesToSize=function(e){return this.ej2Instances.bytesToSize(e)},n.prototype.cancel=function(e){return this.ej2Instances.cancel(e)},n.prototype.clearAll=function(){return this.ej2Instances.clearAll()},n.prototype.createFileList=function(e,t){return this.ej2Instances.createFileList(e,t)},n.prototype.getFilesData=function(e){return this.ej2Instances.getFilesData(e)},n.prototype.pause=function(e,t){return this.ej2Instances.pause(e,t)},n.prototype.remove=function(e,t,n,o,s){return this.ej2Instances.remove(e,t,n,o,s)},n.prototype.resume=function(e,t){return this.ej2Instances.resume(e,t)},n.prototype.retry=function(e,t,n){return this.ej2Instances.retry(e,t,n)},n.prototype.sortFileList=function(e){return this.ej2Instances.sortFileList(e)},n.prototype.traverseFileTree=function(e,t){return this.ej2Instances.traverseFileTree(e,t)},n.prototype.upload=function(e,t){return this.ej2Instances.upload(e,t)},n=U([o.EJComponentDecorator({props:A})],n)}(o.ComponentBase),V={name:"ejs-uploader",install:function(e){e.component(V.name,N),e.component(M.name,B),e.component(T.name,k)}},E=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),q=function(e,t,n,o){var s,r=arguments.length,i=r<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var c=e.length-1;c>=0;c--)(s=e[c])&&(i=(r<3?s(i):r>3?s(t,n,i):s(t,n))||i);return r>3&&i&&Object.defineProperty(t,n,i),i},L=["columns","cssClass","disabled","enableOpacity","enablePersistence","enableRtl","inline","locale","mode","modeSwitcher","noColor","presetColors","showButtons","value","beforeClose","beforeModeSwitch","beforeOpen","beforeTileRender","change","created","onModeSwitch","open","select"],J=["value"],K=function(e){function s(){var n=e.call(this)||this;return n.propKeys=L,n.models=J,n.hasChildDirective=!1,n.hasInjectedModules=!1,n.tagMapper={},n.tagNameMapper={},n.ej2Instances=new t.ColorPicker({}),n.ej2Instances._trigger=n.ej2Instances.trigger,n.ej2Instances.trigger=n.trigger,n.bindProperties(),n.ej2Instances._setProperties=n.ej2Instances.setProperties,n.ej2Instances.setProperties=n.setProperties,n}return E(s,e),s.prototype.setProperties=function(e,t){var n=this;this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(e,t),e&&this.models&&this.models.length&&Object.keys(e).map(function(t){n.models.map(function(o){t!==o||/datasource/i.test(t)||n.$emit("update:"+t,e[t])})})},s.prototype.trigger=function(e,t,o){if("change"!==e&&"input"!==e||!this.models||0===this.models.length){if("actionBegin"===e&&"dateNavigate"===t.requestType&&this.models&&0!==this.models.length){r=(s=this.models.toString().match(/currentView|selectedDate/)||[])[0];t&&s&&!n.isUndefined(t[r])&&(this.$emit("update:"+r,t[r]),this.$emit("modelchanged",t[r]))}}else{var s,r=(s=this.models.toString().match(/checked|value/)||[])[0];t&&s&&!n.isUndefined(t[r])&&(this.$emit("update:"+r,t[r]),this.$emit("modelchanged",t[r]))}this.ej2Instances&&this.ej2Instances._trigger&&this.ej2Instances._trigger(e,t,o)},s.prototype.render=function(e){return e("input",this.$slots.default)},s.prototype.focusIn=function(){return this.ej2Instances.focusIn()},s.prototype.getValue=function(e,t){return this.ej2Instances.getValue(e,t)},s.prototype.toggle=function(){return this.ej2Instances.toggle()},s=q([o.EJComponentDecorator({props:L,model:{event:"modelchanged"}})],s)}(o.ComponentBase),z={name:"ejs-colorpicker",install:function(e){e.component(z.name,K)}};e.TextBoxComponent=p,e.TextBoxPlugin=u,e.NumericTextBoxComponent=m,e.NumericTextBoxPlugin=g,e.MaskedTextBoxComponent=P,e.MaskedTextBoxPlugin=v,e.SliderComponent=x,e.SliderPlugin=$,e.FilesDirective=k,e.UploadedFilesDirective=B,e.FilesPlugin=T,e.UploadedFilesPlugin=M,e.UploaderComponent=N,e.UploaderPlugin=V,e.ColorPickerComponent=K,e.ColorPickerPlugin=z,Object.keys(t).forEach(function(n){e[n]=t[n]}),Object.defineProperty(e,"__esModule",{value:!0})});
10
+ !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@syncfusion/ej2-inputs"),require("@syncfusion/ej2-base"),require("@syncfusion/ej2-vue-base"),require("vue-class-component"),require("vue")):"function"==typeof define&&define.amd?define(["exports","@syncfusion/ej2-inputs","@syncfusion/ej2-base","@syncfusion/ej2-vue-base","vue-class-component","vue"],t):t(e.ej={},e.ej2Inputs,e.ej2Base,e.ej2VueBase,e.Vue3,e.Vue$1)}(this,function(e,t,n,s,o,r){"use strict";r=r&&r.hasOwnProperty("default")?r.default:r;var i=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function s(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(s.prototype=n.prototype,new s)}}(),a=function(e,t,n,s){var o,r=arguments.length,i=r<3?t:null===s?s=Object.getOwnPropertyDescriptor(t,n):s;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,s);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(i=(r<3?o(i):r>3?o(t,n,i):o(t,n))||i);return r>3&&i&&Object.defineProperty(t,n,i),i},c=["isLazyUpdate","autocomplete","cssClass","enablePersistence","enableRtl","enabled","floatLabelType","htmlAttributes","locale","multiline","placeholder","readonly","showClearButton","type","value","width","blur","change","created","destroyed","focus","input"],l=["value"],p=s.getProps({props:c}),u=(p[0],p[1]),d=Object.keys(u);d.push("modelchanged");for(var h=0,f=l;h<f.length;h++){var m=f[h];d.push("update:"+m)}var g=!s.gh,j=function(e){function o(){var n=e.call(this,arguments)||this;return n.propKeys=c,n.models=l,n.hasChildDirective=!1,n.hasInjectedModules=!1,n.tagMapper={},n.tagNameMapper={},n.isVue3=!g,n.ej2Instances=new t.TextBox({}),n.ej2Instances._trigger=n.ej2Instances.trigger,n.ej2Instances.trigger=n.trigger,n.bindProperties(),n.ej2Instances._setProperties=n.ej2Instances.setProperties,n.ej2Instances.setProperties=n.setProperties,n.ej2Instances.clearTemplate=n.clearTemplate,n.updated=n.updated,n}return i(o,e),o.prototype.clearTemplate=function(e){if(e||(e=Object.keys(this.templateCollection||{})),e.length&&this.templateCollection)for(var t=0,s=e;t<s.length;t++){var o=s[t],r=this.templateCollection[o];if(r&&r.length){for(var i=0,a=r;i<a.length;i++){var c=a[i];n.getValue("__vue__.$destroy",c)&&c.__vue__.$destroy(),c.innerHTML&&(c.innerHTML="")}delete this.templateCollection[o]}}},o.prototype.setProperties=function(e,t){var n=this;this.isVue3&&(this.models=this.models?this.models:this.ej2Instances.referModels),this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(e,t),e&&this.models&&this.models.length&&Object.keys(e).map(function(t){n.models.map(function(s){t!==s||/datasource/i.test(t)||(n.isVue3?n.ej2Instances.vueInstance.$emit("update:"+t,e[t]):(n.$emit("update:"+t,e[t]),n.$emit("modelchanged",e[t])))})})},o.prototype.trigger=function(e,t,s){if(g||(this.models=this.models?this.models:this.ej2Instances.referModels),"change"!==e&&"input"!==e||!this.models||0===this.models.length){if("actionBegin"===e&&"dateNavigate"===t.requestType&&this.models&&0!==this.models.length){r=(o=this.models.toString().match(/currentView|selectedDate/)||[])[0];t&&o&&!n.isUndefined(t[r])&&(g?(this.$emit("update:"+r,t[r]),this.$emit("modelchanged",t[r])):(this.ej2Instances.vueInstance.$emit("update:"+r,t[r]),this.ej2Instances.vueInstance.$emit("modelchanged",t[r])))}}else{var o,r=(o=this.models.toString().match(/checked|value/)||[])[0];t&&o&&!n.isUndefined(t[r])&&(g?("change"===e||this.$props&&!this.$props.isLazyUpdate)&&(this.$emit("update:"+r,t[r]),this.$emit("modelchanged",t[r])):(this.ej2Instances.vueInstance.$emit("update:"+r,t[r]),this.ej2Instances.vueInstance.$emit("modelchanged",t[r]),this.ej2Instances.vueInstance.$emit("update:modelValue",t[r])))}this.ej2Instances&&this.ej2Instances._trigger&&this.ej2Instances._trigger(e,t,s)},o.prototype.render=function(e){var t=s.gh||e,o=null;return n.isNullOrUndefined(this.$slots.default)||(o=s.gh?this.$slots.default():this.$slots.default),t("input",o)},o.prototype.custom=function(){this.updated()},o.prototype.addAttributes=function(e){return this.ej2Instances.addAttributes(e)},o.prototype.addIcon=function(e,t){return this.ej2Instances.addIcon(e,t)},o.prototype.focusIn=function(){return this.ej2Instances.focusIn()},o.prototype.focusOut=function(){return this.ej2Instances.focusOut()},o.prototype.removeAttributes=function(e){return this.ej2Instances.removeAttributes(e)},o=a([s.EJComponentDecorator({props:c,model:{event:"modelchanged"}},g)],o)}(s.ComponentBase),y={name:"ejs-textbox",install:function(e){e.component(y.name,j)}},I=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function s(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(s.prototype=n.prototype,new s)}}(),v=function(e,t,n,s){var o,r=arguments.length,i=r<3?t:null===s?s=Object.getOwnPropertyDescriptor(t,n):s;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,s);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(i=(r<3?o(i):r>3?o(t,n,i):o(t,n))||i);return r>3&&i&&Object.defineProperty(t,n,i),i},_=["isLazyUpdate","cssClass","currency","currencyCode","decimals","enablePersistence","enableRtl","enabled","floatLabelType","format","htmlAttributes","locale","max","min","placeholder","readonly","showClearButton","showSpinButton","step","strictMode","validateDecimalOnType","value","width","blur","change","created","destroyed","focus"],b=["value"],P=s.getProps({props:_}),$=(P[0],P[1]),O=Object.keys($);O.push("modelchanged");for(var C=0,T=b;C<T.length;C++){var M=T[C];O.push("update:"+M)}var w=!s.gh,k=function(e){function o(){var n=e.call(this,arguments)||this;return n.propKeys=_,n.models=b,n.hasChildDirective=!1,n.hasInjectedModules=!1,n.tagMapper={},n.tagNameMapper={},n.isVue3=!w,n.ej2Instances=new t.NumericTextBox({}),n.ej2Instances._trigger=n.ej2Instances.trigger,n.ej2Instances.trigger=n.trigger,n.bindProperties(),n.ej2Instances._setProperties=n.ej2Instances.setProperties,n.ej2Instances.setProperties=n.setProperties,n.ej2Instances.clearTemplate=n.clearTemplate,n.updated=n.updated,n}return I(o,e),o.prototype.clearTemplate=function(e){if(e||(e=Object.keys(this.templateCollection||{})),e.length&&this.templateCollection)for(var t=0,s=e;t<s.length;t++){var o=s[t],r=this.templateCollection[o];if(r&&r.length){for(var i=0,a=r;i<a.length;i++){var c=a[i];n.getValue("__vue__.$destroy",c)&&c.__vue__.$destroy(),c.innerHTML&&(c.innerHTML="")}delete this.templateCollection[o]}}},o.prototype.setProperties=function(e,t){var n=this;this.isVue3&&(this.models=this.models?this.models:this.ej2Instances.referModels),this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(e,t),e&&this.models&&this.models.length&&Object.keys(e).map(function(t){n.models.map(function(s){t!==s||/datasource/i.test(t)||(n.isVue3?n.ej2Instances.vueInstance.$emit("update:"+t,e[t]):(n.$emit("update:"+t,e[t]),n.$emit("modelchanged",e[t])))})})},o.prototype.trigger=function(e,t,s){if(w||(this.models=this.models?this.models:this.ej2Instances.referModels),"change"!==e&&"input"!==e||!this.models||0===this.models.length){if("actionBegin"===e&&"dateNavigate"===t.requestType&&this.models&&0!==this.models.length){r=(o=this.models.toString().match(/currentView|selectedDate/)||[])[0];t&&o&&!n.isUndefined(t[r])&&(w?(this.$emit("update:"+r,t[r]),this.$emit("modelchanged",t[r])):(this.ej2Instances.vueInstance.$emit("update:"+r,t[r]),this.ej2Instances.vueInstance.$emit("modelchanged",t[r])))}}else{var o,r=(o=this.models.toString().match(/checked|value/)||[])[0];t&&o&&!n.isUndefined(t[r])&&(w?("change"===e||this.$props&&!this.$props.isLazyUpdate)&&(this.$emit("update:"+r,t[r]),this.$emit("modelchanged",t[r])):(this.ej2Instances.vueInstance.$emit("update:"+r,t[r]),this.ej2Instances.vueInstance.$emit("modelchanged",t[r]),this.ej2Instances.vueInstance.$emit("update:modelValue",t[r])))}this.ej2Instances&&this.ej2Instances._trigger&&this.ej2Instances._trigger(e,t,s)},o.prototype.render=function(e){var t=s.gh||e,o=null;return n.isNullOrUndefined(this.$slots.default)||(o=s.gh?this.$slots.default():this.$slots.default),t("input",o)},o.prototype.custom=function(){this.updated()},o.prototype.decrement=function(e){return this.ej2Instances.decrement(e)},o.prototype.focusIn=function(){return this.ej2Instances.focusIn()},o.prototype.focusOut=function(){return this.ej2Instances.focusOut()},o.prototype.getText=function(){return this.ej2Instances.getText()},o.prototype.increment=function(e){return this.ej2Instances.increment(e)},o=v([s.EJComponentDecorator({props:_,model:{event:"modelchanged"}},w)],o)}(s.ComponentBase),V={name:"ejs-numerictextbox",install:function(e){e.component(V.name,k)}},U=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function s(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(s.prototype=n.prototype,new s)}}(),R=function(e,t,n,s){var o,r=arguments.length,i=r<3?t:null===s?s=Object.getOwnPropertyDescriptor(t,n):s;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,s);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(i=(r<3?o(i):r>3?o(t,n,i):o(t,n))||i);return r>3&&i&&Object.defineProperty(t,n,i),i},L=["isLazyUpdate","cssClass","customCharacters","enablePersistence","enableRtl","enabled","floatLabelType","htmlAttributes","locale","mask","placeholder","promptChar","readonly","showClearButton","value","width","blur","change","created","destroyed","focus"],x=["value"],B=s.getProps({props:L}),D=(B[0],B[1]),S=Object.keys(D);S.push("modelchanged");for(var N=0,A=x;N<A.length;N++){var z=A[N];S.push("update:"+z)}var F=!s.gh,H=function(e){function o(){var n=e.call(this,arguments)||this;return n.propKeys=L,n.models=x,n.hasChildDirective=!1,n.hasInjectedModules=!1,n.tagMapper={},n.tagNameMapper={},n.isVue3=!F,n.ej2Instances=new t.MaskedTextBox({}),n.ej2Instances._trigger=n.ej2Instances.trigger,n.ej2Instances.trigger=n.trigger,n.bindProperties(),n.ej2Instances._setProperties=n.ej2Instances.setProperties,n.ej2Instances.setProperties=n.setProperties,n.ej2Instances.clearTemplate=n.clearTemplate,n.updated=n.updated,n}return U(o,e),o.prototype.clearTemplate=function(e){if(e||(e=Object.keys(this.templateCollection||{})),e.length&&this.templateCollection)for(var t=0,s=e;t<s.length;t++){var o=s[t],r=this.templateCollection[o];if(r&&r.length){for(var i=0,a=r;i<a.length;i++){var c=a[i];n.getValue("__vue__.$destroy",c)&&c.__vue__.$destroy(),c.innerHTML&&(c.innerHTML="")}delete this.templateCollection[o]}}},o.prototype.setProperties=function(e,t){var n=this;this.isVue3&&(this.models=this.models?this.models:this.ej2Instances.referModels),this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(e,t),e&&this.models&&this.models.length&&Object.keys(e).map(function(t){n.models.map(function(s){t!==s||/datasource/i.test(t)||(n.isVue3?n.ej2Instances.vueInstance.$emit("update:"+t,e[t]):(n.$emit("update:"+t,e[t]),n.$emit("modelchanged",e[t])))})})},o.prototype.trigger=function(e,t,s){if(F||(this.models=this.models?this.models:this.ej2Instances.referModels),"change"!==e&&"input"!==e||!this.models||0===this.models.length){if("actionBegin"===e&&"dateNavigate"===t.requestType&&this.models&&0!==this.models.length){r=(o=this.models.toString().match(/currentView|selectedDate/)||[])[0];t&&o&&!n.isUndefined(t[r])&&(F?(this.$emit("update:"+r,t[r]),this.$emit("modelchanged",t[r])):(this.ej2Instances.vueInstance.$emit("update:"+r,t[r]),this.ej2Instances.vueInstance.$emit("modelchanged",t[r])))}}else{var o,r=(o=this.models.toString().match(/checked|value/)||[])[0];t&&o&&!n.isUndefined(t[r])&&(F?("change"===e||this.$props&&!this.$props.isLazyUpdate)&&(this.$emit("update:"+r,t[r]),this.$emit("modelchanged",t[r])):(this.ej2Instances.vueInstance.$emit("update:"+r,t[r]),this.ej2Instances.vueInstance.$emit("modelchanged",t[r]),this.ej2Instances.vueInstance.$emit("update:modelValue",t[r])))}this.ej2Instances&&this.ej2Instances._trigger&&this.ej2Instances._trigger(e,t,s)},o.prototype.render=function(e){var t=s.gh||e,o=null;return n.isNullOrUndefined(this.$slots.default)||(o=s.gh?this.$slots.default():this.$slots.default),t("input",o)},o.prototype.custom=function(){this.updated()},o.prototype.focusIn=function(){return this.ej2Instances.focusIn()},o.prototype.focusOut=function(){return this.ej2Instances.focusOut()},o.prototype.getMaskedValue=function(){return this.ej2Instances.getMaskedValue()},o=R([s.EJComponentDecorator({props:L,model:{event:"modelchanged"}},F)],o)}(s.ComponentBase),E={name:"ejs-maskedtextbox",install:function(e){e.component(E.name,H)}},q=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function s(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(s.prototype=n.prototype,new s)}}(),J=function(e,t,n,s){var o,r=arguments.length,i=r<3?t:null===s?s=Object.getOwnPropertyDescriptor(t,n):s;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,s);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(i=(r<3?o(i):r>3?o(t,n,i):o(t,n))||i);return r>3&&i&&Object.defineProperty(t,n,i),i},K=["isLazyUpdate","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"],W=["value"],G=s.getProps({props:K}),Q=(G[0],G[1]),X=Object.keys(Q);X.push("modelchanged");for(var Y=0,Z=W;Y<Z.length;Y++){var ee=Z[Y];X.push("update:"+ee)}var te,ne=!s.gh,se=function(e){function o(){var n=e.call(this,arguments)||this;return n.propKeys=K,n.models=W,n.hasChildDirective=!1,n.hasInjectedModules=!1,n.tagMapper={},n.tagNameMapper={},n.isVue3=!ne,n.ej2Instances=new t.Slider({}),n.ej2Instances._trigger=n.ej2Instances.trigger,n.ej2Instances.trigger=n.trigger,n.bindProperties(),n.ej2Instances._setProperties=n.ej2Instances.setProperties,n.ej2Instances.setProperties=n.setProperties,n.ej2Instances.clearTemplate=n.clearTemplate,n.updated=n.updated,n}return q(o,e),o.prototype.clearTemplate=function(e){if(e||(e=Object.keys(this.templateCollection||{})),e.length&&this.templateCollection)for(var t=0,s=e;t<s.length;t++){var o=s[t],r=this.templateCollection[o];if(r&&r.length){for(var i=0,a=r;i<a.length;i++){var c=a[i];n.getValue("__vue__.$destroy",c)&&c.__vue__.$destroy(),c.innerHTML&&(c.innerHTML="")}delete this.templateCollection[o]}}},o.prototype.setProperties=function(e,t){var n=this;this.isVue3&&(this.models=this.models?this.models:this.ej2Instances.referModels),this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(e,t),e&&this.models&&this.models.length&&Object.keys(e).map(function(t){n.models.map(function(s){t!==s||/datasource/i.test(t)||(n.isVue3?n.ej2Instances.vueInstance.$emit("update:"+t,e[t]):(n.$emit("update:"+t,e[t]),n.$emit("modelchanged",e[t])))})})},o.prototype.trigger=function(e,t,s){if(ne||(this.models=this.models?this.models:this.ej2Instances.referModels),"change"!==e&&"input"!==e||!this.models||0===this.models.length){if("actionBegin"===e&&"dateNavigate"===t.requestType&&this.models&&0!==this.models.length){r=(o=this.models.toString().match(/currentView|selectedDate/)||[])[0];t&&o&&!n.isUndefined(t[r])&&(ne?(this.$emit("update:"+r,t[r]),this.$emit("modelchanged",t[r])):(this.ej2Instances.vueInstance.$emit("update:"+r,t[r]),this.ej2Instances.vueInstance.$emit("modelchanged",t[r])))}}else{var o,r=(o=this.models.toString().match(/checked|value/)||[])[0];t&&o&&!n.isUndefined(t[r])&&(ne?("change"===e||this.$props&&!this.$props.isLazyUpdate)&&(this.$emit("update:"+r,t[r]),this.$emit("modelchanged",t[r])):(this.ej2Instances.vueInstance.$emit("update:"+r,t[r]),this.ej2Instances.vueInstance.$emit("modelchanged",t[r]),this.ej2Instances.vueInstance.$emit("update:modelValue",t[r])))}this.ej2Instances&&this.ej2Instances._trigger&&this.ej2Instances._trigger(e,t,s)},o.prototype.render=function(e){var t=s.gh||e,o=null;return n.isNullOrUndefined(this.$slots.default)||(o=s.gh?this.$slots.default():this.$slots.default),t("div",o)},o.prototype.custom=function(){this.updated()},o.prototype.reposition=function(){return this.ej2Instances.reposition()},o.prototype.setTooltip=function(e){return this.ej2Instances.setTooltip(e)},o=J([s.EJComponentDecorator({props:K,model:{event:"modelchanged"}},ne)],o)}(s.ComponentBase),oe={name:"ejs-slider",install:function(e){e.component(oe.name,se)}},re=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function s(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(s.prototype=n.prototype,new s)}}(),ie=function(e,t,n,s){var o,r=arguments.length,i=r<3?t:null===s?s=Object.getOwnPropertyDescriptor(t,n):s;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,s);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(i=(r<3?o(i):r>3?o(t,n,i):o(t,n))||i);return r>3&&i&&Object.defineProperty(t,n,i),i},ae=!s.gh,ce=function(e){function t(){return e.call(this,arguments)||this}return re(t,e),t.prototype.render=function(e){if(s.gh){var t=s.gh||e,o=null;return n.isNullOrUndefined(this.$slots.default)||(o=s.gh?this.$slots.default():this.$slots.default),t("div",{class:"e-directive"},o)}},t.prototype.updated=function(){s.gh&&this.custom&&this.custom()},t.prototype.getTag=function(){return"e-files"},t=ie([s.EJComponentDecorator({},ae)],t)}(te=!ae||parseInt(s.allVue.version)<3?o.Vue:r),le={name:"e-files",install:function(e){e.component(le.name,ce)}},pe=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return re(t,e),t.prototype.render=function(){},t.prototype.getTag=function(){return"e-uploadedfiles"},t=ie([s.EJComponentDecorator({},ae)],t)}(te),ue={name:"e-uploadedfiles",install:function(e){e.component(ue.name,pe)}},de=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function s(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(s.prototype=n.prototype,new s)}}(),he=function(e,t,n,s){var o,r=arguments.length,i=r<3?t:null===s?s=Object.getOwnPropertyDescriptor(t,n):s;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,s);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(i=(r<3?o(i):r>3?o(t,n,i):o(t,n))||i);return r>3&&i&&Object.defineProperty(t,n,i),i},fe=["isLazyUpdate","allowedExtensions","asyncSettings","autoUpload","buttons","cssClass","directoryUpload","dropArea","dropEffect","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"],me=[],ge=s.getProps({props:fe}),je=(ge[0],ge[1]),ye=Object.keys(je);ye.push("modelchanged");for(var Ie=0,ve=me;Ie<ve.length;Ie++){var _e=ve[Ie];ye.push("update:"+_e)}var be=!s.gh,Pe=function(e){function o(){var n=e.call(this,arguments)||this;return n.propKeys=fe,n.models=me,n.hasChildDirective=!0,n.hasInjectedModules=!1,n.tagMapper={"e-files":"e-uploadedfiles"},n.tagNameMapper={},n.isVue3=!be,n.ej2Instances=new t.Uploader({}),n.bindProperties(),n.ej2Instances._setProperties=n.ej2Instances.setProperties,n.ej2Instances.setProperties=n.setProperties,n.ej2Instances.clearTemplate=n.clearTemplate,n.updated=n.updated,n}return de(o,e),o.prototype.clearTemplate=function(e){if(e||(e=Object.keys(this.templateCollection||{})),e.length&&this.templateCollection)for(var t=0,s=e;t<s.length;t++){var o=s[t],r=this.templateCollection[o];if(r&&r.length){for(var i=0,a=r;i<a.length;i++){var c=a[i];n.getValue("__vue__.$destroy",c)&&c.__vue__.$destroy(),c.innerHTML&&(c.innerHTML="")}delete this.templateCollection[o]}}},o.prototype.setProperties=function(e,t){var n=this;this.isVue3&&(this.models=this.models?this.models:this.ej2Instances.referModels),this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(e,t),e&&this.models&&this.models.length&&Object.keys(e).map(function(t){n.models.map(function(s){t!==s||/datasource/i.test(t)||(n.isVue3?n.ej2Instances.vueInstance.$emit("update:"+t,e[t]):(n.$emit("update:"+t,e[t]),n.$emit("modelchanged",e[t])))})})},o.prototype.render=function(e){var t=s.gh||e,o=null;return n.isNullOrUndefined(this.$slots.default)||(o=s.gh?this.$slots.default():this.$slots.default),t("input",o)},o.prototype.custom=function(){this.updated()},o.prototype.bytesToSize=function(e){return this.ej2Instances.bytesToSize(e)},o.prototype.cancel=function(e){return this.ej2Instances.cancel(e)},o.prototype.clearAll=function(){return this.ej2Instances.clearAll()},o.prototype.createFileList=function(e,t){return this.ej2Instances.createFileList(e,t)},o.prototype.getFilesData=function(e){return this.ej2Instances.getFilesData(e)},o.prototype.pause=function(e,t){return this.ej2Instances.pause(e,t)},o.prototype.remove=function(e,t,n,s,o){return this.ej2Instances.remove(e,t,n,s,o)},o.prototype.resume=function(e,t){return this.ej2Instances.resume(e,t)},o.prototype.retry=function(e,t,n){return this.ej2Instances.retry(e,t,n)},o.prototype.sortFileList=function(e){return this.ej2Instances.sortFileList(e)},o.prototype.traverseFileTree=function(e,t){return this.ej2Instances.traverseFileTree(e,t)},o.prototype.upload=function(e,t){return this.ej2Instances.upload(e,t)},o=he([s.EJComponentDecorator({props:fe},be)],o)}(s.ComponentBase),$e={name:"ejs-uploader",install:function(e){e.component($e.name,Pe),e.component(ue.name,pe),e.component(le.name,ce)}},Oe=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function s(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(s.prototype=n.prototype,new s)}}(),Ce=function(e,t,n,s){var o,r=arguments.length,i=r<3?t:null===s?s=Object.getOwnPropertyDescriptor(t,n):s;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,s);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(i=(r<3?o(i):r>3?o(t,n,i):o(t,n))||i);return r>3&&i&&Object.defineProperty(t,n,i),i},Te=["isLazyUpdate","columns","createPopupOnClick","cssClass","disabled","enableOpacity","enablePersistence","enableRtl","inline","locale","mode","modeSwitcher","noColor","presetColors","showButtons","value","beforeClose","beforeModeSwitch","beforeOpen","beforeTileRender","change","created","onModeSwitch","open","select"],Me=["value"],we=s.getProps({props:Te}),ke=(we[0],we[1]),Ve=Object.keys(ke);Ve.push("modelchanged");for(var Ue=0,Re=Me;Ue<Re.length;Ue++){var Le=Re[Ue];Ve.push("update:"+Le)}var xe=!s.gh,Be=function(e){function o(){var n=e.call(this,arguments)||this;return n.propKeys=Te,n.models=Me,n.hasChildDirective=!1,n.hasInjectedModules=!1,n.tagMapper={},n.tagNameMapper={},n.isVue3=!xe,n.ej2Instances=new t.ColorPicker({}),n.ej2Instances._trigger=n.ej2Instances.trigger,n.ej2Instances.trigger=n.trigger,n.bindProperties(),n.ej2Instances._setProperties=n.ej2Instances.setProperties,n.ej2Instances.setProperties=n.setProperties,n.ej2Instances.clearTemplate=n.clearTemplate,n.updated=n.updated,n}return Oe(o,e),o.prototype.clearTemplate=function(e){if(e||(e=Object.keys(this.templateCollection||{})),e.length&&this.templateCollection)for(var t=0,s=e;t<s.length;t++){var o=s[t],r=this.templateCollection[o];if(r&&r.length){for(var i=0,a=r;i<a.length;i++){var c=a[i];n.getValue("__vue__.$destroy",c)&&c.__vue__.$destroy(),c.innerHTML&&(c.innerHTML="")}delete this.templateCollection[o]}}},o.prototype.setProperties=function(e,t){var n=this;this.isVue3&&(this.models=this.models?this.models:this.ej2Instances.referModels),this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(e,t),e&&this.models&&this.models.length&&Object.keys(e).map(function(t){n.models.map(function(s){t!==s||/datasource/i.test(t)||(n.isVue3?n.ej2Instances.vueInstance.$emit("update:"+t,e[t]):(n.$emit("update:"+t,e[t]),n.$emit("modelchanged",e[t])))})})},o.prototype.trigger=function(e,t,s){if(xe||(this.models=this.models?this.models:this.ej2Instances.referModels),"change"!==e&&"input"!==e||!this.models||0===this.models.length){if("actionBegin"===e&&"dateNavigate"===t.requestType&&this.models&&0!==this.models.length){r=(o=this.models.toString().match(/currentView|selectedDate/)||[])[0];t&&o&&!n.isUndefined(t[r])&&(xe?(this.$emit("update:"+r,t[r]),this.$emit("modelchanged",t[r])):(this.ej2Instances.vueInstance.$emit("update:"+r,t[r]),this.ej2Instances.vueInstance.$emit("modelchanged",t[r])))}}else{var o,r=(o=this.models.toString().match(/checked|value/)||[])[0];t&&o&&!n.isUndefined(t[r])&&(xe?("change"===e||this.$props&&!this.$props.isLazyUpdate)&&(this.$emit("update:"+r,t[r]),this.$emit("modelchanged",t[r])):(this.ej2Instances.vueInstance.$emit("update:"+r,t[r]),this.ej2Instances.vueInstance.$emit("modelchanged",t[r]),this.ej2Instances.vueInstance.$emit("update:modelValue",t[r])))}this.ej2Instances&&this.ej2Instances._trigger&&this.ej2Instances._trigger(e,t,s)},o.prototype.render=function(e){var t=s.gh||e,o=null;return n.isNullOrUndefined(this.$slots.default)||(o=s.gh?this.$slots.default():this.$slots.default),t("input",o)},o.prototype.custom=function(){this.updated()},o.prototype.focusIn=function(){return this.ej2Instances.focusIn()},o.prototype.getValue=function(e,t){return this.ej2Instances.getValue(e,t)},o.prototype.toggle=function(){return this.ej2Instances.toggle()},o=Ce([s.EJComponentDecorator({props:Te,model:{event:"modelchanged"}},xe)],o)}(s.ComponentBase),De={name:"ejs-colorpicker",install:function(e){e.component(De.name,Be)}},Se=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function s(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(s.prototype=n.prototype,new s)}}(),Ne=function(e,t,n,s){var o,r=arguments.length,i=r<3?t:null===s?s=Object.getOwnPropertyDescriptor(t,n):s;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,s);else for(var a=e.length-1;a>=0;a--)(o=e[a])&&(i=(r<3?o(i):r>3?o(t,n,i):o(t,n))||i);return r>3&&i&&Object.defineProperty(t,n,i),i},Ae=["isLazyUpdate","backgroundColor","backgroundImage","disabled","enablePersistence","enableRtl","isReadOnly","locale","maxStrokeWidth","minStrokeWidth","saveWithBackground","strokeColor","velocity","beforeSave","change","created"],ze=[],Fe=s.getProps({props:Ae}),He=(Fe[0],Fe[1]),Ee=Object.keys(He);Ee.push("modelchanged");for(var qe=0,Je=ze;qe<Je.length;qe++){var Ke=Je[qe];Ee.push("update:"+Ke)}var We=!s.gh,Ge=function(e){function o(){var n=e.call(this,arguments)||this;return n.propKeys=Ae,n.models=ze,n.hasChildDirective=!1,n.hasInjectedModules=!1,n.tagMapper={},n.tagNameMapper={},n.isVue3=!We,n.ej2Instances=new t.Signature({}),n.bindProperties(),n.ej2Instances._setProperties=n.ej2Instances.setProperties,n.ej2Instances.setProperties=n.setProperties,n.ej2Instances.clearTemplate=n.clearTemplate,n.updated=n.updated,n}return Se(o,e),o.prototype.clearTemplate=function(e){if(e||(e=Object.keys(this.templateCollection||{})),e.length&&this.templateCollection)for(var t=0,s=e;t<s.length;t++){var o=s[t],r=this.templateCollection[o];if(r&&r.length){for(var i=0,a=r;i<a.length;i++){var c=a[i];n.getValue("__vue__.$destroy",c)&&c.__vue__.$destroy(),c.innerHTML&&(c.innerHTML="")}delete this.templateCollection[o]}}},o.prototype.setProperties=function(e,t){var n=this;this.isVue3&&(this.models=this.models?this.models:this.ej2Instances.referModels),this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(e,t),e&&this.models&&this.models.length&&Object.keys(e).map(function(t){n.models.map(function(s){t!==s||/datasource/i.test(t)||(n.isVue3?n.ej2Instances.vueInstance.$emit("update:"+t,e[t]):(n.$emit("update:"+t,e[t]),n.$emit("modelchanged",e[t])))})})},o.prototype.render=function(e){var t=s.gh||e,o=null;return n.isNullOrUndefined(this.$slots.default)||(o=s.gh?this.$slots.default():this.$slots.default),t("canvas",o)},o.prototype.custom=function(){this.updated()},o.prototype.canRedo=function(){return this.ej2Instances.canRedo()},o.prototype.canUndo=function(){return this.ej2Instances.canUndo()},o.prototype.clear=function(){return this.ej2Instances.clear()},o.prototype.draw=function(e,t,n){return this.ej2Instances.draw(e,t,n)},o.prototype.getBlob=function(e){return this.ej2Instances.getBlob(e)},o.prototype.initialize=function(){return this.ej2Instances.initialize()},o.prototype.isEmpty=function(){return this.ej2Instances.isEmpty()},o.prototype.load=function(e,t,n){return this.ej2Instances.load(e,t,n)},o.prototype.redo=function(){return this.ej2Instances.redo()},o.prototype.save=function(e,t){return this.ej2Instances.save(e,t)},o.prototype.saveAsBlob=function(){return this.ej2Instances.saveAsBlob()},o.prototype.undo=function(){return this.ej2Instances.undo()},o=Ne([s.EJComponentDecorator({props:Ae},We)],o)}(s.ComponentBase),Qe={name:"ejs-signature",install:function(e){e.component(Qe.name,Ge)}};e.TextBoxComponent=j,e.TextBoxPlugin=y,e.NumericTextBoxComponent=k,e.NumericTextBoxPlugin=V,e.MaskedTextBoxComponent=H,e.MaskedTextBoxPlugin=E,e.SliderComponent=se,e.SliderPlugin=oe,e.FilesDirective=ce,e.UploadedFilesDirective=pe,e.FilesPlugin=le,e.UploadedFilesPlugin=ue,e.UploaderComponent=Pe,e.UploaderPlugin=$e,e.ColorPickerComponent=Be,e.ColorPickerPlugin=De,e.SignatureComponent=Ge,e.SignaturePlugin=Qe,Object.keys(t).forEach(function(n){e[n]=t[n]}),Object.defineProperty(e,"__esModule",{value:!0})});
38
11
  //# sourceMappingURL=ej2-vue-inputs.umd.min.js.map