@syncfusion/ej2-angular-pivotview 20.2.43 → 20.2.45-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.
Files changed (210) hide show
  1. package/@syncfusion/ej2-angular-pivotview.es5.js +425 -0
  2. package/@syncfusion/ej2-angular-pivotview.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-pivotview.js +395 -0
  4. package/@syncfusion/ej2-angular-pivotview.js.map +1 -0
  5. package/CHANGELOG.md +704 -0
  6. package/dist/ej2-angular-pivotview.umd.js +667 -0
  7. package/dist/ej2-angular-pivotview.umd.js.map +1 -0
  8. package/dist/ej2-angular-pivotview.umd.min.js +11 -0
  9. package/dist/ej2-angular-pivotview.umd.min.js.map +1 -0
  10. package/ej2-angular-pivotview.d.ts +6 -0
  11. package/ej2-angular-pivotview.metadata.json +1 -0
  12. package/package.json +15 -29
  13. package/postinstall/tagchange.js +18 -0
  14. package/schematics/collection.json +20 -0
  15. package/schematics/generators/pivotview-default/index.d.ts +3 -0
  16. package/schematics/generators/pivotview-default/index.js +8 -0
  17. package/schematics/generators/pivotview-default/sample-details.d.ts +5 -0
  18. package/schematics/generators/pivotview-default/sample-details.js +7 -0
  19. package/schematics/generators/pivotview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +4 -0
  20. package/schematics/generators/pivotview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +4 -0
  21. package/schematics/generators/pivotview-default/schema.d.ts +3 -0
  22. package/schematics/generators/pivotview-default/schema.js +2 -0
  23. package/schematics/generators/pivotview-default/schema.json +125 -0
  24. package/schematics/generators/pivotview-fieldlist/index.d.ts +3 -0
  25. package/schematics/generators/pivotview-fieldlist/index.js +8 -0
  26. package/schematics/generators/pivotview-fieldlist/sample-details.d.ts +5 -0
  27. package/schematics/generators/pivotview-fieldlist/sample-details.js +7 -0
  28. package/schematics/generators/pivotview-fieldlist/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +4 -0
  29. package/schematics/generators/pivotview-fieldlist/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +4 -0
  30. package/schematics/generators/pivotview-fieldlist/schema.d.ts +3 -0
  31. package/schematics/generators/pivotview-fieldlist/schema.js +2 -0
  32. package/schematics/generators/pivotview-fieldlist/schema.json +125 -0
  33. package/schematics/ng-add/index.d.ts +3 -0
  34. package/schematics/ng-add/index.js +9 -0
  35. package/schematics/ng-add/schema.d.ts +13 -0
  36. package/schematics/ng-add/schema.js +2 -0
  37. package/schematics/ng-add/schema.json +34 -0
  38. package/schematics/tsconfig.json +25 -0
  39. package/schematics/utils/lib-details.d.ts +4 -0
  40. package/schematics/utils/lib-details.js +6 -0
  41. package/schematics/utils/lib-details.ts +2 -2
  42. package/src/pivotfieldlist/pivotfieldlist-all.module.d.ts +0 -6
  43. package/src/pivotfieldlist/pivotfieldlist.component.d.ts +0 -3
  44. package/src/pivotfieldlist/pivotfieldlist.module.d.ts +0 -6
  45. package/src/pivotview/pivotview-all.module.d.ts +0 -6
  46. package/src/pivotview/pivotview.component.d.ts +1 -3
  47. package/src/pivotview/pivotview.module.d.ts +0 -6
  48. package/styles/bootstrap-dark.css +4 -215
  49. package/styles/bootstrap.css +4 -215
  50. package/styles/bootstrap4.css +5 -211
  51. package/styles/bootstrap5-dark.css +4 -217
  52. package/styles/bootstrap5.css +4 -217
  53. package/styles/fabric-dark.css +4 -215
  54. package/styles/fabric.css +4 -215
  55. package/styles/fluent-dark.css +4 -217
  56. package/styles/fluent.css +4 -217
  57. package/styles/highcontrast-light.css +4 -215
  58. package/styles/highcontrast.css +4 -215
  59. package/styles/material-dark.css +4 -215
  60. package/styles/material.css +4 -215
  61. package/styles/pivotfieldlist/bootstrap-dark.css +1 -130
  62. package/styles/pivotfieldlist/bootstrap-dark.scss +1 -4
  63. package/styles/pivotfieldlist/bootstrap.css +1 -130
  64. package/styles/pivotfieldlist/bootstrap.scss +1 -4
  65. package/styles/pivotfieldlist/bootstrap4.css +1 -125
  66. package/styles/pivotfieldlist/bootstrap4.scss +1 -4
  67. package/styles/pivotfieldlist/bootstrap5-dark.css +1 -134
  68. package/styles/pivotfieldlist/bootstrap5-dark.scss +1 -4
  69. package/styles/pivotfieldlist/bootstrap5.css +1 -134
  70. package/styles/pivotfieldlist/bootstrap5.scss +1 -4
  71. package/styles/pivotfieldlist/fabric-dark.css +1 -130
  72. package/styles/pivotfieldlist/fabric-dark.scss +1 -4
  73. package/styles/pivotfieldlist/fabric.css +1 -130
  74. package/styles/pivotfieldlist/fabric.scss +1 -4
  75. package/styles/pivotfieldlist/fluent-dark.css +1 -132
  76. package/styles/pivotfieldlist/fluent-dark.scss +1 -4
  77. package/styles/pivotfieldlist/fluent.css +1 -132
  78. package/styles/pivotfieldlist/fluent.scss +1 -4
  79. package/styles/pivotfieldlist/highcontrast-light.css +1 -130
  80. package/styles/pivotfieldlist/highcontrast-light.scss +1 -4
  81. package/styles/pivotfieldlist/highcontrast.css +1 -130
  82. package/styles/pivotfieldlist/highcontrast.scss +1 -4
  83. package/styles/pivotfieldlist/material-dark.css +1 -130
  84. package/styles/pivotfieldlist/material-dark.scss +1 -4
  85. package/styles/pivotfieldlist/material.css +1 -130
  86. package/styles/pivotfieldlist/material.scss +1 -4
  87. package/styles/pivotfieldlist/tailwind-dark.css +1 -132
  88. package/styles/pivotfieldlist/tailwind-dark.scss +1 -4
  89. package/styles/pivotfieldlist/tailwind.css +1 -132
  90. package/styles/pivotfieldlist/tailwind.scss +1 -4
  91. package/styles/pivotview/bootstrap-dark.css +3 -85
  92. package/styles/pivotview/bootstrap-dark.scss +1 -5
  93. package/styles/pivotview/bootstrap.css +3 -85
  94. package/styles/pivotview/bootstrap.scss +1 -5
  95. package/styles/pivotview/bootstrap4.css +4 -86
  96. package/styles/pivotview/bootstrap4.scss +1 -5
  97. package/styles/pivotview/bootstrap5-dark.css +3 -83
  98. package/styles/pivotview/bootstrap5-dark.scss +1 -4
  99. package/styles/pivotview/bootstrap5.css +3 -83
  100. package/styles/pivotview/bootstrap5.scss +1 -5
  101. package/styles/pivotview/fabric-dark.css +3 -85
  102. package/styles/pivotview/fabric-dark.scss +1 -5
  103. package/styles/pivotview/fabric.css +3 -85
  104. package/styles/pivotview/fabric.scss +1 -5
  105. package/styles/pivotview/fluent-dark.css +3 -85
  106. package/styles/pivotview/fluent-dark.scss +1 -4
  107. package/styles/pivotview/fluent.css +3 -85
  108. package/styles/pivotview/fluent.scss +1 -5
  109. package/styles/pivotview/highcontrast-light.css +3 -85
  110. package/styles/pivotview/highcontrast-light.scss +1 -5
  111. package/styles/pivotview/highcontrast.css +3 -85
  112. package/styles/pivotview/highcontrast.scss +1 -5
  113. package/styles/pivotview/material-dark.css +3 -85
  114. package/styles/pivotview/material-dark.scss +1 -5
  115. package/styles/pivotview/material.css +3 -85
  116. package/styles/pivotview/material.scss +1 -5
  117. package/styles/pivotview/tailwind-dark.css +3 -83
  118. package/styles/pivotview/tailwind-dark.scss +1 -4
  119. package/styles/pivotview/tailwind.css +3 -83
  120. package/styles/pivotview/tailwind.scss +1 -5
  121. package/styles/tailwind-dark.css +4 -215
  122. package/styles/tailwind.css +4 -215
  123. package/esm2020/public_api.mjs +0 -3
  124. package/esm2020/src/index.mjs +0 -8
  125. package/esm2020/src/pivotfieldlist/pivotfieldlist-all.module.mjs +0 -23
  126. package/esm2020/src/pivotfieldlist/pivotfieldlist.component.mjs +0 -66
  127. package/esm2020/src/pivotfieldlist/pivotfieldlist.module.mjs +0 -25
  128. package/esm2020/src/pivotview/pivotview-all.module.mjs +0 -62
  129. package/esm2020/src/pivotview/pivotview.component.mjs +0 -150
  130. package/esm2020/src/pivotview/pivotview.module.mjs +0 -25
  131. package/esm2020/syncfusion-ej2-angular-pivotview.mjs +0 -5
  132. package/fesm2015/syncfusion-ej2-angular-pivotview.mjs +0 -337
  133. package/fesm2015/syncfusion-ej2-angular-pivotview.mjs.map +0 -1
  134. package/fesm2020/syncfusion-ej2-angular-pivotview.mjs +0 -337
  135. package/fesm2020/syncfusion-ej2-angular-pivotview.mjs.map +0 -1
  136. package/styles/pivotfieldlist/_all.scss +0 -2
  137. package/styles/pivotfieldlist/_bootstrap-dark-definition.scss +0 -232
  138. package/styles/pivotfieldlist/_bootstrap-definition.scss +0 -186
  139. package/styles/pivotfieldlist/_bootstrap4-definition.scss +0 -186
  140. package/styles/pivotfieldlist/_bootstrap5-dark-definition.scss +0 -1
  141. package/styles/pivotfieldlist/_bootstrap5-definition.scss +0 -190
  142. package/styles/pivotfieldlist/_fabric-dark-definition.scss +0 -192
  143. package/styles/pivotfieldlist/_fabric-definition.scss +0 -186
  144. package/styles/pivotfieldlist/_fluent-dark-definition.scss +0 -1
  145. package/styles/pivotfieldlist/_fluent-definition.scss +0 -190
  146. package/styles/pivotfieldlist/_fusionnew-definition.scss +0 -189
  147. package/styles/pivotfieldlist/_highcontrast-definition.scss +0 -187
  148. package/styles/pivotfieldlist/_highcontrast-light-definition.scss +0 -187
  149. package/styles/pivotfieldlist/_layout.scss +0 -1848
  150. package/styles/pivotfieldlist/_material-dark-definition.scss +0 -187
  151. package/styles/pivotfieldlist/_material-definition.scss +0 -187
  152. package/styles/pivotfieldlist/_material3-definition.scss +0 -190
  153. package/styles/pivotfieldlist/_tailwind-dark-definition.scss +0 -1
  154. package/styles/pivotfieldlist/_tailwind-definition.scss +0 -190
  155. package/styles/pivotfieldlist/_theme.scss +0 -1857
  156. package/styles/pivotfieldlist/icons/_bootstrap-dark.scss +0 -359
  157. package/styles/pivotfieldlist/icons/_bootstrap.scss +0 -359
  158. package/styles/pivotfieldlist/icons/_bootstrap4.scss +0 -359
  159. package/styles/pivotfieldlist/icons/_bootstrap5-dark.scss +0 -1
  160. package/styles/pivotfieldlist/icons/_bootstrap5.scss +0 -358
  161. package/styles/pivotfieldlist/icons/_fabric-dark.scss +0 -359
  162. package/styles/pivotfieldlist/icons/_fabric.scss +0 -359
  163. package/styles/pivotfieldlist/icons/_fluent-dark.scss +0 -1
  164. package/styles/pivotfieldlist/icons/_fluent.scss +0 -358
  165. package/styles/pivotfieldlist/icons/_fusionnew.scss +0 -353
  166. package/styles/pivotfieldlist/icons/_highcontrast-light.scss +0 -358
  167. package/styles/pivotfieldlist/icons/_highcontrast.scss +0 -358
  168. package/styles/pivotfieldlist/icons/_material-dark.scss +0 -359
  169. package/styles/pivotfieldlist/icons/_material.scss +0 -358
  170. package/styles/pivotfieldlist/icons/_material3.scss +0 -353
  171. package/styles/pivotfieldlist/icons/_tailwind-dark.scss +0 -357
  172. package/styles/pivotfieldlist/icons/_tailwind.scss +0 -357
  173. package/styles/pivotview/_all.scss +0 -2
  174. package/styles/pivotview/_bootstrap-dark-definition.scss +0 -131
  175. package/styles/pivotview/_bootstrap-definition.scss +0 -128
  176. package/styles/pivotview/_bootstrap4-definition.scss +0 -128
  177. package/styles/pivotview/_bootstrap5-dark-definition.scss +0 -1
  178. package/styles/pivotview/_bootstrap5-definition.scss +0 -133
  179. package/styles/pivotview/_fabric-dark-definition.scss +0 -130
  180. package/styles/pivotview/_fabric-definition.scss +0 -127
  181. package/styles/pivotview/_fluent-dark-definition.scss +0 -1
  182. package/styles/pivotview/_fluent-definition.scss +0 -133
  183. package/styles/pivotview/_fusionnew-definition.scss +0 -133
  184. package/styles/pivotview/_highcontrast-definition.scss +0 -126
  185. package/styles/pivotview/_highcontrast-light-definition.scss +0 -127
  186. package/styles/pivotview/_layout.scss +0 -1072
  187. package/styles/pivotview/_material-dark-definition.scss +0 -134
  188. package/styles/pivotview/_material-definition.scss +0 -130
  189. package/styles/pivotview/_material3-definition.scss +0 -133
  190. package/styles/pivotview/_tailwind-dark-definition.scss +0 -1
  191. package/styles/pivotview/_tailwind-definition.scss +0 -133
  192. package/styles/pivotview/_theme.scss +0 -1581
  193. package/styles/pivotview/icons/_bootstrap-dark.scss +0 -184
  194. package/styles/pivotview/icons/_bootstrap.scss +0 -184
  195. package/styles/pivotview/icons/_bootstrap4.scss +0 -184
  196. package/styles/pivotview/icons/_bootstrap5-dark.scss +0 -1
  197. package/styles/pivotview/icons/_bootstrap5.scss +0 -183
  198. package/styles/pivotview/icons/_fabric-dark.scss +0 -184
  199. package/styles/pivotview/icons/_fabric.scss +0 -184
  200. package/styles/pivotview/icons/_fluent-dark.scss +0 -1
  201. package/styles/pivotview/icons/_fluent.scss +0 -183
  202. package/styles/pivotview/icons/_fusionnew.scss +0 -183
  203. package/styles/pivotview/icons/_highcontrast-light.scss +0 -183
  204. package/styles/pivotview/icons/_highcontrast.scss +0 -183
  205. package/styles/pivotview/icons/_material-dark.scss +0 -184
  206. package/styles/pivotview/icons/_material.scss +0 -184
  207. package/styles/pivotview/icons/_material3.scss +0 -183
  208. package/styles/pivotview/icons/_tailwind-dark.scss +0 -183
  209. package/styles/pivotview/icons/_tailwind.scss +0 -183
  210. package/syncfusion-ej2-angular-pivotview.d.ts +0 -5
