@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
@@ -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;
@@ -1102,18 +1060,12 @@
1102
1060
  }
1103
1061
  .e-pivotview .e-rowcell {
1104
1062
  opacity: 1;
1105
- /* stylelint-disable */
1106
- /* stylelint-enable */
1107
1063
  }
1108
1064
  .e-pivotview .e-rowcell .e-cellvalue {
1109
1065
  -webkit-user-select: none;
1110
1066
  -ms-user-select: none;
1111
1067
  user-select: none;
1112
1068
  }
1113
- .e-pivotview .e-grouping-bar {
1114
- /* stylelint-disable */
1115
- /* stylelint-enable */
1116
- }
1117
1069
  .e-pivotview .e-grouping-bar .e-right-axis-fields {
1118
1070
  -ms-flex: auto;
1119
1071
  flex: auto;
@@ -1239,9 +1191,7 @@
1239
1191
  border: 1px solid #dadada;
1240
1192
  border-radius: 0;
1241
1193
  box-shadow: none;
1242
- /* stylelint-disable */
1243
1194
  color: #333 !important;
1244
- /* stylelint-enable */
1245
1195
  cursor: default;
1246
1196
  display: -ms-flexbox;
1247
1197
  display: flex;
@@ -1252,8 +1202,6 @@
1252
1202
  text-transform: none;
1253
1203
  vertical-align: bottom;
1254
1204
  z-index: 1;
1255
- /* stylelint-disable */
1256
- /* stylelint-enable */
1257
1205
  }
1258
1206
  .e-pivotview .e-grouping-bar .e-pivot-button.e-list-selected,
1259
1207
  .e-pivotview .e-group-rows .e-pivot-button.e-list-selected {
@@ -1590,12 +1538,6 @@
1590
1538
  .e-pivotview .e-expand::before {
1591
1539
  font-size: 10px;
1592
1540
  }
1593
- .e-pivotview.e-rtl {
1594
- /* stylelint-disable */
1595
- /* stylelint-enable */
1596
- /* stylelint-disable */
1597
- /* stylelint-enable */
1598
- }
1599
1541
  .e-pivotview.e-rtl .e-expand::before,
1600
1542
  .e-pivotview.e-rtl .e-collapse::before {
1601
1543
  margin-left: 0;
@@ -1667,10 +1609,8 @@
1667
1609
  padding-right: 8px;
1668
1610
  }
1669
1611
  .e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div {
1670
- /* stylelint-disable */
1671
1612
  padding-left: 8px;
1672
1613
  padding-right: 0;
1673
- /* stylelint-enable */
1674
1614
  }
1675
1615
  .e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content {
1676
1616
  margin-left: 4px;
@@ -1693,9 +1633,6 @@
1693
1633
  .e-pivotview.e-rtl .e-sortfilterdiv {
1694
1634
  float: left;
1695
1635
  }
1696
- .e-pivotview.e-device .e-grouping-bar {
1697
- /* stylelint-disable */
1698
- }
1699
1636
  .e-pivotview.e-device .e-grouping-bar .e-pivot-button {
1700
1637
  line-height: 1em !important;
1701
1638
  }
@@ -1773,13 +1710,6 @@
1773
1710
  margin-right: 5px;
1774
1711
  }
1775
1712
 
1776
- .e-bigger .e-pivotview,
1777
- .e-bigger.e-pivotview {
1778
- /* stylelint-disable */
1779
- /* stylelint-enable */
1780
- /* stylelint-disable */
1781
- /* stylelint-enable */
1782
- }
1783
1713
  .e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown,
1784
1714
  .e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown {
1785
1715
  margin: 5px;
@@ -1842,10 +1772,6 @@
1842
1772
  .e-bigger.e-pivotview th .e-collapse {
1843
1773
  margin-top: 7px;
1844
1774
  }
1845
- .e-bigger .e-pivotview .e-grouping-bar,
1846
- .e-bigger.e-pivotview .e-grouping-bar {
1847
- /* stylelint-enable */
1848
- }
1849
1775
  .e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
1850
1776
  .e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
1851
1777
  height: 36px !important;
@@ -1886,7 +1812,6 @@
1886
1812
  .e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
1887
1813
  .e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,
1888
1814
  .e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
1889
- /* stylelint-disable */
1890
1815
  font-size: 14px !important;
1891
1816
  height: 20px;
1892
1817
  margin-top: 1px;
@@ -2003,15 +1928,8 @@
2003
1928
  }
2004
1929
  .e-bigger .e-pivotview .e-rowcell,
2005
1930
  .e-bigger.e-pivotview .e-rowcell {
2006
- /* stylelint-disable */
2007
1931
  font-size: 13px !important;
2008
1932
  }
2009
- .e-bigger .e-pivotview.e-rtl,
2010
- .e-bigger.e-pivotview.e-rtl {
2011
- /* stylelint-enable */
2012
- /* stylelint-disable */
2013
- /* stylelint-enable */
2014
- }
2015
1933
  .e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
2016
1934
  .e-bigger.e-pivotview.e-rtl .e-grid .e-rowsheader {
2017
1935
  padding-right: 10px !important;
@@ -1,5 +1 @@
1
- @import 'ej2-base/styles/fabric-definition.scss';
2
- @import '../pivotfieldlist/fabric-definition.scss';
3
- @import 'fabric-definition.scss';
4
- @import 'icons/fabric.scss';
5
- @import 'all.scss';
1
+ @import 'ej2-pivotview/styles/pivotview/fabric.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;
@@ -248,7 +241,6 @@
248
241
  .e-pivotview .e-member-editor-dialog .e-filter-sort {
249
242
  box-shadow: none;
250
243
  margin-left: 10px;
251
- /* stylelint-disable */
252
244
  }
253
245
  .e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-ascend-icon,
254
246
  .e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-descend-icon {
@@ -340,7 +332,6 @@
340
332
  }
341
333
  .e-pivotview .e-member-editor-dialog .e-filter-tab-container {
342
334
  border: none;
343
- /* stylelint-enable */
344
335
  }
345
336
  .e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
346
337
  margin: 0 0 0 6px;
@@ -598,16 +589,13 @@
598
589
  }
599
590
  .e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
600
591
  margin-left: 18px !important;
601
- /* stylelint-enable */
602
592
  }
