@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/package.json
CHANGED
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
{
|
|
2
|
+
"_args": [
|
|
3
|
+
[
|
|
4
|
+
"@syncfusion/ej2-vue-inputs@19.4.52",
|
|
5
|
+
"D:\\Augest 2021\\vue package publish\\vue source from nexus"
|
|
6
|
+
]
|
|
7
|
+
],
|
|
2
8
|
"_from": "@syncfusion/ej2-vue-inputs@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-vue-inputs@
|
|
9
|
+
"_id": "@syncfusion/ej2-vue-inputs@19.4.52",
|
|
4
10
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
11
|
+
"_integrity": "sha512-IxtgWsmgaZw/1rTHYxs3fD5yhFkGoQJt2K8fUu5aWzeFXxAIXss35NflaCPwDAFYSwAfrNTmC2RnWGn2Y26Mnw==",
|
|
6
12
|
"_location": "/@syncfusion/ej2-vue-inputs",
|
|
7
13
|
"_phantomChildren": {},
|
|
8
14
|
"_requested": {
|
|
@@ -19,8 +25,8 @@
|
|
|
19
25
|
"_requiredBy": [
|
|
20
26
|
"/"
|
|
21
27
|
],
|
|
22
|
-
"_resolved": "http://nexus.syncfusion.com/repository/ej2-
|
|
23
|
-
"_shasum": "
|
|
28
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-inputs/-/ej2-vue-inputs-19.4.52.tgz",
|
|
29
|
+
"_shasum": "e5f8a22973b4e26feca568c58ee6872ca8e6dded",
|
|
24
30
|
"_spec": "@syncfusion/ej2-vue-inputs@*",
|
|
25
31
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
26
32
|
"author": {
|
|
@@ -31,9 +37,9 @@
|
|
|
31
37
|
},
|
|
32
38
|
"bundleDependencies": false,
|
|
33
39
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~20.1.
|
|
35
|
-
"@syncfusion/ej2-inputs": "20.1.
|
|
36
|
-
"@syncfusion/ej2-vue-base": "~20.1.
|
|
40
|
+
"@syncfusion/ej2-base": "~20.1.48",
|
|
41
|
+
"@syncfusion/ej2-inputs": "20.1.48",
|
|
42
|
+
"@syncfusion/ej2-vue-base": "~20.1.48"
|
|
37
43
|
},
|
|
38
44
|
"deprecated": false,
|
|
39
45
|
"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",
|
|
@@ -120,6 +126,6 @@
|
|
|
120
126
|
"type": "git",
|
|
121
127
|
"url": "git+https://github.com/syncfusion/ej2-vue-ui-components.git"
|
|
122
128
|
},
|
|
123
|
-
"version": "20.1.
|
|
129
|
+
"version": "20.1.48",
|
|
124
130
|
"sideEffects": false
|
|
125
131
|
}
|
|
@@ -31,7 +31,6 @@ export declare class ColorPickerComponent extends ComponentBase {
|
|
|
31
31
|
[key: string]: Object;
|
|
32
32
|
}, successHandler?: Function): void;
|
|
33
33
|
render(createElement: any): any;
|
|
34
|
-
custom(): void;
|
|
35
34
|
focusIn(): void;
|
|
36
35
|
getValue(value?: string, type?: string): string;
|
|
37
36
|
toggle(): void;
|
|
@@ -58,7 +58,6 @@ var ColorPickerComponent = /** @class */ (function (_super) {
|
|
|
58
58
|
_this.ej2Instances._setProperties = _this.ej2Instances.setProperties;
|
|
59
59
|
_this.ej2Instances.setProperties = _this.setProperties;
|
|
60
60
|
_this.ej2Instances.clearTemplate = _this.clearTemplate;
|
|
61
|
-
_this.updated = _this.updated;
|
|
62
61
|
return _this;
|
|
63
62
|
}
|
|
64
63
|
ColorPickerComponent.prototype.clearTemplate = function (templateNames) {
|
|
@@ -155,9 +154,6 @@ var ColorPickerComponent = /** @class */ (function (_super) {
|
|
|
155
154
|
}
|
|
156
155
|
return h('input', slots);
|
|
157
156
|
};
|
|
158
|
-
ColorPickerComponent.prototype.custom = function () {
|
|
159
|
-
this.updated();
|
|
160
|
-
};
|
|
161
157
|
ColorPickerComponent.prototype.focusIn = function () {
|
|
162
158
|
return this.ej2Instances.focusIn();
|
|
163
159
|
};
|
|
@@ -177,12 +173,7 @@ var ColorPickerComponent = /** @class */ (function (_super) {
|
|
|
177
173
|
,Options({
|
|
178
174
|
props: props,
|
|
179
175
|
watch: watch,
|
|
180
|
-
emits: emitProbs
|
|
181
|
-
provide: function provide() {
|
|
182
|
-
return {
|
|
183
|
-
custom: this.custom
|
|
184
|
-
};
|
|
185
|
-
}
|
|
176
|
+
emits: emitProbs
|
|
186
177
|
})
|
|
187
178
|
], ColorPickerComponent);
|
|
188
179
|
return ColorPickerComponent;
|
|
@@ -58,7 +58,6 @@ var MaskedTextBoxComponent = /** @class */ (function (_super) {
|
|
|
58
58
|
_this.ej2Instances._setProperties = _this.ej2Instances.setProperties;
|
|
59
59
|
_this.ej2Instances.setProperties = _this.setProperties;
|
|
60
60
|
_this.ej2Instances.clearTemplate = _this.clearTemplate;
|
|
61
|
-
_this.updated = _this.updated;
|
|
62
61
|
return _this;
|
|
63
62
|
}
|
|
64
63
|
MaskedTextBoxComponent.prototype.clearTemplate = function (templateNames) {
|
|
@@ -155,9 +154,6 @@ var MaskedTextBoxComponent = /** @class */ (function (_super) {
|
|
|
155
154
|
}
|
|
156
155
|
return h('input', slots);
|
|
157
156
|
};
|
|
158
|
-
MaskedTextBoxComponent.prototype.custom = function () {
|
|
159
|
-
this.updated();
|
|
160
|
-
};
|
|
161
157
|
MaskedTextBoxComponent.prototype.focusIn = function () {
|
|
162
158
|
return this.ej2Instances.focusIn();
|
|
163
159
|
};
|
|
@@ -177,12 +173,7 @@ var MaskedTextBoxComponent = /** @class */ (function (_super) {
|
|
|
177
173
|
,Options({
|
|
178
174
|
props: props,
|
|
179
175
|
watch: watch,
|
|
180
|
-
emits: emitProbs
|
|
181
|
-
provide: function provide() {
|
|
182
|
-
return {
|
|
183
|
-
custom: this.custom
|
|
184
|
-
};
|
|
185
|
-
}
|
|
176
|
+
emits: emitProbs
|
|
186
177
|
})
|
|
187
178
|
], MaskedTextBoxComponent);
|
|
188
179
|
return MaskedTextBoxComponent;
|
|
@@ -31,7 +31,6 @@ export declare class NumericTextBoxComponent extends ComponentBase {
|
|
|
31
31
|
[key: string]: Object;
|
|
32
32
|
}, successHandler?: Function): void;
|
|
33
33
|
render(createElement: any): any;
|
|
34
|
-
custom(): void;
|
|
35
34
|
decrement(step: number): void;
|
|
36
35
|
focusIn(): void;
|
|
37
36
|
focusOut(): void;
|
|
@@ -58,7 +58,6 @@ var NumericTextBoxComponent = /** @class */ (function (_super) {
|
|
|
58
58
|
_this.ej2Instances._setProperties = _this.ej2Instances.setProperties;
|
|
59
59
|
_this.ej2Instances.setProperties = _this.setProperties;
|
|
60
60
|
_this.ej2Instances.clearTemplate = _this.clearTemplate;
|
|
61
|
-
_this.updated = _this.updated;
|
|
62
61
|
return _this;
|
|
63
62
|
}
|
|
64
63
|
NumericTextBoxComponent.prototype.clearTemplate = function (templateNames) {
|
|
@@ -155,9 +154,6 @@ var NumericTextBoxComponent = /** @class */ (function (_super) {
|
|
|
155
154
|
}
|
|
156
155
|
return h('input', slots);
|
|
157
156
|
};
|
|
158
|
-
NumericTextBoxComponent.prototype.custom = function () {
|
|
159
|
-
this.updated();
|
|
160
|
-
};
|
|
161
157
|
NumericTextBoxComponent.prototype.decrement = function (step) {
|
|
162
158
|
return this.ej2Instances.decrement(step);
|
|
163
159
|
};
|
|
@@ -183,12 +179,7 @@ var NumericTextBoxComponent = /** @class */ (function (_super) {
|
|
|
183
179
|
,Options({
|
|
184
180
|
props: props,
|
|
185
181
|
watch: watch,
|
|
186
|
-
emits: emitProbs
|
|
187
|
-
provide: function provide() {
|
|
188
|
-
return {
|
|
189
|
-
custom: this.custom
|
|
190
|
-
};
|
|
191
|
-
}
|
|
182
|
+
emits: emitProbs
|
|
192
183
|
})
|
|
193
184
|
], NumericTextBoxComponent);
|
|
194
185
|
return NumericTextBoxComponent;
|
|
@@ -28,7 +28,6 @@ export declare class SignatureComponent extends ComponentBase {
|
|
|
28
28
|
clearTemplate(templateNames?: string[]): any;
|
|
29
29
|
setProperties(prop: any, muteOnChange: boolean): void;
|
|
30
30
|
render(createElement: any): any;
|
|
31
|
-
custom(): void;
|
|
32
31
|
canRedo(): boolean;
|
|
33
32
|
canUndo(): boolean;
|
|
34
33
|
clear(): void;
|
|
@@ -55,7 +55,6 @@ var SignatureComponent = /** @class */ (function (_super) {
|
|
|
55
55
|
_this.ej2Instances._setProperties = _this.ej2Instances.setProperties;
|
|
56
56
|
_this.ej2Instances.setProperties = _this.setProperties;
|
|
57
57
|
_this.ej2Instances.clearTemplate = _this.clearTemplate;
|
|
58
|
-
_this.updated = _this.updated;
|
|
59
58
|
return _this;
|
|
60
59
|
}
|
|
61
60
|
SignatureComponent.prototype.clearTemplate = function (templateNames) {
|
|
@@ -114,9 +113,6 @@ var SignatureComponent = /** @class */ (function (_super) {
|
|
|
114
113
|
}
|
|
115
114
|
return h('canvas', slots);
|
|
116
115
|
};
|
|
117
|
-
SignatureComponent.prototype.custom = function () {
|
|
118
|
-
this.updated();
|
|
119
|
-
};
|
|
120
116
|
SignatureComponent.prototype.canRedo = function () {
|
|
121
117
|
return this.ej2Instances.canRedo();
|
|
122
118
|
};
|
|
@@ -160,12 +156,7 @@ var SignatureComponent = /** @class */ (function (_super) {
|
|
|
160
156
|
,Options({
|
|
161
157
|
props: props,
|
|
162
158
|
watch: watch,
|
|
163
|
-
emits: emitProbs
|
|
164
|
-
provide: function provide() {
|
|
165
|
-
return {
|
|
166
|
-
custom: this.custom
|
|
167
|
-
};
|
|
168
|
-
}
|
|
159
|
+
emits: emitProbs
|
|
169
160
|
})
|
|
170
161
|
], SignatureComponent);
|
|
171
162
|
return SignatureComponent;
|
|
@@ -58,7 +58,6 @@ var SliderComponent = /** @class */ (function (_super) {
|
|
|
58
58
|
_this.ej2Instances._setProperties = _this.ej2Instances.setProperties;
|
|
59
59
|
_this.ej2Instances.setProperties = _this.setProperties;
|
|
60
60
|
_this.ej2Instances.clearTemplate = _this.clearTemplate;
|
|
61
|
-
_this.updated = _this.updated;
|
|
62
61
|
return _this;
|
|
63
62
|
}
|
|
64
63
|
SliderComponent.prototype.clearTemplate = function (templateNames) {
|
|
@@ -155,9 +154,6 @@ var SliderComponent = /** @class */ (function (_super) {
|
|
|
155
154
|
}
|
|
156
155
|
return h('div', slots);
|
|
157
156
|
};
|
|
158
|
-
SliderComponent.prototype.custom = function () {
|
|
159
|
-
this.updated();
|
|
160
|
-
};
|
|
161
157
|
SliderComponent.prototype.reposition = function () {
|
|
162
158
|
return this.ej2Instances.reposition();
|
|
163
159
|
};
|
|
@@ -174,12 +170,7 @@ var SliderComponent = /** @class */ (function (_super) {
|
|
|
174
170
|
,Options({
|
|
175
171
|
props: props,
|
|
176
172
|
watch: watch,
|
|
177
|
-
emits: emitProbs
|
|
178
|
-
provide: function provide() {
|
|
179
|
-
return {
|
|
180
|
-
custom: this.custom
|
|
181
|
-
};
|
|
182
|
-
}
|
|
173
|
+
emits: emitProbs
|
|
183
174
|
})
|
|
184
175
|
], SliderComponent);
|
|
185
176
|
return SliderComponent;
|
|
@@ -31,7 +31,6 @@ export declare class TextBoxComponent extends ComponentBase {
|
|
|
31
31
|
[key: string]: Object;
|
|
32
32
|
}, successHandler?: Function): void;
|
|
33
33
|
render(createElement: any): any;
|
|
34
|
-
custom(): void;
|
|
35
34
|
addAttributes(attributes: undefined): void;
|
|
36
35
|
addIcon(position: string, icons: string | string[]): void;
|
|
37
36
|
focusIn(): void;
|
|
@@ -58,7 +58,6 @@ var TextBoxComponent = /** @class */ (function (_super) {
|
|
|
58
58
|
_this.ej2Instances._setProperties = _this.ej2Instances.setProperties;
|
|
59
59
|
_this.ej2Instances.setProperties = _this.setProperties;
|
|
60
60
|
_this.ej2Instances.clearTemplate = _this.clearTemplate;
|
|
61
|
-
_this.updated = _this.updated;
|
|
62
61
|
return _this;
|
|
63
62
|
}
|
|
64
63
|
TextBoxComponent.prototype.clearTemplate = function (templateNames) {
|
|
@@ -155,9 +154,6 @@ var TextBoxComponent = /** @class */ (function (_super) {
|
|
|
155
154
|
}
|
|
156
155
|
return h('input', slots);
|
|
157
156
|
};
|
|
158
|
-
TextBoxComponent.prototype.custom = function () {
|
|
159
|
-
this.updated();
|
|
160
|
-
};
|
|
161
157
|
TextBoxComponent.prototype.addAttributes = function (attributes) {
|
|
162
158
|
return this.ej2Instances.addAttributes(attributes);
|
|
163
159
|
};
|
|
@@ -183,12 +179,7 @@ var TextBoxComponent = /** @class */ (function (_super) {
|
|
|
183
179
|
,Options({
|
|
184
180
|
props: props,
|
|
185
181
|
watch: watch,
|
|
186
|
-
emits: emitProbs
|
|
187
|
-
provide: function provide() {
|
|
188
|
-
return {
|
|
189
|
-
custom: this.custom
|
|
190
|
-
};
|
|
191
|
-
}
|
|
182
|
+
emits: emitProbs
|
|
192
183
|
})
|
|
193
184
|
], TextBoxComponent);
|
|
194
185
|
return TextBoxComponent;
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
export declare const isExecute: any;
|
|
2
2
|
declare let vueImport: any;
|
|
3
3
|
export declare class FilesDirective extends vueImport {
|
|
4
|
-
|
|
5
|
-
render(createElement: any): void;
|
|
6
|
-
updated(): void;
|
|
4
|
+
render(): void;
|
|
7
5
|
getTag(): string;
|
|
8
6
|
}
|
|
9
7
|
export declare const FilesPlugin: {
|
|
@@ -19,9 +19,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
19
19
|
};
|
|
20
20
|
import { EJComponentDecorator, allVue, gh } from '@syncfusion/ej2-vue-base';
|
|
21
21
|
import * as Vue3 from 'vue-class-component';
|
|
22
|
-
import { isNullOrUndefined } from '@syncfusion/ej2-base';
|
|
23
22
|
import Vue from 'vue';
|
|
24
|
-
import { Options } from 'vue-class-component';
|
|
25
23
|
export var isExecute = gh ? false : true;
|
|
26
24
|
var vueImport;
|
|
27
25
|
if (!isExecute || parseInt(allVue.version) < 3) {
|
|
@@ -33,36 +31,16 @@ else {
|
|
|
33
31
|
var FilesDirective = /** @class */ (function (_super) {
|
|
34
32
|
__extends(FilesDirective, _super);
|
|
35
33
|
function FilesDirective() {
|
|
36
|
-
return _super.
|
|
34
|
+
return _super !== null && _super.apply(this, arguments) || this;
|
|
37
35
|
}
|
|
38
|
-
FilesDirective.prototype.render = function (
|
|
39
|
-
if (gh) {
|
|
40
|
-
var h = gh || createElement;
|
|
41
|
-
var slots = null;
|
|
42
|
-
if (!isNullOrUndefined(this.$slots.default)) {
|
|
43
|
-
slots = gh ? this.$slots.default() : this.$slots.default;
|
|
44
|
-
}
|
|
45
|
-
return h('div', { class: 'e-directive' }, slots);
|
|
46
|
-
}
|
|
36
|
+
FilesDirective.prototype.render = function () {
|
|
47
37
|
return;
|
|
48
38
|
};
|
|
49
|
-
FilesDirective.prototype.updated = function () {
|
|
50
|
-
if (gh && this.custom) {
|
|
51
|
-
this.custom();
|
|
52
|
-
}
|
|
53
|
-
};
|
|
54
39
|
FilesDirective.prototype.getTag = function () {
|
|
55
40
|
return 'e-files';
|
|
56
41
|
};
|
|
57
42
|
FilesDirective = __decorate([
|
|
58
43
|
EJComponentDecorator({}, isExecute)
|
|
59
|
-
,Options({
|
|
60
|
-
inject: {
|
|
61
|
-
custom: {
|
|
62
|
-
default: null
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
})
|
|
66
44
|
], FilesDirective);
|
|
67
45
|
return FilesDirective;
|
|
68
46
|
}(vueImport));
|
|
@@ -28,7 +28,6 @@ export declare class UploaderComponent extends ComponentBase {
|
|
|
28
28
|
clearTemplate(templateNames?: string[]): any;
|
|
29
29
|
setProperties(prop: any, muteOnChange: boolean): void;
|
|
30
30
|
render(createElement: any): any;
|
|
31
|
-
custom(): void;
|
|
32
31
|
bytesToSize(bytes: number): string;
|
|
33
32
|
cancel(fileData?: Object[]): void;
|
|
34
33
|
clearAll(): void;
|
|
@@ -56,7 +56,6 @@ var UploaderComponent = /** @class */ (function (_super) {
|
|
|
56
56
|
_this.ej2Instances._setProperties = _this.ej2Instances.setProperties;
|
|
57
57
|
_this.ej2Instances.setProperties = _this.setProperties;
|
|
58
58
|
_this.ej2Instances.clearTemplate = _this.clearTemplate;
|
|
59
|
-
_this.updated = _this.updated;
|
|
60
59
|
return _this;
|
|
61
60
|
}
|
|
62
61
|
UploaderComponent.prototype.clearTemplate = function (templateNames) {
|
|
@@ -115,9 +114,6 @@ var UploaderComponent = /** @class */ (function (_super) {
|
|
|
115
114
|
}
|
|
116
115
|
return h('input', slots);
|
|
117
116
|
};
|
|
118
|
-
UploaderComponent.prototype.custom = function () {
|
|
119
|
-
this.updated();
|
|
120
|
-
};
|
|
121
117
|
UploaderComponent.prototype.bytesToSize = function (bytes) {
|
|
122
118
|
return this.ej2Instances.bytesToSize(bytes);
|
|
123
119
|
};
|
|
@@ -161,12 +157,7 @@ var UploaderComponent = /** @class */ (function (_super) {
|
|
|
161
157
|
,Options({
|
|
162
158
|
props: props,
|
|
163
159
|
watch: watch,
|
|
164
|
-
emits: emitProbs
|
|
165
|
-
provide: function provide() {
|
|
166
|
-
return {
|
|
167
|
-
custom: this.custom
|
|
168
|
-
};
|
|
169
|
-
}
|
|
160
|
+
emits: emitProbs
|
|
170
161
|
})
|
|
171
162
|
], UploaderComponent);
|
|
172
163
|
return UploaderComponent;
|
|
@@ -162,7 +162,11 @@ textarea.e-input.e-bigger,
|
|
|
162
162
|
.e-input-group.e-bigger,
|
|
163
163
|
.e-bigger .e-input-group,
|
|
164
164
|
.e-input-group.e-control-wrapper.e-bigger,
|
|
165
|
-
.e-bigger .e-input-group.e-control-wrapper
|
|
165
|
+
.e-bigger .e-input-group.e-control-wrapper,
|
|
166
|
+
.e-input-group.e-bigger.e-disabled,
|
|
167
|
+
.e-bigger .e-input-group.e-disabled,
|
|
168
|
+
.e-input-group.e-control-wrapper.e-bigger.e-disabled,
|
|
169
|
+
.e-bigger .e-input-group.e-control-wrapper.e-disabled {
|
|
166
170
|
font-size: 15px;
|
|
167
171
|
}
|
|
168
172
|
|
|
@@ -257,7 +261,7 @@ textarea.e-input.e-bigger,
|
|
|
257
261
|
.e-rtl .e-input-group input ~ .e-input-group-icon,
|
|
258
262
|
.e-rtl .e-input-group.e-control-wrapper input ~ .e-input-group-icon {
|
|
259
263
|
border-left-width: 0;
|
|
260
|
-
border-right: 1px
|
|
264
|
+
border-right-width: 1px;
|
|
261
265
|
}
|
|
262
266
|
|
|
263
267
|
.e-input-group.e-rtl input ~ .e-input-group-icon + .e-input-group-icon,
|
|
@@ -544,8 +548,8 @@ textarea.e-input.e-small,
|
|
|
544
548
|
.e-input-group.e-small .e-input-group-icon.e-bigger,
|
|
545
549
|
.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon,
|
|
546
550
|
.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger,
|
|
547
|
-
.e-small.e-bigger
|
|
548
|
-
.e-small.e-bigger
|
|
551
|
+
.e-small .e-bigger.e-input-group .e-input-group-icon,
|
|
552
|
+
.e-small .e-bigger.e-input-group.e-control-wrapper .e-input-group-icon,
|
|
549
553
|
.e-bigger .e-input-group.e-small .e-input-group-icon,
|
|
550
554
|
.e-bigger .e-input-group.e-control-wrapper.e-small .e-input-group-icon {
|
|
551
555
|
font-size: 12px;
|
|
@@ -2775,10 +2779,6 @@ textarea.e-input.e-bigger.e-small,
|
|
|
2775
2779
|
.e-float-input.e-control-wrapper.e-small.e-bigger .e-clear-icon::before,
|
|
2776
2780
|
.e-input-group.e-small.e-bigger .e-clear-icon::before,
|
|
2777
2781
|
.e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon::before,
|
|
2778
|
-
.e-small.e-bigger .e-float-input .e-clear-icon::before,
|
|
2779
|
-
.e-small.e-bigger .e-float-input.e-control-wrapper .e-clear-icon::before,
|
|
2780
|
-
.e-small.e-bigger .e-input-group .e-clear-icon::before,
|
|
2781
|
-
.e-small.e-bigger .e-input-group.e-control-wrapper .e-clear-icon::before,
|
|
2782
2782
|
.e-small .e-input-group.e-bigger input:first-child ~ .e-clear-icon::before,
|
|
2783
2783
|
.e-small .e-input-group.e-control-wrapper.e-bigger input:first-child ~ .e-clear-icon::before,
|
|
2784
2784
|
.e-bigger .e-input-group.e-small input:first-child ~ .e-clear-icon::before,
|
|
@@ -5267,7 +5267,6 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
5267
5267
|
.e-control-wrapper.e-slider-container .e-slider .e-handle {
|
|
5268
5268
|
background-color: #6e6e6e;
|
|
5269
5269
|
border: 1px solid #6e6e6e;
|
|
5270
|
-
border-color: #6e6e6e;
|
|
5271
5270
|
}
|
|
5272
5271
|
|
|
5273
5272
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-material-tooltip {
|
|
@@ -6288,7 +6287,6 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
6288
6287
|
|
|
6289
6288
|
.e-upload .e-file-drop {
|
|
6290
6289
|
color: #f0f0f0;
|
|
6291
|
-
vertical-align: middle;
|
|
6292
6290
|
}
|
|
6293
6291
|
|
|
6294
6292
|
.e-upload .e-upload-files {
|
|
@@ -6378,6 +6376,10 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
6378
6376
|
box-shadow: 0 0 0 transparent;
|
|
6379
6377
|
}
|
|
6380
6378
|
|
|
6379
|
+
.e-upload-drag-hover {
|
|
6380
|
+
outline: 2px dashed #0070f0;
|
|
6381
|
+
}
|
|
6382
|
+
|
|
6381
6383
|
.e-container .e-value-switch-btn::before {
|
|
6382
6384
|
content: '\e431';
|
|
6383
6385
|
}
|
package/styles/bootstrap.css
CHANGED
|
@@ -162,7 +162,11 @@ textarea.e-input.e-bigger,
|
|
|
162
162
|
.e-input-group.e-bigger,
|
|
163
163
|
.e-bigger .e-input-group,
|
|
164
164
|
.e-input-group.e-control-wrapper.e-bigger,
|
|
165
|
-
.e-bigger .e-input-group.e-control-wrapper
|
|
165
|
+
.e-bigger .e-input-group.e-control-wrapper,
|
|
166
|
+
.e-input-group.e-bigger.e-disabled,
|
|
167
|
+
.e-bigger .e-input-group.e-disabled,
|
|
168
|
+
.e-input-group.e-control-wrapper.e-bigger.e-disabled,
|
|
169
|
+
.e-bigger .e-input-group.e-control-wrapper.e-disabled {
|
|
166
170
|
font-size: 15px;
|
|
167
171
|
}
|
|
168
172
|
|
|
@@ -257,7 +261,7 @@ textarea.e-input.e-bigger,
|
|
|
257
261
|
.e-rtl .e-input-group input ~ .e-input-group-icon,
|
|
258
262
|
.e-rtl .e-input-group.e-control-wrapper input ~ .e-input-group-icon {
|
|
259
263
|
border-left-width: 0;
|
|
260
|
-
border-right: 1px
|
|
264
|
+
border-right-width: 1px;
|
|
261
265
|
}
|
|
262
266
|
|
|
263
267
|
.e-input-group.e-rtl input ~ .e-input-group-icon + .e-input-group-icon,
|
|
@@ -544,8 +548,8 @@ textarea.e-input.e-small,
|
|
|
544
548
|
.e-input-group.e-small .e-input-group-icon.e-bigger,
|
|
545
549
|
.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon,
|
|
546
550
|
.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger,
|
|
547
|
-
.e-small.e-bigger
|
|
548
|
-
.e-small.e-bigger
|
|
551
|
+
.e-small .e-bigger.e-input-group .e-input-group-icon,
|
|
552
|
+
.e-small .e-bigger.e-input-group.e-control-wrapper .e-input-group-icon,
|
|
549
553
|
.e-bigger .e-input-group.e-small .e-input-group-icon,
|
|
550
554
|
.e-bigger .e-input-group.e-control-wrapper.e-small .e-input-group-icon {
|
|
551
555
|
font-size: 12px;
|
|
@@ -2775,10 +2779,6 @@ textarea.e-input.e-bigger.e-small,
|
|
|
2775
2779
|
.e-float-input.e-control-wrapper.e-small.e-bigger .e-clear-icon::before,
|
|
2776
2780
|
.e-input-group.e-small.e-bigger .e-clear-icon::before,
|
|
2777
2781
|
.e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon::before,
|
|
2778
|
-
.e-small.e-bigger .e-float-input .e-clear-icon::before,
|
|
2779
|
-
.e-small.e-bigger .e-float-input.e-control-wrapper .e-clear-icon::before,
|
|
2780
|
-
.e-small.e-bigger .e-input-group .e-clear-icon::before,
|
|
2781
|
-
.e-small.e-bigger .e-input-group.e-control-wrapper .e-clear-icon::before,
|
|
2782
2782
|
.e-small .e-input-group.e-bigger input:first-child ~ .e-clear-icon::before,
|
|
2783
2783
|
.e-small .e-input-group.e-control-wrapper.e-bigger input:first-child ~ .e-clear-icon::before,
|
|
2784
2784
|
.e-bigger .e-input-group.e-small input:first-child ~ .e-clear-icon::before,
|
|
@@ -5246,7 +5246,6 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
5246
5246
|
.e-control-wrapper.e-slider-container .e-slider .e-handle {
|
|
5247
5247
|
background-color: #fff;
|
|
5248
5248
|
border: 1px solid #ccc;
|
|
5249
|
-
border-color: #ccc;
|
|
5250
5249
|
}
|
|
5251
5250
|
|
|
5252
5251
|
.e-control-wrapper.e-slider-container .e-slider .e-handle.e-material-tooltip {
|
|
@@ -6267,7 +6266,6 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
6267
6266
|
|
|
6268
6267
|
.e-upload .e-file-drop {
|
|
6269
6268
|
color: #333;
|
|
6270
|
-
vertical-align: middle;
|
|
6271
6269
|
}
|
|
6272
6270
|
|
|
6273
6271
|
.e-upload .e-upload-files {
|
|
@@ -6357,6 +6355,10 @@ textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabl
|
|
|
6357
6355
|
box-shadow: 0 0 0 transparent;
|
|
6358
6356
|
}
|
|
6359
6357
|
|
|
6358
|
+
.e-upload-drag-hover {
|
|
6359
|
+
outline: 2px dashed #317ab9;
|
|
6360
|
+
}
|
|
6361
|
+
|
|
6360
6362
|
.e-container .e-value-switch-btn::before {
|
|
6361
6363
|
content: '\e431';
|
|
6362
6364
|
}
|
package/styles/bootstrap4.css
CHANGED
|
@@ -162,7 +162,11 @@ textarea.e-input.e-bigger,
|
|
|
162
162
|
.e-input-group.e-bigger,
|
|
163
163
|
.e-bigger .e-input-group,
|
|
164
164
|
.e-input-group.e-control-wrapper.e-bigger,
|
|
165
|
-
.e-bigger .e-input-group.e-control-wrapper
|
|
165
|
+
.e-bigger .e-input-group.e-control-wrapper,
|
|
166
|
+
.e-input-group.e-bigger.e-disabled,
|
|
167
|
+
.e-bigger .e-input-group.e-disabled,
|
|
168
|
+
.e-input-group.e-control-wrapper.e-bigger.e-disabled,
|
|
169
|
+
.e-bigger .e-input-group.e-control-wrapper.e-disabled {
|
|
166
170
|
font-size: 16px;
|
|
167
171
|
}
|
|
168
172
|
|
|
@@ -257,7 +261,7 @@ textarea.e-input.e-bigger,
|
|
|
257
261
|
.e-rtl .e-input-group input ~ .e-input-group-icon,
|
|
258
262
|
.e-rtl .e-input-group.e-control-wrapper input ~ .e-input-group-icon {
|
|
259
263
|
border-left-width: 0;
|
|
260
|
-
border-right: 1px
|
|
264
|
+
border-right-width: 1px;
|
|
261
265
|
}
|
|
262
266
|
|
|
263
267
|
.e-input-group.e-rtl input ~ .e-input-group-icon + .e-input-group-icon,
|
|
@@ -544,8 +548,8 @@ textarea.e-input.e-small,
|
|
|
544
548
|
.e-input-group.e-small .e-input-group-icon.e-bigger,
|
|
545
549
|
.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon,
|
|
546
550
|
.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger,
|
|
547
|
-
.e-small.e-bigger
|
|
548
|
-
.e-small.e-bigger
|
|
551
|
+
.e-small .e-bigger.e-input-group .e-input-group-icon,
|
|
552
|
+
.e-small .e-bigger.e-input-group.e-control-wrapper .e-input-group-icon,
|
|
549
553
|
.e-bigger .e-input-group.e-small .e-input-group-icon,
|
|
550
554
|
.e-bigger .e-input-group.e-control-wrapper.e-small .e-input-group-icon {
|
|
551
555
|
font-size: 12px;
|
|
@@ -2775,10 +2779,6 @@ textarea.e-input.e-bigger.e-small,
|
|
|
2775
2779
|
.e-float-input.e-control-wrapper.e-small.e-bigger .e-clear-icon::before,
|
|
2776
2780
|
.e-input-group.e-small.e-bigger .e-clear-icon::before,
|
|
2777
2781
|
.e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon::before,
|
|
2778
|
-
.e-small.e-bigger .e-float-input .e-clear-icon::before,
|
|
2779
|
-
.e-small.e-bigger .e-float-input.e-control-wrapper .e-clear-icon::before,
|
|
2780
|
-
.e-small.e-bigger .e-input-group .e-clear-icon::before,
|
|
2781
|
-
.e-small.e-bigger .e-input-group.e-control-wrapper .e-clear-icon::before,
|
|
2782
2782
|
.e-small .e-input-group.e-bigger input:first-child ~ .e-clear-icon::before,
|
|
2783
2783
|
.e-small .e-input-group.e-control-wrapper.e-bigger input:first-child ~ .e-clear-icon::before,
|
|
2784
2784
|
.e-bigger .e-input-group.e-small input:first-child ~ .e-clear-icon::before,
|
|
@@ -4810,6 +4810,8 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
4810
4810
|
|
|
4811
4811
|
.e-bigger .e-control-wrapper.e-slider-container.e-horizontal .e-slider .e-handle,
|
|
4812
4812
|
.e-control-wrapper.e-slider-container.e-bigger.e-horizontal .e-slider .e-handle {
|
|
4813
|
+
margin-left: -9px;
|
|
4814
|
+
top: calc(50% - 9px);
|
|
4813
4815
|
margin-left: -8px;
|
|
4814
4816
|
top: calc(50% - 8px);
|
|
4815
4817
|
}
|
|
@@ -6350,7 +6352,6 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
6350
6352
|
|
|
6351
6353
|
.e-upload .e-file-drop {
|
|
6352
6354
|
color: #212529;
|
|
6353
|
-
vertical-align: middle;
|
|
6354
6355
|
}
|
|
6355
6356
|
|
|
6356
6357
|
.e-upload .e-upload-files {
|
|
@@ -6440,6 +6441,10 @@ textarea.e-input::-webkit-input-placeholder {
|
|
|
6440
6441
|
box-shadow: 0 0 0 transparent;
|
|
6441
6442
|
}
|
|
6442
6443
|
|
|
6444
|
+
.e-upload-drag-hover {
|
|
6445
|
+
outline: dashed 2px #007bff;
|
|
6446
|
+
}
|
|
6447
|
+
|
|
6443
6448
|
.e-container .e-value-switch-btn::before {
|
|
6444
6449
|
content: '\e799';
|
|
6445
6450
|
}
|