@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
@@ -157,12 +157,6 @@
157
157
  }
158
158
 
159
159
  /*! PivotView layout */
160
- .e-pivotview {
161
- /* stylelint-disable */
162
- /* stylelint-enable */
163
- /* stylelint-enable */
164
- /* stylelint-disable */
165
- }
166
160
  .e-pivotview .e-value-field-settings,
167
161
  .e-pivotview .e-member-editor-dialog,
168
162
  .e-pivotview .e-group-field-settings {
@@ -236,7 +230,6 @@
236
230
  }
237
231
  .e-pivotview .e-member-editor-dialog {
238
232
  min-width: 320px;
239
- /* stylelint-disable */
240
233
  }
241
234
  .e-pivotview .e-member-editor-dialog .e-editor-search-container {
242
235
  display: -ms-flexbox;
@@ -250,7 +243,6 @@
250
243
  .e-pivotview .e-member-editor-dialog .e-filter-sort {
251
244
  box-shadow: none;
252
245
  margin-left: 10px;
253
- /* stylelint-disable */
254
246
  }
255
247
  .e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-ascend-icon,
256
248
  .e-pivotview .e-member-editor-dialog .e-filter-sort .e-member-sort .e-sort-descend-icon {
@@ -342,7 +334,6 @@
342
334
  }
343
335
  .e-pivotview .e-member-editor-dialog .e-filter-tab-container {
344
336
  border: none;
345
- /* stylelint-enable */
346
337
  }
347
338
  .e-pivotview .e-member-editor-dialog .e-filter-tab-container .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text {
348
339
  margin: 0 0 0 6px;
@@ -578,16 +569,13 @@
578
569
  }
579
570
  .e-pivotview .e-pivot-toolbar .e-tab .e-tab-header .e-toolbar-item.e-active {
580
571
  margin-left: 18px !important;
581
- /* stylelint-enable */
582
572
  }
583
573
  .e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template {
584
- /* stylelint-disable */
585
574
  padding: 0 !important;
586
575
  }
587
576
  .e-pivotview .e-pivot-toolbar .e-reportlist-label {
588
577
  float: left;
589
578
  font-weight: 500;
590
- /* stylelint-enable */
591
579
  }
592
580
  .e-pivotview .e-pivot-toolbar .e-reportlist-drop {
593
581
  float: right;
@@ -616,7 +604,6 @@
616
604
  }
617
605
 
618
606
  .e-pivotview-report-dialog {
619
- /* stylelint-disable */
620
607
  max-width: 350px !important;
621
608
  }
622
609
 
@@ -636,7 +623,6 @@
636
623
  max-width: 500px !important;
637
624
  }
638
625
 
639
- /* stylelint-enable */
640
626
  .e-report-outer {
641
627
  display: inline-block;
642
628
  width: 100%;
@@ -648,7 +634,6 @@
648
634
  width: 40%;
649
635
  }
650
636
 
651
- /* stylelint-disable */
652
637
  .e-pivotview-report-input {
653
638
  float: right;
654
639
  width: 60% !important;
@@ -670,16 +655,11 @@
670
655
  font-size: 18px !important;
671
656
  }
672
657
 
673
- /* stylelint-enable */
674
658
  .e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label,
675
659
  .e-contextmenu-container.e-menu-popup.e-menu-container.e-pivot-chart-menu ul .e-dialog-multiple-axis .e-label {
676
660
  white-space: nowrap;
677
661
  }
678
662
 
679
- .e-drillthrough-dialog {
680
- /* stylelint-disable */
681
- /* stylelint-enable */
682
- }
683
663
  .e-drillthrough-dialog .e-drillthrough-body-header-container {
684
664
  margin-bottom: 20px;
685
665
  }
@@ -700,18 +680,9 @@
700
680
  flex-wrap: wrap;
701
681
  }
702
682
 
703
- .e-bigger .e-pivotview,
704
- .e-bigger.e-pivotview {
705
- /* stylelint-disable */
706
- /* stylelint-enable */
707
- /* stylelint-disable */
708
- /* stylelint-enable */
709
- }
710
683
  .e-bigger .e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item,
