@syncfusion/ej2-angular-pivotview 20.2.43-ngcc → 20.2.45

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 (209) hide show
  1. package/esm2020/public_api.mjs +3 -0
  2. package/esm2020/src/index.mjs +8 -0
  3. package/esm2020/src/pivotfieldlist/pivotfieldlist-all.module.mjs +23 -0
  4. package/esm2020/src/pivotfieldlist/pivotfieldlist.component.mjs +66 -0
  5. package/esm2020/src/pivotfieldlist/pivotfieldlist.module.mjs +25 -0
  6. package/esm2020/src/pivotview/pivotview-all.module.mjs +62 -0
  7. package/esm2020/src/pivotview/pivotview.component.mjs +150 -0
  8. package/esm2020/src/pivotview/pivotview.module.mjs +25 -0
  9. package/esm2020/syncfusion-ej2-angular-pivotview.mjs +5 -0
  10. package/fesm2015/syncfusion-ej2-angular-pivotview.mjs +337 -0
  11. package/fesm2015/syncfusion-ej2-angular-pivotview.mjs.map +1 -0
  12. package/fesm2020/syncfusion-ej2-angular-pivotview.mjs +337 -0
  13. package/fesm2020/syncfusion-ej2-angular-pivotview.mjs.map +1 -0
  14. package/package.json +29 -15
  15. package/src/pivotfieldlist/pivotfieldlist-all.module.d.ts +6 -0
  16. package/src/pivotfieldlist/pivotfieldlist.component.d.ts +3 -0
  17. package/src/pivotfieldlist/pivotfieldlist.module.d.ts +6 -0
  18. package/src/pivotview/pivotview-all.module.d.ts +6 -0
  19. package/src/pivotview/pivotview.component.d.ts +3 -0
  20. package/src/pivotview/pivotview.module.d.ts +6 -0
  21. package/styles/bootstrap-dark.css +215 -4
  22. package/styles/bootstrap.css +215 -4
  23. package/styles/bootstrap4.css +211 -5
  24. package/styles/bootstrap5-dark.css +217 -4
  25. package/styles/bootstrap5.css +217 -4
  26. package/styles/fabric-dark.css +215 -4
  27. package/styles/fabric.css +215 -4
  28. package/styles/fluent-dark.css +217 -4
  29. package/styles/fluent.css +217 -4
  30. package/styles/highcontrast-light.css +215 -4
  31. package/styles/highcontrast.css +215 -4
  32. package/styles/material-dark.css +215 -4
  33. package/styles/material.css +215 -4
  34. package/styles/pivotfieldlist/_all.scss +2 -0
  35. package/styles/pivotfieldlist/_bootstrap-dark-definition.scss +232 -0
  36. package/styles/pivotfieldlist/_bootstrap-definition.scss +186 -0
  37. package/styles/pivotfieldlist/_bootstrap4-definition.scss +186 -0
  38. package/styles/pivotfieldlist/_bootstrap5-dark-definition.scss +1 -0
  39. package/styles/pivotfieldlist/_bootstrap5-definition.scss +190 -0
  40. package/styles/pivotfieldlist/_fabric-dark-definition.scss +192 -0
  41. package/styles/pivotfieldlist/_fabric-definition.scss +186 -0
  42. package/styles/pivotfieldlist/_fluent-dark-definition.scss +1 -0
  43. package/styles/pivotfieldlist/_fluent-definition.scss +190 -0
  44. package/styles/pivotfieldlist/_fusionnew-definition.scss +189 -0
  45. package/styles/pivotfieldlist/_highcontrast-definition.scss +187 -0
  46. package/styles/pivotfieldlist/_highcontrast-light-definition.scss +187 -0
  47. package/styles/pivotfieldlist/_layout.scss +1848 -0
  48. package/styles/pivotfieldlist/_material-dark-definition.scss +187 -0
  49. package/styles/pivotfieldlist/_material-definition.scss +187 -0
  50. package/styles/pivotfieldlist/_material3-definition.scss +190 -0
  51. package/styles/pivotfieldlist/_tailwind-dark-definition.scss +1 -0
  52. package/styles/pivotfieldlist/_tailwind-definition.scss +190 -0
  53. package/styles/pivotfieldlist/_theme.scss +1857 -0
  54. package/styles/pivotfieldlist/bootstrap-dark.css +130 -1
  55. package/styles/pivotfieldlist/bootstrap-dark.scss +4 -1
  56. package/styles/pivotfieldlist/bootstrap.css +130 -1
  57. package/styles/pivotfieldlist/bootstrap.scss +4 -1
  58. package/styles/pivotfieldlist/bootstrap4.css +125 -1
  59. package/styles/pivotfieldlist/bootstrap4.scss +4 -1
  60. package/styles/pivotfieldlist/bootstrap5-dark.css +134 -1
  61. package/styles/pivotfieldlist/bootstrap5-dark.scss +4 -1
  62. package/styles/pivotfieldlist/bootstrap5.css +134 -1
  63. package/styles/pivotfieldlist/bootstrap5.scss +4 -1
  64. package/styles/pivotfieldlist/fabric-dark.css +130 -1
  65. package/styles/pivotfieldlist/fabric-dark.scss +4 -1
  66. package/styles/pivotfieldlist/fabric.css +130 -1
  67. package/styles/pivotfieldlist/fabric.scss +4 -1
  68. package/styles/pivotfieldlist/fluent-dark.css +132 -1
  69. package/styles/pivotfieldlist/fluent-dark.scss +4 -1
  70. package/styles/pivotfieldlist/fluent.css +132 -1
  71. package/styles/pivotfieldlist/fluent.scss +4 -1
  72. package/styles/pivotfieldlist/highcontrast-light.css +130 -1
  73. package/styles/pivotfieldlist/highcontrast-light.scss +4 -1
  74. package/styles/pivotfieldlist/highcontrast.css +130 -1
  75. package/styles/pivotfieldlist/highcontrast.scss +4 -1
  76. package/styles/pivotfieldlist/icons/_bootstrap-dark.scss +359 -0
  77. package/styles/pivotfieldlist/icons/_bootstrap.scss +359 -0
  78. package/styles/pivotfieldlist/icons/_bootstrap4.scss +359 -0
  79. package/styles/pivotfieldlist/icons/_bootstrap5-dark.scss +1 -0
  80. package/styles/pivotfieldlist/icons/_bootstrap5.scss +358 -0
  81. package/styles/pivotfieldlist/icons/_fabric-dark.scss +359 -0
  82. package/styles/pivotfieldlist/icons/_fabric.scss +359 -0
  83. package/styles/pivotfieldlist/icons/_fluent-dark.scss +1 -0
  84. package/styles/pivotfieldlist/icons/_fluent.scss +358 -0
  85. package/styles/pivotfieldlist/icons/_fusionnew.scss +353 -0
  86. package/styles/pivotfieldlist/icons/_highcontrast-light.scss +358 -0
  87. package/styles/pivotfieldlist/icons/_highcontrast.scss +358 -0
  88. package/styles/pivotfieldlist/icons/_material-dark.scss +359 -0
  89. package/styles/pivotfieldlist/icons/_material.scss +358 -0
  90. package/styles/pivotfieldlist/icons/_material3.scss +353 -0
  91. package/styles/pivotfieldlist/icons/_tailwind-dark.scss +357 -0
  92. package/styles/pivotfieldlist/icons/_tailwind.scss +357 -0
  93. package/styles/pivotfieldlist/material-dark.css +130 -1
  94. package/styles/pivotfieldlist/material-dark.scss +4 -1
  95. package/styles/pivotfieldlist/material.css +130 -1
  96. package/styles/pivotfieldlist/material.scss +4 -1
  97. package/styles/pivotfieldlist/tailwind-dark.css +132 -1
  98. package/styles/pivotfieldlist/tailwind-dark.scss +4 -1
  99. package/styles/pivotfieldlist/tailwind.css +132 -1
  100. package/styles/pivotfieldlist/tailwind.scss +4 -1
  101. package/styles/pivotview/_all.scss +2 -0
  102. package/styles/pivotview/_bootstrap-dark-definition.scss +131 -0
  103. package/styles/pivotview/_bootstrap-definition.scss +128 -0
  104. package/styles/pivotview/_bootstrap4-definition.scss +128 -0
  105. package/styles/pivotview/_bootstrap5-dark-definition.scss +1 -0
  106. package/styles/pivotview/_bootstrap5-definition.scss +133 -0
  107. package/styles/pivotview/_fabric-dark-definition.scss +130 -0
  108. package/styles/pivotview/_fabric-definition.scss +127 -0
  109. package/styles/pivotview/_fluent-dark-definition.scss +1 -0
  110. package/styles/pivotview/_fluent-definition.scss +133 -0
  111. package/styles/pivotview/_fusionnew-definition.scss +133 -0
  112. package/styles/pivotview/_highcontrast-definition.scss +126 -0
  113. package/styles/pivotview/_highcontrast-light-definition.scss +127 -0
  114. package/styles/pivotview/_layout.scss +1072 -0
  115. package/styles/pivotview/_material-dark-definition.scss +134 -0
  116. package/styles/pivotview/_material-definition.scss +130 -0
  117. package/styles/pivotview/_material3-definition.scss +133 -0
  118. package/styles/pivotview/_tailwind-dark-definition.scss +1 -0
  119. package/styles/pivotview/_tailwind-definition.scss +133 -0
  120. package/styles/pivotview/_theme.scss +1581 -0
  121. package/styles/pivotview/bootstrap-dark.css +85 -3
  122. package/styles/pivotview/bootstrap-dark.scss +5 -1
  123. package/styles/pivotview/bootstrap.css +85 -3
  124. package/styles/pivotview/bootstrap.scss +5 -1
  125. package/styles/pivotview/bootstrap4.css +86 -4
  126. package/styles/pivotview/bootstrap4.scss +5 -1
  127. package/styles/pivotview/bootstrap5-dark.css +83 -3
  128. package/styles/pivotview/bootstrap5-dark.scss +4 -1
  129. package/styles/pivotview/bootstrap5.css +83 -3
  130. package/styles/pivotview/bootstrap5.scss +5 -1
  131. package/styles/pivotview/fabric-dark.css +85 -3
  132. package/styles/pivotview/fabric-dark.scss +5 -1
  133. package/styles/pivotview/fabric.css +85 -3
  134. package/styles/pivotview/fabric.scss +5 -1
  135. package/styles/pivotview/fluent-dark.css +85 -3
  136. package/styles/pivotview/fluent-dark.scss +4 -1
  137. package/styles/pivotview/fluent.css +85 -3
  138. package/styles/pivotview/fluent.scss +5 -1
  139. package/styles/pivotview/highcontrast-light.css +85 -3
  140. package/styles/pivotview/highcontrast-light.scss +5 -1
  141. package/styles/pivotview/highcontrast.css +85 -3
  142. package/styles/pivotview/highcontrast.scss +5 -1
  143. package/styles/pivotview/icons/_bootstrap-dark.scss +184 -0
  144. package/styles/pivotview/icons/_bootstrap.scss +184 -0
  145. package/styles/pivotview/icons/_bootstrap4.scss +184 -0
  146. package/styles/pivotview/icons/_bootstrap5-dark.scss +1 -0
  147. package/styles/pivotview/icons/_bootstrap5.scss +183 -0
  148. package/styles/pivotview/icons/_fabric-dark.scss +184 -0
  149. package/styles/pivotview/icons/_fabric.scss +184 -0
  150. package/styles/pivotview/icons/_fluent-dark.scss +1 -0
  151. package/styles/pivotview/icons/_fluent.scss +183 -0
  152. package/styles/pivotview/icons/_fusionnew.scss +183 -0
  153. package/styles/pivotview/icons/_highcontrast-light.scss +183 -0
  154. package/styles/pivotview/icons/_highcontrast.scss +183 -0
  155. package/styles/pivotview/icons/_material-dark.scss +184 -0
  156. package/styles/pivotview/icons/_material.scss +184 -0
  157. package/styles/pivotview/icons/_material3.scss +183 -0
  158. package/styles/pivotview/icons/_tailwind-dark.scss +183 -0
  159. package/styles/pivotview/icons/_tailwind.scss +183 -0
  160. package/styles/pivotview/material-dark.css +85 -3
  161. package/styles/pivotview/material-dark.scss +5 -1
  162. package/styles/pivotview/material.css +85 -3
  163. package/styles/pivotview/material.scss +5 -1
  164. package/styles/pivotview/tailwind-dark.css +83 -3
  165. package/styles/pivotview/tailwind-dark.scss +4 -1
  166. package/styles/pivotview/tailwind.css +83 -3
  167. package/styles/pivotview/tailwind.scss +5 -1
  168. package/styles/tailwind-dark.css +215 -4
  169. package/styles/tailwind.css +215 -4
  170. package/syncfusion-ej2-angular-pivotview.d.ts +5 -0
  171. package/@syncfusion/ej2-angular-pivotview.es5.js +0 -425
  172. package/@syncfusion/ej2-angular-pivotview.es5.js.map +0 -1
  173. package/@syncfusion/ej2-angular-pivotview.js +0 -395
  174. package/@syncfusion/ej2-angular-pivotview.js.map +0 -1
  175. package/CHANGELOG.md +0 -696
  176. package/dist/ej2-angular-pivotview.umd.js +0 -667
  177. package/dist/ej2-angular-pivotview.umd.js.map +0 -1
  178. package/dist/ej2-angular-pivotview.umd.min.js +0 -11
  179. package/dist/ej2-angular-pivotview.umd.min.js.map +0 -1
  180. package/ej2-angular-pivotview.d.ts +0 -6
  181. package/ej2-angular-pivotview.metadata.json +0 -1
  182. package/postinstall/tagchange.js +0 -18
  183. package/schematics/collection.json +0 -20
  184. package/schematics/generators/pivotview-default/index.d.ts +0 -3
  185. package/schematics/generators/pivotview-default/index.js +0 -8
  186. package/schematics/generators/pivotview-default/sample-details.d.ts +0 -5
  187. package/schematics/generators/pivotview-default/sample-details.js +0 -7
  188. package/schematics/generators/pivotview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
  189. package/schematics/generators/pivotview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -4
  190. package/schematics/generators/pivotview-default/schema.d.ts +0 -3
  191. package/schematics/generators/pivotview-default/schema.js +0 -2
  192. package/schematics/generators/pivotview-default/schema.json +0 -125
  193. package/schematics/generators/pivotview-fieldlist/index.d.ts +0 -3
  194. package/schematics/generators/pivotview-fieldlist/index.js +0 -8
  195. package/schematics/generators/pivotview-fieldlist/sample-details.d.ts +0 -5
  196. package/schematics/generators/pivotview-fieldlist/sample-details.js +0 -7
  197. package/schematics/generators/pivotview-fieldlist/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
  198. package/schematics/generators/pivotview-fieldlist/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -4
  199. package/schematics/generators/pivotview-fieldlist/schema.d.ts +0 -3
  200. package/schematics/generators/pivotview-fieldlist/schema.js +0 -2
  201. package/schematics/generators/pivotview-fieldlist/schema.json +0 -125
  202. package/schematics/ng-add/index.d.ts +0 -3
  203. package/schematics/ng-add/index.js +0 -9
  204. package/schematics/ng-add/schema.d.ts +0 -13
  205. package/schematics/ng-add/schema.js +0 -2
  206. package/schematics/ng-add/schema.json +0 -34
  207. package/schematics/tsconfig.json +0 -25
  208. package/schematics/utils/lib-details.d.ts +0 -4
  209. package/schematics/utils/lib-details.js +0 -6
