@syncfusion/ej2-angular-pivotview 21.2.10 → 22.1.34
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/README.md +36 -121
- package/esm2020/src/index.mjs +2 -2
- package/esm2020/src/pivotfieldlist/pivotfieldlist.component.mjs +3 -3
- package/esm2020/src/pivotview/pivotview-all.module.mjs +4 -7
- package/esm2020/src/pivotview/pivotview.component.mjs +5 -18
- package/fesm2015/syncfusion-ej2-angular-pivotview.mjs +10 -26
- package/fesm2015/syncfusion-ej2-angular-pivotview.mjs.map +1 -1
- package/fesm2020/syncfusion-ej2-angular-pivotview.mjs +10 -26
- package/fesm2020/syncfusion-ej2-angular-pivotview.mjs.map +1 -1
- package/license +10 -0
- package/package.json +17 -9
- package/schematics/utils/lib-details.ts +2 -2
- package/src/index.d.ts +1 -1
- package/src/pivotfieldlist/pivotfieldlist.component.d.ts +1 -1
- package/src/pivotview/pivotview-all.module.d.ts +0 -1
- package/src/pivotview/pivotview.component.d.ts +2 -9
- package/styles/bootstrap-dark.css +274 -226
- package/styles/bootstrap.css +273 -226
- package/styles/bootstrap4.css +284 -285
- package/styles/bootstrap5-dark.css +272 -270
- package/styles/bootstrap5.css +272 -270
- package/styles/fabric-dark.css +264 -230
- package/styles/fabric.css +262 -233
- package/styles/fluent-dark.css +276 -263
- package/styles/fluent.css +276 -263
- package/styles/highcontrast-light.css +264 -227
- package/styles/highcontrast.css +264 -227
- package/styles/material-dark.css +271 -227
- package/styles/material.css +270 -226
- package/styles/material3-dark.css +6610 -0
- package/styles/material3-dark.scss +4 -0
- package/styles/material3.css +6666 -0
- package/styles/material3.scss +4 -0
- package/styles/pivotfieldlist/_bootstrap-dark-definition.scss +25 -32
- package/styles/pivotfieldlist/_bootstrap-definition.scss +27 -8
- package/styles/pivotfieldlist/_bootstrap4-definition.scss +28 -9
- package/styles/pivotfieldlist/_bootstrap5-definition.scss +29 -10
- package/styles/pivotfieldlist/_fabric-dark-definition.scss +25 -6
- package/styles/pivotfieldlist/_fabric-definition.scss +26 -7
- package/styles/pivotfieldlist/_fluent-definition.scss +29 -10
- package/styles/pivotfieldlist/_fusionnew-definition.scss +25 -6
- package/styles/pivotfieldlist/_highcontrast-definition.scss +24 -5
- package/styles/pivotfieldlist/_highcontrast-light-definition.scss +23 -4
- package/styles/pivotfieldlist/_layout.scss +144 -172
- package/styles/pivotfieldlist/_material-dark-definition.scss +28 -9
- package/styles/pivotfieldlist/_material-definition.scss +28 -9
- package/styles/pivotfieldlist/_material3-dark-definition.scss +1 -0
- package/styles/pivotfieldlist/_material3-definition.scss +224 -0
- package/styles/pivotfieldlist/_tailwind-definition.scss +29 -10
- package/styles/pivotfieldlist/_theme.scss +169 -186
- package/styles/pivotfieldlist/bootstrap-dark.css +149 -139
- package/styles/pivotfieldlist/bootstrap.css +148 -138
- package/styles/pivotfieldlist/bootstrap4.css +153 -146
- package/styles/pivotfieldlist/bootstrap5-dark.css +149 -150
- package/styles/pivotfieldlist/bootstrap5.css +149 -150
- package/styles/pivotfieldlist/fabric-dark.css +140 -139
- package/styles/pivotfieldlist/fabric.css +141 -140
- package/styles/pivotfieldlist/fluent-dark.css +159 -170
- package/styles/pivotfieldlist/fluent.css +159 -170
- package/styles/pivotfieldlist/highcontrast-light.css +139 -138
- package/styles/pivotfieldlist/highcontrast.css +139 -138
- package/styles/pivotfieldlist/icons/_fluent.scss +1 -1
- package/styles/pivotfieldlist/icons/_material3-dark.scss +1 -0
- package/styles/pivotfieldlist/icons/_material3.scss +7 -3
- package/styles/pivotfieldlist/material-dark.css +148 -142
- package/styles/pivotfieldlist/material.css +147 -141
- package/styles/pivotfieldlist/material3-dark.css +3811 -0
- package/styles/pivotfieldlist/material3-dark.scss +5 -0
- package/styles/pivotfieldlist/material3.css +3865 -0
- package/styles/pivotfieldlist/material3.scss +5 -0
- package/styles/pivotfieldlist/tailwind-dark.css +152 -163
- package/styles/pivotfieldlist/tailwind.css +152 -163
- package/styles/pivotview/_bootstrap-dark-definition.scss +18 -8
- package/styles/pivotview/_bootstrap-definition.scss +18 -8
- package/styles/pivotview/_bootstrap4-definition.scss +18 -8
- package/styles/pivotview/_bootstrap5-definition.scss +16 -6
- package/styles/pivotview/_fabric-dark-definition.scss +18 -8
- package/styles/pivotview/_fabric-definition.scss +18 -8
- package/styles/pivotview/_fluent-definition.scss +16 -6
- package/styles/pivotview/_fusionnew-definition.scss +13 -3
- package/styles/pivotview/_highcontrast-definition.scss +17 -7
- package/styles/pivotview/_highcontrast-light-definition.scss +17 -7
- package/styles/pivotview/_layout.scss +103 -69
- package/styles/pivotview/_material-dark-definition.scss +16 -6
- package/styles/pivotview/_material-definition.scss +16 -6
- package/styles/pivotview/_material3-dark-definition.scss +1 -0
- package/styles/pivotview/_material3-definition.scss +179 -0
- package/styles/pivotview/_tailwind-definition.scss +16 -6
- package/styles/pivotview/_theme.scss +126 -173
- package/styles/pivotview/bootstrap-dark.css +125 -87
- package/styles/pivotview/bootstrap.css +125 -88
- package/styles/pivotview/bootstrap4.css +131 -139
- package/styles/pivotview/bootstrap5-dark.css +123 -120
- package/styles/pivotview/bootstrap5.css +123 -120
- package/styles/pivotview/fabric-dark.css +124 -91
- package/styles/pivotview/fabric.css +121 -93
- package/styles/pivotview/fluent-dark.css +117 -93
- package/styles/pivotview/fluent.css +117 -93
- package/styles/pivotview/highcontrast-light.css +125 -89
- package/styles/pivotview/highcontrast.css +125 -89
- package/styles/pivotview/icons/_material3-dark.scss +1 -0
- package/styles/pivotview/icons/_material3.scss +4 -4
- package/styles/pivotview/material-dark.css +123 -85
- package/styles/pivotview/material.css +123 -85
- package/styles/pivotview/material3-dark.css +2854 -0
- package/styles/pivotview/material3-dark.scss +5 -0
- package/styles/pivotview/material3.css +2912 -0
- package/styles/pivotview/material3.scss +6 -0
- package/styles/pivotview/tailwind-dark.css +123 -91
- package/styles/pivotview/tailwind.css +123 -91
- package/styles/tailwind-dark.css +275 -254
- package/styles/tailwind.css +275 -254
- package/schematics/collection.json +0 -20
- package/schematics/generators/pivotview-default/index.d.ts +0 -3
- package/schematics/generators/pivotview-default/index.js +0 -8
- package/schematics/generators/pivotview-default/sample-details.d.ts +0 -5
- package/schematics/generators/pivotview-default/sample-details.js +0 -7
- package/schematics/generators/pivotview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
- package/schematics/generators/pivotview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -4
- package/schematics/generators/pivotview-default/schema.d.ts +0 -3
- package/schematics/generators/pivotview-default/schema.js +0 -2
- package/schematics/generators/pivotview-default/schema.json +0 -125
- package/schematics/generators/pivotview-fieldlist/index.d.ts +0 -3
- package/schematics/generators/pivotview-fieldlist/index.js +0 -8
- package/schematics/generators/pivotview-fieldlist/sample-details.d.ts +0 -5
- package/schematics/generators/pivotview-fieldlist/sample-details.js +0 -7
- package/schematics/generators/pivotview-fieldlist/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
- package/schematics/generators/pivotview-fieldlist/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -4
- package/schematics/generators/pivotview-fieldlist/schema.d.ts +0 -3
- package/schematics/generators/pivotview-fieldlist/schema.js +0 -2
- package/schematics/generators/pivotview-fieldlist/schema.json +0 -125
- package/schematics/ng-add/index.d.ts +0 -3
- package/schematics/ng-add/index.js +0 -9
- package/schematics/ng-add/schema.d.ts +0 -13
- package/schematics/ng-add/schema.js +0 -2
- package/schematics/ng-add/schema.json +0 -34
- package/schematics/tsconfig.json +0 -25
- package/schematics/utils/lib-details.d.ts +0 -4
- package/schematics/utils/lib-details.js +0 -6
|
@@ -34,7 +34,7 @@ $pivotgrid-button-icon-size: 14px !default;
|
|
|
34
34
|
$pivotgrid-bigger-button-icon-size: 16px !default;
|
|
35
35
|
$pivotgrid-button-border-radius: 0 !default;
|
|
36
36
|
$pivotgrid-button-background-color: $bg-base-0 !default;
|
|
37
|
-
$pivotgrid-editor-dialog-footer-padding:
|
|
37
|
+
$pivotgrid-editor-dialog-footer-padding: 20px !default;
|
|
38
38
|
$pivotgrid-button-drag-color: $selection-bg !default;
|
|
39
39
|
$pivotgrid-hover-color: $hover-bg !default;
|
|
40
40
|
$pivotgrid-focus-color: $selection-bg !default;
|
|
@@ -52,19 +52,21 @@ $pivotgrid-tooltip-padding: 0 0 !default;
|
|
|
52
52
|
$pivotgrid-tooltip-fontcolor: $selection-font !default;
|
|
53
53
|
$pivotgrid-tooltip-fontsize: 13px !default;
|
|
54
54
|
$pivotgrid-tooltip-fontfamily: Segoe UI !default;
|
|
55
|
-
$pivotgrid-member-filter-list-height:
|
|
56
|
-
$pivotgrid-member-filter-list-bigger-height:
|
|
55
|
+
$pivotgrid-member-filter-list-height: 129px !default;
|
|
56
|
+
$pivotgrid-member-filter-list-bigger-height: 103px !default;
|
|
57
57
|
$pivotgrid-button-font-color: $content-font !default;
|
|
58
58
|
$pivotgrid-button-acitve-font-color: $selection-font !default;
|
|
59
59
|
$pivotgrid-button-icon-color: $content-font !default;
|
|
60
60
|
$pivotgrid-button-active-icon-color: $selection-font !default;
|
|
61
61
|
$pivotgrid-icon-hover-color: $pivotgrid-default-font-color !default;
|
|
62
62
|
$pivotgrid-icon-focus-color: $selection-font !default;
|
|
63
|
-
$pivotgrid-excel-member-filter-height:
|
|
63
|
+
$pivotgrid-excel-member-filter-height: 118px !default;
|
|
64
|
+
$pivotgrid-excel-member-filter-node-limit-height: 115px !default;
|
|
64
65
|
$pivotgrid-excel-filter-height: 212px !default;
|
|
65
66
|
$pivotgrid-excel-member-filter-bigger-height: 99px !default;
|
|
66
67
|
$pivotgrid-excel-filter-bigger-height: 191px !default;
|
|
67
68
|
$pivotgrid-bigger-excel-dialog-min-width: 350px !default;
|
|
69
|
+
$pivotgrid-member-editor-bigger-height: 420px !default;
|
|
68
70
|
$pivotgrid-editor-label-padding-size: 15px 10px 16px 20px !default;
|
|
69
71
|
$pivotgrid-editor-label-font: 700 13px Segoe UI !default;
|
|
70
72
|
$pivotgrid-editor-label-opacity: 1 !default;
|
|
@@ -91,7 +93,7 @@ $pivotgrid-gtot-font-color: $content-font 87% !default;
|
|
|
91
93
|
$pivotgrid-report-label-margin-top: 5px !default;
|
|
92
94
|
$pivotgrid-bigger-report-label-margin-top: 4px !default;
|
|
93
95
|
$pivotview-value-sort-rtl-padding: .8em !default;
|
|
94
|
-
$pivotview-filter-toolbar-items-margin-left:
|
|
96
|
+
$pivotview-filter-toolbar-items-margin-left: 20px !default;
|
|
95
97
|
$pivotview-filter-toolbar-items-margin-right: 10px !default;
|
|
96
98
|
$pivotgrid-header-text-margin-top: 4px !default;
|
|
97
99
|
$pivotgrid-border: $border-default !default;
|
|
@@ -104,12 +106,20 @@ $pivotgrid-value-sort-icon-padding: 3px 4px 4px 4px !default;
|
|
|
104
106
|
$pivotgrid-value-sort-icon-font-size: 12px !default;
|
|
105
107
|
$pivotgrid-drillthrough-header-font-color: $content-font !default;
|
|
106
108
|
$pivotgrid-drillthrough-header-value-font-color: $pivotview-grid-header-font-color !default;
|
|
107
|
-
$pivotgrid-group-button-icon-
|
|
108
|
-
$pivotgrid-group-button-icon-
|
|
109
|
+
$pivotgrid-group-button-icon-margin-top: 1px !default;
|
|
110
|
+
$pivotgrid-bigger-group-button-icon-margin-top: 2px !default;
|
|
111
|
+
$pivotgrid-expand-collapse-margin-top: 0 !default;
|
|
112
|
+
$pivotgrid-expand-collapse-margin-bottom: 0 !default;
|
|
113
|
+
$pivotgrid-group-bigger-pivot-button-padding: 0 12px !default;
|
|
114
|
+
$pivotgrid-rowsheader-cellvalue-margin-left: 8px !default;
|
|
115
|
+
$pivotgrid-rowsheader-cellvalue-margin-top: 0 !default;
|
|
116
|
+
$pivotgrid-excelfilter-member-editor-node-limit-height: 75px !default;
|
|
117
|
+
$pivotgrid-member-editor-node-limit-bigger-height: 450px !default;
|
|
109
118
|
|
|
110
119
|
/*! component's common definitions and variables */
|
|
111
120
|
$pivotgrid-grouping-height: 36px !default;
|
|
112
121
|
$pivotgrid-editor-search-padding-size: 20px !default;
|
|
122
|
+
$pivotgrid-member-editor-search-padding: 0 $pivotgrid-editor-search-padding-size 10px !default;
|
|
113
123
|
$pivotgrid-member-filter-list-padding-size: -35px !default;
|
|
114
124
|
$pivotview-grid-indent-padding: 8px !default;
|
|
115
125
|
$pivotview-grid-bigger-indent-padding: 16px !default;
|
|
@@ -2,21 +2,20 @@
|
|
|
2
2
|
|
|
3
3
|
/*! PivotView layout */
|
|
4
4
|
.e-pivotview {
|
|
5
|
+
&.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
6
|
+
@if ($skin-name == 'Material3') {
|
|
7
|
+
padding: 0;
|
|
8
|
+
}
|
|
9
|
+
}
|
|
5
10
|
|
|
6
11
|
/* stylelint-disable */
|
|
7
12
|
.e-value-field-settings,
|
|
8
13
|
.e-member-editor-dialog,
|
|
9
|
-
.e-group-field-settings
|
|
10
|
-
max-height: 450px !important;
|
|
11
|
-
border-radius: $pivotgrid-default-border-radius;
|
|
12
|
-
max-width: 400px !important;
|
|
13
|
-
width: auto !important;
|
|
14
|
-
}
|
|
15
|
-
|
|
14
|
+
.e-group-field-settings,
|
|
16
15
|
.e-pivot-format-dialog {
|
|
16
|
+
max-height: 450px !important;
|
|
17
17
|
border-radius: $pivotgrid-default-border-radius;
|
|
18
18
|
max-width: 400px !important;
|
|
19
|
-
width: auto !important;
|
|
20
19
|
}
|
|
21
20
|
/* stylelint-enable */
|
|
22
21
|
|
|
@@ -63,6 +62,10 @@
|
|
|
63
62
|
}
|
|
64
63
|
|
|
65
64
|
.e-group-field-settings {
|
|
65
|
+
/* stylelint-disable */
|
|
66
|
+
width: auto !important;
|
|
67
|
+
/* stylelint-enable */
|
|
68
|
+
|
|
66
69
|
.e-caption-option-text,
|
|
67
70
|
.e-input-option-text,
|
|
68
71
|
.e-group-inerval-option-text,
|
|
@@ -99,13 +102,9 @@
|
|
|
99
102
|
|
|
100
103
|
.e-editor-search-container {
|
|
101
104
|
display: flex;
|
|
102
|
-
padding:
|
|
103
|
-
@if ($skin-name == 'FluentUI') {
|
|
104
|
-
padding-top: 1px;
|
|
105
|
-
}
|
|
105
|
+
padding: $pivotgrid-member-editor-search-padding;
|
|
106
106
|
|
|
107
107
|
.e-clear-icon-hide {
|
|
108
|
-
display: inline-block;
|
|
109
108
|
visibility: hidden;
|
|
110
109
|
}
|
|
111
110
|
}
|
|
@@ -138,25 +137,32 @@
|
|
|
138
137
|
box-shadow: none;
|
|
139
138
|
margin-left: $pivotgrid-sort-wrapper-padding-size;
|
|
140
139
|
|
|
141
|
-
/* stylelint-disable */
|
|
142
140
|
.e-member-sort {
|
|
143
141
|
@if ($pivotgrid-skin == 'bootstrap4') {
|
|
144
142
|
background-color: $content-bg;
|
|
145
143
|
border-color: $gray-400;
|
|
146
|
-
color:
|
|
144
|
+
color: $gray-700;
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
@if ($skin-name == 'Material3') {
|
|
148
|
+
border: 1px solid $pivotgrid-border;
|
|
149
|
+
border-radius: $pivotgrid-member-sort-border-radius;
|
|
150
|
+
min-width: 40px;
|
|
147
151
|
}
|
|
148
152
|
|
|
149
153
|
&:hover {
|
|
150
154
|
@if ($pivotgrid-skin == 'bootstrap4') {
|
|
155
|
+
/* stylelint-disable */
|
|
151
156
|
background-color: $gray-600 !important;
|
|
152
157
|
border-color: $gray-600 !important;
|
|
153
158
|
color: $white !important;
|
|
159
|
+
/* stylelint-enable */
|
|
154
160
|
}
|
|
155
161
|
}
|
|
156
162
|
|
|
157
163
|
&.e-active {
|
|
158
164
|
@if ($pivotgrid-skin == 'bootstrap4') {
|
|
159
|
-
background
|
|
165
|
+
background: $pivotgrid-sort-select-background-color;
|
|
160
166
|
border-color: $pivotgrid-sort-select-border-color;
|
|
161
167
|
color: $pivotgrid-sort-select-color;
|
|
162
168
|
outline: none;
|
|
@@ -170,14 +176,16 @@
|
|
|
170
176
|
|
|
171
177
|
&:focus {
|
|
172
178
|
@if ($pivotgrid-skin == 'bootstrap4') {
|
|
179
|
+
/* stylelint-disable */
|
|
173
180
|
background-color: $gray-600 !important;
|
|
174
181
|
border-color: $gray-600 !important;
|
|
175
182
|
color: $white !important;
|
|
183
|
+
/* stylelint-enable */
|
|
176
184
|
}
|
|
177
185
|
|
|
178
186
|
&.e-active {
|
|
179
187
|
@if ($skin-name == 'bootstrap4') {
|
|
180
|
-
background
|
|
188
|
+
background: $pivotgrid-sort-select-background-color;
|
|
181
189
|
border-color: $pivotgrid-sort-select-border-color;
|
|
182
190
|
color: $pivotgrid-sort-select-color;
|
|
183
191
|
outline: none;
|
|
@@ -193,6 +201,12 @@
|
|
|
193
201
|
width: 100%;
|
|
194
202
|
}
|
|
195
203
|
|
|
204
|
+
.e-select-all-container {
|
|
205
|
+
ul li .e-text-content > .e-icon-expandable {
|
|
206
|
+
display: none;
|
|
207
|
+
}
|
|
208
|
+
}
|
|
209
|
+
|
|
196
210
|
.e-member-editor-container-outer-div {
|
|
197
211
|
display: inline-block;
|
|
198
212
|
height: $pivotgrid-member-filter-list-height;
|
|
@@ -210,6 +224,20 @@
|
|
|
210
224
|
}
|
|
211
225
|
}
|
|
212
226
|
|
|
227
|
+
ul li .e-text-content .e-checkbox-wrapper {
|
|
228
|
+
@if ($skin-name == 'Material3') {
|
|
229
|
+
/* stylelint-disable */
|
|
230
|
+
margin: 0 !important;
|
|
231
|
+
/* stylelint-enable */
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
.e-ripple-container {
|
|
235
|
+
@if ($skin-name == 'Material3') {
|
|
236
|
+
background: transparent;
|
|
237
|
+
}
|
|
238
|
+
}
|
|
239
|
+
}
|
|
240
|
+
|
|
213
241
|
.e-select-all-container ul,
|
|
214
242
|
.e-member-editor-container ul {
|
|
215
243
|
margin-left: $pivotgrid-member-filter-list-padding-size;
|
|
@@ -252,11 +280,10 @@
|
|
|
252
280
|
.e-member-editor-container-outer-div {
|
|
253
281
|
height: $pivotgrid-excel-member-filter-height;
|
|
254
282
|
}
|
|
283
|
+
}
|
|
255
284
|
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
padding: $pivotgrid-editor-label-excel-padding-size;
|
|
259
|
-
}
|
|
285
|
+
&.e-node-limit .e-excelfilter .e-member-editor-container-outer-div {
|
|
286
|
+
height: $pivotgrid-excel-member-filter-node-limit-height;
|
|
260
287
|
}
|
|
261
288
|
|
|
262
289
|
.e-label-filter,
|
|
@@ -267,7 +294,9 @@
|
|
|
267
294
|
padding-bottom: 0;
|
|
268
295
|
|
|
269
296
|
.e-filter-text-div {
|
|
297
|
+
/* stylelint-disable */
|
|
270
298
|
color: $pivotview-grid-header-font-color !important;
|
|
299
|
+
/* stylelint-enable */
|
|
271
300
|
font-size: 13px;
|
|
272
301
|
font-weight: 500;
|
|
273
302
|
}
|
|
@@ -289,12 +318,10 @@
|
|
|
289
318
|
@if ($skin-name == 'tailwind') {
|
|
290
319
|
padding-top: 0;
|
|
291
320
|
}
|
|
292
|
-
|
|
293
321
|
}
|
|
294
322
|
|
|
295
323
|
.e-filter-tab-container {
|
|
296
324
|
border: none;
|
|
297
|
-
/* stylelint-enable */
|
|
298
325
|
|
|
299
326
|
.e-tab-header {
|
|
300
327
|
.e-toolbar-item .e-icon-left + .e-tab-text {
|
|
@@ -303,15 +330,13 @@
|
|
|
303
330
|
|
|
304
331
|
.e-text-wrap {
|
|
305
332
|
.e-tab-icon {
|
|
306
|
-
height:
|
|
307
|
-
min-width: 14px;
|
|
308
|
-
width: 14px;
|
|
309
|
-
@if ($pivotgrid-skin == 'bootstrap4') or ($skin-name == 'bootstrap5') or ($skin-name == 'tailwind') or ($skin-name == 'FluentUI') {
|
|
310
|
-
height: auto;
|
|
311
|
-
}
|
|
333
|
+
height: fit-content;
|
|
312
334
|
|
|
313
335
|
&::before {
|
|
314
336
|
font-size: 14px;
|
|
337
|
+
/* stylelint-disable */
|
|
338
|
+
top: 0 !important;
|
|
339
|
+
/* stylelint-enable */
|
|
315
340
|
}
|
|
316
341
|
}
|
|
317
342
|
}
|
|
@@ -333,25 +358,33 @@
|
|
|
333
358
|
|
|
334
359
|
.e-clear-filter-button {
|
|
335
360
|
float: left;
|
|
336
|
-
margin: 0;
|
|
361
|
+
margin: 0 !important;
|
|
337
362
|
|
|
338
363
|
@if ($skin-name == 'FluentUI') {
|
|
339
364
|
margin-left: 0 !important;
|
|
340
365
|
margin-right: 0 !important;
|
|
341
366
|
}
|
|
342
|
-
|
|
343
367
|
&.e-disable {
|
|
344
368
|
display: none;
|
|
345
369
|
}
|
|
346
370
|
}
|
|
371
|
+
|
|
347
372
|
.e-editor-label-container {
|
|
348
|
-
|
|
373
|
+
align-items: center;
|
|
374
|
+
background: $pivotgrid-editor-label-fill;
|
|
375
|
+
display: flex !important;
|
|
376
|
+
/* stylelint-enable */
|
|
377
|
+
height: 40px;
|
|
378
|
+
justify-content: center;
|
|
349
379
|
opacity: $pivotgrid-editor-label-excel-opacity;
|
|
350
|
-
|
|
380
|
+
@if ($skin-name == 'Material3') {
|
|
381
|
+
border-top: $pivotpager-separator-border;
|
|
382
|
+
}
|
|
351
383
|
|
|
352
384
|
.e-editor-label {
|
|
353
385
|
color: $pivotgrid-editor-label-color;
|
|
354
386
|
font: $pivotgrid-editor-label-font;
|
|
387
|
+
margin-bottom: 0;
|
|
355
388
|
opacity: $pivotgrid-editor-label-opacity;
|
|
356
389
|
overflow: hidden;
|
|
357
390
|
text-overflow: ellipsis;
|
|
@@ -457,6 +490,12 @@
|
|
|
457
490
|
}
|
|
458
491
|
}
|
|
459
492
|
}
|
|
493
|
+
/* stylelint-disable */
|
|
494
|
+
.e-member-editor-outer-container:not(.e-excelfilter) {
|
|
495
|
+
.e-editor-search-container {
|
|
496
|
+
padding-top: 4px !important;
|
|
497
|
+
}
|
|
498
|
+
}
|
|
460
499
|
}
|
|
461
500
|
|
|
462
501
|
.e-value-field-settings,
|
|
@@ -473,16 +512,17 @@
|
|
|
473
512
|
.e-footer-content {
|
|
474
513
|
border-top-left-radius: 0;
|
|
475
514
|
border-top-right-radius: 0;
|
|
476
|
-
border-radius: $pivotgrid-default-border-radius;
|
|
477
|
-
|
|
478
515
|
@if ($skin-name != 'FluentUI') {
|
|
479
|
-
padding-
|
|
480
|
-
padding-
|
|
516
|
+
padding-top: $pivotgrid-editor-dialog-footer-padding;
|
|
517
|
+
padding-bottom: $pivotgrid-editor-dialog-footer-padding;
|
|
481
518
|
}
|
|
482
519
|
}
|
|
483
520
|
|
|
484
521
|
.e-dlg-content {
|
|
485
522
|
overflow: hidden;
|
|
523
|
+
@if ($skin-name == 'Material3') {
|
|
524
|
+
border-radius: 0;
|
|
525
|
+
}
|
|
486
526
|
|
|
487
527
|
.e-empty-field::-webkit-input-placeholder {
|
|
488
528
|
color: $error-font-color !important;
|
|
@@ -545,10 +585,11 @@
|
|
|
545
585
|
}
|
|
546
586
|
}
|
|
547
587
|
|
|
548
|
-
/* stylelint-disable */
|
|
549
588
|
.e-pivotchart-type-dialog {
|
|
589
|
+
/* stylelint-disable */
|
|
550
590
|
max-width: 350px !important;
|
|
551
591
|
max-height: 380px !important;
|
|
592
|
+
/* stylelint-enable */
|
|
552
593
|
|
|
553
594
|
.e-chart-type-option-container,
|
|
554
595
|
.e-chart-type-option-text {
|
|
@@ -574,8 +615,10 @@
|
|
|
574
615
|
}
|
|
575
616
|
|
|
576
617
|
.e-pivot-format-dialog {
|
|
618
|
+
/* stylelint-disable */
|
|
577
619
|
max-height: 550px !important;
|
|
578
620
|
max-width: 350px !important;
|
|
621
|
+
/* stylelint-enable */
|
|
579
622
|
|
|
580
623
|
.e-pivot-format-dialog-outer {
|
|
581
624
|
padding: 0 $pivotgrid-editor-search-padding-size;
|
|
@@ -609,11 +652,11 @@
|
|
|
609
652
|
border-bottom: 0;
|
|
610
653
|
border-style: solid;
|
|
611
654
|
|
|
612
|
-
@if($skin-name == 'FluentUI') {
|
|
655
|
+
@if ($skin-name == 'FluentUI') {
|
|
613
656
|
box-shadow: none;
|
|
614
657
|
}
|
|
615
658
|
|
|
616
|
-
@if ($skin-name == 'bootstrap5') or ($skin-name == 'tailwind') or ($skin-name == 'FluentUI') {
|
|
659
|
+
@if ($skin-name == 'bootstrap5') or ($skin-name == 'tailwind') or ($skin-name == 'FluentUI') or ($skin-name == 'Material3') {
|
|
617
660
|
border-top: 1px solid $pivotgrid-border;
|
|
618
661
|
border-left: 1px solid $pivotgrid-border;
|
|
619
662
|
border-right: 1px solid $pivotgrid-border;
|
|
@@ -626,15 +669,14 @@
|
|
|
626
669
|
.e-toolbar-item .e-tbar-btn.e-btn {
|
|
627
670
|
|
|
628
671
|
.e-icons.e-btn-icon {
|
|
629
|
-
|
|
630
|
-
@if ($skin-name != 'bootstrap5') and ($skin-name != 'tailwind') and ($skin-name != 'FluentUI') {
|
|
672
|
+
@if ($skin-name != 'bootstrap5') and ($skin-name != 'tailwind') and ($skin-name != 'FluentUI') and ($skin-name != 'Material3') {
|
|
631
673
|
font-size: 16px;
|
|
632
674
|
}
|
|
633
675
|
}
|
|
634
676
|
}
|
|
635
677
|
|
|
636
678
|
.e-pivot-toolbar-menu {
|
|
637
|
-
background-color:
|
|
679
|
+
background-color: $pivotgrid-table-background-color;
|
|
638
680
|
border: none;
|
|
639
681
|
@if ($pivotgrid-skin == 'bootstrap4') {
|
|
640
682
|
background-color: $gray-100;
|
|
@@ -643,7 +685,9 @@
|
|
|
643
685
|
|
|
644
686
|
ul .e-menu-item {
|
|
645
687
|
@if ($skin-name != 'tailwind') {
|
|
688
|
+
/* stylelint-disable */
|
|
646
689
|
height: $pivotgrid-menubar-height !important;
|
|
690
|
+
/* stylelint-enable */
|
|
647
691
|
}
|
|
648
692
|
overflow: hidden;
|
|
649
693
|
padding-left: 10px;
|
|
@@ -727,6 +771,7 @@
|
|
|
727
771
|
}
|
|
728
772
|
}
|
|
729
773
|
|
|
774
|
+
/* stylelint-disable */
|
|
730
775
|
ul.e-menu {
|
|
731
776
|
@if ($pivotgrid-skin == 'fabric') or ($pivotgrid-skin == 'fabric-dark') or
|
|
732
777
|
($pivotgrid-skin == 'highcontrast') or ($pivotgrid-skin == 'highcontrast-light') {
|
|
@@ -738,23 +783,24 @@
|
|
|
738
783
|
|
|
739
784
|
.e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
740
785
|
margin-left: 18px !important;
|
|
741
|
-
/* stylelint-enable */
|
|
742
786
|
}
|
|
743
787
|
|
|
744
788
|
.e-toolbar-item.e-template {
|
|
745
|
-
/* stylelint-disable */
|
|
746
789
|
padding: 0 !important;
|
|
790
|
+
/* stylelint-enable */
|
|
747
791
|
}
|
|
748
792
|
|
|
749
793
|
.e-reportlist-label {
|
|
750
794
|
float: left;
|
|
751
795
|
font-weight: 500;
|
|
752
|
-
/* stylelint-enable */
|
|
753
796
|
}
|
|
754
797
|
|
|
755
798
|
.e-reportlist-drop {
|
|
756
799
|
float: right;
|
|
757
800
|
margin: 0 8px;
|
|
801
|
+
@if ($skin-name == 'Material3') {
|
|
802
|
+
background: $pivotgrid-grp-bg-color;
|
|
803
|
+
}
|
|
758
804
|
}
|
|
759
805
|
|
|
760
806
|
&.e-rtl {
|
|
@@ -776,7 +822,7 @@
|
|
|
776
822
|
}
|
|
777
823
|
|
|
778
824
|
.e-frozenscrollbar {
|
|
779
|
-
background
|
|
825
|
+
background: $pivotgrid-grp-bg-color;
|
|
780
826
|
}
|
|
781
827
|
}
|
|
782
828
|
|
|
@@ -913,10 +959,6 @@
|
|
|
913
959
|
}
|
|
914
960
|
}
|
|
915
961
|
|
|
916
|
-
.e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
917
|
-
height: $pivotgrid-member-filter-list-bigger-height;
|
|
918
|
-
}
|
|
919
|
-
|
|
920
962
|
/* stylelint-disable */
|
|
921
963
|
.e-member-editor-dialog {
|
|
922
964
|
.e-editor-search-container {
|
|
@@ -949,6 +991,10 @@
|
|
|
949
991
|
}
|
|
950
992
|
}
|
|
951
993
|
}
|
|
994
|
+
|
|
995
|
+
.e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
|
|
996
|
+
height: $pivotgrid-member-filter-list-bigger-height;
|
|
997
|
+
}
|
|
952
998
|
}
|
|
953
999
|
|
|
954
1000
|
.e-member-editor-dialog {
|
|
@@ -968,17 +1014,8 @@
|
|
|
968
1014
|
}
|
|
969
1015
|
}
|
|
970
1016
|
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
.e-excelfilter {
|
|
974
|
-
.e-member-editor-container-outer-div {
|
|
975
|
-
height: 82px !important;
|
|
976
|
-
@if ($skin-name == 'fabric') or ($skin-name == 'fabric-dark') {
|
|
977
|
-
height: 96px !important;
|
|
978
|
-
}
|
|
979
|
-
}
|
|
980
|
-
}
|
|
981
|
-
}
|
|
1017
|
+
&.e-node-limit.e-excel-filter .e-excelfilter .e-member-editor-container-outer-div {
|
|
1018
|
+
height: $pivotgrid-excelfilter-member-editor-node-limit-height !important;
|
|
982
1019
|
}
|
|
983
1020
|
|
|
984
1021
|
.e-excelfilter {
|
|
@@ -1010,14 +1047,11 @@
|
|
|
1010
1047
|
}
|
|
1011
1048
|
|
|
1012
1049
|
&.e-excel-filter {
|
|
1013
|
-
min-width: $pivotgrid-bigger-excel-dialog-min-width;
|
|
1050
|
+
min-width: $pivotgrid-bigger-excel-dialog-min-width !important;
|
|
1051
|
+
min-height: $pivotgrid-member-editor-bigger-height !important;
|
|
1014
1052
|
|
|
1015
|
-
|
|
1016
|
-
height:
|
|
1017
|
-
|
|
1018
|
-
&.e-node-limit {
|
|
1019
|
-
height: 440px !important;
|
|
1020
|
-
}
|
|
1053
|
+
&.e-node-limit {
|
|
1054
|
+
min-height: $pivotgrid-member-editor-node-limit-bigger-height !important;
|
|
1021
1055
|
}
|
|
1022
1056
|
}
|
|
1023
1057
|
}
|
|
@@ -35,7 +35,7 @@ $pivotgrid-button-icon-size: 12px !default;
|
|
|
35
35
|
$pivotgrid-bigger-button-icon-size: 14px !default;
|
|
36
36
|
$pivotgrid-button-border-radius: 25px !default;
|
|
37
37
|
$pivotgrid-button-background-color: #424242 !default;
|
|
38
|
-
$pivotgrid-editor-dialog-footer-padding:
|
|
38
|
+
$pivotgrid-editor-dialog-footer-padding: 10px !default;
|
|
39
39
|
$pivotgrid-button-drag-color: $accent !default;
|
|
40
40
|
$pivotgrid-expand-icon-fontsize: 10px !default;
|
|
41
41
|
$pivotgrid-expcoldiv-fontsize: 10px !default;
|
|
@@ -57,15 +57,16 @@ $pivotgrid-tooltip-padding: 3px 4px !default;
|
|
|
57
57
|
$pivotgrid-tooltip-fontcolor: $grey-light-font !default;
|
|
58
58
|
$pivotgrid-tooltip-fontsize: 14px !default;
|
|
59
59
|
$pivotgrid-tooltip-fontfamily: Roboto !default;
|
|
60
|
-
$pivotgrid-member-filter-list-height:
|
|
61
|
-
$pivotgrid-member-filter-list-bigger-height:
|
|
60
|
+
$pivotgrid-member-filter-list-height: 150px !default;
|
|
61
|
+
$pivotgrid-member-filter-list-bigger-height: 124px !default;
|
|
62
62
|
$pivotview-grid-indent-padding: 8px !default;
|
|
63
63
|
$pivotview-grid-bigger-indent-padding: 10px !default;
|
|
64
64
|
$pivotview-indent-space-size: 18px !default;
|
|
65
65
|
$pivotgrid-button-font-color: $grey-dark-font !default;
|
|
66
66
|
$pivotgrid-button-acitve-font-color: $pivotgrid-button-font-color !default;
|
|
67
67
|
$pivotgrid-bigger-button-line-height: 1em !default;
|
|
68
|
-
$pivotgrid-excel-member-filter-height:
|
|
68
|
+
$pivotgrid-excel-member-filter-height: 150px !default;
|
|
69
|
+
$pivotgrid-excel-member-filter-node-limit-height: 145px !default;
|
|
69
70
|
$pivotgrid-excel-filter-height: 248px !default;
|
|
70
71
|
$pivotgrid-excel-member-filter-bigger-height: 102px !default;
|
|
71
72
|
$pivotgrid-excel-filter-bigger-height: 220px !default;
|
|
@@ -98,8 +99,15 @@ $pivotgrid-bigger-report-label-margin-top: 12px !default;
|
|
|
98
99
|
$pivotview-value-sort-rtl-padding: 1.8em !default;
|
|
99
100
|
$pivotgrid-drillthrough-header-font-color: $grey-dark-font !default;
|
|
100
101
|
$pivotgrid-drillthrough-header-value-font-color: $pivotview-grid-header-font-color !default;
|
|
101
|
-
$pivotgrid-group-button-icon-
|
|
102
|
-
$pivotgrid-group-button-icon-
|
|
102
|
+
$pivotgrid-group-button-icon-margin-top: 1px !default;
|
|
103
|
+
$pivotgrid-bigger-group-button-icon-margin-top: 2px !default;
|
|
104
|
+
$pivotgrid-expand-collapse-margin-top: 5px !default;
|
|
105
|
+
$pivotgrid-expand-collapse-margin-bottom: 0 !default;
|
|
106
|
+
$pivotgrid-group-bigger-pivot-button-padding: 0 12px !default;
|
|
107
|
+
$pivotgrid-rowsheader-cellvalue-margin-left: 8px !default;
|
|
108
|
+
$pivotgrid-rowsheader-cellvalue-margin-top: 5px !default;
|
|
109
|
+
$pivotgrid-excelfilter-member-editor-node-limit-height: 85px !default;
|
|
110
|
+
$pivotgrid-member-editor-node-limit-bigger-height: 415px !default;
|
|
103
111
|
|
|
104
112
|
// $pivotview-filter-toolbar-indicator-margin-left: 20px !default;
|
|
105
113
|
$pivotview-filter-toolbar-items-margin-left: 20px !default;
|
|
@@ -120,6 +128,7 @@ $pivotgrid-value-sort-icon-font-size: 12px !default;
|
|
|
120
128
|
|
|
121
129
|
/*! component's common definitions and variables */
|
|
122
130
|
$pivotgrid-editor-search-padding-size: 20px !default;
|
|
131
|
+
$pivotgrid-member-editor-search-padding: 0 $pivotgrid-editor-search-padding-size 10px !default;
|
|
123
132
|
$pivotgrid-member-filter-list-padding-size: -35px !default;
|
|
124
133
|
$pivotview-axis-indent-padding: $pivotview-grid-indent-padding !default;
|
|
125
134
|
$pivotview-axis-bigger-indent-padding: $pivotview-grid-bigger-indent-padding !default;
|
|
@@ -128,6 +137,7 @@ $pivotgrid-bigger-button-font-size: 13px !default;
|
|
|
128
137
|
$pivotgrid-button-inner-padding: 4px !default;
|
|
129
138
|
$pivotgrid-bigger-button-inner-padding: 6px !default;
|
|
130
139
|
$pivotgrid-bigger-excel-dialog-min-width: 350px !default;
|
|
140
|
+
$pivotgrid-member-editor-bigger-height: 405px !default;
|
|
131
141
|
$pivotgrid-expand-bigger-icon-fontsize: 10px !default;
|
|
132
142
|
$pivotgrid-collapse-bigger-icon-fontsize: 10px !default;
|
|
133
143
|
$pivotgrid-grouping-padding-bottom: 10px !default;
|
|
@@ -35,7 +35,7 @@ $pivotgrid-button-icon-size: 12px !default;
|
|
|
35
35
|
$pivotgrid-bigger-button-icon-size: 14px !default;
|
|
36
36
|
$pivotgrid-button-border-radius: 25px !default;
|
|
37
37
|
$pivotgrid-button-background-color: $grey-300 !default;
|
|
38
|
-
$pivotgrid-editor-dialog-footer-padding:
|
|
38
|
+
$pivotgrid-editor-dialog-footer-padding: 10px !default;
|
|
39
39
|
$pivotgrid-button-drag-color: $accent !default;
|
|
40
40
|
$pivotgrid-expand-icon-fontsize: 10px !default;
|
|
41
41
|
$pivotgrid-expcoldiv-fontsize: 10px !default;
|
|
@@ -57,15 +57,16 @@ $pivotgrid-tooltip-padding: 3px 4px !default;
|
|
|
57
57
|
$pivotgrid-tooltip-fontcolor: #fff !default;
|
|
58
58
|
$pivotgrid-tooltip-fontsize: 14px !default;
|
|
59
59
|
$pivotgrid-tooltip-fontfamily: Roboto !default;
|
|
60
|
-
$pivotgrid-member-filter-list-height:
|
|
61
|
-
$pivotgrid-member-filter-list-bigger-height:
|
|
60
|
+
$pivotgrid-member-filter-list-height: 150px !default;
|
|
61
|
+
$pivotgrid-member-filter-list-bigger-height: 120px !default;
|
|
62
62
|
$pivotview-grid-indent-padding: 8px !default;
|
|
63
63
|
$pivotview-grid-bigger-indent-padding: 10px !default;
|
|
64
64
|
$pivotview-indent-space-size: 18px !default;
|
|
65
65
|
$pivotgrid-button-font-color: $grey-light-font !default;
|
|
66
66
|
$pivotgrid-button-acitve-font-color: $pivotgrid-button-font-color !default;
|
|
67
67
|
$pivotgrid-bigger-button-line-height: 1em !default;
|
|
68
|
-
$pivotgrid-excel-member-filter-height:
|
|
68
|
+
$pivotgrid-excel-member-filter-height: 150px !default;
|
|
69
|
+
$pivotgrid-excel-member-filter-node-limit-height: 145px !default;
|
|
69
70
|
$pivotgrid-excel-filter-height: 248px !default;
|
|
70
71
|
$pivotgrid-excel-member-filter-bigger-height: 102px !default;
|
|
71
72
|
$pivotgrid-excel-filter-bigger-height: 220px !default;
|
|
@@ -96,8 +97,15 @@ $pivotgrid-bigger-report-label-margin-top: 12px !default;
|
|
|
96
97
|
$pivotview-value-sort-rtl-padding: 1.8em !default;
|
|
97
98
|
$pivotgrid-drillthrough-header-font-color: $grey-light-font !default;
|
|
98
99
|
$pivotgrid-drillthrough-header-value-font-color: $pivotview-grid-header-font-color !default;
|
|
99
|
-
$pivotgrid-group-button-icon-
|
|
100
|
-
$pivotgrid-group-button-icon-
|
|
100
|
+
$pivotgrid-group-button-icon-margin-top: 1px !default;
|
|
101
|
+
$pivotgrid-bigger-group-button-icon-margin-top: 2px !default;
|
|
102
|
+
$pivotgrid-expand-collapse-margin-top: 5px !default;
|
|
103
|
+
$pivotgrid-expand-collapse-margin-bottom: 0 !default;
|
|
104
|
+
$pivotgrid-group-bigger-pivot-button-padding: 0 12px !default;
|
|
105
|
+
$pivotgrid-rowsheader-cellvalue-margin-left: 8px !default;
|
|
106
|
+
$pivotgrid-rowsheader-cellvalue-margin-top: 5px !default;
|
|
107
|
+
$pivotgrid-excelfilter-member-editor-node-limit-height: 90px !default;
|
|
108
|
+
$pivotgrid-member-editor-node-limit-bigger-height: 415px !default;
|
|
101
109
|
|
|
102
110
|
// $pivotview-filter-toolbar-indicator-margin-left: 20px !default;
|
|
103
111
|
$pivotview-filter-toolbar-items-margin-left: 20px !default;
|
|
@@ -116,6 +124,7 @@ $pivotgrid-value-sort-icon-font-size: 12px !default;
|
|
|
116
124
|
|
|
117
125
|
/*! component's common definitions and variables */
|
|
118
126
|
$pivotgrid-editor-search-padding-size: 20px !default;
|
|
127
|
+
$pivotgrid-member-editor-search-padding: 0 $pivotgrid-editor-search-padding-size 10px !default;
|
|
119
128
|
$pivotgrid-member-filter-list-padding-size: -35px !default;
|
|
120
129
|
$pivotview-axis-indent-padding: $pivotview-grid-indent-padding !default;
|
|
121
130
|
$pivotview-axis-bigger-indent-padding: $pivotview-grid-bigger-indent-padding !default;
|
|
@@ -124,6 +133,7 @@ $pivotgrid-bigger-button-font-size: 13px !default;
|
|
|
124
133
|
$pivotgrid-button-inner-padding: 4px !default;
|
|
125
134
|
$pivotgrid-bigger-button-inner-padding: 6px !default;
|
|
126
135
|
$pivotgrid-bigger-excel-dialog-min-width: 350px !default;
|
|
136
|
+
$pivotgrid-member-editor-bigger-height: 400px !default;
|
|
127
137
|
$pivotgrid-expand-bigger-icon-fontsize: 10px !default;
|
|
128
138
|
$pivotgrid-collapse-bigger-icon-fontsize: 10px !default;
|
|
129
139
|
$pivotgrid-grouping-padding-bottom: 10px !default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import './material3-definition.scss';
|