@syncfusion/ej2-angular-grids 20.2.49 → 20.3.47
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/esm2020/src/grid/grid.component.mjs +3 -3
- package/fesm2015/syncfusion-ej2-angular-grids.mjs +2 -2
- package/fesm2015/syncfusion-ej2-angular-grids.mjs.map +1 -1
- package/fesm2020/syncfusion-ej2-angular-grids.mjs +2 -2
- package/fesm2020/syncfusion-ej2-angular-grids.mjs.map +1 -1
- package/package.json +8 -8
- package/schematics/collection.json +20 -0
- package/schematics/generators/grid-default/index.d.ts +3 -0
- package/schematics/generators/grid-default/index.js +8 -0
- package/schematics/generators/grid-default/sample-details.d.ts +5 -0
- package/schematics/generators/grid-default/sample-details.js +7 -0
- package/schematics/generators/grid-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +5 -0
- package/schematics/generators/grid-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +11 -0
- package/schematics/generators/grid-default/schema.d.ts +3 -0
- package/schematics/generators/grid-default/schema.js +2 -0
- package/schematics/generators/grid-default/schema.json +125 -0
- package/schematics/generators/grid-feature/index.d.ts +3 -0
- package/schematics/generators/grid-feature/index.js +8 -0
- package/schematics/generators/grid-feature/sample-details.d.ts +5 -0
- package/schematics/generators/grid-feature/sample-details.js +7 -0
- package/schematics/generators/grid-feature/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +5 -0
- package/schematics/generators/grid-feature/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +11 -0
- package/schematics/generators/grid-feature/schema.d.ts +3 -0
- package/schematics/generators/grid-feature/schema.js +2 -0
- package/schematics/generators/grid-feature/schema.json +125 -0
- package/schematics/ng-add/index.d.ts +3 -0
- package/schematics/ng-add/index.js +9 -0
- package/schematics/ng-add/schema.d.ts +13 -0
- package/schematics/ng-add/schema.js +2 -0
- package/schematics/ng-add/schema.json +34 -0
- package/schematics/tsconfig.json +25 -0
- package/schematics/utils/lib-details.d.ts +4 -0
- package/schematics/utils/lib-details.js +6 -0
- package/schematics/utils/lib-details.ts +2 -2
- package/src/grid/grid.component.d.ts +1 -1
- package/styles/bootstrap-dark.css +54 -11
- package/styles/bootstrap.css +54 -11
- package/styles/bootstrap4.css +57 -11
- package/styles/bootstrap5-dark.css +55 -11
- package/styles/bootstrap5.css +55 -11
- package/styles/excel-filter/_all.scss +1 -1
- package/styles/excel-filter/_bootstrap-dark-definition.scss +0 -1
- package/styles/excel-filter/_bootstrap-definition.scss +0 -1
- package/styles/excel-filter/_bootstrap4-definition.scss +0 -1
- package/styles/excel-filter/_fabric-dark-definition.scss +0 -1
- package/styles/excel-filter/_fabric-definition.scss +0 -1
- package/styles/excel-filter/_highcontrast-definition.scss +0 -1
- package/styles/excel-filter/_highcontrast-light-definition.scss +0 -1
- package/styles/excel-filter/_layout.scss +14 -15
- package/styles/excel-filter/_material-dark-definition.scss +0 -1
- package/styles/excel-filter/_material-definition.scss +0 -1
- package/styles/excel-filter/_office-365-definition.scss +1 -1
- package/styles/excel-filter/_theme.scss +4 -3
- package/styles/excel-filter/bootstrap-dark.css +3 -1
- package/styles/excel-filter/bootstrap-dark.scss +1 -0
- package/styles/excel-filter/bootstrap.css +3 -1
- package/styles/excel-filter/bootstrap.scss +1 -0
- package/styles/excel-filter/bootstrap4.css +6 -1
- package/styles/excel-filter/bootstrap4.scss +1 -0
- package/styles/excel-filter/bootstrap5-dark.css +3 -1
- package/styles/excel-filter/bootstrap5-dark.scss +1 -0
- package/styles/excel-filter/bootstrap5.css +3 -1
- package/styles/excel-filter/bootstrap5.scss +1 -0
- package/styles/excel-filter/fabric-dark.css +4 -2
- package/styles/excel-filter/fabric-dark.scss +1 -0
- package/styles/excel-filter/fabric.css +4 -2
- package/styles/excel-filter/fabric.scss +1 -0
- package/styles/excel-filter/fluent-dark.css +3 -1
- package/styles/excel-filter/fluent-dark.scss +1 -0
- package/styles/excel-filter/fluent.css +3 -1
- package/styles/excel-filter/fluent.scss +1 -0
- package/styles/excel-filter/highcontrast-light.css +4 -2
- package/styles/excel-filter/highcontrast-light.scss +1 -0
- package/styles/excel-filter/highcontrast.css +4 -2
- package/styles/excel-filter/highcontrast.scss +1 -0
- package/styles/excel-filter/icons/_bootstrap-dark.scss +1 -0
- package/styles/excel-filter/icons/_bootstrap.scss +1 -0
- package/styles/excel-filter/icons/_bootstrap4.scss +5 -0
- package/styles/excel-filter/icons/_bootstrap5.scss +1 -0
- package/styles/excel-filter/icons/_fabric-dark.scss +2 -1
- package/styles/excel-filter/icons/_fabric.scss +2 -1
- package/styles/excel-filter/icons/_fluent.scss +1 -0
- package/styles/excel-filter/icons/_fusionnew.scss +1 -0
- package/styles/excel-filter/icons/_highcontrast-light.scss +2 -1
- package/styles/excel-filter/icons/_highcontrast.scss +2 -1
- package/styles/excel-filter/icons/_material-dark.scss +2 -1
- package/styles/excel-filter/icons/_material.scss +4 -4
- package/styles/excel-filter/icons/_material3.scss +1 -0
- package/styles/excel-filter/icons/_tailwind.scss +1 -0
- package/styles/excel-filter/material-dark.css +4 -2
- package/styles/excel-filter/material-dark.scss +1 -0
- package/styles/excel-filter/material.css +4 -2
- package/styles/excel-filter/material.scss +1 -0
- package/styles/excel-filter/tailwind-dark.css +3 -1
- package/styles/excel-filter/tailwind-dark.scss +1 -0
- package/styles/excel-filter/tailwind.css +3 -1
- package/styles/excel-filter/tailwind.scss +1 -0
- package/styles/fabric-dark.css +57 -14
- package/styles/fabric.css +56 -13
- package/styles/fluent-dark.css +54 -11
- package/styles/fluent.css +54 -11
- package/styles/grid/_all.scss +1 -1
- package/styles/grid/_bootstrap-dark-definition.scss +4 -4
- package/styles/grid/_bootstrap-definition.scss +4 -3
- package/styles/grid/_bootstrap4-definition.scss +4 -3
- package/styles/grid/_bootstrap5-definition.scss +3 -2
- package/styles/grid/_fabric-dark-definition.scss +5 -5
- package/styles/grid/_fabric-definition.scss +3 -3
- package/styles/grid/_fluent-definition.scss +5 -3
- package/styles/grid/_fusionnew-definition.scss +3 -2
- package/styles/grid/_highcontrast-definition.scss +3 -2
- package/styles/grid/_highcontrast-light-definition.scss +2 -2
- package/styles/grid/_layout.scss +80 -51
- package/styles/grid/_material-dark-definition.scss +5 -3
- package/styles/grid/_material-definition.scss +4 -4
- package/styles/grid/_material3-definition.scss +3 -2
- package/styles/grid/_office-365-definition.scss +1 -1
- package/styles/grid/_tailwind-definition.scss +3 -2
- package/styles/grid/_theme.scss +25 -25
- package/styles/grid/bootstrap-dark.css +51 -10
- package/styles/grid/bootstrap-dark.scss +1 -0
- package/styles/grid/bootstrap.css +51 -10
- package/styles/grid/bootstrap.scss +1 -0
- package/styles/grid/bootstrap4.css +51 -10
- package/styles/grid/bootstrap4.scss +1 -0
- package/styles/grid/bootstrap5-dark.css +52 -10
- package/styles/grid/bootstrap5-dark.scss +1 -0
- package/styles/grid/bootstrap5.css +52 -10
- package/styles/grid/bootstrap5.scss +1 -0
- package/styles/grid/fabric-dark.css +53 -12
- package/styles/grid/fabric-dark.scss +1 -0
- package/styles/grid/fabric.css +52 -11
- package/styles/grid/fabric.scss +1 -0
- package/styles/grid/fluent-dark.css +51 -10
- package/styles/grid/fluent-dark.scss +1 -0
- package/styles/grid/fluent.css +51 -10
- package/styles/grid/fluent.scss +1 -0
- package/styles/grid/highcontrast-light.css +52 -11
- package/styles/grid/highcontrast-light.scss +1 -0
- package/styles/grid/highcontrast.css +52 -11
- package/styles/grid/highcontrast.scss +1 -0
- package/styles/grid/icons/_bootstrap-dark.scss +4 -3
- package/styles/grid/icons/_bootstrap.scss +3 -2
- package/styles/grid/icons/_bootstrap4.scss +3 -3
- package/styles/grid/icons/_bootstrap5.scss +1 -0
- package/styles/grid/icons/_fabric-dark.scss +5 -4
- package/styles/grid/icons/_fabric.scss +4 -3
- package/styles/grid/icons/_fluent.scss +1 -0
- package/styles/grid/icons/_fusionnew.scss +1 -0
- package/styles/grid/icons/_highcontrast-light.scss +6 -5
- package/styles/grid/icons/_highcontrast.scss +6 -6
- package/styles/grid/icons/_material-dark.scss +6 -5
- package/styles/grid/icons/_material.scss +6 -5
- package/styles/grid/icons/_material3.scss +1 -0
- package/styles/grid/icons/_tailwind.scss +1 -0
- package/styles/grid/material-dark.css +52 -11
- package/styles/grid/material-dark.scss +1 -0
- package/styles/grid/material.css +52 -11
- package/styles/grid/material.scss +1 -0
- package/styles/grid/tailwind-dark.css +51 -10
- package/styles/grid/tailwind-dark.scss +1 -0
- package/styles/grid/tailwind.css +51 -10
- package/styles/grid/tailwind.scss +1 -0
- package/styles/highcontrast-light.css +56 -13
- package/styles/highcontrast.css +56 -13
- package/styles/material-dark.css +56 -13
- package/styles/material.css +56 -13
- package/styles/tailwind-dark.css +54 -11
- package/styles/tailwind.css +54 -11
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
3
|
.e-ddl.e-control-wrapper .e-ddl-icon::before {
|
|
3
4
|
transform: rotate(0deg);
|
|
4
5
|
transition: transform 300ms ease;
|
|
@@ -93,6 +94,7 @@
|
|
|
93
94
|
padding: 4px 8px;
|
|
94
95
|
}
|
|
95
96
|
|
|
97
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
96
98
|
@keyframes material-spinner-rotate {
|
|
97
99
|
0% {
|
|
98
100
|
transform: rotate(0);
|
|
@@ -353,6 +355,7 @@
|
|
|
353
355
|
.e-bigger .e-grid,
|
|
354
356
|
.e-grid.e-bigger {
|
|
355
357
|
font-size: 16px;
|
|
358
|
+
/* stylelint-disable */
|
|
356
359
|
}
|
|
357
360
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
358
361
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1059,6 +1062,9 @@
|
|
|
1059
1062
|
font-size: 14px;
|
|
1060
1063
|
height: auto;
|
|
1061
1064
|
position: relative;
|
|
1065
|
+
/* stylelint-enable */
|
|
1066
|
+
/* stylelint-disable */
|
|
1067
|
+
/* stylelint-enable */
|
|
1062
1068
|
}
|
|
1063
1069
|
.e-grid .e-gridheader {
|
|
1064
1070
|
-webkit-user-select: none;
|
|
@@ -1988,7 +1994,7 @@
|
|
|
1988
1994
|
padding-left: 8px;
|
|
1989
1995
|
}
|
|
1990
1996
|
.e-grid .e-chk-hidden {
|
|
1991
|
-
-moz-appearance: none;
|
|
1997
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1992
1998
|
height: 1px;
|
|
1993
1999
|
opacity: 0;
|
|
1994
2000
|
width: 1px;
|
|
@@ -2002,7 +2008,7 @@
|
|
|
2002
2008
|
}
|
|
2003
2009
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2004
2010
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2005
|
-
-webkit-user-select: auto;
|
|
2011
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2006
2012
|
height: 20px;
|
|
2007
2013
|
line-height: 20px;
|
|
2008
2014
|
position: relative;
|
|
@@ -2199,7 +2205,7 @@
|
|
|
2199
2205
|
padding: 2px;
|
|
2200
2206
|
}
|
|
2201
2207
|
.e-grid .e-content {
|
|
2202
|
-
-webkit-overflow-scrolling: touch;
|
|
2208
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2203
2209
|
overflow-x: auto;
|
|
2204
2210
|
overflow-y: scroll;
|
|
2205
2211
|
position: relative;
|
|
@@ -2336,6 +2342,9 @@
|
|
|
2336
2342
|
border-width: 1px 0 0;
|
|
2337
2343
|
cursor: pointer;
|
|
2338
2344
|
}
|
|
2345
|
+
.e-grid .e-disablepointer {
|
|
2346
|
+
cursor: default;
|
|
2347
|
+
}
|
|
2339
2348
|
.e-grid .e-groupcaption {
|
|
2340
2349
|
border-style: solid;
|
|
2341
2350
|
border-width: 1px 0 0;
|
|
@@ -2557,6 +2566,8 @@
|
|
|
2557
2566
|
.e-grid .e-checkboxfiltertext {
|
|
2558
2567
|
width: 150px;
|
|
2559
2568
|
word-break: normal;
|
|
2569
|
+
/* stylelint-disable */
|
|
2570
|
+
/* stylelint-enable */
|
|
2560
2571
|
}
|
|
2561
2572
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2562
2573
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2616,10 +2627,10 @@
|
|
|
2616
2627
|
overflow: hidden;
|
|
2617
2628
|
}
|
|
2618
2629
|
.e-grid .e-frozenhdrcont {
|
|
2619
|
-
-ms-touch-action: none;
|
|
2630
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2620
2631
|
}
|
|
2621
2632
|
.e-grid .e-frozencontent {
|
|
2622
|
-
-ms-touch-action: none;
|
|
2633
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2623
2634
|
border-bottom-width: 1px;
|
|
2624
2635
|
float: left;
|
|
2625
2636
|
width: min-content;
|
|
@@ -2628,19 +2639,19 @@
|
|
|
2628
2639
|
float: right;
|
|
2629
2640
|
}
|
|
2630
2641
|
.e-grid .e-movablecontent {
|
|
2631
|
-
-ms-overflow-style: none;
|
|
2642
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2632
2643
|
-ms-flex: 1;
|
|
2633
2644
|
flex: 1;
|
|
2634
2645
|
overflow-x: auto;
|
|
2635
2646
|
overflow-y: hidden;
|
|
2636
2647
|
}
|
|
2637
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2648
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2638
2649
|
display: none;
|
|
2639
2650
|
}
|
|
2640
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2651
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2641
2652
|
width: 7px;
|
|
2642
2653
|
}
|
|
2643
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2654
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2644
2655
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2645
2656
|
border-radius: 4px;
|
|
2646
2657
|
}
|
|
@@ -3052,9 +3063,39 @@
|
|
|
3052
3063
|
.e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
3053
3064
|
border-right: 0;
|
|
3054
3065
|
}
|
|
3066
|
+
.e-grid .e-mask {
|
|
3067
|
+
display: inline-block;
|
|
3068
|
+
height: 10px;
|
|
3069
|
+
width: 80%;
|
|
3070
|
+
}
|
|
3071
|
+
.e-grid .e-mask.e-mask-group-intent {
|
|
3072
|
+
margin-left: 7px;
|
|
3073
|
+
width: 16px;
|
|
3074
|
+
}
|
|
3075
|
+
.e-grid .e-mask.e-mask-detail-intent {
|
|
3076
|
+
width: 16px;
|
|
3077
|
+
}
|
|
3078
|
+
.e-grid .e-mask.e-mask-checkbox-intent {
|
|
3079
|
+
margin-left: 3px;
|
|
3080
|
+
margin-right: 16px;
|
|
3081
|
+
width: 20px;
|
|
3082
|
+
}
|
|
3083
|
+
.e-grid .e-mask.e-mask-checkbox-filter-intent {
|
|
3084
|
+
width: 13px;
|
|
3085
|
+
}
|
|
3086
|
+
.e-grid .e-mask.e-mask-checkbox-filter-span-intent {
|
|
3087
|
+
margin-left: 8px;
|
|
3088
|
+
}
|
|
3089
|
+
.e-grid .e-mask.e-mask-drag-intent {
|
|
3090
|
+
margin-left: 12px;
|
|
3091
|
+
width: 12px;
|
|
3092
|
+
}
|
|
3055
3093
|
.e-grid.sf-grid .e-table {
|
|
3056
3094
|
border-spacing: 0.25px;
|
|
3057
3095
|
}
|
|
3096
|
+
.e-grid.sf-grid span.e-ungroupbutton.e-icons {
|
|
3097
|
+
margin-left: -9px;
|
|
3098
|
+
}
|
|
3058
3099
|
.e-grid.sf-grid .e-rowcell.e-frozen-right-border,
|
|
3059
3100
|
.e-grid.sf-grid .e-headercell.e-frozen-right-border,
|
|
3060
3101
|
.e-grid.sf-grid .e-filterbarcell.e-frozen-right-border {
|
|
@@ -3644,7 +3685,7 @@
|
|
|
3644
3685
|
}
|
|
3645
3686
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3646
3687
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3647
|
-
-moz-appearance: none;
|
|
3688
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3648
3689
|
height: 1px;
|
|
3649
3690
|
opacity: 0;
|
|
3650
3691
|
width: 1px;
|
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
@import 'ej2-calendars/styles/datetimepicker/tailwind-dark-definition.scss';
|
|
16
16
|
@import 'ej2-navigations/styles/toolbar/tailwind-dark-definition.scss';
|
|
17
17
|
@import 'ej2-navigations/styles/context-menu/tailwind-dark-definition.scss';
|
|
18
|
+
@import 'ej2-notifications/styles/skeleton/tailwind-dark-definition.scss';
|
|
18
19
|
@import 'tailwind-dark-definition.scss';
|
|
19
20
|
@import 'icons/tailwind-dark.scss';
|
|
20
21
|
@import 'all.scss';
|
package/styles/grid/tailwind.css
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
2
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
2
3
|
.e-ddl.e-control-wrapper .e-ddl-icon::before {
|
|
3
4
|
transform: rotate(0deg);
|
|
4
5
|
transition: transform 300ms ease;
|
|
@@ -93,6 +94,7 @@
|
|
|
93
94
|
padding: 4px 8px;
|
|
94
95
|
}
|
|
95
96
|
|
|
97
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
96
98
|
@keyframes material-spinner-rotate {
|
|
97
99
|
0% {
|
|
98
100
|
transform: rotate(0);
|
|
@@ -353,6 +355,7 @@
|
|
|
353
355
|
.e-bigger .e-grid,
|
|
354
356
|
.e-grid.e-bigger {
|
|
355
357
|
font-size: 16px;
|
|
358
|
+
/* stylelint-disable */
|
|
356
359
|
}
|
|
357
360
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
358
361
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1059,6 +1062,9 @@
|
|
|
1059
1062
|
font-size: 14px;
|
|
1060
1063
|
height: auto;
|
|
1061
1064
|
position: relative;
|
|
1065
|
+
/* stylelint-enable */
|
|
1066
|
+
/* stylelint-disable */
|
|
1067
|
+
/* stylelint-enable */
|
|
1062
1068
|
}
|
|
1063
1069
|
.e-grid .e-gridheader {
|
|
1064
1070
|
-webkit-user-select: none;
|
|
@@ -1988,7 +1994,7 @@
|
|
|
1988
1994
|
padding-left: 8px;
|
|
1989
1995
|
}
|
|
1990
1996
|
.e-grid .e-chk-hidden {
|
|
1991
|
-
-moz-appearance: none;
|
|
1997
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
1992
1998
|
height: 1px;
|
|
1993
1999
|
opacity: 0;
|
|
1994
2000
|
width: 1px;
|
|
@@ -2002,7 +2008,7 @@
|
|
|
2002
2008
|
}
|
|
2003
2009
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2004
2010
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2005
|
-
-webkit-user-select: auto;
|
|
2011
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2006
2012
|
height: 20px;
|
|
2007
2013
|
line-height: 20px;
|
|
2008
2014
|
position: relative;
|
|
@@ -2199,7 +2205,7 @@
|
|
|
2199
2205
|
padding: 2px;
|
|
2200
2206
|
}
|
|
2201
2207
|
.e-grid .e-content {
|
|
2202
|
-
-webkit-overflow-scrolling: touch;
|
|
2208
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2203
2209
|
overflow-x: auto;
|
|
2204
2210
|
overflow-y: scroll;
|
|
2205
2211
|
position: relative;
|
|
@@ -2336,6 +2342,9 @@
|
|
|
2336
2342
|
border-width: 1px 0 0;
|
|
2337
2343
|
cursor: pointer;
|
|
2338
2344
|
}
|
|
2345
|
+
.e-grid .e-disablepointer {
|
|
2346
|
+
cursor: default;
|
|
2347
|
+
}
|
|
2339
2348
|
.e-grid .e-groupcaption {
|
|
2340
2349
|
border-style: solid;
|
|
2341
2350
|
border-width: 1px 0 0;
|
|
@@ -2557,6 +2566,8 @@
|
|
|
2557
2566
|
.e-grid .e-checkboxfiltertext {
|
|
2558
2567
|
width: 150px;
|
|
2559
2568
|
word-break: normal;
|
|
2569
|
+
/* stylelint-disable */
|
|
2570
|
+
/* stylelint-enable */
|
|
2560
2571
|
}
|
|
2561
2572
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2562
2573
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2616,10 +2627,10 @@
|
|
|
2616
2627
|
overflow: hidden;
|
|
2617
2628
|
}
|
|
2618
2629
|
.e-grid .e-frozenhdrcont {
|
|
2619
|
-
-ms-touch-action: none;
|
|
2630
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2620
2631
|
}
|
|
2621
2632
|
.e-grid .e-frozencontent {
|
|
2622
|
-
-ms-touch-action: none;
|
|
2633
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2623
2634
|
border-bottom-width: 1px;
|
|
2624
2635
|
float: left;
|
|
2625
2636
|
width: min-content;
|
|
@@ -2628,19 +2639,19 @@
|
|
|
2628
2639
|
float: right;
|
|
2629
2640
|
}
|
|
2630
2641
|
.e-grid .e-movablecontent {
|
|
2631
|
-
-ms-overflow-style: none;
|
|
2642
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2632
2643
|
-ms-flex: 1;
|
|
2633
2644
|
flex: 1;
|
|
2634
2645
|
overflow-x: auto;
|
|
2635
2646
|
overflow-y: hidden;
|
|
2636
2647
|
}
|
|
2637
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2648
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2638
2649
|
display: none;
|
|
2639
2650
|
}
|
|
2640
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2651
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2641
2652
|
width: 7px;
|
|
2642
2653
|
}
|
|
2643
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2654
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2644
2655
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2645
2656
|
border-radius: 4px;
|
|
2646
2657
|
}
|
|
@@ -3052,9 +3063,39 @@
|
|
|
3052
3063
|
.e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
3053
3064
|
border-right: 0;
|
|
3054
3065
|
}
|
|
3066
|
+
.e-grid .e-mask {
|
|
3067
|
+
display: inline-block;
|
|
3068
|
+
height: 10px;
|
|
3069
|
+
width: 80%;
|
|
3070
|
+
}
|
|
3071
|
+
.e-grid .e-mask.e-mask-group-intent {
|
|
3072
|
+
margin-left: 7px;
|
|
3073
|
+
width: 16px;
|
|
3074
|
+
}
|
|
3075
|
+
.e-grid .e-mask.e-mask-detail-intent {
|
|
3076
|
+
width: 16px;
|
|
3077
|
+
}
|
|
3078
|
+
.e-grid .e-mask.e-mask-checkbox-intent {
|
|
3079
|
+
margin-left: 3px;
|
|
3080
|
+
margin-right: 16px;
|
|
3081
|
+
width: 20px;
|
|
3082
|
+
}
|
|
3083
|
+
.e-grid .e-mask.e-mask-checkbox-filter-intent {
|
|
3084
|
+
width: 13px;
|
|
3085
|
+
}
|
|
3086
|
+
.e-grid .e-mask.e-mask-checkbox-filter-span-intent {
|
|
3087
|
+
margin-left: 8px;
|
|
3088
|
+
}
|
|
3089
|
+
.e-grid .e-mask.e-mask-drag-intent {
|
|
3090
|
+
margin-left: 12px;
|
|
3091
|
+
width: 12px;
|
|
3092
|
+
}
|
|
3055
3093
|
.e-grid.sf-grid .e-table {
|
|
3056
3094
|
border-spacing: 0.25px;
|
|
3057
3095
|
}
|
|
3096
|
+
.e-grid.sf-grid span.e-ungroupbutton.e-icons {
|
|
3097
|
+
margin-left: -9px;
|
|
3098
|
+
}
|
|
3058
3099
|
.e-grid.sf-grid .e-rowcell.e-frozen-right-border,
|
|
3059
3100
|
.e-grid.sf-grid .e-headercell.e-frozen-right-border,
|
|
3060
3101
|
.e-grid.sf-grid .e-filterbarcell.e-frozen-right-border {
|
|
@@ -3644,7 +3685,7 @@
|
|
|
3644
3685
|
}
|
|
3645
3686
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3646
3687
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3647
|
-
-moz-appearance: none;
|
|
3688
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3648
3689
|
height: 1px;
|
|
3649
3690
|
opacity: 0;
|
|
3650
3691
|
width: 1px;
|
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
@import 'ej2-calendars/styles/datetimepicker/tailwind-definition.scss';
|
|
16
16
|
@import 'ej2-navigations/styles/toolbar/tailwind-definition.scss';
|
|
17
17
|
@import 'ej2-navigations/styles/context-menu/tailwind-definition.scss';
|
|
18
|
+
@import 'ej2-notifications/styles/skeleton/tailwind-definition.scss';
|
|
18
19
|
@import 'tailwind-definition.scss';
|
|
19
20
|
@import 'icons/tailwind.scss';
|
|
20
21
|
@import 'all.scss';
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
1
2
|
.e-bigger .e-ddl.e-popup .e-input-group .e-clear-icon {
|
|
2
3
|
height: 36px;
|
|
3
4
|
}
|
|
@@ -76,6 +77,7 @@
|
|
|
76
77
|
height: 34px;
|
|
77
78
|
}
|
|
78
79
|
|
|
80
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
79
81
|
@keyframes material-spinner-rotate {
|
|
80
82
|
0% {
|
|
81
83
|
transform: rotate(0);
|
|
@@ -92,7 +94,7 @@
|
|
|
92
94
|
transform: rotate(360deg);
|
|
93
95
|
}
|
|
94
96
|
}
|
|
95
|
-
|
|
97
|
+
/* !component icons */
|
|
96
98
|
.e-icon-check::before {
|
|
97
99
|
content: "\e7ff";
|
|
98
100
|
}
|
|
@@ -342,7 +344,7 @@
|
|
|
342
344
|
word-break: normal;
|
|
343
345
|
}
|
|
344
346
|
.e-excelfilter .e-chk-hidden {
|
|
345
|
-
-moz-appearance: none;
|
|
347
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
346
348
|
height: 1px;
|
|
347
349
|
opacity: 0;
|
|
348
350
|
width: 1px;
|
|
@@ -486,6 +488,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
486
488
|
border-color: #400074;
|
|
487
489
|
}
|
|
488
490
|
|
|
491
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
492
|
+
/* stylelint-disable property-no-vendor-prefix */
|
|
489
493
|
@keyframes material-spinner-rotate {
|
|
490
494
|
0% {
|
|
491
495
|
transform: rotate(0);
|
|
@@ -502,7 +506,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
502
506
|
transform: rotate(360deg);
|
|
503
507
|
}
|
|
504
508
|
}
|
|
505
|
-
|
|
509
|
+
/* !componenticons */
|
|
506
510
|
.e-icon-check::before {
|
|
507
511
|
content: "\e7ff";
|
|
508
512
|
}
|
|
@@ -733,6 +737,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
733
737
|
.e-bigger .e-grid,
|
|
734
738
|
.e-grid.e-bigger {
|
|
735
739
|
font-size: 14px;
|
|
740
|
+
/* stylelint-disable */
|
|
736
741
|
}
|
|
737
742
|
.e-bigger .e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop),
|
|
738
743
|
.e-grid.e-bigger .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) {
|
|
@@ -1390,6 +1395,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
1390
1395
|
font-size: 13px;
|
|
1391
1396
|
height: auto;
|
|
1392
1397
|
position: relative;
|
|
1398
|
+
/* stylelint-enable */
|
|
1399
|
+
/* stylelint-disable */
|
|
1400
|
+
/* stylelint-enable */
|
|
1393
1401
|
}
|
|
1394
1402
|
.e-grid .e-gridheader {
|
|
1395
1403
|
-webkit-user-select: none;
|
|
@@ -2297,7 +2305,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2297
2305
|
padding-left: 7px;
|
|
2298
2306
|
}
|
|
2299
2307
|
.e-grid .e-chk-hidden {
|
|
2300
|
-
-moz-appearance: none;
|
|
2308
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2301
2309
|
height: 1px;
|
|
2302
2310
|
opacity: 0;
|
|
2303
2311
|
width: 1px;
|
|
@@ -2311,7 +2319,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2311
2319
|
}
|
|
2312
2320
|
.e-grid .e-rowcell .e-checkbox-wrapper,
|
|
2313
2321
|
.e-grid .e-rowcell .e-css.e-checkbox-wrapper {
|
|
2314
|
-
-webkit-user-select: auto;
|
|
2322
|
+
-webkit-user-select: auto; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2315
2323
|
height: 20px;
|
|
2316
2324
|
line-height: 20px;
|
|
2317
2325
|
position: relative;
|
|
@@ -2507,7 +2515,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2507
2515
|
padding: 2px;
|
|
2508
2516
|
}
|
|
2509
2517
|
.e-grid .e-content {
|
|
2510
|
-
-webkit-overflow-scrolling: touch;
|
|
2518
|
+
-webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2511
2519
|
overflow-x: auto;
|
|
2512
2520
|
overflow-y: scroll;
|
|
2513
2521
|
position: relative;
|
|
@@ -2637,6 +2645,9 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2637
2645
|
border-width: 1px 0 0;
|
|
2638
2646
|
cursor: pointer;
|
|
2639
2647
|
}
|
|
2648
|
+
.e-grid .e-disablepointer {
|
|
2649
|
+
cursor: default;
|
|
2650
|
+
}
|
|
2640
2651
|
.e-grid .e-groupcaption {
|
|
2641
2652
|
border-style: solid;
|
|
2642
2653
|
border-width: 1px 0 0;
|
|
@@ -2858,6 +2869,8 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2858
2869
|
.e-grid .e-checkboxfiltertext {
|
|
2859
2870
|
width: 135px;
|
|
2860
2871
|
word-break: normal;
|
|
2872
|
+
/* stylelint-disable */
|
|
2873
|
+
/* stylelint-enable */
|
|
2861
2874
|
}
|
|
2862
2875
|
.e-grid .e-frozenhdrcont .e-headercontent > .e-table,
|
|
2863
2876
|
.e-grid .e-frozenhdrcont .e-frozenheader > .e-table,
|
|
@@ -2917,10 +2930,10 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2917
2930
|
overflow: hidden;
|
|
2918
2931
|
}
|
|
2919
2932
|
.e-grid .e-frozenhdrcont {
|
|
2920
|
-
-ms-touch-action: none;
|
|
2933
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2921
2934
|
}
|
|
2922
2935
|
.e-grid .e-frozencontent {
|
|
2923
|
-
-ms-touch-action: none;
|
|
2936
|
+
-ms-touch-action: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2924
2937
|
border-bottom-width: 1px;
|
|
2925
2938
|
float: left;
|
|
2926
2939
|
width: min-content;
|
|
@@ -2929,19 +2942,19 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
2929
2942
|
float: right;
|
|
2930
2943
|
}
|
|
2931
2944
|
.e-grid .e-movablecontent {
|
|
2932
|
-
-ms-overflow-style: none;
|
|
2945
|
+
-ms-overflow-style: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
2933
2946
|
-ms-flex: 1;
|
|
2934
2947
|
flex: 1;
|
|
2935
2948
|
overflow-x: auto;
|
|
2936
2949
|
overflow-y: hidden;
|
|
2937
2950
|
}
|
|
2938
|
-
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar {
|
|
2951
|
+
.e-grid:not(.sf-grid) .e-movablecontent::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2939
2952
|
display: none;
|
|
2940
2953
|
}
|
|
2941
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar {
|
|
2954
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2942
2955
|
width: 7px;
|
|
2943
2956
|
}
|
|
2944
|
-
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb {
|
|
2957
|
+
.e-grid .e-content.e-mac-safari::-webkit-scrollbar-thumb { /* stylelint-disable-line property-no-vendor-prefix */
|
|
2945
2958
|
background-color: rgba(0, 0, 0, 0.5);
|
|
2946
2959
|
border-radius: 4px;
|
|
2947
2960
|
}
|
|
@@ -3348,9 +3361,39 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3348
3361
|
.e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] {
|
|
3349
3362
|
border-right: 0;
|
|
3350
3363
|
}
|
|
3364
|
+
.e-grid .e-mask {
|
|
3365
|
+
display: inline-block;
|
|
3366
|
+
height: 10px;
|
|
3367
|
+
width: 80%;
|
|
3368
|
+
}
|
|
3369
|
+
.e-grid .e-mask.e-mask-group-intent {
|
|
3370
|
+
margin-left: 7px;
|
|
3371
|
+
width: 16px;
|
|
3372
|
+
}
|
|
3373
|
+
.e-grid .e-mask.e-mask-detail-intent {
|
|
3374
|
+
width: 16px;
|
|
3375
|
+
}
|
|
3376
|
+
.e-grid .e-mask.e-mask-checkbox-intent {
|
|
3377
|
+
margin-left: 3px;
|
|
3378
|
+
margin-right: 16px;
|
|
3379
|
+
width: 20px;
|
|
3380
|
+
}
|
|
3381
|
+
.e-grid .e-mask.e-mask-checkbox-filter-intent {
|
|
3382
|
+
width: 13px;
|
|
3383
|
+
}
|
|
3384
|
+
.e-grid .e-mask.e-mask-checkbox-filter-span-intent {
|
|
3385
|
+
margin-left: 8px;
|
|
3386
|
+
}
|
|
3387
|
+
.e-grid .e-mask.e-mask-drag-intent {
|
|
3388
|
+
margin-left: 12px;
|
|
3389
|
+
width: 12px;
|
|
3390
|
+
}
|
|
3351
3391
|
.e-grid.sf-grid .e-table {
|
|
3352
3392
|
border-spacing: 0.25px;
|
|
3353
3393
|
}
|
|
3394
|
+
.e-grid.sf-grid span.e-ungroupbutton.e-icons {
|
|
3395
|
+
margin-left: 0;
|
|
3396
|
+
}
|
|
3354
3397
|
.e-grid.sf-grid .e-rowcell.e-frozen-right-border,
|
|
3355
3398
|
.e-grid.sf-grid .e-headercell.e-frozen-right-border,
|
|
3356
3399
|
.e-grid.sf-grid .e-filterbarcell.e-frozen-right-border {
|
|
@@ -3928,7 +3971,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3928
3971
|
}
|
|
3929
3972
|
.e-bigger .e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden,
|
|
3930
3973
|
.e-bigger.e-responsive-dialog .e-dlg-content .e-mainfilterdiv .e-dialog .e-searchcontainer .e-spinner .e-chk-hidden {
|
|
3931
|
-
-moz-appearance: none;
|
|
3974
|
+
-moz-appearance: none; /* stylelint-disable-line property-no-vendor-prefix */
|
|
3932
3975
|
height: 1px;
|
|
3933
3976
|
opacity: 0;
|
|
3934
3977
|
width: 1px;
|