@@ -157,6 +157,12 @@
157
157
  }
158
158
 
159
159
  /*! PivotView layout */
160
+ .e-pivotview {
161
+ /* stylelint-disable */
162
+ /* stylelint-enable */
163
+ /* stylelint-enable */
164
+ /* stylelint-disable */
165
+ }
160
166
  .e-pivotview .e-value-field-settings,
161
167
  .e-pivotview .e-member-editor-dialog,
162
168
  .e-pivotview .e-group-field-settings {
@@ -230,6 +236,7 @@
230
236
  }
231
237
  .e-pivotview .e-member-editor-dialog {
232
238
  min-width: 320px;
239
+ /* stylelint-disable */
233
240
  }
234
241
  .e-pivotview .e-member-editor-dialog .e-editor-search-container {
235
242
  display: -ms-flexbox;
@@ -243,6 +250,7 @@
243
250
  .e-pivotview .e-member-editor-dialog .e-filter-sort {
244
251
  box-shadow: none;
245
252
  margin-left: 10px;
253
+ /* stylelint-disable */
246
254
  }
247
255
  .e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-ascend-icon,
248
256
  .e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-descend-icon {
@@ -334,6 +342,7 @@
334
342
  }
335
343
  .e-pivotview .e-member-editor-dialog .e-filter-tab-container {
336
344
  border: none;
345
+ /* stylelint-enable */
337
346
  }
338
347
  .e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
339
348
  margin: 0 0 0 6px;
@@ -569,13 +578,16 @@
569
578
  }
