@syncfusion/ej2-angular-pivotview 20.2.36 → 20.2.37-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 +665 -0
  6. package/dist/ej2-angular-pivotview.umd.js +662 -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 +20 -34
  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 +0 -3
  47. package/src/pivotview/pivotview.module.d.ts +0 -6
  48. package/styles/bootstrap-dark.css +29 -13
  49. package/styles/bootstrap.css +29 -13
  50. package/styles/bootstrap4.css +29 -13
  51. package/styles/bootstrap5-dark.css +67 -17
  52. package/styles/bootstrap5.css +67 -17
  53. package/styles/fabric-dark.css +29 -13
  54. package/styles/fabric.css +29 -13
  55. package/styles/fluent-dark.css +33 -15
  56. package/styles/fluent.css +33 -15
  57. package/styles/highcontrast-light.css +29 -13
  58. package/styles/highcontrast.css +29 -13
  59. package/styles/material-dark.css +29 -13
  60. package/styles/material.css +29 -13
  61. package/styles/pivotfieldlist/bootstrap-dark.css +17 -6
  62. package/styles/pivotfieldlist/bootstrap-dark.scss +1 -4
  63. package/styles/pivotfieldlist/bootstrap.css +17 -6
  64. package/styles/pivotfieldlist/bootstrap.scss +1 -4
  65. package/styles/pivotfieldlist/bootstrap4.css +17 -6
  66. package/styles/pivotfieldlist/bootstrap4.scss +1 -4
  67. package/styles/pivotfieldlist/bootstrap5-dark.css +17 -6
  68. package/styles/pivotfieldlist/bootstrap5-dark.scss +1 -4
  69. package/styles/pivotfieldlist/bootstrap5.css +17 -6
  70. package/styles/pivotfieldlist/bootstrap5.scss +1 -4
  71. package/styles/pivotfieldlist/fabric-dark.css +17 -6
  72. package/styles/pivotfieldlist/fabric-dark.scss +1 -4
  73. package/styles/pivotfieldlist/fabric.css +17 -6
  74. package/styles/pivotfieldlist/fabric.scss +1 -4
  75. package/styles/pivotfieldlist/fluent-dark.css +17 -6
  76. package/styles/pivotfieldlist/fluent-dark.scss +1 -4
  77. package/styles/pivotfieldlist/fluent.css +17 -6
  78. package/styles/pivotfieldlist/fluent.scss +1 -4
  79. package/styles/pivotfieldlist/highcontrast-light.css +17 -6
  80. package/styles/pivotfieldlist/highcontrast-light.scss +1 -4
  81. package/styles/pivotfieldlist/highcontrast.css +17 -6
  82. package/styles/pivotfieldlist/highcontrast.scss +1 -4
  83. package/styles/pivotfieldlist/material-dark.css +17 -6
  84. package/styles/pivotfieldlist/material-dark.scss +1 -4
  85. package/styles/pivotfieldlist/material.css +17 -6
  86. package/styles/pivotfieldlist/material.scss +1 -4
  87. package/styles/pivotfieldlist/tailwind-dark.css +19 -8
  88. package/styles/pivotfieldlist/tailwind-dark.scss +1 -4
  89. package/styles/pivotfieldlist/tailwind.css +19 -8
  90. package/styles/pivotfieldlist/tailwind.scss +1 -4
  91. package/styles/pivotview/bootstrap-dark.css +12 -7
  92. package/styles/pivotview/bootstrap-dark.scss +1 -5
  93. package/styles/pivotview/bootstrap.css +12 -7
  94. package/styles/pivotview/bootstrap.scss +1 -5
  95. package/styles/pivotview/bootstrap4.css +12 -7
  96. package/styles/pivotview/bootstrap4.scss +1 -5
  97. package/styles/pivotview/bootstrap5-dark.css +50 -11
  98. package/styles/pivotview/bootstrap5-dark.scss +1 -4
  99. package/styles/pivotview/bootstrap5.css +50 -11
  100. package/styles/pivotview/bootstrap5.scss +1 -5
  101. package/styles/pivotview/fabric-dark.css +12 -7
  102. package/styles/pivotview/fabric-dark.scss +1 -5
  103. package/styles/pivotview/fabric.css +12 -7
  104. package/styles/pivotview/fabric.scss +1 -5
  105. package/styles/pivotview/fluent-dark.css +16 -9
  106. package/styles/pivotview/fluent-dark.scss +1 -4
  107. package/styles/pivotview/fluent.css +16 -9
  108. package/styles/pivotview/fluent.scss +1 -5
  109. package/styles/pivotview/highcontrast-light.css +12 -7
  110. package/styles/pivotview/highcontrast-light.scss +1 -5
  111. package/styles/pivotview/highcontrast.css +12 -7
  112. package/styles/pivotview/highcontrast.scss +1 -5
  113. package/styles/pivotview/material-dark.css +12 -7
  114. package/styles/pivotview/material-dark.scss +1 -5
  115. package/styles/pivotview/material.css +12 -7
  116. package/styles/pivotview/material.scss +1 -5
  117. package/styles/pivotview/tailwind-dark.css +18 -11
  118. package/styles/pivotview/tailwind-dark.scss +1 -4
  119. package/styles/pivotview/tailwind.css +18 -11
  120. package/styles/pivotview/tailwind.scss +1 -5
  121. package/styles/tailwind-dark.css +37 -19
  122. package/styles/tailwind.css +37 -19
  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 -232
  138. package/styles/pivotfieldlist/_bootstrap-definition.scss +0 -185
  139. package/styles/pivotfieldlist/_bootstrap4-definition.scss +0 -185
  140. package/styles/pivotfieldlist/_bootstrap5-dark-definition.scss +0 -1
  141. package/styles/pivotfieldlist/_bootstrap5-definition.scss +0 -189
  142. package/styles/pivotfieldlist/_fabric-dark-definition.scss +0 -192
  143. package/styles/pivotfieldlist/_fabric-definition.scss +0 -185
  144. package/styles/pivotfieldlist/_fluent-dark-definition.scss +0 -1
  145. package/styles/pivotfieldlist/_fluent-definition.scss +0 -190
  146. package/styles/pivotfieldlist/_fusionnew-definition.scss +0 -189
  147. package/styles/pivotfieldlist/_highcontrast-definition.scss +0 -186
  148. package/styles/pivotfieldlist/_highcontrast-light-definition.scss +0 -186
  149. package/styles/pivotfieldlist/_layout.scss +0 -1855
  150. package/styles/pivotfieldlist/_material-dark-definition.scss +0 -186
  151. package/styles/pivotfieldlist/_material-definition.scss +0 -186
  152. package/styles/pivotfieldlist/_material3-definition.scss +0 -188
  153. package/styles/pivotfieldlist/_tailwind-dark-definition.scss +0 -1
  154. package/styles/pivotfieldlist/_tailwind-definition.scss +0 -189
  155. package/styles/pivotfieldlist/_theme.scss +0 -1855
  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 -130
  175. package/styles/pivotview/_bootstrap-definition.scss +0 -127
  176. package/styles/pivotview/_bootstrap4-definition.scss +0 -127
  177. package/styles/pivotview/_bootstrap5-dark-definition.scss +0 -1
  178. package/styles/pivotview/_bootstrap5-definition.scss +0 -130
  179. package/styles/pivotview/_fabric-dark-definition.scss +0 -129
  180. package/styles/pivotview/_fabric-definition.scss +0 -126
  181. package/styles/pivotview/_fluent-dark-definition.scss +0 -1
  182. package/styles/pivotview/_fluent-definition.scss +0 -130
  183. package/styles/pivotview/_fusionnew-definition.scss +0 -130
  184. package/styles/pivotview/_highcontrast-definition.scss +0 -125
  185. package/styles/pivotview/_highcontrast-light-definition.scss +0 -126
  186. package/styles/pivotview/_layout.scss +0 -1073
  187. package/styles/pivotview/_material-dark-definition.scss +0 -131
  188. package/styles/pivotview/_material-definition.scss +0 -128
  189. package/styles/pivotview/_material3-definition.scss +0 -130
  190. package/styles/pivotview/_tailwind-dark-definition.scss +0 -1
  191. package/styles/pivotview/_tailwind-definition.scss +0 -129
  192. package/styles/pivotview/_theme.scss +0 -1556
  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
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.componentName = 'pivotview';
4
+ exports.sampleName = 'fieldlist';
5
+ exports.diModules = null;
6
+ exports.packageName = '@syncfusion/ej2-angular-pivotview';
7
+ exports.libModules = 'PivotViewModule';
@@ -0,0 +1,4 @@
1
+ .control-section {
2
+ overflow: auto;
3
+ padding-bottom: 10px;
4
+ }
@@ -0,0 +1,4 @@
1
+ <div class="control-section">
2
+ <ejs-pivotview #pivotview id='PivotView' [dataSource]=dataSource width='100%' height='350' showFieldList='true' allowCalculatedField='true' [gridSettings]='gridSettings'>
3
+ </ejs-pivotview>
4
+ </div>
@@ -0,0 +1,3 @@
1
+ import { Schema as ComponentSchema } from '@schematics/angular/component/schema';
2
+ export interface Schema extends ComponentSchema {
3
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,125 @@
1
+ {
2
+ "$schema": "http://json-schema.org/schema",
3
+ "$id": "EJ2SchemaTemplateID",
4
+ "title": "pivotview-fieldlist",
5
+ "type": "object",
6
+ "properties": {
7
+ "path": {
8
+ "type": "string",
9
+ "format": "path",
10
+ "description": "The path to create the component.",
11
+ "visible": false
12
+ },
13
+ "project": {
14
+ "type": "string",
15
+ "description": "The name of the project.",
16
+ "$default": {
17
+ "$source": "projectName"
18
+ }
19
+ },
20
+ "name": {
21
+ "type": "string",
22
+ "description": "The name of the component.",
23
+ "$default": {
24
+ "$source": "argv",
25
+ "index": 0
26
+ }
27
+ },
28
+ "inlineStyle": {
29
+ "description": "Specifies if the style will be in the ts file.",
30
+ "type": "boolean",
31
+ "default": false,
32
+ "alias": "s"
33
+ },
34
+ "inlineTemplate": {
35
+ "description": "Specifies if the template will be in the ts file.",
36
+ "type": "boolean",
37
+ "default": false,
38
+ "alias": "t"
39
+ },
40
+ "viewEncapsulation": {
41
+ "description": "Specifies the view encapsulation strategy.",
42
+ "enum": [
43
+ "Emulated",
44
+ "Native",
45
+ "None",
46
+ "ShadowDom"
47
+ ],
48
+ "type": "string",
49
+ "alias": "v"
50
+ },
51
+ "changeDetection": {
52
+ "description": "Specifies the change detection strategy.",
53
+ "enum": [
54
+ "Default",
55
+ "OnPush"
56
+ ],
57
+ "type": "string",
58
+ "default": "Default",
59
+ "alias": "c"
60
+ },
61
+ "prefix": {
62
+ "type": "string",
63
+ "description": "The prefix to apply to generated selectors.",
64
+ "alias": "p",
65
+ "oneOf": [
66
+ {
67
+ "maxLength": 0
68
+ },
69
+ {
70
+ "minLength": 1,
71
+ "format": "html-selector"
72
+ }
73
+ ]
74
+ },
75
+ "styleext": {
76
+ "description": "The file extension to be used for style files.",
77
+ "type": "string",
78
+ "default": "css"
79
+ },
80
+ "spec": {
81
+ "type": "boolean",
82
+ "description": "Specifies if a spec file is generated.",
83
+ "default": true
84
+ },
85
+ "flat": {
86
+ "type": "boolean",
87
+ "description": "Flag to indicate if a dir is created.",
88
+ "default": false
89
+ },
90
+ "skipImport": {
91
+ "type": "boolean",
92
+ "description": "Flag to skip the module import.",
93
+ "default": false
94
+ },
95
+ "selector": {
96
+ "type": "string",
97
+ "format": "html-selector",
98
+ "description": "The selector to use for the component."
99
+ },
100
+ "module": {
101
+ "type": "string",
102
+ "description": "Allows specification of the declaring module.",
103
+ "alias": "m"
104
+ },
105
+ "export": {
106
+ "type": "boolean",
107
+ "default": false,
108
+ "description": "Specifies if declaring module exports the component."
109
+ },
110
+ "entryComponent": {
111
+ "type": "boolean",
112
+ "default": false,
113
+ "description": "Specifies if the component is an entry component of declaring module."
114
+ },
115
+ "lintFix": {
116
+ "type": "boolean",
117
+ "default": false,
118
+ "description": "Specifies whether to apply lint fixes after generating the component."
119
+ }
120
+ },
121
+ "required": [
122
+ "name"
123
+ ],
124
+ "id": "pivotview-fieldlist"
125
+ }
@@ -0,0 +1,3 @@
1
+ import { OptionsSchema } from './schema';
2
+ import { Rule } from '@angular-devkit/schematics';
3
+ export default function (options: OptionsSchema): Rule;
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const lib_details_1 = require("./../utils/lib-details");
4
+ const schematics_1 = require("@syncfusion/ej2-angular-base/schematics");
5
+ function default_1(options) {
6
+ const libOptions = Object.assign({}, { 'pkgName': lib_details_1.pkgName, 'pkgVer': lib_details_1.pkgVer, 'moduleName': lib_details_1.moduleName, 'themeVer': lib_details_1.themeVer });
7
+ return schematics_1.install(options, libOptions);
8
+ }
9
+ exports.default = default_1;
@@ -0,0 +1,13 @@
1
+ export interface OptionsSchema {
2
+ skipPackageJson: boolean;
3
+ modules: string;
4
+ modulePath: string;
5
+ theme: 'material' | 'fabric' | 'bootstrap' | 'highcontrast';
6
+ project?: string;
7
+ }
8
+ export interface LibOptionsSchema {
9
+ pkgName: string;
10
+ pkgVer: string;
11
+ moduleName: string;
12
+ themeVer: string;
13
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,34 @@
1
+ {
2
+ "$schema": "http://json-schema.org/schema",
3
+ "$id": "ngAdd",
4
+ "title": "Add Essential JS 2 Angular packages",
5
+ "type": "object",
6
+ "properties": {
7
+ "skipPackageJson": {
8
+ "type": "boolean",
9
+ "default": false,
10
+ "description": "Do not add add Essential JS 2 Angular packages dependencies to package.json (e.g., --skipPackageJson)"
11
+ },
12
+ "modules": {
13
+ "type": "string",
14
+ "default": "",
15
+ "description": "Add only specific Essential JS 2 modules to the app.module file (eg: --modules=slider, grid)"
16
+ },
17
+ "modulePath": {
18
+ "type": "string",
19
+ "default": "",
20
+ "description": "Used to specify the path of the module file where the EJ2 module needs to be imported"
21
+ },
22
+ "theme": {
23
+ "enum": [
24
+ "material",
25
+ "fabric",
26
+ "bootstrap",
27
+ "highcontrast"
28
+ ],
29
+ "default": "material",
30
+ "description": "Used to change the theme that needs to be imported"
31
+ }
32
+ },
33
+ "required": []
34
+ }
@@ -0,0 +1,25 @@
1
+ {
2
+ "compilerOptions": {
3
+ "lib": ["es2017", "dom"],
4
+ "module": "commonjs",
5
+ "moduleResolution": "node",
6
+ "noEmitOnError": false,
7
+ "skipDefaultLibCheck": true,
8
+ "skipLibCheck": true,
9
+ "sourceMap": true,
10
+ "target": "es6",
11
+ "declaration": true,
12
+ "types": [
13
+ "jasmine",
14
+ "node"
15
+ ]
16
+ },
17
+ "exclude": [
18
+ "node_modules",
19
+ "src",
20
+ "src/**/*.ts",
21
+ "spec",
22
+ "spec/**/*.ts",
23
+ "@typings"
24
+ ]
25
+ }
@@ -0,0 +1,4 @@
1
+ export declare const pkgName = "@syncfusion/ej2-angular-pivotview";
2
+ export declare const pkgVer = "^20.15.1";
3
+ export declare const moduleName = "PivotViewModule, PivotFieldListModule";
4
+ export declare const themeVer = "~20.15.1";
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.pkgName = '@syncfusion/ej2-angular-pivotview';
4
+ exports.pkgVer = '^20.15.1';
5
+ exports.moduleName = 'PivotViewModule, PivotFieldListModule';
6
+ exports.themeVer = '~20.15.1';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-pivotview';
2
- export const pkgVer = '^20.1.58';
2
+ export const pkgVer = '^20.15.1';
3
3
  export const moduleName = 'PivotViewModule, PivotFieldListModule';
4
- export const themeVer = '~20.1.58';
4
+ export const themeVer = '~20.15.1';
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "./pivotfieldlist.module";
4
1
  /**
5
2
  * NgModule definition for the PivotFieldList component with providers.
6
3
  */
7
4
  export declare class PivotFieldListAllModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<PivotFieldListAllModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<PivotFieldListAllModule, never, [typeof i1.CommonModule, typeof i2.PivotFieldListModule], [typeof i2.PivotFieldListModule]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<PivotFieldListAllModule>;
11
5
  }
@@ -1,7 +1,6 @@
1
1
  import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
2
2
  import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
3
  import { PivotFieldList } from '@syncfusion/ej2-pivotview';
4
- import * as i0 from "@angular/core";
5
4
  export declare const inputs: string[];
6
5
  export declare const outputs: string[];
7
6
  export declare const twoWays: string[];
@@ -45,6 +44,4 @@ export declare class PivotFieldListComponent extends PivotFieldList implements I
45
44
  ngAfterContentChecked(): void;
46
45
  registerEvents: (eventList: string[]) => void;
47
46
  addTwoWay: (propList: string[]) => void;
48
- static ɵfac: i0.ɵɵFactoryDeclaration<PivotFieldListComponent, never>;
49
- static ɵcmp: i0.ɵɵComponentDeclaration<PivotFieldListComponent, "ejs-pivotfieldlist", never, { "aggregateTypes": "aggregateTypes"; "allowCalculatedField": "allowCalculatedField"; "allowDeferLayoutUpdate": "allowDeferLayoutUpdate"; "cssClass": "cssClass"; "currencyCode": "currencyCode"; "dataSourceSettings": "dataSourceSettings"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "loadOnDemandInMemberEditor": "loadOnDemandInMemberEditor"; "locale": "locale"; "maxNodeLimitInMemberEditor": "maxNodeLimitInMemberEditor"; "renderMode": "renderMode"; "showValuesButton": "showValuesButton"; "spinnerTemplate": "spinnerTemplate"; "target": "target"; }, { "actionBegin": "actionBegin"; "actionComplete": "actionComplete"; "actionFailure": "actionFailure"; "aggregateCellInfo": "aggregateCellInfo"; "aggregateMenuOpen": "aggregateMenuOpen"; "beforeServiceInvoke": "beforeServiceInvoke"; "calculatedFieldCreate": "calculatedFieldCreate"; "created": "created"; "dataBound": "dataBound"; "destroyed": "destroyed"; "enginePopulated": "enginePopulated"; "enginePopulating": "enginePopulating"; "fieldDragStart": "fieldDragStart"; "fieldDrop": "fieldDrop"; "fieldRemove": "fieldRemove"; "load": "load"; "memberEditorOpen": "memberEditorOpen"; "memberFiltering": "memberFiltering"; "onFieldDropped": "onFieldDropped"; "onHeadersSort": "onHeadersSort"; }, never, never>;
50
47
  }
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./pivotfieldlist.component";
3
- import * as i2 from "@angular/common";
4
1
  /**
5
2
  * NgModule definition for the PivotFieldList component.
6
3
  */