711
684
  .e-bigger.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu ul .e-menu-item {
712
- /* stylelint-disable */
713
685
  height: 45px !important;
714
- /* stylelint-enable */
715
686
  }
716
687
  .e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div,
717
688
  .e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-outer-container .e-member-editor-container-outer-div {
@@ -867,18 +838,6 @@
867
838
  }
868
839
 
869
840
  /*! 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
- }
882
841
  .e-pivotview .e-nextspan {
883
842
  display: inline-block;
884
843
  width: 24px;
@@ -899,7 +858,6 @@
899
858
  text-align: right;
900
859
  }
901
860
  .e-pivotview .e-grid .e-rowcell {
902
- /* stylelint-disable */
903
861
  font-size: 13px !important;
904
862
  padding-left: 8px;
905
863
  -webkit-user-select: none;
@@ -1106,18 +1064,12 @@
1106
1064
  }
1107
1065
  .e-pivotview .e-rowcell {
1108
1066
  opacity: 1;
1109
- /* stylelint-disable */
1110
- /* stylelint-enable */
1111
1067
  }
1112
1068
  .e-pivotview .e-rowcell .e-cellvalue {
1113
1069
  -webkit-user-select: none;
1114
1070
  -ms-user-select: none;
1115
1071
  user-select: none;
1116
1072
  }
1117
- .e-pivotview .e-grouping-bar {
1118
- /* stylelint-disable */
1119
- /* stylelint-enable */
1120
- }
1121
1073
  .e-pivotview .e-grouping-bar .e-right-axis-fields {
1122
1074
  -ms-flex: auto;
1123
1075
  flex: auto;
@@ -1243,9 +1195,7 @@
1243
1195
  border: 1px solid #414141;
1244
1196
  border-radius: 4px;
1245
1197
  box-shadow: none;
1246
- /* stylelint-disable */
1247
1198
  color: #f0f0f0 !important;
1248
- /* stylelint-enable */
1249
1199
  cursor: default;
1250
1200
  display: -ms-flexbox;
1251
1201
  display: flex;
@@ -1256,8 +1206,6 @@
1256
1206
  text-transform: none;
1257
1207
  vertical-align: bottom;
1258
1208
  z-index: 1;
1259
- /* stylelint-disable */
1260
- /* stylelint-enable */
1261
1209
  }
1262
1210
  .e-pivotview .e-grouping-bar .e-pivot-button.e-list-selected,