@@ -156,12 +156,6 @@
156
156
  }
157
157
 
158
158
  /*! PivotView layout */
159
- .e-pivotview {
160
- /* stylelint-disable */
161
- /* stylelint-enable */
162
- /* stylelint-enable */
163
- /* stylelint-disable */
164
- }
165
159
  .e-pivotview .e-value-field-settings,
166
160
  .e-pivotview .e-member-editor-dialog,
167
161
  .e-pivotview .e-group-field-settings {
@@ -235,7 +229,6 @@
235
229
  }
236
230
  .e-pivotview .e-member-editor-dialog {
237
231
  min-width: 320px;
238
- /* stylelint-disable */
239
232
  }
240
233
  .e-pivotview .e-member-editor-dialog .e-editor-search-container {
241
234
  display: -ms-flexbox;
@@ -252,7 +245,6 @@
252
245
  .e-pivotview .e-member-editor-dialog .e-filter-sort {
253
246
  box-shadow: none;
254
247
  margin-left: 10px;
255
- /* stylelint-disable */
256
248
  }
257
249
  .e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort {
258
250
  background-color: #fff;
@@ -371,7 +363,6 @@
371
363
  }
372
364
  .e-pivotview .e-member-editor-dialog .e-filter-tab-container {
373
365
  border: none;
374
- /* stylelint-enable */
375
366
  }
376
367
  .e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
377
368
  margin: 0 0 0 6px;
@@ -624,16 +615,13 @@
624
615
  }