7
4
  export declare class PivotFieldListModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<PivotFieldListModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<PivotFieldListModule, [typeof i1.PivotFieldListComponent], [typeof i2.CommonModule], [typeof i1.PivotFieldListComponent]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<PivotFieldListModule>;
11
5
  }
@@ -1,7 +1,4 @@
1
1
  import { ValueProvider } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "@angular/common";
4
- import * as i2 from "./pivotview.module";
5
2
  export declare const GroupingBarService: ValueProvider;
6
3
  export declare const FieldListService: ValueProvider;
7
4
  export declare const CalculatedFieldService: ValueProvider;
@@ -18,7 +15,4 @@ export declare const GroupingService: ValueProvider;
18
15
  * NgModule definition for the PivotView component with providers.
19
16
  */
20
17
  export declare class PivotViewAllModule {
21
- static ɵfac: i0.ɵɵFactoryDeclaration<PivotViewAllModule, never>;
22
- static ɵmod: i0.ɵɵNgModuleDeclaration<PivotViewAllModule, never, [typeof i1.CommonModule, typeof i2.PivotViewModule], [typeof i2.PivotViewModule]>;
23
- static ɵinj: i0.ɵɵInjectorDeclaration<PivotViewAllModule>;
24
18
  }
@@ -1,7 +1,6 @@
1
1
  import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
