@syncfusion/ej2-angular-inputs 23.2.4 → 24.1.41
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/package.json +9 -9
- 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 +263 -3
- package/styles/bootstrap-dark.scss +1 -0
- package/styles/bootstrap.css +263 -3
- package/styles/bootstrap.scss +1 -0
- package/styles/bootstrap4.css +263 -3
- package/styles/bootstrap4.scss +1 -0
- package/styles/bootstrap5-dark.css +276 -3
- package/styles/bootstrap5-dark.scss +1 -0
- package/styles/bootstrap5.css +276 -3
- package/styles/bootstrap5.scss +1 -0
- package/styles/color-picker/_layout.scss +36 -0
- package/styles/color-picker/bootstrap5-dark.css +13 -0
- package/styles/color-picker/bootstrap5.css +13 -0
- package/styles/color-picker/fabric.css +5 -0
- package/styles/color-picker/fluent-dark.css +13 -0
- package/styles/color-picker/fluent.css +13 -0
- package/styles/color-picker/material.css +13 -0
- package/styles/color-picker/material3-dark.css +18 -0
- package/styles/color-picker/material3.css +18 -0
- package/styles/color-picker/tailwind-dark.css +13 -0
- package/styles/color-picker/tailwind.css +13 -0
- package/styles/data-form/_all.scss +2 -0
- package/styles/data-form/_bootstrap-dark-definition.scss +42 -0
- package/styles/data-form/_bootstrap-definition.scss +41 -0
- package/styles/data-form/_bootstrap4-definition.scss +41 -0
- package/styles/data-form/_bootstrap5-dark-definition.scss +1 -0
- package/styles/data-form/_bootstrap5-definition.scss +41 -0
- package/styles/data-form/_fabric-dark-definition.scss +41 -0
- package/styles/data-form/_fabric-definition.scss +41 -0
- package/styles/data-form/_fluent-dark-definition.scss +1 -0
- package/styles/data-form/_fluent-definition.scss +41 -0
- package/styles/data-form/_fusionnew-definition.scss +41 -0
- package/styles/data-form/_highcontrast-definition.scss +41 -0
- package/styles/data-form/_highcontrast-light-definition.scss +41 -0
- package/styles/data-form/_layout.scss +223 -0
- package/styles/data-form/_material-dark-definition.scss +41 -0
- package/styles/data-form/_material-definition.scss +42 -0
- package/styles/data-form/_material3-dark-definition.scss +1 -0
- package/styles/data-form/_material3-definition.scss +41 -0
- package/styles/data-form/_tailwind-dark-definition.scss +1 -0
- package/styles/data-form/_tailwind-definition.scss +41 -0
- package/styles/data-form/_theme.scss +38 -0
- package/styles/data-form/bootstrap-dark.css +240 -0
- package/styles/data-form/bootstrap-dark.scss +3 -0
- package/styles/data-form/bootstrap.css +240 -0
- package/styles/data-form/bootstrap.scss +3 -0
- package/styles/data-form/bootstrap4.css +240 -0
- package/styles/data-form/bootstrap4.scss +3 -0
- package/styles/data-form/bootstrap5-dark.css +240 -0
- package/styles/data-form/bootstrap5-dark.scss +3 -0
- package/styles/data-form/bootstrap5.css +240 -0
- package/styles/data-form/bootstrap5.scss +3 -0
- package/styles/data-form/fabric-dark.css +240 -0
- package/styles/data-form/fabric-dark.scss +3 -0
- package/styles/data-form/fabric.css +240 -0
- package/styles/data-form/fabric.scss +3 -0
- package/styles/data-form/fluent-dark.css +240 -0
- package/styles/data-form/fluent-dark.scss +3 -0
- package/styles/data-form/fluent.css +240 -0
- package/styles/data-form/fluent.scss +3 -0
- package/styles/data-form/highcontrast-light.css +240 -0
- package/styles/data-form/highcontrast-light.scss +3 -0
- package/styles/data-form/highcontrast.css +240 -0
- package/styles/data-form/highcontrast.scss +3 -0
- package/styles/data-form/material-dark.css +240 -0
- package/styles/data-form/material-dark.scss +3 -0
- package/styles/data-form/material.css +240 -0
- package/styles/data-form/material.scss +3 -0
- package/styles/data-form/material3-dark.css +295 -0
- package/styles/data-form/material3-dark.scss +4 -0
- package/styles/data-form/material3.css +351 -0
- package/styles/data-form/material3.scss +4 -0
- package/styles/data-form/tailwind-dark.css +240 -0
- package/styles/data-form/tailwind-dark.scss +3 -0
- package/styles/data-form/tailwind.css +240 -0
- package/styles/data-form/tailwind.scss +3 -0
- package/styles/fabric-dark.css +263 -3
- package/styles/fabric-dark.scss +1 -0
- package/styles/fabric.css +268 -3
- package/styles/fabric.scss +1 -0
- package/styles/fluent-dark.css +276 -3
- package/styles/fluent-dark.scss +1 -0
- package/styles/fluent.css +276 -3
- package/styles/fluent.scss +1 -0
- package/styles/highcontrast-light.css +263 -3
- package/styles/highcontrast-light.scss +1 -0
- package/styles/highcontrast.css +263 -3
- package/styles/highcontrast.scss +1 -0
- package/styles/material-dark.css +275 -3
- package/styles/material-dark.scss +1 -0
- package/styles/material.css +288 -3
- package/styles/material.scss +1 -0
- package/styles/material3-dark.css +293 -3
- package/styles/material3-dark.scss +1 -0
- package/styles/material3.css +293 -3
- package/styles/material3.scss +1 -0
- package/styles/rating/_bootstrap-dark-definition.scss +4 -0
- package/styles/rating/_bootstrap-definition.scss +4 -0
- package/styles/rating/_bootstrap4-definition.scss +4 -0
- package/styles/rating/_bootstrap5-definition.scss +4 -0
- package/styles/rating/_fabric-dark-definition.scss +4 -0
- package/styles/rating/_fabric-definition.scss +4 -0
- package/styles/rating/_fluent-definition.scss +4 -0
- package/styles/rating/_fusionnew-definition.scss +4 -0
- package/styles/rating/_highcontrast-definition.scss +4 -0
- package/styles/rating/_highcontrast-light-definition.scss +4 -0
- package/styles/rating/_layout.scss +21 -7
- package/styles/rating/_material-dark-definition.scss +4 -0
- package/styles/rating/_material-definition.scss +4 -0
- package/styles/rating/_material3-definition.scss +4 -0
- package/styles/rating/_tailwind-definition.scss +4 -0
- package/styles/rating/_theme.scss +5 -2
- package/styles/rating/bootstrap-dark.css +22 -3
- package/styles/rating/bootstrap.css +22 -3
- package/styles/rating/bootstrap4.css +22 -3
- package/styles/rating/bootstrap5-dark.css +22 -3
- package/styles/rating/bootstrap5.css +22 -3
- package/styles/rating/fabric-dark.css +22 -3
- package/styles/rating/fabric.css +22 -3
- package/styles/rating/fluent-dark.css +22 -3
- package/styles/rating/fluent.css +22 -3
- package/styles/rating/highcontrast-light.css +22 -3
- package/styles/rating/highcontrast.css +22 -3
- package/styles/rating/material-dark.css +22 -3
- package/styles/rating/material.css +22 -3
- package/styles/rating/material3-dark.css +22 -3
- package/styles/rating/material3.css +22 -3
- package/styles/rating/tailwind-dark.css +22 -3
- package/styles/rating/tailwind.css +22 -3
- package/styles/slider/_layout.scss +4 -0
- package/styles/slider/material-dark.css +12 -0
- package/styles/slider/material.css +12 -0
- package/styles/slider/material3-dark.css +12 -0
- package/styles/slider/material3.css +12 -0
- package/styles/tailwind-dark.css +276 -3
- package/styles/tailwind-dark.scss +1 -0
- package/styles/tailwind.css +276 -3
- package/styles/tailwind.scss +1 -0
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-inputs@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-inputs@
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-inputs@18.78.12",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-ZaGigt61WR/ZNY9sm67QhJ6xQYuA7jZtMMDyBNT8OlefUY2UY32NguPJGEN6kbKhaJe1MU8Rc3MpjP35zuFbsA==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-angular-inputs",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-release/@syncfusion/ej2-angular-inputs/-/ej2-angular-inputs-18.78.12.tgz",
|
|
23
|
+
"_shasum": "9c1d4fdfebeb002885989a48b07eaba4ddf9022e",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-inputs@*",
|
|
25
|
-
"_where": "/jenkins/workspace/elease-
|
|
25
|
+
"_where": "/jenkins/workspace/elease-automation_release_24.1.1/ivypackages/included",
|
|
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": "~
|
|
35
|
-
"@syncfusion/ej2-base": "~
|
|
36
|
-
"@syncfusion/ej2-inputs": "
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~24.1.41",
|
|
35
|
+
"@syncfusion/ej2-base": "~24.1.41",
|
|
36
|
+
"@syncfusion/ej2-inputs": "24.1.41",
|
|
37
37
|
"tslib": "^2.3.0"
|
|
38
38
|
},
|
|
39
39
|
"deprecated": false,
|
|
@@ -95,5 +95,5 @@
|
|
|
95
95
|
"schematics": "./schematics/collection.json",
|
|
96
96
|
"sideEffects": false,
|
|
97
97
|
"typings": "syncfusion-ej2-angular-inputs.d.ts",
|
|
98
|
-
"version": "
|
|
98
|
+
"version": "24.1.41"
|
|
99
99
|
}
|
|
@@ -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.78.12";
|
|
3
3
|
export declare const moduleName = "TextBoxModule, NumericTextBoxModule, MaskedTextBoxModule, SliderModule, UploaderModule, ColorPickerModule, SignatureModule, RatingModule";
|
|
4
|
-
export declare const themeVer = "~
|
|
4
|
+
export declare const themeVer = "~18.78.12";
|
|
@@ -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 = '^24.1.41';
|
|
5
5
|
exports.moduleName = 'TextBoxModule, NumericTextBoxModule, MaskedTextBoxModule, SliderModule, UploaderModule, ColorPickerModule, SignatureModule, RatingModule';
|
|
6
|
-
exports.themeVer = '~
|
|
6
|
+
exports.themeVer = '~24.1.41';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-inputs';
|
|
2
|
-
export const pkgVer = '^
|
|
2
|
+
export const pkgVer = '^24.1.41';
|
|
3
3
|
export const moduleName = 'TextBoxModule, NumericTextBoxModule, MaskedTextBoxModule, SliderModule, UploaderModule, ColorPickerModule, SignatureModule, RatingModule';
|
|
4
|
-
export const themeVer = '~
|
|
4
|
+
export const themeVer = '~24.1.41';
|
|
@@ -6809,7 +6809,8 @@ body.e-colorpicker-overflow {
|
|
|
6809
6809
|
padding: 0;
|
|
6810
6810
|
margin: 4px;
|
|
6811
6811
|
}
|
|
6812
|
-
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus
|
|
6812
|
+
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus:not(:has(svg)),
|
|
6813
|
+
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus .e-rating-item:has(svg) {
|
|
6813
6814
|
outline: 1px solid;
|
|
6814
6815
|
}
|
|
6815
6816
|
.e-rating-container .e-rating-item-list:focus-visible {
|
|
@@ -6828,10 +6829,13 @@ body.e-colorpicker-overflow {
|
|
|
6828
6829
|
min-height: calc(1em + 8px);
|
|
6829
6830
|
position: relative;
|
|
6830
6831
|
}
|
|
6832
|
+
.e-rating-container .e-rating-item-container:has(svg) {
|
|
6833
|
+
line-height: 9px;
|
|
6834
|
+
}
|
|
6831
6835
|
.e-rating-container .e-rating-item-container .e-rating-item {
|
|
6832
6836
|
display: block;
|
|
6833
6837
|
}
|
|
6834
|
-
.e-rating-container.e-rating-animation:not(.e-disabled) .e-rating-item-container:hover .e-rating-item {
|
|
6838
|
+
.e-rating-container.e-rating-animation.e-touch-select:not(.e-disabled) .e-rating-item-container.e-rating-focus .e-rating-item, .e-rating-container.e-rating-animation:not(.e-disabled, .e-rating-touch) .e-rating-item-container:hover .e-rating-item {
|
|
6835
6839
|
transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
|
|
6836
6840
|
transform: scale(1.4);
|
|
6837
6841
|
pointer-events: none;
|
|
@@ -6921,6 +6925,10 @@ body.e-colorpicker-overflow {
|
|
|
6921
6925
|
.e-small .e-rating-container .e-rating-item-container {
|
|
6922
6926
|
font-size: 16px;
|
|
6923
6927
|
}
|
|
6928
|
+
.e-small.e-rating-container .e-rating-item-container:has(svg),
|
|
6929
|
+
.e-small .e-rating-container .e-rating-item-container:has(svg) {
|
|
6930
|
+
line-height: 4px;
|
|
6931
|
+
}
|
|
6924
6932
|
.e-small.e-rating-container .e-rating-label,
|
|
6925
6933
|
.e-small .e-rating-container .e-rating-label {
|
|
6926
6934
|
font-size: 10px;
|
|
@@ -6935,6 +6943,10 @@ body.e-colorpicker-overflow {
|
|
|
6935
6943
|
.e-bigger .e-rating-container .e-rating-item-container {
|
|
6936
6944
|
font-size: 32px;
|
|
6937
6945
|
}
|
|
6946
|
+
.e-bigger.e-rating-container .e-rating-item-container:has(svg),
|
|
6947
|
+
.e-bigger .e-rating-container .e-rating-item-container:has(svg) {
|
|
6948
|
+
line-height: 16px;
|
|
6949
|
+
}
|
|
6938
6950
|
.e-bigger.e-rating-container .e-rating-label,
|
|
6939
6951
|
.e-bigger .e-rating-container .e-rating-label {
|
|
6940
6952
|
font-size: 14px;
|
|
@@ -6951,6 +6963,12 @@ body.e-colorpicker-overflow {
|
|
|
6951
6963
|
.e-small .e-bigger.e-rating-container .e-rating-item-container {
|
|
6952
6964
|
font-size: 26px;
|
|
6953
6965
|
}
|
|
6966
|
+
.e-bigger.e-small.e-rating-container .e-rating-item-container:has(svg),
|
|
6967
|
+
.e-bigger.e-small .e-rating-container .e-rating-item-container:has(svg),
|
|
6968
|
+
.e-bigger .e-small.e-rating-container .e-rating-item-container:has(svg),
|
|
6969
|
+
.e-small .e-bigger.e-rating-container .e-rating-item-container:has(svg) {
|
|
6970
|
+
line-height: 9px;
|
|
6971
|
+
}
|
|
6954
6972
|
.e-bigger.e-small.e-rating-container .e-rating-label,
|
|
6955
6973
|
.e-bigger.e-small .e-rating-container .e-rating-label,
|
|
6956
6974
|
.e-bigger .e-small.e-rating-container .e-rating-label,
|
|
@@ -6965,7 +6983,8 @@ body.e-colorpicker-overflow {
|
|
|
6965
6983
|
font-size: 22px;
|
|
6966
6984
|
}
|
|
6967
6985
|
|
|
6968
|
-
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus
|
|
6986
|
+
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus:not(:has(svg)),
|
|
6987
|
+
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus .e-rating-item:has(svg) {
|
|
6969
6988
|
outline-color: #676767;
|
|
6970
6989
|
border-radius: 2px;
|
|
6971
6990
|
}
|
|
@@ -7058,4 +7077,245 @@ body.e-colorpicker-overflow {
|
|
|
7058
7077
|
/* stylelint-disable property-no-vendor-prefix */
|
|
7059
7078
|
-webkit-background-clip: text;
|
|
7060
7079
|
/* stylelint-enable property-no-vendor-prefix */
|
|
7080
|
+
}
|
|
7081
|
+
|
|
7082
|
+
/*! Form bootstrap theme wise override definitions and variables */
|
|
7083
|
+
/*! data-form layout */
|
|
7084
|
+
.e-data-form .e-form-label {
|
|
7085
|
+
font-size: 12px;
|
|
7086
|
+
margin-bottom: 4px;
|
|
7087
|
+
font-weight: 400;
|
|
7088
|
+
}
|
|
7089
|
+
.e-data-form .e-form-layout {
|
|
7090
|
+
display: -ms-grid;
|
|
7091
|
+
display: grid;
|
|
7092
|
+
}
|
|
7093
|
+
.e-data-form .e-grid-col-2 {
|
|
7094
|
+
-ms-grid-columns: (minmax(0, 1fr))[2];
|
|
7095
|
+
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
7096
|
+
}
|
|
7097
|
+
.e-data-form .e-grid-col-3 {
|
|
7098
|
+
-ms-grid-columns: (minmax(0, 1fr))[3];
|
|
7099
|
+
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
7100
|
+
}
|
|
7101
|
+
.e-data-form .e-grid-col-4 {
|
|
7102
|
+
-ms-grid-columns: (minmax(0, 1fr))[4];
|
|
7103
|
+
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
7104
|
+
}
|
|
7105
|
+
.e-data-form .e-grid-col-5 {
|
|
7106
|
+
-ms-grid-columns: (minmax(0, 1fr))[5];
|
|
7107
|
+
grid-template-columns: repeat(5, minmax(0, 1fr));
|
|
7108
|
+
}
|
|
7109
|
+
.e-data-form .e-grid-col-6 {
|
|
7110
|
+
-ms-grid-columns: (minmax(0, 1fr))[6];
|
|
7111
|
+
grid-template-columns: repeat(6, minmax(0, 1fr));
|
|
7112
|
+
}
|
|
7113
|
+
.e-data-form .e-grid-col-7 {
|
|
7114
|
+
-ms-grid-columns: (minmax(0, 1fr))[7];
|
|
7115
|
+
grid-template-columns: repeat(7, minmax(0, 1fr));
|
|
7116
|
+
}
|
|
7117
|
+
.e-data-form .e-grid-col-8 {
|
|
7118
|
+
-ms-grid-columns: (minmax(0, 1fr))[8];
|
|
7119
|
+
grid-template-columns: repeat(8, minmax(0, 1fr));
|
|
7120
|
+
}
|
|
7121
|
+
.e-data-form .e-grid-col-9 {
|
|
7122
|
+
-ms-grid-columns: (minmax(0, 1fr))[9];
|
|
7123
|
+
grid-template-columns: repeat(9, minmax(0, 1fr));
|
|
7124
|
+
}
|
|
7125
|
+
.e-data-form .e-grid-col-10 {
|
|
7126
|
+
-ms-grid-columns: (minmax(0, 1fr))[10];
|
|
7127
|
+
grid-template-columns: repeat(10, minmax(0, 1fr));
|
|
7128
|
+
}
|
|
7129
|
+
.e-data-form .e-grid-col-11 {
|
|
7130
|
+
-ms-grid-columns: (minmax(0, 1fr))[11];
|
|
7131
|
+
grid-template-columns: repeat(11, minmax(0, 1fr));
|
|
7132
|
+
}
|
|
7133
|
+
.e-data-form .e-grid-col-12 {
|
|
7134
|
+
-ms-grid-columns: (minmax(0, 1fr))[12];
|
|
7135
|
+
grid-template-columns: repeat(12, minmax(0, 1fr));
|
|
7136
|
+
}
|
|
7137
|
+
.e-data-form .e-colspan-1 {
|
|
7138
|
+
-ms-grid-column-span: 1;
|
|
7139
|
+
-ms-grid-column: span 1;
|
|
7140
|
+
grid-column: span 1/span 1;
|
|
7141
|
+
}
|
|
7142
|
+
.e-data-form .e-colspan-2 {
|
|
7143
|
+
-ms-grid-column-span: 2;
|
|
7144
|
+
-ms-grid-column: span 2;
|
|
7145
|
+
grid-column: span 2/span 2;
|
|
7146
|
+
}
|
|
7147
|
+
.e-data-form .e-colspan-3 {
|
|
7148
|
+
-ms-grid-column-span: 3;
|
|
7149
|
+
-ms-grid-column: span 3;
|
|
7150
|
+
grid-column: span 3/span 3;
|
|
7151
|
+
}
|
|
7152
|
+
.e-data-form .e-colspan-4 {
|
|
7153
|
+
-ms-grid-column-span: 4;
|
|
7154
|
+
-ms-grid-column: span 4;
|
|
7155
|
+
grid-column: span 4/span 4;
|
|
7156
|
+
}
|
|
7157
|
+
.e-data-form .e-colspan-5 {
|
|
7158
|
+
-ms-grid-column-span: 5;
|
|
7159
|
+
-ms-grid-column: span 5;
|
|
7160
|
+
grid-column: span 5/span 5;
|
|
7161
|
+
}
|
|
7162
|
+
.e-data-form .e-colspan-6 {
|
|
7163
|
+
-ms-grid-column-span: 6;
|
|
7164
|
+
-ms-grid-column: span 6;
|
|
7165
|
+
grid-column: span 6/span 6;
|
|
7166
|
+
}
|
|
7167
|
+
.e-data-form .e-colspan-7 {
|
|
7168
|
+
-ms-grid-column-span: 7;
|
|
7169
|
+
-ms-grid-column: span 7;
|
|
7170
|
+
grid-column: span 7/span 7;
|
|
7171
|
+
}
|
|
7172
|
+
.e-data-form .e-colspan-8 {
|
|
7173
|
+
-ms-grid-column-span: 8;
|
|
7174
|
+
-ms-grid-column: span 8;
|
|
7175
|
+
grid-column: span 8/span 8;
|
|
7176
|
+
}
|
|
7177
|
+
.e-data-form .e-colspan-9 {
|
|
7178
|
+
-ms-grid-column-span: 9;
|
|
7179
|
+
-ms-grid-column: span 9;
|
|
7180
|
+
grid-column: span 9/span 9;
|
|
7181
|
+
}
|
|
7182
|
+
.e-data-form .e-colspan-10 {
|
|
7183
|
+
-ms-grid-column-span: 10;
|
|
7184
|
+
-ms-grid-column: span 10;
|
|
7185
|
+
grid-column: span 10/span 10;
|
|
7186
|
+
}
|
|
7187
|
+
.e-data-form .e-colspan-11 {
|
|
7188
|
+
-ms-grid-column-span: 11;
|
|
7189
|
+
-ms-grid-column: span 11;
|
|
7190
|
+
grid-column: span 11/span 11;
|
|
7191
|
+
}
|
|
7192
|
+
.e-data-form .e-colspan-12 {
|
|
7193
|
+
-ms-grid-column-span: 12;
|
|
7194
|
+
-ms-grid-column: span 12;
|
|
7195
|
+
grid-column: span 12/span 12;
|
|
7196
|
+
}
|
|
7197
|
+
.e-data-form .e-label-left .e-form-item-wrapper {
|
|
7198
|
+
-ms-flex: 1 1 auto;
|
|
7199
|
+
flex: 1 1 auto;
|
|
7200
|
+
max-width: calc(75% - 12px);
|
|
7201
|
+
}
|
|
7202
|
+
.e-data-form .e-label-left .e-form-label {
|
|
7203
|
+
margin-right: 12px;
|
|
7204
|
+
width: 25%;
|
|
7205
|
+
text-align: end;
|
|
7206
|
+
-ms-flex-direction: column;
|
|
7207
|
+
flex-direction: column;
|
|
7208
|
+
-ms-flex-align: end;
|
|
7209
|
+
align-items: flex-end;
|
|
7210
|
+
-ms-flex-pack: start;
|
|
7211
|
+
justify-content: flex-start;
|
|
7212
|
+
}
|
|
7213
|
+
.e-data-form .e-label-left .validation-message {
|
|
7214
|
+
display: -ms-flexbox;
|
|
7215
|
+
display: flex;
|
|
7216
|
+
}
|
|
7217
|
+
.e-data-form .e-form-group {
|
|
7218
|
+
border: none;
|
|
7219
|
+
padding: 0;
|
|
7220
|
+
margin: 0;
|
|
7221
|
+
}
|
|
7222
|
+
.e-data-form .e-form-group .e-group-title {
|
|
7223
|
+
position: relative;
|
|
7224
|
+
display: inline-block;
|
|
7225
|
+
padding-bottom: 8px;
|
|
7226
|
+
/* Gap between text and border */
|
|
7227
|
+
margin-bottom: 4px;
|
|
7228
|
+
font-size: 16px;
|
|
7229
|
+
}
|
|
7230
|
+
.e-data-form .e-form-group .e-group-title::after {
|
|
7231
|
+
content: "";
|
|
7232
|
+
position: absolute;
|
|
7233
|
+
bottom: 0;
|
|
7234
|
+
left: 0;
|
|
7235
|
+
width: 100%;
|
|
7236
|
+
height: 1px;
|
|
7237
|
+
border-bottom: 1px solid #1a1a1a;
|
|
7238
|
+
}
|
|
7239
|
+
.e-data-form .e-label-top {
|
|
7240
|
+
display: -ms-flexbox;
|
|
7241
|
+
display: flex;
|
|
7242
|
+
-ms-flex-direction: column;
|
|
7243
|
+
flex-direction: column;
|
|
7244
|
+
margin-top: 20px;
|
|
7245
|
+
}
|
|
7246
|
+
.e-data-form .e-label-top .e-label-right {
|
|
7247
|
+
display: -ms-flexbox;
|
|
7248
|
+
display: flex;
|
|
7249
|
+
-ms-flex-align: center;
|
|
7250
|
+
align-items: center;
|
|
7251
|
+
}
|
|
7252
|
+
.e-data-form .e-label-top .e-label-right .e-switch-wrapper + .e-form-label {
|
|
7253
|
+
margin-top: 3px;
|
|
7254
|
+
margin-left: 5px;
|
|
7255
|
+
}
|
|
7256
|
+
.e-data-form .e-label-top .e-label-right .e-checkbox-wrapper + .e-form-label {
|
|
7257
|
+
margin-top: 5px;
|
|
7258
|
+
}
|
|
7259
|
+
.e-data-form .e-label-left {
|
|
7260
|
+
display: -ms-flexbox;
|
|
7261
|
+
display: flex;
|
|
7262
|
+
text-align: center;
|
|
7263
|
+
margin-top: 20px;
|
|
7264
|
+
}
|
|
7265
|
+
.e-data-form .e-button-left {
|
|
7266
|
+
-ms-flex-pack: start;
|
|
7267
|
+
justify-content: flex-start;
|
|
7268
|
+
}
|
|
7269
|
+
.e-data-form .e-button-right {
|
|
7270
|
+
-ms-flex-pack: end;
|
|
7271
|
+
justify-content: flex-end;
|
|
7272
|
+
}
|
|
7273
|
+
.e-data-form .e-button-center {
|
|
7274
|
+
-ms-flex-pack: center;
|
|
7275
|
+
justify-content: center;
|
|
7276
|
+
}
|
|
7277
|
+
.e-data-form .e-button-left, .e-data-form .e-button-right, .e-data-form .e-button-center, .e-data-form .e-button-stretch {
|
|
7278
|
+
margin-top: 24px;
|
|
7279
|
+
display: -ms-flexbox;
|
|
7280
|
+
display: flex;
|
|
7281
|
+
gap: 10px;
|
|
7282
|
+
}
|
|
7283
|
+
.e-data-form .e-button-left .e-btn, .e-data-form .e-button-right .e-btn, .e-data-form .e-button-center .e-btn, .e-data-form .e-button-stretch .e-btn {
|
|
7284
|
+
border-radius: 20px;
|
|
7285
|
+
padding: 7px 16px;
|
|
7286
|
+
}
|
|
7287
|
+
.e-data-form .e-button-stretch .e-btn {
|
|
7288
|
+
width: 100%;
|
|
7289
|
+
}
|
|
7290
|
+
.e-data-form > :first-child.e-form-layout {
|
|
7291
|
+
margin-top: 0;
|
|
7292
|
+
}
|
|
7293
|
+
.e-data-form .e-form-group-layout {
|
|
7294
|
+
display: -ms-grid;
|
|
7295
|
+
display: grid;
|
|
7296
|
+
}
|
|
7297
|
+
|
|
7298
|
+
/*! data-form theme */
|
|
7299
|
+
.e-data-form .e-form-label {
|
|
7300
|
+
color: #fff;
|
|
7301
|
+
}
|
|
7302
|
+
.e-data-form .e-group-title {
|
|
7303
|
+
color: #fff;
|
|
7304
|
+
}
|
|
7305
|
+
.e-data-form .validation-message {
|
|
7306
|
+
color: #f2caca;
|
|
7307
|
+
font-size: 12px;
|
|
7308
|
+
font-style: italic;
|
|
7309
|
+
}
|
|
7310
|
+
|
|
7311
|
+
.e-tooltip-wrap.e-popup.e-error-tooltip {
|
|
7312
|
+
background-color: #832020;
|
|
7313
|
+
border: #832020;
|
|
7314
|
+
}
|
|
7315
|
+
.e-tooltip-wrap.e-popup.e-error-tooltip .e-tip-content .validation-message {
|
|
7316
|
+
color: #f2caca;
|
|
7317
|
+
}
|
|
7318
|
+
.e-tooltip-wrap.e-popup.e-error-tooltip .e-arrow-tip .e-arrow-tip-outer.e-tip-top, .e-tooltip-wrap.e-popup.e-error-tooltip .e-arrow-tip .e-arrow-tip-inner.e-tip-top {
|
|
7319
|
+
border-bottom-color: #832020;
|
|
7320
|
+
color: #832020;
|
|
7061
7321
|
}
|
package/styles/bootstrap.css
CHANGED
|
@@ -6788,7 +6788,8 @@ body.e-colorpicker-overflow {
|
|
|
6788
6788
|
padding: 0;
|
|
6789
6789
|
margin: 4px;
|
|
6790
6790
|
}
|
|
6791
|
-
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus
|
|
6791
|
+
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus:not(:has(svg)),
|
|
6792
|
+
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus .e-rating-item:has(svg) {
|
|
6792
6793
|
outline: 1px solid;
|
|
6793
6794
|
}
|
|
6794
6795
|
.e-rating-container .e-rating-item-list:focus-visible {
|
|
@@ -6807,10 +6808,13 @@ body.e-colorpicker-overflow {
|
|
|
6807
6808
|
min-height: calc(1em + 8px);
|
|
6808
6809
|
position: relative;
|
|
6809
6810
|
}
|
|
6811
|
+
.e-rating-container .e-rating-item-container:has(svg) {
|
|
6812
|
+
line-height: 9px;
|
|
6813
|
+
}
|
|
6810
6814
|
.e-rating-container .e-rating-item-container .e-rating-item {
|
|
6811
6815
|
display: block;
|
|
6812
6816
|
}
|
|
6813
|
-
.e-rating-container.e-rating-animation:not(.e-disabled) .e-rating-item-container:hover .e-rating-item {
|
|
6817
|
+
.e-rating-container.e-rating-animation.e-touch-select:not(.e-disabled) .e-rating-item-container.e-rating-focus .e-rating-item, .e-rating-container.e-rating-animation:not(.e-disabled, .e-rating-touch) .e-rating-item-container:hover .e-rating-item {
|
|
6814
6818
|
transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
|
|
6815
6819
|
transform: scale(1.4);
|
|
6816
6820
|
pointer-events: none;
|
|
@@ -6900,6 +6904,10 @@ body.e-colorpicker-overflow {
|
|
|
6900
6904
|
.e-small .e-rating-container .e-rating-item-container {
|
|
6901
6905
|
font-size: 16px;
|
|
6902
6906
|
}
|
|
6907
|
+
.e-small.e-rating-container .e-rating-item-container:has(svg),
|
|
6908
|
+
.e-small .e-rating-container .e-rating-item-container:has(svg) {
|
|
6909
|
+
line-height: 4px;
|
|
6910
|
+
}
|
|
6903
6911
|
.e-small.e-rating-container .e-rating-label,
|
|
6904
6912
|
.e-small .e-rating-container .e-rating-label {
|
|
6905
6913
|
font-size: 10px;
|
|
@@ -6914,6 +6922,10 @@ body.e-colorpicker-overflow {
|
|
|
6914
6922
|
.e-bigger .e-rating-container .e-rating-item-container {
|
|
6915
6923
|
font-size: 32px;
|
|
6916
6924
|
}
|
|
6925
|
+
.e-bigger.e-rating-container .e-rating-item-container:has(svg),
|
|
6926
|
+
.e-bigger .e-rating-container .e-rating-item-container:has(svg) {
|
|
6927
|
+
line-height: 16px;
|
|
6928
|
+
}
|
|
6917
6929
|
.e-bigger.e-rating-container .e-rating-label,
|
|
6918
6930
|
.e-bigger .e-rating-container .e-rating-label {
|
|
6919
6931
|
font-size: 14px;
|
|
@@ -6930,6 +6942,12 @@ body.e-colorpicker-overflow {
|
|
|
6930
6942
|
.e-small .e-bigger.e-rating-container .e-rating-item-container {
|
|
6931
6943
|
font-size: 26px;
|
|
6932
6944
|
}
|
|
6945
|
+
.e-bigger.e-small.e-rating-container .e-rating-item-container:has(svg),
|
|
6946
|
+
.e-bigger.e-small .e-rating-container .e-rating-item-container:has(svg),
|
|
6947
|
+
.e-bigger .e-small.e-rating-container .e-rating-item-container:has(svg),
|
|
6948
|
+
.e-small .e-bigger.e-rating-container .e-rating-item-container:has(svg) {
|
|
6949
|
+
line-height: 9px;
|
|
6950
|
+
}
|
|
6933
6951
|
.e-bigger.e-small.e-rating-container .e-rating-label,
|
|
6934
6952
|
.e-bigger.e-small .e-rating-container .e-rating-label,
|
|
6935
6953
|
.e-bigger .e-small.e-rating-container .e-rating-label,
|
|
@@ -6944,7 +6962,8 @@ body.e-colorpicker-overflow {
|
|
|
6944
6962
|
font-size: 24px;
|
|
6945
6963
|
}
|
|
6946
6964
|
|
|
6947
|
-
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus
|
|
6965
|
+
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus:not(:has(svg)),
|
|
6966
|
+
.e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus .e-rating-item:has(svg) {
|
|
6948
6967
|
outline-color: #adadad;
|
|
6949
6968
|
border-radius: 2px;
|
|
6950
6969
|
}
|
|
@@ -7037,4 +7056,245 @@ body.e-colorpicker-overflow {
|
|
|
7037
7056
|
/* stylelint-disable property-no-vendor-prefix */
|
|
7038
7057
|
-webkit-background-clip: text;
|
|
7039
7058
|
/* stylelint-enable property-no-vendor-prefix */
|
|
7059
|
+
}
|
|
7060
|
+
|
|
7061
|
+
/*! Form bootstrap theme wise override definitions and variables */
|
|
7062
|
+
/*! data-form layout */
|
|
7063
|
+
.e-data-form .e-form-label {
|
|
7064
|
+
font-size: 12px;
|
|
7065
|
+
margin-bottom: 4px;
|
|
7066
|
+
font-weight: 400;
|
|
7067
|
+
}
|
|
7068
|
+
.e-data-form .e-form-layout {
|
|
7069
|
+
display: -ms-grid;
|
|
7070
|
+
display: grid;
|
|
7071
|
+
}
|
|
7072
|
+
.e-data-form .e-grid-col-2 {
|
|
7073
|
+
-ms-grid-columns: (minmax(0, 1fr))[2];
|
|
7074
|
+
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
7075
|
+
}
|
|
7076
|
+
.e-data-form .e-grid-col-3 {
|
|
7077
|
+
-ms-grid-columns: (minmax(0, 1fr))[3];
|
|
7078
|
+
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
7079
|
+
}
|
|
7080
|
+
.e-data-form .e-grid-col-4 {
|
|
7081
|
+
-ms-grid-columns: (minmax(0, 1fr))[4];
|
|
7082
|
+
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
7083
|
+
}
|
|
7084
|
+
.e-data-form .e-grid-col-5 {
|
|
7085
|
+
-ms-grid-columns: (minmax(0, 1fr))[5];
|
|
7086
|
+
grid-template-columns: repeat(5, minmax(0, 1fr));
|
|
7087
|
+
}
|
|
7088
|
+
.e-data-form .e-grid-col-6 {
|
|
7089
|
+
-ms-grid-columns: (minmax(0, 1fr))[6];
|
|
7090
|
+
grid-template-columns: repeat(6, minmax(0, 1fr));
|
|
7091
|
+
}
|
|
7092
|
+
.e-data-form .e-grid-col-7 {
|
|
7093
|
+
-ms-grid-columns: (minmax(0, 1fr))[7];
|
|
7094
|
+
grid-template-columns: repeat(7, minmax(0, 1fr));
|
|
7095
|
+
}
|
|
7096
|
+
.e-data-form .e-grid-col-8 {
|
|
7097
|
+
-ms-grid-columns: (minmax(0, 1fr))[8];
|
|
7098
|
+
grid-template-columns: repeat(8, minmax(0, 1fr));
|
|
7099
|
+
}
|
|
7100
|
+
.e-data-form .e-grid-col-9 {
|
|
7101
|
+
-ms-grid-columns: (minmax(0, 1fr))[9];
|
|
7102
|
+
grid-template-columns: repeat(9, minmax(0, 1fr));
|
|
7103
|
+
}
|
|
7104
|
+
.e-data-form .e-grid-col-10 {
|
|
7105
|
+
-ms-grid-columns: (minmax(0, 1fr))[10];
|
|
7106
|
+
grid-template-columns: repeat(10, minmax(0, 1fr));
|
|
7107
|
+
}
|
|
7108
|
+
.e-data-form .e-grid-col-11 {
|
|
7109
|
+
-ms-grid-columns: (minmax(0, 1fr))[11];
|
|
7110
|
+
grid-template-columns: repeat(11, minmax(0, 1fr));
|
|
7111
|
+
}
|
|
7112
|
+
.e-data-form .e-grid-col-12 {
|
|
7113
|
+
-ms-grid-columns: (minmax(0, 1fr))[12];
|
|
7114
|
+
grid-template-columns: repeat(12, minmax(0, 1fr));
|
|
7115
|
+
}
|
|
7116
|
+
.e-data-form .e-colspan-1 {
|
|
7117
|
+
-ms-grid-column-span: 1;
|
|
7118
|
+
-ms-grid-column: span 1;
|
|
7119
|
+
grid-column: span 1/span 1;
|
|
7120
|
+
}
|
|
7121
|
+
.e-data-form .e-colspan-2 {
|
|
7122
|
+
-ms-grid-column-span: 2;
|
|
7123
|
+
-ms-grid-column: span 2;
|
|
7124
|
+
grid-column: span 2/span 2;
|
|
7125
|
+
}
|
|
7126
|
+
.e-data-form .e-colspan-3 {
|
|
7127
|
+
-ms-grid-column-span: 3;
|
|
7128
|
+
-ms-grid-column: span 3;
|
|
7129
|
+
grid-column: span 3/span 3;
|
|
7130
|
+
}
|
|
7131
|
+
.e-data-form .e-colspan-4 {
|
|
7132
|
+
-ms-grid-column-span: 4;
|
|
7133
|
+
-ms-grid-column: span 4;
|
|
7134
|
+
grid-column: span 4/span 4;
|
|
7135
|
+
}
|
|
7136
|
+
.e-data-form .e-colspan-5 {
|
|
7137
|
+
-ms-grid-column-span: 5;
|
|
7138
|
+
-ms-grid-column: span 5;
|
|
7139
|
+
grid-column: span 5/span 5;
|
|
7140
|
+
}
|
|
7141
|
+
.e-data-form .e-colspan-6 {
|
|
7142
|
+
-ms-grid-column-span: 6;
|
|
7143
|
+
-ms-grid-column: span 6;
|
|
7144
|
+
grid-column: span 6/span 6;
|
|
7145
|
+
}
|
|
7146
|
+
.e-data-form .e-colspan-7 {
|
|
7147
|
+
-ms-grid-column-span: 7;
|
|
7148
|
+
-ms-grid-column: span 7;
|
|
7149
|
+
grid-column: span 7/span 7;
|
|
7150
|
+
}
|
|
7151
|
+
.e-data-form .e-colspan-8 {
|
|
7152
|
+
-ms-grid-column-span: 8;
|
|
7153
|
+
-ms-grid-column: span 8;
|
|
7154
|
+
grid-column: span 8/span 8;
|
|
7155
|
+
}
|
|
7156
|
+
.e-data-form .e-colspan-9 {
|
|
7157
|
+
-ms-grid-column-span: 9;
|
|
7158
|
+
-ms-grid-column: span 9;
|
|
7159
|
+
grid-column: span 9/span 9;
|
|
7160
|
+
}
|
|
7161
|
+
.e-data-form .e-colspan-10 {
|
|
7162
|
+
-ms-grid-column-span: 10;
|
|
7163
|
+
-ms-grid-column: span 10;
|
|
7164
|
+
grid-column: span 10/span 10;
|
|
7165
|
+
}
|
|
7166
|
+
.e-data-form .e-colspan-11 {
|
|
7167
|
+
-ms-grid-column-span: 11;
|
|
7168
|
+
-ms-grid-column: span 11;
|
|
7169
|
+
grid-column: span 11/span 11;
|
|
7170
|
+
}
|
|
7171
|
+
.e-data-form .e-colspan-12 {
|
|
7172
|
+
-ms-grid-column-span: 12;
|
|
7173
|
+
-ms-grid-column: span 12;
|
|
7174
|
+
grid-column: span 12/span 12;
|
|
7175
|
+
}
|
|
7176
|
+
.e-data-form .e-label-left .e-form-item-wrapper {
|
|
7177
|
+
-ms-flex: 1 1 auto;
|
|
7178
|
+
flex: 1 1 auto;
|
|
7179
|
+
max-width: calc(75% - 12px);
|
|
7180
|
+
}
|
|
7181
|
+
.e-data-form .e-label-left .e-form-label {
|
|
7182
|
+
margin-right: 12px;
|
|
7183
|
+
width: 25%;
|
|
7184
|
+
text-align: end;
|
|
7185
|
+
-ms-flex-direction: column;
|
|
7186
|
+
flex-direction: column;
|
|
7187
|
+
-ms-flex-align: end;
|
|
7188
|
+
align-items: flex-end;
|
|
7189
|
+
-ms-flex-pack: start;
|
|
7190
|
+
justify-content: flex-start;
|
|
7191
|
+
}
|
|
7192
|
+
.e-data-form .e-label-left .validation-message {
|
|
7193
|
+
display: -ms-flexbox;
|
|
7194
|
+
display: flex;
|
|
7195
|
+
}
|
|
7196
|
+
.e-data-form .e-form-group {
|
|
7197
|
+
border: none;
|
|
7198
|
+
padding: 0;
|
|
7199
|
+
margin: 0;
|
|
7200
|
+
}
|
|
7201
|
+
.e-data-form .e-form-group .e-group-title {
|
|
7202
|
+
position: relative;
|
|
7203
|
+
display: inline-block;
|
|
7204
|
+
padding-bottom: 8px;
|
|
7205
|
+
/* Gap between text and border */
|
|
7206
|
+
margin-bottom: 4px;
|
|
7207
|
+
font-size: 16px;
|
|
7208
|
+
}
|
|
7209
|
+
.e-data-form .e-form-group .e-group-title::after {
|
|
7210
|
+
content: "";
|
|
7211
|
+
position: absolute;
|
|
7212
|
+
bottom: 0;
|
|
7213
|
+
left: 0;
|
|
7214
|
+
width: 100%;
|
|
7215
|
+
height: 1px;
|
|
7216
|
+
border-bottom: 1px solid #000;
|
|
7217
|
+
}
|
|
7218
|
+
.e-data-form .e-label-top {
|
|
7219
|
+
display: -ms-flexbox;
|
|
7220
|
+
display: flex;
|
|
7221
|
+
-ms-flex-direction: column;
|
|
7222
|
+
flex-direction: column;
|
|
7223
|
+
margin-top: 20px;
|
|
7224
|
+
}
|
|
7225
|
+
.e-data-form .e-label-top .e-label-right {
|
|
7226
|
+
display: -ms-flexbox;
|
|
7227
|
+
display: flex;
|
|
7228
|
+
-ms-flex-align: center;
|
|
7229
|
+
align-items: center;
|
|
7230
|
+
}
|
|
7231
|
+
.e-data-form .e-label-top .e-label-right .e-switch-wrapper + .e-form-label {
|
|
7232
|
+
margin-top: 3px;
|
|
7233
|
+
margin-left: 5px;
|
|
7234
|
+
}
|
|
7235
|
+
.e-data-form .e-label-top .e-label-right .e-checkbox-wrapper + .e-form-label {
|
|
7236
|
+
margin-top: 5px;
|
|
7237
|
+
}
|
|
7238
|
+
.e-data-form .e-label-left {
|
|
7239
|
+
display: -ms-flexbox;
|
|
7240
|
+
display: flex;
|
|
7241
|
+
text-align: center;
|
|
7242
|
+
margin-top: 20px;
|
|
7243
|
+
}
|
|
7244
|
+
.e-data-form .e-button-left {
|
|
7245
|
+
-ms-flex-pack: start;
|
|
7246
|
+
justify-content: flex-start;
|
|
7247
|
+
}
|
|
7248
|
+
.e-data-form .e-button-right {
|
|
7249
|
+
-ms-flex-pack: end;
|
|
7250
|
+
justify-content: flex-end;
|
|
7251
|
+
}
|
|
7252
|
+
.e-data-form .e-button-center {
|
|
7253
|
+
-ms-flex-pack: center;
|
|
7254
|
+
justify-content: center;
|
|
7255
|
+
}
|
|
7256
|
+
.e-data-form .e-button-left, .e-data-form .e-button-right, .e-data-form .e-button-center, .e-data-form .e-button-stretch {
|
|
7257
|
+
margin-top: 24px;
|
|
7258
|
+
display: -ms-flexbox;
|
|
7259
|
+
display: flex;
|
|
7260
|
+
gap: 10px;
|
|
7261
|
+
}
|
|
7262
|
+
.e-data-form .e-button-left .e-btn, .e-data-form .e-button-right .e-btn, .e-data-form .e-button-center .e-btn, .e-data-form .e-button-stretch .e-btn {
|
|
7263
|
+
border-radius: 20px;
|
|
7264
|
+
padding: 7px 16px;
|
|
7265
|
+
}
|
|
7266
|
+
.e-data-form .e-button-stretch .e-btn {
|
|
7267
|
+
width: 100%;
|
|
7268
|
+
}
|
|
7269
|
+
.e-data-form > :first-child.e-form-layout {
|
|
7270
|
+
margin-top: 0;
|
|
7271
|
+
}
|
|
7272
|
+
.e-data-form .e-form-group-layout {
|
|
7273
|
+
display: -ms-grid;
|
|
7274
|
+
display: grid;
|
|
7275
|
+
}
|
|
7276
|
+
|
|
7277
|
+
/*! data-form theme */
|
|
7278
|
+
.e-data-form .e-form-label {
|
|
7279
|
+
color: var(--content-text-color-alt-1, #343a40);
|
|
7280
|
+
}
|
|
7281
|
+
.e-data-form .e-group-title {
|
|
7282
|
+
color: var(--fg-content-text-color-alt-2, #6b7280);
|
|
7283
|
+
}
|
|
7284
|
+
.e-data-form .validation-message {
|
|
7285
|
+
color: #a94442;
|
|
7286
|
+
font-size: 12px;
|
|
7287
|
+
font-style: italic;
|
|
7288
|
+
}
|
|
7289
|
+
|
|
7290
|
+
.e-tooltip-wrap.e-popup.e-error-tooltip {
|
|
7291
|
+
background-color: #f2dede;
|
|
7292
|
+
border: #f2dede;
|
|
7293
|
+
}
|
|
7294
|
+
.e-tooltip-wrap.e-popup.e-error-tooltip .e-tip-content .validation-message {
|
|
7295
|
+
color: #a94442;
|
|
7296
|
+
}
|
|
7297
|
+
.e-tooltip-wrap.e-popup.e-error-tooltip .e-arrow-tip .e-arrow-tip-outer.e-tip-top, .e-tooltip-wrap.e-popup.e-error-tooltip .e-arrow-tip .e-arrow-tip-inner.e-tip-top {
|
|
7298
|
+
border-bottom-color: #f2dede;
|
|
7299
|
+
color: #f2dede;
|
|
7040
7300
|
}
|