@syncfusion/ej2-vue-inputs 20.2.48 → 20.3.49
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 -6
- package/dist/ej2-vue-inputs.umd.min.js +1 -1
- package/dist/es6/ej2-vue-inputs.es2015.js +46 -54
- package/dist/es6/ej2-vue-inputs.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-inputs.es5.js +46 -54
- 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.d.ts +0 -1
- package/src/color-picker/colorpicker.component.js +3 -4
- package/src/maskedtextbox/maskedtextbox.component.d.ts +0 -1
- package/src/maskedtextbox/maskedtextbox.component.js +3 -4
- package/src/numerictextbox/numerictextbox.component.d.ts +0 -1
- package/src/numerictextbox/numerictextbox.component.js +3 -4
- package/src/signature/signature.component.d.ts +0 -1
- package/src/signature/signature.component.js +3 -4
- package/src/slider/slider.component.d.ts +0 -1
- package/src/slider/slider.component.js +3 -4
- package/src/textbox/textbox.component.d.ts +0 -1
- package/src/textbox/textbox.component.js +3 -4
- package/src/uploader/files.directive.d.ts +0 -1
- package/src/uploader/files.directive.js +5 -6
- package/src/uploader/uploader.component.d.ts +0 -1
- package/src/uploader/uploader.component.js +3 -4
- package/styles/bootstrap-dark.css +31 -13
- package/styles/bootstrap.css +31 -13
- package/styles/bootstrap4.css +31 -13
- package/styles/bootstrap5-dark.css +32 -13
- package/styles/bootstrap5.css +32 -13
- package/styles/color-picker/bootstrap-dark.css +2 -0
- package/styles/color-picker/bootstrap.css +2 -0
- package/styles/color-picker/bootstrap4.css +2 -0
- package/styles/color-picker/bootstrap5-dark.css +3 -0
- package/styles/color-picker/bootstrap5.css +3 -0
- package/styles/color-picker/fabric-dark.css +2 -0
- package/styles/color-picker/fabric.css +2 -0
- package/styles/color-picker/fluent-dark.css +3 -0
- package/styles/color-picker/fluent.css +3 -0
- package/styles/color-picker/highcontrast-light.css +2 -0
- package/styles/color-picker/highcontrast.css +2 -0
- package/styles/color-picker/material-dark.css +2 -0
- package/styles/color-picker/material.css +2 -0
- package/styles/color-picker/tailwind-dark.css +3 -0
- package/styles/color-picker/tailwind.css +3 -0
- package/styles/fabric-dark.css +31 -13
- package/styles/fabric.css +31 -13
- package/styles/fluent-dark.css +32 -13
- package/styles/fluent.css +32 -13
- package/styles/highcontrast-light.css +31 -13
- package/styles/highcontrast.css +31 -13
- package/styles/input/bootstrap-dark.css +22 -14
- package/styles/input/bootstrap.css +22 -14
- package/styles/input/bootstrap4.css +22 -14
- package/styles/input/bootstrap5-dark.css +22 -14
- package/styles/input/bootstrap5.css +22 -14
- package/styles/input/fabric-dark.css +22 -14
- package/styles/input/fabric.css +22 -14
- package/styles/input/fluent-dark.css +22 -14
- package/styles/input/fluent.css +22 -14
- package/styles/input/highcontrast-light.css +22 -14
- package/styles/input/highcontrast.css +22 -14
- package/styles/input/material-dark.css +26 -18
- package/styles/input/material.css +26 -18
- package/styles/input/tailwind-dark.css +22 -14
- package/styles/input/tailwind.css +22 -14
- package/styles/maskedtextbox/bootstrap-dark.css +1 -0
- package/styles/maskedtextbox/bootstrap.css +1 -0
- package/styles/maskedtextbox/bootstrap4.css +1 -0
- package/styles/maskedtextbox/bootstrap5-dark.css +1 -0
- package/styles/maskedtextbox/bootstrap5.css +1 -0
- package/styles/maskedtextbox/fabric-dark.css +1 -0
- package/styles/maskedtextbox/fabric.css +1 -0
- package/styles/maskedtextbox/fluent-dark.css +1 -0
- package/styles/maskedtextbox/fluent.css +1 -0
- package/styles/maskedtextbox/highcontrast-light.css +1 -0
- package/styles/maskedtextbox/highcontrast.css +1 -0
- package/styles/maskedtextbox/material-dark.css +1 -0
- package/styles/maskedtextbox/material.css +1 -0
- package/styles/maskedtextbox/tailwind-dark.css +1 -0
- package/styles/maskedtextbox/tailwind.css +1 -0
- package/styles/material-dark.css +50 -18
- package/styles/material.css +50 -18
- package/styles/numerictextbox/bootstrap-dark.css +1 -0
- package/styles/numerictextbox/bootstrap.css +1 -0
- package/styles/numerictextbox/bootstrap4.css +1 -0
- package/styles/numerictextbox/bootstrap5-dark.css +1 -0
- package/styles/numerictextbox/bootstrap5.css +1 -0
- package/styles/numerictextbox/fabric-dark.css +1 -0
- package/styles/numerictextbox/fabric.css +1 -0
- package/styles/numerictextbox/fluent-dark.css +1 -0
- package/styles/numerictextbox/fluent.css +1 -0
- package/styles/numerictextbox/highcontrast-light.css +1 -0
- package/styles/numerictextbox/highcontrast.css +1 -0
- package/styles/numerictextbox/material-dark.css +1 -0
- package/styles/numerictextbox/material.css +1 -0
- package/styles/numerictextbox/tailwind-dark.css +1 -0
- package/styles/numerictextbox/tailwind.css +1 -0
- package/styles/slider/bootstrap-dark.css +4 -0
- package/styles/slider/bootstrap.css +4 -0
- package/styles/slider/bootstrap4.css +4 -0
- package/styles/slider/bootstrap5-dark.css +4 -0
- package/styles/slider/bootstrap5.css +4 -0
- package/styles/slider/fabric-dark.css +4 -0
- package/styles/slider/fabric.css +4 -0
- package/styles/slider/fluent-dark.css +4 -0
- package/styles/slider/fluent.css +4 -0
- package/styles/slider/highcontrast-light.css +4 -0
- package/styles/slider/highcontrast.css +4 -0
- package/styles/slider/material-dark.css +19 -1
- package/styles/slider/material.css +19 -1
- package/styles/slider/tailwind-dark.css +4 -0
- package/styles/slider/tailwind.css +4 -0
- package/styles/tailwind-dark.css +33 -13
- package/styles/tailwind.css +33 -13
- package/styles/textbox/bootstrap-dark.css +2 -0
- package/styles/textbox/bootstrap.css +2 -0
- package/styles/textbox/bootstrap4.css +2 -0
- package/styles/textbox/bootstrap5-dark.css +2 -0
- package/styles/textbox/bootstrap5.css +2 -0
- package/styles/textbox/fabric-dark.css +2 -0
- package/styles/textbox/fabric.css +2 -0
- package/styles/textbox/fluent-dark.css +2 -0
- package/styles/textbox/fluent.css +2 -0
- package/styles/textbox/highcontrast-light.css +2 -0
- package/styles/textbox/highcontrast.css +2 -0
- package/styles/textbox/material-dark.css +3 -1
- package/styles/textbox/material.css +3 -1
- package/styles/textbox/tailwind-dark.css +3 -1
- package/styles/textbox/tailwind.css +3 -1
- package/styles/uploader/bootstrap-dark.css +1 -0
- package/styles/uploader/bootstrap.css +1 -0
- package/styles/uploader/bootstrap4.css +1 -0
- package/styles/uploader/bootstrap5-dark.css +1 -0
- package/styles/uploader/bootstrap5.css +1 -0
- package/styles/uploader/fabric-dark.css +1 -0
- package/styles/uploader/fabric.css +1 -0
- package/styles/uploader/fluent-dark.css +1 -0
- package/styles/uploader/fluent.css +1 -0
- package/styles/uploader/highcontrast-light.css +1 -0
- package/styles/uploader/highcontrast.css +1 -0
- package/styles/uploader/material-dark.css +1 -0
- package/styles/uploader/material.css +1 -0
- package/styles/uploader/tailwind-dark.css +2 -0
- package/styles/uploader/tailwind.css +2 -0
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-vue-inputs@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-vue-inputs@20.
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-inputs@20.3.47",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-MytG+esCKV6PUtof8EcHsVOnI0A69G4SNPcprEaqi6EiMl0xDXHNjUd0Yu1ixgrsEAZZFTQbtVy5JCc6tb3pIg==",
|
|
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": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-inputs/-/ej2-vue-inputs-20.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-inputs/-/ej2-vue-inputs-20.3.47.tgz",
|
|
23
|
+
"_shasum": "9dc803cb6a639d903754b5a02c42002dfb13869b",
|
|
24
24
|
"_spec": "@syncfusion/ej2-vue-inputs@*",
|
|
25
25
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~20.
|
|
35
|
-
"@syncfusion/ej2-inputs": "20.
|
|
36
|
-
"@syncfusion/ej2-vue-base": "~20.
|
|
34
|
+
"@syncfusion/ej2-base": "~20.3.49",
|
|
35
|
+
"@syncfusion/ej2-inputs": "20.3.49",
|
|
36
|
+
"@syncfusion/ej2-vue-base": "~20.3.49"
|
|
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",
|
|
@@ -123,6 +123,6 @@
|
|
|
123
123
|
"scripts": {
|
|
124
124
|
"postinstall": "node ../ej2-vue-base/postinstall.js"
|
|
125
125
|
},
|
|
126
|
-
"version": "20.
|
|
126
|
+
"version": "20.3.49",
|
|
127
127
|
"sideEffects": false
|
|
128
128
|
}
|
|
@@ -18,7 +18,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
18
18
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
19
19
|
};
|
|
20
20
|
import { isUndefined } from '@syncfusion/ej2-base';
|
|
21
|
-
import { ComponentBase, EJComponentDecorator, getProps, gh } from '@syncfusion/ej2-vue-base';
|
|
21
|
+
import { ComponentBase, EJComponentDecorator, getProps, gh, isExecute } from '@syncfusion/ej2-vue-base';
|
|
22
22
|
import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
|
|
23
23
|
import { ColorPicker } from '@syncfusion/ej2-inputs';
|
|
24
24
|
import { Options } from 'vue-class-component';
|
|
@@ -33,7 +33,6 @@ for (var _i = 0, modelProps_1 = modelProps; _i < modelProps_1.length; _i++) {
|
|
|
33
33
|
var props_1 = modelProps_1[_i];
|
|
34
34
|
emitProbs.push('update:' + props_1);
|
|
35
35
|
}
|
|
36
|
-
export var isExecute = gh ? false : true;
|
|
37
36
|
/**
|
|
38
37
|
* Represents the Essential JS 2 VueJS ColorPicker Component
|
|
39
38
|
* ```html
|
|
@@ -149,10 +148,10 @@ var ColorPickerComponent = /** @class */ (function (_super) {
|
|
|
149
148
|
}
|
|
150
149
|
};
|
|
151
150
|
ColorPickerComponent.prototype.render = function (createElement) {
|
|
152
|
-
var h = gh
|
|
151
|
+
var h = !isExecute ? gh : createElement;
|
|
153
152
|
var slots = null;
|
|
154
153
|
if (!isNullOrUndefined(this.$slots.default)) {
|
|
155
|
-
slots =
|
|
154
|
+
slots = !isExecute ? this.$slots.default() : this.$slots.default;
|
|
156
155
|
}
|
|
157
156
|
return h('input', slots);
|
|
158
157
|
};
|
|
@@ -18,7 +18,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
18
18
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
19
19
|
};
|
|
20
20
|
import { isUndefined } from '@syncfusion/ej2-base';
|
|
21
|
-
import { ComponentBase, EJComponentDecorator, getProps, gh } from '@syncfusion/ej2-vue-base';
|
|
21
|
+
import { ComponentBase, EJComponentDecorator, getProps, gh, isExecute } from '@syncfusion/ej2-vue-base';
|
|
22
22
|
import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
|
|
23
23
|
import { MaskedTextBox } from '@syncfusion/ej2-inputs';
|
|
24
24
|
import { Options } from 'vue-class-component';
|
|
@@ -33,7 +33,6 @@ for (var _i = 0, modelProps_1 = modelProps; _i < modelProps_1.length; _i++) {
|
|
|
33
33
|
var props_1 = modelProps_1[_i];
|
|
34
34
|
emitProbs.push('update:' + props_1);
|
|
35
35
|
}
|
|
36
|
-
export var isExecute = gh ? false : true;
|
|
37
36
|
/**
|
|
38
37
|
* Represents the Essential JS 2 VueJS MaskedTextBox Component
|
|
39
38
|
* ```html
|
|
@@ -149,10 +148,10 @@ var MaskedTextBoxComponent = /** @class */ (function (_super) {
|
|
|
149
148
|
}
|
|
150
149
|
};
|
|
151
150
|
MaskedTextBoxComponent.prototype.render = function (createElement) {
|
|
152
|
-
var h = gh
|
|
151
|
+
var h = !isExecute ? gh : createElement;
|
|
153
152
|
var slots = null;
|
|
154
153
|
if (!isNullOrUndefined(this.$slots.default)) {
|
|
155
|
-
slots =
|
|
154
|
+
slots = !isExecute ? this.$slots.default() : this.$slots.default;
|
|
156
155
|
}
|
|
157
156
|
return h('input', slots);
|
|
158
157
|
};
|
|
@@ -18,7 +18,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
18
18
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
19
19
|
};
|
|
20
20
|
import { isUndefined } from '@syncfusion/ej2-base';
|
|
21
|
-
import { ComponentBase, EJComponentDecorator, getProps, gh } from '@syncfusion/ej2-vue-base';
|
|
21
|
+
import { ComponentBase, EJComponentDecorator, getProps, gh, isExecute } from '@syncfusion/ej2-vue-base';
|
|
22
22
|
import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
|
|
23
23
|
import { NumericTextBox } from '@syncfusion/ej2-inputs';
|
|
24
24
|
import { Options } from 'vue-class-component';
|
|
@@ -33,7 +33,6 @@ for (var _i = 0, modelProps_1 = modelProps; _i < modelProps_1.length; _i++) {
|
|
|
33
33
|
var props_1 = modelProps_1[_i];
|
|
34
34
|
emitProbs.push('update:' + props_1);
|
|
35
35
|
}
|
|
36
|
-
export var isExecute = gh ? false : true;
|
|
37
36
|
/**
|
|
38
37
|
* Represents the Essential JS 2 VueJS NumericTextBox Component
|
|
39
38
|
* ```html
|
|
@@ -149,10 +148,10 @@ var NumericTextBoxComponent = /** @class */ (function (_super) {
|
|
|
149
148
|
}
|
|
150
149
|
};
|
|
151
150
|
NumericTextBoxComponent.prototype.render = function (createElement) {
|
|
152
|
-
var h = gh
|
|
151
|
+
var h = !isExecute ? gh : createElement;
|
|
153
152
|
var slots = null;
|
|
154
153
|
if (!isNullOrUndefined(this.$slots.default)) {
|
|
155
|
-
slots =
|
|
154
|
+
slots = !isExecute ? this.$slots.default() : this.$slots.default;
|
|
156
155
|
}
|
|
157
156
|
return h('input', slots);
|
|
158
157
|
};
|
|
@@ -17,7 +17,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
17
17
|
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;
|
|
18
18
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
19
19
|
};
|
|
20
|
-
import { ComponentBase, EJComponentDecorator, getProps, gh } from '@syncfusion/ej2-vue-base';
|
|
20
|
+
import { ComponentBase, EJComponentDecorator, getProps, gh, isExecute } from '@syncfusion/ej2-vue-base';
|
|
21
21
|
import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
|
|
22
22
|
import { Signature } from '@syncfusion/ej2-inputs';
|
|
23
23
|
import { Options } from 'vue-class-component';
|
|
@@ -32,7 +32,6 @@ for (var _i = 0, modelProps_1 = modelProps; _i < modelProps_1.length; _i++) {
|
|
|
32
32
|
var props_1 = modelProps_1[_i];
|
|
33
33
|
emitProbs.push('update:' + props_1);
|
|
34
34
|
}
|
|
35
|
-
export var isExecute = gh ? false : true;
|
|
36
35
|
/**
|
|
37
36
|
* Represents the Essential JS 2 VueJS Signature Component
|
|
38
37
|
* ```html
|
|
@@ -107,10 +106,10 @@ var SignatureComponent = /** @class */ (function (_super) {
|
|
|
107
106
|
}
|
|
108
107
|
};
|
|
109
108
|
SignatureComponent.prototype.render = function (createElement) {
|
|
110
|
-
var h = gh
|
|
109
|
+
var h = !isExecute ? gh : createElement;
|
|
111
110
|
var slots = null;
|
|
112
111
|
if (!isNullOrUndefined(this.$slots.default)) {
|
|
113
|
-
slots =
|
|
112
|
+
slots = !isExecute ? this.$slots.default() : this.$slots.default;
|
|
114
113
|
}
|
|
115
114
|
return h('canvas', slots);
|
|
116
115
|
};
|
|
@@ -18,7 +18,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
18
18
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
19
19
|
};
|
|
20
20
|
import { isUndefined } from '@syncfusion/ej2-base';
|
|
21
|
-
import { ComponentBase, EJComponentDecorator, getProps, gh } from '@syncfusion/ej2-vue-base';
|
|
21
|
+
import { ComponentBase, EJComponentDecorator, getProps, gh, isExecute } from '@syncfusion/ej2-vue-base';
|
|
22
22
|
import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
|
|
23
23
|
import { Slider } from '@syncfusion/ej2-inputs';
|
|
24
24
|
import { Options } from 'vue-class-component';
|
|
@@ -33,7 +33,6 @@ for (var _i = 0, modelProps_1 = modelProps; _i < modelProps_1.length; _i++) {
|
|
|
33
33
|
var props_1 = modelProps_1[_i];
|
|
34
34
|
emitProbs.push('update:' + props_1);
|
|
35
35
|
}
|
|
36
|
-
export var isExecute = gh ? false : true;
|
|
37
36
|
/**
|
|
38
37
|
* Represents the VueJS Slider Component.
|
|
39
38
|
* ```html
|
|
@@ -149,10 +148,10 @@ var SliderComponent = /** @class */ (function (_super) {
|
|
|
149
148
|
}
|
|
150
149
|
};
|
|
151
150
|
SliderComponent.prototype.render = function (createElement) {
|
|
152
|
-
var h = gh
|
|
151
|
+
var h = !isExecute ? gh : createElement;
|
|
153
152
|
var slots = null;
|
|
154
153
|
if (!isNullOrUndefined(this.$slots.default)) {
|
|
155
|
-
slots =
|
|
154
|
+
slots = !isExecute ? this.$slots.default() : this.$slots.default;
|
|
156
155
|
}
|
|
157
156
|
return h('div', slots);
|
|
158
157
|
};
|
|
@@ -18,7 +18,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
18
18
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
19
19
|
};
|
|
20
20
|
import { isUndefined } from '@syncfusion/ej2-base';
|
|
21
|
-
import { ComponentBase, EJComponentDecorator, getProps, gh } from '@syncfusion/ej2-vue-base';
|
|
21
|
+
import { ComponentBase, EJComponentDecorator, getProps, gh, isExecute } from '@syncfusion/ej2-vue-base';
|
|
22
22
|
import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
|
|
23
23
|
import { TextBox } from '@syncfusion/ej2-inputs';
|
|
24
24
|
import { Options } from 'vue-class-component';
|
|
@@ -33,7 +33,6 @@ for (var _i = 0, modelProps_1 = modelProps; _i < modelProps_1.length; _i++) {
|
|
|
33
33
|
var props_1 = modelProps_1[_i];
|
|
34
34
|
emitProbs.push('update:' + props_1);
|
|
35
35
|
}
|
|
36
|
-
export var isExecute = gh ? false : true;
|
|
37
36
|
/**
|
|
38
37
|
* Represents the Essential JS 2 VueJS TextBox Component
|
|
39
38
|
* ```html
|
|
@@ -149,10 +148,10 @@ var TextBoxComponent = /** @class */ (function (_super) {
|
|
|
149
148
|
}
|
|
150
149
|
};
|
|
151
150
|
TextBoxComponent.prototype.render = function (createElement) {
|
|
152
|
-
var h = gh
|
|
151
|
+
var h = !isExecute ? gh : createElement;
|
|
153
152
|
var slots = null;
|
|
154
153
|
if (!isNullOrUndefined(this.$slots.default)) {
|
|
155
|
-
slots =
|
|
154
|
+
slots = !isExecute ? this.$slots.default() : this.$slots.default;
|
|
156
155
|
}
|
|
157
156
|
return h('input', slots);
|
|
158
157
|
};
|
|
@@ -17,12 +17,11 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
17
17
|
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;
|
|
18
18
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
19
19
|
};
|
|
20
|
-
import { EJComponentDecorator, allVue, gh } from '@syncfusion/ej2-vue-base';
|
|
20
|
+
import { EJComponentDecorator, allVue, gh, isExecute } from '@syncfusion/ej2-vue-base';
|
|
21
21
|
import * as Vue3 from 'vue-class-component';
|
|
22
22
|
import { isNullOrUndefined } from '@syncfusion/ej2-base';
|
|
23
23
|
import Vue from 'vue';
|
|
24
24
|
import { Options } from 'vue-class-component';
|
|
25
|
-
export var isExecute = gh ? false : true;
|
|
26
25
|
var vueImport;
|
|
27
26
|
if (!isExecute || parseInt(allVue.version) < 3) {
|
|
28
27
|
vueImport = Vue3.Vue;
|
|
@@ -36,18 +35,18 @@ var FilesDirective = /** @class */ (function (_super) {
|
|
|
36
35
|
return _super.call(this, arguments) || this;
|
|
37
36
|
}
|
|
38
37
|
FilesDirective.prototype.render = function (createElement) {
|
|
39
|
-
if (
|
|
40
|
-
var h = gh
|
|
38
|
+
if (!isExecute) {
|
|
39
|
+
var h = !isExecute ? gh : createElement;
|
|
41
40
|
var slots = null;
|
|
42
41
|
if (!isNullOrUndefined(this.$slots.default)) {
|
|
43
|
-
slots =
|
|
42
|
+
slots = !isExecute ? this.$slots.default() : this.$slots.default;
|
|
44
43
|
}
|
|
45
44
|
return h('div', { class: 'e-directive' }, slots);
|
|
46
45
|
}
|
|
47
46
|
return;
|
|
48
47
|
};
|
|
49
48
|
FilesDirective.prototype.updated = function () {
|
|
50
|
-
if (
|
|
49
|
+
if (!isExecute && this.custom) {
|
|
51
50
|
this.custom();
|
|
52
51
|
}
|
|
53
52
|
};
|
|
@@ -17,7 +17,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
17
17
|
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;
|
|
18
18
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
19
19
|
};
|
|
20
|
-
import { ComponentBase, EJComponentDecorator, getProps, gh } from '@syncfusion/ej2-vue-base';
|
|
20
|
+
import { ComponentBase, EJComponentDecorator, getProps, gh, isExecute } from '@syncfusion/ej2-vue-base';
|
|
21
21
|
import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
|
|
22
22
|
import { Uploader } from '@syncfusion/ej2-inputs';
|
|
23
23
|
import { FilesDirective, UploadedFilesDirective, FilesPlugin, UploadedFilesPlugin } from './files.directive';
|
|
@@ -33,7 +33,6 @@ for (var _i = 0, modelProps_1 = modelProps; _i < modelProps_1.length; _i++) {
|
|
|
33
33
|
var props_1 = modelProps_1[_i];
|
|
34
34
|
emitProbs.push('update:' + props_1);
|
|
35
35
|
}
|
|
36
|
-
export var isExecute = gh ? false : true;
|
|
37
36
|
/**
|
|
38
37
|
* Represents the Essential JS 2 VueJS Uploader Component
|
|
39
38
|
* ```html
|
|
@@ -108,10 +107,10 @@ var UploaderComponent = /** @class */ (function (_super) {
|
|
|
108
107
|
}
|
|
109
108
|
};
|
|
110
109
|
UploaderComponent.prototype.render = function (createElement) {
|
|
111
|
-
var h = gh
|
|
110
|
+
var h = !isExecute ? gh : createElement;
|
|
112
111
|
var slots = null;
|
|
113
112
|
if (!isNullOrUndefined(this.$slots.default)) {
|
|
114
|
-
slots =
|
|
113
|
+
slots = !isExecute ? this.$slots.default() : this.$slots.default;
|
|
115
114
|
}
|
|
116
115
|
return h('input', slots);
|
|
117
116
|
};
|
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
border-color: #505050;
|
|
9
9
|
}
|
|
10
10
|
|
|
11
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
11
12
|
.e-float-input .e-clear-icon::before,
|
|
12
13
|
.e-float-input.e-control-wrapper .e-clear-icon::before {
|
|
13
14
|
content: "\e96c";
|
|
@@ -52,14 +53,14 @@ textarea.e-input,
|
|
|
52
53
|
.e-input-group.e-control-wrapper {
|
|
53
54
|
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
54
55
|
font-size: 14px;
|
|
55
|
-
font-weight:
|
|
56
|
+
font-weight: normal;
|
|
56
57
|
}
|
|
57
58
|
|
|
58
59
|
.e-input-group.e-disabled,
|
|
59
60
|
.e-input-group.e-control-wrapper.e-disabled {
|
|
60
61
|
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
61
62
|
font-size: 14px;
|
|
62
|
-
font-weight:
|
|
63
|
+
font-weight: normal;
|
|
63
64
|
}
|
|
64
65
|
|
|
65
66
|
.e-input-group input.e-input,
|
|
@@ -221,6 +222,7 @@ textarea.e-input.e-bigger,
|
|
|
221
222
|
border-top: 0;
|
|
222
223
|
}
|
|
223
224
|
|
|
225
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
224
226
|
.e-input-group .e-input-group-icon:last-child,
|
|
225
227
|
.e-input-group.e-control-wrapper .e-input-group-icon:last-child {
|
|
226
228
|
border-right-width: 0;
|
|
@@ -560,7 +562,7 @@ label.e-float-text,
|
|
|
560
562
|
.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
561
563
|
font-size: 14px;
|
|
562
564
|
font-style: normal;
|
|
563
|
-
font-weight:
|
|
565
|
+
font-weight: normal;
|
|
564
566
|
left: 0;
|
|
565
567
|
overflow: hidden;
|
|
566
568
|
padding-left: 10px;
|
|
@@ -972,7 +974,7 @@ label.e-float-text,
|
|
|
972
974
|
.e-float-input.e-input-group.e-control-wrapper.e-disabled {
|
|
973
975
|
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
974
976
|
font-size: 14px;
|
|
975
|
-
font-weight:
|
|
977
|
+
font-weight: normal;
|
|
976
978
|
}
|
|
977
979
|
|
|
978
980
|
.e-float-input input,
|
|
@@ -1171,7 +1173,7 @@ label.e-float-text,
|
|
|
1171
1173
|
.e-small .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1172
1174
|
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1173
1175
|
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
1174
|
-
font-weight:
|
|
1176
|
+
font-weight: normal;
|
|
1175
1177
|
}
|
|
1176
1178
|
|
|
1177
1179
|
.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
@@ -1190,7 +1192,7 @@ label.e-float-text,
|
|
|
1190
1192
|
.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1191
1193
|
.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
|
|
1192
1194
|
.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
1193
|
-
font-weight:
|
|
1195
|
+
font-weight: normal;
|
|
1194
1196
|
}
|
|
1195
1197
|
|
|
1196
1198
|
.e-float-input:not(.e-input-group) .e-float-line::before,
|
|
@@ -1260,6 +1262,7 @@ label.e-float-text,
|
|
|
1260
1262
|
transform-origin: right top;
|
|
1261
1263
|
}
|
|
1262
1264
|
|
|
1265
|
+
/* stylelint-disable selector-max-empty-lines */
|
|
1263
1266
|
.e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1264
1267
|
.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
1265
1268
|
.e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom,
|
|
@@ -1356,6 +1359,7 @@ label.e-float-text,
|
|
|
1356
1359
|
padding-right: 10px;
|
|
1357
1360
|
}
|
|
1358
1361
|
|
|
1362
|
+
/* stylelint-enable selector-max-empty-lines */
|
|
1359
1363
|
.e-input-group.e-corner.e-rtl .e-input:first-child,
|
|
1360
1364
|
.e-input-group.e-corner.e-rtl .e-input-group-icon:first-child,
|
|
1361
1365
|
.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:first-child,
|
|
@@ -1774,22 +1778,22 @@ textarea.e-input:-moz-placeholder {
|
|
|
1774
1778
|
user-select: none;
|
|
1775
1779
|
}
|
|
1776
1780
|
|
|
1777
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
1781
|
+
.e-input-group input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1778
1782
|
font-style: normal;
|
|
1779
1783
|
user-select: none;
|
|
1780
1784
|
}
|
|
1781
1785
|
|
|
1782
|
-
.e-input-group textarea.e-input:-moz-placeholder {
|
|
1786
|
+
.e-input-group textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1783
1787
|
font-style: normal;
|
|
1784
1788
|
user-select: none;
|
|
1785
1789
|
}
|
|
1786
1790
|
|
|
1787
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1791
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1788
1792
|
font-style: normal;
|
|
1789
1793
|
user-select: none;
|
|
1790
1794
|
}
|
|
1791
1795
|
|
|
1792
|
-
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder {
|
|
1796
|
+
.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1793
1797
|
font-style: normal;
|
|
1794
1798
|
user-select: none;
|
|
1795
1799
|
}
|
|
@@ -1799,12 +1803,12 @@ input.e-input:-moz-placeholder {
|
|
|
1799
1803
|
user-select: none;
|
|
1800
1804
|
}
|
|
1801
1805
|
|
|
1802
|
-
.e-input-group input.e-input:-moz-placeholder {
|
|
1806
|
+
.e-input-group input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1803
1807
|
font-style: normal;
|
|
1804
1808
|
user-select: none;
|
|
1805
1809
|
}
|
|
1806
1810
|
|
|
1807
|
-
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder {
|
|
1811
|
+
.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */
|
|
1808
1812
|
font-style: normal;
|
|
1809
1813
|
user-select: none;
|
|
1810
1814
|
}
|
|
@@ -3248,7 +3252,7 @@ textarea.e-input.e-bigger.e-small,
|
|
|
3248
3252
|
.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom {
|
|
3249
3253
|
font-size: 14px;
|
|
3250
3254
|
font-style: normal;
|
|
3251
|
-
font-weight:
|
|
3255
|
+
font-weight: normal;
|
|
3252
3256
|
left: 0;
|
|
3253
3257
|
overflow: hidden;
|
|
3254
3258
|
padding-left: 10px;
|
|
@@ -3726,6 +3730,8 @@ textarea.e-input,
|
|
|
3726
3730
|
color: #585858;
|
|
3727
3731
|
}
|
|
3728
3732
|
|
|
3733
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
3734
|
+
/* stylelint-disable selector-no-vendor-prefix */
|
|
3729
3735
|
.e-input[disabled],
|
|
3730
3736
|
.e-input-group .e-input[disabled],
|
|
3731
3737
|
.e-input-group.e-control-wrapper .e-input[disabled],
|
|
@@ -4638,6 +4644,8 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
4638
4644
|
color: #f0f0f0;
|
|
4639
4645
|
}
|
|
4640
4646
|
|
|
4647
|
+
/* stylelint-disable-line no-empty-source */
|
|
4648
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
4641
4649
|
.e-input-group-icon.e-spin-up::before {
|
|
4642
4650
|
content: "\e834";
|
|
4643
4651
|
font-family: "e-icons";
|
|
@@ -4690,6 +4698,7 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
4690
4698
|
font-size: 14px;
|
|
4691
4699
|
}
|
|
4692
4700
|
|
|
4701
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
4693
4702
|
/*! maskedtextbox layout */
|
|
4694
4703
|
.e-control-wrapper.e-mask .e-maskedtextbox {
|
|
4695
4704
|
font-family: Arial, "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont";
|
|
@@ -4724,6 +4733,8 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
4724
4733
|
color: #c12f2f;
|
|
4725
4734
|
}
|
|
4726
4735
|
|
|
4736
|
+
/* stylelint-disable-line no-empty-source */
|
|
4737
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
4727
4738
|
.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-material-handle {
|
|
4728
4739
|
cursor: default;
|
|
4729
4740
|
transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
@@ -5003,9 +5014,11 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
5003
5014
|
z-index: 10;
|
|
5004
5015
|
}
|
|
5005
5016
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle {
|
|
5017
|
+
/* stylelint-disable */
|
|
5006
5018
|
background-color: #959595;
|
|
5007
5019
|
border-color: #0070f0;
|
|
5008
5020
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
|
|
5021
|
+
/* stylelint-enable */
|
|
5009
5022
|
}
|
|
5010
5023
|
.e-control-wrapper.e-slider-container .e-tick-before.e-scale.e-h-scale .e-tick {
|
|
5011
5024
|
height: 5px;
|
|
@@ -5212,6 +5225,9 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
5212
5225
|
.e-control-wrapper.e-slider-container.e-slider-hover .e-handle {
|
|
5213
5226
|
border-color: #acacac;
|
|
5214
5227
|
}
|
|
5228
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
5229
|
+
/* stylelint-disable-line no-empty-source */ /* stylelint-disable-line no-empty-source */
|
|
5230
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
5215
5231
|
@keyframes material-spinner-rotate {
|
|
5216
5232
|
0% {
|
|
5217
5233
|
transform: rotate(0);
|
|
@@ -6012,6 +6028,7 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
6012
6028
|
box-shadow: 0 0 0 transparent;
|
|
6013
6029
|
}
|
|
6014
6030
|
|
|
6031
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
6015
6032
|
.e-container .e-value-switch-btn::before {
|
|
6016
6033
|
content: "\e431";
|
|
6017
6034
|
}
|
|
@@ -6090,6 +6107,7 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
6090
6107
|
line-height: 0;
|
|
6091
6108
|
}
|
|
6092
6109
|
|
|
6110
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
6093
6111
|
.e-colorpicker.e-modal, .e-colorpicker.e-hsv-model {
|
|
6094
6112
|
-webkit-overflow-scrolling: touch;
|
|
6095
6113
|
height: 100%;
|