625
616
  .e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
626
617
  margin-left: 18px !important;
627
- /* stylelint-enable */
628
618
  }
629
619
  .e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template {
630
- /* stylelint-disable */
631
620
  padding: 0 !important;
632
621
  }
633
622
  .e-pivotview .e-pivot-toolbar .e-reportlist-label {
634
623
  float: left;
635
624
  font-weight: 500;
636
- /* stylelint-enable */
637
625
  }
638
626
  .e-pivotview .e-pivot-toolbar .e-reportlist-drop {
639
627
  float: right;
@@ -662,7 +650,6 @@
662
650
  }
663
651
 
664
652
  .e-pivotview-report-dialog {
665
- /* stylelint-disable */
666
653
  max-width: 350px !important;
667
654
  }
668
655
 
@@ -682,7 +669,6 @@
682
669
  max-width: 500px !important;
683
670
  }
684
671
 
685
- /* stylelint-enable */
686
672
  .e-report-outer {
687
673
  display: inline-block;
688
674
  width: 100%;
@@ -694,7 +680,6 @@
694
680
  width: 40%;
695
681
  }
696
682
 
697
- /* stylelint-disable */
698
683
  .e-pivotview-report-input {
699
684
  float: right;
700
685
  width: 60% !important;
@@ -716,16 +701,11 @@
716
701
  font-size: 18px !important;
717
702
  }
