@syncfusion/ej2-angular-pivotview 22.2.9 → 22.2.10-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 +886 -0
- package/dist/ej2-angular-pivotview.umd.js +708 -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 +14 -28
- 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/fabric-dark.css +2 -2
- package/styles/fabric.css +2 -2
- package/styles/material-dark.css +2 -2
- package/styles/material.css +2 -2
- package/styles/material3-dark.css +56 -0
- package/styles/material3-dark.scss +0 -1
- package/styles/material3.css +111 -0
- package/styles/material3.scss +0 -1
- package/styles/pivotfieldlist/bootstrap-dark.scss +1 -4
- package/styles/pivotfieldlist/bootstrap.scss +1 -4
- package/styles/pivotfieldlist/bootstrap4.scss +1 -4
- package/styles/pivotfieldlist/bootstrap5-dark.scss +1 -4
- package/styles/pivotfieldlist/bootstrap5.scss +1 -4
- package/styles/pivotfieldlist/fabric-dark.scss +1 -4
- package/styles/pivotfieldlist/fabric.scss +1 -4
- package/styles/pivotfieldlist/fluent-dark.scss +1 -4
- package/styles/pivotfieldlist/fluent.scss +1 -4
- package/styles/pivotfieldlist/highcontrast-light.scss +1 -4
- package/styles/pivotfieldlist/highcontrast.scss +1 -4
- package/styles/pivotfieldlist/material-dark.scss +1 -4
- package/styles/pivotfieldlist/material.scss +1 -4
- package/styles/pivotfieldlist/material3-dark.scss +1 -4
- package/styles/pivotfieldlist/material3.scss +1 -4
- package/styles/pivotfieldlist/tailwind-dark.scss +1 -4
- package/styles/pivotfieldlist/tailwind.scss +1 -4
- package/styles/pivotview/bootstrap-dark.scss +1 -5
- package/styles/pivotview/bootstrap.scss +1 -5
- package/styles/pivotview/bootstrap4.scss +1 -5
- package/styles/pivotview/bootstrap5-dark.scss +1 -4
- package/styles/pivotview/bootstrap5.scss +1 -5
- package/styles/pivotview/fabric-dark.css +2 -2
- package/styles/pivotview/fabric-dark.scss +1 -5
- package/styles/pivotview/fabric.css +2 -2
- package/styles/pivotview/fabric.scss +1 -5
- package/styles/pivotview/fluent-dark.scss +1 -4
- package/styles/pivotview/fluent.scss +1 -5
- package/styles/pivotview/highcontrast-light.scss +1 -5
- package/styles/pivotview/highcontrast.scss +1 -5
- package/styles/pivotview/material-dark.css +2 -2
- package/styles/pivotview/material-dark.scss +1 -5
- package/styles/pivotview/material.css +2 -2
- package/styles/pivotview/material.scss +1 -5
- package/styles/pivotview/material3-dark.scss +1 -4
- package/styles/pivotview/material3.scss +1 -5
- package/styles/pivotview/tailwind-dark.scss +1 -4
- package/styles/pivotview/tailwind.scss +1 -5
- 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 -231
- package/styles/pivotfieldlist/_bootstrap-definition.scss +0 -213
- package/styles/pivotfieldlist/_bootstrap4-definition.scss +0 -213
- package/styles/pivotfieldlist/_bootstrap5-dark-definition.scss +0 -1
- package/styles/pivotfieldlist/_bootstrap5-definition.scss +0 -217
- package/styles/pivotfieldlist/_fabric-dark-definition.scss +0 -219
- package/styles/pivotfieldlist/_fabric-definition.scss +0 -213
- package/styles/pivotfieldlist/_fluent-dark-definition.scss +0 -1
- package/styles/pivotfieldlist/_fluent-definition.scss +0 -217
- package/styles/pivotfieldlist/_fusionnew-definition.scss +0 -216
- package/styles/pivotfieldlist/_highcontrast-definition.scss +0 -214
- package/styles/pivotfieldlist/_highcontrast-light-definition.scss +0 -214
- package/styles/pivotfieldlist/_layout.scss +0 -1958
- package/styles/pivotfieldlist/_material-dark-definition.scss +0 -214
- package/styles/pivotfieldlist/_material-definition.scss +0 -214
- package/styles/pivotfieldlist/_material3-dark-definition.scss +0 -1
- package/styles/pivotfieldlist/_material3-definition.scss +0 -224
- package/styles/pivotfieldlist/_tailwind-dark-definition.scss +0 -1
- package/styles/pivotfieldlist/_tailwind-definition.scss +0 -217
- package/styles/pivotfieldlist/_theme.scss +0 -1973
- 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-dark.scss +0 -1
- package/styles/pivotfieldlist/icons/_material3.scss +0 -357
- 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 -175
- package/styles/pivotview/_bootstrap-definition.scss +0 -172
- package/styles/pivotview/_bootstrap4-definition.scss +0 -172
- package/styles/pivotview/_bootstrap5-dark-definition.scss +0 -1
- package/styles/pivotview/_bootstrap5-definition.scss +0 -177
- package/styles/pivotview/_fabric-dark-definition.scss +0 -174
- package/styles/pivotview/_fabric-definition.scss +0 -171
- package/styles/pivotview/_fluent-dark-definition.scss +0 -1
- package/styles/pivotview/_fluent-definition.scss +0 -177
- package/styles/pivotview/_fusionnew-definition.scss +0 -177
- package/styles/pivotview/_highcontrast-definition.scss +0 -170
- package/styles/pivotview/_highcontrast-light-definition.scss +0 -171
- package/styles/pivotview/_layout.scss +0 -1158
- package/styles/pivotview/_material-dark-definition.scss +0 -178
- package/styles/pivotview/_material-definition.scss +0 -174
- package/styles/pivotview/_material3-dark-definition.scss +0 -1
- package/styles/pivotview/_material3-definition.scss +0 -180
- package/styles/pivotview/_tailwind-dark-definition.scss +0 -1
- package/styles/pivotview/_tailwind-definition.scss +0 -177
- package/styles/pivotview/_theme.scss +0 -1992
- 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-dark.scss +0 -1
- 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
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
|
|
2
|
+
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
|
|
2
3
|
:root {
|
|
3
4
|
--color-sf-black: 0, 0, 0;
|
|
4
5
|
--color-sf-white: 255, 255, 255;
|
|
@@ -2873,6 +2874,61 @@
|
|
|
2873
2874
|
background-size: 100% 200px;
|
|
2874
2875
|
}
|
|
2875
2876
|
|
|
2877
|
+
:root {
|
|
2878
|
+
--color-sf-black: 0, 0, 0;
|
|
2879
|
+
--color-sf-white: 255, 255, 255;
|
|
2880
|
+
--color-sf-primary: 208, 188, 255;
|
|
2881
|
+
--color-sf-primary-container: 79, 55, 139;
|
|
2882
|
+
--color-sf-secondary: 204, 194, 220;
|
|
2883
|
+
--color-sf-secondary-container: 74, 68, 88;
|
|
2884
|
+
--color-sf-tertiary: 239, 184, 200;
|
|
2885
|
+
--color-sf-tertiary-container: 99, 59, 72;
|
|
2886
|
+
--color-sf-surface: 28, 27, 31;
|
|
2887
|
+
--color-sf-surface-variant: 73, 69, 79;
|
|
2888
|
+
--color-sf-background: var(--color-sf-surface);
|
|
2889
|
+
--color-sf-on-primary: 55, 30, 115;
|
|
2890
|
+
--color-sf-on-primary-container: 234, 221, 255;
|
|
2891
|
+
--color-sf-on-secondary: 51, 45, 65;
|
|
2892
|
+
--color-sf-on-secondary-container: 232, 222, 248;
|
|
2893
|
+
--color-sf-on-tertiary: 73, 37, 50;
|
|
2894
|
+
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
2895
|
+
--color-sf-on-surface: 230, 225, 229;
|
|
2896
|
+
--color-sf-on-surface-variant: 202, 196, 208;
|
|
2897
|
+
--color-sf-on-background: 230, 225, 229;
|
|
2898
|
+
--color-sf-outline: 147, 143, 153;
|
|
2899
|
+
--color-sf-outline-variant: 68, 71, 70;
|
|
2900
|
+
--color-sf-shadow: 0, 0, 0;
|
|
2901
|
+
--color-sf-surface-tint-color: 208, 188, 255;
|
|
2902
|
+
--color-sf-inverse-surface: 230, 225, 229;
|
|
2903
|
+
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
2904
|
+
--color-sf-inverse-primary: 103, 80, 164;
|
|
2905
|
+
--color-sf-scrim: 0, 0, 0;
|
|
2906
|
+
--color-sf-error: 242, 184, 181;
|
|
2907
|
+
--color-sf-error-container: 140, 29, 24;
|
|
2908
|
+
--color-sf-on-error: 96, 20, 16;
|
|
2909
|
+
--color-sf-on-error-container: 249, 222, 220;
|
|
2910
|
+
--color-sf-success: 83, 202, 23;
|
|
2911
|
+
--color-sf-success-container: 22, 62, 2;
|
|
2912
|
+
--color-sf-on-success: 13, 39, 0;
|
|
2913
|
+
--color-sf-on-success-container: 183, 250, 150;
|
|
2914
|
+
--color-sf-info: 71, 172, 251;
|
|
2915
|
+
--color-sf-info-container: 0, 67, 120;
|
|
2916
|
+
--color-sf-on-info: 0, 51, 91;
|
|
2917
|
+
--color-sf-on-info-container: 173, 219, 255;
|
|
2918
|
+
--color-sf-warning: 245, 180, 130;
|
|
2919
|
+
--color-sf-warning-container: 123, 65, 0;
|
|
2920
|
+
--color-sf-on-warning: 99, 52, 0;
|
|
2921
|
+
--color-sf-on-warning-container: 255, 220, 193;
|
|
2922
|
+
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
2923
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
|
2924
|
+
--color-sf-success-text: 0, 0, 0;
|
|
2925
|
+
--color-sf-warning-text: 0, 0, 0;
|
|
2926
|
+
--color-sf-info-text: 0, 0, 0;
|
|
2927
|
+
--color-sf-danger-text: 0, 0, 0;
|
|
2928
|
+
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
2929
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
2930
|
+
}
|
|
2931
|
+
|
|
2876
2932
|
/*! component's theme wise override definitions and variables */
|
|
2877
2933
|
/*! component's common definitions and variables */
|
|
2878
2934
|
/*! field-list component icons */
|
package/styles/material3.css
CHANGED
|
@@ -2931,6 +2931,117 @@
|
|
|
2931
2931
|
background-size: 100% 200px;
|
|
2932
2932
|
}
|
|
2933
2933
|
|
|
2934
|
+
:root {
|
|
2935
|
+
--color-sf-black: 0, 0, 0;
|
|
2936
|
+
--color-sf-white: 255, 255, 255;
|
|
2937
|
+
--color-sf-primary: 103, 80, 164;
|
|
2938
|
+
--color-sf-primary-container: 234, 221, 255;
|
|
2939
|
+
--color-sf-secondary: 98, 91, 113;
|
|
2940
|
+
--color-sf-secondary-container: 232, 222, 248;
|
|
2941
|
+
--color-sf-tertiary: 125, 82, 96;
|
|
2942
|
+
--color-sf-tertiary-container: 255, 216, 228;
|
|
2943
|
+
--color-sf-surface: 255, 255, 255;
|
|
2944
|
+
--color-sf-surface-variant: 231, 224, 236;
|
|
2945
|
+
--color-sf-background: var(--color-sf-surface);
|
|
2946
|
+
--color-sf-on-primary: 255, 255, 255;
|
|
2947
|
+
--color-sf-on-primary-container: 33, 0, 94;
|
|
2948
|
+
--color-sf-on-secondary: 255, 255, 255;
|
|
2949
|
+
--color-sf-on-secondary-container: 30, 25, 43;
|
|
2950
|
+
--color-sf-on-tertiary: 255, 255, 255;
|
|
2951
|
+
--color-sf-on-tertiary-containe: 55, 11, 30;
|
|
2952
|
+
--color-sf-on-surface: 28, 27, 31;
|
|
2953
|
+
--color-sf-on-surface-variant: 73, 69, 78;
|
|
2954
|
+
--color-sf-on-background: 28, 27, 31;
|
|
2955
|
+
--color-sf-outline: 121, 116, 126;
|
|
2956
|
+
--color-sf-outline-variant: 196, 199, 197;
|
|
2957
|
+
--color-sf-shadow: 0, 0, 0;
|
|
2958
|
+
--color-sf-surface-tint-color: 103, 80, 164;
|
|
2959
|
+
--color-sf-inverse-surface: 49, 48, 51;
|
|
2960
|
+
--color-sf-inverse-on-surface: 244, 239, 244;
|
|
2961
|
+
--color-sf-inverse-primary: 208, 188, 255;
|
|
2962
|
+
--color-sf-scrim: 0, 0, 0;
|
|
2963
|
+
--color-sf-error: 179, 38, 30;
|
|
2964
|
+
--color-sf-error-container: 249, 222, 220;
|
|
2965
|
+
--color-sf-on-error: 255, 250, 250;
|
|
2966
|
+
--color-sf-on-error-container: 65, 14, 11;
|
|
2967
|
+
--color-sf-success: 32, 81, 7;
|
|
2968
|
+
--color-sf-success-container: 209, 255, 186;
|
|
2969
|
+
--color-sf-on-success: 244, 255, 239;
|
|
2970
|
+
--color-sf-on-success-container: 13, 39, 0;
|
|
2971
|
+
--color-sf-info: 1, 87, 155;
|
|
2972
|
+
--color-sf-info-container: 233, 245, 255;
|
|
2973
|
+
--color-sf-on-info: 250, 253, 255;
|
|
2974
|
+
--color-sf-on-info-container: 0, 51, 91;
|
|
2975
|
+
--color-sf-warning: 145, 76, 0;
|
|
2976
|
+
--color-sf-warning-container: 254, 236, 222;
|
|
2977
|
+
--color-sf-on-warning: 255, 255, 255;
|
|
2978
|
+
--color-sf-on-warning-container: 47, 21, 0;
|
|
2979
|
+
--color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
|
|
2980
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
|
|
2981
|
+
--color-sf-diagram-palette-background: --color-sf-white;
|
|
2982
|
+
--color-sf-success-text: 255, 255, 255;
|
|
2983
|
+
--color-sf-warning-text: 255, 255, 255;
|
|
2984
|
+
--color-sf-danger-text: 255, 255, 255;
|
|
2985
|
+
--color-sf-info-text: 255, 255, 255;
|
|
2986
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
|
|
2987
|
+
--color-sf-secondary-bg-color: var(--color-sf-surface);
|
|
2988
|
+
}
|
|
2989
|
+
|
|
2990
|
+
.e-dark-mode {
|
|
2991
|
+
--color-sf-black: 0, 0, 0;
|
|
2992
|
+
--color-sf-white: 255, 255, 255;
|
|
2993
|
+
--color-sf-primary: 208, 188, 255;
|
|
2994
|
+
--color-sf-primary-container: 79, 55, 139;
|
|
2995
|
+
--color-sf-secondary: 204, 194, 220;
|
|
2996
|
+
--color-sf-secondary-container: 74, 68, 88;
|
|
2997
|
+
--color-sf-tertiary: 239, 184, 200;
|
|
2998
|
+
--color-sf-tertiary-container: 99, 59, 72;
|
|
2999
|
+
--color-sf-surface: 28, 27, 31;
|
|
3000
|
+
--color-sf-surface-variant: 28, 27, 31;
|
|
3001
|
+
--color-sf-background: var(--color-sf-surface);
|
|
3002
|
+
--color-sf-on-primary: 55, 30, 115;
|
|
3003
|
+
--color-sf-on-primary-container: 234, 221, 255;
|
|
3004
|
+
--color-sf-on-secondary: 51, 45, 65;
|
|
3005
|
+
--color-sf-on-secondary-container: 232, 222, 248;
|
|
3006
|
+
--color-sf-on-tertiary: 73, 37, 50;
|
|
3007
|
+
--color-sf-on-tertiary-containe: 255, 216, 228;
|
|
3008
|
+
--color-sf-on-surface: 230, 225, 229;
|
|
3009
|
+
--color-sf-on-surface-variant: 202, 196, 208;
|
|
3010
|
+
--color-sf-on-background: 230, 225, 229;
|
|
3011
|
+
--color-sf-outline: 147, 143, 153;
|
|
3012
|
+
--color-sf-outline-variant: 68, 71, 70;
|
|
3013
|
+
--color-sf-shadow: 0, 0, 0;
|
|
3014
|
+
--color-sf-surface-tint-color: 208, 188, 255;
|
|
3015
|
+
--color-sf-inverse-surface: 230, 225, 229;
|
|
3016
|
+
--color-sf-inverse-on-surface: 49, 48, 51;
|
|
3017
|
+
--color-sf-inverse-primary: 103, 80, 164;
|
|
3018
|
+
--color-sf-scrim: 0, 0, 0;
|
|
3019
|
+
--color-sf-error: 242, 184, 181;
|
|
3020
|
+
--color-sf-error-container: 140, 29, 24;
|
|
3021
|
+
--color-sf-on-error: 96, 20, 16;
|
|
3022
|
+
--color-sf-on-error-container: 249, 222, 220;
|
|
3023
|
+
--color-sf-success: 83, 202, 23;
|
|
3024
|
+
--color-sf-success-container: 22, 62, 2;
|
|
3025
|
+
--color-sf-on-success: 13, 39, 0;
|
|
3026
|
+
--color-sf-on-success-container: 183, 250, 150;
|
|
3027
|
+
--color-sf-info: 71, 172, 251;
|
|
3028
|
+
--color-sf-info-container: 0, 67, 120;
|
|
3029
|
+
--color-sf-on-info: 0, 51, 91;
|
|
3030
|
+
--color-sf-on-info-container: 173, 219, 255;
|
|
3031
|
+
--color-sf-warning: 245, 180, 130;
|
|
3032
|
+
--color-sf-warning-container: 123, 65, 0;
|
|
3033
|
+
--color-sf-on-warning: 99, 52, 0;
|
|
3034
|
+
--color-sf-on-warning-container: 255, 220, 193;
|
|
3035
|
+
--color-sf-spreadsheet-gridline: 231, 224, 236;
|
|
3036
|
+
--color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
|
|
3037
|
+
--color-sf-success-text: 0, 0, 0;
|
|
3038
|
+
--color-sf-warning-text: 0, 0, 0;
|
|
3039
|
+
--color-sf-info-text: 0, 0, 0;
|
|
3040
|
+
--color-sf-danger-text: 0, 0, 0;
|
|
3041
|
+
--color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
|
|
3042
|
+
--color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
|
|
3043
|
+
}
|
|
3044
|
+
|
|
2934
3045
|
/*! component's theme wise override definitions and variables */
|
|
2935
3046
|
/*! component's common definitions and variables */
|
|
2936
3047
|
/*! field-list component icons */
|
package/styles/material3.scss
CHANGED
|
@@ -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';
|
|
@@ -582,7 +582,7 @@
|
|
|
582
582
|
font-size: 16px;
|
|
583
583
|
}
|
|
584
584
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
|
|
585
|
-
background-color: #
|
|
585
|
+
background-color: #282727;
|
|
586
586
|
border: none;
|
|
587
587
|
/* stylelint-disable */
|
|
588
588
|
}
|
|
@@ -645,7 +645,7 @@
|
|
|
645
645
|
}
|
|
646
646
|
|
|
647
647
|
.e-mdx-query-content {
|
|
648
|
-
background-color: #
|
|
648
|
+
background-color: #282727;
|
|
649
649
|
color: #dadada;
|
|
650
650
|
font-size: 14px;
|
|
651
651
|
font-weight: 500;
|
|
@@ -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';
|
|
@@ -582,7 +582,7 @@
|
|
|
582
582
|
font-size: 16px;
|
|
583
583
|
}
|
|
584
584
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
|
|
585
|
-
background-color: #
|
|
585
|
+
background-color: #f4f4f4;
|
|
586
586
|
border: none;
|
|
587
587
|
/* stylelint-disable */
|
|
588
588
|
}
|
|
@@ -645,7 +645,7 @@
|
|
|
645
645
|
}
|
|
646
646
|
|
|
647
647
|
.e-mdx-query-content {
|
|
648
|
-
background-color: #
|
|
648
|
+
background-color: #f4f4f4;
|
|
649
649
|
color: #333;
|
|
650
650
|
font-size: 14px;
|
|
651
651
|
font-weight: 500;
|
|
@@ -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';
|
|
@@ -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';
|
|
@@ -582,7 +582,7 @@
|
|
|
582
582
|
font-size: 16px;
|
|
583
583
|
}
|
|
584
584
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
|
|
585
|
-
background-color: #
|
|
585
|
+
background-color: #212121;
|
|
586
586
|
border: none;
|
|
587
587
|
/* stylelint-disable */
|
|
588
588
|
}
|
|
@@ -641,7 +641,7 @@
|
|
|
641
641
|
}
|
|
642
642
|
|
|
643
643
|
.e-mdx-query-content {
|
|
644
|
-
background-color: #
|
|
644
|
+
background-color: #212121;
|
|
645
645
|
color: rgba(255, 255, 255, 0.7);
|
|
646
646
|
font-size: 14px;
|
|
647
647
|
font-weight: 500;
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import '../pivotfieldlist/material-dark-definition.scss';
|
|
3
|
-
@import 'material-dark-definition.scss';
|
|
4
|
-
@import 'icons/material-dark.scss';
|
|
5
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-pivotview/styles/pivotview/material-dark.scss';
|
|
@@ -583,7 +583,7 @@
|
|
|
583
583
|
font-size: 16px;
|
|
584
584
|
}
|
|
585
585
|
.e-pivotview .e-pivot-toolbar .e-pivot-toolbar-menu {
|
|
586
|
-
background-color: #
|
|
586
|
+
background-color: #f5f5f5;
|
|
587
587
|
border: none;
|
|
588
588
|
/* stylelint-disable */
|
|
589
589
|
}
|
|
@@ -642,7 +642,7 @@
|
|
|
642
642
|
}
|
|
643
643
|
|
|
644
644
|
.e-mdx-query-content {
|
|
645
|
-
background-color: #
|
|
645
|
+
background-color: #f5f5f5;
|
|
646
646
|
color: #000;
|
|
647
647
|
font-size: 14px;
|
|
648
648
|
font-weight: 500;
|
package/esm2020/public_api.mjs
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
// Mapping root file for package generation
|
|
2
|
-
export * from './src/index';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3B1YmxpY19hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsMkNBQTJDO0FBQzNDLGNBQWMsYUFBYSxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLy8gTWFwcGluZyByb290IGZpbGUgZm9yIHBhY2thZ2UgZ2VuZXJhdGlvblxuZXhwb3J0ICogZnJvbSAnLi9zcmMvaW5kZXgnOyJdfQ==
|
package/esm2020/src/index.mjs
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export { PivotViewComponent } from './pivotview/pivotview.component';
|
|
2
|
-
export { PivotViewModule } from './pivotview/pivotview.module';
|
|
3
|
-
export { PivotViewAllModule, GroupingBarService, FieldListService, CalculatedFieldService, ConditionalFormattingService, VirtualScrollService, DrillThroughService, ToolbarService, PivotChartService, PDFExportService, ExcelExportService, NumberFormattingService, GroupingService, PagerService } from './pivotview/pivotview-all.module';
|
|
4
|
-
export { PivotFieldListComponent } from './pivotfieldlist/pivotfieldlist.component';
|
|
5
|
-
export { PivotFieldListModule } from './pivotfieldlist/pivotfieldlist.module';
|
|
6
|
-
export { PivotFieldListAllModule } from './pivotfieldlist/pivotfieldlist-all.module';
|
|
7
|
-
export * from '@syncfusion/ej2-pivotview';
|
|
8
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLGtCQUFrQixFQUFDLE1BQU0saUNBQWlDLENBQUM7QUFDcEUsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLDhCQUE4QixDQUFDO0FBQy9ELE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxrQkFBa0IsRUFBRSxnQkFBZ0IsRUFBRSxzQkFBc0IsRUFBRSw0QkFBNEIsRUFBRSxvQkFBb0IsRUFBRSxtQkFBbUIsRUFBRSxjQUFjLEVBQUUsaUJBQWlCLEVBQUUsZ0JBQWdCLEVBQUUsa0JBQWtCLEVBQUUsdUJBQXVCLEVBQUUsZUFBZSxFQUFFLFlBQVksRUFBRSxNQUFNLGtDQUFrQyxDQUFDO0FBQzlVLE9BQU8sRUFBRSx1QkFBdUIsRUFBQyxNQUFNLDJDQUEyQyxDQUFDO0FBQ25GLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLHdDQUF3QyxDQUFDO0FBQzlFLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLDRDQUE0QyxDQUFDO0FBQ3JGLGNBQWMsMkJBQTJCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgeyBQaXZvdFZpZXdDb21wb25lbnR9IGZyb20gJy4vcGl2b3R2aWV3L3Bpdm90dmlldy5jb21wb25lbnQnO1xuZXhwb3J0IHsgUGl2b3RWaWV3TW9kdWxlIH0gZnJvbSAnLi9waXZvdHZpZXcvcGl2b3R2aWV3Lm1vZHVsZSc7XG5leHBvcnQgeyBQaXZvdFZpZXdBbGxNb2R1bGUsIEdyb3VwaW5nQmFyU2VydmljZSwgRmllbGRMaXN0U2VydmljZSwgQ2FsY3VsYXRlZEZpZWxkU2VydmljZSwgQ29uZGl0aW9uYWxGb3JtYXR0aW5nU2VydmljZSwgVmlydHVhbFNjcm9sbFNlcnZpY2UsIERyaWxsVGhyb3VnaFNlcnZpY2UsIFRvb2xiYXJTZXJ2aWNlLCBQaXZvdENoYXJ0U2VydmljZSwgUERGRXhwb3J0U2VydmljZSwgRXhjZWxFeHBvcnRTZXJ2aWNlLCBOdW1iZXJGb3JtYXR0aW5nU2VydmljZSwgR3JvdXBpbmdTZXJ2aWNlLCBQYWdlclNlcnZpY2UgfSBmcm9tICcuL3Bpdm90dmlldy9waXZvdHZpZXctYWxsLm1vZHVsZSc7XG5leHBvcnQgeyBQaXZvdEZpZWxkTGlzdENvbXBvbmVudH0gZnJvbSAnLi9waXZvdGZpZWxkbGlzdC9waXZvdGZpZWxkbGlzdC5jb21wb25lbnQnO1xuZXhwb3J0IHsgUGl2b3RGaWVsZExpc3RNb2R1bGUgfSBmcm9tICcuL3Bpdm90ZmllbGRsaXN0L3Bpdm90ZmllbGRsaXN0Lm1vZHVsZSc7XG5leHBvcnQgeyBQaXZvdEZpZWxkTGlzdEFsbE1vZHVsZSB9IGZyb20gJy4vcGl2b3RmaWVsZGxpc3QvcGl2b3RmaWVsZGxpc3QtYWxsLm1vZHVsZSc7XG5leHBvcnQgKiBmcm9tICdAc3luY2Z1c2lvbi9lajItcGl2b3R2aWV3JzsiXX0=
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import { PivotFieldListModule } from './pivotfieldlist.module';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
/**
|
|
6
|
-
* NgModule definition for the PivotFieldList component with providers.
|
|
7
|
-
*/
|
|
8
|
-
export class PivotFieldListAllModule {
|
|
9
|
-
}
|
|
10
|
-
PivotFieldListAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: PivotFieldListAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
11
|
-
PivotFieldListAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: PivotFieldListAllModule, imports: [CommonModule, PivotFieldListModule], exports: [PivotFieldListModule] });
|
|
12
|
-
PivotFieldListAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: PivotFieldListAllModule, providers: [], imports: [[CommonModule, PivotFieldListModule], PivotFieldListModule] });
|
|
13
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: PivotFieldListAllModule, decorators: [{
|
|
14
|
-
type: NgModule,
|
|
15
|
-
args: [{
|
|
16
|
-
imports: [CommonModule, PivotFieldListModule],
|
|
17
|
-
exports: [
|
|
18
|
-
PivotFieldListModule
|
|
19
|
-
],
|
|
20
|
-
providers: []
|
|
21
|
-
}]
|
|
22
|
-
}] });
|
|
23
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGl2b3RmaWVsZGxpc3QtYWxsLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9waXZvdGZpZWxkbGlzdC9waXZvdGZpZWxkbGlzdC1hbGwubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQWlCLE1BQU0sZUFBZSxDQUFDO0FBQ3hELE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUUvQyxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQzs7QUFNL0Q7O0dBRUc7QUFVSCxNQUFNLE9BQU8sdUJBQXVCOztvSEFBdkIsdUJBQXVCO3FIQUF2Qix1QkFBdUIsWUFSdEIsWUFBWSxFQUFFLG9CQUFvQixhQUV4QyxvQkFBb0I7cUhBTWYsdUJBQXVCLGFBSnRCLEVBRVQsWUFOUSxDQUFDLFlBQVksRUFBRSxvQkFBb0IsQ0FBQyxFQUV6QyxvQkFBb0I7MkZBTWYsdUJBQXVCO2tCQVRuQyxRQUFRO21CQUFDO29CQUNOLE9BQU8sRUFBRSxDQUFDLFlBQVksRUFBRSxvQkFBb0IsQ0FBQztvQkFDN0MsT0FBTyxFQUFFO3dCQUNMLG9CQUFvQjtxQkFDdkI7b0JBQ0QsU0FBUyxFQUFDLEVBRVQ7aUJBQ0oiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSwgVmFsdWVQcm92aWRlciB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IFBpdm90RmllbGRMaXN0Q29tcG9uZW50IH0gZnJvbSAnLi9waXZvdGZpZWxkbGlzdC5jb21wb25lbnQnO1xuaW1wb3J0IHsgUGl2b3RGaWVsZExpc3RNb2R1bGUgfSBmcm9tICcuL3Bpdm90ZmllbGRsaXN0Lm1vZHVsZSc7XG5cblxuXG5cblxuLyoqXG4gKiBOZ01vZHVsZSBkZWZpbml0aW9uIGZvciB0aGUgUGl2b3RGaWVsZExpc3QgY29tcG9uZW50IHdpdGggcHJvdmlkZXJzLlxuICovXG5ATmdNb2R1bGUoe1xuICAgIGltcG9ydHM6IFtDb21tb25Nb2R1bGUsIFBpdm90RmllbGRMaXN0TW9kdWxlXSxcbiAgICBleHBvcnRzOiBbXG4gICAgICAgIFBpdm90RmllbGRMaXN0TW9kdWxlXG4gICAgXSxcbiAgICBwcm92aWRlcnM6W1xuICAgICAgICBcbiAgICBdXG59KVxuZXhwb3J0IGNsYXNzIFBpdm90RmllbGRMaXN0QWxsTW9kdWxlIHsgfSJdfQ==
|