@syncfusion/ej2-vue-inputs 20.1.47 → 20.1.48
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 +17 -0
- package/README.md +2 -15
- package/dist/ej2-vue-inputs.umd.min.js +2 -2
- package/dist/es6/ej2-vue-inputs.es2015.js +16 -146
- package/dist/es6/ej2-vue-inputs.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-inputs.es5.js +9 -93
- package/dist/es6/ej2-vue-inputs.es5.js.map +1 -1
- package/dist/global/ej2-vue-inputs.min.js +2 -2
- package/package.json +14 -8
- package/src/color-picker/colorpicker.component.d.ts +0 -1
- package/src/color-picker/colorpicker.component.js +1 -10
- package/src/maskedtextbox/maskedtextbox.component.d.ts +0 -1
- package/src/maskedtextbox/maskedtextbox.component.js +1 -10
- package/src/numerictextbox/numerictextbox.component.d.ts +0 -1
- package/src/numerictextbox/numerictextbox.component.js +1 -10
- package/src/signature/signature.component.d.ts +0 -1
- package/src/signature/signature.component.js +1 -10
- package/src/slider/slider.component.d.ts +0 -1
- package/src/slider/slider.component.js +1 -10
- package/src/textbox/textbox.component.d.ts +0 -1
- package/src/textbox/textbox.component.js +1 -10
- package/src/uploader/files.directive.d.ts +1 -3
- package/src/uploader/files.directive.js +2 -24
- package/src/uploader/uploader.component.d.ts +0 -1
- package/src/uploader/uploader.component.js +1 -10
- package/styles/bootstrap-dark.css +12 -10
- package/styles/bootstrap.css +12 -10
- package/styles/bootstrap4.css +14 -9
- package/styles/bootstrap5-dark.css +57 -118
- package/styles/bootstrap5.css +57 -118
- package/styles/color-picker/bootstrap5-dark.css +20 -26
- package/styles/color-picker/bootstrap5.css +20 -26
- package/styles/color-picker/tailwind-dark.css +6 -10
- package/styles/color-picker/tailwind.css +6 -10
- package/styles/fabric-dark.css +11 -8
- package/styles/fabric.css +11 -8
- package/styles/highcontrast-light.css +11 -8
- package/styles/highcontrast.css +11 -8
- package/styles/input/bootstrap-dark.css +8 -8
- package/styles/input/bootstrap.css +8 -8
- package/styles/input/bootstrap4.css +8 -8
- package/styles/input/bootstrap5-dark.css +29 -86
- package/styles/input/bootstrap5.css +29 -86
- package/styles/input/fabric-dark.css +7 -7
- package/styles/input/fabric.css +7 -7
- package/styles/input/highcontrast-light.css +7 -7
- package/styles/input/highcontrast.css +7 -7
- package/styles/input/material-dark.css +7 -7
- package/styles/input/material.css +7 -7
- package/styles/input/tailwind-dark.css +40 -96
- package/styles/input/tailwind.css +40 -96
- package/styles/material-dark.css +11 -8
- package/styles/material.css +11 -8
- package/styles/numerictextbox/tailwind-dark.css +2 -2
- package/styles/numerictextbox/tailwind.css +2 -2
- package/styles/slider/bootstrap-dark.css +0 -1
- package/styles/slider/bootstrap.css +0 -1
- package/styles/slider/bootstrap4.css +2 -0
- package/styles/slider/bootstrap5-dark.css +4 -5
- package/styles/slider/bootstrap5.css +4 -5
- package/styles/slider/tailwind-dark.css +5 -9
- package/styles/slider/tailwind.css +5 -9
- package/styles/tailwind-dark.css +92 -178
- package/styles/tailwind.css +92 -178
- package/styles/uploader/bootstrap-dark.css +4 -1
- package/styles/uploader/bootstrap.css +4 -1
- package/styles/uploader/bootstrap4.css +4 -1
- package/styles/uploader/bootstrap5-dark.css +4 -1
- package/styles/uploader/bootstrap5.css +4 -1
- package/styles/uploader/fabric-dark.css +4 -1
- package/styles/uploader/fabric.css +4 -1
- package/styles/uploader/highcontrast-light.css +4 -1
- package/styles/uploader/highcontrast.css +4 -1
- package/styles/uploader/material-dark.css +4 -1
- package/styles/uploader/material.css +4 -1
- package/styles/uploader/tailwind-dark.css +39 -61
- package/styles/uploader/tailwind.css +39 -61
- package/styles/color-picker/fluent-dark.css +0 -902
- package/styles/color-picker/fluent-dark.scss +0 -1
- package/styles/color-picker/fluent.css +0 -902
- package/styles/color-picker/fluent.scss +0 -1
- package/styles/fluent-dark.css +0 -7366
- package/styles/fluent-dark.scss +0 -8
- package/styles/fluent.css +0 -7366
- package/styles/fluent.scss +0 -8
- package/styles/input/fluent-dark.css +0 -4595
- package/styles/input/fluent-dark.scss +0 -1
- package/styles/input/fluent.css +0 -4595
- package/styles/input/fluent.scss +0 -1
- package/styles/maskedtextbox/fluent-dark.css +0 -26
- package/styles/maskedtextbox/fluent-dark.scss +0 -1
- package/styles/maskedtextbox/fluent.css +0 -26
- package/styles/maskedtextbox/fluent.scss +0 -1
- package/styles/numerictextbox/fluent-dark.css +0 -60
- package/styles/numerictextbox/fluent-dark.scss +0 -1
- package/styles/numerictextbox/fluent.css +0 -60
- package/styles/numerictextbox/fluent.scss +0 -1
- package/styles/signature/fluent-dark.css +0 -9
- package/styles/signature/fluent-dark.scss +0 -1
- package/styles/signature/fluent.css +0 -9
- package/styles/signature/fluent.scss +0 -1
- package/styles/slider/fluent-dark.css +0 -632
- package/styles/slider/fluent-dark.scss +0 -1
- package/styles/slider/fluent.css +0 -632
- package/styles/slider/fluent.scss +0 -1
- package/styles/textbox/fluent-dark.css +0 -0
- package/styles/textbox/fluent-dark.scss +0 -1
- package/styles/textbox/fluent.css +0 -0
- package/styles/textbox/fluent.scss +0 -1
- package/styles/uploader/fluent-dark.css +0 -1137
- package/styles/uploader/fluent-dark.scss +0 -1
- package/styles/uploader/fluent.css +0 -1137
- package/styles/uploader/fluent.scss +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,23 @@
|
|
|
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
|
+
|
|
5
22
|
## 19.4.38 (2021-12-17)
|
|
6
23
|
|
|
7
24
|
### Signature
|
package/README.md
CHANGED
|
@@ -38,11 +38,6 @@ 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
|
-
|
|
46
41
|
* **Slider** - The slider component allows you to select a value or range of values between the min and max range.
|
|
47
42
|
* [Getting Started](https://ej2.syncfusion.com/vue/documentation/slider/getting-started/?utm_source=npm&utm_campaign=slider)
|
|
48
43
|
* [View Online Demos](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_campaign=slider#/material/slider/default.html)
|
|
@@ -97,15 +92,7 @@ Input component is also offered in following list of frameworks.
|
|
|
97
92
|
- [**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.
|
|
98
93
|
- [**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.
|
|
99
94
|
|
|
100
|
-
### 5.
|
|
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
|
|
95
|
+
### 5. Slider
|
|
109
96
|
- [**Types**](https://ej2.syncfusion.com/vue/demos/?utm_source=npm&utm_campaign=slider#/material/slider/default.html) - Provided three types of Slider.
|
|
110
97
|
- [**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.
|
|
111
98
|
- [**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.
|
|
@@ -116,7 +103,7 @@ Input component is also offered in following list of frameworks.
|
|
|
116
103
|
- [**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.
|
|
117
104
|
- [**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.
|
|
118
105
|
|
|
119
|
-
###
|
|
106
|
+
### 6. Upload
|
|
120
107
|
- [**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
|
|
121
108
|
- [**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.
|
|
122
109
|
- [**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.48
|
|
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,7 @@
|
|
|
9
9
|
*/
|
|
10
10
|
/*!
|
|
11
11
|
* filename: ej2-vue-inputs.umd.min.js
|
|
12
|
-
* version : 19.
|
|
12
|
+
* version : 19.2.55
|
|
13
13
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
14
14
|
* Use of this code is subject to the terms of our license.
|
|
15
15
|
* A copy of the current license can be obtained at any time by e-mailing
|
|
@@ -32,12 +32,7 @@ let TextBoxComponent =
|
|
|
32
32
|
/* Start Options({
|
|
33
33
|
props: props,
|
|
34
34
|
watch: watch,
|
|
35
|
-
emits: emitProbs
|
|
36
|
-
provide: function provide() {
|
|
37
|
-
return {
|
|
38
|
-
custom: this.custom
|
|
39
|
-
};
|
|
40
|
-
}
|
|
35
|
+
emits: emitProbs
|
|
41
36
|
}) End */
|
|
42
37
|
class TextBoxComponent extends ComponentBase {
|
|
43
38
|
constructor() {
|
|
@@ -56,7 +51,6 @@ class TextBoxComponent extends ComponentBase {
|
|
|
56
51
|
this.ej2Instances._setProperties = this.ej2Instances.setProperties;
|
|
57
52
|
this.ej2Instances.setProperties = this.setProperties;
|
|
58
53
|
this.ej2Instances.clearTemplate = this.clearTemplate;
|
|
59
|
-
this.updated = this.updated;
|
|
60
54
|
}
|
|
61
55
|
clearTemplate(templateNames) {
|
|
62
56
|
if (!templateNames) {
|
|
@@ -149,9 +143,6 @@ class TextBoxComponent extends ComponentBase {
|
|
|
149
143
|
}
|
|
150
144
|
return h('input', slots);
|
|
151
145
|
}
|
|
152
|
-
custom() {
|
|
153
|
-
this.updated();
|
|
154
|
-
}
|
|
155
146
|
addAttributes(attributes) {
|
|
156
147
|
return this.ej2Instances.addAttributes(attributes);
|
|
157
148
|
}
|
|
@@ -178,12 +169,7 @@ TextBoxComponent = __decorate([
|
|
|
178
169
|
/* Start Options({
|
|
179
170
|
props: props,
|
|
180
171
|
watch: watch,
|
|
181
|
-
emits: emitProbs
|
|
182
|
-
provide: function provide() {
|
|
183
|
-
return {
|
|
184
|
-
custom: this.custom
|
|
185
|
-
};
|
|
186
|
-
}
|
|
172
|
+
emits: emitProbs
|
|
187
173
|
}) End */
|
|
188
174
|
], TextBoxComponent);
|
|
189
175
|
const TextBoxPlugin = {
|
|
@@ -221,12 +207,7 @@ let NumericTextBoxComponent =
|
|
|
221
207
|
/* Start Options({
|
|
222
208
|
props: props,
|
|
223
209
|
watch: watch,
|
|
224
|
-
emits: emitProbs
|
|
225
|
-
provide: function provide() {
|
|
226
|
-
return {
|
|
227
|
-
custom: this.custom
|
|
228
|
-
};
|
|
229
|
-
}
|
|
210
|
+
emits: emitProbs
|
|
230
211
|
}) End */
|
|
231
212
|
class NumericTextBoxComponent extends ComponentBase {
|
|
232
213
|
constructor() {
|
|
@@ -245,7 +226,6 @@ class NumericTextBoxComponent extends ComponentBase {
|
|
|
245
226
|
this.ej2Instances._setProperties = this.ej2Instances.setProperties;
|
|
246
227
|
this.ej2Instances.setProperties = this.setProperties;
|
|
247
228
|
this.ej2Instances.clearTemplate = this.clearTemplate;
|
|
248
|
-
this.updated = this.updated;
|
|
249
229
|
}
|
|
250
230
|
clearTemplate(templateNames) {
|
|
251
231
|
if (!templateNames) {
|
|
@@ -338,9 +318,6 @@ class NumericTextBoxComponent extends ComponentBase {
|
|
|
338
318
|
}
|
|
339
319
|
return h('input', slots);
|
|
340
320
|
}
|
|
341
|
-
custom() {
|
|
342
|
-
this.updated();
|
|
343
|
-
}
|
|
344
321
|
decrement(step) {
|
|
345
322
|
return this.ej2Instances.decrement(step);
|
|
346
323
|
}
|
|
@@ -367,12 +344,7 @@ NumericTextBoxComponent = __decorate$1([
|
|
|
367
344
|
/* Start Options({
|
|
368
345
|
props: props,
|
|
369
346
|
watch: watch,
|
|
370
|
-
emits: emitProbs
|
|
371
|
-
provide: function provide() {
|
|
372
|
-
return {
|
|
373
|
-
custom: this.custom
|
|
374
|
-
};
|
|
375
|
-
}
|
|
347
|
+
emits: emitProbs
|
|
376
348
|
}) End */
|
|
377
349
|
], NumericTextBoxComponent);
|
|
378
350
|
const NumericTextBoxPlugin = {
|
|
@@ -410,12 +382,7 @@ let MaskedTextBoxComponent =
|
|
|
410
382
|
/* Start Options({
|
|
411
383
|
props: props,
|
|
412
384
|
watch: watch,
|
|
413
|
-
emits: emitProbs
|
|
414
|
-
provide: function provide() {
|
|
415
|
-
return {
|
|
416
|
-
custom: this.custom
|
|
417
|
-
};
|
|
418
|
-
}
|
|
385
|
+
emits: emitProbs
|
|
419
386
|
}) End */
|
|
420
387
|
class MaskedTextBoxComponent extends ComponentBase {
|
|
421
388
|
constructor() {
|
|
@@ -434,7 +401,6 @@ class MaskedTextBoxComponent extends ComponentBase {
|
|
|
434
401
|
this.ej2Instances._setProperties = this.ej2Instances.setProperties;
|
|
435
402
|
this.ej2Instances.setProperties = this.setProperties;
|
|
436
403
|
this.ej2Instances.clearTemplate = this.clearTemplate;
|
|
437
|
-
this.updated = this.updated;
|
|
438
404
|
}
|
|
439
405
|
clearTemplate(templateNames) {
|
|
440
406
|
if (!templateNames) {
|
|
@@ -527,9 +493,6 @@ class MaskedTextBoxComponent extends ComponentBase {
|
|
|
527
493
|
}
|
|
528
494
|
return h('input', slots);
|
|
529
495
|
}
|
|
530
|
-
custom() {
|
|
531
|
-
this.updated();
|
|
532
|
-
}
|
|
533
496
|
focusIn() {
|
|
534
497
|
return this.ej2Instances.focusIn();
|
|
535
498
|
}
|
|
@@ -550,12 +513,7 @@ MaskedTextBoxComponent = __decorate$2([
|
|
|
550
513
|
/* Start Options({
|
|
551
514
|
props: props,
|
|
552
515
|
watch: watch,
|
|
553
|
-
emits: emitProbs
|
|
554
|
-
provide: function provide() {
|
|
555
|
-
return {
|
|
556
|
-
custom: this.custom
|
|
557
|
-
};
|
|
558
|
-
}
|
|
516
|
+
emits: emitProbs
|
|
559
517
|
}) End */
|
|
560
518
|
], MaskedTextBoxComponent);
|
|
561
519
|
const MaskedTextBoxPlugin = {
|
|
@@ -593,12 +551,7 @@ let SliderComponent =
|
|
|
593
551
|
/* Start Options({
|
|
594
552
|
props: props,
|
|
595
553
|
watch: watch,
|
|
596
|
-
emits: emitProbs
|
|
597
|
-
provide: function provide() {
|
|
598
|
-
return {
|
|
599
|
-
custom: this.custom
|
|
600
|
-
};
|
|
601
|
-
}
|
|
554
|
+
emits: emitProbs
|
|
602
555
|
}) End */
|
|
603
556
|
class SliderComponent extends ComponentBase {
|
|
604
557
|
constructor() {
|
|
@@ -617,7 +570,6 @@ class SliderComponent extends ComponentBase {
|
|
|
617
570
|
this.ej2Instances._setProperties = this.ej2Instances.setProperties;
|
|
618
571
|
this.ej2Instances.setProperties = this.setProperties;
|
|
619
572
|
this.ej2Instances.clearTemplate = this.clearTemplate;
|
|
620
|
-
this.updated = this.updated;
|
|
621
573
|
}
|
|
622
574
|
clearTemplate(templateNames) {
|
|
623
575
|
if (!templateNames) {
|
|
@@ -710,9 +662,6 @@ class SliderComponent extends ComponentBase {
|
|
|
710
662
|
}
|
|
711
663
|
return h('div', slots);
|
|
712
664
|
}
|
|
713
|
-
custom() {
|
|
714
|
-
this.updated();
|
|
715
|
-
}
|
|
716
665
|
reposition() {
|
|
717
666
|
return this.ej2Instances.reposition();
|
|
718
667
|
}
|
|
@@ -730,12 +679,7 @@ SliderComponent = __decorate$3([
|
|
|
730
679
|
/* Start Options({
|
|
731
680
|
props: props,
|
|
732
681
|
watch: watch,
|
|
733
|
-
emits: emitProbs
|
|
734
|
-
provide: function provide() {
|
|
735
|
-
return {
|
|
736
|
-
custom: this.custom
|
|
737
|
-
};
|
|
738
|
-
}
|
|
682
|
+
emits: emitProbs
|
|
739
683
|
}) End */
|
|
740
684
|
], SliderComponent);
|
|
741
685
|
const SliderPlugin = {
|
|
@@ -751,7 +695,6 @@ var __decorate$4 = (undefined && undefined.__decorate) || function (decorators,
|
|
|
751
695
|
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;
|
|
752
696
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
753
697
|
};
|
|
754
|
-
// {{VueImport}}
|
|
755
698
|
const isExecute$4 = gh ? false : true;
|
|
756
699
|
let vueImport;
|
|
757
700
|
if (!isExecute$4 || parseInt(allVue.version) < 3) {
|
|
@@ -760,47 +703,16 @@ if (!isExecute$4 || parseInt(allVue.version) < 3) {
|
|
|
760
703
|
else {
|
|
761
704
|
vueImport = Vue$1;
|
|
762
705
|
}
|
|
763
|
-
let FilesDirective =
|
|
764
|
-
|
|
765
|
-
inject: {
|
|
766
|
-
custom: {
|
|
767
|
-
default: null
|
|
768
|
-
}
|
|
769
|
-
}
|
|
770
|
-
}) End */
|
|
771
|
-
class FilesDirective extends vueImport {
|
|
772
|
-
constructor() {
|
|
773
|
-
super(arguments);
|
|
774
|
-
}
|
|
775
|
-
render(createElement) {
|
|
776
|
-
if (gh) {
|
|
777
|
-
let h = gh || createElement;
|
|
778
|
-
let slots = null;
|
|
779
|
-
if (!isNullOrUndefined(this.$slots.default)) {
|
|
780
|
-
slots = gh ? this.$slots.default() : this.$slots.default;
|
|
781
|
-
}
|
|
782
|
-
return h('div', { class: 'e-directive' }, slots);
|
|
783
|
-
}
|
|
706
|
+
let FilesDirective = class FilesDirective extends vueImport {
|
|
707
|
+
render() {
|
|
784
708
|
return;
|
|
785
709
|
}
|
|
786
|
-
updated() {
|
|
787
|
-
if (gh && this.custom) {
|
|
788
|
-
this.custom();
|
|
789
|
-
}
|
|
790
|
-
}
|
|
791
710
|
getTag() {
|
|
792
711
|
return 'e-files';
|
|
793
712
|
}
|
|
794
713
|
};
|
|
795
714
|
FilesDirective = __decorate$4([
|
|
796
715
|
EJComponentDecorator({}, isExecute$4)
|
|
797
|
-
/* Start Options({
|
|
798
|
-
inject: {
|
|
799
|
-
custom: {
|
|
800
|
-
default: null
|
|
801
|
-
}
|
|
802
|
-
}
|
|
803
|
-
}) End */
|
|
804
716
|
], FilesDirective);
|
|
805
717
|
const FilesPlugin = {
|
|
806
718
|
name: 'e-files',
|
|
@@ -866,12 +778,7 @@ let UploaderComponent =
|
|
|
866
778
|
/* Start Options({
|
|
867
779
|
props: props,
|
|
868
780
|
watch: watch,
|
|
869
|
-
emits: emitProbs
|
|
870
|
-
provide: function provide() {
|
|
871
|
-
return {
|
|
872
|
-
custom: this.custom
|
|
873
|
-
};
|
|
874
|
-
}
|
|
781
|
+
emits: emitProbs
|
|
875
782
|
}) End */
|
|
876
783
|
class UploaderComponent extends ComponentBase {
|
|
877
784
|
constructor() {
|
|
@@ -888,7 +795,6 @@ class UploaderComponent extends ComponentBase {
|
|
|
888
795
|
this.ej2Instances._setProperties = this.ej2Instances.setProperties;
|
|
889
796
|
this.ej2Instances.setProperties = this.setProperties;
|
|
890
797
|
this.ej2Instances.clearTemplate = this.clearTemplate;
|
|
891
|
-
this.updated = this.updated;
|
|
892
798
|
}
|
|
893
799
|
clearTemplate(templateNames) {
|
|
894
800
|
if (!templateNames) {
|
|
@@ -943,9 +849,6 @@ class UploaderComponent extends ComponentBase {
|
|
|
943
849
|
}
|
|
944
850
|
return h('input', slots);
|
|
945
851
|
}
|
|
946
|
-
custom() {
|
|
947
|
-
this.updated();
|
|
948
|
-
}
|
|
949
852
|
bytesToSize(bytes) {
|
|
950
853
|
return this.ej2Instances.bytesToSize(bytes);
|
|
951
854
|
}
|
|
@@ -990,12 +893,7 @@ UploaderComponent = __decorate$5([
|
|
|
990
893
|
/* Start Options({
|
|
991
894
|
props: props,
|
|
992
895
|
watch: watch,
|
|
993
|
-
emits: emitProbs
|
|
994
|
-
provide: function provide() {
|
|
995
|
-
return {
|
|
996
|
-
custom: this.custom
|
|
997
|
-
};
|
|
998
|
-
}
|
|
896
|
+
emits: emitProbs
|
|
999
897
|
}) End */
|
|
1000
898
|
], UploaderComponent);
|
|
1001
899
|
const UploaderPlugin = {
|
|
@@ -1035,12 +933,7 @@ let ColorPickerComponent =
|
|
|
1035
933
|
/* Start Options({
|
|
1036
934
|
props: props,
|
|
1037
935
|
watch: watch,
|
|
1038
|
-
emits: emitProbs
|
|
1039
|
-
provide: function provide() {
|
|
1040
|
-
return {
|
|
1041
|
-
custom: this.custom
|
|
1042
|
-
};
|
|
1043
|
-
}
|
|
936
|
+
emits: emitProbs
|
|
1044
937
|
}) End */
|
|
1045
938
|
class ColorPickerComponent extends ComponentBase {
|
|
1046
939
|
constructor() {
|
|
@@ -1059,7 +952,6 @@ class ColorPickerComponent extends ComponentBase {
|
|
|
1059
952
|
this.ej2Instances._setProperties = this.ej2Instances.setProperties;
|
|
1060
953
|
this.ej2Instances.setProperties = this.setProperties;
|
|
1061
954
|
this.ej2Instances.clearTemplate = this.clearTemplate;
|
|
1062
|
-
this.updated = this.updated;
|
|
1063
955
|
}
|
|
1064
956
|
clearTemplate(templateNames) {
|
|
1065
957
|
if (!templateNames) {
|
|
@@ -1152,9 +1044,6 @@ class ColorPickerComponent extends ComponentBase {
|
|
|
1152
1044
|
}
|
|
1153
1045
|
return h('input', slots);
|
|
1154
1046
|
}
|
|
1155
|
-
custom() {
|
|
1156
|
-
this.updated();
|
|
1157
|
-
}
|
|
1158
1047
|
focusIn() {
|
|
1159
1048
|
return this.ej2Instances.focusIn();
|
|
1160
1049
|
}
|
|
@@ -1175,12 +1064,7 @@ ColorPickerComponent = __decorate$6([
|
|
|
1175
1064
|
/* Start Options({
|
|
1176
1065
|
props: props,
|
|
1177
1066
|
watch: watch,
|
|
1178
|
-
emits: emitProbs
|
|
1179
|
-
provide: function provide() {
|
|
1180
|
-
return {
|
|
1181
|
-
custom: this.custom
|
|
1182
|
-
};
|
|
1183
|
-
}
|
|
1067
|
+
emits: emitProbs
|
|
1184
1068
|
}) End */
|
|
1185
1069
|
], ColorPickerComponent);
|
|
1186
1070
|
const ColorPickerPlugin = {
|
|
@@ -1218,12 +1102,7 @@ let SignatureComponent =
|
|
|
1218
1102
|
/* Start Options({
|
|
1219
1103
|
props: props,
|
|
1220
1104
|
watch: watch,
|
|
1221
|
-
emits: emitProbs
|
|
1222
|
-
provide: function provide() {
|
|
1223
|
-
return {
|
|
1224
|
-
custom: this.custom
|
|
1225
|
-
};
|
|
1226
|
-
}
|
|
1105
|
+
emits: emitProbs
|
|
1227
1106
|
}) End */
|
|
1228
1107
|
class SignatureComponent extends ComponentBase {
|
|
1229
1108
|
constructor() {
|
|
@@ -1240,7 +1119,6 @@ class SignatureComponent extends ComponentBase {
|
|
|
1240
1119
|
this.ej2Instances._setProperties = this.ej2Instances.setProperties;
|
|
1241
1120
|
this.ej2Instances.setProperties = this.setProperties;
|
|
1242
1121
|
this.ej2Instances.clearTemplate = this.clearTemplate;
|
|
1243
|
-
this.updated = this.updated;
|
|
1244
1122
|
}
|
|
1245
1123
|
clearTemplate(templateNames) {
|
|
1246
1124
|
if (!templateNames) {
|
|
@@ -1295,9 +1173,6 @@ class SignatureComponent extends ComponentBase {
|
|
|
1295
1173
|
}
|
|
1296
1174
|
return h('canvas', slots);
|
|
1297
1175
|
}
|
|
1298
|
-
custom() {
|
|
1299
|
-
this.updated();
|
|
1300
|
-
}
|
|
1301
1176
|
canRedo() {
|
|
1302
1177
|
return this.ej2Instances.canRedo();
|
|
1303
1178
|
}
|
|
@@ -1342,12 +1217,7 @@ SignatureComponent = __decorate$7([
|
|
|
1342
1217
|
/* Start Options({
|
|
1343
1218
|
props: props,
|
|
1344
1219
|
watch: watch,
|
|
1345
|
-
emits: emitProbs
|
|
1346
|
-
provide: function provide() {
|
|
1347
|
-
return {
|
|
1348
|
-
custom: this.custom
|
|
1349
|
-
};
|
|
1350
|
-
}
|
|
1220
|
+
emits: emitProbs
|
|
1351
1221
|
}) End */
|
|
1352
1222
|
], SignatureComponent);
|
|
1353
1223
|
const SignaturePlugin = {
|