718
703
 
719
- /* stylelint-enable */
720
704
  .e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label,
721
705
  .e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label {
722
706
  white-space: nowrap;
723
707
  }
724
708
 
725
- .e-drillthrough-dialog {
726
- /* stylelint-disable */
727
- /* stylelint-enable */
728
- }
729
709
  .e-drillthrough-dialog .e-drillthrough-body-header-container {
730
710
  margin-bottom: 20px;
731
711
  }
@@ -746,18 +726,9 @@
746
726
  flex-wrap: wrap;
747
727
  }
748
728
 
749
- .e-bigger .e-pivotview,
750
- .e-bigger.e-pivotview {
751
- /* stylelint-disable */
752
- /* stylelint-enable */
753
- /* stylelint-disable */
754
- /* stylelint-enable */
755
- }
756
729
  .e-bigger .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item,
757
730
  .e-bigger.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item {
758
- /* stylelint-disable */
759
731
  height: 38px !important;
760
- /* stylelint-enable */
761
732
  }
762
733
  .e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
763
734
  .e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
@@ -921,18 +892,6 @@
921
892
  }
922
893
 
923
894
  /*! PivotView theme */
924
- .e-pivotview {
925
- /* stylelint-enable */
926
- /* stylelint-disable */
927
- /* stylelint-enable */
928
- /* stylelint-disable */
929
- /* stylelint-enable */
930
- /* stylelint-disable */
931
- /* stylelint-enable */
932
- /* stylelint-disable */
933
- /* stylelint-enable */
934
- /* stylelint-enable */
935
- }
936
895
  .e-pivotview .e-nextspan {
937
896
  display: inline-block;
938
897
  width: 18px;
@@ -953,7 +912,6 @@
953
912
  text-align: right;
954
913
  }
