@syncfusion/ej2-angular-pivotview 20.2.38 → 20.2.43-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 +696 -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 +24 -233
  49. package/styles/bootstrap.css +24 -233
  50. package/styles/bootstrap4.css +25 -229
  51. package/styles/bootstrap5-dark.css +24 -235
  52. package/styles/bootstrap5.css +24 -235
  53. package/styles/fabric-dark.css +24 -233
  54. package/styles/fabric.css +24 -233
  55. package/styles/fluent-dark.css +25 -236
  56. package/styles/fluent.css +25 -236
  57. package/styles/highcontrast-light.css +24 -233
  58. package/styles/highcontrast.css +24 -233
  59. package/styles/material-dark.css +24 -233
  60. package/styles/material.css +24 -233
  61. package/styles/pivotfieldlist/bootstrap-dark.css +24 -151
  62. package/styles/pivotfieldlist/bootstrap-dark.scss +1 -4
  63. package/styles/pivotfieldlist/bootstrap.css +24 -151
  64. package/styles/pivotfieldlist/bootstrap.scss +1 -4
  65. package/styles/pivotfieldlist/bootstrap4.css +24 -146
  66. package/styles/pivotfieldlist/bootstrap4.scss +1 -4
  67. package/styles/pivotfieldlist/bootstrap5-dark.css +24 -155
  68. package/styles/pivotfieldlist/bootstrap5-dark.scss +1 -4
  69. package/styles/pivotfieldlist/bootstrap5.css +24 -155
  70. package/styles/pivotfieldlist/bootstrap5.scss +1 -4
  71. package/styles/pivotfieldlist/fabric-dark.css +24 -151
  72. package/styles/pivotfieldlist/fabric-dark.scss +1 -4
  73. package/styles/pivotfieldlist/fabric.css +24 -151
  74. package/styles/pivotfieldlist/fabric.scss +1 -4
  75. package/styles/pivotfieldlist/fluent-dark.css +25 -154
  76. package/styles/pivotfieldlist/fluent-dark.scss +1 -4
  77. package/styles/pivotfieldlist/fluent.css +25 -154
  78. package/styles/pivotfieldlist/fluent.scss +1 -4
  79. package/styles/pivotfieldlist/highcontrast-light.css +24 -151
  80. package/styles/pivotfieldlist/highcontrast-light.scss +1 -4
  81. package/styles/pivotfieldlist/highcontrast.css +24 -151
  82. package/styles/pivotfieldlist/highcontrast.scss +1 -4
  83. package/styles/pivotfieldlist/material-dark.css +24 -151
  84. package/styles/pivotfieldlist/material-dark.scss +1 -4
  85. package/styles/pivotfieldlist/material.css +24 -151
  86. package/styles/pivotfieldlist/material.scss +1 -4
  87. package/styles/pivotfieldlist/tailwind-dark.css +25 -154
  88. package/styles/pivotfieldlist/tailwind-dark.scss +1 -4
  89. package/styles/pivotfieldlist/tailwind.css +25 -154
  90. package/styles/pivotfieldlist/tailwind.scss +1 -4
  91. package/styles/pivotview/bootstrap-dark.css +0 -82
  92. package/styles/pivotview/bootstrap-dark.scss +1 -5
  93. package/styles/pivotview/bootstrap.css +0 -82
  94. package/styles/pivotview/bootstrap.scss +1 -5
  95. package/styles/pivotview/bootstrap4.css +1 -83
  96. package/styles/pivotview/bootstrap4.scss +1 -5
  97. package/styles/pivotview/bootstrap5-dark.css +0 -80
  98. package/styles/pivotview/bootstrap5-dark.scss +1 -4
  99. package/styles/pivotview/bootstrap5.css +0 -80
  100. package/styles/pivotview/bootstrap5.scss +1 -5
  101. package/styles/pivotview/fabric-dark.css +0 -82
  102. package/styles/pivotview/fabric-dark.scss +1 -5
  103. package/styles/pivotview/fabric.css +0 -82
  104. package/styles/pivotview/fabric.scss +1 -5
  105. package/styles/pivotview/fluent-dark.css +0 -82
  106. package/styles/pivotview/fluent-dark.scss +1 -4
  107. package/styles/pivotview/fluent.css +0 -82
  108. package/styles/pivotview/fluent.scss +1 -5
  109. package/styles/pivotview/highcontrast-light.css +0 -82
  110. package/styles/pivotview/highcontrast-light.scss +1 -5
  111. package/styles/pivotview/highcontrast.css +0 -82
  112. package/styles/pivotview/highcontrast.scss +1 -5
  113. package/styles/pivotview/material-dark.css +0 -82
  114. package/styles/pivotview/material-dark.scss +1 -5
  115. package/styles/pivotview/material.css +0 -82
  116. package/styles/pivotview/material.scss +1 -5
  117. package/styles/pivotview/tailwind-dark.css +0 -80
  118. package/styles/pivotview/tailwind-dark.scss +1 -4
  119. package/styles/pivotview/tailwind.css +0 -80
  120. package/styles/pivotview/tailwind.scss +1 -5
  121. package/styles/tailwind-dark.css +25 -234
  122. package/styles/tailwind.css +25 -234
  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 -233
  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 -191
  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 -1852
  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 -1862
  156. package/styles/pivotfieldlist/icons/_bootstrap-dark.scss +0 -358
  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 -357
  161. package/styles/pivotfieldlist/icons/_fabric-dark.scss +0 -358
  162. package/styles/pivotfieldlist/icons/_fabric.scss +0 -358
  163. package/styles/pivotfieldlist/icons/_fluent-dark.scss +0 -1
  164. package/styles/pivotfieldlist/icons/_fluent.scss +0 -357
  165. package/styles/pivotfieldlist/icons/_fusionnew.scss +0 -352
  166. package/styles/pivotfieldlist/icons/_highcontrast-light.scss +0 -357
  167. package/styles/pivotfieldlist/icons/_highcontrast.scss +0 -357
  168. package/styles/pivotfieldlist/icons/_material-dark.scss +0 -358
  169. package/styles/pivotfieldlist/icons/_material.scss +0 -357
  170. package/styles/pivotfieldlist/icons/_material3.scss +0 -352
  171. package/styles/pivotfieldlist/icons/_tailwind-dark.scss +0 -356
  172. package/styles/pivotfieldlist/icons/_tailwind.scss +0 -356
  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 -131
  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 -131
  183. package/styles/pivotview/_fusionnew-definition.scss +0 -131
  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 -1073
  187. package/styles/pivotview/_material-dark-definition.scss +0 -132
  188. package/styles/pivotview/_material-definition.scss +0 -128
  189. package/styles/pivotview/_material3-definition.scss +0 -131
  190. package/styles/pivotview/_tailwind-dark-definition.scss +0 -1
  191. package/styles/pivotview/_tailwind-definition.scss +0 -130
  192. package/styles/pivotview/_theme.scss +0 -1583
  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
