@syncfusion/ej2-vue-inputs 20.1.55 → 20.1.61

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 (169) hide show
  1. package/CHANGELOG.md +0 -17
  2. package/README.md +15 -2
  3. package/dist/ej2-vue-inputs.umd.min.js +1 -1
  4. package/dist/es6/ej2-vue-inputs.es2015.js +158 -23
  5. package/dist/es6/ej2-vue-inputs.es2015.js.map +1 -1
  6. package/dist/es6/ej2-vue-inputs.es5.js +105 -16
  7. package/dist/es6/ej2-vue-inputs.es5.js.map +1 -1
  8. package/dist/global/ej2-vue-inputs.min.js +2 -2
  9. package/package.json +8 -14
  10. package/src/color-picker/colorpicker.component.d.ts +1 -0
  11. package/src/color-picker/colorpicker.component.js +12 -2
  12. package/src/maskedtextbox/maskedtextbox.component.d.ts +1 -0
  13. package/src/maskedtextbox/maskedtextbox.component.js +12 -2
  14. package/src/numerictextbox/numerictextbox.component.d.ts +1 -0
  15. package/src/numerictextbox/numerictextbox.component.js +12 -2
  16. package/src/signature/signature.component.d.ts +1 -0
  17. package/src/signature/signature.component.js +11 -2
  18. package/src/slider/slider.component.d.ts +1 -0
  19. package/src/slider/slider.component.js +12 -2
  20. package/src/textbox/textbox.component.d.ts +1 -0
  21. package/src/textbox/textbox.component.js +12 -2
  22. package/src/uploader/files.directive.d.ts +3 -1
  23. package/src/uploader/files.directive.js +24 -2
  24. package/src/uploader/uploader.component.d.ts +1 -0
  25. package/src/uploader/uploader.component.js +11 -2
  26. package/styles/bootstrap-dark.css +135 -670
  27. package/styles/bootstrap.css +132 -667
  28. package/styles/bootstrap4.css +131 -696
  29. package/styles/bootstrap5-dark.css +247 -757
  30. package/styles/bootstrap5.css +247 -757
  31. package/styles/color-picker/bootstrap-dark.css +27 -194
  32. package/styles/color-picker/bootstrap.css +27 -194
  33. package/styles/color-picker/bootstrap4.css +27 -209
  34. package/styles/color-picker/bootstrap5-dark.css +52 -221
  35. package/styles/color-picker/bootstrap5.css +52 -221
  36. package/styles/color-picker/fabric-dark.css +27 -194
  37. package/styles/color-picker/fabric.css +27 -194
  38. package/styles/color-picker/fluent-dark.css +735 -0
  39. package/styles/color-picker/fluent-dark.scss +1 -0
  40. package/styles/color-picker/fluent.css +735 -0
  41. package/styles/color-picker/fluent.scss +1 -0
  42. package/styles/color-picker/highcontrast-light.css +27 -194
  43. package/styles/color-picker/highcontrast.css +27 -194
  44. package/styles/color-picker/material-dark.css +27 -195
  45. package/styles/color-picker/material.css +27 -196
  46. package/styles/color-picker/tailwind-dark.css +36 -207
  47. package/styles/color-picker/tailwind.css +36 -207
  48. package/styles/fabric-dark.css +130 -667
  49. package/styles/fabric.css +129 -666
  50. package/styles/fluent-dark.css +6806 -0
  51. package/styles/fluent-dark.scss +8 -0
  52. package/styles/fluent.css +6806 -0
  53. package/styles/fluent.scss +8 -0
  54. package/styles/highcontrast-light.css +138 -687
  55. package/styles/highcontrast.css +138 -687
  56. package/styles/input/bootstrap-dark.css +44 -46
  57. package/styles/input/bootstrap.css +41 -43
  58. package/styles/input/bootstrap4.css +41 -43
  59. package/styles/input/bootstrap5-dark.css +119 -64
  60. package/styles/input/bootstrap5.css +119 -64
  61. package/styles/input/fabric-dark.css +39 -40
  62. package/styles/input/fabric.css +39 -40
  63. package/styles/input/fluent-dark.css +4594 -0
  64. package/styles/input/fluent-dark.scss +1 -0
  65. package/styles/input/fluent.css +4594 -0
  66. package/styles/input/fluent.scss +1 -0
  67. package/styles/input/highcontrast-light.css +40 -42
  68. package/styles/input/highcontrast.css +40 -42
  69. package/styles/input/material-dark.css +94 -129
  70. package/styles/input/material.css +94 -130
  71. package/styles/input/tailwind-dark.css +126 -71
  72. package/styles/input/tailwind.css +126 -71
  73. package/styles/maskedtextbox/bootstrap-dark.css +1 -1
  74. package/styles/maskedtextbox/bootstrap.css +1 -1
  75. package/styles/maskedtextbox/bootstrap4.css +1 -1
  76. package/styles/maskedtextbox/bootstrap5-dark.css +1 -1
  77. package/styles/maskedtextbox/bootstrap5.css +1 -1
  78. package/styles/maskedtextbox/fabric-dark.css +1 -1
  79. package/styles/maskedtextbox/fabric.css +1 -1
  80. package/styles/maskedtextbox/fluent-dark.css +26 -0
  81. package/styles/maskedtextbox/fluent-dark.scss +1 -0
  82. package/styles/maskedtextbox/fluent.css +26 -0
  83. package/styles/maskedtextbox/fluent.scss +1 -0
  84. package/styles/maskedtextbox/highcontrast-light.css +1 -1
  85. package/styles/maskedtextbox/highcontrast.css +1 -1
  86. package/styles/maskedtextbox/material-dark.css +1 -2
  87. package/styles/maskedtextbox/material.css +1 -3
  88. package/styles/maskedtextbox/tailwind-dark.css +1 -1
  89. package/styles/maskedtextbox/tailwind.css +1 -1
  90. package/styles/material-dark.css +188 -786
  91. package/styles/material.css +188 -791
  92. package/styles/numerictextbox/bootstrap-dark.css +6 -8
  93. package/styles/numerictextbox/bootstrap.css +6 -8
  94. package/styles/numerictextbox/bootstrap4.css +6 -7
  95. package/styles/numerictextbox/bootstrap5-dark.css +6 -7
  96. package/styles/numerictextbox/bootstrap5.css +6 -7
  97. package/styles/numerictextbox/fabric-dark.css +6 -7
  98. package/styles/numerictextbox/fabric.css +6 -7
  99. package/styles/numerictextbox/fluent-dark.css +58 -0
  100. package/styles/numerictextbox/fluent-dark.scss +1 -0
  101. package/styles/numerictextbox/fluent.css +58 -0
  102. package/styles/numerictextbox/fluent.scss +1 -0
  103. package/styles/numerictextbox/highcontrast-light.css +6 -7
  104. package/styles/numerictextbox/highcontrast.css +6 -7
  105. package/styles/numerictextbox/material-dark.css +6 -8
  106. package/styles/numerictextbox/material.css +6 -9
  107. package/styles/numerictextbox/tailwind-dark.css +6 -7
  108. package/styles/numerictextbox/tailwind.css +6 -7
  109. package/styles/signature/bootstrap-dark.css +1 -1
  110. package/styles/signature/bootstrap.css +1 -1
  111. package/styles/signature/bootstrap4.css +1 -1
  112. package/styles/signature/bootstrap5-dark.css +1 -1
  113. package/styles/signature/bootstrap5.css +1 -1
  114. package/styles/signature/fabric-dark.css +1 -1
  115. package/styles/signature/fabric.css +1 -1
  116. package/styles/signature/fluent-dark.css +9 -0
  117. package/styles/signature/fluent-dark.scss +1 -0
  118. package/styles/signature/fluent.css +9 -0
  119. package/styles/signature/fluent.scss +1 -0
  120. package/styles/signature/highcontrast-light.css +1 -1
  121. package/styles/signature/highcontrast.css +1 -1
  122. package/styles/signature/material-dark.css +1 -1
  123. package/styles/signature/material.css +1 -1
  124. package/styles/signature/tailwind-dark.css +1 -1
  125. package/styles/signature/tailwind.css +1 -1
  126. package/styles/slider/bootstrap-dark.css +2 -91
  127. package/styles/slider/bootstrap.css +2 -91
  128. package/styles/slider/bootstrap4.css +1 -106
  129. package/styles/slider/bootstrap5-dark.css +14 -134
  130. package/styles/slider/bootstrap5.css +14 -134
  131. package/styles/slider/fabric-dark.css +2 -96
  132. package/styles/slider/fabric.css +1 -95
  133. package/styles/slider/fluent-dark.css +528 -0
  134. package/styles/slider/fluent-dark.scss +1 -0
  135. package/styles/slider/fluent.css +528 -0
  136. package/styles/slider/fluent.scss +1 -0
  137. package/styles/slider/highcontrast-light.css +9 -113
  138. package/styles/slider/highcontrast.css +9 -113
  139. package/styles/slider/material-dark.css +5 -120
  140. package/styles/slider/material.css +5 -120
  141. package/styles/slider/tailwind-dark.css +11 -135
  142. package/styles/slider/tailwind.css +11 -135
  143. package/styles/tailwind-dark.css +289 -779
  144. package/styles/tailwind.css +289 -779
  145. package/styles/textbox/fluent-dark.css +0 -0
  146. package/styles/textbox/fluent-dark.scss +1 -0
  147. package/styles/textbox/fluent.css +0 -0
  148. package/styles/textbox/fluent.scss +1 -0
  149. package/styles/textbox/material-dark.css +1 -1
  150. package/styles/textbox/material.css +1 -2
  151. package/styles/textbox/tailwind-dark.css +1 -1
  152. package/styles/textbox/tailwind.css +1 -1
  153. package/styles/uploader/bootstrap-dark.css +60 -334
  154. package/styles/uploader/bootstrap.css +60 -334
  155. package/styles/uploader/bootstrap4.css +60 -334
  156. package/styles/uploader/bootstrap5-dark.css +60 -334
  157. package/styles/uploader/bootstrap5.css +60 -334
  158. package/styles/uploader/fabric-dark.css +60 -334
  159. package/styles/uploader/fabric.css +60 -334
  160. package/styles/uploader/fluent-dark.css +851 -0
  161. package/styles/uploader/fluent-dark.scss +1 -0
  162. package/styles/uploader/fluent.css +851 -0
  163. package/styles/uploader/fluent.scss +1 -0
  164. package/styles/uploader/highcontrast-light.css +60 -334
  165. package/styles/uploader/highcontrast.css +60 -334
  166. package/styles/uploader/material-dark.css +60 -335
  167. package/styles/uploader/material.css +60 -335
  168. package/styles/uploader/tailwind-dark.css +113 -362
  169. 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,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-vue-inputs.umd.min.js