570
579
  .e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
571
580
  margin-left: 18px !important;
581
+ /* stylelint-enable */
572
582
  }
573
583
  .e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template {
584
+ /* stylelint-disable */
574
585
  padding: 0 !important;
575
586
  }
576
587
  .e-pivotview .e-pivot-toolbar .e-reportlist-label {
577
588
  float: left;
578
589
  font-weight: 500;
590
+ /* stylelint-enable */
579
591
  }
580
592
  .e-pivotview .e-pivot-toolbar .e-reportlist-drop {
581
593
  float: right;
@@ -604,6 +616,7 @@
604
616
  }
605
617
 
606
618
  .e-pivotview-report-dialog {
619
+ /* stylelint-disable */
607
620
  max-width: 350px !important;
608
621
  }
609
622
 
@@ -623,6 +636,7 @@
623
636
  max-width: 500px !important;
624
637
  }
625
638
 
639
+ /* stylelint-enable */
626
640
  .e-report-outer {
627
641
  display: inline-block;
628
642
  width: 100%;
@@ -634,6 +648,7 @@
634
648
  width: 40%;
635
649
  }
636
650
 
651
+ /* stylelint-disable */
637
652
  .e-pivotview-report-input {
638
653
  float: right;
639
654
  width: 60% !important;
@@ -655,11 +670,16 @@
655
670
  font-size: 18px !important;
656
671
  }