@@ -155,12 +155,6 @@
155
155
  }
156
156
 
157
157
  /*! PivotView layout */
158
- .e-pivotview {
159
- /* stylelint-disable */
160
- /* stylelint-enable */
161
- /* stylelint-enable */
162
- /* stylelint-disable */
163
- }
164
158
  .e-pivotview .e-value-field-settings,
165
159
  .e-pivotview .e-member-editor-dialog,
166
160
  .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 .e-sort-ascend-icon,
258
250
  .e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-descend-icon {
@@ -344,7 +336,6 @@
344
336
  }
345
337
  .e-pivotview .e-member-editor-dialog .e-filter-tab-container {
346
338
  border: none;
347
- /* stylelint-enable */
348
339
  }
349
340
  .e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
350
341
  margin: 0 0 0 6px;
@@ -589,16 +580,13 @@
589
580
  }
590
581
  .e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
591
582
  margin-left: 18px !important;
592
- /* stylelint-enable */
593
583
  }
594
584
  .e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template {
595
- /* stylelint-disable */
596
585
  padding: 0 !important;
597
586
  }
598
587
  .e-pivotview .e-pivot-toolbar .e-reportlist-label {
599
588
  float: left;
600
589
  font-weight: 500;
601
- /* stylelint-enable */
602
590
  }
603
591
  .e-pivotview .e-pivot-toolbar .e-reportlist-drop {
604
592
  float: right;
@@ -627,7 +615,6 @@
627
615
  }
628
616
 
629
617
  .e-pivotview-report-dialog {
630
- /* stylelint-disable */
631
618
  max-width: 350px !important;
632
619
  }
