@syncfusion/ej2-vue-inputs 19.2.60 → 19.3.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 +15 -0
- package/dist/ej2-vue-inputs.umd.min.js +1 -1
- package/dist/es6/ej2-vue-inputs.es2015.js +32 -16
- package/dist/es6/ej2-vue-inputs.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-inputs.es5.js +32 -16
- 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 -8
- package/src/color-picker/colorpicker.component.js +6 -3
- package/src/maskedtextbox/maskedtextbox.component.js +6 -3
- package/src/numerictextbox/numerictextbox.component.js +6 -3
- package/src/slider/slider.component.js +6 -3
- package/src/textbox/textbox.component.js +6 -3
- package/src/uploader/uploader.component.js +2 -1
- package/styles/bootstrap-dark.css +14 -6
- package/styles/bootstrap.css +14 -6
- package/styles/bootstrap4.css +22 -12
- package/styles/bootstrap5-dark.css +7548 -0
- package/styles/bootstrap5-dark.scss +7 -0
- package/styles/bootstrap5.css +7548 -0
- package/styles/bootstrap5.scss +7 -0
- package/styles/color-picker/bootstrap5-dark.css +964 -0
- package/styles/color-picker/bootstrap5-dark.scss +1 -0
- package/styles/color-picker/bootstrap5.css +964 -0
- package/styles/color-picker/bootstrap5.scss +1 -0
- package/styles/fabric-dark.css +15 -7
- package/styles/fabric.css +15 -7
- package/styles/highcontrast-light.css +15 -7
- package/styles/highcontrast.css +16 -8
- package/styles/input/bootstrap-dark.css +12 -3
- package/styles/input/bootstrap.css +12 -3
- package/styles/input/bootstrap4.css +15 -3
- package/styles/input/bootstrap5-dark.css +4670 -0
- package/styles/input/bootstrap5-dark.scss +1 -0
- package/styles/input/bootstrap5.css +4670 -0
- package/styles/input/bootstrap5.scss +1 -0
- package/styles/input/fabric-dark.css +12 -3
- package/styles/input/fabric.css +13 -4
- package/styles/input/highcontrast-light.css +12 -3
- package/styles/input/highcontrast.css +13 -4
- package/styles/input/material-dark.css +2320 -201
- package/styles/input/material.css +12 -3
- package/styles/input/tailwind-dark.css +14 -5
- package/styles/input/tailwind.css +14 -5
- package/styles/maskedtextbox/bootstrap5-dark.css +33 -0
- package/styles/maskedtextbox/bootstrap5-dark.scss +1 -0
- package/styles/maskedtextbox/bootstrap5.css +33 -0
- package/styles/maskedtextbox/bootstrap5.scss +1 -0
- package/styles/material-dark.css +2337 -218
- package/styles/material.css +14 -5
- package/styles/numerictextbox/bootstrap5-dark.css +48 -0
- package/styles/numerictextbox/bootstrap5-dark.scss +1 -0
- package/styles/numerictextbox/bootstrap5.css +48 -0
- package/styles/numerictextbox/bootstrap5.scss +1 -0
- package/styles/slider/bootstrap-dark.css +2 -3
- package/styles/slider/bootstrap.css +2 -3
- package/styles/slider/bootstrap4.css +7 -9
- package/styles/slider/bootstrap5-dark.css +749 -0
- package/styles/slider/bootstrap5-dark.scss +1 -0
- package/styles/slider/bootstrap5.css +749 -0
- package/styles/slider/bootstrap5.scss +1 -0
- package/styles/slider/fabric-dark.css +3 -4
- package/styles/slider/fabric.css +2 -3
- package/styles/slider/highcontrast-light.css +3 -4
- package/styles/slider/highcontrast.css +3 -4
- package/styles/slider/material-dark.css +16 -16
- package/styles/slider/material.css +2 -2
- package/styles/slider/tailwind-dark.css +9 -8
- package/styles/slider/tailwind.css +7 -3
- package/styles/tailwind-dark.css +23 -13
- package/styles/tailwind.css +21 -8
- package/styles/textbox/bootstrap5-dark.css +0 -0
- package/styles/textbox/bootstrap5-dark.scss +1 -0
- package/styles/textbox/bootstrap5.css +0 -0
- package/styles/textbox/bootstrap5.scss +1 -0
- package/styles/uploader/bootstrap5-dark.css +1079 -0
- package/styles/uploader/bootstrap5-dark.scss +1 -0
- package/styles/uploader/bootstrap5.css +1079 -0
- package/styles/uploader/bootstrap5.scss +1 -0
- package/styles/uploader/material-dark.css +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,21 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
### ColorPicker
|
|
6
|
+
|
|
7
|
+
#### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- `createPopupOnClick` property scenario not handled properly in `ColorPicker` has been resolved.
|
|
10
|
+
- `I344127` - Issue with ColorPicker value not updated properly if opacity is set to false has been resolved.
|
|
11
|
+
|
|
12
|
+
## 19.3.44 (2021-10-05)
|
|
13
|
+
|
|
14
|
+
### NumericTextBox
|
|
15
|
+
|
|
16
|
+
#### Bug Fixes
|
|
17
|
+
|
|
18
|
+
- `#I319166` - Issue with "lazy modifier not working" has been resolved.
|
|
19
|
+
|
|
5
20
|
## 19.2.59 (2021-08-31)
|
|
6
21
|
|
|
7
22
|
### Uploader
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-inputs.umd.min.js
|
|
3
|
-
* version : 19.
|
|
3
|
+
* version : 19.3.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
|
|
@@ -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 = ['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', '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];
|
|
@@ -90,6 +90,7 @@ class TextBoxComponent extends ComponentBase {
|
|
|
90
90
|
}
|
|
91
91
|
else {
|
|
92
92
|
this.$emit('update:' + key, prop[key]);
|
|
93
|
+
this.$emit('modelchanged', prop[key]);
|
|
93
94
|
}
|
|
94
95
|
}
|
|
95
96
|
});
|
|
@@ -109,8 +110,10 @@ class TextBoxComponent extends ComponentBase {
|
|
|
109
110
|
this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);
|
|
110
111
|
}
|
|
111
112
|
else {
|
|
112
|
-
|
|
113
|
-
|
|
113
|
+
if (eventName === 'change' || (this.$props && !this.$props.islazyUpdate)) {
|
|
114
|
+
this.$emit('update:' + propKey, eventProp[propKey]);
|
|
115
|
+
this.$emit('modelchanged', eventProp[propKey]);
|
|
116
|
+
}
|
|
114
117
|
}
|
|
115
118
|
}
|
|
116
119
|
}
|
|
@@ -183,7 +186,7 @@ var __decorate$1 = (undefined && undefined.__decorate) || function (decorators,
|
|
|
183
186
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
184
187
|
};
|
|
185
188
|
// {{VueImport}}
|
|
186
|
-
const properties$1 = ['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'];
|
|
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'];
|
|
187
190
|
const modelProps$1 = ['value'];
|
|
188
191
|
const testProp$1 = getProps({ props: properties$1 });
|
|
189
192
|
const props$1 = testProp$1[0];
|
|
@@ -262,6 +265,7 @@ class NumericTextBoxComponent extends ComponentBase {
|
|
|
262
265
|
}
|
|
263
266
|
else {
|
|
264
267
|
this.$emit('update:' + key, prop[key]);
|
|
268
|
+
this.$emit('modelchanged', prop[key]);
|
|
265
269
|
}
|
|
266
270
|
}
|
|
267
271
|
});
|
|
@@ -281,8 +285,10 @@ class NumericTextBoxComponent extends ComponentBase {
|
|
|
281
285
|
this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);
|
|
282
286
|
}
|
|
283
287
|
else {
|
|
284
|
-
|
|
285
|
-
|
|
288
|
+
if (eventName === 'change' || (this.$props && !this.$props.islazyUpdate)) {
|
|
289
|
+
this.$emit('update:' + propKey, eventProp[propKey]);
|
|
290
|
+
this.$emit('modelchanged', eventProp[propKey]);
|
|
291
|
+
}
|
|
286
292
|
}
|
|
287
293
|
}
|
|
288
294
|
}
|
|
@@ -355,7 +361,7 @@ var __decorate$2 = (undefined && undefined.__decorate) || function (decorators,
|
|
|
355
361
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
356
362
|
};
|
|
357
363
|
// {{VueImport}}
|
|
358
|
-
const properties$2 = ['cssClass', 'customCharacters', 'enablePersistence', 'enableRtl', 'enabled', 'floatLabelType', 'htmlAttributes', 'locale', 'mask', 'placeholder', 'promptChar', 'readonly', 'showClearButton', 'value', 'width', 'blur', 'change', 'created', 'destroyed', 'focus'];
|
|
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'];
|
|
359
365
|
const modelProps$2 = ['value'];
|
|
360
366
|
const testProp$2 = getProps({ props: properties$2 });
|
|
361
367
|
const props$2 = testProp$2[0];
|
|
@@ -434,6 +440,7 @@ class MaskedTextBoxComponent extends ComponentBase {
|
|
|
434
440
|
}
|
|
435
441
|
else {
|
|
436
442
|
this.$emit('update:' + key, prop[key]);
|
|
443
|
+
this.$emit('modelchanged', prop[key]);
|
|
437
444
|
}
|
|
438
445
|
}
|
|
439
446
|
});
|
|
@@ -453,8 +460,10 @@ class MaskedTextBoxComponent extends ComponentBase {
|
|
|
453
460
|
this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);
|
|
454
461
|
}
|
|
455
462
|
else {
|
|
456
|
-
|
|
457
|
-
|
|
463
|
+
if (eventName === 'change' || (this.$props && !this.$props.islazyUpdate)) {
|
|
464
|
+
this.$emit('update:' + propKey, eventProp[propKey]);
|
|
465
|
+
this.$emit('modelchanged', eventProp[propKey]);
|
|
466
|
+
}
|
|
458
467
|
}
|
|
459
468
|
}
|
|
460
469
|
}
|
|
@@ -521,7 +530,7 @@ var __decorate$3 = (undefined && undefined.__decorate) || function (decorators,
|
|
|
521
530
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
522
531
|
};
|
|
523
532
|
// {{VueImport}}
|
|
524
|
-
const properties$3 = ['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'];
|
|
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'];
|
|
525
534
|
const modelProps$3 = ['value'];
|
|
526
535
|
const testProp$3 = getProps({ props: properties$3 });
|
|
527
536
|
const props$3 = testProp$3[0];
|
|
@@ -600,6 +609,7 @@ class SliderComponent extends ComponentBase {
|
|
|
600
609
|
}
|
|
601
610
|
else {
|
|
602
611
|
this.$emit('update:' + key, prop[key]);
|
|
612
|
+
this.$emit('modelchanged', prop[key]);
|
|
603
613
|
}
|
|
604
614
|
}
|
|
605
615
|
});
|
|
@@ -619,8 +629,10 @@ class SliderComponent extends ComponentBase {
|
|
|
619
629
|
this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);
|
|
620
630
|
}
|
|
621
631
|
else {
|
|
622
|
-
|
|
623
|
-
|
|
632
|
+
if (eventName === 'change' || (this.$props && !this.$props.islazyUpdate)) {
|
|
633
|
+
this.$emit('update:' + propKey, eventProp[propKey]);
|
|
634
|
+
this.$emit('modelchanged', eventProp[propKey]);
|
|
635
|
+
}
|
|
624
636
|
}
|
|
625
637
|
}
|
|
626
638
|
}
|
|
@@ -745,7 +757,7 @@ var __decorate$5 = (undefined && undefined.__decorate) || function (decorators,
|
|
|
745
757
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
746
758
|
};
|
|
747
759
|
// {{VueImport}}
|
|
748
|
-
const properties$4 = ['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'];
|
|
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'];
|
|
749
761
|
const modelProps$4 = [];
|
|
750
762
|
const testProp$4 = getProps({ props: properties$4 });
|
|
751
763
|
const props$4 = testProp$4[0];
|
|
@@ -822,6 +834,7 @@ class UploaderComponent extends ComponentBase {
|
|
|
822
834
|
}
|
|
823
835
|
else {
|
|
824
836
|
this.$emit('update:' + key, prop[key]);
|
|
837
|
+
this.$emit('modelchanged', prop[key]);
|
|
825
838
|
}
|
|
826
839
|
}
|
|
827
840
|
});
|
|
@@ -899,7 +912,7 @@ var __decorate$6 = (undefined && undefined.__decorate) || function (decorators,
|
|
|
899
912
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
900
913
|
};
|
|
901
914
|
// {{VueImport}}
|
|
902
|
-
const properties$5 = ['columns', 'cssClass', 'disabled', 'enableOpacity', 'enablePersistence', 'enableRtl', 'inline', 'locale', 'mode', 'modeSwitcher', 'noColor', 'presetColors', 'showButtons', 'value', 'beforeClose', 'beforeModeSwitch', 'beforeOpen', 'beforeTileRender', 'change', 'created', 'onModeSwitch', 'open', 'select'];
|
|
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'];
|
|
903
916
|
const modelProps$5 = ['value'];
|
|
904
917
|
const testProp$5 = getProps({ props: properties$5 });
|
|
905
918
|
const props$5 = testProp$5[0];
|
|
@@ -978,6 +991,7 @@ class ColorPickerComponent extends ComponentBase {
|
|
|
978
991
|
}
|
|
979
992
|
else {
|
|
980
993
|
this.$emit('update:' + key, prop[key]);
|
|
994
|
+
this.$emit('modelchanged', prop[key]);
|
|
981
995
|
}
|
|
982
996
|
}
|
|
983
997
|
});
|
|
@@ -997,8 +1011,10 @@ class ColorPickerComponent extends ComponentBase {
|
|
|
997
1011
|
this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);
|
|
998
1012
|
}
|
|
999
1013
|
else {
|
|
1000
|
-
|
|
1001
|
-
|
|
1014
|
+
if (eventName === 'change' || (this.$props && !this.$props.islazyUpdate)) {
|
|
1015
|
+
this.$emit('update:' + propKey, eventProp[propKey]);
|
|
1016
|
+
this.$emit('modelchanged', eventProp[propKey]);
|
|
1017
|
+
}
|
|
1002
1018
|
}
|
|
1003
1019
|
}
|
|
1004
1020
|
}
|