2
2
  import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
3
  import { PivotView } from '@syncfusion/ej2-pivotview';
4
- import * as i0 from "@angular/core";
5
4
  export declare const inputs: string[];
6
5
  export declare const outputs: string[];
7
6
  export declare const twoWays: string[];
@@ -73,6 +72,4 @@ export declare class PivotViewComponent extends PivotView implements IComponentB
73
72
  ngAfterContentChecked(): void;
74
73
  registerEvents: (eventList: string[]) => void;
75
74
  addTwoWay: (propList: string[]) => void;
76
- static ɵfac: i0.ɵɵFactoryDeclaration<PivotViewComponent, never>;
77
- static ɵcmp: i0.ɵɵComponentDeclaration<PivotViewComponent, "ejs-pivotview", never, { "aggregateTypes": "aggregateTypes"; "allowCalculatedField": "allowCalculatedField"; "allowConditionalFormatting": "allowConditionalFormatting"; "allowDataCompression": "allowDataCompression"; "allowDeferLayoutUpdate": "allowDeferLayoutUpdate"; "allowDrillThrough": "allowDrillThrough"; "allowExcelExport": "allowExcelExport"; "allowGrouping": "allowGrouping"; "allowNumberFormatting": "allowNumberFormatting"; "allowPdfExport": "allowPdfExport"; "cellTemplate": "cellTemplate"; "chartSettings": "chartSettings"; "chartTypes": "chartTypes"; "cssClass": "cssClass"; "currencyCode": "currencyCode"; "dataSourceSettings": "dataSourceSettings"; "displayOption": "displayOption"; "editSettings": "editSettings"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enableValueSorting": "enableValueSorting"; "enableVirtualization": "enableVirtualization"; "exportAllPages": "exportAllPages"; "gridSettings": "gridSettings"; "groupingBarSettings": "groupingBarSettings"; "height": "height"; "hyperlinkSettings": "hyperlinkSettings"; "loadOnDemandInMemberEditor": "loadOnDemandInMemberEditor"; "locale": "locale"; "maxNodeLimitInMemberEditor": "maxNodeLimitInMemberEditor"; "maxRowsInDrillThrough": "maxRowsInDrillThrough"; "pivotValues": "pivotValues"; "showFieldList": "showFieldList"; "showGroupingBar": "showGroupingBar"; "showToolbar": "showToolbar"; "showTooltip": "showTooltip"; "showValuesButton": "showValuesButton"; "spinnerTemplate": "spinnerTemplate"; "toolbar": "toolbar"; "toolbarTemplate": "toolbarTemplate"; "tooltipTemplate": "tooltipTemplate"; "width": "width"; }, { "actionBegin": "actionBegin"; "actionComplete": "actionComplete"; "actionFailure": "actionFailure"; "aggregateCellInfo": "aggregateCellInfo"; "aggregateMenuOpen": "aggregateMenuOpen"; "beforeExport": "beforeExport"; "beforeServiceInvoke": "beforeServiceInvoke"; "beginDrillThrough": "beginDrillThrough"; "calculatedFieldCreate": "calculatedFieldCreate"; "cellClick": "cellClick"; "cellSelected": "cellSelected"; "cellSelecting": "cellSelecting"; "chartSeriesCreated": "chartSeriesCreated"; "conditionalFormatting": "conditionalFormatting"; "created": "created"; "dataBound": "dataBound"; "destroyed": "destroyed"; "drill": "drill"; "drillThrough": "drillThrough"; "editCompleted": "editCompleted"; "enginePopulated": "enginePopulated"; "enginePopulating": "enginePopulating"; "fetchReport": "fetchReport"; "fieldDragStart": "fieldDragStart"; "fieldDrop": "fieldDrop"; "fieldListRefreshed": "fieldListRefreshed"; "fieldRemove": "fieldRemove"; "hyperlinkCellClick": "hyperlinkCellClick"; "load": "load"; "loadReport": "loadReport"; "memberEditorOpen": "memberEditorOpen"; "memberFiltering": "memberFiltering"; "newReport": "newReport"; "numberFormatting": "numberFormatting"; "onFieldDropped": "onFieldDropped"; "onHeadersSort": "onHeadersSort"; "onPdfCellRender": "onPdfCellRender"; "removeReport": "removeReport"; "renameReport": "renameReport"; "saveReport": "saveReport"; "toolbarClick": "toolbarClick"; "toolbarRender": "toolbarRender"; }, ["cellTemplate"], never>;
78
75
  }
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./pivotview.component";
3
- import * as i2 from "@angular/common";
4
1
  /**
5
2
  * NgModule definition for the PivotView component.
6
3
  */