633
620
 
@@ -647,7 +634,6 @@
647
634
  max-width: 500px !important;
648
635
  }
649
636
 
650
- /* stylelint-enable */
651
637
  .e-report-outer {
652
638
  display: inline-block;
653
639
  width: 100%;
@@ -660,7 +646,6 @@
660
646
  padding-left: 12px;
661
647
  }
662
648
 
663
- /* stylelint-disable */
664
649
  .e-pivotview-report-input {
665
650
  float: right;
666
651
  width: 60% !important;
@@ -682,16 +667,11 @@
682
667
  font-size: 18px !important;
683
668
  }
684
669
 
685
- /* stylelint-enable */
686
670
  .e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label,
687
671
  .e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label {
688
672
  white-space: nowrap;
689
673
  }
690
674
 
691
- .e-drillthrough-dialog {
692
- /* stylelint-disable */
693
- /* stylelint-enable */
694
- }
695
675
  .e-drillthrough-dialog .e-drillthrough-body-header-container {
696
676
  margin-bottom: 20px;
697
677
  margin-bottom: 18px;
@@ -713,13 +693,6 @@
713
693
  flex-wrap: wrap;
714
694
  }
715
695
 
716
- .e-bigger .e-pivotview,
717
- .e-bigger.e-pivotview {
718
- /* stylelint-disable */
719
- /* stylelint-enable */
720
- /* stylelint-disable */
721
- /* stylelint-enable */
722
- }
723
696
  .e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
724
697
  .e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
725
698
  height: 139px;
@@ -874,18 +847,6 @@
874
847
  }
875
848
 
876
849
  /*! PivotView theme */
877
- .e-pivotview {
878
- /* stylelint-enable */
879
- /* stylelint-disable */
880
- /* stylelint-enable */
881
- /* stylelint-disable */
882
- /* stylelint-enable */
883
- /* stylelint-disable */
884
- /* stylelint-enable */
885
- /* stylelint-disable */
886
- /* stylelint-enable */
887
- /* stylelint-enable */
888
- }
889
850
  .e-pivotview .e-nextspan {
890
851
  display: inline-block;
891
852
  width: 18px;
@@ -906,7 +867,6 @@
906
867
  text-align: right;
907
868
  }
908
869
  .e-pivotview .e-grid .e-rowcell {
909
- /* stylelint-disable */
910
870
  font-size: 14px !important;
911
871
  padding-left: 8px;
912
872
  -webkit-user-select: none;
@@ -1122,18 +1082,12 @@
1122
1082
  }
1123
1083
  .e-pivotview .e-rowcell {
1124
1084
  opacity: 1;
1125
- /* stylelint-disable */
1126
- /* stylelint-enable */
1127
1085
  }
1128
1086
  .e-pivotview .e-rowcell .e-cellvalue {
1129
1087
  -webkit-user-select: none;
1130
1088
  -ms-user-select: none;
1131
1089
  user-select: none;
1132
1090
  }
1133
- .e-pivotview .e-grouping-bar {
1134
- /* stylelint-disable */
1135
- /* stylelint-enable */
1136
- }
1137
1091
  .e-pivotview .e-grouping-bar .e-right-axis-fields {
1138
1092
  -ms-flex: auto;
1139
1093
  flex: auto;
@@ -1294,9 +1248,7 @@
1294
1248
  border: 1px solid #dee2e6;
1295
1249
  border-radius: 4px;
1296
1250
  box-shadow: none;
1297
- /* stylelint-disable */
1298
1251
  color: #343a40 !important;
1299
- /* stylelint-enable */
1300
1252
  cursor: default;
1301
1253
  display: -ms-flexbox;
1302
1254
  display: flex;
@@ -1307,8 +1259,6 @@
1307
1259
  text-transform: none;
1308
1260
  vertical-align: bottom;
1309
1261
  z-index: 1;
1310
- /* stylelint-disable */
1311
- /* stylelint-enable */
1312
1262
  }
1313
1263
  .e-pivotview .e-grouping-bar .e-pivot-button.e-list-selected,