603
593
  .e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template {
604
- /* stylelint-disable */
605
594
  padding: 0 !important;
606
595
  }
607
596
  .e-pivotview .e-pivot-toolbar .e-reportlist-label {
608
597
  float: left;
609
598
  font-weight: 500;
610
- /* stylelint-enable */
611
599
  }
612
600
  .e-pivotview .e-pivot-toolbar .e-reportlist-drop {
613
601
  float: right;
@@ -636,7 +624,6 @@
636
624
  }
637
625
 
638
626
  .e-pivotview-report-dialog {
639
- /* stylelint-disable */
640
627
  max-width: 350px !important;
641
628
  }
642
629
 
@@ -656,7 +643,6 @@
656
643
  max-width: 500px !important;
657
644
  }
658
645
 
659
- /* stylelint-enable */
660
646
  .e-report-outer {
661
647
  display: inline-block;
662
648
  width: 100%;
@@ -669,7 +655,6 @@
669
655
  width: 40%;
670
656
  }
671
657
 
672
- /* stylelint-disable */
673
658
  .e-pivotview-report-input {
674
659
  float: right;
675
660
  width: 60% !important;
@@ -691,16 +676,11 @@
691
676
  font-size: 18px !important;
692
677
  }
693
678
 
694
- /* stylelint-enable */
695
679
  .e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label,
696
680
  .e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label {
697
681
  white-space: nowrap;
698
682
  }
699
683
 
700
- .e-drillthrough-dialog {
701
- /* stylelint-disable */
702
- /* stylelint-enable */
703
- }
704
684
  .e-drillthrough-dialog .e-drillthrough-body-header-container {
705
685
  margin-bottom: 20px;
706
686
  }
@@ -721,18 +701,9 @@
721
701
  flex-wrap: wrap;
722
702
  }
723
703
 
724
- .e-bigger .e-pivotview,
725
- .e-bigger.e-pivotview {
726
- /* stylelint-disable */
727
- /* stylelint-enable */
728
- /* stylelint-disable */
729
- /* stylelint-enable */
730
- }
731
704
  .e-bigger .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item,
732
705
  .e-bigger.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item {
733
- /* stylelint-disable */
734
706
  height: 26px !important;
735
- /* stylelint-enable */
736
707
  }
737
708
  .e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
738
709
  .e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
@@ -888,18 +859,6 @@
888
859
  }
889
860
 
890
861
  /*! PivotView theme */
891
- .e-pivotview {
892
- /* stylelint-enable */
893
- /* stylelint-disable */
894
- /* stylelint-enable */
895
- /* stylelint-disable */
896
- /* stylelint-enable */
897
- /* stylelint-disable */
898
- /* stylelint-enable */
899
- /* stylelint-disable */
900
- /* stylelint-enable */
901
- /* stylelint-enable */
902
- }
903
862
  .e-pivotview .e-nextspan {
904
863
  display: inline-block;
905
864
  width: 18px;
@@ -920,7 +879,6 @@
920
879
  text-align: right;
921
880
  }
922
881
  .e-pivotview .e-grid .e-rowcell {
923
- /* stylelint-disable */
924
882
  font-size: 14px !important;
925
883
  padding-left: 8px;
926
884
  -webkit-user-select: none;
@@ -1129,18 +1087,12 @@
1129
1087
  }
1130
1088
  .e-pivotview .e-rowcell {
1131
1089
  opacity: 1;
1132
- /* stylelint-disable */
1133
- /* stylelint-enable */
1134
1090
  }
1135
1091
  .e-pivotview .e-rowcell .e-cellvalue {
1136
1092
  -webkit-user-select: none;
1137
1093
  -ms-user-select: none;
1138
1094
  user-select: none;
1139
1095
  }
