@syncfusion/ej2-angular-pivotview 20.2.36 → 20.2.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +6 -6
- package/styles/bootstrap-dark.css +241 -14
- package/styles/bootstrap.css +241 -14
- package/styles/bootstrap4.css +237 -15
- package/styles/bootstrap5-dark.css +281 -18
- package/styles/bootstrap5.css +281 -18
- package/styles/fabric-dark.css +241 -14
- package/styles/fabric.css +241 -14
- package/styles/fluent-dark.css +247 -16
- package/styles/fluent.css +247 -16
- package/styles/highcontrast-light.css +241 -14
- package/styles/highcontrast.css +241 -14
- package/styles/material-dark.css +241 -14
- package/styles/material.css +241 -14
- package/styles/pivotfieldlist/_bootstrap-dark-definition.scss +2 -1
- package/styles/pivotfieldlist/_bootstrap-definition.scss +3 -2
- package/styles/pivotfieldlist/_bootstrap4-definition.scss +3 -2
- package/styles/pivotfieldlist/_bootstrap5-definition.scss +2 -1
- package/styles/pivotfieldlist/_fabric-dark-definition.scss +3 -3
- package/styles/pivotfieldlist/_fabric-definition.scss +3 -2
- package/styles/pivotfieldlist/_fluent-definition.scss +3 -2
- package/styles/pivotfieldlist/_fusionnew-definition.scss +3 -3
- package/styles/pivotfieldlist/_highcontrast-definition.scss +3 -2
- package/styles/pivotfieldlist/_highcontrast-light-definition.scss +3 -2
- package/styles/pivotfieldlist/_layout.scss +62 -65
- package/styles/pivotfieldlist/_material-dark-definition.scss +3 -2
- package/styles/pivotfieldlist/_material-definition.scss +3 -2
- package/styles/pivotfieldlist/_material3-definition.scss +3 -1
- package/styles/pivotfieldlist/_tailwind-definition.scss +4 -3
- package/styles/pivotfieldlist/_theme.scss +51 -44
- package/styles/pivotfieldlist/bootstrap-dark.css +147 -7
- package/styles/pivotfieldlist/bootstrap.css +147 -7
- package/styles/pivotfieldlist/bootstrap4.css +142 -7
- package/styles/pivotfieldlist/bootstrap5-dark.css +151 -7
- package/styles/pivotfieldlist/bootstrap5.css +151 -7
- package/styles/pivotfieldlist/fabric-dark.css +147 -7
- package/styles/pivotfieldlist/fabric.css +147 -7
- package/styles/pivotfieldlist/fluent-dark.css +149 -7
- package/styles/pivotfieldlist/fluent.css +149 -7
- package/styles/pivotfieldlist/highcontrast-light.css +147 -7
- package/styles/pivotfieldlist/highcontrast.css +147 -7
- package/styles/pivotfieldlist/icons/_bootstrap-dark.scss +4 -4
- package/styles/pivotfieldlist/icons/_bootstrap.scss +4 -4
- package/styles/pivotfieldlist/icons/_bootstrap4.scss +4 -4
- package/styles/pivotfieldlist/icons/_bootstrap5.scss +4 -4
- package/styles/pivotfieldlist/icons/_fabric-dark.scss +4 -4
- package/styles/pivotfieldlist/icons/_fabric.scss +4 -4
- package/styles/pivotfieldlist/icons/_fluent.scss +4 -4
- package/styles/pivotfieldlist/icons/_fusionnew.scss +4 -4
- package/styles/pivotfieldlist/icons/_highcontrast-light.scss +4 -4
- package/styles/pivotfieldlist/icons/_highcontrast.scss +4 -4
- package/styles/pivotfieldlist/icons/_material-dark.scss +4 -4
- package/styles/pivotfieldlist/icons/_material.scss +4 -4
- package/styles/pivotfieldlist/icons/_material3.scss +4 -4
- package/styles/pivotfieldlist/icons/_tailwind-dark.scss +4 -4
- package/styles/pivotfieldlist/icons/_tailwind.scss +4 -4
- package/styles/pivotfieldlist/material-dark.css +147 -7
- package/styles/pivotfieldlist/material.css +147 -7
- package/styles/pivotfieldlist/tailwind-dark.css +151 -9
- package/styles/pivotfieldlist/tailwind.css +151 -9
- package/styles/pivotview/_bootstrap-dark-definition.scss +2 -1
- package/styles/pivotview/_bootstrap-definition.scss +2 -1
- package/styles/pivotview/_bootstrap4-definition.scss +2 -1
- package/styles/pivotview/_bootstrap5-definition.scss +5 -4
- package/styles/pivotview/_fabric-dark-definition.scss +2 -1
- package/styles/pivotview/_fabric-definition.scss +2 -1
- package/styles/pivotview/_fluent-definition.scss +4 -3
- package/styles/pivotview/_fusionnew-definition.scss +1 -0
- package/styles/pivotview/_highcontrast-definition.scss +2 -1
- package/styles/pivotview/_highcontrast-light-definition.scss +3 -2
- package/styles/pivotview/_layout.scss +25 -25
- package/styles/pivotview/_material-dark-definition.scss +2 -1
- package/styles/pivotview/_material-definition.scss +2 -2
- package/styles/pivotview/_material3-definition.scss +1 -0
- package/styles/pivotview/_tailwind-definition.scss +5 -4
- package/styles/pivotview/_theme.scss +77 -50
- package/styles/pivotview/bootstrap-dark.css +94 -7
- package/styles/pivotview/bootstrap.css +94 -7
- package/styles/pivotview/bootstrap4.css +95 -8
- package/styles/pivotview/bootstrap5-dark.css +130 -11
- package/styles/pivotview/bootstrap5.css +130 -11
- package/styles/pivotview/fabric-dark.css +94 -7
- package/styles/pivotview/fabric.css +94 -7
- package/styles/pivotview/fluent-dark.css +98 -9
- package/styles/pivotview/fluent.css +98 -9
- package/styles/pivotview/highcontrast-light.css +94 -7
- package/styles/pivotview/highcontrast.css +94 -7
- package/styles/pivotview/material-dark.css +94 -7
- package/styles/pivotview/material.css +94 -7
- package/styles/pivotview/tailwind-dark.css +98 -11
- package/styles/pivotview/tailwind.css +98 -11
- package/styles/tailwind-dark.css +249 -20
- package/styles/tailwind.css +249 -20
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
content: '\e22f';
|
|
63
63
|
}
|
|
64
64
|
|
|
65
|
-
|
|
65
|
+
/* stylelint-disable */
|
|
66
66
|
.e-measureGroupCDB-icon::before {
|
|
67
67
|
content: '\ebad' !important;
|
|
68
68
|
}
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
.e-sort-descend::before {
|
|
163
163
|
content: '\e665' !important;
|
|
164
164
|
}
|
|
165
|
-
|
|
165
|
+
/* stylelint-enable */
|
|
166
166
|
}
|
|
167
167
|
|
|
168
168
|
.e-pivotfieldlist-wrapper,
|
|
@@ -224,7 +224,7 @@
|
|
|
224
224
|
content: '\e84f';
|
|
225
225
|
}
|
|
226
226
|
|
|
227
|
-
|
|
227
|
+
/* stylelint-disable */
|
|
228
228
|
.e-measureGroupCDB-icon::before {
|
|
229
229
|
content: '\ebad' !important;
|
|
230
230
|
}
|
|
@@ -329,7 +329,7 @@
|
|
|
329
329
|
content: '\e60e' !important;
|
|
330
330
|
}
|
|
331
331
|
|
|
332
|
-
|
|
332
|
+
/* stylelint-enable */
|
|
333
333
|
|
|
334
334
|
.e-pivot-calc-outer-div .e-pivot-accord .e-edited.e-icons::before {
|
|
335
335
|
content: '\e7a3';
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
content: '\e75c';
|
|
63
63
|
}
|
|
64
64
|
|
|
65
|
-
|
|
65
|
+
/* stylelint-disable */
|
|
66
66
|
.e-measureGroupCDB-icon::before {
|
|
67
67
|
content: '\e7d2' !important;
|
|
68
68
|
}
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
.e-sort-descend::before {
|
|
163
163
|
content: '\e7d8' !important;
|
|
164
164
|
}
|
|
165
|
-
|
|
165
|
+
/* stylelint-enable */
|
|
166
166
|
}
|
|
167
167
|
|
|
168
168
|
.e-pivotfieldlist-wrapper,
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
content: '\e729';
|
|
224
224
|
}
|
|
225
225
|
|
|
226
|
-
|
|
226
|
+
/* stylelint-disable */
|
|
227
227
|
.e-measureGroupCDB-icon::before {
|
|
228
228
|
content: '\e7d2' !important;
|
|
229
229
|
}
|
|
@@ -328,7 +328,7 @@
|
|
|
328
328
|
content: '\e754' !important;
|
|
329
329
|
}
|
|
330
330
|
|
|
331
|
-
|
|
331
|
+
/* stylelint-enable */
|
|
332
332
|
|
|
333
333
|
.e-pivot-calc-outer-div .e-pivot-accord .e-edited.e-icons::before {
|
|
334
334
|
content: '\e740';
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
content: '\e75c';
|
|
63
63
|
}
|
|
64
64
|
|
|
65
|
-
|
|
65
|
+
/* stylelint-disable */
|
|
66
66
|
.e-measureGroupCDB-icon::before {
|
|
67
67
|
content: '\e7d2' !important;
|
|
68
68
|
}
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
.e-sort-descend::before {
|
|
163
163
|
content: '\e7d8' !important;
|
|
164
164
|
}
|
|
165
|
-
|
|
165
|
+
/* stylelint-enable */
|
|
166
166
|
}
|
|
167
167
|
|
|
168
168
|
.e-pivotfieldlist-wrapper,
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
content: '\e729';
|
|
224
224
|
}
|
|
225
225
|
|
|
226
|
-
|
|
226
|
+
/* stylelint-disable */
|
|
227
227
|
.e-measureGroupCDB-icon::before {
|
|
228
228
|
content: '\e7d2' !important;
|
|
229
229
|
}
|
|
@@ -323,7 +323,7 @@
|
|
|
323
323
|
.e-sort-descend::before {
|
|
324
324
|
content: '\e7d8' !important;
|
|
325
325
|
}
|
|
326
|
-
|
|
326
|
+
/* stylelint-enable */
|
|
327
327
|
|
|
328
328
|
.e-pivot-calc-outer-div .e-pivot-accord .e-edited.e-icons::before {
|
|
329
329
|
content: '\e740';
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
content: '\e22f';
|
|
63
63
|
}
|
|
64
64
|
|
|
65
|
-
|
|
65
|
+
/* stylelint-disable */
|
|
66
66
|
.e-measureGroupCDB-icon::before {
|
|
67
67
|
content: '\ebad' !important;
|
|
68
68
|
}
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
.e-sort-descend::before {
|
|
163
163
|
content: '\e665' !important;
|
|
164
164
|
}
|
|
165
|
-
|
|
165
|
+
/* stylelint-enable */
|
|
166
166
|
}
|
|
167
167
|
|
|
168
168
|
.e-pivotfieldlist-wrapper,
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
content: '\e84f';
|
|
224
224
|
}
|
|
225
225
|
|
|
226
|
-
|
|
226
|
+
/* stylelint-disable */
|
|
227
227
|
.e-measureGroupCDB-icon::before {
|
|
228
228
|
content: '\ebad' !important;
|
|
229
229
|
}
|
|
@@ -328,7 +328,7 @@
|
|
|
328
328
|
content: '\e60e' !important;
|
|
329
329
|
}
|
|
330
330
|
|
|
331
|
-
|
|
331
|
+
/* stylelint-enable */
|
|
332
332
|
|
|
333
333
|
.e-pivot-calc-outer-div .e-pivot-accord .e-edited.e-icons::before {
|
|
334
334
|
content: '\e7a3';
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
content: '\e22f';
|
|
63
63
|
}
|
|
64
64
|
|
|
65
|
-
|
|
65
|
+
/* stylelint-disable */
|
|
66
66
|
.e-measureGroupCDB-icon::before {
|
|
67
67
|
content: '\ebad' !important;
|
|
68
68
|
}
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
.e-sort-descend::before {
|
|
163
163
|
content: '\e665' !important;
|
|
164
164
|
}
|
|
165
|
-
|
|
165
|
+
/* stylelint-enable */
|
|
166
166
|
}
|
|
167
167
|
|
|
168
168
|
.e-pivotfieldlist-wrapper,
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
content: '\e84f';
|
|
224
224
|
}
|
|
225
225
|
|
|
226
|
-
|
|
226
|
+
/* stylelint-disable */
|
|
227
227
|
.e-measureGroupCDB-icon::before {
|
|
228
228
|
content: '\ebad' !important;
|
|
229
229
|
}
|
|
@@ -328,7 +328,7 @@
|
|
|
328
328
|
content: '\e275' !important;
|
|
329
329
|
}
|
|
330
330
|
|
|
331
|
-
|
|
331
|
+
/* stylelint-enable */
|
|
332
332
|
|
|
333
333
|
.e-pivot-calc-outer-div .e-pivot-accord .e-edited.e-icons::before {
|
|
334
334
|
content: '\e7a3';
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
content: '\e22f';
|
|
59
59
|
}
|
|
60
60
|
|
|
61
|
-
|
|
61
|
+
/* stylelint-disable */
|
|
62
62
|
.e-measureGroupCDB-icon::before {
|
|
63
63
|
content: '\ea76' !important;
|
|
64
64
|
}
|
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
.e-sort-descend::before {
|
|
159
159
|
content: '\e665' !important;
|
|
160
160
|
}
|
|
161
|
-
|
|
161
|
+
/* stylelint-enable */
|
|
162
162
|
}
|
|
163
163
|
|
|
164
164
|
.e-pivotfieldlist-wrapper,
|
|
@@ -220,7 +220,7 @@
|
|
|
220
220
|
content: '\e83d';
|
|
221
221
|
}
|
|
222
222
|
|
|
223
|
-
|
|
223
|
+
/* stylelint-disable */
|
|
224
224
|
.e-measureGroupCDB-icon::before {
|
|
225
225
|
content: '\ea76' !important;
|
|
226
226
|
}
|
|
@@ -325,7 +325,7 @@
|
|
|
325
325
|
content: '\e993' !important;
|
|
326
326
|
}
|
|
327
327
|
|
|
328
|
-
|
|
328
|
+
/* stylelint-enable */
|
|
329
329
|
|
|
330
330
|
.e-pivot-calc-outer-div .e-pivot-accord .e-edited.e-icons::before {
|
|
331
331
|
content: '\e7a3';
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
content: '\e22f';
|
|
63
63
|
}
|
|
64
64
|
|
|
65
|
-
|
|
65
|
+
/* stylelint-disable */
|
|
66
66
|
.e-measureGroupCDB-icon::before {
|
|
67
67
|
content: '\ea76' !important;
|
|
68
68
|
}
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
.e-sort-descend::before {
|
|
163
163
|
content: '\e665' !important;
|
|
164
164
|
}
|
|
165
|
-
|
|
165
|
+
/* stylelint-enable */
|
|
166
166
|
}
|
|
167
167
|
|
|
168
168
|
.e-pivotfieldlist-wrapper,
|
|
@@ -224,7 +224,7 @@
|
|
|
224
224
|
content: '\e83d';
|
|
225
225
|
}
|
|
226
226
|
|
|
227
|
-
|
|
227
|
+
/* stylelint-disable */
|
|
228
228
|
.e-measureGroupCDB-icon::before {
|
|
229
229
|
content: '\ea76' !important;
|
|
230
230
|
}
|
|
@@ -328,7 +328,7 @@
|
|
|
328
328
|
.e-sort-descend::before {
|
|
329
329
|
content: '\e665' !important;
|
|
330
330
|
}
|
|
331
|
-
|
|
331
|
+
/* stylelint-enable */
|
|
332
332
|
|
|
333
333
|
.e-pivot-calc-outer-div .e-pivot-accord .e-edited.e-icons::before {
|
|
334
334
|
content: '\e7a3';
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
content: '\e75c';
|
|
63
63
|
}
|
|
64
64
|
|
|
65
|
-
|
|
65
|
+
/* stylelint-disable */
|
|
66
66
|
.e-measureGroupCDB-icon::before {
|
|
67
67
|
content: '\e7d2' !important;
|
|
68
68
|
}
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
.e-sort-descend::before {
|
|
163
163
|
content: '\e7d8' !important;
|
|
164
164
|
}
|
|
165
|
-
|
|
165
|
+
/* stylelint-enable */
|
|
166
166
|
}
|
|
167
167
|
|
|
168
168
|
.e-pivotfieldlist-wrapper,
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
content: '\e729';
|
|
224
224
|
}
|
|
225
225
|
|
|
226
|
-
|
|
226
|
+
/* stylelint-disable */
|
|
227
227
|
.e-measureGroupCDB-icon::before {
|
|
228
228
|
content: '\e7d2' !important;
|
|
229
229
|
}
|
|
@@ -323,7 +323,7 @@
|
|
|
323
323
|
.e-sort-descend::before {
|
|
324
324
|
content: '\e7d8' !important;
|
|
325
325
|
}
|
|
326
|
-
|
|
326
|
+
/* stylelint-enable */
|
|
327
327
|
|
|
328
328
|
.e-pivot-calc-outer-div .e-pivot-accord .e-edited.e-icons::before {
|
|
329
329
|
content: '\e740';
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
content: '\e75c';
|
|
63
63
|
}
|
|
64
64
|
|
|
65
|
-
|
|
65
|
+
/* stylelint-disable */
|
|
66
66
|
.e-measureGroupCDB-icon::before {
|
|
67
67
|
content: '\e7d2' !important;
|
|
68
68
|
}
|
|
@@ -166,7 +166,7 @@
|
|
|
166
166
|
.e-field-list-search-icon::before {
|
|
167
167
|
content: '\e754' !important;
|
|
168
168
|
}
|
|
169
|
-
|
|
169
|
+
/* stylelint-enable */
|
|
170
170
|
}
|
|
171
171
|
|
|
172
172
|
.e-pivotfieldlist-wrapper,
|
|
@@ -227,7 +227,7 @@
|
|
|
227
227
|
content: '\e729';
|
|
228
228
|
}
|
|
229
229
|
|
|
230
|
-
|
|
230
|
+
/* stylelint-disable */
|
|
231
231
|
.e-measureGroupCDB-icon::before {
|
|
232
232
|
content: '\e7d2' !important;
|
|
233
233
|
}
|
|
@@ -327,7 +327,7 @@
|
|
|
327
327
|
.e-sort-descend::before {
|
|
328
328
|
content: '\e7d8' !important;
|
|
329
329
|
}
|
|
330
|
-
|
|
330
|
+
/* stylelint-enable */
|
|
331
331
|
|
|
332
332
|
.e-pivot-calc-outer-div .e-pivot-accord .e-edited.e-icons::before {
|
|
333
333
|
content: '\e740';
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
content: '\e75c';
|
|
63
63
|
}
|
|
64
64
|
|
|
65
|
-
|
|
65
|
+
/* stylelint-disable */
|
|
66
66
|
.e-measureGroupCDB-icon::before {
|
|
67
67
|
content: '\e7d2' !important;
|
|
68
68
|
}
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
.e-sort-descend::before {
|
|
163
163
|
content: '\e7d8' !important;
|
|
164
164
|
}
|
|
165
|
-
|
|
165
|
+
/* stylelint-enable */
|
|
166
166
|
}
|
|
167
167
|
|
|
168
168
|
.e-pivotfieldlist-wrapper,
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
content: '\e729';
|
|
224
224
|
}
|
|
225
225
|
|
|
226
|
-
|
|
226
|
+
/* stylelint-disable */
|
|
227
227
|
.e-measureGroupCDB-icon::before {
|
|
228
228
|
content: '\e7d2' !important;
|
|
229
229
|
}
|
|
@@ -327,7 +327,7 @@
|
|
|
327
327
|
.e-field-list-search-icon::before {
|
|
328
328
|
content: '\e754' !important;
|
|
329
329
|
}
|
|
330
|
-
|
|
330
|
+
/* stylelint-enable */
|
|
331
331
|
|
|
332
332
|
.e-pivot-calc-outer-div .e-pivot-accord .e-edited.e-icons::before {
|
|
333
333
|
content: '\e740';
|