1314
1264
  .e-pivotview .e-group-rows .e-pivot-button.e-list-selected {
@@ -1649,12 +1599,6 @@
1649
1599
  .e-pivotview .e-expand::before {
1650
1600
  font-size: 20px;
1651
1601
  }
1652
- .e-pivotview.e-rtl {
1653
- /* stylelint-disable */
1654
- /* stylelint-enable */
1655
- /* stylelint-disable */
1656
- /* stylelint-enable */
1657
- }
1658
1602
  .e-pivotview.e-rtl .e-expand::before,
1659
1603
  .e-pivotview.e-rtl .e-collapse::before {
1660
1604
  margin-left: 0;
@@ -1726,10 +1670,8 @@
1726
1670
  padding-right: 8px;
1727
1671
  }
1728
1672
  .e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div {
1729
- /* stylelint-disable */
1730
1673
  padding-left: 8px;
1731
1674
  padding-right: 0;
1732
- /* stylelint-enable */
1733
1675
  }
1734
1676
  .e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content {
1735
1677
  margin-left: 4px;
@@ -1752,9 +1694,6 @@
1752
1694
  .e-pivotview.e-rtl .e-sortfilterdiv {
1753
1695
  float: left;
1754
1696
  }
1755
- .e-pivotview.e-device .e-grouping-bar {
1756
- /* stylelint-disable */
1757
- }
1758
1697
  .e-pivotview.e-device .e-grouping-bar .e-pivot-button {
1759
1698
  line-height: 1em !important;
1760
1699
  }
@@ -1832,13 +1771,6 @@
1832
1771
  margin-right: 5px;
1833
1772
  }
1834
1773
 
1835
- .e-bigger .e-pivotview,
1836
- .e-bigger.e-pivotview {
1837
- /* stylelint-disable */
1838
- /* stylelint-enable */
1839
- /* stylelint-disable */
1840
- /* stylelint-enable */
1841
- }
1842
1774
  .e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown,
1843
1775
  .e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown {
1844
1776
  margin: 4px;
@@ -1901,10 +1833,6 @@
1901
1833
  .e-bigger.e-pivotview th .e-collapse {
1902
1834
  margin-top: 0;
1903
1835
  }
1904
- .e-bigger .e-pivotview .e-grouping-bar,
1905
- .e-bigger.e-pivotview .e-grouping-bar {
1906
- /* stylelint-enable */
1907
- }
1908
1836
  .e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
1909
1837
  .e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
1910
1838
  height: 36px !important;
@@ -1945,7 +1873,6 @@
1945
1873
  .e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
1946
1874
  .e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,
1947
1875
  .e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
1948
- /* stylelint-disable */
1949
1876
  font-size: 14px !important;
1950
1877
  height: 20px;
1951
1878
  margin-top: 2px;
@@ -2076,15 +2003,8 @@
2076
2003
  }
2077
2004
  .e-bigger .e-pivotview .e-rowcell,
2078
2005
  .e-bigger.e-pivotview .e-rowcell {
2079
- /* stylelint-disable */
2080
2006
  font-size: 16px !important;
2081
2007
  }
2082
- .e-bigger .e-pivotview.e-rtl,
2083
- .e-bigger.e-pivotview.e-rtl {
2084
- /* stylelint-enable */
2085
- /* stylelint-disable */
2086
- /* stylelint-enable */
2087
- }
2088
2008
  .e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
2089
2009
  .e-bigger.e-pivotview.e-rtl .e-grid .e-rowsheader {
2090
2010
  padding-right: 10px !important;
@@ -1,5 +1 @@
1
- @import 'ej2-base/styles/bootstrap5-definition.scss';
2
- @import '../pivotfieldlist/bootstrap5-definition.scss';
3
- @import 'bootstrap5-definition.scss';
4
- @import 'icons/bootstrap5.scss';
5
- @import 'all.scss';
1
+ @import 'ej2-pivotview/styles/pivotview/bootstrap5.scss';
@@ -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;
@@ -249,7 +242,6 @@
249
242
  .e-pivotview .e-member-editor-dialog .e-filter-sort {
250
243
  box-shadow: none;
251
244
  margin-left: 10px;
252
- /* stylelint-disable */
253
245
  }
254
246
  .e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-ascend-icon,
255
247
  .e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-descend-icon {
@@ -341,7 +333,6 @@
341
333
  }
342
334
  .e-pivotview .e-member-editor-dialog .e-filter-tab-container {
343
335
  border: none;
344
- /* stylelint-enable */
345
336
  }
346
337
  .e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
347
338
  margin: 0 0 0 6px;
@@ -577,16 +568,13 @@
577
568
  }
578
569
  .e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
579
570
  margin-left: 18px !important;
580
- /* stylelint-enable */
581
571
  }
