@syncfusion/ej2-angular-pivotview 21.2.6 → 21.2.8-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.
- package/@syncfusion/ej2-angular-pivotview.es5.js +439 -0
- package/@syncfusion/ej2-angular-pivotview.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-pivotview.js +409 -0
- package/@syncfusion/ej2-angular-pivotview.js.map +1 -0
- package/CHANGELOG.md +897 -0
- package/dist/ej2-angular-pivotview.umd.js +706 -0
- package/dist/ej2-angular-pivotview.umd.js.map +1 -0
- package/dist/ej2-angular-pivotview.umd.min.js +11 -0
- package/dist/ej2-angular-pivotview.umd.min.js.map +1 -0
- package/ej2-angular-pivotview.d.ts +6 -0
- package/ej2-angular-pivotview.metadata.json +1 -0
- package/package.json +13 -27
- package/postinstall/tagchange.js +18 -0
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/pivotfieldlist/pivotfieldlist-all.module.d.ts +0 -6
- package/src/pivotfieldlist/pivotfieldlist.component.d.ts +0 -3
- package/src/pivotfieldlist/pivotfieldlist.module.d.ts +0 -6
- package/src/pivotview/pivotview-all.module.d.ts +0 -6
- package/src/pivotview/pivotview.component.d.ts +0 -3
- package/src/pivotview/pivotview.module.d.ts +0 -6
- package/styles/bootstrap-dark.css +2 -2
- package/styles/bootstrap.css +2 -2
- package/styles/bootstrap4.css +2 -2
- package/styles/bootstrap5-dark.css +2 -2
- package/styles/bootstrap5.css +2 -2
- package/styles/fabric-dark.css +2 -2
- package/styles/fabric.css +2 -2
- package/styles/fluent-dark.css +2 -2
- package/styles/fluent.css +2 -2
- package/styles/highcontrast-light.css +2 -2
- package/styles/highcontrast.css +2 -2
- package/styles/material-dark.css +2 -2
- package/styles/material.css +2 -2
- package/styles/pivotfieldlist/bootstrap-dark.css +1 -0
- package/styles/pivotfieldlist/bootstrap-dark.scss +1 -4
- package/styles/pivotfieldlist/bootstrap.css +1 -0
- package/styles/pivotfieldlist/bootstrap.scss +1 -4
- package/styles/pivotfieldlist/bootstrap4.css +1 -0
- package/styles/pivotfieldlist/bootstrap4.scss +1 -4
- package/styles/pivotfieldlist/bootstrap5-dark.css +1 -0
- package/styles/pivotfieldlist/bootstrap5-dark.scss +1 -4
- package/styles/pivotfieldlist/bootstrap5.css +1 -0
- package/styles/pivotfieldlist/bootstrap5.scss +1 -4
- package/styles/pivotfieldlist/fabric-dark.css +1 -0
- package/styles/pivotfieldlist/fabric-dark.scss +1 -4
- package/styles/pivotfieldlist/fabric.css +1 -0
- package/styles/pivotfieldlist/fabric.scss +1 -4
- package/styles/pivotfieldlist/fluent-dark.css +1 -0
- package/styles/pivotfieldlist/fluent-dark.scss +1 -4
- package/styles/pivotfieldlist/fluent.css +1 -0
- package/styles/pivotfieldlist/fluent.scss +1 -4
- package/styles/pivotfieldlist/highcontrast-light.css +1 -0
- package/styles/pivotfieldlist/highcontrast-light.scss +1 -4
- package/styles/pivotfieldlist/highcontrast.css +1 -0
- package/styles/pivotfieldlist/highcontrast.scss +1 -4
- package/styles/pivotfieldlist/material-dark.css +1 -0
- package/styles/pivotfieldlist/material-dark.scss +1 -4
- package/styles/pivotfieldlist/material.css +1 -0
- package/styles/pivotfieldlist/material.scss +1 -4
- package/styles/pivotfieldlist/tailwind-dark.css +1 -0
- package/styles/pivotfieldlist/tailwind-dark.scss +1 -4
- package/styles/pivotfieldlist/tailwind.css +1 -0
- package/styles/pivotfieldlist/tailwind.scss +1 -4
- package/styles/pivotview/bootstrap-dark.css +1 -2
- package/styles/pivotview/bootstrap-dark.scss +1 -5
- package/styles/pivotview/bootstrap.css +1 -2
- package/styles/pivotview/bootstrap.scss +1 -5
- package/styles/pivotview/bootstrap4.css +1 -2
- package/styles/pivotview/bootstrap4.scss +1 -5
- package/styles/pivotview/bootstrap5-dark.css +1 -2
- package/styles/pivotview/bootstrap5-dark.scss +1 -4
- package/styles/pivotview/bootstrap5.css +1 -2
- package/styles/pivotview/bootstrap5.scss +1 -5
- package/styles/pivotview/fabric-dark.css +1 -2
- package/styles/pivotview/fabric-dark.scss +1 -5
- package/styles/pivotview/fabric.css +1 -2
- package/styles/pivotview/fabric.scss +1 -5
- package/styles/pivotview/fluent-dark.css +1 -2
- package/styles/pivotview/fluent-dark.scss +1 -4
- package/styles/pivotview/fluent.css +1 -2
- package/styles/pivotview/fluent.scss +1 -5
- package/styles/pivotview/highcontrast-light.css +1 -2
- package/styles/pivotview/highcontrast-light.scss +1 -5
- package/styles/pivotview/highcontrast.css +1 -2
- package/styles/pivotview/highcontrast.scss +1 -5
- package/styles/pivotview/material-dark.css +1 -2
- package/styles/pivotview/material-dark.scss +1 -5
- package/styles/pivotview/material.css +1 -2
- package/styles/pivotview/material.scss +1 -5
- package/styles/pivotview/tailwind-dark.css +1 -2
- package/styles/pivotview/tailwind-dark.scss +1 -4
- package/styles/pivotview/tailwind.css +1 -2
- package/styles/pivotview/tailwind.scss +1 -5
- package/styles/tailwind-dark.css +2 -2
- package/styles/tailwind.css +2 -2
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/index.mjs +0 -8
- package/esm2020/src/pivotfieldlist/pivotfieldlist-all.module.mjs +0 -23
- package/esm2020/src/pivotfieldlist/pivotfieldlist.component.mjs +0 -66
- package/esm2020/src/pivotfieldlist/pivotfieldlist.module.mjs +0 -25
- package/esm2020/src/pivotview/pivotview-all.module.mjs +0 -65
- package/esm2020/src/pivotview/pivotview.component.mjs +0 -163
- package/esm2020/src/pivotview/pivotview.module.mjs +0 -25
- package/esm2020/syncfusion-ej2-angular-pivotview.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-pivotview.mjs +0 -353
- package/fesm2015/syncfusion-ej2-angular-pivotview.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-pivotview.mjs +0 -353
- package/fesm2020/syncfusion-ej2-angular-pivotview.mjs.map +0 -1
- package/styles/pivotfieldlist/_all.scss +0 -2
- package/styles/pivotfieldlist/_bootstrap-dark-definition.scss +0 -238
- package/styles/pivotfieldlist/_bootstrap-definition.scss +0 -194
- package/styles/pivotfieldlist/_bootstrap4-definition.scss +0 -194
- package/styles/pivotfieldlist/_bootstrap5-dark-definition.scss +0 -1
- package/styles/pivotfieldlist/_bootstrap5-definition.scss +0 -198
- package/styles/pivotfieldlist/_fabric-dark-definition.scss +0 -200
- package/styles/pivotfieldlist/_fabric-definition.scss +0 -194
- package/styles/pivotfieldlist/_fluent-dark-definition.scss +0 -1
- package/styles/pivotfieldlist/_fluent-definition.scss +0 -198
- package/styles/pivotfieldlist/_fusionnew-definition.scss +0 -197
- package/styles/pivotfieldlist/_highcontrast-definition.scss +0 -195
- package/styles/pivotfieldlist/_highcontrast-light-definition.scss +0 -195
- package/styles/pivotfieldlist/_layout.scss +0 -1985
- package/styles/pivotfieldlist/_material-dark-definition.scss +0 -195
- package/styles/pivotfieldlist/_material-definition.scss +0 -195
- package/styles/pivotfieldlist/_tailwind-dark-definition.scss +0 -1
- package/styles/pivotfieldlist/_tailwind-definition.scss +0 -198
- package/styles/pivotfieldlist/_theme.scss +0 -1990
- package/styles/pivotfieldlist/icons/_bootstrap-dark.scss +0 -359
- package/styles/pivotfieldlist/icons/_bootstrap.scss +0 -359
- package/styles/pivotfieldlist/icons/_bootstrap4.scss +0 -359
- package/styles/pivotfieldlist/icons/_bootstrap5-dark.scss +0 -1
- package/styles/pivotfieldlist/icons/_bootstrap5.scss +0 -358
- package/styles/pivotfieldlist/icons/_fabric-dark.scss +0 -359
- package/styles/pivotfieldlist/icons/_fabric.scss +0 -359
- package/styles/pivotfieldlist/icons/_fluent-dark.scss +0 -1
- package/styles/pivotfieldlist/icons/_fluent.scss +0 -358
- package/styles/pivotfieldlist/icons/_fusionnew.scss +0 -353
- package/styles/pivotfieldlist/icons/_highcontrast-light.scss +0 -358
- package/styles/pivotfieldlist/icons/_highcontrast.scss +0 -358
- package/styles/pivotfieldlist/icons/_material-dark.scss +0 -359
- package/styles/pivotfieldlist/icons/_material.scss +0 -358
- package/styles/pivotfieldlist/icons/_material3.scss +0 -353
- package/styles/pivotfieldlist/icons/_tailwind-dark.scss +0 -357
- package/styles/pivotfieldlist/icons/_tailwind.scss +0 -357
- package/styles/pivotview/_all.scss +0 -2
- package/styles/pivotview/_bootstrap-dark-definition.scss +0 -164
- package/styles/pivotview/_bootstrap-definition.scss +0 -161
- package/styles/pivotview/_bootstrap4-definition.scss +0 -161
- package/styles/pivotview/_bootstrap5-dark-definition.scss +0 -1
- package/styles/pivotview/_bootstrap5-definition.scss +0 -166
- package/styles/pivotview/_fabric-dark-definition.scss +0 -163
- package/styles/pivotview/_fabric-definition.scss +0 -160
- package/styles/pivotview/_fluent-dark-definition.scss +0 -1
- package/styles/pivotview/_fluent-definition.scss +0 -166
- package/styles/pivotview/_fusionnew-definition.scss +0 -166
- package/styles/pivotview/_highcontrast-definition.scss +0 -159
- package/styles/pivotview/_highcontrast-light-definition.scss +0 -160
- package/styles/pivotview/_layout.scss +0 -1118
- package/styles/pivotview/_material-dark-definition.scss +0 -167
- package/styles/pivotview/_material-definition.scss +0 -163
- package/styles/pivotview/_tailwind-dark-definition.scss +0 -1
- package/styles/pivotview/_tailwind-definition.scss +0 -166
- package/styles/pivotview/_theme.scss +0 -2026
- package/styles/pivotview/icons/_bootstrap-dark.scss +0 -184
- package/styles/pivotview/icons/_bootstrap.scss +0 -184
- package/styles/pivotview/icons/_bootstrap4.scss +0 -184
- package/styles/pivotview/icons/_bootstrap5-dark.scss +0 -1
- package/styles/pivotview/icons/_bootstrap5.scss +0 -183
- package/styles/pivotview/icons/_fabric-dark.scss +0 -184
- package/styles/pivotview/icons/_fabric.scss +0 -184
- package/styles/pivotview/icons/_fluent-dark.scss +0 -1
- package/styles/pivotview/icons/_fluent.scss +0 -183
- package/styles/pivotview/icons/_fusionnew.scss +0 -183
- package/styles/pivotview/icons/_highcontrast-light.scss +0 -183
- package/styles/pivotview/icons/_highcontrast.scss +0 -183
- package/styles/pivotview/icons/_material-dark.scss +0 -184
- package/styles/pivotview/icons/_material.scss +0 -184
- package/styles/pivotview/icons/_material3.scss +0 -183
- package/styles/pivotview/icons/_tailwind-dark.scss +0 -183
- package/styles/pivotview/icons/_tailwind.scss +0 -183
- package/syncfusion-ej2-angular-pivotview.d.ts +0 -5
package/styles/bootstrap5.css
CHANGED
|
@@ -945,8 +945,7 @@
|
|
|
945
945
|
.e-pivotview .e-member-editor-dialog,
|
|
946
946
|
.e-pivotview .e-olap-editor-dialog {
|
|
947
947
|
min-height: 350px !important;
|
|
948
|
-
min-width:
|
|
949
|
-
visibility: hidden;
|
|
948
|
+
min-width: 320px !important;
|
|
950
949
|
}
|
|
951
950
|
.e-pivotview .e-member-editor-dialog .e-toolbar .e-toolbar-items {
|
|
952
951
|
margin-left: 20px;
|
|
@@ -4109,6 +4108,7 @@
|
|
|
4109
4108
|
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-field-name-text-container .e-field-name-title {
|
|
4110
4109
|
-ms-flex: none;
|
|
4111
4110
|
flex: none;
|
|
4111
|
+
white-space: pre;
|
|
4112
4112
|
}
|
|
4113
4113
|
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-field-name-text-container .e-field-name-content {
|
|
4114
4114
|
-ms-flex: auto;
|
package/styles/fabric-dark.css
CHANGED
|
@@ -949,8 +949,7 @@
|
|
|
949
949
|
.e-pivotview .e-member-editor-dialog,
|
|
950
950
|
.e-pivotview .e-olap-editor-dialog {
|
|
951
951
|
min-height: 350px !important;
|
|
952
|
-
min-width:
|
|
953
|
-
visibility: hidden;
|
|
952
|
+
min-width: 320px !important;
|
|
954
953
|
}
|
|
955
954
|
.e-pivotview .e-member-editor-dialog .e-toolbar .e-toolbar-items {
|
|
956
955
|
margin-left: 12px;
|
|
@@ -4009,6 +4008,7 @@
|
|
|
4009
4008
|
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-field-name-text-container .e-field-name-title {
|
|
4010
4009
|
-ms-flex: none;
|
|
4011
4010
|
flex: none;
|
|
4011
|
+
white-space: pre;
|
|
4012
4012
|
}
|
|
4013
4013
|
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-field-name-text-container .e-field-name-content {
|
|
4014
4014
|
-ms-flex: auto;
|
package/styles/fabric.css
CHANGED
|
@@ -954,8 +954,7 @@
|
|
|
954
954
|
.e-pivotview .e-member-editor-dialog,
|
|
955
955
|
.e-pivotview .e-olap-editor-dialog {
|
|
956
956
|
min-height: 350px !important;
|
|
957
|
-
min-width:
|
|
958
|
-
visibility: hidden;
|
|
957
|
+
min-width: 320px !important;
|
|
959
958
|
}
|
|
960
959
|
.e-pivotview .e-member-editor-dialog .e-toolbar .e-toolbar-items {
|
|
961
960
|
margin-left: 12px;
|
|
@@ -4011,6 +4010,7 @@
|
|
|
4011
4010
|
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-field-name-text-container .e-field-name-title {
|
|
4012
4011
|
-ms-flex: none;
|
|
4013
4012
|
flex: none;
|
|
4013
|
+
white-space: pre;
|
|
4014
4014
|
}
|
|
4015
4015
|
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-field-name-text-container .e-field-name-content {
|
|
4016
4016
|
-ms-flex: auto;
|
package/styles/fluent-dark.css
CHANGED
|
@@ -968,8 +968,7 @@
|
|
|
968
968
|
.e-pivotview .e-member-editor-dialog,
|
|
969
969
|
.e-pivotview .e-olap-editor-dialog {
|
|
970
970
|
min-height: 350px !important;
|
|
971
|
-
min-width:
|
|
972
|
-
visibility: hidden;
|
|
971
|
+
min-width: 320px !important;
|
|
973
972
|
}
|
|
974
973
|
.e-pivotview .e-member-editor-dialog .e-toolbar .e-toolbar-items {
|
|
975
974
|
margin-left: 20px;
|
|
@@ -4096,6 +4095,7 @@
|
|
|
4096
4095
|
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-field-name-text-container .e-field-name-title {
|
|
4097
4096
|
-ms-flex: none;
|
|
4098
4097
|
flex: none;
|
|
4098
|
+
white-space: pre;
|
|
4099
4099
|
}
|
|
4100
4100
|
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-field-name-text-container .e-field-name-content {
|
|
4101
4101
|
-ms-flex: auto;
|
package/styles/fluent.css
CHANGED
|
@@ -970,8 +970,7 @@
|
|
|
970
970
|
.e-pivotview .e-member-editor-dialog,
|
|
971
971
|
.e-pivotview .e-olap-editor-dialog {
|
|
972
972
|
min-height: 350px !important;
|
|
973
|
-
min-width:
|
|
974
|
-
visibility: hidden;
|
|
973
|
+
min-width: 320px !important;
|
|
975
974
|
}
|
|
976
975
|
.e-pivotview .e-member-editor-dialog .e-toolbar .e-toolbar-items {
|
|
977
976
|
margin-left: 20px;
|
|
@@ -4098,6 +4097,7 @@
|
|
|
4098
4097
|
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-field-name-text-container .e-field-name-title {
|
|
4099
4098
|
-ms-flex: none;
|
|
4100
4099
|
flex: none;
|
|
4100
|
+
white-space: pre;
|
|
4101
4101
|
}
|
|
4102
4102
|
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-field-name-text-container .e-field-name-content {
|
|
4103
4103
|
-ms-flex: auto;
|
|
@@ -944,8 +944,7 @@
|
|
|
944
944
|
.e-pivotview .e-member-editor-dialog,
|
|
945
945
|
.e-pivotview .e-olap-editor-dialog {
|
|
946
946
|
min-height: 350px !important;
|
|
947
|
-
min-width:
|
|
948
|
-
visibility: hidden;
|
|
947
|
+
min-width: 320px !important;
|
|
949
948
|
}
|
|
950
949
|
.e-pivotview .e-member-editor-dialog .e-toolbar .e-toolbar-items {
|
|
951
950
|
margin-left: 10px;
|
|
@@ -4004,6 +4003,7 @@
|
|
|
4004
4003
|
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-field-name-text-container .e-field-name-title {
|
|
4005
4004
|
-ms-flex: none;
|
|
4006
4005
|
flex: none;
|
|
4006
|
+
white-space: pre;
|
|
4007
4007
|
}
|
|
4008
4008
|
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-field-name-text-container .e-field-name-content {
|
|
4009
4009
|
-ms-flex: auto;
|
package/styles/highcontrast.css
CHANGED
|
@@ -944,8 +944,7 @@
|
|
|
944
944
|
.e-pivotview .e-member-editor-dialog,
|
|
945
945
|
.e-pivotview .e-olap-editor-dialog {
|
|
946
946
|
min-height: 350px !important;
|
|
947
|
-
min-width:
|
|
948
|
-
visibility: hidden;
|
|
947
|
+
min-width: 320px !important;
|
|
949
948
|
}
|
|
950
949
|
.e-pivotview .e-member-editor-dialog .e-toolbar .e-toolbar-items {
|
|
951
950
|
margin-left: 10px;
|
|
@@ -4004,6 +4003,7 @@
|
|
|
4004
4003
|
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-field-name-text-container .e-field-name-title {
|
|
4005
4004
|
-ms-flex: none;
|
|
4006
4005
|
flex: none;
|
|
4006
|
+
white-space: pre;
|
|
4007
4007
|
}
|
|
4008
4008
|
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-field-name-text-container .e-field-name-content {
|
|
4009
4009
|
-ms-flex: auto;
|
package/styles/material-dark.css
CHANGED
|
@@ -940,8 +940,7 @@
|
|
|
940
940
|
.e-pivotview .e-member-editor-dialog,
|
|
941
941
|
.e-pivotview .e-olap-editor-dialog {
|
|
942
942
|
min-height: 350px !important;
|
|
943
|
-
min-width:
|
|
944
|
-
visibility: hidden;
|
|
943
|
+
min-width: 320px !important;
|
|
945
944
|
}
|
|
946
945
|
.e-pivotview .e-member-editor-dialog .e-toolbar .e-toolbar-items {
|
|
947
946
|
margin-left: 20px;
|
|
@@ -4004,6 +4003,7 @@
|
|
|
4004
4003
|
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-field-name-text-container .e-field-name-title {
|
|
4005
4004
|
-ms-flex: none;
|
|
4006
4005
|
flex: none;
|
|
4006
|
+
white-space: pre;
|
|
4007
4007
|
}
|
|
4008
4008
|
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-field-name-text-container .e-field-name-content {
|
|
4009
4009
|
-ms-flex: auto;
|
package/styles/material.css
CHANGED
|
@@ -941,8 +941,7 @@
|
|
|
941
941
|
.e-pivotview .e-member-editor-dialog,
|
|
942
942
|
.e-pivotview .e-olap-editor-dialog {
|
|
943
943
|
min-height: 350px !important;
|
|
944
|
-
min-width:
|
|
945
|
-
visibility: hidden;
|
|
944
|
+
min-width: 320px !important;
|
|
946
945
|
}
|
|
947
946
|
.e-pivotview .e-member-editor-dialog .e-toolbar .e-toolbar-items {
|
|
948
947
|
margin-left: 20px;
|
|
@@ -4004,6 +4003,7 @@
|
|
|
4004
4003
|
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-field-name-text-container .e-field-name-title {
|
|
4005
4004
|
-ms-flex: none;
|
|
4006
4005
|
flex: none;
|
|
4006
|
+
white-space: pre;
|
|
4007
4007
|
}
|
|
4008
4008
|
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-field-name-text-container .e-field-name-content {
|
|
4009
4009
|
-ms-flex: auto;
|
|
@@ -1290,6 +1290,7 @@
|
|
|
1290
1290
|
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-field-name-text-container .e-field-name-title {
|
|
1291
1291
|
-ms-flex: none;
|
|
1292
1292
|
flex: none;
|
|
1293
|
+
white-space: pre;
|
|
1293
1294
|
}
|
|
1294
1295
|
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-field-name-text-container .e-field-name-content {
|
|
1295
1296
|
-ms-flex: auto;
|
|
@@ -1288,6 +1288,7 @@
|
|
|
1288
1288
|
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-field-name-text-container .e-field-name-title {
|
|
1289
1289
|
-ms-flex: none;
|
|
1290
1290
|
flex: none;
|
|
1291
|
+
white-space: pre;
|
|
1291
1292
|
}
|
|
1292
1293
|
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-field-name-text-container .e-field-name-content {
|
|
1293
1294
|
-ms-flex: auto;
|
|
@@ -1339,6 +1339,7 @@
|
|
|
1339
1339
|
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-field-name-text-container .e-field-name-title {
|
|
1340
1340
|
-ms-flex: none;
|
|
1341
1341
|
flex: none;
|
|
1342
|
+
white-space: pre;
|
|
1342
1343
|
}
|
|
1343
1344
|
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-field-name-text-container .e-field-name-content {
|
|
1344
1345
|
-ms-flex: auto;
|
|
@@ -1324,6 +1324,7 @@
|
|
|
1324
1324
|
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-field-name-text-container .e-field-name-title {
|
|
1325
1325
|
-ms-flex: none;
|
|
1326
1326
|
flex: none;
|
|
1327
|
+
white-space: pre;
|
|
1327
1328
|
}
|
|
1328
1329
|
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-field-name-text-container .e-field-name-content {
|
|
1329
1330
|
-ms-flex: auto;
|
|
@@ -1324,6 +1324,7 @@
|
|
|
1324
1324
|
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-field-name-text-container .e-field-name-title {
|
|
1325
1325
|
-ms-flex: none;
|
|
1326
1326
|
flex: none;
|
|
1327
|
+
white-space: pre;
|
|
1327
1328
|
}
|
|
1328
1329
|
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-field-name-text-container .e-field-name-content {
|
|
1329
1330
|
-ms-flex: auto;
|
|
@@ -1289,6 +1289,7 @@
|
|
|
1289
1289
|
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-field-name-text-container .e-field-name-title {
|
|
1290
1290
|
-ms-flex: none;
|
|
1291
1291
|
flex: none;
|
|
1292
|
+
white-space: pre;
|
|
1292
1293
|
}
|
|
1293
1294
|
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-field-name-text-container .e-field-name-content {
|
|
1294
1295
|
-ms-flex: auto;
|
|
@@ -1288,6 +1288,7 @@
|
|
|
1288
1288
|
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-field-name-text-container .e-field-name-title {
|
|
1289
1289
|
-ms-flex: none;
|
|
1290
1290
|
flex: none;
|
|
1291
|
+
white-space: pre;
|
|
1291
1292
|
}
|
|
1292
1293
|
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-field-name-text-container .e-field-name-content {
|
|
1293
1294
|
-ms-flex: auto;
|
|
@@ -1326,6 +1326,7 @@
|
|
|
1326
1326
|
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-field-name-text-container .e-field-name-title {
|
|
1327
1327
|
-ms-flex: none;
|
|
1328
1328
|
flex: none;
|
|
1329
|
+
white-space: pre;
|
|
1329
1330
|
}
|
|
1330
1331
|
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-field-name-text-container .e-field-name-content {
|
|
1331
1332
|
-ms-flex: auto;
|
|
@@ -1326,6 +1326,7 @@
|
|
|
1326
1326
|
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-field-name-text-container .e-field-name-title {
|
|
1327
1327
|
-ms-flex: none;
|
|
1328
1328
|
flex: none;
|
|
1329
|
+
white-space: pre;
|
|
1329
1330
|
}
|
|
1330
1331
|
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-field-name-text-container .e-field-name-content {
|
|
1331
1332
|
-ms-flex: auto;
|
|
@@ -1287,6 +1287,7 @@
|
|
|
1287
1287
|
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-field-name-text-container .e-field-name-title {
|
|
1288
1288
|
-ms-flex: none;
|
|
1289
1289
|
flex: none;
|
|
1290
|
+
white-space: pre;
|
|
1290
1291
|
}
|
|
1291
1292
|
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-field-name-text-container .e-field-name-content {
|
|
1292
1293
|
-ms-flex: auto;
|
|
@@ -1287,6 +1287,7 @@
|
|
|
1287
1287
|
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-field-name-text-container .e-field-name-title {
|
|
1288
1288
|
-ms-flex: none;
|
|
1289
1289
|
flex: none;
|
|
1290
|
+
white-space: pre;
|
|
1290
1291
|
}
|
|
1291
1292
|
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-field-name-text-container .e-field-name-content {
|
|
1292
1293
|
-ms-flex: auto;
|
|
@@ -1290,6 +1290,7 @@
|
|
|
1290
1290
|
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-field-name-text-container .e-field-name-title {
|
|
1291
1291
|
-ms-flex: none;
|
|
1292
1292
|
flex: none;
|
|
1293
|
+
white-space: pre;
|
|
1293
1294
|
}
|
|
1294
1295
|
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-field-name-text-container .e-field-name-content {
|
|
1295
1296
|
-ms-flex: auto;
|
|
@@ -1289,6 +1289,7 @@
|
|
|
1289
1289
|
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-field-name-text-container .e-field-name-title {
|
|
1290
1290
|
-ms-flex: none;
|
|
1291
1291
|
flex: none;
|
|
1292
|
+
white-space: pre;
|
|
1292
1293
|
}
|
|
1293
1294
|
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-field-name-text-container .e-field-name-content {
|
|
1294
1295
|
-ms-flex: auto;
|
|
@@ -1337,6 +1337,7 @@
|
|
|
1337
1337
|
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-field-name-text-container .e-field-name-title {
|
|
1338
1338
|
-ms-flex: none;
|
|
1339
1339
|
flex: none;
|
|
1340
|
+
white-space: pre;
|
|
1340
1341
|
}
|
|
1341
1342
|
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-field-name-text-container .e-field-name-content {
|
|
1342
1343
|
-ms-flex: auto;
|
|
@@ -1338,6 +1338,7 @@
|
|
|
1338
1338
|
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-field-name-text-container .e-field-name-title {
|
|
1339
1339
|
-ms-flex: none;
|
|
1340
1340
|
flex: none;
|
|
1341
|
+
white-space: pre;
|
|
1341
1342
|
}
|
|
1342
1343
|
.e-pivotfieldlist-container .e-value-field-settings .e-value-field-div-content .e-field-option-container .e-field-name-text-container .e-field-name-content {
|
|
1343
1344
|
-ms-flex: auto;
|
|
@@ -941,8 +941,7 @@
|
|
|
941
941
|
.e-pivotview .e-member-editor-dialog,
|
|
942
942
|
.e-pivotview .e-olap-editor-dialog {
|
|
943
943
|
min-height: 350px !important;
|
|
944
|
-
min-width:
|
|
945
|
-
visibility: hidden;
|
|
944
|
+
min-width: 320px !important;
|
|
946
945
|
}
|
|
947
946
|
.e-pivotview .e-member-editor-dialog .e-toolbar .e-toolbar-items {
|
|
948
947
|
margin-left: 15px;
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
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';
|
|
@@ -940,8 +940,7 @@
|
|
|
940
940
|
.e-pivotview .e-member-editor-dialog,
|
|
941
941
|
.e-pivotview .e-olap-editor-dialog {
|
|
942
942
|
min-height: 350px !important;
|
|
943
|
-
min-width:
|
|
944
|
-
visibility: hidden;
|
|
943
|
+
min-width: 320px !important;
|
|
945
944
|
}
|
|
946
945
|
.e-pivotview .e-member-editor-dialog .e-toolbar .e-toolbar-items {
|
|
947
946
|
margin-left: 15px;
|
|
@@ -995,8 +995,7 @@
|
|
|
995
995
|
.e-pivotview .e-member-editor-dialog,
|
|
996
996
|
.e-pivotview .e-olap-editor-dialog {
|
|
997
997
|
min-height: 350px !important;
|
|
998
|
-
min-width:
|
|
999
|
-
visibility: hidden;
|
|
998
|
+
min-width: 320px !important;
|
|
1000
999
|
}
|
|
1001
1000
|
.e-pivotview .e-member-editor-dialog .e-toolbar .e-toolbar-items {
|
|
1002
1001
|
margin-left: 12px;
|
|
@@ -943,8 +943,7 @@
|
|
|
943
943
|
.e-pivotview .e-member-editor-dialog,
|
|
944
944
|
.e-pivotview .e-olap-editor-dialog {
|
|
945
945
|
min-height: 350px !important;
|
|
946
|
-
min-width:
|
|
947
|
-
visibility: hidden;
|
|
946
|
+
min-width: 320px !important;
|
|
948
947
|
}
|
|
949
948
|
.e-pivotview .e-member-editor-dialog .e-toolbar .e-toolbar-items {
|
|
950
949
|
margin-left: 20px;
|
|
@@ -945,8 +945,7 @@
|
|
|
945
945
|
.e-pivotview .e-member-editor-dialog,
|
|
946
946
|
.e-pivotview .e-olap-editor-dialog {
|
|
947
947
|
min-height: 350px !important;
|
|
948
|
-
min-width:
|
|
949
|
-
visibility: hidden;
|
|
948
|
+
min-width: 320px !important;
|
|
950
949
|
}
|
|
951
950
|
.e-pivotview .e-member-editor-dialog .e-toolbar .e-toolbar-items {
|
|
952
951
|
margin-left: 20px;
|
|
@@ -949,8 +949,7 @@
|
|
|
949
949
|
.e-pivotview .e-member-editor-dialog,
|
|
950
950
|
.e-pivotview .e-olap-editor-dialog {
|
|
951
951
|
min-height: 350px !important;
|
|
952
|
-
min-width:
|
|
953
|
-
visibility: hidden;
|
|
952
|
+
min-width: 320px !important;
|
|
954
953
|
}
|
|
955
954
|
.e-pivotview .e-member-editor-dialog .e-toolbar .e-toolbar-items {
|
|
956
955
|
margin-left: 12px;
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
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';
|
|
@@ -954,8 +954,7 @@
|
|
|
954
954
|
.e-pivotview .e-member-editor-dialog,
|
|
955
955
|
.e-pivotview .e-olap-editor-dialog {
|
|
956
956
|
min-height: 350px !important;
|
|
957
|
-
min-width:
|
|
958
|
-
visibility: hidden;
|
|
957
|
+
min-width: 320px !important;
|
|
959
958
|
}
|
|
960
959
|
.e-pivotview .e-member-editor-dialog .e-toolbar .e-toolbar-items {
|
|
961
960
|
margin-left: 12px;
|
|
@@ -968,8 +968,7 @@
|
|
|
968
968
|
.e-pivotview .e-member-editor-dialog,
|
|
969
969
|
.e-pivotview .e-olap-editor-dialog {
|
|
970
970
|
min-height: 350px !important;
|
|
971
|
-
min-width:
|
|
972
|
-
visibility: hidden;
|
|
971
|
+
min-width: 320px !important;
|
|
973
972
|
}
|
|
974
973
|
.e-pivotview .e-member-editor-dialog .e-toolbar .e-toolbar-items {
|
|
975
974
|
margin-left: 20px;
|
|
@@ -970,8 +970,7 @@
|
|
|
970
970
|
.e-pivotview .e-member-editor-dialog,
|
|
971
971
|
.e-pivotview .e-olap-editor-dialog {
|
|
972
972
|
min-height: 350px !important;
|
|
973
|
-
min-width:
|
|
974
|
-
visibility: hidden;
|
|
973
|
+
min-width: 320px !important;
|
|
975
974
|
}
|
|
976
975
|
.e-pivotview .e-member-editor-dialog .e-toolbar .e-toolbar-items {
|
|
977
976
|
margin-left: 20px;
|
|
@@ -944,8 +944,7 @@
|
|
|
944
944
|
.e-pivotview .e-member-editor-dialog,
|
|
945
945
|
.e-pivotview .e-olap-editor-dialog {
|
|
946
946
|
min-height: 350px !important;
|
|
947
|
-
min-width:
|
|
948
|
-
visibility: hidden;
|
|
947
|
+
min-width: 320px !important;
|
|
949
948
|
}
|
|
950
949
|
.e-pivotview .e-member-editor-dialog .e-toolbar .e-toolbar-items {
|
|
951
950
|
margin-left: 10px;
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../pivotfieldlist/highcontrast-light-definition.scss';
|
|
3
|
-
@import 'highcontrast-light-definition.scss';
|
|
4
|
-
@import 'icons/highcontrast-light.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotview/highcontrast-light.scss';
|
|
@@ -944,8 +944,7 @@
|
|
|
944
944
|
.e-pivotview .e-member-editor-dialog,
|
|
945
945
|
.e-pivotview .e-olap-editor-dialog {
|
|
946
946
|
min-height: 350px !important;
|
|
947
|
-
min-width:
|
|
948
|
-
visibility: hidden;
|
|
947
|
+
min-width: 320px !important;
|
|
949
948
|
}
|
|
950
949
|
.e-pivotview .e-member-editor-dialog .e-toolbar .e-toolbar-items {
|
|
951
950
|
margin-left: 10px;
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../pivotfieldlist/highcontrast-definition.scss';
|
|
3
|
-
@import 'highcontrast-definition.scss';
|
|
4
|
-
@import 'icons/highcontrast.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotview/highcontrast.scss';
|