@syncfusion/ej2-vue-inputs 26.1.41 → 26.2.4
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/dist/ej2-vue-inputs.umd.min.js +2 -2
- package/dist/ej2-vue-inputs.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-inputs.es2015.js +11 -71
- package/dist/es6/ej2-vue-inputs.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-inputs.es5.js +11 -71
- package/dist/es6/ej2-vue-inputs.es5.js.map +1 -1
- package/package.json +8 -8
- package/src/color-picker/colorpicker.component.js +2 -8
- package/src/maskedtextbox/maskedtextbox.component.js +2 -8
- package/src/numerictextbox/numerictextbox.component.js +2 -8
- package/src/otp-input/otpinput.component.js +2 -8
- package/src/rating/rating.component.js +2 -8
- package/src/signature/signature.component.js +2 -8
- package/src/slider/slider.component.js +2 -8
- package/src/textarea/textarea.component.js +2 -8
- package/src/textbox/textbox.component.js +2 -8
- package/src/uploader/uploader.component.js +2 -8
- package/styles/bootstrap-dark.css +1 -7402
- package/styles/bootstrap.css +1 -7384
- package/styles/bootstrap4.css +1 -7542
- package/styles/bootstrap5-dark.css +1 -7707
- package/styles/bootstrap5.css +1 -7707
- package/styles/color-picker/bootstrap-dark.css +1 -779
- package/styles/color-picker/bootstrap.css +1 -779
- package/styles/color-picker/bootstrap4.css +1 -865
- package/styles/color-picker/bootstrap5-dark.css +1 -845
- package/styles/color-picker/bootstrap5.css +1 -845
- package/styles/color-picker/fabric-dark.css +1 -779
- package/styles/color-picker/fabric.css +1 -784
- package/styles/color-picker/fluent-dark.css +1 -800
- package/styles/color-picker/fluent.css +1 -800
- package/styles/color-picker/fluent2.css +1 -2025
- package/styles/color-picker/highcontrast-light.css +1 -779
- package/styles/color-picker/highcontrast.css +1 -779
- package/styles/color-picker/material-dark.css +1 -793
- package/styles/color-picker/material.css +1 -826
- package/styles/color-picker/material3-dark.css +1 -1015
- package/styles/color-picker/material3.css +1 -1127
- package/styles/color-picker/tailwind-dark.css +1 -819
- package/styles/color-picker/tailwind.css +1 -819
- package/styles/data-form/bootstrap-dark.css +1 -232
- package/styles/data-form/bootstrap.css +1 -232
- package/styles/data-form/bootstrap4.css +1 -232
- package/styles/data-form/bootstrap5-dark.css +1 -232
- package/styles/data-form/bootstrap5.css +1 -232
- package/styles/data-form/fabric-dark.css +1 -232
- package/styles/data-form/fabric.css +1 -232
- package/styles/data-form/fluent-dark.css +1 -232
- package/styles/data-form/fluent.css +1 -232
- package/styles/data-form/fluent2.css +1 -1266
- package/styles/data-form/highcontrast-light.css +1 -232
- package/styles/data-form/highcontrast.css +1 -232
- package/styles/data-form/material-dark.css +1 -232
- package/styles/data-form/material.css +1 -232
- package/styles/data-form/material3-dark.css +1 -342
- package/styles/data-form/material3.css +1 -454
- package/styles/data-form/tailwind-dark.css +1 -232
- package/styles/data-form/tailwind.css +1 -232
- package/styles/fabric-dark.css +1 -7348
- package/styles/fabric.css +1 -7353
- package/styles/fluent-dark.css +1 -7499
- package/styles/fluent.css +1 -7499
- package/styles/fluent2.css +1 -25566
- package/styles/highcontrast-light.css +1 -7557
- package/styles/highcontrast.css +1 -7557
- package/styles/input/bootstrap-dark.css +1 -4368
- package/styles/input/bootstrap.css +1 -4368
- package/styles/input/bootstrap4.css +1 -4348
- package/styles/input/bootstrap5-dark.css +1 -4446
- package/styles/input/bootstrap5.css +1 -4446
- package/styles/input/fabric-dark.css +1 -4298
- package/styles/input/fabric.css +1 -4298
- package/styles/input/fluent-dark.css +1 -4327
- package/styles/input/fluent.css +1 -4327
- package/styles/input/fluent2.css +1 -10185
- package/styles/input/highcontrast-light.css +1 -4462
- package/styles/input/highcontrast.css +1 -4462
- package/styles/input/material-dark.css +1 -11659
- package/styles/input/material.css +1 -11679
- package/styles/input/material3-dark.css +1 -11609
- package/styles/input/material3.css +1 -11721
- package/styles/input/tailwind-dark.css +1 -4303
- package/styles/input/tailwind.css +1 -4303
- package/styles/maskedtextbox/bootstrap-dark.css +1 -31
- package/styles/maskedtextbox/bootstrap.css +1 -14
- package/styles/maskedtextbox/bootstrap4.css +1 -31
- package/styles/maskedtextbox/bootstrap5-dark.css +1 -31
- package/styles/maskedtextbox/bootstrap5.css +1 -31
- package/styles/maskedtextbox/fabric-dark.css +1 -31
- package/styles/maskedtextbox/fabric.css +1 -31
- package/styles/maskedtextbox/fluent-dark.css +1 -27
- package/styles/maskedtextbox/fluent.css +1 -27
- package/styles/maskedtextbox/fluent2.css +1 -1244
- package/styles/maskedtextbox/highcontrast-light.css +1 -31
- package/styles/maskedtextbox/highcontrast.css +1 -31
- package/styles/maskedtextbox/material-dark.css +1 -45
- package/styles/maskedtextbox/material.css +1 -65
- package/styles/maskedtextbox/material3-dark.css +1 -175
- package/styles/maskedtextbox/material3.css +1 -287
- package/styles/maskedtextbox/tailwind-dark.css +1 -31
- package/styles/maskedtextbox/tailwind.css +1 -31
- package/styles/material-dark.css +1 -14901
- package/styles/material.css +1 -14988
- package/styles/material3-dark.css +1 -16319
- package/styles/material3.css +1 -17663
- package/styles/numerictextbox/bootstrap-dark.css +1 -53
- package/styles/numerictextbox/bootstrap.css +1 -53
- package/styles/numerictextbox/bootstrap4.css +1 -48
- package/styles/numerictextbox/bootstrap5-dark.css +1 -48
- package/styles/numerictextbox/bootstrap5.css +1 -48
- package/styles/numerictextbox/fabric-dark.css +1 -48
- package/styles/numerictextbox/fabric.css +1 -48
- package/styles/numerictextbox/fluent-dark.css +1 -59
- package/styles/numerictextbox/fluent.css +1 -59
- package/styles/numerictextbox/fluent2.css +1 -1261
- package/styles/numerictextbox/highcontrast-light.css +1 -48
- package/styles/numerictextbox/highcontrast.css +1 -48
- package/styles/numerictextbox/material-dark.css +1 -62
- package/styles/numerictextbox/material.css +1 -82
- package/styles/numerictextbox/material3-dark.css +1 -192
- package/styles/numerictextbox/material3.css +1 -304
- package/styles/numerictextbox/tailwind-dark.css +1 -48
- package/styles/numerictextbox/tailwind.css +1 -48
- package/styles/otp-input/bootstrap-dark.css +1 -225
- package/styles/otp-input/bootstrap.css +1 -225
- package/styles/otp-input/bootstrap4.css +1 -225
- package/styles/otp-input/bootstrap5-dark.css +1 -225
- package/styles/otp-input/bootstrap5.css +1 -225
- package/styles/otp-input/fabric-dark.css +1 -225
- package/styles/otp-input/fabric.css +1 -225
- package/styles/otp-input/fluent-dark.css +1 -225
- package/styles/otp-input/fluent.css +1 -225
- package/styles/otp-input/fluent2.css +1 -1259
- package/styles/otp-input/highcontrast-light.css +1 -225
- package/styles/otp-input/highcontrast.css +1 -225
- package/styles/otp-input/material-dark.css +1 -225
- package/styles/otp-input/material.css +1 -225
- package/styles/otp-input/material3-dark.css +1 -335
- package/styles/otp-input/material3.css +1 -447
- package/styles/otp-input/tailwind-dark.css +1 -225
- package/styles/otp-input/tailwind.css +1 -225
- package/styles/rating/bootstrap-dark.css +1 -315
- package/styles/rating/bootstrap.css +1 -315
- package/styles/rating/bootstrap4.css +1 -315
- package/styles/rating/bootstrap5-dark.css +1 -316
- package/styles/rating/bootstrap5.css +1 -316
- package/styles/rating/fabric-dark.css +1 -315
- package/styles/rating/fabric.css +1 -315
- package/styles/rating/fluent-dark.css +1 -315
- package/styles/rating/fluent.css +1 -315
- package/styles/rating/fluent2.css +1 -1349
- package/styles/rating/highcontrast-light.css +1 -315
- package/styles/rating/highcontrast.css +1 -315
- package/styles/rating/material-dark.css +1 -315
- package/styles/rating/material.css +1 -315
- package/styles/rating/material3-dark.css +1 -434
- package/styles/rating/material3.css +1 -546
- package/styles/rating/tailwind-dark.css +1 -319
- package/styles/rating/tailwind.css +1 -319
- package/styles/signature/bootstrap-dark.css +1 -9
- package/styles/signature/bootstrap.css +1 -9
- package/styles/signature/bootstrap4.css +1 -9
- package/styles/signature/bootstrap5-dark.css +1 -9
- package/styles/signature/bootstrap5.css +1 -9
- package/styles/signature/fabric-dark.css +1 -9
- package/styles/signature/fabric.css +1 -9
- package/styles/signature/fluent-dark.css +1 -9
- package/styles/signature/fluent.css +1 -9
- package/styles/signature/fluent2.css +1 -1043
- package/styles/signature/highcontrast-light.css +1 -9
- package/styles/signature/highcontrast.css +1 -9
- package/styles/signature/material-dark.css +1 -9
- package/styles/signature/material.css +1 -9
- package/styles/signature/material3-dark.css +1 -119
- package/styles/signature/material3.css +1 -231
- package/styles/signature/tailwind-dark.css +1 -9
- package/styles/signature/tailwind.css +1 -9
- package/styles/slider/bootstrap-dark.css +1 -484
- package/styles/slider/bootstrap.css +1 -484
- package/styles/slider/bootstrap4.css +1 -563
- package/styles/slider/bootstrap5-dark.css +1 -643
- package/styles/slider/bootstrap5.css +1 -643
- package/styles/slider/fabric-dark.css +1 -504
- package/styles/slider/fabric.css +1 -504
- package/styles/slider/fluent-dark.css +1 -547
- package/styles/slider/fluent.css +1 -547
- package/styles/slider/fluent2.css +1 -1642
- package/styles/slider/highcontrast-light.css +1 -550
- package/styles/slider/highcontrast.css +1 -550
- package/styles/slider/material-dark.css +1 -662
- package/styles/slider/material.css +1 -662
- package/styles/slider/material3-dark.css +1 -873
- package/styles/slider/material3.css +1 -985
- package/styles/slider/tailwind-dark.css +1 -617
- package/styles/slider/tailwind.css +1 -617
- package/styles/tailwind-dark.css +1 -7544
- package/styles/tailwind.css +1 -7544
- package/styles/textarea/bootstrap-dark.css +1 -34
- package/styles/textarea/bootstrap.css +1 -34
- package/styles/textarea/bootstrap4.css +1 -34
- package/styles/textarea/bootstrap5-dark.css +1 -34
- package/styles/textarea/bootstrap5.css +1 -34
- package/styles/textarea/fabric-dark.css +1 -34
- package/styles/textarea/fabric.css +1 -34
- package/styles/textarea/fluent-dark.css +1 -34
- package/styles/textarea/fluent.css +1 -34
- package/styles/textarea/fluent2.css +1 -1247
- package/styles/textarea/highcontrast-light.css +1 -34
- package/styles/textarea/highcontrast.css +1 -34
- package/styles/textarea/material-dark.css +1 -48
- package/styles/textarea/material.css +1 -68
- package/styles/textarea/material3-dark.css +1 -178
- package/styles/textarea/material3.css +1 -290
- package/styles/textarea/tailwind-dark.css +1 -34
- package/styles/textarea/tailwind.css +1 -34
- package/styles/textbox/bootstrap-dark.css +1 -28
- package/styles/textbox/bootstrap.css +1 -28
- package/styles/textbox/bootstrap4.css +1 -28
- package/styles/textbox/bootstrap5-dark.css +1 -28
- package/styles/textbox/bootstrap5.css +1 -28
- package/styles/textbox/fabric-dark.css +1 -28
- package/styles/textbox/fabric.css +1 -28
- package/styles/textbox/fluent-dark.css +1 -28
- package/styles/textbox/fluent.css +1 -28
- package/styles/textbox/fluent2.css +1 -1241
- package/styles/textbox/highcontrast-light.css +1 -28
- package/styles/textbox/highcontrast.css +1 -28
- package/styles/textbox/material-dark.css +1 -42
- package/styles/textbox/material.css +1 -62
- package/styles/textbox/material3-dark.css +1 -172
- package/styles/textbox/material3.css +1 -284
- package/styles/textbox/tailwind-dark.css +1 -28
- package/styles/textbox/tailwind.css +1 -28
- package/styles/uploader/bootstrap-dark.css +1 -835
- package/styles/uploader/bootstrap.css +1 -835
- package/styles/uploader/bootstrap4.css +1 -835
- package/styles/uploader/bootstrap5-dark.css +1 -841
- package/styles/uploader/bootstrap5.css +1 -841
- package/styles/uploader/fabric-dark.css +1 -835
- package/styles/uploader/fabric.css +1 -835
- package/styles/uploader/fluent-dark.css +1 -887
- package/styles/uploader/fluent.css +1 -887
- package/styles/uploader/fluent2.css +1 -1880
- package/styles/uploader/highcontrast-light.css +1 -835
- package/styles/uploader/highcontrast.css +1 -835
- package/styles/uploader/material-dark.css +1 -835
- package/styles/uploader/material.css +1 -839
- package/styles/uploader/material3-dark.css +1 -951
- package/styles/uploader/material3.css +1 -1063
- package/styles/uploader/tailwind-dark.css +1 -870
- package/styles/uploader/tailwind.css +1 -870
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-vue-inputs@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-vue-inputs@26.1.
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-inputs@26.1.42",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-bxV+Oz9pxqKcf/cBr+iKIfYcOt8DY/VWk7Ccdg9JdblSeT7lLoyzjAcmaOVloh4xgf3RkZgPUu7HAd+/lYdu/g==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-vue-inputs",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-inputs/-/ej2-vue-inputs-26.1.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-inputs/-/ej2-vue-inputs-26.1.42.tgz",
|
|
23
|
+
"_shasum": "ea4b858c5fca33cbffa99bd8cc9ea397bd5e4d71",
|
|
24
24
|
"_spec": "@syncfusion/ej2-vue-inputs@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_26.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~26.
|
|
35
|
-
"@syncfusion/ej2-inputs": "26.
|
|
36
|
-
"@syncfusion/ej2-vue-base": "~26.
|
|
34
|
+
"@syncfusion/ej2-base": "~26.2.4",
|
|
35
|
+
"@syncfusion/ej2-inputs": "26.2.4",
|
|
36
|
+
"@syncfusion/ej2-vue-base": "~26.2.4"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "A package of Essential JS 2 input components such as Textbox, Color-picker, Masked-textbox, Numeric-textbox, Slider, Upload, and Form-validator that is used to get input from the users. for Vue",
|
|
@@ -74,6 +74,6 @@
|
|
|
74
74
|
"ci-publish": "gulp ci-publish",
|
|
75
75
|
"compile": "gulp ci-compile && gulp vue-global-script"
|
|
76
76
|
},
|
|
77
|
-
"version": "26.
|
|
77
|
+
"version": "26.2.4",
|
|
78
78
|
"sideEffects": false
|
|
79
79
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ComponentBase, gh, getProps, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';
|
|
2
|
-
import { isNullOrUndefined
|
|
2
|
+
import { isNullOrUndefined } from '@syncfusion/ej2-base';
|
|
3
3
|
import { isUndefined } from '@syncfusion/ej2-base';
|
|
4
4
|
import { ColorPicker } from '@syncfusion/ej2-inputs';
|
|
5
5
|
export var properties = ['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'];
|
|
@@ -67,13 +67,7 @@ export var ColorPickerComponent = vueDefineComponent({
|
|
|
67
67
|
if (elementCollection && elementCollection.length) {
|
|
68
68
|
for (var _a = 0, elementCollection_1 = elementCollection; _a < elementCollection_1.length; _a++) {
|
|
69
69
|
var ele = elementCollection_1[_a];
|
|
70
|
-
|
|
71
|
-
if (destroy) {
|
|
72
|
-
ele.__vue__.$destroy();
|
|
73
|
-
}
|
|
74
|
-
if (ele.innerHTML) {
|
|
75
|
-
ele.innerHTML = '';
|
|
76
|
-
}
|
|
70
|
+
this.destroyPortals(ele);
|
|
77
71
|
}
|
|
78
72
|
delete this.templateCollection[tempName];
|
|
79
73
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ComponentBase, gh, getProps, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';
|
|
2
|
-
import { isNullOrUndefined
|
|
2
|
+
import { isNullOrUndefined } from '@syncfusion/ej2-base';
|
|
3
3
|
import { isUndefined } from '@syncfusion/ej2-base';
|
|
4
4
|
import { MaskedTextBox } from '@syncfusion/ej2-inputs';
|
|
5
5
|
export var properties = ['isLazyUpdate', 'plugins', 'cssClass', 'customCharacters', 'enablePersistence', 'enableRtl', 'enabled', 'floatLabelType', 'htmlAttributes', 'locale', 'mask', 'placeholder', 'promptChar', 'readonly', 'showClearButton', 'value', 'width', 'blur', 'change', 'created', 'destroyed', 'focus'];
|
|
@@ -67,13 +67,7 @@ export var MaskedTextBoxComponent = vueDefineComponent({
|
|
|
67
67
|
if (elementCollection && elementCollection.length) {
|
|
68
68
|
for (var _a = 0, elementCollection_1 = elementCollection; _a < elementCollection_1.length; _a++) {
|
|
69
69
|
var ele = elementCollection_1[_a];
|
|
70
|
-
|
|
71
|
-
if (destroy) {
|
|
72
|
-
ele.__vue__.$destroy();
|
|
73
|
-
}
|
|
74
|
-
if (ele.innerHTML) {
|
|
75
|
-
ele.innerHTML = '';
|
|
76
|
-
}
|
|
70
|
+
this.destroyPortals(ele);
|
|
77
71
|
}
|
|
78
72
|
delete this.templateCollection[tempName];
|
|
79
73
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ComponentBase, gh, getProps, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';
|
|
2
|
-
import { isNullOrUndefined
|
|
2
|
+
import { isNullOrUndefined } from '@syncfusion/ej2-base';
|
|
3
3
|
import { isUndefined } from '@syncfusion/ej2-base';
|
|
4
4
|
import { NumericTextBox } from '@syncfusion/ej2-inputs';
|
|
5
5
|
export var properties = ['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'];
|
|
@@ -67,13 +67,7 @@ export var NumericTextBoxComponent = vueDefineComponent({
|
|
|
67
67
|
if (elementCollection && elementCollection.length) {
|
|
68
68
|
for (var _a = 0, elementCollection_1 = elementCollection; _a < elementCollection_1.length; _a++) {
|
|
69
69
|
var ele = elementCollection_1[_a];
|
|
70
|
-
|
|
71
|
-
if (destroy) {
|
|
72
|
-
ele.__vue__.$destroy();
|
|
73
|
-
}
|
|
74
|
-
if (ele.innerHTML) {
|
|
75
|
-
ele.innerHTML = '';
|
|
76
|
-
}
|
|
70
|
+
this.destroyPortals(ele);
|
|
77
71
|
}
|
|
78
72
|
delete this.templateCollection[tempName];
|
|
79
73
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ComponentBase, gh, getProps, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';
|
|
2
|
-
import { isNullOrUndefined
|
|
2
|
+
import { isNullOrUndefined } from '@syncfusion/ej2-base';
|
|
3
3
|
import { isUndefined } from '@syncfusion/ej2-base';
|
|
4
4
|
import { OtpInput } from '@syncfusion/ej2-inputs';
|
|
5
5
|
export var properties = ['isLazyUpdate', 'plugins', 'ariaLabels', 'cssClass', 'disabled', 'enablePersistence', 'enableRtl', 'htmlAttributes', 'length', 'locale', 'placeholder', 'separator', 'stylingMode', 'type', 'value', 'blur', 'created', 'focus', 'input', 'valueChanged'];
|
|
@@ -67,13 +67,7 @@ export var OtpInputComponent = vueDefineComponent({
|
|
|
67
67
|
if (elementCollection && elementCollection.length) {
|
|
68
68
|
for (var _a = 0, elementCollection_1 = elementCollection; _a < elementCollection_1.length; _a++) {
|
|
69
69
|
var ele = elementCollection_1[_a];
|
|
70
|
-
|
|
71
|
-
if (destroy) {
|
|
72
|
-
ele.__vue__.$destroy();
|
|
73
|
-
}
|
|
74
|
-
if (ele.innerHTML) {
|
|
75
|
-
ele.innerHTML = '';
|
|
76
|
-
}
|
|
70
|
+
this.destroyPortals(ele);
|
|
77
71
|
}
|
|
78
72
|
delete this.templateCollection[tempName];
|
|
79
73
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ComponentBase, gh, getProps, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';
|
|
2
|
-
import { isNullOrUndefined
|
|
2
|
+
import { isNullOrUndefined } from '@syncfusion/ej2-base';
|
|
3
3
|
import { isUndefined } from '@syncfusion/ej2-base';
|
|
4
4
|
import { Rating } from '@syncfusion/ej2-inputs';
|
|
5
5
|
export var properties = ['isLazyUpdate', 'plugins', 'allowReset', 'cssClass', 'disabled', 'emptyTemplate', 'enableAnimation', 'enablePersistence', 'enableRtl', 'enableSingleSelection', 'fullTemplate', 'itemsCount', 'labelPosition', 'labelTemplate', 'locale', 'min', 'precision', 'readOnly', 'showLabel', 'showTooltip', 'tooltipTemplate', 'value', 'visible', 'beforeItemRender', 'created', 'onItemHover', 'valueChanged'];
|
|
@@ -67,13 +67,7 @@ export var RatingComponent = vueDefineComponent({
|
|
|
67
67
|
if (elementCollection && elementCollection.length) {
|
|
68
68
|
for (var _a = 0, elementCollection_1 = elementCollection; _a < elementCollection_1.length; _a++) {
|
|
69
69
|
var ele = elementCollection_1[_a];
|
|
70
|
-
|
|
71
|
-
if (destroy) {
|
|
72
|
-
ele.__vue__.$destroy();
|
|
73
|
-
}
|
|
74
|
-
if (ele.innerHTML) {
|
|
75
|
-
ele.innerHTML = '';
|
|
76
|
-
}
|
|
70
|
+
this.destroyPortals(ele);
|
|
77
71
|
}
|
|
78
72
|
delete this.templateCollection[tempName];
|
|
79
73
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ComponentBase, gh, getProps, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';
|
|
2
|
-
import { isNullOrUndefined
|
|
2
|
+
import { isNullOrUndefined } from '@syncfusion/ej2-base';
|
|
3
3
|
import { Signature } from '@syncfusion/ej2-inputs';
|
|
4
4
|
export var properties = ['isLazyUpdate', 'plugins', 'backgroundColor', 'backgroundImage', 'disabled', 'enablePersistence', 'enableRtl', 'isReadOnly', 'locale', 'maxStrokeWidth', 'minStrokeWidth', 'saveWithBackground', 'strokeColor', 'velocity', 'beforeSave', 'change', 'created'];
|
|
5
5
|
export var modelProps = [];
|
|
@@ -63,13 +63,7 @@ export var SignatureComponent = vueDefineComponent({
|
|
|
63
63
|
if (elementCollection && elementCollection.length) {
|
|
64
64
|
for (var _a = 0, elementCollection_1 = elementCollection; _a < elementCollection_1.length; _a++) {
|
|
65
65
|
var ele = elementCollection_1[_a];
|
|
66
|
-
|
|
67
|
-
if (destroy) {
|
|
68
|
-
ele.__vue__.$destroy();
|
|
69
|
-
}
|
|
70
|
-
if (ele.innerHTML) {
|
|
71
|
-
ele.innerHTML = '';
|
|
72
|
-
}
|
|
66
|
+
this.destroyPortals(ele);
|
|
73
67
|
}
|
|
74
68
|
delete this.templateCollection[tempName];
|
|
75
69
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ComponentBase, gh, getProps, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';
|
|
2
|
-
import { isNullOrUndefined
|
|
2
|
+
import { isNullOrUndefined } from '@syncfusion/ej2-base';
|
|
3
3
|
import { isUndefined } from '@syncfusion/ej2-base';
|
|
4
4
|
import { Slider } from '@syncfusion/ej2-inputs';
|
|
5
5
|
export var properties = ['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'];
|
|
@@ -67,13 +67,7 @@ export var SliderComponent = vueDefineComponent({
|
|
|
67
67
|
if (elementCollection && elementCollection.length) {
|
|
68
68
|
for (var _a = 0, elementCollection_1 = elementCollection; _a < elementCollection_1.length; _a++) {
|
|
69
69
|
var ele = elementCollection_1[_a];
|
|
70
|
-
|
|
71
|
-
if (destroy) {
|
|
72
|
-
ele.__vue__.$destroy();
|
|
73
|
-
}
|
|
74
|
-
if (ele.innerHTML) {
|
|
75
|
-
ele.innerHTML = '';
|
|
76
|
-
}
|
|
70
|
+
this.destroyPortals(ele);
|
|
77
71
|
}
|
|
78
72
|
delete this.templateCollection[tempName];
|
|
79
73
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ComponentBase, gh, getProps, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';
|
|
2
|
-
import { isNullOrUndefined
|
|
2
|
+
import { isNullOrUndefined } from '@syncfusion/ej2-base';
|
|
3
3
|
import { isUndefined } from '@syncfusion/ej2-base';
|
|
4
4
|
import { TextArea } from '@syncfusion/ej2-inputs';
|
|
5
5
|
export var properties = ['isLazyUpdate', 'plugins', 'cols', 'cssClass', 'enablePersistence', 'enableRtl', 'enabled', 'floatLabelType', 'htmlAttributes', 'locale', 'maxLength', 'placeholder', 'readonly', 'resizeMode', 'rows', 'showClearButton', 'value', 'width', 'blur', 'change', 'created', 'destroyed', 'focus', 'input'];
|
|
@@ -67,13 +67,7 @@ export var TextAreaComponent = vueDefineComponent({
|
|
|
67
67
|
if (elementCollection && elementCollection.length) {
|
|
68
68
|
for (var _a = 0, elementCollection_1 = elementCollection; _a < elementCollection_1.length; _a++) {
|
|
69
69
|
var ele = elementCollection_1[_a];
|
|
70
|
-
|
|
71
|
-
if (destroy) {
|
|
72
|
-
ele.__vue__.$destroy();
|
|
73
|
-
}
|
|
74
|
-
if (ele.innerHTML) {
|
|
75
|
-
ele.innerHTML = '';
|
|
76
|
-
}
|
|
70
|
+
this.destroyPortals(ele);
|
|
77
71
|
}
|
|
78
72
|
delete this.templateCollection[tempName];
|
|
79
73
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ComponentBase, gh, getProps, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';
|
|
2
|
-
import { isNullOrUndefined
|
|
2
|
+
import { isNullOrUndefined } from '@syncfusion/ej2-base';
|
|
3
3
|
import { isUndefined } from '@syncfusion/ej2-base';
|
|
4
4
|
import { TextBox } from '@syncfusion/ej2-inputs';
|
|
5
5
|
export var properties = ['isLazyUpdate', 'plugins', 'autocomplete', 'cssClass', 'enablePersistence', 'enableRtl', 'enabled', 'floatLabelType', 'htmlAttributes', 'locale', 'multiline', 'placeholder', 'readonly', 'showClearButton', 'type', 'value', 'width', 'blur', 'change', 'created', 'destroyed', 'focus', 'input'];
|
|
@@ -67,13 +67,7 @@ export var TextBoxComponent = vueDefineComponent({
|
|
|
67
67
|
if (elementCollection && elementCollection.length) {
|
|
68
68
|
for (var _a = 0, elementCollection_1 = elementCollection; _a < elementCollection_1.length; _a++) {
|
|
69
69
|
var ele = elementCollection_1[_a];
|
|
70
|
-
|
|
71
|
-
if (destroy) {
|
|
72
|
-
ele.__vue__.$destroy();
|
|
73
|
-
}
|
|
74
|
-
if (ele.innerHTML) {
|
|
75
|
-
ele.innerHTML = '';
|
|
76
|
-
}
|
|
70
|
+
this.destroyPortals(ele);
|
|
77
71
|
}
|
|
78
72
|
delete this.templateCollection[tempName];
|
|
79
73
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ComponentBase, gh, getProps, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';
|
|
2
|
-
import { isNullOrUndefined
|
|
2
|
+
import { isNullOrUndefined } from '@syncfusion/ej2-base';
|
|
3
3
|
import { Uploader } from '@syncfusion/ej2-inputs';
|
|
4
4
|
import { FilesDirective, UploadedFilesDirective, FilesPlugin, UploadedFilesPlugin } from './files.directive';
|
|
5
5
|
export var properties = ['isLazyUpdate', 'plugins', 'allowedExtensions', 'asyncSettings', 'autoUpload', 'buttons', 'cssClass', 'directoryUpload', 'dropArea', 'dropEffect', 'enableHtmlSanitizer', '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'];
|
|
@@ -64,13 +64,7 @@ export var UploaderComponent = vueDefineComponent({
|
|
|
64
64
|
if (elementCollection && elementCollection.length) {
|
|
65
65
|
for (var _a = 0, elementCollection_1 = elementCollection; _a < elementCollection_1.length; _a++) {
|
|
66
66
|
var ele = elementCollection_1[_a];
|
|
67
|
-
|
|
68
|
-
if (destroy) {
|
|
69
|
-
ele.__vue__.$destroy();
|
|
70
|
-
}
|
|
71
|
-
if (ele.innerHTML) {
|
|
72
|
-
ele.innerHTML = '';
|
|
73
|
-
}
|
|
67
|
+
this.destroyPortals(ele);
|
|
74
68
|
}
|
|
75
69
|
delete this.templateCollection[tempName];
|
|
76
70
|
}
|