3
- * version : 20.1.55
3
+ * version : 20.1.61
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
@@ -11,7 +11,7 @@ var __decorate = (undefined && undefined.__decorate) || function (decorators, ta
11
11
  return c > 3 && r && Object.defineProperty(target, key, r), r;
12
12
  };
13
13
  // {{VueImport}}
14
- const properties = ['isLazyUpdate', 'autocomplete', 'cssClass', 'enablePersistence', 'enableRtl', 'enabled', 'floatLabelType', 'htmlAttributes', 'locale', 'multiline', 'placeholder', 'readonly', 'showClearButton', 'type', 'value', 'width', 'blur', 'change', 'created', 'destroyed', 'focus', 'input'];
14
+ const properties = ['isLazyUpdate', 'plugins', 'autocomplete', 'cssClass', 'enablePersistence', 'enableRtl', 'enabled', 'floatLabelType', 'htmlAttributes', 'locale', 'multiline', 'placeholder', 'readonly', 'showClearButton', 'type', 'value', 'width', 'blur', 'change', 'created', 'destroyed', 'focus', 'input'];
15
15
  const modelProps = ['value'];
16
16
  const testProp = getProps({ props: properties });
17
17
  const props = testProp[0];
@@ -32,7 +32,12 @@ let TextBoxComponent =
32
32
  /* Start Options({
33
33
  props: props,
34
34
  watch: watch,
35
- emits: emitProbs
35
+ emits: emitProbs,
36
+ provide: function provide() {
37
+ return {
38
+ custom: this.custom
39
+ };
40
+ }
36
41
  }) End */