657
672
 
673
+ /* stylelint-enable */
658
674
  .e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label,
659
675
  .e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label {
660
676
  white-space: nowrap;
661
677
  }
662
678
 
679
+ .e-drillthrough-dialog {
680
+ /* stylelint-disable */
681
+ /* stylelint-enable */
682
+ }
663
683
  .e-drillthrough-dialog .e-drillthrough-body-header-container {
664
684
  margin-bottom: 20px;
665
685
  }
@@ -680,9 +700,18 @@
680
700
  flex-wrap: wrap;
681
701
  }
682
702
 
703
+ .e-bigger .e-pivotview,
704
+ .e-bigger.e-pivotview {
705
+ /* stylelint-disable */
706
+ /* stylelint-enable */
707
+ /* stylelint-disable */
708
+ /* stylelint-enable */
709
+ }
683
710
  .e-bigger .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item,
684
711
  .e-bigger.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item {
712
+ /* stylelint-disable */
685
713
  height: 52px !important;
714
+ /* stylelint-enable */
686
715
  }
687
716
  .e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
688
717
  .e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
@@ -838,6 +867,18 @@
838
867
  }
839
868
 
840
869
  /*! PivotView theme */
870
+ .e-pivotview {
871
+ /* stylelint-enable */
872
+ /* stylelint-disable */
873
+ /* stylelint-enable */
874
+ /* stylelint-disable */
875
+ /* stylelint-enable */
876
+ /* stylelint-disable */
877
+ /* stylelint-enable */
878
+ /* stylelint-disable */
879
+ /* stylelint-enable */
880
+ /* stylelint-enable */
881
+ }
841
882
  .e-pivotview .e-nextspan {
842
883
  display: inline-block;
843
884
  width: 18px;
@@ -858,6 +899,7 @@
858
899
  text-align: right;
859
900
  }