955
914
  .e-pivotview .e-grid .e-rowcell {
956
- /* stylelint-disable */
957
915
  font-size: 13px !important;
958
916
  padding-left: 8px;
959
917
  -webkit-user-select: none;
@@ -1129,11 +1087,11 @@
1129
1087
  border-right-width: 1px;
1130
1088
  }
1131
1089
  .e-pivotview .e-stackedheadercelldiv {
1132
- display: block;
1090
+ display: inline;
1133
1091
  }
1134
1092
  .e-pivotview .e-stackedheadertext.e-cellvalue,
1135
1093
  .e-pivotview .e-stackedheadercelldiv.e-cellvalue {
1136
- display: inline-block;
1094
+ display: inline;
1137
1095
  padding-left: 12px !important;
1138
1096
  margin-top: 5px;
1139
1097
  }
@@ -1165,18 +1123,12 @@
1165
1123
  }
1166
1124
  .e-pivotview .e-rowcell {
1167
1125
  opacity: 1;
1168
- /* stylelint-disable */
1169
- /* stylelint-enable */
1170
1126
  }
1171
1127
  .e-pivotview .e-rowcell .e-cellvalue {
1172
1128
  -webkit-user-select: none;
1173
1129
  -ms-user-select: none;
1174
1130
  user-select: none;
1175
1131
  }
1176
- .e-pivotview .e-grouping-bar {
1177
- /* stylelint-disable */
1178
- /* stylelint-enable */
1179
- }
1180
1132
  .e-pivotview .e-grouping-bar .e-right-axis-fields {
1181
1133
  -ms-flex: auto;
1182
1134
  flex: auto;
@@ -1304,9 +1256,7 @@
1304
1256
  border: 1px solid #6c757d;
1305
1257
  border-radius: 4px;
1306
1258
  box-shadow: none;
1307
- /* stylelint-disable */
1308
1259
  color: #fff !important;
1309
- /* stylelint-enable */
1310
1260
  cursor: default;
1311
1261
  display: -ms-flexbox;
1312
1262
  display: flex;
@@ -1317,9 +1267,7 @@
1317
1267
  text-transform: none;
1318
1268
  vertical-align: bottom;
1319
1269
  z-index: 1;
1320
- font-weight: normal;
1321
- /* stylelint-disable */
1322
- /* stylelint-enable */
1270
+ font-weight: 400;
1323
1271
  }
1324
1272
  .e-pivotview .e-grouping-bar .e-pivot-button.e-list-selected,