582
572
  .e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template {
583
- /* stylelint-disable */
584
573
  padding: 0 !important;
585
574
  }
586
575
  .e-pivotview .e-pivot-toolbar .e-reportlist-label {
587
576
  float: left;
588
577
  font-weight: 500;
589
- /* stylelint-enable */
590
578
  }
591
579
  .e-pivotview .e-pivot-toolbar .e-reportlist-drop {
592
580
  float: right;
@@ -615,7 +603,6 @@
615
603
  }
616
604
 
617
605
  .e-pivotview-report-dialog {
618
- /* stylelint-disable */
619
606
  max-width: 350px !important;
620
607
  }
621
608
 
@@ -635,7 +622,6 @@
635
622
  max-width: 500px !important;
636
623
  }
637
624
 
638
- /* stylelint-enable */
639
625
  .e-report-outer {
640
626
  display: inline-block;
641
627
  width: 100%;
@@ -647,7 +633,6 @@
647
633
  width: 40%;
648
634
  }
649
635
 
650
- /* stylelint-disable */
651
636
  .e-pivotview-report-input {
652
637
  float: right;
653
638
  width: 60% !important;
@@ -669,16 +654,11 @@
669
654
  font-size: 18px !important;
670
655
  }
671
656
 
672
- /* stylelint-enable */
673
657
  .e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label,
674
658
  .e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label {
675
659
  white-space: nowrap;
676
660
  }
677
661
 
678
- .e-drillthrough-dialog {
679
- /* stylelint-disable */
680
- /* stylelint-enable */
681
- }
682
662
  .e-drillthrough-dialog .e-drillthrough-body-header-container {
683
663
  margin-bottom: 20px;
684
664
  }
@@ -699,18 +679,9 @@
699
679
  flex-wrap: wrap;
700
680
  }
701
681
 
702
- .e-bigger .e-pivotview,
703
- .e-bigger.e-pivotview {
704
- /* stylelint-disable */
705
- /* stylelint-enable */
706
- /* stylelint-disable */
707
- /* stylelint-enable */
708
- }
709
682
  .e-bigger .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item,
710
683
  .e-bigger.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item {
711
- /* stylelint-disable */
712
684
  height: 48px !important;
713
- /* stylelint-enable */
714
685
  }
715
686
  .e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
716
687
  .e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
@@ -866,18 +837,6 @@
866
837
  }
867
838
 
868
839
  /*! PivotView theme */
869
- .e-pivotview {
870
- /* stylelint-enable */
871
- /* stylelint-disable */
872
- /* stylelint-enable */
873
- /* stylelint-disable */
874
- /* stylelint-enable */
875
- /* stylelint-disable */
876
- /* stylelint-enable */
877
- /* stylelint-disable */
878
- /* stylelint-enable */
879
- /* stylelint-enable */
880
- }
881
840
  .e-pivotview .e-nextspan {
882
841
  display: inline-block;
883
842
  width: 18px;
@@ -898,7 +857,6 @@
898
857
  text-align: right;
899
858
  }
900
859
  .e-pivotview .e-grid .e-rowcell {
901
- /* stylelint-disable */
902
860
  font-size: 13px !important;
903
861
  padding-left: 8px;
904
862
  -webkit-user-select: none;
@@ -1104,18 +1062,12 @@
1104
1062
  }
1105
1063
  .e-pivotview .e-rowcell {
1106
1064
  opacity: 1;
1107
- /* stylelint-disable */
1108
- /* stylelint-enable */
1109
1065
  }
1110
1066
  .e-pivotview .e-rowcell .e-cellvalue {
1111
1067
  -webkit-user-select: none;
1112
1068
  -ms-user-select: none;
1113
1069
  user-select: none;
1114
1070
  }