1263
1211
  .e-pivotview .e-group-rows .e-pivot-button.e-list-selected {
@@ -1594,12 +1542,6 @@
1594
1542
  .e-pivotview .e-expand::before {
1595
1543
  font-size: 10px;
1596
1544
  }
1597
- .e-pivotview.e-rtl {
1598
- /* stylelint-disable */
1599
- /* stylelint-enable */
1600
- /* stylelint-disable */
1601
- /* stylelint-enable */
1602
- }
1603
1545
  .e-pivotview.e-rtl .e-expand::before,
1604
1546
  .e-pivotview.e-rtl .e-collapse::before {
1605
1547
  margin-left: 0;
@@ -1671,10 +1613,8 @@
1671
1613
  padding-right: 8px;
1672
1614
  }
1673
1615
  .e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div {
1674
- /* stylelint-disable */
1675
1616
  padding-left: 8px;
1676
1617
  padding-right: 0;
1677
- /* stylelint-enable */
1678
1618
  }
1679
1619
  .e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content {
1680
1620
  margin-left: 4px;
@@ -1697,9 +1637,6 @@
1697
1637
  .e-pivotview.e-rtl .e-sortfilterdiv {
1698
1638
  float: left;
1699
1639
  }
1700
- .e-pivotview.e-device .e-grouping-bar {
1701
- /* stylelint-disable */
1702
- }
1703
1640
  .e-pivotview.e-device .e-grouping-bar .e-pivot-button {
1704
1641
  line-height: 1em !important;
1705
1642
  }
@@ -1777,13 +1714,6 @@
1777
1714
  margin-right: 5px;
1778
1715
  }
1779
1716
 
1780
- .e-bigger .e-pivotview,
1781
- .e-bigger.e-pivotview {
1782
- /* stylelint-disable */
1783
- /* stylelint-enable */
1784
- /* stylelint-disable */
1785
- /* stylelint-enable */
1786
- }
1787
1717
  .e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown,
1788
1718
  .e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown {
1789
1719
  margin: 5px;
@@ -1846,10 +1776,6 @@
1846
1776
  .e-bigger.e-pivotview th .e-collapse {
1847
1777
  margin-top: 6px;
1848
1778
  }
1849
- .e-bigger .e-pivotview .e-grouping-bar,
1850
- .e-bigger.e-pivotview .e-grouping-bar {
1851
- /* stylelint-enable */
1852
- }
1853
1779
  .e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
1854
1780
  .e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
1855
1781
  height: 36px !important;
@@ -1890,7 +1816,6 @@
1890
1816
  .e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
1891
1817
  .e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,
1892
1818
  .e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
1893
- /* stylelint-disable */
1894
1819
  font-size: 14px !important;
1895
1820
  height: 20px;
1896
1821
  margin-top: 0;
@@ -2007,15 +1932,8 @@
2007
1932
  }
2008
1933
  .e-bigger .e-pivotview .e-rowcell,
2009
1934
  .e-bigger.e-pivotview .e-rowcell {
2010
- /* stylelint-disable */
2011
1935
  font-size: 13px !important;
2012
1936
  }
2013
- .e-bigger .e-pivotview.e-rtl,
2014
- .e-bigger.e-pivotview.e-rtl {
2015
- /* stylelint-enable */
2016
- /* stylelint-disable */
2017
- /* stylelint-enable */
2018
- }
2019
1937
  .e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
2020
1938
  .e-bigger.e-pivotview.e-rtl .e-grid .e-rowsheader {
2021
1939
  padding-right: 10px !important;
@@ -1,5 +1 @@
1
- @import 'ej2-base/styles/bootstrap-dark-definition.scss';
2
- @import '../pivotfieldlist/bootstrap-dark-definition.scss';
3
- @import 'bootstrap-dark-definition.scss';
4
- @import 'icons/bootstrap-dark.scss';
5
- @import 'all.scss';
1
+ @import 'ej2-pivotview/styles/pivotview/bootstrap-dark.scss';
@@ -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;
@@ -1105,18 +1063,12 @@
1105
1063
  }
1106
1064
  .e-pivotview .e-rowcell {
1107
1065
  opacity: 1;
1108
- /* stylelint-disable */
1109
- /* stylelint-enable */
1110
1066
  }
1111
1067
  .e-pivotview .e-rowcell .e-cellvalue {
1112
1068
  -webkit-user-select: none;
1113
1069
  -ms-user-select: none;
1114
1070
  user-select: none;
1115
1071
  }
1116
- .e-pivotview .e-grouping-bar {
1117
- /* stylelint-disable */
1118
- /* stylelint-enable */
1119
- }
1120
1072
  .e-pivotview .e-grouping-bar .e-right-axis-fields {
1121
1073
  -ms-flex: auto;
1122
1074
  flex: auto;
@@ -1242,9 +1194,7 @@
1242
1194
  border: 1px solid #e6e6e6;
1243
1195
  border-radius: 4px;
1244
1196
  box-shadow: none;
1245
- /* stylelint-disable */
1246
1197
  color: #333 !important;
1247
- /* stylelint-enable */
1248
1198
  cursor: default;
1249
1199
  display: -ms-flexbox;
1250
1200
  display: flex;
@@ -1255,8 +1205,6 @@
1255
1205
  text-transform: none;
1256
1206
  vertical-align: bottom;
1257
1207
  z-index: 1;
1258
- /* stylelint-disable */
1259
- /* stylelint-enable */
1260
1208
  }
1261
1209
  .e-pivotview .e-grouping-bar .e-pivot-button.e-list-selected,
1262
1210
  .e-pivotview .e-group-rows .e-pivot-button.e-list-selected {
@@ -1593,12 +1541,6 @@
1593
1541
  .e-pivotview .e-expand::before {
1594
1542
  font-size: 10px;
1595
1543
  }
1596
- .e-pivotview.e-rtl {
1597
- /* stylelint-disable */
1598
- /* stylelint-enable */
1599
- /* stylelint-disable */
1600
- /* stylelint-enable */
1601
- }
1602
1544
  .e-pivotview.e-rtl .e-expand::before,
1603
1545
  .e-pivotview.e-rtl .e-collapse::before {
1604
1546
  margin-left: 0;
@@ -1670,10 +1612,8 @@
1670
1612
  padding-right: 8px;
1671
1613
  }
1672
1614
  .e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div {
1673
- /* stylelint-disable */
1674
1615
  padding-left: 8px;
1675
1616
  padding-right: 0;
1676
- /* stylelint-enable */
1677
1617
  }
1678
1618
  .e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content {
1679
1619
  margin-left: 4px;
@@ -1696,9 +1636,6 @@
1696
1636
  .e-pivotview.e-rtl .e-sortfilterdiv {
1697
1637
  float: left;
1698
1638
  }
1699
- .e-pivotview.e-device .e-grouping-bar {
1700
- /* stylelint-disable */
1701
- }
1702
1639
  .e-pivotview.e-device .e-grouping-bar .e-pivot-button {
1703
1640
  line-height: 1em !important;
1704
1641
  }
@@ -1776,13 +1713,6 @@
1776
1713
  margin-right: 5px;
1777
1714
  }
1778
1715
 
1779
- .e-bigger .e-pivotview,
1780
- .e-bigger.e-pivotview {
1781
- /* stylelint-disable */
1782
- /* stylelint-enable */
1783
- /* stylelint-disable */
1784
- /* stylelint-enable */
1785
- }
1786
1716
  .e-bigger .e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown,
1787
1717
  .e-bigger.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-values-drodown {
1788
1718
  margin: 5px;
@@ -1845,10 +1775,6 @@
1845
1775
  .e-bigger.e-pivotview th .e-collapse {
1846
1776
  margin-top: 6px;
1847
1777
  }
1848
- .e-bigger .e-pivotview .e-grouping-bar,
1849
- .e-bigger.e-pivotview .e-grouping-bar {
1850
- /* stylelint-enable */
1851
- }
1852
1778
  .e-bigger .e-pivotview .e-grouping-bar .e-all-fields-axis,
1853
1779
  .e-bigger.e-pivotview .e-grouping-bar .e-all-fields-axis {
1854
1780
  height: 36px !important;
@@ -1889,7 +1815,6 @@
1889
1815
  .e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered,
1890
1816
  .e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove,
1891
1817
  .e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
1892
- /* stylelint-disable */
1893
1818
  font-size: 14px !important;
1894
1819
  height: 20px;
1895
1820
  margin-top: 1px;
@@ -2006,15 +1931,8 @@
2006
1931
  }
2007
1932
  .e-bigger .e-pivotview .e-rowcell,
2008
1933
  .e-bigger.e-pivotview .e-rowcell {
2009
- /* stylelint-disable */
2010
1934
  font-size: 13px !important;
2011
1935
  }
2012
- .e-bigger .e-pivotview.e-rtl,
2013
- .e-bigger.e-pivotview.e-rtl {
2014
- /* stylelint-enable */
2015
- /* stylelint-disable */
2016
- /* stylelint-enable */
2017
- }
2018
1936
  .e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader,
2019
1937
  .e-bigger.e-pivotview.e-rtl .e-grid .e-rowsheader {
2020
1938
  padding-right: 10px !important;
@@ -1,5 +1 @@
1
- @import 'ej2-base/styles/bootstrap-definition.scss';
2
- @import '../pivotfieldlist/bootstrap-definition.scss';
3
- @import 'bootstrap-definition.scss';
4
- @import 'icons/bootstrap.scss';
5
- @import 'all.scss';
1
+ @import 'ej2-pivotview/styles/pivotview/bootstrap.scss';