1325
1273
  .e-pivotview .e-group-rows .e-pivot-button.e-list-selected {
@@ -1661,7 +1609,7 @@
1661
1609
  .e-pivotview .e-expand,
1662
1610
  .e-pivotview .e-collapse {
1663
1611
  cursor: pointer;
1664
- display: inline-block;
1612
+ display: inline;
1665
1613
  height: 18px;
1666
1614
  margin-top: 5px;
1667
1615
  text-align: center;
@@ -1676,12 +1624,6 @@
1676
1624
  .e-pivotview .e-expand::before {
1677
1625
  font-size: 10px;
1678
1626
  }
1679
- .e-pivotview.e-rtl {
1680
- /* stylelint-disable */
1681
- /* stylelint-enable */
1682
- /* stylelint-disable */
1683
- /* stylelint-enable */
1684
- }
1685
1627
  .e-pivotview.e-rtl .e-expand::before,
1686
1628
  .e-pivotview.e-rtl .e-collapse::before {
1687
1629
  margin-left: 0;
@@ -1753,10 +1695,8 @@
1753
1695
  padding-right: 8px;
1754
1696
  }
1755
1697
  .e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div {
1756
- /* stylelint-disable */
1757
1698
  padding-left: 8px;
1758
1699
  padding-right: 0;
1759
- /* stylelint-enable */
1760
1700
  }
1761
1701
  .e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content {
1762
1702
  margin-left: 4px;
@@ -1779,9 +1719,6 @@
1779
1719
  .e-pivotview.e-rtl .e-sortfilterdiv {
1780
1720
  float: left;
1781
1721
  }
1782
- .e-pivotview.e-device .e-grouping-bar {
1783
- /* stylelint-disable */
1784
- }
1785
1722
  .e-pivotview.e-device .e-grouping-bar .e-pivot-button {
1786
1723
  line-height: 1em !important;
1787
1724
  }
@@ -1893,13 +1830,6 @@
1893
1830
  margin-right: 5px;
1894
1831
  }
1895
1832
 
1896
- .e-bigger .e-pivotview,
1897
- .e-bigger.e-pivotview {
1898
- /* stylelint-disable */
1899
- /* stylelint-enable */
1900
- /* stylelint-disable */
1901
- /* stylelint-enable */
1902
- }
1903
1833
  .e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown,
1904
1834
  .e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown {
1905
1835
  margin: 6px;
@@ -1963,10 +1893,6 @@
1963
1893
  .e-bigger.e-pivotview th .e-collapse {
1964
1894
  margin-top: 4px;
1965
1895
  }
1966
- .e-bigger .e-pivotview .e-grouping-bar,
1967
- .e-bigger.e-pivotview .e-grouping-bar {
1968
- /* stylelint-enable */
1969
- }
1970
1896
  .e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
1971
1897
  .e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
1972
1898
  height: 36px !important;
@@ -2008,7 +1934,6 @@
2008
1934
  .e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
2009
1935
  .e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,
2010
1936
  .e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
2011
- /* stylelint-disable */
2012
1937
  font-size: 12px !important;
2013
1938
  height: 20px;
2014
1939
  margin-top: 2px;
@@ -2154,15 +2079,8 @@
2154
2079
  }
2155
2080
  .e-bigger .e-pivotview .e-rowcell,
2156
2081
  .e-bigger.e-pivotview .e-rowcell {
2157
- /* stylelint-disable */
2158
2082
  font-size: 13px !important;
2159
2083
  }
2160
- .e-bigger .e-pivotview.e-rtl,
2161
- .e-bigger.e-pivotview.e-rtl {
2162
- /* stylelint-enable */
2163
- /* stylelint-disable */
2164
- /* stylelint-enable */
2165
- }
2166
2084
  .e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
2167
2085
  .e-bigger.e-pivotview.e-rtl .e-grid .e-rowsheader {
2168
2086
  padding-right: 10px !important;
@@ -1,5 +1 @@
1
- @import 'ej2-base/styles/bootstrap4-definition.scss';
2
- @import '../pivotfieldlist/bootstrap4-definition.scss';
3
- @import 'bootstrap4-definition.scss';
4
- @import 'icons/bootstrap4.scss';
5
- @import 'all.scss';
1
+ @import 'ej2-pivotview/styles/pivotview/bootstrap4.scss';
@@ -153,12 +153,6 @@
153
153
  }
154
154
 
155
155
  /*! PivotView layout */
156
- .e-pivotview {
157
- /* stylelint-disable */
158
- /* stylelint-enable */
159
- /* stylelint-enable */
160
- /* stylelint-disable */
161
- }
162
156
  .e-pivotview .e-value-field-settings,
163
157
  .e-pivotview .e-member-editor-dialog,
164
158
  .e-pivotview .e-group-field-settings {
@@ -233,7 +227,6 @@
233
227
  }
234
228
  .e-pivotview .e-member-editor-dialog {
235
229
  min-width: 320px;
236
- /* stylelint-disable */
237
230
  }
238
231
  .e-pivotview .e-member-editor-dialog .e-editor-search-container {
239
232
  display: -ms-flexbox;
@@ -250,7 +243,6 @@
250
243
  .e-pivotview .e-member-editor-dialog .e-filter-sort {
251
244
  box-shadow: none;
252
245
  margin-left: 10px;
253
- /* stylelint-disable */
254
246
  }
255
247
  .e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-ascend-icon,
256
248
  .e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-descend-icon {
@@ -342,7 +334,6 @@
342
334
  }
343
335
  .e-pivotview .e-member-editor-dialog .e-filter-tab-container {
344
336
  border: none;
345
- /* stylelint-enable */
346
337
  }
347
338
  .e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
348
339
  margin: 0 0 0 6px;
@@ -587,16 +578,13 @@
587
578
  }
588
579
  .e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
589
580
  margin-left: 18px !important;
590
- /* stylelint-enable */
591
581
  }
592
582
  .e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template {
593
- /* stylelint-disable */
594
583
  padding: 0 !important;
595
584
  }
596
585
  .e-pivotview .e-pivot-toolbar .e-reportlist-label {
597
586
  float: left;
598
587
  font-weight: 500;
599
- /* stylelint-enable */
600
588
  }
601
589
  .e-pivotview .e-pivot-toolbar .e-reportlist-drop {
602
590
  float: right;
@@ -625,7 +613,6 @@
625
613
  }
626
614
 
627
615
  .e-pivotview-report-dialog {
628
- /* stylelint-disable */
629
616
  max-width: 350px !important;
630
617
  }
631
618
 
@@ -645,7 +632,6 @@
645
632
  max-width: 500px !important;
646
633
  }