1115
- .e-pivotview .e-grouping-bar {
1116
- /* stylelint-disable */
1117
- /* stylelint-enable */
1118
- }
1119
1071
  .e-pivotview .e-grouping-bar .e-right-axis-fields {
1120
1072
  -ms-flex: auto;
1121
1073
  flex: auto;
@@ -1241,9 +1193,7 @@
1241
1193
  border: 1px solid #414040;
1242
1194
  border-radius: 0;
1243
1195
  box-shadow: none;
1244
- /* stylelint-disable */
1245
1196
  color: #dadada !important;
1246
- /* stylelint-enable */
1247
1197
  cursor: default;
1248
1198
  display: -ms-flexbox;
1249
1199
  display: flex;
@@ -1254,8 +1204,6 @@
1254
1204
  text-transform: none;
1255
1205
  vertical-align: bottom;
1256
1206
  z-index: 1;
1257
- /* stylelint-disable */
1258
- /* stylelint-enable */
1259
1207
  }
1260
1208
  .e-pivotview .e-grouping-bar .e-pivot-button.e-list-selected,
1261
1209
  .e-pivotview .e-group-rows .e-pivot-button.e-list-selected {
@@ -1592,12 +1540,6 @@
1592
1540
  .e-pivotview .e-expand::before {
1593
1541
  font-size: 10px;
1594
1542
  }
1595
- .e-pivotview.e-rtl {
1596
- /* stylelint-disable */
1597
- /* stylelint-enable */
1598
- /* stylelint-disable */
1599
- /* stylelint-enable */
1600
- }
1601
1543
  .e-pivotview.e-rtl .e-expand::before,
1602
1544
  .e-pivotview.e-rtl .e-collapse::before {
1603
1545
  margin-left: 0;
@@ -1669,10 +1611,8 @@
1669
1611
  padding-right: 8px;
1670
1612
  }
1671
1613
  .e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div {
1672
- /* stylelint-disable */
1673
1614
  padding-left: 8px;
1674
1615
  padding-right: 0;
1675
- /* stylelint-enable */
1676
1616
  }
1677
1617
  .e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content {
1678
1618
  margin-left: 4px;
@@ -1695,9 +1635,6 @@
1695
1635
  .e-pivotview.e-rtl .e-sortfilterdiv {
1696
1636
  float: left;
1697
1637
  }
1698
- .e-pivotview.e-device .e-grouping-bar {
1699
- /* stylelint-disable */
1700
- }
1701
1638
  .e-pivotview.e-device .e-grouping-bar .e-pivot-button {
1702
1639
  line-height: 1em !important;
1703
1640
  }
@@ -1775,13 +1712,6 @@
1775
1712
  margin-right: 5px;
1776
1713
  }
1777
1714
 
1778
- .e-bigger .e-pivotview,
1779
- .e-bigger.e-pivotview {
1780
- /* stylelint-disable */
1781
- /* stylelint-enable */
1782
- /* stylelint-disable */
1783
- /* stylelint-enable */
1784
- }
1785
1715
  .e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown,
1786
1716
  .e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown {
1787
1717
  margin: 5px;
@@ -1844,10 +1774,6 @@
1844
1774
  .e-bigger.e-pivotview th .e-collapse {
1845
1775
  margin-top: 7px;
1846
1776
  }
1847
- .e-bigger .e-pivotview .e-grouping-bar,
1848
- .e-bigger.e-pivotview .e-grouping-bar {
1849
- /* stylelint-enable */
1850
- }
1851
1777
  .e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
1852
1778
  .e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
1853
1779
  height: 36px !important;
@@ -1888,7 +1814,6 @@
1888
1814
  .e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
1889
1815
  .e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,
1890
1816
  .e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
1891
- /* stylelint-disable */
1892
1817
  font-size: 14px !important;
1893
1818
  height: 20px;
1894
1819
  margin-top: 1px;
@@ -2005,15 +1930,8 @@
2005
1930
  }
2006
1931
  .e-bigger .e-pivotview .e-rowcell,
2007
1932
  .e-bigger.e-pivotview .e-rowcell {
2008
- /* stylelint-disable */
2009
1933
  font-size: 13px !important;
2010
1934
  }
2011
- .e-bigger .e-pivotview.e-rtl,
2012
- .e-bigger.e-pivotview.e-rtl {
2013
- /* stylelint-enable */
2014
- /* stylelint-disable */
2015
- /* stylelint-enable */
2016
- }
2017
1935
  .e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
2018
1936
  .e-bigger.e-pivotview.e-rtl .e-grid .e-rowsheader {
2019
1937
  padding-right: 10px !important;
@@ -1,5 +1 @@
1
- @import 'ej2-base/styles/fabric-dark-definition.scss';
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';