@syncfusion/ej2-vue-inputs 20.1.48 → 20.1.59
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.
- package/CHANGELOG.md +0 -17
- package/README.md +15 -2
- package/dist/ej2-vue-inputs.umd.min.js +11 -2
- package/dist/es6/ej2-vue-inputs.es2015.js +151 -16
- package/dist/es6/ej2-vue-inputs.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-inputs.es5.js +98 -9
- package/dist/es6/ej2-vue-inputs.es5.js.map +1 -1
- package/dist/global/ej2-vue-inputs.min.js +2 -2
- package/package.json +8 -14
- package/src/color-picker/colorpicker.component.d.ts +1 -0
- package/src/color-picker/colorpicker.component.js +11 -1
- package/src/maskedtextbox/maskedtextbox.component.d.ts +1 -0
- package/src/maskedtextbox/maskedtextbox.component.js +11 -1
- package/src/numerictextbox/numerictextbox.component.d.ts +1 -0
- package/src/numerictextbox/numerictextbox.component.js +11 -1
- package/src/signature/signature.component.d.ts +1 -0
- package/src/signature/signature.component.js +10 -1
- package/src/slider/slider.component.d.ts +1 -0
- package/src/slider/slider.component.js +11 -1
- package/src/textbox/textbox.component.d.ts +1 -0
- package/src/textbox/textbox.component.js +11 -1
- package/src/uploader/files.directive.d.ts +3 -1
- package/src/uploader/files.directive.js +24 -2
- package/src/uploader/uploader.component.d.ts +1 -0
- package/src/uploader/uploader.component.js +10 -1
- package/styles/bootstrap-dark.css +135 -670
- package/styles/bootstrap.css +132 -667
- package/styles/bootstrap4.css +131 -696
- package/styles/bootstrap5-dark.css +247 -757
- package/styles/bootstrap5.css +247 -757
- package/styles/color-picker/bootstrap-dark.css +27 -194
- package/styles/color-picker/bootstrap.css +27 -194
- package/styles/color-picker/bootstrap4.css +27 -209
- package/styles/color-picker/bootstrap5-dark.css +52 -221
- package/styles/color-picker/bootstrap5.css +52 -221
- package/styles/color-picker/fabric-dark.css +27 -194
- package/styles/color-picker/fabric.css +27 -194
- package/styles/color-picker/fluent-dark.css +735 -0
- package/styles/color-picker/fluent-dark.scss +1 -0
- package/styles/color-picker/fluent.css +735 -0
- package/styles/color-picker/fluent.scss +1 -0
- package/styles/color-picker/highcontrast-light.css +27 -194
- package/styles/color-picker/highcontrast.css +27 -194
- package/styles/color-picker/material-dark.css +27 -195
- package/styles/color-picker/material.css +27 -196
- package/styles/color-picker/tailwind-dark.css +36 -207
- package/styles/color-picker/tailwind.css +36 -207
- package/styles/fabric-dark.css +130 -667
- package/styles/fabric.css +129 -666
- package/styles/fluent-dark.css +6806 -0
- package/styles/fluent-dark.scss +8 -0
- package/styles/fluent.css +6806 -0
- package/styles/fluent.scss +8 -0
- package/styles/highcontrast-light.css +138 -687
- package/styles/highcontrast.css +138 -687
- package/styles/input/bootstrap-dark.css +44 -46
- package/styles/input/bootstrap.css +41 -43
- package/styles/input/bootstrap4.css +41 -43
- package/styles/input/bootstrap5-dark.css +119 -64
- package/styles/input/bootstrap5.css +119 -64
- package/styles/input/fabric-dark.css +39 -40
- package/styles/input/fabric.css +39 -40
- package/styles/input/fluent-dark.css +4594 -0
- package/styles/input/fluent-dark.scss +1 -0
- package/styles/input/fluent.css +4594 -0
- package/styles/input/fluent.scss +1 -0
- package/styles/input/highcontrast-light.css +40 -42
- package/styles/input/highcontrast.css +40 -42
- package/styles/input/material-dark.css +94 -129
- package/styles/input/material.css +94 -130
- package/styles/input/tailwind-dark.css +126 -71
- package/styles/input/tailwind.css +126 -71
- package/styles/maskedtextbox/bootstrap-dark.css +1 -1
- package/styles/maskedtextbox/bootstrap.css +1 -1
- package/styles/maskedtextbox/bootstrap4.css +1 -1
- package/styles/maskedtextbox/bootstrap5-dark.css +1 -1
- package/styles/maskedtextbox/bootstrap5.css +1 -1
- package/styles/maskedtextbox/fabric-dark.css +1 -1
- package/styles/maskedtextbox/fabric.css +1 -1
- package/styles/maskedtextbox/fluent-dark.css +26 -0
- package/styles/maskedtextbox/fluent-dark.scss +1 -0
- package/styles/maskedtextbox/fluent.css +26 -0
- package/styles/maskedtextbox/fluent.scss +1 -0
- package/styles/maskedtextbox/highcontrast-light.css +1 -1
- package/styles/maskedtextbox/highcontrast.css +1 -1
- package/styles/maskedtextbox/material-dark.css +1 -2
- package/styles/maskedtextbox/material.css +1 -3
- package/styles/maskedtextbox/tailwind-dark.css +1 -1
- package/styles/maskedtextbox/tailwind.css +1 -1
- package/styles/material-dark.css +188 -786
- package/styles/material.css +188 -791
- package/styles/numerictextbox/bootstrap-dark.css +6 -8
- package/styles/numerictextbox/bootstrap.css +6 -8
- package/styles/numerictextbox/bootstrap4.css +6 -7
- package/styles/numerictextbox/bootstrap5-dark.css +6 -7
- package/styles/numerictextbox/bootstrap5.css +6 -7
- package/styles/numerictextbox/fabric-dark.css +6 -7
- package/styles/numerictextbox/fabric.css +6 -7
- package/styles/numerictextbox/fluent-dark.css +58 -0
- package/styles/numerictextbox/fluent-dark.scss +1 -0
- package/styles/numerictextbox/fluent.css +58 -0
- package/styles/numerictextbox/fluent.scss +1 -0
- package/styles/numerictextbox/highcontrast-light.css +6 -7
- package/styles/numerictextbox/highcontrast.css +6 -7
- package/styles/numerictextbox/material-dark.css +6 -8
- package/styles/numerictextbox/material.css +6 -9
- package/styles/numerictextbox/tailwind-dark.css +6 -7
- package/styles/numerictextbox/tailwind.css +6 -7
- package/styles/signature/bootstrap-dark.css +1 -1
- package/styles/signature/bootstrap.css +1 -1
- package/styles/signature/bootstrap4.css +1 -1
- package/styles/signature/bootstrap5-dark.css +1 -1
- package/styles/signature/bootstrap5.css +1 -1
- package/styles/signature/fabric-dark.css +1 -1
- package/styles/signature/fabric.css +1 -1
- package/styles/signature/fluent-dark.css +9 -0
- package/styles/signature/fluent-dark.scss +1 -0
- package/styles/signature/fluent.css +9 -0
- package/styles/signature/fluent.scss +1 -0
- package/styles/signature/highcontrast-light.css +1 -1
- package/styles/signature/highcontrast.css +1 -1
- package/styles/signature/material-dark.css +1 -1
- package/styles/signature/material.css +1 -1
- package/styles/signature/tailwind-dark.css +1 -1
- package/styles/signature/tailwind.css +1 -1
- package/styles/slider/bootstrap-dark.css +2 -91
- package/styles/slider/bootstrap.css +2 -91
- package/styles/slider/bootstrap4.css +1 -106
- package/styles/slider/bootstrap5-dark.css +14 -134
- package/styles/slider/bootstrap5.css +14 -134
- package/styles/slider/fabric-dark.css +2 -96
- package/styles/slider/fabric.css +1 -95
- package/styles/slider/fluent-dark.css +528 -0
- package/styles/slider/fluent-dark.scss +1 -0
- package/styles/slider/fluent.css +528 -0
- package/styles/slider/fluent.scss +1 -0
- package/styles/slider/highcontrast-light.css +9 -113
- package/styles/slider/highcontrast.css +9 -113
- package/styles/slider/material-dark.css +5 -120
- package/styles/slider/material.css +5 -120
- package/styles/slider/tailwind-dark.css +11 -135
- package/styles/slider/tailwind.css +11 -135
- package/styles/tailwind-dark.css +289 -779
- package/styles/tailwind.css +289 -779
- package/styles/textbox/fluent-dark.css +0 -0
- package/styles/textbox/fluent-dark.scss +1 -0
- package/styles/textbox/fluent.css +0 -0
- package/styles/textbox/fluent.scss +1 -0
- package/styles/textbox/material-dark.css +1 -1
- package/styles/textbox/material.css +1 -2
- package/styles/textbox/tailwind-dark.css +1 -1
- package/styles/textbox/tailwind.css +1 -1
- package/styles/uploader/bootstrap-dark.css +60 -334
- package/styles/uploader/bootstrap.css +60 -334
- package/styles/uploader/bootstrap4.css +60 -334
- package/styles/uploader/bootstrap5-dark.css +60 -334
- package/styles/uploader/bootstrap5.css +60 -334
- package/styles/uploader/fabric-dark.css +60 -334
- package/styles/uploader/fabric.css +60 -334
- package/styles/uploader/fluent-dark.css +851 -0
- package/styles/uploader/fluent-dark.scss +1 -0
- package/styles/uploader/fluent.css +851 -0
- package/styles/uploader/fluent.scss +1 -0
- package/styles/uploader/highcontrast-light.css +60 -334
- package/styles/uploader/highcontrast.css +60 -334
- package/styles/uploader/material-dark.css +60 -335
- package/styles/uploader/material.css +60 -335
- package/styles/uploader/tailwind-dark.css +113 -362
- 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.
|
|
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
|
-
###
|
|
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.
|
|
3
|
+
* version : 20.1.59
|
|
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
|
|
@@ -9,7 +9,16 @@
|
|
|
9
9
|
*/
|
|
10
10
|
/*!
|
|
11
11
|
* filename: ej2-vue-inputs.umd.min.js
|
|
12
|
-
* version :
|
|
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
|
|
13
22
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
14
23
|
* Use of this code is subject to the terms of our license.
|
|
15
24
|
* A copy of the current license can be obtained at any time by e-mailing
|
|
@@ -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 = {
|
|
@@ -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 = {
|
|
@@ -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 = {
|
|
@@ -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 =
|
|
707
|
-
|
|
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',
|
|
@@ -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 = {
|
|
@@ -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 = {
|
|
@@ -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 = {
|