37
42
  class TextBoxComponent extends ComponentBase {
38
43
  constructor() {
@@ -51,6 +56,7 @@ class TextBoxComponent extends ComponentBase {
51
56
  this.ej2Instances._setProperties = this.ej2Instances.setProperties;
52
57
  this.ej2Instances.setProperties = this.setProperties;
53
58
  this.ej2Instances.clearTemplate = this.clearTemplate;
59
+ this.updated = this.updated;
54
60
  }
55
61
  clearTemplate(templateNames) {
56
62
  if (!templateNames) {
@@ -108,6 +114,7 @@ class TextBoxComponent extends ComponentBase {
108
114
  if (!isExecute) {
109
115
  this.ej2Instances.vueInstance.$emit('update:' + propKey, eventProp[propKey]);
110
116
  this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);
117
+ this.ej2Instances.vueInstance.$emit('update:modelValue', eventProp[propKey]);
111
118
  }
112
119
  else {
113
120
  if (eventName === 'change' || (this.$props && !this.$props.isLazyUpdate)) {
@@ -143,6 +150,9 @@ class TextBoxComponent extends ComponentBase {
143
150
  }
144
151
  return h('input', slots);
145
152
  }
153
+ custom() {
154
+ this.updated();
155
+ }
146
156
  addAttributes(attributes) {
147
157
  return this.ej2Instances.addAttributes(attributes);
148
158
  }
@@ -169,7 +179,12 @@ TextBoxComponent = __decorate([
169
179
  /* Start Options({
170
180
  props: props,
171
181
  watch: watch,
172
- emits: emitProbs
182
+ emits: emitProbs,
183
+ provide: function provide() {
184
+ return {
185
+ custom: this.custom
186
+ };
187
+ }
173
188
  }) End */
174
189
  ], TextBoxComponent);
175
190
  const TextBoxPlugin = {
@@ -186,7 +201,7 @@ var __decorate$1 = (undefined && undefined.__decorate) || function (decorators,
186
201
  return c > 3 && r && Object.defineProperty(target, key, r), r;
187
202
  };
188
203
  // {{VueImport}}
189
- const properties$1 = ['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'];
204
+ const properties$1 = ['isLazyUpdate', 'plugins', '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'];
190
205
  const modelProps$1 = ['value'];
191
206
  const testProp$1 = getProps({ props: properties$1 });
192
207
  const props$1 = testProp$1[0];
@@ -207,7 +222,12 @@ let NumericTextBoxComponent =
207
222
  /* Start Options({
208
223
  props: props,
209
224
  watch: watch,
210
- emits: emitProbs
225
+ emits: emitProbs,
226
+ provide: function provide() {
227
+ return {
228
+ custom: this.custom
229
+ };
230
+ }
211
231
  }) End */
212
232
  class NumericTextBoxComponent extends ComponentBase {
213
233
  constructor() {
@@ -226,6 +246,7 @@ class NumericTextBoxComponent extends ComponentBase {
226
246
  this.ej2Instances._setProperties = this.ej2Instances.setProperties;
227
247
  this.ej2Instances.setProperties = this.setProperties;
228
248
  this.ej2Instances.clearTemplate = this.clearTemplate;
249
+ this.updated = this.updated;
229
250
  }
230
251
  clearTemplate(templateNames) {
231
252
  if (!templateNames) {
@@ -283,6 +304,7 @@ class NumericTextBoxComponent extends ComponentBase {
283
304
  if (!isExecute$1) {
284
305
  this.ej2Instances.vueInstance.$emit('update:' + propKey, eventProp[propKey]);
285
306
  this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);
307
+ this.ej2Instances.vueInstance.$emit('update:modelValue', eventProp[propKey]);
286
308
  }
287
309
  else {
288
310
  if (eventName === 'change' || (this.$props && !this.$props.isLazyUpdate)) {
@@ -318,6 +340,9 @@ class NumericTextBoxComponent extends ComponentBase {
318
340
  }
319
341
  return h('input', slots);
320
342
  }
343
+ custom() {
344
+ this.updated();
345
+ }
321
346
  decrement(step) {
322
347
  return this.ej2Instances.decrement(step);
323
348
  }
@@ -344,7 +369,12 @@ NumericTextBoxComponent = __decorate$1([
344
369
  /* Start Options({
345
370
  props: props,
346
371
  watch: watch,
347
- emits: emitProbs
372
+ emits: emitProbs,
373
+ provide: function provide() {
374
+ return {
375
+ custom: this.custom
376
+ };
377
+ }
348
378
  }) End */
349
379
  ], NumericTextBoxComponent);
350
380
  const NumericTextBoxPlugin = {
@@ -361,7 +391,7 @@ var __decorate$2 = (undefined && undefined.__decorate) || function (decorators,
361
391
  return c > 3 && r && Object.defineProperty(target, key, r), r;
362
392
  };
363
393
  // {{VueImport}}
364
- const properties$2 = ['isLazyUpdate', 'cssClass', 'customCharacters', 'enablePersistence', 'enableRtl', 'enabled', 'floatLabelType', 'htmlAttributes', 'locale', 'mask', 'placeholder', 'promptChar', 'readonly', 'showClearButton', 'value', 'width', 'blur', 'change', 'created', 'destroyed', 'focus'];
394
+ const properties$2 = ['isLazyUpdate', 'plugins', 'cssClass', 'customCharacters', 'enablePersistence', 'enableRtl', 'enabled', 'floatLabelType', 'htmlAttributes', 'locale', 'mask', 'placeholder', 'promptChar', 'readonly', 'showClearButton', 'value', 'width', 'blur', 'change', 'created', 'destroyed', 'focus'];
365
395
  const modelProps$2 = ['value'];
366
396
  const testProp$2 = getProps({ props: properties$2 });
367
397
  const props$2 = testProp$2[0];
@@ -382,7 +412,12 @@ let MaskedTextBoxComponent =
382
412
  /* Start Options({
383
413
  props: props,
384
414
  watch: watch,
385
- emits: emitProbs
415
+ emits: emitProbs,
416
+ provide: function provide() {
417
+ return {
418
+ custom: this.custom
419
+ };
420
+ }
386
421
  }) End */
387
422
  class MaskedTextBoxComponent extends ComponentBase {
388
423
  constructor() {
@@ -401,6 +436,7 @@ class MaskedTextBoxComponent extends ComponentBase {
401
436
  this.ej2Instances._setProperties = this.ej2Instances.setProperties;
402
437
  this.ej2Instances.setProperties = this.setProperties;
403
438
  this.ej2Instances.clearTemplate = this.clearTemplate;
439
+ this.updated = this.updated;
404
440
  }
405
441
  clearTemplate(templateNames) {
406
442
  if (!templateNames) {
@@ -458,6 +494,7 @@ class MaskedTextBoxComponent extends ComponentBase {
458
494
  if (!isExecute$2) {
459
495
  this.ej2Instances.vueInstance.$emit('update:' + propKey, eventProp[propKey]);
460
496
  this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);
497
+ this.ej2Instances.vueInstance.$emit('update:modelValue', eventProp[propKey]);
461
498
  }
462
499
  else {
463
500
  if (eventName === 'change' || (this.$props && !this.$props.isLazyUpdate)) {
@@ -493,6 +530,9 @@ class MaskedTextBoxComponent extends ComponentBase {
493
530
  }
494
531
  return h('input', slots);
495
532
  }
533
+ custom() {
534
+ this.updated();
535
+ }
496
536
  focusIn() {
497
537
  return this.ej2Instances.focusIn();
498
538
  }
@@ -513,7 +553,12 @@ MaskedTextBoxComponent = __decorate$2([
513
553
  /* Start Options({
514
554
  props: props,
515
555
  watch: watch,
516
- emits: emitProbs
556
+ emits: emitProbs,
557
+ provide: function provide() {
558
+ return {
559
+ custom: this.custom
560
+ };
561
+ }
517
562
  }) End */
518
563
  ], MaskedTextBoxComponent);
519
564
  const MaskedTextBoxPlugin = {
@@ -530,7 +575,7 @@ var __decorate$3 = (undefined && undefined.__decorate) || function (decorators,
530
575
  return c > 3 && r && Object.defineProperty(target, key, r), r;
531
576
  };
532
577
  // {{VueImport}}
533
- const properties$3 = ['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'];
578
+ const properties$3 = ['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'];
534
579
  const modelProps$3 = ['value'];
535
580
  const testProp$3 = getProps({ props: properties$3 });
536
581
  const props$3 = testProp$3[0];
@@ -551,7 +596,12 @@ let SliderComponent =
551
596
  /* Start Options({
552
597
  props: props,
553
598
  watch: watch,
554
- emits: emitProbs
599
+ emits: emitProbs,
600
+ provide: function provide() {
601
+ return {
602
+ custom: this.custom
603
+ };
604
+ }
555
605
  }) End */
556
606
  class SliderComponent extends ComponentBase {
557
607
  constructor() {
@@ -570,6 +620,7 @@ class SliderComponent extends ComponentBase {
570
620
  this.ej2Instances._setProperties = this.ej2Instances.setProperties;
571
621
  this.ej2Instances.setProperties = this.setProperties;
572
622
  this.ej2Instances.clearTemplate = this.clearTemplate;
623
+ this.updated = this.updated;
573
624
  }
574
625
  clearTemplate(templateNames) {
575
626
  if (!templateNames) {
@@ -627,6 +678,7 @@ class SliderComponent extends ComponentBase {
627
678
  if (!isExecute$3) {
628
679
  this.ej2Instances.vueInstance.$emit('update:' + propKey, eventProp[propKey]);
629
680
  this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);
681
+ this.ej2Instances.vueInstance.$emit('update:modelValue', eventProp[propKey]);
630
682
  }
631
683
  else {
632
684
  if (eventName === 'change' || (this.$props && !this.$props.isLazyUpdate)) {
@@ -662,6 +714,9 @@ class SliderComponent extends ComponentBase {
662
714
  }
663
715
  return h('div', slots);
664
716
  }
717
+ custom() {
718
+ this.updated();
719
+ }
665
720
  reposition() {
666
721
  return this.ej2Instances.reposition();
667
722
  }
@@ -679,7 +734,12 @@ SliderComponent = __decorate$3([
679
734
  /* Start Options({
680
735
  props: props,
681
736
  watch: watch,
682
- emits: emitProbs
737
+ emits: emitProbs,
738
+ provide: function provide() {
739
+ return {
740
+ custom: this.custom
741
+ };
742
+ }
683
743
  }) End */
684
744
  ], SliderComponent);
685
745
  const SliderPlugin = {
@@ -695,6 +755,7 @@ var __decorate$4 = (undefined && undefined.__decorate) || function (decorators,
695
755
  else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
696
756
  return c > 3 && r && Object.defineProperty(target, key, r), r;
697
757
  };
758
+ // {{VueImport}}
698
759
  const isExecute$4 = gh ? false : true;
699
760
  let vueImport;
700
761
  if (!isExecute$4 || parseInt(allVue.version) < 3) {
@@ -703,16 +764,47 @@ if (!isExecute$4 || parseInt(allVue.version) < 3) {
703
764
  else {
704
765
  vueImport = Vue$1;
705
766
  }
706
- let FilesDirective = class FilesDirective extends vueImport {
707
- render() {
767
+ let FilesDirective =
768
+ /* Start Options({
769
+ inject: {
770
+ custom: {
771
+ default: null
772
+ }
773
+ }
774
+ }) End */
775
+ class FilesDirective extends vueImport {
776
+ constructor() {
777
+ super(arguments);
778
+ }
779
+ render(createElement) {
780
+ if (gh) {
781
+ let h = gh || createElement;
782
+ let slots = null;
783
+ if (!isNullOrUndefined(this.$slots.default)) {
784
+ slots = gh ? this.$slots.default() : this.$slots.default;
785
+ }
786
+ return h('div', { class: 'e-directive' }, slots);
787
+ }
708
788
  return;
709
789
  }
790
+ updated() {
791
+ if (gh && this.custom) {
792
+ this.custom();
793
+ }
794
+ }
710
795
  getTag() {
711
796
  return 'e-files';
712
797
  }
713
798
  };
714
799
  FilesDirective = __decorate$4([
715
800
  EJComponentDecorator({}, isExecute$4)
801
+ /* Start Options({
802
+ inject: {
803
+ custom: {
804
+ default: null
805
+ }
806
+ }
807
+ }) End */
716
808
  ], FilesDirective);
717
809
  const FilesPlugin = {
718
810
  name: 'e-files',
@@ -757,7 +849,7 @@ var __decorate$5 = (undefined && undefined.__decorate) || function (decorators,
757
849
  return c > 3 && r && Object.defineProperty(target, key, r), r;
758
850
  };
759
851
  // {{VueImport}}
760
- const properties$4 = ['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'];
852
+ const properties$4 = ['isLazyUpdate', 'plugins', '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'];
761
853
  const modelProps$4 = [];
762
854
  const testProp$4 = getProps({ props: properties$4 });
763
855
  const props$4 = testProp$4[0];
@@ -778,7 +870,12 @@ let UploaderComponent =
778
870
  /* Start Options({
779
871
  props: props,
780
872
  watch: watch,
781
- emits: emitProbs
873
+ emits: emitProbs,
874
+ provide: function provide() {
875
+ return {
876
+ custom: this.custom
877
+ };
878
+ }
782
879
  }) End */
783
880
  class UploaderComponent extends ComponentBase {
784
881
  constructor() {
@@ -795,6 +892,7 @@ class UploaderComponent extends ComponentBase {
795
892
  this.ej2Instances._setProperties = this.ej2Instances.setProperties;
796
893
  this.ej2Instances.setProperties = this.setProperties;
797
894
  this.ej2Instances.clearTemplate = this.clearTemplate;
895
+ this.updated = this.updated;
798
896
  }
799
897
  clearTemplate(templateNames) {
800
898
  if (!templateNames) {
@@ -849,6 +947,9 @@ class UploaderComponent extends ComponentBase {
849
947
  }
850
948
  return h('input', slots);
851
949
  }
950
+ custom() {
951
+ this.updated();
952
+ }
852
953
  bytesToSize(bytes) {
853
954
  return this.ej2Instances.bytesToSize(bytes);
854
955
  }
@@ -893,7 +994,12 @@ UploaderComponent = __decorate$5([
893
994
  /* Start Options({
894
995
  props: props,
895
996
  watch: watch,
896
- emits: emitProbs
997
+ emits: emitProbs,
998
+ provide: function provide() {
999
+ return {
1000
+ custom: this.custom
1001
+ };
1002
+ }
897
1003
  }) End */
898
1004
  ], UploaderComponent);
899
1005
  const UploaderPlugin = {
@@ -912,7 +1018,7 @@ var __decorate$6 = (undefined && undefined.__decorate) || function (decorators,
912
1018
  return c > 3 && r && Object.defineProperty(target, key, r), r;
913
1019
  };
914
1020
  // {{VueImport}}
915
- const properties$5 = ['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'];
1021
+ const properties$5 = ['isLazyUpdate', 'plugins', 'columns', 'createPopupOnClick', 'cssClass', 'disabled', 'enableOpacity', 'enablePersistence', 'enableRtl', 'inline', 'locale', 'mode', 'modeSwitcher', 'noColor', 'presetColors', 'showButtons', 'value', 'beforeClose', 'beforeModeSwitch', 'beforeOpen', 'beforeTileRender', 'change', 'created', 'onModeSwitch', 'open', 'select'];
916
1022
  const modelProps$5 = ['value'];
917
1023
  const testProp$5 = getProps({ props: properties$5 });
918
1024
  const props$5 = testProp$5[0];
@@ -933,7 +1039,12 @@ let ColorPickerComponent =
933
1039
  /* Start Options({
934
1040
  props: props,
935
1041
  watch: watch,
936
- emits: emitProbs
1042
+ emits: emitProbs,
1043
+ provide: function provide() {
1044
+ return {
1045
+ custom: this.custom
1046
+ };
1047
+ }
937
1048
  }) End */
938
1049
  class ColorPickerComponent extends ComponentBase {
939
1050
  constructor() {
@@ -952,6 +1063,7 @@ class ColorPickerComponent extends ComponentBase {
952
1063
  this.ej2Instances._setProperties = this.ej2Instances.setProperties;
953
1064
  this.ej2Instances.setProperties = this.setProperties;
954
1065
  this.ej2Instances.clearTemplate = this.clearTemplate;
1066
+ this.updated = this.updated;
955
1067
  }
956
1068
  clearTemplate(templateNames) {
957
1069
  if (!templateNames) {
@@ -1009,6 +1121,7 @@ class ColorPickerComponent extends ComponentBase {
1009
1121
  if (!isExecute$6) {
1010
1122
  this.ej2Instances.vueInstance.$emit('update:' + propKey, eventProp[propKey]);
1011
1123
  this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);
1124
+ this.ej2Instances.vueInstance.$emit('update:modelValue', eventProp[propKey]);
1012
1125
  }
1013
1126
  else {
1014
1127
  if (eventName === 'change' || (this.$props && !this.$props.isLazyUpdate)) {
@@ -1044,6 +1157,9 @@ class ColorPickerComponent extends ComponentBase {
1044
1157
  }
1045
1158
  return h('input', slots);
1046
1159
  }
1160
+ custom() {
1161
+ this.updated();
1162
+ }
1047
1163
  focusIn() {
1048
1164
  return this.ej2Instances.focusIn();
1049
1165
  }
@@ -1064,7 +1180,12 @@ ColorPickerComponent = __decorate$6([
1064
1180
  /* Start Options({
1065
1181
  props: props,
1066
1182
  watch: watch,
1067
- emits: emitProbs
1183
+ emits: emitProbs,
1184
+ provide: function provide() {
1185
+ return {
1186
+ custom: this.custom
1187
+ };
1188
+ }
1068
1189
  }) End */
1069
1190
  ], ColorPickerComponent);
1070
1191
  const ColorPickerPlugin = {
@@ -1081,7 +1202,7 @@ var __decorate$7 = (undefined && undefined.__decorate) || function (decorators,
1081
1202
  return c > 3 && r && Object.defineProperty(target, key, r), r;
1082
1203
  };
1083
1204
  // {{VueImport}}
1084
- const properties$6 = ['isLazyUpdate', 'backgroundColor', 'backgroundImage', 'disabled', 'enablePersistence', 'enableRtl', 'isReadOnly', 'locale', 'maxStrokeWidth', 'minStrokeWidth', 'saveWithBackground', 'strokeColor', 'velocity', 'beforeSave', 'change', 'created'];
1205
+ const properties$6 = ['isLazyUpdate', 'plugins', 'backgroundColor', 'backgroundImage', 'disabled', 'enablePersistence', 'enableRtl', 'isReadOnly', 'locale', 'maxStrokeWidth', 'minStrokeWidth', 'saveWithBackground', 'strokeColor', 'velocity', 'beforeSave', 'change', 'created'];
1085
1206
  const modelProps$6 = [];
1086
1207
  const testProp$6 = getProps({ props: properties$6 });
1087
1208
  const props$6 = testProp$6[0];
@@ -1102,7 +1223,12 @@ let SignatureComponent =
1102
1223
  /* Start Options({
1103
1224
  props: props,
1104
1225
  watch: watch,
1105
- emits: emitProbs
1226
+ emits: emitProbs,
1227
+ provide: function provide() {
1228
+ return {
1229
+ custom: this.custom
1230
+ };
1231
+ }
1106
1232
  }) End */
1107
1233
  class SignatureComponent extends ComponentBase {
1108
1234
  constructor() {
@@ -1119,6 +1245,7 @@ class SignatureComponent extends ComponentBase {
1119
1245
  this.ej2Instances._setProperties = this.ej2Instances.setProperties;
1120
1246
  this.ej2Instances.setProperties = this.setProperties;
1121
1247
  this.ej2Instances.clearTemplate = this.clearTemplate;
1248
+ this.updated = this.updated;
1122
1249
  }
1123
1250
  clearTemplate(templateNames) {
1124
1251
  if (!templateNames) {
@@ -1173,6 +1300,9 @@ class SignatureComponent extends ComponentBase {
1173
1300
  }
1174
1301
  return h('canvas', slots);
1175
1302
  }
1303
+ custom() {
1304
+ this.updated();
1305
+ }
1176
1306
  canRedo() {
1177
1307
  return this.ej2Instances.canRedo();
1178
1308
  }
@@ -1217,7 +1347,12 @@ SignatureComponent = __decorate$7([
1217
1347
  /* Start Options({
1218
1348
  props: props,
1219
1349
  watch: watch,
1220
- emits: emitProbs
1350
+ emits: emitProbs,
1351
+ provide: function provide() {
1352
+ return {
1353
+ custom: this.custom
1354
+ };
1355
+ }
1221
1356
  }) End */
1222
1357
  ], SignatureComponent);
1223
1358
  const SignaturePlugin = {