@syncfusion/ej2-vue-inputs 20.1.61 → 20.2.43
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 -29
- package/dist/ej2-vue-inputs.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-inputs.es2015.js +7 -7
- package/dist/es6/ej2-vue-inputs.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-inputs.es5.js +7 -7
- package/dist/es6/ej2-vue-inputs.es5.js.map +1 -1
- package/dist/global/ej2-vue-inputs.min.js +2 -2
- package/package.json +8 -8
- package/src/color-picker/colorpicker.component.js +1 -1
- package/src/maskedtextbox/maskedtextbox.component.js +1 -1
- package/src/numerictextbox/numerictextbox.component.js +1 -1
- package/src/signature/signature.component.js +1 -1
- package/src/slider/slider.component.js +1 -1
- package/src/textbox/textbox.component.js +1 -1
- package/src/uploader/uploader.component.js +1 -1
- package/styles/bootstrap-dark.css +4 -2
- package/styles/bootstrap.css +4 -2
- package/styles/bootstrap4.css +4 -2
- package/styles/bootstrap5-dark.css +4 -2
- package/styles/bootstrap5.css +4 -2
- package/styles/color-picker/bootstrap-dark.css +4 -2
- package/styles/color-picker/bootstrap.css +4 -2
- package/styles/color-picker/bootstrap4.css +4 -2
- package/styles/color-picker/bootstrap5-dark.css +4 -2
- package/styles/color-picker/bootstrap5.css +4 -2
- package/styles/color-picker/fabric-dark.css +4 -2
- package/styles/color-picker/fabric.css +4 -2
- package/styles/color-picker/fluent-dark.css +4 -2
- package/styles/color-picker/fluent.css +4 -2
- package/styles/color-picker/highcontrast-light.css +4 -2
- package/styles/color-picker/highcontrast.css +4 -2
- package/styles/color-picker/material-dark.css +4 -2
- package/styles/color-picker/material.css +4 -2
- package/styles/color-picker/tailwind-dark.css +4 -2
- package/styles/color-picker/tailwind.css +4 -2
- package/styles/fabric-dark.css +4 -2
- package/styles/fabric.css +4 -2
- package/styles/fluent-dark.css +4 -2
- package/styles/fluent.css +4 -2
- package/styles/highcontrast-light.css +4 -2
- package/styles/highcontrast.css +4 -2
- package/styles/material-dark.css +4 -2
- package/styles/material.css +4 -2
- package/styles/tailwind-dark.css +4 -2
- package/styles/tailwind.css +4 -2
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.2.38",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-vPNyhYwZa4KLFtAtIsBkrR/4pLaJw1Ur3Q1/NFJ2XkshVdnVWSmhqQ4joUhdZGKO6KEKb6kk4eEhFtfK0E9xMA==",
|
|
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.2.38.tgz",
|
|
23
|
+
"_shasum": "27d45c09e3008ab9922e580f3c1217c769e6008a",
|
|
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.2.43",
|
|
35
|
+
"@syncfusion/ej2-inputs": "20.2.43",
|
|
36
|
+
"@syncfusion/ej2-vue-base": "~20.2.43"
|
|
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",
|
|
@@ -120,6 +120,6 @@
|
|
|
120
120
|
"type": "git",
|
|
121
121
|
"url": "git+https://github.com/syncfusion/ej2-vue-ui-components.git"
|
|
122
122
|
},
|
|
123
|
-
"version": "20.
|
|
123
|
+
"version": "20.2.43",
|
|
124
124
|
"sideEffects": false
|
|
125
125
|
}
|
|
@@ -28,7 +28,7 @@ export var testProp = getProps({ props: properties });
|
|
|
28
28
|
export var props = testProp[0];
|
|
29
29
|
export var watch = testProp[1];
|
|
30
30
|
export var emitProbs = Object.keys(watch);
|
|
31
|
-
emitProbs.push('modelchanged');
|
|
31
|
+
emitProbs.push('modelchanged', 'update:modelValue');
|
|
32
32
|
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);
|
|
@@ -28,7 +28,7 @@ export var testProp = getProps({ props: properties });
|
|
|
28
28
|
export var props = testProp[0];
|
|
29
29
|
export var watch = testProp[1];
|
|
30
30
|
export var emitProbs = Object.keys(watch);
|
|
31
|
-
emitProbs.push('modelchanged');
|
|
31
|
+
emitProbs.push('modelchanged', 'update:modelValue');
|
|
32
32
|
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);
|
|
@@ -28,7 +28,7 @@ export var testProp = getProps({ props: properties });
|
|
|
28
28
|
export var props = testProp[0];
|
|
29
29
|
export var watch = testProp[1];
|
|
30
30
|
export var emitProbs = Object.keys(watch);
|
|
31
|
-
emitProbs.push('modelchanged');
|
|
31
|
+
emitProbs.push('modelchanged', 'update:modelValue');
|
|
32
32
|
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);
|
|
@@ -27,7 +27,7 @@ export var testProp = getProps({ props: properties });
|
|
|
27
27
|
export var props = testProp[0];
|
|
28
28
|
export var watch = testProp[1];
|
|
29
29
|
export var emitProbs = Object.keys(watch);
|
|
30
|
-
emitProbs.push('modelchanged');
|
|
30
|
+
emitProbs.push('modelchanged', 'update:modelValue');
|
|
31
31
|
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);
|
|
@@ -28,7 +28,7 @@ export var testProp = getProps({ props: properties });
|
|
|
28
28
|
export var props = testProp[0];
|
|
29
29
|
export var watch = testProp[1];
|
|
30
30
|
export var emitProbs = Object.keys(watch);
|
|
31
|
-
emitProbs.push('modelchanged');
|
|
31
|
+
emitProbs.push('modelchanged', 'update:modelValue');
|
|
32
32
|
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);
|
|
@@ -28,7 +28,7 @@ export var testProp = getProps({ props: properties });
|
|
|
28
28
|
export var props = testProp[0];
|
|
29
29
|
export var watch = testProp[1];
|
|
30
30
|
export var emitProbs = Object.keys(watch);
|
|
31
|
-
emitProbs.push('modelchanged');
|
|
31
|
+
emitProbs.push('modelchanged', 'update:modelValue');
|
|
32
32
|
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);
|
|
@@ -28,7 +28,7 @@ export var testProp = getProps({ props: properties });
|
|
|
28
28
|
export var props = testProp[0];
|
|
29
29
|
export var watch = testProp[1];
|
|
30
30
|
export var emitProbs = Object.keys(watch);
|
|
31
|
-
emitProbs.push('modelchanged');
|
|
31
|
+
emitProbs.push('modelchanged', 'update:modelValue');
|
|
32
32
|
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);
|
|
@@ -6425,7 +6425,8 @@ body.e-colorpicker-overflow {
|
|
|
6425
6425
|
}
|
|
6426
6426
|
|
|
6427
6427
|
.sf-colorpicker.e-container .e-input-container .e-float-input {
|
|
6428
|
-
|
|
6428
|
+
float: left;
|
|
6429
|
+
margin-left: -1px;
|
|
6429
6430
|
}
|
|
6430
6431
|
|
|
6431
6432
|
.e-hide-opacity .e-container .e-slider-preview .e-colorpicker-slider {
|
|
@@ -6505,7 +6506,8 @@ body.e-colorpicker-overflow {
|
|
|
6505
6506
|
margin-right: 3.71%;
|
|
6506
6507
|
}
|
|
6507
6508
|
.e-rtl .e-container.sf-colorpicker .e-selected-value .e-input-container .e-float-input {
|
|
6508
|
-
|
|
6509
|
+
float: right;
|
|
6510
|
+
margin-right: -1px;
|
|
6509
6511
|
}
|
|
6510
6512
|
.e-rtl.e-hide-valueswitcher .e-container .e-float-input:last-child {
|
|
6511
6513
|
margin-left: 0;
|
package/styles/bootstrap.css
CHANGED
|
@@ -6404,7 +6404,8 @@ body.e-colorpicker-overflow {
|
|
|
6404
6404
|
}
|
|
6405
6405
|
|
|
6406
6406
|
.sf-colorpicker.e-container .e-input-container .e-float-input {
|
|
6407
|
-
|
|
6407
|
+
float: left;
|
|
6408
|
+
margin-left: -1px;
|
|
6408
6409
|
}
|
|
6409
6410
|
|
|
6410
6411
|
.e-hide-opacity .e-container .e-slider-preview .e-colorpicker-slider {
|
|
@@ -6484,7 +6485,8 @@ body.e-colorpicker-overflow {
|
|
|
6484
6485
|
margin-right: 3.71%;
|
|
6485
6486
|
}
|
|
6486
6487
|
.e-rtl .e-container.sf-colorpicker .e-selected-value .e-input-container .e-float-input {
|
|
6487
|
-
|
|
6488
|
+
float: right;
|
|
6489
|
+
margin-right: -1px;
|
|
6488
6490
|
}
|
|
6489
6491
|
.e-rtl.e-hide-valueswitcher .e-container .e-float-input:last-child {
|
|
6490
6492
|
margin-left: 0;
|
package/styles/bootstrap4.css
CHANGED
|
@@ -6501,7 +6501,8 @@ body.e-colorpicker-overflow {
|
|
|
6501
6501
|
}
|
|
6502
6502
|
|
|
6503
6503
|
.sf-colorpicker.e-container .e-input-container .e-float-input {
|
|
6504
|
-
|
|
6504
|
+
float: left;
|
|
6505
|
+
margin-left: -1px;
|
|
6505
6506
|
}
|
|
6506
6507
|
|
|
6507
6508
|
.e-hide-opacity .e-container .e-slider-preview .e-colorpicker-slider {
|
|
@@ -6581,7 +6582,8 @@ body.e-colorpicker-overflow {
|
|
|
6581
6582
|
margin-right: 8px;
|
|
6582
6583
|
}
|
|
6583
6584
|
.e-rtl .e-container.sf-colorpicker .e-selected-value .e-input-container .e-float-input {
|
|
6584
|
-
|
|
6585
|
+
float: right;
|
|
6586
|
+
margin-right: -1px;
|
|
6585
6587
|
}
|
|
6586
6588
|
.e-rtl.e-hide-valueswitcher .e-container .e-float-input:last-child {
|
|
6587
6589
|
margin-left: 0;
|
|
@@ -6681,7 +6681,8 @@ body.e-colorpicker-overflow {
|
|
|
6681
6681
|
}
|
|
6682
6682
|
|
|
6683
6683
|
.sf-colorpicker.e-container .e-input-container .e-float-input {
|
|
6684
|
-
|
|
6684
|
+
float: left;
|
|
6685
|
+
margin-left: -1px;
|
|
6685
6686
|
}
|
|
6686
6687
|
|
|
6687
6688
|
.e-hide-opacity .e-container .e-slider-preview .e-colorpicker-slider {
|
|
@@ -6761,7 +6762,8 @@ body.e-colorpicker-overflow {
|
|
|
6761
6762
|
margin-right: 3.62%;
|
|
6762
6763
|
}
|
|
6763
6764
|
.e-rtl .e-container.sf-colorpicker .e-selected-value .e-input-container .e-float-input {
|
|
6764
|
-
|
|
6765
|
+
float: right;
|
|
6766
|
+
margin-right: -1px;
|
|
6765
6767
|
}
|
|
6766
6768
|
.e-rtl.e-hide-valueswitcher .e-container .e-float-input:last-child {
|
|
6767
6769
|
margin-left: 0;
|
package/styles/bootstrap5.css
CHANGED
|
@@ -6681,7 +6681,8 @@ body.e-colorpicker-overflow {
|
|
|
6681
6681
|
}
|
|
6682
6682
|
|
|
6683
6683
|
.sf-colorpicker.e-container .e-input-container .e-float-input {
|
|
6684
|
-
|
|
6684
|
+
float: left;
|
|
6685
|
+
margin-left: -1px;
|
|
6685
6686
|
}
|
|
6686
6687
|
|
|
6687
6688
|
.e-hide-opacity .e-container .e-slider-preview .e-colorpicker-slider {
|
|
@@ -6761,7 +6762,8 @@ body.e-colorpicker-overflow {
|
|
|
6761
6762
|
margin-right: 3.62%;
|
|
6762
6763
|
}
|
|
6763
6764
|
.e-rtl .e-container.sf-colorpicker .e-selected-value .e-input-container .e-float-input {
|
|
6764
|
-
|
|
6765
|
+
float: right;
|
|
6766
|
+
margin-right: -1px;
|
|
6765
6767
|
}
|
|
6766
6768
|
.e-rtl.e-hide-valueswitcher .e-container .e-float-input:last-child {
|
|
6767
6769
|
margin-left: 0;
|
|
@@ -411,7 +411,8 @@ body.e-colorpicker-overflow {
|
|
|
411
411
|
}
|
|
412
412
|
|
|
413
413
|
.sf-colorpicker.e-container .e-input-container .e-float-input {
|
|
414
|
-
|
|
414
|
+
float: left;
|
|
415
|
+
margin-left: -1px;
|
|
415
416
|
}
|
|
416
417
|
|
|
417
418
|
.e-hide-opacity .e-container .e-slider-preview .e-colorpicker-slider {
|
|
@@ -491,7 +492,8 @@ body.e-colorpicker-overflow {
|
|
|
491
492
|
margin-right: 3.71%;
|
|
492
493
|
}
|
|
493
494
|
.e-rtl .e-container.sf-colorpicker .e-selected-value .e-input-container .e-float-input {
|
|
494
|
-
|
|
495
|
+
float: right;
|
|
496
|
+
margin-right: -1px;
|
|
495
497
|
}
|
|
496
498
|
.e-rtl.e-hide-valueswitcher .e-container .e-float-input:last-child {
|
|
497
499
|
margin-left: 0;
|
|
@@ -411,7 +411,8 @@ body.e-colorpicker-overflow {
|
|
|
411
411
|
}
|
|
412
412
|
|
|
413
413
|
.sf-colorpicker.e-container .e-input-container .e-float-input {
|
|
414
|
-
|
|
414
|
+
float: left;
|
|
415
|
+
margin-left: -1px;
|
|
415
416
|
}
|
|
416
417
|
|
|
417
418
|
.e-hide-opacity .e-container .e-slider-preview .e-colorpicker-slider {
|
|
@@ -491,7 +492,8 @@ body.e-colorpicker-overflow {
|
|
|
491
492
|
margin-right: 3.71%;
|
|
492
493
|
}
|
|
493
494
|
.e-rtl .e-container.sf-colorpicker .e-selected-value .e-input-container .e-float-input {
|
|
494
|
-
|
|
495
|
+
float: right;
|
|
496
|
+
margin-right: -1px;
|
|
495
497
|
}
|
|
496
498
|
.e-rtl.e-hide-valueswitcher .e-container .e-float-input:last-child {
|
|
497
499
|
margin-left: 0;
|
|
@@ -437,7 +437,8 @@ body.e-colorpicker-overflow {
|
|
|
437
437
|
}
|
|
438
438
|
|
|
439
439
|
.sf-colorpicker.e-container .e-input-container .e-float-input {
|
|
440
|
-
|
|
440
|
+
float: left;
|
|
441
|
+
margin-left: -1px;
|
|
441
442
|
}
|
|
442
443
|
|
|
443
444
|
.e-hide-opacity .e-container .e-slider-preview .e-colorpicker-slider {
|
|
@@ -517,7 +518,8 @@ body.e-colorpicker-overflow {
|
|
|
517
518
|
margin-right: 8px;
|
|
518
519
|
}
|
|
519
520
|
.e-rtl .e-container.sf-colorpicker .e-selected-value .e-input-container .e-float-input {
|
|
520
|
-
|
|
521
|
+
float: right;
|
|
522
|
+
margin-right: -1px;
|
|
521
523
|
}
|
|
522
524
|
.e-rtl.e-hide-valueswitcher .e-container .e-float-input:last-child {
|
|
523
525
|
margin-left: 0;
|
|
@@ -435,7 +435,8 @@ body.e-colorpicker-overflow {
|
|
|
435
435
|
}
|
|
436
436
|
|
|
437
437
|
.sf-colorpicker.e-container .e-input-container .e-float-input {
|
|
438
|
-
|
|
438
|
+
float: left;
|
|
439
|
+
margin-left: -1px;
|
|
439
440
|
}
|
|
440
441
|
|
|
441
442
|
.e-hide-opacity .e-container .e-slider-preview .e-colorpicker-slider {
|
|
@@ -515,7 +516,8 @@ body.e-colorpicker-overflow {
|
|
|
515
516
|
margin-right: 3.62%;
|
|
516
517
|
}
|
|
517
518
|
.e-rtl .e-container.sf-colorpicker .e-selected-value .e-input-container .e-float-input {
|
|
518
|
-
|
|
519
|
+
float: right;
|
|
520
|
+
margin-right: -1px;
|
|
519
521
|
}
|
|
520
522
|
.e-rtl.e-hide-valueswitcher .e-container .e-float-input:last-child {
|
|
521
523
|
margin-left: 0;
|
|
@@ -435,7 +435,8 @@ body.e-colorpicker-overflow {
|
|
|
435
435
|
}
|
|
436
436
|
|
|
437
437
|
.sf-colorpicker.e-container .e-input-container .e-float-input {
|
|
438
|
-
|
|
438
|
+
float: left;
|
|
439
|
+
margin-left: -1px;
|
|
439
440
|
}
|
|
440
441
|
|
|
441
442
|
.e-hide-opacity .e-container .e-slider-preview .e-colorpicker-slider {
|
|
@@ -515,7 +516,8 @@ body.e-colorpicker-overflow {
|
|
|
515
516
|
margin-right: 3.62%;
|
|
516
517
|
}
|
|
517
518
|
.e-rtl .e-container.sf-colorpicker .e-selected-value .e-input-container .e-float-input {
|
|
518
|
-
|
|
519
|
+
float: right;
|
|
520
|
+
margin-right: -1px;
|
|
519
521
|
}
|
|
520
522
|
.e-rtl.e-hide-valueswitcher .e-container .e-float-input:last-child {
|
|
521
523
|
margin-left: 0;
|
|
@@ -411,7 +411,8 @@ body.e-colorpicker-overflow {
|
|
|
411
411
|
}
|
|
412
412
|
|
|
413
413
|
.sf-colorpicker.e-container .e-input-container .e-float-input {
|
|
414
|
-
|
|
414
|
+
float: left;
|
|
415
|
+
margin-left: -1px;
|
|
415
416
|
}
|
|
416
417
|
|
|
417
418
|
.e-hide-opacity .e-container .e-slider-preview .e-colorpicker-slider {
|
|
@@ -491,7 +492,8 @@ body.e-colorpicker-overflow {
|
|
|
491
492
|
margin-right: 3.62%;
|
|
492
493
|
}
|
|
493
494
|
.e-rtl .e-container.sf-colorpicker .e-selected-value .e-input-container .e-float-input {
|
|
494
|
-
|
|
495
|
+
float: right;
|
|
496
|
+
margin-right: -1px;
|
|
495
497
|
}
|
|
496
498
|
.e-rtl.e-hide-valueswitcher .e-container .e-float-input:last-child {
|
|
497
499
|
margin-left: 0;
|
|
@@ -411,7 +411,8 @@ body.e-colorpicker-overflow {
|
|
|
411
411
|
}
|
|
412
412
|
|
|
413
413
|
.sf-colorpicker.e-container .e-input-container .e-float-input {
|
|
414
|
-
|
|
414
|
+
float: left;
|
|
415
|
+
margin-left: -1px;
|
|
415
416
|
}
|
|
416
417
|
|
|
417
418
|
.e-hide-opacity .e-container .e-slider-preview .e-colorpicker-slider {
|
|
@@ -491,7 +492,8 @@ body.e-colorpicker-overflow {
|
|
|
491
492
|
margin-right: 3.62%;
|
|
492
493
|
}
|
|
493
494
|
.e-rtl .e-container.sf-colorpicker .e-selected-value .e-input-container .e-float-input {
|
|
494
|
-
|
|
495
|
+
float: right;
|
|
496
|
+
margin-right: -1px;
|
|
495
497
|
}
|
|
496
498
|
.e-rtl.e-hide-valueswitcher .e-container .e-float-input:last-child {
|
|
497
499
|
margin-left: 0;
|
|
@@ -412,7 +412,8 @@ body.e-colorpicker-overflow {
|
|
|
412
412
|
}
|
|
413
413
|
|
|
414
414
|
.sf-colorpicker.e-container .e-input-container .e-float-input {
|
|
415
|
-
|
|
415
|
+
float: left;
|
|
416
|
+
margin-left: -1px;
|
|
416
417
|
}
|
|
417
418
|
|
|
418
419
|
.e-hide-opacity .e-container .e-slider-preview .e-colorpicker-slider {
|
|
@@ -492,7 +493,8 @@ body.e-colorpicker-overflow {
|
|
|
492
493
|
margin-right: 3.62%;
|
|
493
494
|
}
|
|
494
495
|
.e-rtl .e-container.sf-colorpicker .e-selected-value .e-input-container .e-float-input {
|
|
495
|
-
|
|
496
|
+
float: right;
|
|
497
|
+
margin-right: -1px;
|
|
496
498
|
}
|
|
497
499
|
.e-rtl.e-hide-valueswitcher .e-container .e-float-input:last-child {
|
|
498
500
|
margin-left: 0;
|
|
@@ -412,7 +412,8 @@ body.e-colorpicker-overflow {
|
|
|
412
412
|
}
|
|
413
413
|
|
|
414
414
|
.sf-colorpicker.e-container .e-input-container .e-float-input {
|
|
415
|
-
|
|
415
|
+
float: left;
|
|
416
|
+
margin-left: -1px;
|
|
416
417
|
}
|
|
417
418
|
|
|
418
419
|
.e-hide-opacity .e-container .e-slider-preview .e-colorpicker-slider {
|
|
@@ -492,7 +493,8 @@ body.e-colorpicker-overflow {
|
|
|
492
493
|
margin-right: 3.62%;
|
|
493
494
|
}
|
|
494
495
|
.e-rtl .e-container.sf-colorpicker .e-selected-value .e-input-container .e-float-input {
|
|
495
|
-
|
|
496
|
+
float: right;
|
|
497
|
+
margin-right: -1px;
|
|
496
498
|
}
|
|
497
499
|
.e-rtl.e-hide-valueswitcher .e-container .e-float-input:last-child {
|
|
498
500
|
margin-left: 0;
|
|
@@ -411,7 +411,8 @@ body.e-colorpicker-overflow {
|
|
|
411
411
|
}
|
|
412
412
|
|
|
413
413
|
.sf-colorpicker.e-container .e-input-container .e-float-input {
|
|
414
|
-
|
|
414
|
+
float: left;
|
|
415
|
+
margin-left: -1px;
|
|
415
416
|
}
|
|
416
417
|
|
|
417
418
|
.e-hide-opacity .e-container .e-slider-preview .e-colorpicker-slider {
|
|
@@ -491,7 +492,8 @@ body.e-colorpicker-overflow {
|
|
|
491
492
|
margin-right: 3.65%;
|
|
492
493
|
}
|
|
493
494
|
.e-rtl .e-container.sf-colorpicker .e-selected-value .e-input-container .e-float-input {
|
|
494
|
-
|
|
495
|
+
float: right;
|
|
496
|
+
margin-right: -1px;
|
|
495
497
|
}
|
|
496
498
|
.e-rtl.e-hide-valueswitcher .e-container .e-float-input:last-child {
|
|
497
499
|
margin-left: 0;
|
|
@@ -411,7 +411,8 @@ body.e-colorpicker-overflow {
|
|
|
411
411
|
}
|
|
412
412
|
|
|
413
413
|
.sf-colorpicker.e-container .e-input-container .e-float-input {
|
|
414
|
-
|
|
414
|
+
float: left;
|
|
415
|
+
margin-left: -1px;
|
|
415
416
|
}
|
|
416
417
|
|
|
417
418
|
.e-hide-opacity .e-container .e-slider-preview .e-colorpicker-slider {
|
|
@@ -491,7 +492,8 @@ body.e-colorpicker-overflow {
|
|
|
491
492
|
margin-right: 3.65%;
|
|
492
493
|
}
|
|
493
494
|
.e-rtl .e-container.sf-colorpicker .e-selected-value .e-input-container .e-float-input {
|
|
494
|
-
|
|
495
|
+
float: right;
|
|
496
|
+
margin-right: -1px;
|
|
495
497
|
}
|
|
496
498
|
.e-rtl.e-hide-valueswitcher .e-container .e-float-input:last-child {
|
|
497
499
|
margin-left: 0;
|
|
@@ -418,7 +418,8 @@ body.e-colorpicker-overflow {
|
|
|
418
418
|
}
|
|
419
419
|
|
|
420
420
|
.sf-colorpicker.e-container .e-input-container .e-float-input {
|
|
421
|
-
|
|
421
|
+
float: left;
|
|
422
|
+
margin-left: -1px;
|
|
422
423
|
}
|
|
423
424
|
|
|
424
425
|
.e-hide-opacity .e-container .e-slider-preview .e-colorpicker-slider {
|
|
@@ -498,7 +499,8 @@ body.e-colorpicker-overflow {
|
|
|
498
499
|
margin-right: 0;
|
|
499
500
|
}
|
|
500
501
|
.e-rtl .e-container.sf-colorpicker .e-selected-value .e-input-container .e-float-input {
|
|
501
|
-
|
|
502
|
+
float: right;
|
|
503
|
+
margin-right: -1px;
|
|
502
504
|
}
|
|
503
505
|
.e-rtl.e-hide-valueswitcher .e-container .e-float-input:last-child {
|
|
504
506
|
margin-left: 0;
|
|
@@ -426,7 +426,8 @@ body.e-colorpicker-overflow {
|
|
|
426
426
|
}
|
|
427
427
|
|
|
428
428
|
.sf-colorpicker.e-container .e-input-container .e-float-input {
|
|
429
|
-
|
|
429
|
+
float: left;
|
|
430
|
+
margin-left: -1px;
|
|
430
431
|
}
|
|
431
432
|
|
|
432
433
|
.e-hide-opacity .e-container .e-slider-preview .e-colorpicker-slider {
|
|
@@ -506,7 +507,8 @@ body.e-colorpicker-overflow {
|
|
|
506
507
|
margin-right: 0;
|
|
507
508
|
}
|
|
508
509
|
.e-rtl .e-container.sf-colorpicker .e-selected-value .e-input-container .e-float-input {
|
|
509
|
-
|
|
510
|
+
float: right;
|
|
511
|
+
margin-right: -1px;
|
|
510
512
|
}
|
|
511
513
|
.e-rtl.e-hide-valueswitcher .e-container .e-float-input:last-child {
|
|
512
514
|
margin-left: 0;
|
|
@@ -419,7 +419,8 @@ body.e-colorpicker-overflow {
|
|
|
419
419
|
}
|
|
420
420
|
|
|
421
421
|
.sf-colorpicker.e-container .e-input-container .e-float-input {
|
|
422
|
-
|
|
422
|
+
float: left;
|
|
423
|
+
margin-left: -1px;
|
|
423
424
|
}
|
|
424
425
|
|
|
425
426
|
.e-hide-opacity .e-container .e-slider-preview .e-colorpicker-slider {
|
|
@@ -499,7 +500,8 @@ body.e-colorpicker-overflow {
|
|
|
499
500
|
margin-right: 3.62%;
|
|
500
501
|
}
|
|
501
502
|
.e-rtl .e-container.sf-colorpicker .e-selected-value .e-input-container .e-float-input {
|
|
502
|
-
|
|
503
|
+
float: right;
|
|
504
|
+
margin-right: -1px;
|
|
503
505
|
}
|
|
504
506
|
.e-rtl.e-hide-valueswitcher .e-container .e-float-input:last-child {
|
|
505
507
|
margin-left: 0;
|
|
@@ -419,7 +419,8 @@ body.e-colorpicker-overflow {
|
|
|
419
419
|
}
|
|
420
420
|
|
|
421
421
|
.sf-colorpicker.e-container .e-input-container .e-float-input {
|
|
422
|
-
|
|
422
|
+
float: left;
|
|
423
|
+
margin-left: -1px;
|
|
423
424
|
}
|
|
424
425
|
|
|
425
426
|
.e-hide-opacity .e-container .e-slider-preview .e-colorpicker-slider {
|
|
@@ -499,7 +500,8 @@ body.e-colorpicker-overflow {
|
|
|
499
500
|
margin-right: 3.62%;
|
|
500
501
|
}
|
|
501
502
|
.e-rtl .e-container.sf-colorpicker .e-selected-value .e-input-container .e-float-input {
|
|
502
|
-
|
|
503
|
+
float: right;
|
|
504
|
+
margin-right: -1px;
|
|
503
505
|
}
|
|
504
506
|
.e-rtl.e-hide-valueswitcher .e-container .e-float-input:last-child {
|
|
505
507
|
margin-left: 0;
|
package/styles/fabric-dark.css
CHANGED
|
@@ -6354,7 +6354,8 @@ body.e-colorpicker-overflow {
|
|
|
6354
6354
|
}
|
|
6355
6355
|
|
|
6356
6356
|
.sf-colorpicker.e-container .e-input-container .e-float-input {
|
|
6357
|
-
|
|
6357
|
+
float: left;
|
|
6358
|
+
margin-left: -1px;
|
|
6358
6359
|
}
|
|
6359
6360
|
|
|
6360
6361
|
.e-hide-opacity .e-container .e-slider-preview .e-colorpicker-slider {
|
|
@@ -6434,7 +6435,8 @@ body.e-colorpicker-overflow {
|
|
|
6434
6435
|
margin-right: 3.62%;
|
|
6435
6436
|
}
|
|
6436
6437
|
.e-rtl .e-container.sf-colorpicker .e-selected-value .e-input-container .e-float-input {
|
|
6437
|
-
|
|
6438
|
+
float: right;
|
|
6439
|
+
margin-right: -1px;
|
|
6438
6440
|
}
|
|
6439
6441
|
.e-rtl.e-hide-valueswitcher .e-container .e-float-input:last-child {
|
|
6440
6442
|
margin-left: 0;
|
package/styles/fabric.css
CHANGED
|
@@ -6354,7 +6354,8 @@ body.e-colorpicker-overflow {
|
|
|
6354
6354
|
}
|
|
6355
6355
|
|
|
6356
6356
|
.sf-colorpicker.e-container .e-input-container .e-float-input {
|
|
6357
|
-
|
|
6357
|
+
float: left;
|
|
6358
|
+
margin-left: -1px;
|
|
6358
6359
|
}
|
|
6359
6360
|
|
|
6360
6361
|
.e-hide-opacity .e-container .e-slider-preview .e-colorpicker-slider {
|
|
@@ -6434,7 +6435,8 @@ body.e-colorpicker-overflow {
|
|
|
6434
6435
|
margin-right: 3.62%;
|
|
6435
6436
|
}
|
|
6436
6437
|
.e-rtl .e-container.sf-colorpicker .e-selected-value .e-input-container .e-float-input {
|
|
6437
|
-
|
|
6438
|
+
float: right;
|
|
6439
|
+
margin-right: -1px;
|
|
6438
6440
|
}
|
|
6439
6441
|
.e-rtl.e-hide-valueswitcher .e-container .e-float-input:last-child {
|
|
6440
6442
|
margin-left: 0;
|
package/styles/fluent-dark.css
CHANGED
|
@@ -6483,7 +6483,8 @@ body.e-colorpicker-overflow {
|
|
|
6483
6483
|
}
|
|
6484
6484
|
|
|
6485
6485
|
.sf-colorpicker.e-container .e-input-container .e-float-input {
|
|
6486
|
-
|
|
6486
|
+
float: left;
|
|
6487
|
+
margin-left: -1px;
|
|
6487
6488
|
}
|
|
6488
6489
|
|
|
6489
6490
|
.e-hide-opacity .e-container .e-slider-preview .e-colorpicker-slider {
|
|
@@ -6563,7 +6564,8 @@ body.e-colorpicker-overflow {
|
|
|
6563
6564
|
margin-right: 3.62%;
|
|
6564
6565
|
}
|
|
6565
6566
|
.e-rtl .e-container.sf-colorpicker .e-selected-value .e-input-container .e-float-input {
|
|
6566
|
-
|
|
6567
|
+
float: right;
|
|
6568
|
+
margin-right: -1px;
|
|
6567
6569
|
}
|
|
6568
6570
|
.e-rtl.e-hide-valueswitcher .e-container .e-float-input:last-child {
|
|
6569
6571
|
margin-left: 0;
|
package/styles/fluent.css
CHANGED
|
@@ -6483,7 +6483,8 @@ body.e-colorpicker-overflow {
|
|
|
6483
6483
|
}
|
|
6484
6484
|
|
|
6485
6485
|
.sf-colorpicker.e-container .e-input-container .e-float-input {
|
|
6486
|
-
|
|
6486
|
+
float: left;
|
|
6487
|
+
margin-left: -1px;
|
|
6487
6488
|
}
|
|
6488
6489
|
|
|
6489
6490
|
.e-hide-opacity .e-container .e-slider-preview .e-colorpicker-slider {
|
|
@@ -6563,7 +6564,8 @@ body.e-colorpicker-overflow {
|
|
|
6563
6564
|
margin-right: 3.62%;
|
|
6564
6565
|
}
|
|
6565
6566
|
.e-rtl .e-container.sf-colorpicker .e-selected-value .e-input-container .e-float-input {
|
|
6566
|
-
|
|
6567
|
+
float: right;
|
|
6568
|
+
margin-right: -1px;
|
|
6567
6569
|
}
|
|
6568
6570
|
.e-rtl.e-hide-valueswitcher .e-container .e-float-input:last-child {
|
|
6569
6571
|
margin-left: 0;
|
|
@@ -6670,7 +6670,8 @@ body.e-colorpicker-overflow {
|
|
|
6670
6670
|
}
|
|
6671
6671
|
|
|
6672
6672
|
.sf-colorpicker.e-container .e-input-container .e-float-input {
|
|
6673
|
-
|
|
6673
|
+
float: left;
|
|
6674
|
+
margin-left: -1px;
|
|
6674
6675
|
}
|
|
6675
6676
|
|
|
6676
6677
|
.e-hide-opacity .e-container .e-slider-preview .e-colorpicker-slider {
|
|
@@ -6750,7 +6751,8 @@ body.e-colorpicker-overflow {
|
|
|
6750
6751
|
margin-right: 3.65%;
|
|
6751
6752
|
}
|
|
6752
6753
|
.e-rtl .e-container.sf-colorpicker .e-selected-value .e-input-container .e-float-input {
|
|
6753
|
-
|
|
6754
|
+
float: right;
|
|
6755
|
+
margin-right: -1px;
|
|
6754
6756
|
}
|
|
6755
6757
|
.e-rtl.e-hide-valueswitcher .e-container .e-float-input:last-child {
|
|
6756
6758
|
margin-left: 0;
|
package/styles/highcontrast.css
CHANGED
|
@@ -6670,7 +6670,8 @@ body.e-colorpicker-overflow {
|
|
|
6670
6670
|
}
|
|
6671
6671
|
|
|
6672
6672
|
.sf-colorpicker.e-container .e-input-container .e-float-input {
|
|
6673
|
-
|
|
6673
|
+
float: left;
|
|
6674
|
+
margin-left: -1px;
|
|
6674
6675
|
}
|
|
6675
6676
|
|
|
6676
6677
|
.e-hide-opacity .e-container .e-slider-preview .e-colorpicker-slider {
|
|
@@ -6750,7 +6751,8 @@ body.e-colorpicker-overflow {
|
|
|
6750
6751
|
margin-right: 3.65%;
|
|
6751
6752
|
}
|
|
6752
6753
|
.e-rtl .e-container.sf-colorpicker .e-selected-value .e-input-container .e-float-input {
|
|
6753
|
-
|
|
6754
|
+
float: right;
|
|
6755
|
+
margin-right: -1px;
|
|
6754
6756
|
}
|
|
6755
6757
|
.e-rtl.e-hide-valueswitcher .e-container .e-float-input:last-child {
|
|
6756
6758
|
margin-left: 0;
|