7
4
  export declare class PivotViewModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<PivotViewModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<PivotViewModule, [typeof i1.PivotViewComponent], [typeof i2.CommonModule], [typeof i1.PivotViewComponent]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<PivotViewModule>;
11
5
  }
@@ -966,7 +966,6 @@
966
966
  }
967
967
  .e-pivotview .e-sortfilterdiv.e-value-sort-icon {
968
968
  font-size: 12px !important;
969
- padding: 3px 4px 4px 4px !important;
970
969
  }
971
970
  .e-pivotview .e-rowsheader .e-sortfilterdiv {
972
971
  margin: -10px 0 !important;
@@ -1006,11 +1005,6 @@
1006
1005
  .e-pivotview.sf-pivotview .e-spinner-pane.e-pivot-outer-spinner .e-spinner-inner {
1007
1006
  visibility: hidden !important;
1008
1007
  }
1009
- .e-pivotview .e-grid.e-responsive .e-stackedheadercelldiv .e-stackedheadertext,
1010
- .e-pivotview .e-grid.e-responsive .e-headercelldiv .e-headertext {
1011
- text-overflow: ellipsis;
1012
- white-space: nowrap;
1013
- }
1014
1008
  .e-pivotview .e-grid .e-headercelldiv,
1015
1009
  .e-pivotview .e-grid .e-columnsheader {
1016
1010
  padding-left: 8px !important;
@@ -1473,6 +1467,7 @@
1473
1467
  width: 18px;
1474
1468
  }
1475
1469
  .e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend {
1470
+ margin-top: 3px;
1476
1471
  transform: rotateX(180deg);
1477
1472
  }
1478
1473
  .e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon {
@@ -1645,6 +1640,12 @@
1645
1640
  .e-pivotview.e-device .e-grouping-bar .e-pivot-button {
1646
1641
  line-height: 1em !important;
1647
1642
  }
1643
+ .e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-dropdown-icon,
1644
+ .e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-pv-filtered,
1645
+ .e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-remove,
1646
+ .e-pivotview.e-device .e-grouping-bar .e-pivot-button .e-sort {
1647
+ margin-top: 2px !important;
1648
+ }
1648
1649
  .e-pivotview.e-device .e-grouping-bar .e-group-all-fields .e-pvt-btn-div .e-pivot-button {
1649
1650
  max-width: 155px;
1650
1651
  }
@@ -1655,6 +1656,9 @@
1655
1656
  .e-pivotview.e-device .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button {
1656
1657
  max-width: 200px;
1657
1658
  }
1659
+ .e-pivotview.e-device .e-drillthrough-dialog {
1660
+ width: 100% !important;
1661
+ }
1658
1662
  .e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-indent-div {
1659
1663
  width: 0 !important;
1660
1664
  }
@@ -1814,6 +1818,7 @@
1814
1818
  .e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-edit {
1815
1819
  font-size: 14px !important;
1816
1820
  height: 20px;
1821
+ margin-top: 0;
1817
1822
  width: 20px;
1818
1823
  }
1819
1824
  .e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort,
@@ -1897,7 +1902,7 @@
1897
1902
  }
1898
1903
  .e-bigger .e-pivotview .e-sortfilterdiv,
1899
1904
  .e-bigger.e-pivotview .e-sortfilterdiv {
1900
- margin: -30px -18px !important;
1905
+ margin: -13px -11px !important;
1901
1906
  }
1902
1907
  .e-bigger .e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv,
1903
1908
  .e-bigger .e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv,
@@ -2295,7 +2300,6 @@
2295
2300
 
2296
2301
  .e-pivot-formatting-dialog {
2297
2302
  max-height: 480px !important;
2298
- min-width: 625px !important;
2299
2303
  width: 625px !important;
2300
2304
  }
2301
2305
  .e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td {
@@ -2310,6 +2314,7 @@
2310
2314
  .e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td {
2311
2315
  padding-bottom: 14px;
2312
2316
  padding-right: 18px;
2317
+ white-space: nowrap;
2313
2318
  }
2314
2319
  .e-pivot-formatting-dialog .e-format-value-span {
2315
2320
  vertical-align: bottom;
@@ -2402,6 +2407,9 @@
2402
2407
  min-width: 320px !important;
2403
2408
  width: 100% !important;
2404
2409
  }
2410
+ .e-pivot-formatting-dialog.e-device .e-format-inner-div {
2411
+ width: 100% !important;
2412
+ }
2405
2413
  .e-pivot-formatting-dialog.e-device .e-format-value1,
2406
2414
  .e-pivot-formatting-dialog.e-device .e-format-value2,
2407
2415
  .e-pivot-formatting-dialog.e-device .e-format-value-span {
@@ -2446,7 +2454,6 @@
2446
2454
 
2447
2455
  .e-bigger.e-pivot-formatting-dialog,
2448
2456
  .e-bigger .e-pivot-formatting-dialog {
2449
- min-width: 670px !important;
2450
2457
  width: 670px !important;
2451
2458
  }
2452
2459
  .e-bigger.e-pivot-formatting-dialog .e-format-label,
@@ -2838,7 +2845,7 @@
2838
2845
 
2839
2846
  .e-bigger.e-pivot-calc-dialog-div,
2840
2847
  .e-bigger .e-pivot-calc-dialog-div {
2841
- max-height: 590px !important;
2848
+ max-height: 600px !important;
2842
2849
  min-width: 401px !important;
2843
2850
  }
2844
2851
  .e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title,
@@ -2881,7 +2888,7 @@
2881
2888
  .e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div,
2882
2889
  .e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div {
2883
2890
  max-height: 750px !important;
2884
- min-width: 580px;
2891
+ min-width: 580px !important;
2885
2892
  }
2886
2893
  .e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div,
2887
2894
  .e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div {
@@ -4306,7 +4313,7 @@
4306
4313
  height: 261px;
4307
4314
  }
4308
4315
  .e-pivotfieldlist-container.e-search-mode.e-popup {
4309
- height: 540px;
4316
+ min-height: 540px;
4310
4317
  }
4311
4318
  .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
4312
4319
  height: 369px;
@@ -4498,6 +4505,11 @@
4498
4505
  background-color: transparent;
4499
4506
  color: #fff;
4500
4507
  }
4508
+ .e-pivotfieldlist-container.e-device .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
4509
+ .e-pivotfieldlist-container.e-device .e-member-editor-dialog .e-dlg-content .e-field-list-tree-outer-div {
4510
+ height: 210px;
4511
+ overflow: auto;
4512
+ }
4501
4513
  .e-pivotfieldlist-container.e-device .e-title-mobile-header {
4502
4514
  display: -ms-flexbox;
4503
4515
  display: flex;
@@ -5403,8 +5415,8 @@
5403
5415
  }
5404
5416
  .e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup,
5405
5417
  .e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup {
5406
- height: 565px !important;
5407
5418
  max-height: 600px !important;
5419
+ min-height: 580px !important;
5408
5420
  }
5409
5421
  .e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container,
5410
5422
  .e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container {
@@ -5421,4 +5433,8 @@
5421
5433
  .e-bigger .e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content,
5422
5434
  .e-bigger.e-pivotfieldlist-container.e-search-mode.e-popup .e-field-list-container .e-axis-table .e-axis-content {
5423
5435
  height: 165px !important;
5436
+ }
5437
+ .e-bigger .e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div,
5438
+ .e-bigger.e-pivotfieldlist-container .e-adaptive-field-list-dialog .e-dlg-content .e-field-list-tree-outer-div {
5439
+ max-height: 190px;
5424
5440
  }