@syncfusion/ej2-angular-pivotview 20.4.44 → 20.4.48-ngcc
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/@syncfusion/ej2-angular-pivotview.es5.js +434 -0
- package/@syncfusion/ej2-angular-pivotview.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-pivotview.js +404 -0
- package/@syncfusion/ej2-angular-pivotview.js.map +1 -0
- package/CHANGELOG.md +844 -0
- package/dist/ej2-angular-pivotview.umd.js +686 -0
- package/dist/ej2-angular-pivotview.umd.js.map +1 -0
- package/dist/ej2-angular-pivotview.umd.min.js +11 -0
- package/dist/ej2-angular-pivotview.umd.min.js.map +1 -0
- package/ej2-angular-pivotview.d.ts +6 -0
- package/ej2-angular-pivotview.metadata.json +1 -0
- package/package.json +15 -29
- package/postinstall/tagchange.js +18 -0
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/pivotfieldlist/pivotfieldlist-all.module.d.ts +0 -6
- package/src/pivotfieldlist/pivotfieldlist.component.d.ts +0 -3
- package/src/pivotfieldlist/pivotfieldlist.module.d.ts +0 -6
- package/src/pivotview/pivotview-all.module.d.ts +0 -6
- package/src/pivotview/pivotview.component.d.ts +0 -3
- package/src/pivotview/pivotview.module.d.ts +0 -6
- package/styles/bootstrap-dark.css +3 -0
- package/styles/bootstrap.css +3 -0
- package/styles/bootstrap4.css +3 -6
- package/styles/bootstrap5-dark.css +3 -0
- package/styles/bootstrap5.css +3 -0
- package/styles/fabric-dark.css +7 -6
- package/styles/fabric.css +7 -3
- package/styles/fluent-dark.css +3 -0
- package/styles/fluent.css +3 -0
- package/styles/highcontrast-light.css +8 -3
- package/styles/highcontrast.css +8 -3
- package/styles/material-dark.css +3 -0
- package/styles/material.css +3 -6
- package/styles/pivotfieldlist/bootstrap-dark.scss +1 -4
- package/styles/pivotfieldlist/bootstrap.scss +1 -4
- package/styles/pivotfieldlist/bootstrap4.scss +1 -4
- package/styles/pivotfieldlist/bootstrap5-dark.scss +1 -4
- package/styles/pivotfieldlist/bootstrap5.scss +1 -4
- package/styles/pivotfieldlist/fabric-dark.scss +1 -4
- package/styles/pivotfieldlist/fabric.scss +1 -4
- package/styles/pivotfieldlist/fluent-dark.scss +1 -4
- package/styles/pivotfieldlist/fluent.scss +1 -4
- package/styles/pivotfieldlist/highcontrast-light.scss +1 -4
- package/styles/pivotfieldlist/highcontrast.scss +1 -4
- package/styles/pivotfieldlist/material-dark.scss +1 -4
- package/styles/pivotfieldlist/material.scss +1 -4
- package/styles/pivotfieldlist/tailwind-dark.scss +1 -4
- package/styles/pivotfieldlist/tailwind.scss +1 -4
- package/styles/pivotview/bootstrap-dark.css +3 -0
- package/styles/pivotview/bootstrap-dark.scss +1 -5
- package/styles/pivotview/bootstrap.css +3 -0
- package/styles/pivotview/bootstrap.scss +1 -5
- package/styles/pivotview/bootstrap4.css +3 -6
- package/styles/pivotview/bootstrap4.scss +1 -5
- package/styles/pivotview/bootstrap5-dark.css +3 -0
- package/styles/pivotview/bootstrap5-dark.scss +1 -4
- package/styles/pivotview/bootstrap5.css +3 -0
- package/styles/pivotview/bootstrap5.scss +1 -5
- package/styles/pivotview/fabric-dark.css +7 -6
- package/styles/pivotview/fabric-dark.scss +1 -5
- package/styles/pivotview/fabric.css +7 -3
- package/styles/pivotview/fabric.scss +1 -5
- package/styles/pivotview/fluent-dark.css +3 -0
- package/styles/pivotview/fluent-dark.scss +1 -4
- package/styles/pivotview/fluent.css +3 -0
- package/styles/pivotview/fluent.scss +1 -5
- package/styles/pivotview/highcontrast-light.css +8 -3
- package/styles/pivotview/highcontrast-light.scss +1 -5
- package/styles/pivotview/highcontrast.css +8 -3
- package/styles/pivotview/highcontrast.scss +1 -5
- package/styles/pivotview/material-dark.css +3 -0
- package/styles/pivotview/material-dark.scss +1 -5
- package/styles/pivotview/material.css +3 -6
- package/styles/pivotview/material.scss +1 -5
- package/styles/pivotview/tailwind-dark.scss +1 -4
- package/styles/pivotview/tailwind.scss +1 -5
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/index.mjs +0 -8
- package/esm2020/src/pivotfieldlist/pivotfieldlist-all.module.mjs +0 -23
- package/esm2020/src/pivotfieldlist/pivotfieldlist.component.mjs +0 -66
- package/esm2020/src/pivotfieldlist/pivotfieldlist.module.mjs +0 -25
- package/esm2020/src/pivotview/pivotview-all.module.mjs +0 -65
- package/esm2020/src/pivotview/pivotview.component.mjs +0 -157
- package/esm2020/src/pivotview/pivotview.module.mjs +0 -25
- package/esm2020/syncfusion-ej2-angular-pivotview.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-pivotview.mjs +0 -347
- package/fesm2015/syncfusion-ej2-angular-pivotview.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-pivotview.mjs +0 -347
- package/fesm2020/syncfusion-ej2-angular-pivotview.mjs.map +0 -1
- package/styles/pivotfieldlist/_all.scss +0 -2
- package/styles/pivotfieldlist/_bootstrap-dark-definition.scss +0 -240
- package/styles/pivotfieldlist/_bootstrap-definition.scss +0 -194
- package/styles/pivotfieldlist/_bootstrap4-definition.scss +0 -194
- package/styles/pivotfieldlist/_bootstrap5-dark-definition.scss +0 -1
- package/styles/pivotfieldlist/_bootstrap5-definition.scss +0 -198
- package/styles/pivotfieldlist/_fabric-dark-definition.scss +0 -200
- package/styles/pivotfieldlist/_fabric-definition.scss +0 -194
- package/styles/pivotfieldlist/_fluent-dark-definition.scss +0 -1
- package/styles/pivotfieldlist/_fluent-definition.scss +0 -198
- package/styles/pivotfieldlist/_fusionnew-definition.scss +0 -197
- package/styles/pivotfieldlist/_highcontrast-definition.scss +0 -195
- package/styles/pivotfieldlist/_highcontrast-light-definition.scss +0 -195
- package/styles/pivotfieldlist/_layout.scss +0 -1960
- package/styles/pivotfieldlist/_material-dark-definition.scss +0 -195
- package/styles/pivotfieldlist/_material-definition.scss +0 -195
- package/styles/pivotfieldlist/_material3-definition.scss +0 -198
- package/styles/pivotfieldlist/_tailwind-dark-definition.scss +0 -1
- package/styles/pivotfieldlist/_tailwind-definition.scss +0 -198
- package/styles/pivotfieldlist/_theme.scss +0 -1938
- package/styles/pivotfieldlist/icons/_bootstrap-dark.scss +0 -359
- package/styles/pivotfieldlist/icons/_bootstrap.scss +0 -359
- package/styles/pivotfieldlist/icons/_bootstrap4.scss +0 -359
- package/styles/pivotfieldlist/icons/_bootstrap5-dark.scss +0 -1
- package/styles/pivotfieldlist/icons/_bootstrap5.scss +0 -358
- package/styles/pivotfieldlist/icons/_fabric-dark.scss +0 -359
- package/styles/pivotfieldlist/icons/_fabric.scss +0 -359
- package/styles/pivotfieldlist/icons/_fluent-dark.scss +0 -1
- package/styles/pivotfieldlist/icons/_fluent.scss +0 -358
- package/styles/pivotfieldlist/icons/_fusionnew.scss +0 -353
- package/styles/pivotfieldlist/icons/_highcontrast-light.scss +0 -358
- package/styles/pivotfieldlist/icons/_highcontrast.scss +0 -358
- package/styles/pivotfieldlist/icons/_material-dark.scss +0 -359
- package/styles/pivotfieldlist/icons/_material.scss +0 -358
- package/styles/pivotfieldlist/icons/_material3.scss +0 -353
- package/styles/pivotfieldlist/icons/_tailwind-dark.scss +0 -357
- package/styles/pivotfieldlist/icons/_tailwind.scss +0 -357
- package/styles/pivotview/_all.scss +0 -2
- package/styles/pivotview/_bootstrap-dark-definition.scss +0 -161
- package/styles/pivotview/_bootstrap-definition.scss +0 -158
- package/styles/pivotview/_bootstrap4-definition.scss +0 -158
- package/styles/pivotview/_bootstrap5-dark-definition.scss +0 -1
- package/styles/pivotview/_bootstrap5-definition.scss +0 -163
- package/styles/pivotview/_fabric-dark-definition.scss +0 -160
- package/styles/pivotview/_fabric-definition.scss +0 -157
- package/styles/pivotview/_fluent-dark-definition.scss +0 -1
- package/styles/pivotview/_fluent-definition.scss +0 -163
- package/styles/pivotview/_fusionnew-definition.scss +0 -163
- package/styles/pivotview/_highcontrast-definition.scss +0 -156
- package/styles/pivotview/_highcontrast-light-definition.scss +0 -157
- package/styles/pivotview/_layout.scss +0 -1120
- package/styles/pivotview/_material-dark-definition.scss +0 -164
- package/styles/pivotview/_material-definition.scss +0 -160
- package/styles/pivotview/_material3-definition.scss +0 -163
- package/styles/pivotview/_tailwind-dark-definition.scss +0 -1
- package/styles/pivotview/_tailwind-definition.scss +0 -163
- package/styles/pivotview/_theme.scss +0 -2002
- package/styles/pivotview/icons/_bootstrap-dark.scss +0 -184
- package/styles/pivotview/icons/_bootstrap.scss +0 -184
- package/styles/pivotview/icons/_bootstrap4.scss +0 -184
- package/styles/pivotview/icons/_bootstrap5-dark.scss +0 -1
- package/styles/pivotview/icons/_bootstrap5.scss +0 -183
- package/styles/pivotview/icons/_fabric-dark.scss +0 -184
- package/styles/pivotview/icons/_fabric.scss +0 -184
- package/styles/pivotview/icons/_fluent-dark.scss +0 -1
- package/styles/pivotview/icons/_fluent.scss +0 -183
- package/styles/pivotview/icons/_fusionnew.scss +0 -183
- package/styles/pivotview/icons/_highcontrast-light.scss +0 -183
- package/styles/pivotview/icons/_highcontrast.scss +0 -183
- package/styles/pivotview/icons/_material-dark.scss +0 -184
- package/styles/pivotview/icons/_material.scss +0 -184
- package/styles/pivotview/icons/_material3.scss +0 -183
- package/styles/pivotview/icons/_tailwind-dark.scss +0 -183
- package/styles/pivotview/icons/_tailwind.scss +0 -183
- package/syncfusion-ej2-angular-pivotview.d.ts +0 -5
package/styles/fabric-dark.css
CHANGED
|
@@ -559,12 +559,6 @@
|
|
|
559
559
|
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
560
560
|
background: #282727;
|
|
561
561
|
}
|
|
562
|
-
.e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
563
|
-
background: #282727;
|
|
564
|
-
}
|
|
565
|
-
.e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
566
|
-
background: #414040;
|
|
567
|
-
}
|
|
568
562
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
569
563
|
font-size: 16px;
|
|
570
564
|
}
|
|
@@ -582,6 +576,10 @@
|
|
|
582
576
|
margin-right: 0;
|
|
583
577
|
font-size: 16px;
|
|
584
578
|
}
|
|
579
|
+
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul.e-menu {
|
|
580
|
+
padding-right: 0 !important;
|
|
581
|
+
padding-left: 0 !important;
|
|
582
|
+
}
|
|
585
583
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
586
584
|
margin-left: 18px !important;
|
|
587
585
|
/* stylelint-enable */
|
|
@@ -960,6 +958,9 @@
|
|
|
960
958
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-table {
|
|
961
959
|
width: 100%;
|
|
962
960
|
}
|
|
961
|
+
.e-pivotview .e-toolbar .e-tbar-btn {
|
|
962
|
+
background-color: transparent;
|
|
963
|
+
}
|
|
963
964
|
.e-pivotview .e-grid .e-rowsheader.e-active,
|
|
964
965
|
.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,
|
|
965
966
|
.e-pivotview .e-grid .e-columnsheader.e-active,
|
package/styles/fabric.css
CHANGED
|
@@ -559,9 +559,6 @@
|
|
|
559
559
|
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
560
560
|
background: #f4f4f4;
|
|
561
561
|
}
|
|
562
|
-
.e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
563
|
-
background: #f4f4f4;
|
|
564
|
-
}
|
|
565
562
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
566
563
|
font-size: 16px;
|
|
567
564
|
}
|
|
@@ -579,6 +576,10 @@
|
|
|
579
576
|
margin-right: 0;
|
|
580
577
|
font-size: 16px;
|
|
581
578
|
}
|
|
579
|
+
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul.e-menu {
|
|
580
|
+
padding-right: 0 !important;
|
|
581
|
+
padding-left: 0 !important;
|
|
582
|
+
}
|
|
582
583
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
583
584
|
margin-left: 18px !important;
|
|
584
585
|
/* stylelint-enable */
|
|
@@ -962,6 +963,9 @@
|
|
|
962
963
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-table {
|
|
963
964
|
width: 100%;
|
|
964
965
|
}
|
|
966
|
+
.e-pivotview .e-toolbar .e-tbar-btn {
|
|
967
|
+
background-color: transparent;
|
|
968
|
+
}
|
|
965
969
|
.e-pivotview .e-grid .e-rowsheader.e-active,
|
|
966
970
|
.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,
|
|
967
971
|
.e-pivotview .e-grid .e-columnsheader.e-active,
|
package/styles/fluent-dark.css
CHANGED
|
@@ -977,6 +977,9 @@
|
|
|
977
977
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-table {
|
|
978
978
|
width: 100%;
|
|
979
979
|
}
|
|
980
|
+
.e-pivotview .e-toolbar .e-tbar-btn {
|
|
981
|
+
background-color: transparent;
|
|
982
|
+
}
|
|
980
983
|
.e-pivotview .e-grid .e-rowsheader.e-active,
|
|
981
984
|
.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,
|
|
982
985
|
.e-pivotview .e-grid .e-columnsheader.e-active,
|
package/styles/fluent.css
CHANGED
|
@@ -979,6 +979,9 @@
|
|
|
979
979
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-table {
|
|
980
980
|
width: 100%;
|
|
981
981
|
}
|
|
982
|
+
.e-pivotview .e-toolbar .e-tbar-btn {
|
|
983
|
+
background-color: transparent;
|
|
984
|
+
}
|
|
982
985
|
.e-pivotview .e-grid .e-rowsheader.e-active,
|
|
983
986
|
.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,
|
|
984
987
|
.e-pivotview .e-grid .e-columnsheader.e-active,
|
|
@@ -558,9 +558,6 @@
|
|
|
558
558
|
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
559
559
|
background: #d8d8d8;
|
|
560
560
|
}
|
|
561
|
-
.e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
562
|
-
background: #d8d8d8;
|
|
563
|
-
}
|
|
564
561
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
565
562
|
font-size: 16px;
|
|
566
563
|
}
|
|
@@ -578,6 +575,10 @@
|
|
|
578
575
|
margin-right: 0;
|
|
579
576
|
font-size: 16px;
|
|
580
577
|
}
|
|
578
|
+
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul.e-menu {
|
|
579
|
+
padding-right: 0 !important;
|
|
580
|
+
padding-left: 0 !important;
|
|
581
|
+
}
|
|
581
582
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
582
583
|
margin-left: 18px !important;
|
|
583
584
|
/* stylelint-enable */
|
|
@@ -952,6 +953,10 @@
|
|
|
952
953
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-table {
|
|
953
954
|
width: 100%;
|
|
954
955
|
}
|
|
956
|
+
.e-pivotview .e-toolbar .e-tbar-btn {
|
|
957
|
+
background-color: transparent;
|
|
958
|
+
border: none !important;
|
|
959
|
+
}
|
|
955
960
|
.e-pivotview .e-grid .e-rowsheader.e-active,
|
|
956
961
|
.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,
|
|
957
962
|
.e-pivotview .e-grid .e-columnsheader.e-active,
|
package/styles/highcontrast.css
CHANGED
|
@@ -558,9 +558,6 @@
|
|
|
558
558
|
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
559
559
|
background: #262626;
|
|
560
560
|
}
|
|
561
|
-
.e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
562
|
-
background: #262626;
|
|
563
|
-
}
|
|
564
561
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
565
562
|
font-size: 16px;
|
|
566
563
|
}
|
|
@@ -578,6 +575,10 @@
|
|
|
578
575
|
margin-right: 0;
|
|
579
576
|
font-size: 16px;
|
|
580
577
|
}
|
|
578
|
+
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul.e-menu {
|
|
579
|
+
padding-right: 0 !important;
|
|
580
|
+
padding-left: 0 !important;
|
|
581
|
+
}
|
|
581
582
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
582
583
|
margin-left: 18px !important;
|
|
583
584
|
/* stylelint-enable */
|
|
@@ -952,6 +953,10 @@
|
|
|
952
953
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-table {
|
|
953
954
|
width: 100%;
|
|
954
955
|
}
|
|
956
|
+
.e-pivotview .e-toolbar .e-tbar-btn {
|
|
957
|
+
background-color: transparent;
|
|
958
|
+
border: none !important;
|
|
959
|
+
}
|
|
955
960
|
.e-pivotview .e-grid .e-rowsheader.e-active,
|
|
956
961
|
.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,
|
|
957
962
|
.e-pivotview .e-grid .e-columnsheader.e-active,
|
package/styles/material-dark.css
CHANGED
|
@@ -949,6 +949,9 @@
|
|
|
949
949
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-table {
|
|
950
950
|
width: 100%;
|
|
951
951
|
}
|
|
952
|
+
.e-pivotview .e-toolbar .e-tbar-btn {
|
|
953
|
+
background-color: transparent;
|
|
954
|
+
}
|
|
952
955
|
.e-pivotview .e-grid .e-rowsheader.e-active,
|
|
953
956
|
.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,
|
|
954
957
|
.e-pivotview .e-grid .e-columnsheader.e-active,
|
package/styles/material.css
CHANGED
|
@@ -560,12 +560,6 @@
|
|
|
560
560
|
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
561
561
|
background: #f5f5f5;
|
|
562
562
|
}
|
|
563
|
-
.e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
564
|
-
background: #f5f5f5;
|
|
565
|
-
}
|
|
566
|
-
.e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
567
|
-
background: rgba(0, 0, 0, 0.12);
|
|
568
|
-
}
|
|
569
563
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
570
564
|
font-size: 16px;
|
|
571
565
|
}
|
|
@@ -956,6 +950,9 @@
|
|
|
956
950
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-table {
|
|
957
951
|
width: 100%;
|
|
958
952
|
}
|
|
953
|
+
.e-pivotview .e-toolbar .e-tbar-btn {
|
|
954
|
+
background-color: transparent;
|
|
955
|
+
}
|
|
959
956
|
.e-pivotview .e-grid .e-rowsheader.e-active,
|
|
960
957
|
.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,
|
|
961
958
|
.e-pivotview .e-grid .e-columnsheader.e-active,
|
|
@@ -950,6 +950,9 @@
|
|
|
950
950
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-table {
|
|
951
951
|
width: 100%;
|
|
952
952
|
}
|
|
953
|
+
.e-pivotview .e-toolbar .e-tbar-btn {
|
|
954
|
+
background-color: transparent;
|
|
955
|
+
}
|
|
953
956
|
.e-pivotview .e-grid .e-rowsheader.e-active,
|
|
954
957
|
.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,
|
|
955
958
|
.e-pivotview .e-grid .e-columnsheader.e-active,
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../pivotfieldlist/bootstrap-dark-definition.scss';
|
|
3
|
-
@import 'bootstrap-dark-definition.scss';
|
|
4
|
-
@import 'icons/bootstrap-dark.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotview/bootstrap-dark.scss';
|
|
@@ -949,6 +949,9 @@
|
|
|
949
949
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-table {
|
|
950
950
|
width: 100%;
|
|
951
951
|
}
|
|
952
|
+
.e-pivotview .e-toolbar .e-tbar-btn {
|
|
953
|
+
background-color: transparent;
|
|
954
|
+
}
|
|
952
955
|
.e-pivotview .e-grid .e-rowsheader.e-active,
|
|
953
956
|
.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,
|
|
954
957
|
.e-pivotview .e-grid .e-columnsheader.e-active,
|
|
@@ -590,12 +590,6 @@
|
|
|
590
590
|
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
591
591
|
background: #f2f4f6;
|
|
592
592
|
}
|
|
593
|
-
.e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
594
|
-
background: #f2f4f6;
|
|
595
|
-
}
|
|
596
|
-
.e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
597
|
-
background: #6c757d;
|
|
598
|
-
}
|
|
599
593
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
600
594
|
font-size: 16px;
|
|
601
595
|
}
|
|
@@ -1010,6 +1004,9 @@
|
|
|
1010
1004
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-table {
|
|
1011
1005
|
width: 100%;
|
|
1012
1006
|
}
|
|
1007
|
+
.e-pivotview .e-toolbar .e-tbar-btn {
|
|
1008
|
+
background-color: transparent;
|
|
1009
|
+
}
|
|
1013
1010
|
.e-pivotview .e-grid .e-rowsheader.e-active,
|
|
1014
1011
|
.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,
|
|
1015
1012
|
.e-pivotview .e-grid .e-columnsheader.e-active,
|
|
@@ -952,6 +952,9 @@
|
|
|
952
952
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-table {
|
|
953
953
|
width: 100%;
|
|
954
954
|
}
|
|
955
|
+
.e-pivotview .e-toolbar .e-tbar-btn {
|
|
956
|
+
background-color: transparent;
|
|
957
|
+
}
|
|
955
958
|
.e-pivotview .e-grid .e-rowsheader.e-active,
|
|
956
959
|
.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,
|
|
957
960
|
.e-pivotview .e-grid .e-columnsheader.e-active,
|
|
@@ -954,6 +954,9 @@
|
|
|
954
954
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-table {
|
|
955
955
|
width: 100%;
|
|
956
956
|
}
|
|
957
|
+
.e-pivotview .e-toolbar .e-tbar-btn {
|
|
958
|
+
background-color: transparent;
|
|
959
|
+
}
|
|
957
960
|
.e-pivotview .e-grid .e-rowsheader.e-active,
|
|
958
961
|
.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,
|
|
959
962
|
.e-pivotview .e-grid .e-columnsheader.e-active,
|
|
@@ -559,12 +559,6 @@
|
|
|
559
559
|
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
560
560
|
background: #282727;
|
|
561
561
|
}
|
|
562
|
-
.e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
563
|
-
background: #282727;
|
|
564
|
-
}
|
|
565
|
-
.e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
566
|
-
background: #414040;
|
|
567
|
-
}
|
|
568
562
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
569
563
|
font-size: 16px;
|
|
570
564
|
}
|
|
@@ -582,6 +576,10 @@
|
|
|
582
576
|
margin-right: 0;
|
|
583
577
|
font-size: 16px;
|
|
584
578
|
}
|
|
579
|
+
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul.e-menu {
|
|
580
|
+
padding-right: 0 !important;
|
|
581
|
+
padding-left: 0 !important;
|
|
582
|
+
}
|
|
585
583
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
586
584
|
margin-left: 18px !important;
|
|
587
585
|
/* stylelint-enable */
|
|
@@ -960,6 +958,9 @@
|
|
|
960
958
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-table {
|
|
961
959
|
width: 100%;
|
|
962
960
|
}
|
|
961
|
+
.e-pivotview .e-toolbar .e-tbar-btn {
|
|
962
|
+
background-color: transparent;
|
|
963
|
+
}
|
|
963
964
|
.e-pivotview .e-grid .e-rowsheader.e-active,
|
|
964
965
|
.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,
|
|
965
966
|
.e-pivotview .e-grid .e-columnsheader.e-active,
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../pivotfieldlist/fabric-dark-definition.scss';
|
|
3
|
-
@import 'fabric-dark-definition.scss';
|
|
4
|
-
@import 'icons/fabric-dark.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotview/fabric-dark.scss';
|
|
@@ -559,9 +559,6 @@
|
|
|
559
559
|
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
560
560
|
background: #f4f4f4;
|
|
561
561
|
}
|
|
562
|
-
.e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
563
|
-
background: #f4f4f4;
|
|
564
|
-
}
|
|
565
562
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
566
563
|
font-size: 16px;
|
|
567
564
|
}
|
|
@@ -579,6 +576,10 @@
|
|
|
579
576
|
margin-right: 0;
|
|
580
577
|
font-size: 16px;
|
|
581
578
|
}
|
|
579
|
+
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul.e-menu {
|
|
580
|
+
padding-right: 0 !important;
|
|
581
|
+
padding-left: 0 !important;
|
|
582
|
+
}
|
|
582
583
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
583
584
|
margin-left: 18px !important;
|
|
584
585
|
/* stylelint-enable */
|
|
@@ -962,6 +963,9 @@
|
|
|
962
963
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-table {
|
|
963
964
|
width: 100%;
|
|
964
965
|
}
|
|
966
|
+
.e-pivotview .e-toolbar .e-tbar-btn {
|
|
967
|
+
background-color: transparent;
|
|
968
|
+
}
|
|
965
969
|
.e-pivotview .e-grid .e-rowsheader.e-active,
|
|
966
970
|
.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,
|
|
967
971
|
.e-pivotview .e-grid .e-columnsheader.e-active,
|
|
@@ -977,6 +977,9 @@
|
|
|
977
977
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-table {
|
|
978
978
|
width: 100%;
|
|
979
979
|
}
|
|
980
|
+
.e-pivotview .e-toolbar .e-tbar-btn {
|
|
981
|
+
background-color: transparent;
|
|
982
|
+
}
|
|
980
983
|
.e-pivotview .e-grid .e-rowsheader.e-active,
|
|
981
984
|
.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,
|
|
982
985
|
.e-pivotview .e-grid .e-columnsheader.e-active,
|
|
@@ -979,6 +979,9 @@
|
|
|
979
979
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-table {
|
|
980
980
|
width: 100%;
|
|
981
981
|
}
|
|
982
|
+
.e-pivotview .e-toolbar .e-tbar-btn {
|
|
983
|
+
background-color: transparent;
|
|
984
|
+
}
|
|
982
985
|
.e-pivotview .e-grid .e-rowsheader.e-active,
|
|
983
986
|
.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,
|
|
984
987
|
.e-pivotview .e-grid .e-columnsheader.e-active,
|
|
@@ -558,9 +558,6 @@
|
|
|
558
558
|
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
559
559
|
background: #d8d8d8;
|
|
560
560
|
}
|
|
561
|
-
.e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
562
|
-
background: #d8d8d8;
|
|
563
|
-
}
|
|
564
561
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
565
562
|
font-size: 16px;
|
|
566
563
|
}
|
|
@@ -578,6 +575,10 @@
|
|
|
578
575
|
margin-right: 0;
|
|
579
576
|
font-size: 16px;
|
|
580
577
|
}
|
|
578
|
+
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul.e-menu {
|
|
579
|
+
padding-right: 0 !important;
|
|
580
|
+
padding-left: 0 !important;
|
|
581
|
+
}
|
|
581
582
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
582
583
|
margin-left: 18px !important;
|
|
583
584
|
/* stylelint-enable */
|
|
@@ -952,6 +953,10 @@
|
|
|
952
953
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-table {
|
|
953
954
|
width: 100%;
|
|
954
955
|
}
|
|
956
|
+
.e-pivotview .e-toolbar .e-tbar-btn {
|
|
957
|
+
background-color: transparent;
|
|
958
|
+
border: none !important;
|
|
959
|
+
}
|
|
955
960
|
.e-pivotview .e-grid .e-rowsheader.e-active,
|
|
956
961
|
.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,
|
|
957
962
|
.e-pivotview .e-grid .e-columnsheader.e-active,
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../pivotfieldlist/highcontrast-light-definition.scss';
|
|
3
|
-
@import 'highcontrast-light-definition.scss';
|
|
4
|
-
@import 'icons/highcontrast-light.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotview/highcontrast-light.scss';
|
|
@@ -558,9 +558,6 @@
|
|
|
558
558
|
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
559
559
|
background: #262626;
|
|
560
560
|
}
|
|
561
|
-
.e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
562
|
-
background: #262626;
|
|
563
|
-
}
|
|
564
561
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
565
562
|
font-size: 16px;
|
|
566
563
|
}
|
|
@@ -578,6 +575,10 @@
|
|
|
578
575
|
margin-right: 0;
|
|
579
576
|
font-size: 16px;
|
|
580
577
|
}
|
|
578
|
+
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul.e-menu {
|
|
579
|
+
padding-right: 0 !important;
|
|
580
|
+
padding-left: 0 !important;
|
|
581
|
+
}
|
|
581
582
|
.e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
582
583
|
margin-left: 18px !important;
|
|
583
584
|
/* stylelint-enable */
|
|
@@ -952,6 +953,10 @@
|
|
|
952
953
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-table {
|
|
953
954
|
width: 100%;
|
|
954
955
|
}
|
|
956
|
+
.e-pivotview .e-toolbar .e-tbar-btn {
|
|
957
|
+
background-color: transparent;
|
|
958
|
+
border: none !important;
|
|
959
|
+
}
|
|
955
960
|
.e-pivotview .e-grid .e-rowsheader.e-active,
|
|
956
961
|
.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,
|
|
957
962
|
.e-pivotview .e-grid .e-columnsheader.e-active,
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../pivotfieldlist/highcontrast-definition.scss';
|
|
3
|
-
@import 'highcontrast-definition.scss';
|
|
4
|
-
@import 'icons/highcontrast.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotview/highcontrast.scss';
|
|
@@ -949,6 +949,9 @@
|
|
|
949
949
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-table {
|
|
950
950
|
width: 100%;
|
|
951
951
|
}
|
|
952
|
+
.e-pivotview .e-toolbar .e-tbar-btn {
|
|
953
|
+
background-color: transparent;
|
|
954
|
+
}
|
|
952
955
|
.e-pivotview .e-grid .e-rowsheader.e-active,
|
|
953
956
|
.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,
|
|
954
957
|
.e-pivotview .e-grid .e-columnsheader.e-active,
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../pivotfieldlist/material-dark-definition.scss';
|
|
3
|
-
@import 'material-dark-definition.scss';
|
|
4
|
-
@import 'icons/material-dark.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotview/material-dark.scss';
|
|
@@ -560,12 +560,6 @@
|
|
|
560
560
|
.e-pivotview .e-pivot-toolbar .e-toolbar-items {
|
|
561
561
|
background: #f5f5f5;
|
|
562
562
|
}
|
|
563
|
-
.e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
|
|
564
|
-
background: #f5f5f5;
|
|
565
|
-
}
|
|
566
|
-
.e-pivotview .e-pivot-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
|
|
567
|
-
background: rgba(0, 0, 0, 0.12);
|
|
568
|
-
}
|
|
569
563
|
.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
570
564
|
font-size: 16px;
|
|
571
565
|
}
|
|
@@ -956,6 +950,9 @@
|
|
|
956
950
|
.e-pivotview .e-pivot-format-dialog .e-pivot-format-table {
|
|
957
951
|
width: 100%;
|
|
958
952
|
}
|
|
953
|
+
.e-pivotview .e-toolbar .e-tbar-btn {
|
|
954
|
+
background-color: transparent;
|
|
955
|
+
}
|
|
959
956
|
.e-pivotview .e-grid .e-rowsheader.e-active,
|
|
960
957
|
.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground,
|
|
961
958
|
.e-pivotview .e-grid .e-columnsheader.e-active,
|