647
634
 
648
- /* stylelint-enable */
649
635
  .e-report-outer {
650
636
  display: inline-block;
651
637
  width: 100%;
@@ -658,7 +644,6 @@
658
644
  padding-left: 12px;
659
645
  }
660
646
 
661
- /* stylelint-disable */
662
647
  .e-pivotview-report-input {
663
648
  float: right;
664
649
  width: 60% !important;
@@ -680,16 +665,11 @@
680
665
  font-size: 18px !important;
681
666
  }
682
667
 
683
- /* stylelint-enable */
684
668
  .e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label,
685
669
  .e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label {
686
670
  white-space: nowrap;
687
671
  }
688
672
 
689
- .e-drillthrough-dialog {
690
- /* stylelint-disable */
691
- /* stylelint-enable */
692
- }
693
673
  .e-drillthrough-dialog .e-drillthrough-body-header-container {
694
674
  margin-bottom: 20px;
695
675
  margin-bottom: 18px;
@@ -711,13 +691,6 @@
711
691
  flex-wrap: wrap;
712
692
  }
713
693
 
714
- .e-bigger .e-pivotview,
715
- .e-bigger.e-pivotview {
716
- /* stylelint-disable */
717
- /* stylelint-enable */
718
- /* stylelint-disable */
719
- /* stylelint-enable */
720
- }
721
694
  .e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
722
695
  .e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
723
696
  height: 139px;
@@ -872,18 +845,6 @@
872
845
  }
873
846
 
874
847
  /*! PivotView theme */
875
- .e-pivotview {
876
- /* stylelint-enable */
877
- /* stylelint-disable */
878
- /* stylelint-enable */
879
- /* stylelint-disable */
880
- /* stylelint-enable */
881
- /* stylelint-disable */
882
- /* stylelint-enable */
883
- /* stylelint-disable */
884
- /* stylelint-enable */
885
- /* stylelint-enable */
886
- }
887
848
  .e-pivotview .e-nextspan {
888
849
  display: inline-block;
889
850
  width: 18px;
@@ -904,7 +865,6 @@
904
865
  text-align: right;
905
866
  }
906
867
  .e-pivotview .e-grid .e-rowcell {
907
- /* stylelint-disable */
908
868
  font-size: 14px !important;
909
869
  padding-left: 8px;
910
870
  -webkit-user-select: none;
@@ -1085,11 +1045,11 @@
1085
1045
  border-right-width: 1px;
1086
1046
  }
1087
1047
  .e-pivotview .e-stackedheadercelldiv {
1088
- display: block;
1048
+ display: inline;
1089
1049
  }
1090
1050
  .e-pivotview .e-stackedheadertext.e-cellvalue,
1091
1051
  .e-pivotview .e-stackedheadercelldiv.e-cellvalue {
1092
- display: inline-block;
1052
+ display: inline;
1093
1053
  padding-left: 12px !important;
1094
1054
  margin-top: 5px;
1095
1055
  margin-top: 2px;
@@ -1120,18 +1080,12 @@
1120
1080
  }
1121
1081
  .e-pivotview .e-rowcell {
1122
1082
  opacity: 1;
1123
- /* stylelint-disable */
1124
- /* stylelint-enable */
1125
1083
  }
1126
1084
  .e-pivotview .e-rowcell .e-cellvalue {
1127
1085
  -webkit-user-select: none;
1128
1086
  -ms-user-select: none;
1129
1087
  user-select: none;
1130
1088
  }
1131
- .e-pivotview .e-grouping-bar {
1132
- /* stylelint-disable */
1133
- /* stylelint-enable */
1134
- }
1135
1089
  .e-pivotview .e-grouping-bar .e-right-axis-fields {
1136
1090
  -ms-flex: auto;
1137
1091
  flex: auto;
@@ -1292,9 +1246,7 @@
1292
1246
  border: 1px solid #495057;
1293
1247
  border-radius: 4px;
1294
1248
  box-shadow: none;
1295
- /* stylelint-disable */
1296
1249
  color: #e9ecef !important;
1297
- /* stylelint-enable */
1298
1250
  cursor: default;
1299
1251
  display: -ms-flexbox;
1300
1252
  display: flex;
@@ -1305,8 +1257,6 @@
1305
1257
  text-transform: none;
1306
1258
  vertical-align: bottom;
1307
1259
  z-index: 1;
1308
- /* stylelint-disable */
1309
- /* stylelint-enable */
1310
1260
  }