860
901
  .e-pivotview .e-grid .e-rowcell {
902
+ /* stylelint-disable */
861
903
  font-size: 13px !important;
862
904
  padding-left: 8px;
863
905
  -webkit-user-select: none;
@@ -1028,11 +1070,11 @@
1028
1070
  border-right-width: 1px;
1029
1071
  }
1030
1072
  .e-pivotview .e-stackedheadercelldiv {
1031
- display: block;
1073
+ display: inline;
1032
1074
  }
1033
1075
  .e-pivotview .e-stackedheadertext.e-cellvalue,
1034
1076
  .e-pivotview .e-stackedheadercelldiv.e-cellvalue {
1035
- display: inline-block;
1077
+ display: inline;
1036
1078
  padding-left: 12px !important;
1037
1079
  margin-top: 5px;
1038
1080
  }
@@ -1064,12 +1106,18 @@
1064
1106
  }
1065
1107
  .e-pivotview .e-rowcell {
1066
1108
  opacity: 1;
1109
+ /* stylelint-disable */
1110
+ /* stylelint-enable */
1067
1111
  }
1068
1112
  .e-pivotview .e-rowcell .e-cellvalue {
1069
1113
  -webkit-user-select: none;
1070
1114
  -ms-user-select: none;
1071
1115
  user-select: none;
1072
1116
  }
1117
+ .e-pivotview .e-grouping-bar {
1118
+ /* stylelint-disable */
1119
+ /* stylelint-enable */
1120
+ }
1073
1121
  .e-pivotview .e-grouping-bar .e-right-axis-fields {
1074
1122
  -ms-flex: auto;
1075
1123
  flex: auto;
@@ -1195,7 +1243,9 @@
1195
1243
  border: 1px solid #e0e0e0;
1196
1244
  border-radius: 25px;
1197
1245
  box-shadow: none;
1246
+ /* stylelint-disable */
1198
1247
  color: #000 !important;
1248
+ /* stylelint-enable */
1199
1249
  cursor: default;
1200
1250
  display: -ms-flexbox;
1201
1251
  display: flex;
@@ -1206,6 +1256,8 @@
1206
1256
  text-transform: none;
1207
1257
  vertical-align: bottom;
1208
1258
  z-index: 1;
1259
+ /* stylelint-disable */
1260
+ /* stylelint-enable */
1209
1261
  }
1210
1262
  .e-pivotview .e-grouping-bar .e-pivot-button.e-list-selected,
