@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/styles/material-dark.css
CHANGED
|
@@ -14297,7 +14297,8 @@ body.e-colorpicker-overflow {
|
|
|
14297
14297
|
}
|
|
14298
14298
|
|
|
14299
14299
|
.sf-colorpicker.e-container .e-input-container .e-float-input {
|
|
14300
|
-
|
|
14300
|
+
float: left;
|
|
14301
|
+
margin-left: -1px;
|
|
14301
14302
|
}
|
|
14302
14303
|
|
|
14303
14304
|
.e-hide-opacity .e-container .e-slider-preview .e-colorpicker-slider {
|
|
@@ -14377,7 +14378,8 @@ body.e-colorpicker-overflow {
|
|
|
14377
14378
|
margin-right: 0;
|
|
14378
14379
|
}
|
|
14379
14380
|
.e-rtl .e-container.sf-colorpicker .e-selected-value .e-input-container .e-float-input {
|
|
14380
|
-
|
|
14381
|
+
float: right;
|
|
14382
|
+
margin-right: -1px;
|
|
14381
14383
|
}
|
|
14382
14384
|
.e-rtl.e-hide-valueswitcher .e-container .e-float-input:last-child {
|
|
14383
14385
|
margin-left: 0;
|
package/styles/material.css
CHANGED
|
@@ -14337,7 +14337,8 @@ body.e-colorpicker-overflow {
|
|
|
14337
14337
|
}
|
|
14338
14338
|
|
|
14339
14339
|
.sf-colorpicker.e-container .e-input-container .e-float-input {
|
|
14340
|
-
|
|
14340
|
+
float: left;
|
|
14341
|
+
margin-left: -1px;
|
|
14341
14342
|
}
|
|
14342
14343
|
|
|
14343
14344
|
.e-hide-opacity .e-container .e-slider-preview .e-colorpicker-slider {
|
|
@@ -14417,7 +14418,8 @@ body.e-colorpicker-overflow {
|
|
|
14417
14418
|
margin-right: 0;
|
|
14418
14419
|
}
|
|
14419
14420
|
.e-rtl .e-container.sf-colorpicker .e-selected-value .e-input-container .e-float-input {
|
|
14420
|
-
|
|
14421
|
+
float: right;
|
|
14422
|
+
margin-right: -1px;
|
|
14421
14423
|
}
|
|
14422
14424
|
.e-rtl.e-hide-valueswitcher .e-container .e-float-input:last-child {
|
|
14423
14425
|
margin-left: 0;
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -6542,7 +6542,8 @@ body.e-colorpicker-overflow {
|
|
|
6542
6542
|
}
|
|
6543
6543
|
|
|
6544
6544
|
.sf-colorpicker.e-container .e-input-container .e-float-input {
|
|
6545
|
-
|
|
6545
|
+
float: left;
|
|
6546
|
+
margin-left: -1px;
|
|
6546
6547
|
}
|
|
6547
6548
|
|
|
6548
6549
|
.e-hide-opacity .e-container .e-slider-preview .e-colorpicker-slider {
|
|
@@ -6622,7 +6623,8 @@ body.e-colorpicker-overflow {
|
|
|
6622
6623
|
margin-right: 3.62%;
|
|
6623
6624
|
}
|
|
6624
6625
|
.e-rtl .e-container.sf-colorpicker .e-selected-value .e-input-container .e-float-input {
|
|
6625
|
-
|
|
6626
|
+
float: right;
|
|
6627
|
+
margin-right: -1px;
|
|
6626
6628
|
}
|
|
6627
6629
|
.e-rtl.e-hide-valueswitcher .e-container .e-float-input:last-child {
|
|
6628
6630
|
margin-left: 0;
|
package/styles/tailwind.css
CHANGED
|
@@ -6542,7 +6542,8 @@ body.e-colorpicker-overflow {
|
|
|
6542
6542
|
}
|
|
6543
6543
|
|
|
6544
6544
|
.sf-colorpicker.e-container .e-input-container .e-float-input {
|
|
6545
|
-
|
|
6545
|
+
float: left;
|
|
6546
|
+
margin-left: -1px;
|
|
6546
6547
|
}
|
|
6547
6548
|
|
|
6548
6549
|
.e-hide-opacity .e-container .e-slider-preview .e-colorpicker-slider {
|
|
@@ -6622,7 +6623,8 @@ body.e-colorpicker-overflow {
|
|
|
6622
6623
|
margin-right: 3.62%;
|
|
6623
6624
|
}
|
|
6624
6625
|
.e-rtl .e-container.sf-colorpicker .e-selected-value .e-input-container .e-float-input {
|
|
6625
|
-
|
|
6626
|
+
float: right;
|
|
6627
|
+
margin-right: -1px;
|
|
6626
6628
|
}
|
|
6627
6629
|
.e-rtl.e-hide-valueswitcher .e-container .e-float-input:last-child {
|
|
6628
6630
|
margin-left: 0;
|