@syncfusion/ej2-treegrid 31.2.15 → 32.1.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ej2-treegrid.min.js +2 -2
- package/dist/ej2-treegrid.umd.min.js +2 -2
- package/dist/ej2-treegrid.umd.min.js.map +1 -1
- package/dist/es6/ej2-treegrid.es2015.js +1056 -321
- package/dist/es6/ej2-treegrid.es2015.js.map +1 -1
- package/dist/es6/ej2-treegrid.es5.js +1062 -324
- package/dist/es6/ej2-treegrid.es5.js.map +1 -1
- package/dist/global/ej2-treegrid.min.js +2 -2
- package/dist/global/ej2-treegrid.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +5 -5
- package/src/treegrid/actions/batch-edit.js +21 -3
- package/src/treegrid/actions/context-menu.d.ts +1 -0
- package/src/treegrid/actions/context-menu.js +16 -0
- package/src/treegrid/actions/edit.d.ts +4 -1
- package/src/treegrid/actions/edit.js +56 -3
- package/src/treegrid/actions/freeze-column.js +1 -1
- package/src/treegrid/actions/rowdragdrop.js +3 -0
- package/src/treegrid/actions/selection.d.ts +226 -8
- package/src/treegrid/actions/selection.js +759 -288
- package/src/treegrid/actions/summary.js +1 -1
- package/src/treegrid/actions/virtual-scroll.js +6 -3
- package/src/treegrid/base/data.js +2 -1
- package/src/treegrid/base/treegrid-model.d.ts +16 -0
- package/src/treegrid/base/treegrid.d.ts +50 -4
- package/src/treegrid/base/treegrid.js +159 -21
- package/src/treegrid/models/column.d.ts +24 -0
- package/src/treegrid/models/column.js +12 -0
- package/src/treegrid/renderer/virtual-tree-content-render.d.ts +5 -0
- package/src/treegrid/renderer/virtual-tree-content-render.js +26 -3
- package/styles/bds-lite.scss +17 -18
- package/styles/bds.scss +18 -19
- package/styles/bootstrap-dark-lite.scss +17 -18
- package/styles/bootstrap-dark.scss +18 -19
- package/styles/bootstrap-lite.scss +17 -18
- package/styles/bootstrap.scss +18 -19
- package/styles/bootstrap4-lite.scss +17 -18
- package/styles/bootstrap4.scss +18 -19
- package/styles/bootstrap5-dark-lite.scss +17 -18
- package/styles/bootstrap5-dark.scss +18 -19
- package/styles/bootstrap5-lite.scss +18 -18
- package/styles/bootstrap5.3-lite.css +81 -1
- package/styles/bootstrap5.3-lite.scss +18 -18
- package/styles/bootstrap5.3.css +81 -1
- package/styles/bootstrap5.3.scss +19 -19
- package/styles/bootstrap5.scss +19 -19
- package/styles/fabric-dark-lite.scss +18 -18
- package/styles/fabric-dark.scss +19 -19
- package/styles/fabric-lite.scss +18 -18
- package/styles/fabric.scss +19 -19
- package/styles/fluent-dark-lite.scss +18 -18
- package/styles/fluent-dark.scss +19 -19
- package/styles/fluent-lite.scss +18 -18
- package/styles/fluent.scss +19 -19
- package/styles/fluent2-lite.css +152 -4
- package/styles/fluent2-lite.scss +18 -18
- package/styles/fluent2.css +152 -4
- package/styles/fluent2.scss +19 -19
- package/styles/highcontrast-light-lite.scss +18 -18
- package/styles/highcontrast-light.scss +19 -19
- package/styles/highcontrast-lite.scss +18 -18
- package/styles/highcontrast.scss +19 -19
- package/styles/material-dark-lite.scss +18 -18
- package/styles/material-dark.scss +19 -19
- package/styles/material-lite.scss +17 -18
- package/styles/material.scss +18 -19
- package/styles/material3-dark-lite.css +140 -1
- package/styles/material3-dark-lite.scss +18 -18
- package/styles/material3-dark.css +140 -1
- package/styles/material3-dark.scss +19 -21
- package/styles/material3-lite.css +140 -1
- package/styles/material3-lite.scss +18 -18
- package/styles/material3.css +140 -1
- package/styles/material3.scss +19 -21
- package/styles/tailwind-dark-lite.scss +18 -18
- package/styles/tailwind-dark.scss +19 -19
- package/styles/tailwind-lite.scss +18 -18
- package/styles/tailwind.scss +19 -19
- package/styles/tailwind3-lite.css +119 -1
- package/styles/tailwind3-lite.scss +18 -18
- package/styles/tailwind3.css +119 -1
- package/styles/tailwind3.scss +19 -19
- package/styles/treegrid/_all.scss +2 -2
- package/styles/treegrid/_bds-definition.scss +2 -0
- package/styles/treegrid/_bigger.scss +2 -0
- package/styles/treegrid/_bootstrap-dark-definition.scss +2 -0
- package/styles/treegrid/_bootstrap-definition.scss +2 -0
- package/styles/treegrid/_bootstrap4-definition.scss +2 -0
- package/styles/treegrid/_bootstrap5-dark-definition.scss +26 -1
- package/styles/treegrid/_bootstrap5-definition.scss +2 -0
- package/styles/treegrid/_bootstrap5.3-definition.scss +2 -0
- package/styles/treegrid/_fabric-dark-definition.scss +2 -0
- package/styles/treegrid/_fabric-definition.scss +2 -0
- package/styles/treegrid/_fluent-dark-definition.scss +27 -1
- package/styles/treegrid/_fluent-definition.scss +2 -0
- package/styles/treegrid/_fluent2-definition.scss +2 -0
- package/styles/treegrid/_highcontrast-definition.scss +2 -0
- package/styles/treegrid/_highcontrast-light-definition.scss +2 -0
- package/styles/treegrid/_layout.scss +5 -2
- package/styles/treegrid/_material-dark-definition.scss +2 -0
- package/styles/treegrid/_material-definition.scss +2 -0
- package/styles/treegrid/_material3-dark-definition.scss +26 -1
- package/styles/treegrid/_material3-definition.scss +2 -0
- package/styles/treegrid/_tailwind-dark-definition.scss +26 -1
- package/styles/treegrid/_tailwind-definition.scss +2 -0
- package/styles/treegrid/_tailwind3-definition.scss +2 -0
- package/styles/treegrid/_theme-variables.scss +1 -0
- package/styles/treegrid/bds.scss +19 -19
- package/styles/treegrid/bootstrap-dark.scss +19 -19
- package/styles/treegrid/bootstrap.scss +19 -19
- package/styles/treegrid/bootstrap4.scss +19 -19
- package/styles/treegrid/bootstrap5-dark.scss +19 -19
- package/styles/treegrid/bootstrap5.3.css +81 -1
- package/styles/treegrid/bootstrap5.3.scss +19 -19
- package/styles/treegrid/bootstrap5.scss +19 -19
- package/styles/treegrid/fabric-dark.scss +19 -19
- package/styles/treegrid/fabric.scss +19 -19
- package/styles/treegrid/fluent-dark.scss +19 -19
- package/styles/treegrid/fluent.scss +19 -19
- package/styles/treegrid/fluent2.css +152 -4
- package/styles/treegrid/fluent2.scss +19 -19
- package/styles/treegrid/highcontrast-light.scss +19 -19
- package/styles/treegrid/highcontrast.scss +19 -19
- package/styles/treegrid/icons/_bds.scss +1 -0
- package/styles/treegrid/icons/_bootstrap-dark.scss +1 -0
- package/styles/treegrid/icons/_bootstrap.scss +1 -0
- package/styles/treegrid/icons/_bootstrap4.scss +1 -0
- package/styles/treegrid/icons/_bootstrap5-dark.scss +1 -1
- package/styles/treegrid/icons/_bootstrap5.3.scss +1 -0
- package/styles/treegrid/icons/_bootstrap5.scss +1 -0
- package/styles/treegrid/icons/_fabric-dark.scss +1 -0
- package/styles/treegrid/icons/_fabric.scss +1 -0
- package/styles/treegrid/icons/_fluent-dark.scss +1 -1
- package/styles/treegrid/icons/_fluent.scss +1 -0
- package/styles/treegrid/icons/_fluent2.scss +1 -0
- package/styles/treegrid/icons/_fusionnew.scss +1 -0
- package/styles/treegrid/icons/_highcontrast-light.scss +1 -0
- package/styles/treegrid/icons/_highcontrast.scss +1 -0
- package/styles/treegrid/icons/_material-dark.scss +1 -0
- package/styles/treegrid/icons/_material.scss +1 -0
- package/styles/treegrid/icons/_material3-dark.scss +1 -1
- package/styles/treegrid/icons/_material3.scss +1 -0
- package/styles/treegrid/icons/_tailwind-dark.scss +1 -0
- package/styles/treegrid/icons/_tailwind.scss +1 -0
- package/styles/treegrid/icons/_tailwind3.scss +1 -0
- package/styles/treegrid/material-dark.scss +19 -19
- package/styles/treegrid/material.scss +19 -19
- package/styles/treegrid/material3-dark.css +140 -1
- package/styles/treegrid/material3-dark.scss +19 -20
- package/styles/treegrid/material3.css +140 -1
- package/styles/treegrid/material3.scss +19 -20
- package/styles/treegrid/tailwind-dark.scss +19 -19
- package/styles/treegrid/tailwind.scss +19 -19
- package/styles/treegrid/tailwind3.css +119 -1
- package/styles/treegrid/tailwind3.scss +19 -19
|
@@ -2,6 +2,76 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
/* Font Family */
|
|
10
|
+
/* border */
|
|
11
|
+
/* 0px */
|
|
12
|
+
/* 1px */
|
|
13
|
+
/* 1.5px */
|
|
14
|
+
/* 2px */
|
|
15
|
+
/* 3px */
|
|
16
|
+
/* 4px */
|
|
17
|
+
/* 5px */
|
|
18
|
+
/* 6px */
|
|
19
|
+
/* 7px */
|
|
20
|
+
/* 8px */
|
|
21
|
+
/* Radius */
|
|
22
|
+
/* 1px */
|
|
23
|
+
/* 2px */
|
|
24
|
+
/* 3px */
|
|
25
|
+
/* 4px */
|
|
26
|
+
/* 5px */
|
|
27
|
+
/* 6px */
|
|
28
|
+
/* 7px */
|
|
29
|
+
/* 8px */
|
|
30
|
+
/* 9px */
|
|
31
|
+
/* 10px */
|
|
32
|
+
/* 11px */
|
|
33
|
+
/* 12px */
|
|
34
|
+
/* 13px */
|
|
35
|
+
/* 14px */
|
|
36
|
+
/* 15px */
|
|
37
|
+
/* 16px */
|
|
38
|
+
/* 17px */
|
|
39
|
+
/* 18px */
|
|
40
|
+
/* 19px */
|
|
41
|
+
/* 20px */
|
|
42
|
+
/* 21px */
|
|
43
|
+
/* 22px */
|
|
44
|
+
/* 23px */
|
|
45
|
+
/* 24px */
|
|
46
|
+
/* 25px */
|
|
47
|
+
/* 26px */
|
|
48
|
+
/* 27px */
|
|
49
|
+
/* 28px */
|
|
50
|
+
/* 29px */
|
|
51
|
+
/* 30px */
|
|
52
|
+
/* 31px */
|
|
53
|
+
/* 32px */
|
|
54
|
+
/* 33px */
|
|
55
|
+
/* 34px */
|
|
56
|
+
/* 35px */
|
|
57
|
+
/* 36px */
|
|
58
|
+
/* 37px */
|
|
59
|
+
/* 38px */
|
|
60
|
+
/* 39px */
|
|
61
|
+
/* 40px */
|
|
62
|
+
/* 41px */
|
|
63
|
+
/* 42px */
|
|
64
|
+
/* 43px */
|
|
65
|
+
/* 44px */
|
|
66
|
+
/* 45px */
|
|
67
|
+
/* 46px */
|
|
68
|
+
/* 47px */
|
|
69
|
+
/* 48px */
|
|
70
|
+
/* 49px */
|
|
71
|
+
/* 50px */
|
|
72
|
+
/* 5em */
|
|
73
|
+
|
|
74
|
+
|
|
5
75
|
/* stylelint-disable property-no-vendor-prefix */
|
|
6
76
|
/* stylelint-disable */
|
|
7
77
|
.e-filled.e-float-input.e-error label.e-float-text,
|
|
@@ -15,8 +85,56 @@
|
|
|
15
85
|
color: var(--color-sf-danger) !important;
|
|
16
86
|
}
|
|
17
87
|
|
|
88
|
+
.e-underline.e-input-group.e-control-wrapper,
|
|
89
|
+
.e-underline.e-input-group,
|
|
90
|
+
.e-underline.e-input-group:not(.e-float-icon-left),
|
|
91
|
+
.e-underline.e-float-input,
|
|
92
|
+
.e-underline.e-float-input.e-control-wrapper,
|
|
93
|
+
.e-underline.e-input-group:not(.e-float-icon-left),
|
|
94
|
+
.e-underline.e-input-group.e-success:not(.e-float-icon-left),
|
|
95
|
+
.e-underline.e-input-group.e-warning:not(.e-float-icon-left),
|
|
96
|
+
.e-underline.e-input-group.e-error:not(.e-float-icon-left),
|
|
97
|
+
.e-underline.e-input-group.e-control-wrapper:not(.e-float-icon-left),
|
|
98
|
+
.e-underline.e-input-group.e-control-wrapper.e-success:not(.e-float-icon-left),
|
|
99
|
+
.e-underline.e-input-group.e-control-wrapper.e-warning:not(.e-float-icon-left),
|
|
100
|
+
.e-underline.e-input-group.e-control-wrapper.e-error:not(.e-float-icon-left) {
|
|
101
|
+
border: 1px solid var(--color-sf-border);
|
|
102
|
+
border-width: 1px;
|
|
103
|
+
padding-top: 1px;
|
|
104
|
+
border-radius: calc(var(--e-radius) * 0);
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.e-filled.e-input-group,
|
|
108
|
+
.e-filled.e-input-group.e-control-wrapper {
|
|
109
|
+
border-radius: calc(var(--e-radius) * 0.25) calc(var(--e-radius) * 0.25) calc(var(--e-radius) * 0) calc(var(--e-radius) * 0);
|
|
110
|
+
padding: 0 10px 0 12px;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
.e-filled.e-float-input,
|
|
114
|
+
.e-filled.e-float-input.e-control-wrapper {
|
|
115
|
+
border: 1px solid;
|
|
116
|
+
border-radius: calc(var(--e-radius) * 0.25) calc(var(--e-radius) * 0.25) calc(var(--e-radius) * 0) calc(var(--e-radius) * 0);
|
|
117
|
+
border-width: 1px;
|
|
118
|
+
margin-top: 0;
|
|
119
|
+
padding: 0;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
.e-underline.e-input-group:not(.e-float-icon-left),
|
|
123
|
+
.e-underline.e-input-group.e-success:not(.e-float-icon-left),
|
|
124
|
+
.e-underline.e-input-group.e-warning:not(.e-float-icon-left),
|
|
125
|
+
.e-underline.e-input-group.e-error:not(.e-float-icon-left),
|
|
126
|
+
.e-underline.e-input-group.e-control-wrapper:not(.e-float-icon-left),
|
|
127
|
+
.e-underline.e-input-group.e-control-wrapper.e-success:not(.e-float-icon-left),
|
|
128
|
+
.e-underline.e-input-group.e-control-wrapper.e-warning:not(.e-float-icon-left),
|
|
129
|
+
.e-underline.e-input-group.e-control-wrapper.e-error:not(.e-float-icon-left) {
|
|
130
|
+
border: 1px solid;
|
|
131
|
+
border-width: 1px;
|
|
132
|
+
padding-top: 1px;
|
|
133
|
+
border-radius: calc(var(--e-radius) * 0);
|
|
134
|
+
}
|
|
135
|
+
|
|
18
136
|
.e-popup.e-ddl {
|
|
19
|
-
border-radius:
|
|
137
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
20
138
|
-webkit-box-shadow: none;
|
|
21
139
|
box-shadow: none;
|
|
22
140
|
margin-top: 3px;
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
3
|
-
@
|
|
4
|
-
@
|
|
5
|
-
@
|
|
6
|
-
@
|
|
7
|
-
@
|
|
8
|
-
@
|
|
9
|
-
@
|
|
10
|
-
@
|
|
11
|
-
@
|
|
12
|
-
@
|
|
13
|
-
@
|
|
14
|
-
@
|
|
15
|
-
@
|
|
16
|
-
@
|
|
17
|
-
@
|
|
18
|
-
@
|
|
1
|
+
@use 'ej2-base/styles/definition/tailwind3' as *;
|
|
2
|
+
@use 'ej2-inputs/styles/input/tailwind3-definition' as *;
|
|
3
|
+
@use 'ej2-inputs/styles/numerictextbox/tailwind3-definition' as *;
|
|
4
|
+
@use 'ej2-buttons/styles/button/tailwind3-definition' as *;
|
|
5
|
+
@use 'ej2-buttons/styles/radio-button/tailwind3-definition' as *;
|
|
6
|
+
@use 'ej2-buttons/styles/check-box/tailwind3-definition' as *;
|
|
7
|
+
@use 'ej2-dropdowns/styles/auto-complete/tailwind3-definition' as *;
|
|
8
|
+
@use 'ej2-dropdowns/styles/drop-down-list/tailwind3-definition' as *;
|
|
9
|
+
@use 'ej2-popups/styles/dialog/tailwind3-definition' as *;
|
|
10
|
+
@use 'ej2-popups/styles/spinner/tailwind3-definition' as *;
|
|
11
|
+
@use 'ej2-popups/styles/tooltip/tailwind3-definition' as *;
|
|
12
|
+
@use 'ej2-calendars/styles/datepicker/tailwind3-definition' as *;
|
|
13
|
+
@use 'ej2-calendars/styles/datetimepicker/tailwind3-definition' as *;
|
|
14
|
+
@use 'ej2-navigations/styles/toolbar/tailwind3-definition' as *;
|
|
15
|
+
@use 'ej2-navigations/styles/context-menu/tailwind3-definition' as *;
|
|
16
|
+
@use 'treegrid/tailwind3-definition' as *;
|
|
17
|
+
@use 'treegrid/icons/tailwind3' as *;
|
|
18
|
+
@use 'treegrid/all' as *;
|
package/styles/tailwind3.css
CHANGED
|
@@ -2,6 +2,76 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
/* Font Family */
|
|
10
|
+
/* border */
|
|
11
|
+
/* 0px */
|
|
12
|
+
/* 1px */
|
|
13
|
+
/* 1.5px */
|
|
14
|
+
/* 2px */
|
|
15
|
+
/* 3px */
|
|
16
|
+
/* 4px */
|
|
17
|
+
/* 5px */
|
|
18
|
+
/* 6px */
|
|
19
|
+
/* 7px */
|
|
20
|
+
/* 8px */
|
|
21
|
+
/* Radius */
|
|
22
|
+
/* 1px */
|
|
23
|
+
/* 2px */
|
|
24
|
+
/* 3px */
|
|
25
|
+
/* 4px */
|
|
26
|
+
/* 5px */
|
|
27
|
+
/* 6px */
|
|
28
|
+
/* 7px */
|
|
29
|
+
/* 8px */
|
|
30
|
+
/* 9px */
|
|
31
|
+
/* 10px */
|
|
32
|
+
/* 11px */
|
|
33
|
+
/* 12px */
|
|
34
|
+
/* 13px */
|
|
35
|
+
/* 14px */
|
|
36
|
+
/* 15px */
|
|
37
|
+
/* 16px */
|
|
38
|
+
/* 17px */
|
|
39
|
+
/* 18px */
|
|
40
|
+
/* 19px */
|
|
41
|
+
/* 20px */
|
|
42
|
+
/* 21px */
|
|
43
|
+
/* 22px */
|
|
44
|
+
/* 23px */
|
|
45
|
+
/* 24px */
|
|
46
|
+
/* 25px */
|
|
47
|
+
/* 26px */
|
|
48
|
+
/* 27px */
|
|
49
|
+
/* 28px */
|
|
50
|
+
/* 29px */
|
|
51
|
+
/* 30px */
|
|
52
|
+
/* 31px */
|
|
53
|
+
/* 32px */
|
|
54
|
+
/* 33px */
|
|
55
|
+
/* 34px */
|
|
56
|
+
/* 35px */
|
|
57
|
+
/* 36px */
|
|
58
|
+
/* 37px */
|
|
59
|
+
/* 38px */
|
|
60
|
+
/* 39px */
|
|
61
|
+
/* 40px */
|
|
62
|
+
/* 41px */
|
|
63
|
+
/* 42px */
|
|
64
|
+
/* 43px */
|
|
65
|
+
/* 44px */
|
|
66
|
+
/* 45px */
|
|
67
|
+
/* 46px */
|
|
68
|
+
/* 47px */
|
|
69
|
+
/* 48px */
|
|
70
|
+
/* 49px */
|
|
71
|
+
/* 50px */
|
|
72
|
+
/* 5em */
|
|
73
|
+
|
|
74
|
+
|
|
5
75
|
/* stylelint-disable property-no-vendor-prefix */
|
|
6
76
|
/* stylelint-disable */
|
|
7
77
|
.e-filled.e-float-input.e-error label.e-float-text,
|
|
@@ -15,8 +85,56 @@
|
|
|
15
85
|
color: var(--color-sf-danger) !important;
|
|
16
86
|
}
|
|
17
87
|
|
|
88
|
+
.e-underline.e-input-group.e-control-wrapper,
|
|
89
|
+
.e-underline.e-input-group,
|
|
90
|
+
.e-underline.e-input-group:not(.e-float-icon-left),
|
|
91
|
+
.e-underline.e-float-input,
|
|
92
|
+
.e-underline.e-float-input.e-control-wrapper,
|
|
93
|
+
.e-underline.e-input-group:not(.e-float-icon-left),
|
|
94
|
+
.e-underline.e-input-group.e-success:not(.e-float-icon-left),
|
|
95
|
+
.e-underline.e-input-group.e-warning:not(.e-float-icon-left),
|
|
96
|
+
.e-underline.e-input-group.e-error:not(.e-float-icon-left),
|
|
97
|
+
.e-underline.e-input-group.e-control-wrapper:not(.e-float-icon-left),
|
|
98
|
+
.e-underline.e-input-group.e-control-wrapper.e-success:not(.e-float-icon-left),
|
|
99
|
+
.e-underline.e-input-group.e-control-wrapper.e-warning:not(.e-float-icon-left),
|
|
100
|
+
.e-underline.e-input-group.e-control-wrapper.e-error:not(.e-float-icon-left) {
|
|
101
|
+
border: 1px solid var(--color-sf-border);
|
|
102
|
+
border-width: 1px;
|
|
103
|
+
padding-top: 1px;
|
|
104
|
+
border-radius: calc(var(--e-radius) * 0);
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.e-filled.e-input-group,
|
|
108
|
+
.e-filled.e-input-group.e-control-wrapper {
|
|
109
|
+
border-radius: calc(var(--e-radius) * 0.25) calc(var(--e-radius) * 0.25) calc(var(--e-radius) * 0) calc(var(--e-radius) * 0);
|
|
110
|
+
padding: 0 10px 0 12px;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
.e-filled.e-float-input,
|
|
114
|
+
.e-filled.e-float-input.e-control-wrapper {
|
|
115
|
+
border: 1px solid;
|
|
116
|
+
border-radius: calc(var(--e-radius) * 0.25) calc(var(--e-radius) * 0.25) calc(var(--e-radius) * 0) calc(var(--e-radius) * 0);
|
|
117
|
+
border-width: 1px;
|
|
118
|
+
margin-top: 0;
|
|
119
|
+
padding: 0;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
.e-underline.e-input-group:not(.e-float-icon-left),
|
|
123
|
+
.e-underline.e-input-group.e-success:not(.e-float-icon-left),
|
|
124
|
+
.e-underline.e-input-group.e-warning:not(.e-float-icon-left),
|
|
125
|
+
.e-underline.e-input-group.e-error:not(.e-float-icon-left),
|
|
126
|
+
.e-underline.e-input-group.e-control-wrapper:not(.e-float-icon-left),
|
|
127
|
+
.e-underline.e-input-group.e-control-wrapper.e-success:not(.e-float-icon-left),
|
|
128
|
+
.e-underline.e-input-group.e-control-wrapper.e-warning:not(.e-float-icon-left),
|
|
129
|
+
.e-underline.e-input-group.e-control-wrapper.e-error:not(.e-float-icon-left) {
|
|
130
|
+
border: 1px solid;
|
|
131
|
+
border-width: 1px;
|
|
132
|
+
padding-top: 1px;
|
|
133
|
+
border-radius: calc(var(--e-radius) * 0);
|
|
134
|
+
}
|
|
135
|
+
|
|
18
136
|
.e-popup.e-ddl {
|
|
19
|
-
border-radius:
|
|
137
|
+
border-radius: calc(var(--e-radius) * 0.25);
|
|
20
138
|
-webkit-box-shadow: none;
|
|
21
139
|
box-shadow: none;
|
|
22
140
|
margin-top: 3px;
|
package/styles/tailwind3.scss
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
3
|
-
@
|
|
4
|
-
@
|
|
5
|
-
@
|
|
6
|
-
@
|
|
7
|
-
@
|
|
8
|
-
@
|
|
9
|
-
@
|
|
10
|
-
@
|
|
11
|
-
@
|
|
12
|
-
@
|
|
13
|
-
@
|
|
14
|
-
@
|
|
15
|
-
@
|
|
16
|
-
@
|
|
17
|
-
@
|
|
18
|
-
@
|
|
19
|
-
@
|
|
1
|
+
@use 'ej2-base/styles/definition/tailwind3' as *;
|
|
2
|
+
@use 'ej2-inputs/styles/input/tailwind3-definition' as *;
|
|
3
|
+
@use 'ej2-inputs/styles/numerictextbox/tailwind3-definition' as *;
|
|
4
|
+
@use 'ej2-buttons/styles/button/tailwind3-definition' as *;
|
|
5
|
+
@use 'ej2-buttons/styles/radio-button/tailwind3-definition' as *;
|
|
6
|
+
@use 'ej2-buttons/styles/check-box/tailwind3-definition' as *;
|
|
7
|
+
@use 'ej2-dropdowns/styles/auto-complete/tailwind3-definition' as *;
|
|
8
|
+
@use 'ej2-dropdowns/styles/drop-down-list/tailwind3-definition' as *;
|
|
9
|
+
@use 'ej2-popups/styles/dialog/tailwind3-definition' as *;
|
|
10
|
+
@use 'ej2-popups/styles/spinner/tailwind3-definition' as *;
|
|
11
|
+
@use 'ej2-popups/styles/tooltip/tailwind3-definition' as *;
|
|
12
|
+
@use 'ej2-calendars/styles/datepicker/tailwind3-definition' as *;
|
|
13
|
+
@use 'ej2-calendars/styles/datetimepicker/tailwind3-definition' as *;
|
|
14
|
+
@use 'ej2-navigations/styles/toolbar/tailwind3-definition' as *;
|
|
15
|
+
@use 'ej2-navigations/styles/context-menu/tailwind3-definition' as *;
|
|
16
|
+
@use 'treegrid/tailwind3-definition' as *;
|
|
17
|
+
@use 'treegrid/icons/tailwind3' as *;
|
|
18
|
+
@use 'treegrid/all' as *;
|
|
19
|
+
@use 'treegrid/bigger' as *;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
1
|
+
@use 'layout' as *;
|
|
2
|
+
@use 'theme' as *;
|
|
@@ -1 +1,26 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-base/styles/definition/bootstrap5-dark' as *;
|
|
2
|
+
@forward 'ej2-base/styles/definition/bootstrap5-dark';
|
|
3
|
+
$treegrid-right-arrow-icon-color: $icon-color !default;
|
|
4
|
+
$treegrid-right-arrow-hover-color: $icon-color-hover !default;
|
|
5
|
+
$childborder-color: $primary !default;
|
|
6
|
+
$error-elem-color: $danger !default;
|
|
7
|
+
$error-elem-content: '\e839' !default;
|
|
8
|
+
$treegrid-right-arrow-icon-font-size: $text-lg !default;
|
|
9
|
+
$treegrid-right-arrow-icon-padding: 0 !default;
|
|
10
|
+
$treegrid-right-arrow-icon-vertical-align: unset;
|
|
11
|
+
$treegrid-right-arrow-icon-height: 18px !default;
|
|
12
|
+
$treegrid-right-arrow-icon-width: 16px !default;
|
|
13
|
+
$treegrid-bigger-icon-size: 22px !default;
|
|
14
|
+
$treegrid-smaller-icon-size: 16px !default;
|
|
15
|
+
$treegrid-bigger-icon-font-size: $font-icon-22 !default;
|
|
16
|
+
$treegrid-frame-bigger-icon-height: 18px !default;
|
|
17
|
+
$treegrid-frame-bigger-icon-width: 18px !default;
|
|
18
|
+
$treegrid-frame-icon-height: 16px !default;
|
|
19
|
+
$treegrid-frame-icon-width: 16px !default;
|
|
20
|
+
$treegrid-content-right-padding: 21px !default;
|
|
21
|
+
$treegrid-rowdrag-childborder-border: 2px solid #4f46e5;
|
|
22
|
+
$treegrid-rowdd-topbottom-border: 2px solid #4f46e5 !default;
|
|
23
|
+
$treegrid-rowdd-boxshadow: $primary !default;
|
|
24
|
+
$treegrid-rowdd-childborder-width: 2px 0 0 !default;
|
|
25
|
+
$treegrid-lastrowdd-childborder-width: 2px 0 !default;
|
|
26
|
+
$treegrid-rtl-rowdd-childborder-width: 2px 0 2px 0 !default;
|
|
@@ -1 +1,27 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-base/styles/definition/fluent-dark' as *;
|
|
2
|
+
@forward 'ej2-base/styles/definition/fluent-dark';
|
|
3
|
+
$treegrid-right-arrow-icon-color: $icon-color !default;
|
|
4
|
+
$treegrid-right-arrow-hover-color: $icon-color-hover !default;
|
|
5
|
+
$childborder-color: $primary !default;
|
|
6
|
+
$error-elem-color: $danger !default;
|
|
7
|
+
$error-elem-content: '\e839' !default;
|
|
8
|
+
$treegrid-right-arrow-icon-font-size: $text-lg !default;
|
|
9
|
+
$treegrid-right-arrow-icon-padding: 0 !default;
|
|
10
|
+
$treegrid-right-arrow-icon-vertical-align: unset;
|
|
11
|
+
$treegrid-right-arrow-icon-height: 18px !default;
|
|
12
|
+
$treegrid-right-arrow-icon-width: 16px !default;
|
|
13
|
+
$treegrid-bigger-icon-size: 22px !default;
|
|
14
|
+
$treegrid-smaller-icon-size: 16px !default;
|
|
15
|
+
$treegrid-bigger-icon-font-size: $font-icon-22 !default;
|
|
16
|
+
$treegrid-frame-bigger-icon-height: 18px !default;
|
|
17
|
+
$treegrid-frame-bigger-icon-width: 18px !default;
|
|
18
|
+
$treegrid-frame-icon-height: 16px !default;
|
|
19
|
+
$treegrid-frame-icon-width: 16px !default;
|
|
20
|
+
$treegrid-content-right-padding: 21px !default;
|
|
21
|
+
$treegrid-treecell-padding: 12px !default;
|
|
22
|
+
$treegrid-rowdrag-childborder-border: 2px dashed $primary;
|
|
23
|
+
$treegrid-rowdd-topbottom-border: 2px solid $primary !default;
|
|
24
|
+
$treegrid-rowdd-boxshadow: $primary !default;
|
|
25
|
+
$treegrid-rowdd-childborder-width: 2px 0 0 !default;
|
|
26
|
+
$treegrid-lastrowdd-childborder-width: 2px 0 !default;
|
|
27
|
+
$treegrid-rtl-rowdd-childborder-width: 2px 0 2px 0 !default;
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
@use 'ej2-base/styles/common/mixin' as *;
|
|
2
|
+
@use './theme-variables' as *;
|
|
3
|
+
@use 'ej2-buttons/styles/check-box/theme-variables' as check-vars;
|
|
1
4
|
@mixin rowcell-container {
|
|
2
5
|
overflow: hidden;
|
|
3
6
|
text-overflow: ellipsis;
|
|
@@ -213,8 +216,8 @@
|
|
|
213
216
|
width: 16px;
|
|
214
217
|
}
|
|
215
218
|
@else {
|
|
216
|
-
height:
|
|
217
|
-
width:
|
|
219
|
+
height: check-vars.$cbox-height;
|
|
220
|
+
width: check-vars.$cbox-width;
|
|
218
221
|
}
|
|
219
222
|
}
|
|
220
223
|
|
|
@@ -1 +1,26 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-base/styles/definition/material3-dark' as *;
|
|
2
|
+
@forward 'ej2-base/styles/definition/material3-dark';
|
|
3
|
+
$treegrid-right-arrow-icon-color: rgba($icon-color) !default;
|
|
4
|
+
$treegrid-right-arrow-hover-color: rgba($icon-color-hover) !default;
|
|
5
|
+
$childborder-color: rgba($primary) !default;
|
|
6
|
+
$error-elem-color: rgba($danger) !default;
|
|
7
|
+
$error-elem-content: '\e839' !default;
|
|
8
|
+
$treegrid-right-arrow-icon-font-size: 18px !default;
|
|
9
|
+
$treegrid-right-arrow-icon-padding: 0 !default;
|
|
10
|
+
$treegrid-right-arrow-icon-vertical-align: unset;
|
|
11
|
+
$treegrid-right-arrow-icon-height: 18px !default;
|
|
12
|
+
$treegrid-right-arrow-icon-width: 16px !default;
|
|
13
|
+
$treegrid-bigger-icon-size: 20px !default;
|
|
14
|
+
$treegrid-smaller-icon-size: 16px !default;
|
|
15
|
+
$treegrid-bigger-icon-font-size: 22px !default;
|
|
16
|
+
$treegrid-frame-bigger-icon-height: 18px !default;
|
|
17
|
+
$treegrid-frame-bigger-icon-width: 18px !default;
|
|
18
|
+
$treegrid-frame-icon-height: 16px !default;
|
|
19
|
+
$treegrid-frame-icon-width: 16px !default;
|
|
20
|
+
$treegrid-content-right-padding: 21px !default;
|
|
21
|
+
$treegrid-rowdrag-childborder-border: 2px dashed rgba($primary) !default;
|
|
22
|
+
$treegrid-rowdd-topbottom-border: 2px solid rgba($primary) !default;
|
|
23
|
+
$treegrid-rowdd-boxshadow: rgba($primary) !default;
|
|
24
|
+
$treegrid-rowdd-childborder-width: 2px 0 0 !default;
|
|
25
|
+
$treegrid-lastrowdd-childborder-width: 2px 0 !default;
|
|
26
|
+
$treegrid-rtl-rowdd-childborder-width: 2px 0 2px 0 !default;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use 'ej2-base/styles/definition/material3' as *;
|
|
2
|
+
@forward 'ej2-base/styles/definition/material3';
|
|
1
3
|
$treegrid-right-arrow-icon-color: rgba($icon-color) !default;
|
|
2
4
|
$treegrid-right-arrow-hover-color: rgba($icon-color-hover) !default;
|
|
3
5
|
$childborder-color: rgba($primary) !default;
|
|
@@ -1 +1,26 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-base/styles/definition/tailwind-dark' as *;
|
|
2
|
+
@forward 'ej2-base/styles/definition/tailwind-dark';
|
|
3
|
+
$treegrid-right-arrow-icon-color: $icon-color !default;
|
|
4
|
+
$treegrid-right-arrow-hover-color: $icon-color-hover !default;
|
|
5
|
+
$childborder-color: $primary !default;
|
|
6
|
+
$error-elem-color: $danger !default;
|
|
7
|
+
$error-elem-content: '\e77e' !default;
|
|
8
|
+
$treegrid-right-arrow-icon-font-size: $text-lg !default;
|
|
9
|
+
$treegrid-right-arrow-icon-padding: 0 !default;
|
|
10
|
+
$treegrid-right-arrow-icon-vertical-align: unset;
|
|
11
|
+
$treegrid-right-arrow-icon-height: 18px !default;
|
|
12
|
+
$treegrid-right-arrow-icon-width: 16px !default;
|
|
13
|
+
$treegrid-bigger-icon-size: 22px !default;
|
|
14
|
+
$treegrid-smaller-icon-size: 16px !default;
|
|
15
|
+
$treegrid-bigger-icon-font-size: $font-icon-22 !default;
|
|
16
|
+
$treegrid-frame-bigger-icon-height: 18px !default;
|
|
17
|
+
$treegrid-frame-bigger-icon-width: 18px !default;
|
|
18
|
+
$treegrid-frame-icon-height: 16px !default;
|
|
19
|
+
$treegrid-frame-icon-width: 16px !default;
|
|
20
|
+
$treegrid-content-right-padding: 21px !default;
|
|
21
|
+
$treegrid-rowdrag-childborder-border: 2px solid #4f46e5;
|
|
22
|
+
$treegrid-rowdd-topbottom-border: 2px solid #4f46e5 !default;
|
|
23
|
+
$treegrid-rowdd-boxshadow: $primary !default;
|
|
24
|
+
$treegrid-rowdd-childborder-width: 2px 0 0 !default;
|
|
25
|
+
$treegrid-lastrowdd-childborder-width: 2px 0 !default;
|
|
26
|
+
$treegrid-rtl-rowdd-childborder-width: 2px 0 2px 0 !default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward './_tailwind3-definition';
|