1311
1261
  .e-pivotview .e-grouping-bar .e-pivot-button.e-list-selected,
1312
1262
  .e-pivotview .e-group-rows .e-pivot-button.e-list-selected {
@@ -1629,7 +1579,7 @@
1629
1579
  .e-pivotview .e-expand,
1630
1580
  .e-pivotview .e-collapse {
1631
1581
  cursor: pointer;
1632
- display: inline-block;
1582
+ display: inline;
1633
1583
  height: 18px;
1634
1584
  margin-top: 5px;
1635
1585
  text-align: center;
@@ -1647,12 +1597,6 @@
1647
1597
  .e-pivotview .e-expand::before {
1648
1598
  font-size: 20px;
1649
1599
  }
1650
- .e-pivotview.e-rtl {
1651
- /* stylelint-disable */
1652
- /* stylelint-enable */
1653
- /* stylelint-disable */
1654
- /* stylelint-enable */
1655
- }
1656
1600
  .e-pivotview.e-rtl .e-expand::before,
1657
1601
  .e-pivotview.e-rtl .e-collapse::before {
1658
1602
  margin-left: 0;
@@ -1724,10 +1668,8 @@
1724
1668
  padding-right: 8px;
1725
1669
  }
1726
1670
  .e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div {
1727
- /* stylelint-disable */
1728
1671
  padding-left: 8px;
1729
1672
  padding-right: 0;
1730
- /* stylelint-enable */
1731
1673
  }
1732
1674
  .e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content {
1733
1675
  margin-left: 4px;
@@ -1750,9 +1692,6 @@
1750
1692
  .e-pivotview.e-rtl .e-sortfilterdiv {
1751
1693
  float: left;
1752
1694
  }
1753
- .e-pivotview.e-device .e-grouping-bar {
1754
- /* stylelint-disable */
1755
- }
1756
1695
  .e-pivotview.e-device .e-grouping-bar .e-pivot-button {
1757
1696
  line-height: 1em !important;
1758
1697
  }
@@ -1830,13 +1769,6 @@
1830
1769
  margin-right: 5px;
1831
1770
  }
1832
1771
 
1833
- .e-bigger .e-pivotview,
1834
- .e-bigger.e-pivotview {
1835
- /* stylelint-disable */
1836
- /* stylelint-enable */
1837
- /* stylelint-disable */
1838
- /* stylelint-enable */
1839
- }
1840
1772
  .e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown,
1841
1773
  .e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown {
1842
1774
  margin: 4px;
@@ -1899,10 +1831,6 @@
1899
1831
  .e-bigger.e-pivotview th .e-collapse {
1900
1832
  margin-top: 0;
1901
1833
  }
1902
- .e-bigger .e-pivotview .e-grouping-bar,
1903
- .e-bigger.e-pivotview .e-grouping-bar {
1904
- /* stylelint-enable */
1905
- }
1906
1834
  .e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
1907
1835
  .e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
1908
1836
  height: 36px !important;
@@ -1943,7 +1871,6 @@
1943
1871
  .e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
1944
1872
  .e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,
1945
1873
  .e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
1946
- /* stylelint-disable */
1947
1874
  font-size: 14px !important;
1948
1875
  height: 20px;
1949
1876
  margin-top: 2px;
@@ -2074,15 +2001,8 @@
2074
2001
  }
2075
2002
  .e-bigger .e-pivotview .e-rowcell,
2076
2003
  .e-bigger.e-pivotview .e-rowcell {
2077
- /* stylelint-disable */
2078
2004
  font-size: 16px !important;
2079
2005
  }
2080
- .e-bigger .e-pivotview.e-rtl,
2081
- .e-bigger.e-pivotview.e-rtl {
2082
- /* stylelint-enable */
2083
- /* stylelint-disable */
2084
- /* stylelint-enable */
2085
- }
2086
2006
  .e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
2087
2007
  .e-bigger.e-pivotview.e-rtl .e-grid .e-rowsheader {
2088
2008
  padding-right: 10px !important;
@@ -1,4 +1 @@
1
- @import 'ej2-base/styles/bootstrap5-dark-definition.scss';
2
- @import 'bootstrap5-dark-definition.scss';
3
- @import 'icons/bootstrap5-dark.scss';
4
- @import 'all.scss';
1
+ @import 'ej2-pivotview/styles/pivotview/bootstrap5-dark.scss';