1211
1263
  .e-pivotview .e-group-rows .e-pivot-button.e-list-selected {
@@ -1527,7 +1579,7 @@
1527
1579
  .e-pivotview .e-expand,
1528
1580
  .e-pivotview .e-collapse {
1529
1581
  cursor: pointer;
1530
- display: inline-block;
1582
+ display: inline;
1531
1583
  height: 18px;
1532
1584
  margin-top: 5px;
1533
1585
  text-align: center;
@@ -1542,6 +1594,12 @@
1542
1594
  .e-pivotview .e-expand::before {
1543
1595
  font-size: 10px;
1544
1596
  }
1597
+ .e-pivotview.e-rtl {
1598
+ /* stylelint-disable */
1599
+ /* stylelint-enable */
1600
+ /* stylelint-disable */
1601
+ /* stylelint-enable */
1602
+ }
1545
1603
  .e-pivotview.e-rtl .e-expand::before,
1546
1604
  .e-pivotview.e-rtl .e-collapse::before {
1547
1605
  margin-left: 0;
@@ -1613,8 +1671,10 @@
1613
1671
  padding-right: 8px;
1614
1672
  }
1615
1673
  .e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div {
1674
+ /* stylelint-disable */
1616
1675
  padding-left: 8px;
1617
1676
  padding-right: 0;
1677
+ /* stylelint-enable */
1618
1678
  }
1619
1679
  .e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content {
1620
1680
  margin-left: 4px;
@@ -1637,6 +1697,9 @@
1637
1697
  .e-pivotview.e-rtl .e-sortfilterdiv {
1638
1698
  float: left;
1639
1699
  }
1700
+ .e-pivotview.e-device .e-grouping-bar {
1701
+ /* stylelint-disable */
1702
+ }
1640
1703
  .e-pivotview.e-device .e-grouping-bar .e-pivot-button {
1641
1704
  line-height: 1em !important;
1642
1705
  }
@@ -1714,6 +1777,13 @@
1714
1777
  margin-right: 5px;
1715
1778
  }
1716
1779
 
1780
+ .e-bigger .e-pivotview,
1781
+ .e-bigger.e-pivotview {
1782
+ /* stylelint-disable */
1783
+ /* stylelint-enable */
1784
+ /* stylelint-disable */
1785
+ /* stylelint-enable */
1786
+ }
1717
1787
  .e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown,
1718
1788
  .e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown {
1719
1789
  margin: 0;
@@ -1776,6 +1846,10 @@
1776
1846
  .e-bigger.e-pivotview th .e-collapse {
1777
1847
  margin-top: 8px;
1778
1848
  }
1849
+ .e-bigger .e-pivotview .e-grouping-bar,
1850
+ .e-bigger.e-pivotview .e-grouping-bar {
1851
+ /* stylelint-enable */
1852
+ }
1779
1853
  .e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
1780
1854
  .e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
1781
1855
  height: 36px !important;
@@ -1816,6 +1890,7 @@
1816
1890
  .e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
1817
1891
  .e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,
1818
1892
  .e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
1893
+ /* stylelint-disable */
1819
1894
  font-size: 14px !important;
1820
1895
  height: 20px;
1821
1896
  margin-top: 0;
@@ -1932,8 +2007,15 @@
1932
2007
  }
1933
2008
  .e-bigger .e-pivotview .e-rowcell,
1934
2009
  .e-bigger.e-pivotview .e-rowcell {
2010
+ /* stylelint-disable */
1935
2011
  font-size: 13px !important;
1936
2012
  }
2013
+ .e-bigger .e-pivotview.e-rtl,
2014
+ .e-bigger.e-pivotview.e-rtl {
2015
+ /* stylelint-enable */
2016
+ /* stylelint-disable */
2017
+ /* stylelint-enable */
2018
+ }
1937
2019
  .e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
1938
2020
  .e-bigger.e-pivotview.e-rtl .e-grid .e-rowsheader {
1939
2021
  padding-right: 10px !important;
@@ -1 +1,5 @@
1
- @import 'ej2-pivotview/styles/pivotview/material.scss';
1
+ @import 'ej2-base/styles/material-definition.scss';
2
+ @import '../pivotfieldlist/material-definition.scss';
3
+ @import 'material-definition.scss';
4
+ @import 'icons/material.scss';
5
+ @import 'all.scss';
@@ -154,6 +154,12 @@
154
154
  }
155
155
 
156
156
  /*! PivotView layout */
157
+ .e-pivotview {
158
+ /* stylelint-disable */
159
+ /* stylelint-enable */
160
+ /* stylelint-enable */
161
+ /* stylelint-disable */
162
+ }
157
163
  .e-pivotview .e-value-field-settings,
158
164
  .e-pivotview .e-member-editor-dialog,
159
165
  .e-pivotview .e-group-field-settings {
@@ -228,6 +234,7 @@
228
234
  }
229
235
  .e-pivotview .e-member-editor-dialog {
230
236
  min-width: 320px;
237
+ /* stylelint-disable */
231
238
  }
232
239
  .e-pivotview .e-member-editor-dialog .e-editor-search-container {
233
240
  display: -ms-flexbox;
@@ -247,6 +254,7 @@
247
254
  .e-pivotview .e-member-editor-dialog .e-filter-sort {
248
255
  box-shadow: none;
249
256
  margin-left: 10px;
257
+ /* stylelint-disable */
250
258
  }
251
259
  .e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-ascend-icon,
252
260
  .e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-descend-icon {
@@ -340,6 +348,7 @@
340
348
  }
341
349
  .e-pivotview .e-member-editor-dialog .e-filter-tab-container {
342
350
  border: none;
351
+ /* stylelint-enable */
343
352
  }
344
353
  .e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
345
354
  margin: 0 0 0 6px;
@@ -585,13 +594,16 @@
585
594
  }
586
595
  .e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
587
596
  margin-left: 18px !important;
597
+ /* stylelint-enable */
588
598
  }
589
599
  .e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template {
600
+ /* stylelint-disable */
590
601
  padding: 0 !important;
591
602
  }
592
603
  .e-pivotview .e-pivot-toolbar .e-reportlist-label {
593
604
  float: left;
594
605
  font-weight: 500;
606
+ /* stylelint-enable */
595
607
  }
596
608
  .e-pivotview .e-pivot-toolbar .e-reportlist-drop {
597
609
  float: right;
@@ -620,6 +632,7 @@
620
632
  }
621
633
 
622
634
  .e-pivotview-report-dialog {
635
+ /* stylelint-disable */
623
636
  max-width: 350px !important;
624
637
  }
625
638
 
@@ -639,6 +652,7 @@
639
652
  max-width: 500px !important;
640
653
  }
