@syncfusion/ej2-angular-inputs 20.1.61 → 20.2.37-ngcc
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 +1 -25
- package/dist/ej2-angular-inputs.umd.js +1 -1
- package/dist/ej2-angular-inputs.umd.min.js +1 -1
- package/package.json +16 -16
- package/schematics/generators/colorpicker-default/schema.json +3 -2
- package/schematics/generators/maskedtextbox-custommask/schema.json +3 -2
- package/schematics/generators/maskedtextbox-default/schema.json +3 -2
- package/schematics/generators/maskedtextbox-formats/schema.json +3 -2
- package/schematics/generators/numerictextbox-customformat/schema.json +3 -2
- package/schematics/generators/numerictextbox-decimals/schema.json +3 -2
- package/schematics/generators/numerictextbox-default/schema.json +3 -2
- package/schematics/generators/numerictextbox-range/schema.json +3 -2
- package/schematics/generators/slider-default/schema.json +3 -2
- package/schematics/generators/slider-limits/schema.json +3 -2
- package/schematics/generators/slider-minrange/schema.json +3 -2
- package/schematics/generators/slider-range/schema.json +3 -2
- package/schematics/generators/slider-ticks/schema.json +3 -2
- package/schematics/generators/slider-vertical/schema.json +3 -2
- package/schematics/generators/textbox-floatinglabel/schema.json +3 -2
- package/schematics/generators/uploader-autoupload/schema.json +3 -2
- package/schematics/generators/uploader-chunkupload/schema.json +3 -2
- package/schematics/generators/uploader-directoryupload/schema.json +3 -2
- package/schematics/generators/uploader-validation/schema.json +3 -2
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- 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/CHANGELOG.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
-
- `#
|
|
9
|
+
- `#F170722` - Issue with "change event doesn't trigger while modifying the value using `setValue` method inside reactive form" is resolved.
|
|
10
10
|
|
|
11
11
|
## 19.4.38 (2021-12-17)
|
|
12
12
|
|
|
@@ -1263,30 +1263,6 @@ MaskedTextBox allows the user to enter the valid input only based on the provide
|
|
|
1263
1263
|
- **Accessibility** - provides built-in accessibility support which helps to access all the MaskedTextBox component features through keyboard, on-screen readers, or other assistive technology devices.
|
|
1264
1264
|
|
|
1265
1265
|
|
|
1266
|
-
## 20.1.59 (2022-06-07)
|
|
1267
|
-
|
|
1268
|
-
### TextBox
|
|
1269
|
-
|
|
1270
|
-
#### Bug Fixes
|
|
1271
|
-
|
|
1272
|
-
- `#I376978` - Issue with "ng-* classes are not maintain property in the component" has been resolved.
|
|
1273
|
-
|
|
1274
|
-
## 20.1.58 (2022-05-31)
|
|
1275
|
-
|
|
1276
|
-
### NumericTextBox
|
|
1277
|
-
|
|
1278
|
-
#### Bug Fixes
|
|
1279
|
-
|
|
1280
|
-
- `#I372680` - Now, you are able to enter the decimal separator in the Spanish culture.
|
|
1281
|
-
|
|
1282
|
-
## 20.1.47 (2022-04-04)
|
|
1283
|
-
|
|
1284
|
-
### NumericTextBox
|
|
1285
|
-
|
|
1286
|
-
#### Bug Fixes
|
|
1287
|
-
|
|
1288
|
-
- `#F170722` - Issue with "change event doesn't trigger while modifying the value using `setValue` method inside reactive form" is resolved.
|
|
1289
|
-
|
|
1290
1266
|
## 19.3.47 (2021-10-26)
|
|
1291
1267
|
|
|
1292
1268
|
### TextBox
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-inputs.umd.js
|
|
3
|
-
* version : 20.
|
|
3
|
+
* version : 20.2.36
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-inputs.umd.min.js
|
|
3
|
-
* version : 20.
|
|
3
|
+
* version : 20.2.36
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
package/package.json
CHANGED
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
{
|
|
2
|
-
"_from": "@syncfusion/ej2-angular-inputs
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-inputs@20.
|
|
2
|
+
"_from": "@syncfusion/ej2-angular-inputs@20.2.36-ngcc",
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-inputs@20.2.36-ngcc",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-9aBvulDkphwTNKQLlaJl77FVySTKszwV3OwvIpp+vXAzWe33dUTD7aMPKxYJjfBY5pPcqiau87hqqu83Y1UhnQ==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-angular-inputs",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
9
|
-
"type": "
|
|
9
|
+
"type": "version",
|
|
10
10
|
"registry": true,
|
|
11
|
-
"raw": "@syncfusion/ej2-angular-inputs
|
|
11
|
+
"raw": "@syncfusion/ej2-angular-inputs@20.2.36-ngcc",
|
|
12
12
|
"name": "@syncfusion/ej2-angular-inputs",
|
|
13
13
|
"escapedName": "@syncfusion%2fej2-angular-inputs",
|
|
14
14
|
"scope": "@syncfusion",
|
|
15
|
-
"rawSpec": "
|
|
15
|
+
"rawSpec": "20.2.36-ngcc",
|
|
16
16
|
"saveSpec": null,
|
|
17
|
-
"fetchSpec": "
|
|
17
|
+
"fetchSpec": "20.2.36-ngcc"
|
|
18
18
|
},
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "
|
|
23
|
-
"_shasum": "
|
|
24
|
-
"_spec": "@syncfusion/ej2-angular-inputs
|
|
25
|
-
"_where": "
|
|
22
|
+
"_resolved": "https://registry.npmjs.org/@syncfusion/ej2-angular-inputs/-/ej2-angular-inputs-20.2.36-ngcc.tgz",
|
|
23
|
+
"_shasum": "22118c4ca528459da4c1e011a4e645f6cae3b6b3",
|
|
24
|
+
"_spec": "@syncfusion/ej2-angular-inputs@20.2.36-ngcc",
|
|
25
|
+
"_where": "D:\\june 2022\\New folder",
|
|
26
26
|
"author": {
|
|
27
27
|
"name": "Syncfusion Inc."
|
|
28
28
|
},
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-angular-base": "~20.
|
|
35
|
-
"@syncfusion/ej2-base": "~20.
|
|
36
|
-
"@syncfusion/ej2-inputs": "20.
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~20.2.36",
|
|
35
|
+
"@syncfusion/ej2-base": "~20.2.36",
|
|
36
|
+
"@syncfusion/ej2-inputs": "20.2.36"
|
|
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 Angular",
|
|
@@ -130,5 +130,5 @@
|
|
|
130
130
|
"schematics": "./schematics/collection.json",
|
|
131
131
|
"sideEffects": false,
|
|
132
132
|
"typings": "ej2-angular-inputs.d.ts",
|
|
133
|
-
"version": "20.
|
|
134
|
-
}
|
|
133
|
+
"version": "20.2.37-ngcc"
|
|
134
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/schema",
|
|
3
|
-
"id": "
|
|
3
|
+
"$id": "EJ2SchemaTemplateID",
|
|
4
4
|
"title": "colorpicker-default",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
@@ -120,5 +120,6 @@
|
|
|
120
120
|
},
|
|
121
121
|
"required": [
|
|
122
122
|
"name"
|
|
123
|
-
]
|
|
123
|
+
],
|
|
124
|
+
"id": "colorpicker-default"
|
|
124
125
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/schema",
|
|
3
|
-
"id": "
|
|
3
|
+
"$id": "EJ2SchemaTemplateID",
|
|
4
4
|
"title": "maskedtextbox-custommask",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
@@ -120,5 +120,6 @@
|
|
|
120
120
|
},
|
|
121
121
|
"required": [
|
|
122
122
|
"name"
|
|
123
|
-
]
|
|
123
|
+
],
|
|
124
|
+
"id": "maskedtextbox-custommask"
|
|
124
125
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/schema",
|
|
3
|
-
"id": "
|
|
3
|
+
"$id": "EJ2SchemaTemplateID",
|
|
4
4
|
"title": "maskedtextbox-default",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
@@ -120,5 +120,6 @@
|
|
|
120
120
|
},
|
|
121
121
|
"required": [
|
|
122
122
|
"name"
|
|
123
|
-
]
|
|
123
|
+
],
|
|
124
|
+
"id": "maskedtextbox-default"
|
|
124
125
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/schema",
|
|
3
|
-
"id": "
|
|
3
|
+
"$id": "EJ2SchemaTemplateID",
|
|
4
4
|
"title": "maskedtextbox-formats",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
@@ -120,5 +120,6 @@
|
|
|
120
120
|
},
|
|
121
121
|
"required": [
|
|
122
122
|
"name"
|
|
123
|
-
]
|
|
123
|
+
],
|
|
124
|
+
"id": "maskedtextbox-formats"
|
|
124
125
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/schema",
|
|
3
|
-
"id": "
|
|
3
|
+
"$id": "EJ2SchemaTemplateID",
|
|
4
4
|
"title": "numerictextbox-customformat",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
@@ -120,5 +120,6 @@
|
|
|
120
120
|
},
|
|
121
121
|
"required": [
|
|
122
122
|
"name"
|
|
123
|
-
]
|
|
123
|
+
],
|
|
124
|
+
"id": "numerictextbox-customformat"
|
|
124
125
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/schema",
|
|
3
|
-
"id": "
|
|
3
|
+
"$id": "EJ2SchemaTemplateID",
|
|
4
4
|
"title": "numerictextbox-decimals",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
@@ -120,5 +120,6 @@
|
|
|
120
120
|
},
|
|
121
121
|
"required": [
|
|
122
122
|
"name"
|
|
123
|
-
]
|
|
123
|
+
],
|
|
124
|
+
"id": "numerictextbox-decimals"
|
|
124
125
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/schema",
|
|
3
|
-
"id": "
|
|
3
|
+
"$id": "EJ2SchemaTemplateID",
|
|
4
4
|
"title": "numerictextbox-default",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
@@ -120,5 +120,6 @@
|
|
|
120
120
|
},
|
|
121
121
|
"required": [
|
|
122
122
|
"name"
|
|
123
|
-
]
|
|
123
|
+
],
|
|
124
|
+
"id": "numerictextbox-default"
|
|
124
125
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/schema",
|
|
3
|
-
"id": "
|
|
3
|
+
"$id": "EJ2SchemaTemplateID",
|
|
4
4
|
"title": "numerictextbox-range",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
@@ -120,5 +120,6 @@
|
|
|
120
120
|
},
|
|
121
121
|
"required": [
|
|
122
122
|
"name"
|
|
123
|
-
]
|
|
123
|
+
],
|
|
124
|
+
"id": "numerictextbox-range"
|
|
124
125
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/schema",
|
|
3
|
-
"id": "
|
|
3
|
+
"$id": "EJ2SchemaTemplateID",
|
|
4
4
|
"title": "slider-default",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
@@ -120,5 +120,6 @@
|
|
|
120
120
|
},
|
|
121
121
|
"required": [
|
|
122
122
|
"name"
|
|
123
|
-
]
|
|
123
|
+
],
|
|
124
|
+
"id": "slider-default"
|
|
124
125
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/schema",
|
|
3
|
-
"id": "
|
|
3
|
+
"$id": "EJ2SchemaTemplateID",
|
|
4
4
|
"title": "slider-limits",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
@@ -120,5 +120,6 @@
|
|
|
120
120
|
},
|
|
121
121
|
"required": [
|
|
122
122
|
"name"
|
|
123
|
-
]
|
|
123
|
+
],
|
|
124
|
+
"id": "slider-limits"
|
|
124
125
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/schema",
|
|
3
|
-
"id": "
|
|
3
|
+
"$id": "EJ2SchemaTemplateID",
|
|
4
4
|
"title": "slider-minrange",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
@@ -120,5 +120,6 @@
|
|
|
120
120
|
},
|
|
121
121
|
"required": [
|
|
122
122
|
"name"
|
|
123
|
-
]
|
|
123
|
+
],
|
|
124
|
+
"id": "slider-minrange"
|
|
124
125
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/schema",
|
|
3
|
-
"id": "
|
|
3
|
+
"$id": "EJ2SchemaTemplateID",
|
|
4
4
|
"title": "slider-range",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
@@ -120,5 +120,6 @@
|
|
|
120
120
|
},
|
|
121
121
|
"required": [
|
|
122
122
|
"name"
|
|
123
|
-
]
|
|
123
|
+
],
|
|
124
|
+
"id": "slider-range"
|
|
124
125
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/schema",
|
|
3
|
-
"id": "
|
|
3
|
+
"$id": "EJ2SchemaTemplateID",
|
|
4
4
|
"title": "slider-ticks",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
@@ -120,5 +120,6 @@
|
|
|
120
120
|
},
|
|
121
121
|
"required": [
|
|
122
122
|
"name"
|
|
123
|
-
]
|
|
123
|
+
],
|
|
124
|
+
"id": "slider-ticks"
|
|
124
125
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/schema",
|
|
3
|
-
"id": "
|
|
3
|
+
"$id": "EJ2SchemaTemplateID",
|
|
4
4
|
"title": "slider-vertical",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
@@ -120,5 +120,6 @@
|
|
|
120
120
|
},
|
|
121
121
|
"required": [
|
|
122
122
|
"name"
|
|
123
|
-
]
|
|
123
|
+
],
|
|
124
|
+
"id": "slider-vertical"
|
|
124
125
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/schema",
|
|
3
|
-
"id": "
|
|
3
|
+
"$id": "EJ2SchemaTemplateID",
|
|
4
4
|
"title": "textbox-floatinglabel",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
@@ -120,5 +120,6 @@
|
|
|
120
120
|
},
|
|
121
121
|
"required": [
|
|
122
122
|
"name"
|
|
123
|
-
]
|
|
123
|
+
],
|
|
124
|
+
"id": "textbox-floatinglabel"
|
|
124
125
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/schema",
|
|
3
|
-
"id": "
|
|
3
|
+
"$id": "EJ2SchemaTemplateID",
|
|
4
4
|
"title": "uploader-autoupload",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
@@ -120,5 +120,6 @@
|
|
|
120
120
|
},
|
|
121
121
|
"required": [
|
|
122
122
|
"name"
|
|
123
|
-
]
|
|
123
|
+
],
|
|
124
|
+
"id": "uploader-autoupload"
|
|
124
125
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/schema",
|
|
3
|
-
"id": "
|
|
3
|
+
"$id": "EJ2SchemaTemplateID",
|
|
4
4
|
"title": "uploader-chunkupload",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
@@ -120,5 +120,6 @@
|
|
|
120
120
|
},
|
|
121
121
|
"required": [
|
|
122
122
|
"name"
|
|
123
|
-
]
|
|
123
|
+
],
|
|
124
|
+
"id": "uploader-chunkupload"
|
|
124
125
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/schema",
|
|
3
|
-
"id": "
|
|
3
|
+
"$id": "EJ2SchemaTemplateID",
|
|
4
4
|
"title": "uploader-directoryupload",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
@@ -120,5 +120,6 @@
|
|
|
120
120
|
},
|
|
121
121
|
"required": [
|
|
122
122
|
"name"
|
|
123
|
-
]
|
|
123
|
+
],
|
|
124
|
+
"id": "uploader-directoryupload"
|
|
124
125
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/schema",
|
|
3
|
-
"id": "
|
|
3
|
+
"$id": "EJ2SchemaTemplateID",
|
|
4
4
|
"title": "uploader-validation",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
@@ -120,5 +120,6 @@
|
|
|
120
120
|
},
|
|
121
121
|
"required": [
|
|
122
122
|
"name"
|
|
123
|
-
]
|
|
123
|
+
],
|
|
124
|
+
"id": "uploader-validation"
|
|
124
125
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-inputs";
|
|
2
|
-
export declare const pkgVer = "^
|
|
2
|
+
export declare const pkgVer = "^18.47.5";
|
|
3
3
|
export declare const moduleName = "TextBoxModule, NumericTextBoxModule, MaskedTextBoxModule, SliderModule, UploaderModule, ColorPickerModule, SignatureModule";
|
|
4
|
-
export declare const themeVer = "~
|
|
4
|
+
export declare const themeVer = "~18.47.5";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-inputs';
|
|
4
|
-
exports.pkgVer = '^
|
|
4
|
+
exports.pkgVer = '^18.47.5';
|
|
5
5
|
exports.moduleName = 'TextBoxModule, NumericTextBoxModule, MaskedTextBoxModule, SliderModule, UploaderModule, ColorPickerModule, SignatureModule';
|
|
6
|
-
exports.themeVer = '~
|
|
6
|
+
exports.themeVer = '~18.47.5';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-inputs';
|
|
2
|
-
export const pkgVer = '^
|
|
2
|
+
export const pkgVer = '^18.47.5';
|
|
3
3
|
export const moduleName = 'TextBoxModule, NumericTextBoxModule, MaskedTextBoxModule, SliderModule, UploaderModule, ColorPickerModule, SignatureModule';
|
|
4
|
-
export const themeVer = '~
|
|
4
|
+
export const themeVer = '~18.47.5';
|
|
@@ -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;
|
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;
|