1140
- .e-pivotview .e-grouping-bar {
1141
- /* stylelint-disable */
1142
- /* stylelint-enable */
1143
- }
1144
1096
  .e-pivotview .e-grouping-bar .e-right-axis-fields {
1145
1097
  -ms-flex: auto;
1146
1098
  flex: auto;
@@ -1270,9 +1222,7 @@
1270
1222
  border: 1px solid #252423;
1271
1223
  border-radius: 2px;
1272
1224
  box-shadow: none;
1273
- /* stylelint-disable */
1274
1225
  color: #d2d0ce !important;
1275
- /* stylelint-enable */
1276
1226
  cursor: default;
1277
1227
  display: -ms-flexbox;
1278
1228
  display: flex;
@@ -1283,8 +1233,6 @@
1283
1233
  text-transform: none;
1284
1234
  vertical-align: bottom;
1285
1235
  z-index: 1;
1286
- /* stylelint-disable */
1287
- /* stylelint-enable */
1288
1236
  }
1289
1237
  .e-pivotview .e-grouping-bar .e-pivot-button.e-list-selected,
1290
1238
  .e-pivotview .e-group-rows .e-pivot-button.e-list-selected {
@@ -1625,12 +1573,6 @@
1625
1573
  .e-pivotview .e-expand::before {
1626
1574
  font-size: 18px;
1627
1575
  }
1628
- .e-pivotview.e-rtl {
1629
- /* stylelint-disable */
1630
- /* stylelint-enable */
1631
- /* stylelint-disable */
1632
- /* stylelint-enable */
1633
- }
1634
1576
  .e-pivotview.e-rtl .e-expand::before,
1635
1577
  .e-pivotview.e-rtl .e-collapse::before {
1636
1578
  margin-left: 0;
@@ -1702,10 +1644,8 @@
1702
1644
  padding-right: 8px;
1703
1645
  }
1704
1646
  .e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div {
1705
- /* stylelint-disable */
1706
1647
  padding-left: 8px;
1707
1648
  padding-right: 0;
1708
- /* stylelint-enable */
1709
1649
  }
1710
1650
  .e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content {
1711
1651
  margin-left: 4px;
@@ -1728,9 +1668,6 @@
1728
1668
  .e-pivotview.e-rtl .e-sortfilterdiv {
1729
1669
  float: left;
1730
1670
  }
1731
- .e-pivotview.e-device .e-grouping-bar {
1732
- /* stylelint-disable */
1733
- }
1734
1671
  .e-pivotview.e-device .e-grouping-bar .e-pivot-button {
1735
1672
  line-height: 1em !important;
1736
1673
  }
@@ -1808,13 +1745,6 @@
1808
1745
  margin-right: 5px;
1809
1746
  }
1810
1747
 
1811
- .e-bigger .e-pivotview,
1812
- .e-bigger.e-pivotview {
1813
- /* stylelint-disable */
1814
- /* stylelint-enable */
1815
- /* stylelint-disable */
1816
- /* stylelint-enable */
1817
- }
1818
1748
  .e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown,
1819
1749
  .e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown {
1820
1750
  margin: 4px;
@@ -1877,10 +1807,6 @@
1877
1807
  .e-bigger.e-pivotview th .e-collapse {
1878
1808
  margin-top: 0;
1879
1809
  }
1880
- .e-bigger .e-pivotview .e-grouping-bar,
1881
- .e-bigger.e-pivotview .e-grouping-bar {
1882
- /* stylelint-enable */
1883
- }
1884
1810
  .e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
1885
1811
  .e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
1886
1812
  height: 36px !important;
@@ -1921,7 +1847,6 @@
1921
1847
  .e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
1922
1848
  .e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,
1923
1849
  .e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
1924
- /* stylelint-disable */
1925
1850
  font-size: 14px !important;
1926
1851
  height: 20px;
1927
1852
  margin-top: 2px;
@@ -2051,15 +1976,8 @@
2051
1976
  }
2052
1977
  .e-bigger .e-pivotview .e-rowcell,
2053
1978
  .e-bigger.e-pivotview .e-rowcell {
2054
- /* stylelint-disable */
2055
1979
  font-size: 16px !important;
2056
1980
  }
2057
- .e-bigger .e-pivotview.e-rtl,
2058
- .e-bigger.e-pivotview.e-rtl {
2059
- /* stylelint-enable */
2060
- /* stylelint-disable */
2061
- /* stylelint-enable */
2062
- }
2063
1981
  .e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
2064
1982
  .e-bigger.e-pivotview.e-rtl .e-grid .e-rowsheader {
2065
1983
  padding-right: 10px !important;
@@ -1,4 +1 @@
1
- @import 'ej2-base/styles/fluent-dark-definition.scss';
2
- @import 'fluent-dark-definition.scss';
3
- @import 'icons/fluent-dark.scss';
4
- @import 'all.scss';
1
+ @import 'ej2-pivotview/styles/pivotview/fluent-dark.scss';