641
654
 
655
+ /* stylelint-enable */
642
656
  .e-report-outer {
643
657
  display: inline-block;
644
658
  width: 100%;
@@ -650,6 +664,7 @@
650
664
  width: 40%;
651
665
  }
652
666
 
667
+ /* stylelint-disable */
653
668
  .e-pivotview-report-input {
654
669
  float: right;
655
670
  width: 60% !important;
@@ -671,11 +686,16 @@
671
686
  font-size: 18px !important;
672
687
  }
673
688
 
689
+ /* stylelint-enable */
674
690
  .e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label,
675
691
  .e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label {
676
692
  white-space: nowrap;
677
693
  }
678
694
 
695
+ .e-drillthrough-dialog {
696
+ /* stylelint-disable */
697
+ /* stylelint-enable */
698
+ }
679
699
  .e-drillthrough-dialog .e-drillthrough-body-header-container {
680
700
  margin-bottom: 20px;
681
701
  }
@@ -696,6 +716,13 @@
696
716
  flex-wrap: wrap;
697
717
  }
698
718
 
719
+ .e-bigger .e-pivotview,
720
+ .e-bigger.e-pivotview {
721
+ /* stylelint-disable */
722
+ /* stylelint-enable */
723
+ /* stylelint-disable */
724
+ /* stylelint-enable */
725
+ }
699
726
  .e-bigger .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-menu-icon,
700
727
  .e-bigger.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item .e-menu-icon {
701
728
  line-height: 50px;
@@ -862,6 +889,18 @@
862
889
  }
863
890
 
864
891
  /*! PivotView theme */
892
+ .e-pivotview {
893
+ /* stylelint-enable */
894
+ /* stylelint-disable */
895
+ /* stylelint-enable */
896
+ /* stylelint-disable */
897
+ /* stylelint-enable */
898
+ /* stylelint-disable */
899
+ /* stylelint-enable */
900
+ /* stylelint-disable */
901
+ /* stylelint-enable */
902
+ /* stylelint-enable */
903
+ }
865
904
  .e-pivotview .e-nextspan {
866
905
  display: inline-block;
867
906
  width: 18px;
@@ -882,6 +921,7 @@
882
921
  text-align: right;
883
922
  }
884
923
  .e-pivotview .e-grid .e-rowcell {
924
+ /* stylelint-disable */
885
925
  font-size: 14px !important;
886
926
  padding-left: 8px;
887
927
  -webkit-user-select: none;
@@ -1067,11 +1107,11 @@
1067
1107
  border-right-width: 1px;
1068
1108
  }
1069
1109
  .e-pivotview .e-stackedheadercelldiv {
1070
- display: block;
1110
+ display: inline;
1071
1111
  }
1072
1112
  .e-pivotview .e-stackedheadertext.e-cellvalue,
1073
1113
  .e-pivotview .e-stackedheadercelldiv.e-cellvalue {
1074
- display: inline-block;
1114
+ display: inline;
1075
1115
  padding-left: 12px !important;
1076
1116
  margin-top: 5px;
1077
1117
  margin-top: 2px;
@@ -1102,12 +1142,18 @@
1102
1142
  }
1103
1143
  .e-pivotview .e-rowcell {
1104
1144
  opacity: 1;
1145
+ /* stylelint-disable */
1146
+ /* stylelint-enable */
1105
1147
  }
1106
1148
  .e-pivotview .e-rowcell .e-cellvalue {
1107
1149
  -webkit-user-select: none;
1108
1150
  -ms-user-select: none;
1109
1151
  user-select: none;
1110
1152
  }
1153
+ .e-pivotview .e-grouping-bar {
1154
+ /* stylelint-disable */
1155
+ /* stylelint-enable */
1156
+ }
1111
1157
  .e-pivotview .e-grouping-bar .e-right-axis-fields {
1112
1158
  -ms-flex: auto;
1113
1159
  flex: auto;
@@ -1236,7 +1282,9 @@
1236
1282
  border: 1px solid #4b5563;
1237
1283
  border-radius: 0;
1238
1284
  box-shadow: none;
1285
+ /* stylelint-disable */
1239
1286
  color: #d1d5db !important;
1287
+ /* stylelint-enable */
1240
1288
  cursor: default;
1241
1289
  display: -ms-flexbox;
1242
1290
  display: flex;
@@ -1247,6 +1295,8 @@
1247
1295
  text-transform: none;
1248
1296
  vertical-align: bottom;
1249
1297
  z-index: 1;
1298
+ /* stylelint-disable */
1299
+ /* stylelint-enable */
1250
1300
  }
1251
1301
  .e-pivotview .e-grouping-bar .e-pivot-button.e-list-selected,
1252
1302
  .e-pivotview .e-group-rows .e-pivot-button.e-list-selected {
@@ -1568,7 +1618,7 @@
1568
1618
  .e-pivotview .e-expand,
1569
1619
  .e-pivotview .e-collapse {
1570
1620
  cursor: pointer;
1571
- display: inline-block;
1621
+ display: inline;
1572
1622
  height: 18px;
1573
1623
  margin-top: 5px;
1574
1624
  text-align: center;
@@ -1585,6 +1635,12 @@
1585
1635
  .e-pivotview .e-expand::before {
1586
1636
  font-size: 18px;
1587
1637
  }
1638
+ .e-pivotview.e-rtl {
1639
+ /* stylelint-disable */
1640
+ /* stylelint-enable */
1641
+ /* stylelint-disable */
1642
+ /* stylelint-enable */
1643
+ }
1588
1644
  .e-pivotview.e-rtl .e-expand::before,
1589
1645
  .e-pivotview.e-rtl .e-collapse::before {
1590
1646
  margin-left: 0;
@@ -1656,8 +1712,10 @@
1656
1712
  padding-right: 8px;
1657
1713
  }
1658
1714
  .e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div {
1715
+ /* stylelint-disable */
1659
1716
  padding-left: 8px;
1660
1717
  padding-right: 0;
1718
+ /* stylelint-enable */
1661
1719
  }
1662
1720
  .e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content {
1663
1721
  margin-left: 4px;
@@ -1680,6 +1738,9 @@
1680
1738
  .e-pivotview.e-rtl .e-sortfilterdiv {
1681
1739
  float: left;
1682
1740
  }
1741
+ .e-pivotview.e-device .e-grouping-bar {
1742
+ /* stylelint-disable */
1743
+ }
1683
1744
  .e-pivotview.e-device .e-grouping-bar .e-pivot-button {
1684
1745
  line-height: 1em !important;
1685
1746
  }
@@ -1757,6 +1818,13 @@
1757
1818
  margin-right: 5px;
1758
1819
  }
1759
1820
 
1821
+ .e-bigger .e-pivotview,
1822
+ .e-bigger.e-pivotview {
1823
+ /* stylelint-disable */
1824
+ /* stylelint-enable */
1825
+ /* stylelint-disable */
1826
+ /* stylelint-enable */
1827
+ }
1760
1828
  .e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown,
1761
1829
  .e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown {
1762
1830
  margin: 0;
@@ -1821,6 +1889,10 @@
1821
1889
  .e-bigger.e-pivotview th .e-collapse {
1822
1890
  margin-top: 0;
1823
1891
  }
1892
+ .e-bigger .e-pivotview .e-grouping-bar,
1893
+ .e-bigger.e-pivotview .e-grouping-bar {
1894
+ /* stylelint-enable */
1895
+ }
1824
1896
  .e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
1825
1897
  .e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
1826
1898
  height: 36px !important;
@@ -1861,6 +1933,7 @@
1861
1933
  .e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
1862
1934
  .e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,
1863
1935
  .e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
1936
+ /* stylelint-disable */
1864
1937
  font-size: 14px !important;
1865
1938
  height: 20px;
1866
1939
  margin-top: 1px;
@@ -1990,9 +2063,16 @@
1990
2063
  }
1991
2064
  .e-bigger .e-pivotview .e-rowcell,
1992
2065
  .e-bigger.e-pivotview .e-rowcell {
2066
+ /* stylelint-disable */
1993
2067
  font-size: 16px !important;
1994
2068
  padding: 0 12px;
1995
2069
  }
2070
+ .e-bigger .e-pivotview.e-rtl,
2071
+ .e-bigger.e-pivotview.e-rtl {
2072
+ /* stylelint-enable */
2073
+ /* stylelint-disable */
2074
+ /* stylelint-enable */
2075
+ }
1996
2076
  .e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
1997
2077
  .e-bigger.e-pivotview.e-rtl .e-grid .e-rowsheader {
1998
2078
  padding-right: 10px !important;
@@ -1 +1,4 @@
1
- @import 'ej2-pivotview/styles/pivotview/tailwind-dark.scss';
1
+ @import 'ej2-base/styles/tailwind-dark-definition.scss';
2
+ @import 'tailwind-dark-definition.scss';
3
+ @import 'icons/tailwind-dark.scss';
4
+ @import 'all.scss';