@syncfusion/ej2-angular-pivotview 20.2.45 → 20.3.47-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 (211) hide show
  1. package/@syncfusion/ej2-angular-pivotview.es5.js +434 -0
  2. package/@syncfusion/ej2-angular-pivotview.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-pivotview.js +404 -0
  4. package/@syncfusion/ej2-angular-pivotview.js.map +1 -0
  5. package/CHANGELOG.md +716 -0
  6. package/dist/ej2-angular-pivotview.umd.js +686 -0
  7. package/dist/ej2-angular-pivotview.umd.js.map +1 -0
  8. package/dist/ej2-angular-pivotview.umd.min.js +11 -0
  9. package/dist/ej2-angular-pivotview.umd.min.js.map +1 -0
  10. package/ej2-angular-pivotview.d.ts +6 -0
  11. package/ej2-angular-pivotview.metadata.json +1 -0
  12. package/package.json +15 -29
  13. package/postinstall/tagchange.js +18 -0
  14. package/schematics/collection.json +20 -0
  15. package/schematics/generators/pivotview-default/index.d.ts +3 -0
  16. package/schematics/generators/pivotview-default/index.js +8 -0
  17. package/schematics/generators/pivotview-default/sample-details.d.ts +5 -0
  18. package/schematics/generators/pivotview-default/sample-details.js +7 -0
  19. package/schematics/generators/pivotview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +4 -0
  20. package/schematics/generators/pivotview-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +4 -0
  21. package/schematics/generators/pivotview-default/schema.d.ts +3 -0
  22. package/schematics/generators/pivotview-default/schema.js +2 -0
  23. package/schematics/generators/pivotview-default/schema.json +125 -0
  24. package/schematics/generators/pivotview-fieldlist/index.d.ts +3 -0
  25. package/schematics/generators/pivotview-fieldlist/index.js +8 -0
  26. package/schematics/generators/pivotview-fieldlist/sample-details.d.ts +5 -0
  27. package/schematics/generators/pivotview-fieldlist/sample-details.js +7 -0
  28. package/schematics/generators/pivotview-fieldlist/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +4 -0
  29. package/schematics/generators/pivotview-fieldlist/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +4 -0
  30. package/schematics/generators/pivotview-fieldlist/schema.d.ts +3 -0
  31. package/schematics/generators/pivotview-fieldlist/schema.js +2 -0
  32. package/schematics/generators/pivotview-fieldlist/schema.json +125 -0
  33. package/schematics/ng-add/index.d.ts +3 -0
  34. package/schematics/ng-add/index.js +9 -0
  35. package/schematics/ng-add/schema.d.ts +13 -0
  36. package/schematics/ng-add/schema.js +2 -0
  37. package/schematics/ng-add/schema.json +34 -0
  38. package/schematics/tsconfig.json +25 -0
  39. package/schematics/utils/lib-details.d.ts +4 -0
  40. package/schematics/utils/lib-details.js +6 -0
  41. package/schematics/utils/lib-details.ts +2 -2
  42. package/src/index.d.ts +1 -1
  43. package/src/pivotfieldlist/pivotfieldlist-all.module.d.ts +0 -6
  44. package/src/pivotfieldlist/pivotfieldlist.component.d.ts +0 -3
  45. package/src/pivotfieldlist/pivotfieldlist.module.d.ts +0 -6
  46. package/src/pivotview/pivotview-all.module.d.ts +1 -6
  47. package/src/pivotview/pivotview.component.d.ts +0 -3
  48. package/src/pivotview/pivotview.module.d.ts +0 -6
  49. package/styles/bootstrap-dark.css +705 -38
  50. package/styles/bootstrap.css +704 -37
  51. package/styles/bootstrap4.css +705 -36
  52. package/styles/bootstrap5-dark.css +730 -40
  53. package/styles/bootstrap5.css +730 -40
  54. package/styles/fabric-dark.css +705 -38
  55. package/styles/fabric.css +704 -37
  56. package/styles/fluent-dark.css +729 -39
  57. package/styles/fluent.css +729 -39
  58. package/styles/highcontrast-light.css +703 -36
  59. package/styles/highcontrast.css +703 -36
  60. package/styles/material-dark.css +708 -37
  61. package/styles/material.css +706 -35
  62. package/styles/pivotfieldlist/bootstrap-dark.css +54 -15
  63. package/styles/pivotfieldlist/bootstrap-dark.scss +1 -4
  64. package/styles/pivotfieldlist/bootstrap.css +53 -14
  65. package/styles/pivotfieldlist/bootstrap.scss +1 -4
  66. package/styles/pivotfieldlist/bootstrap4.css +54 -15
  67. package/styles/pivotfieldlist/bootstrap4.scss +1 -4
  68. package/styles/pivotfieldlist/bootstrap5-dark.css +77 -15
  69. package/styles/pivotfieldlist/bootstrap5-dark.scss +1 -4
  70. package/styles/pivotfieldlist/bootstrap5.css +77 -15
  71. package/styles/pivotfieldlist/bootstrap5.scss +1 -4
  72. package/styles/pivotfieldlist/fabric-dark.css +53 -14
  73. package/styles/pivotfieldlist/fabric-dark.scss +1 -4
  74. package/styles/pivotfieldlist/fabric.css +52 -13
  75. package/styles/pivotfieldlist/fabric.scss +1 -4
  76. package/styles/pivotfieldlist/fluent-dark.css +77 -14
  77. package/styles/pivotfieldlist/fluent-dark.scss +1 -4
  78. package/styles/pivotfieldlist/fluent.css +77 -14
  79. package/styles/pivotfieldlist/fluent.scss +1 -4
  80. package/styles/pivotfieldlist/highcontrast-light.css +52 -13
  81. package/styles/pivotfieldlist/highcontrast-light.scss +1 -4
  82. package/styles/pivotfieldlist/highcontrast.css +52 -13
  83. package/styles/pivotfieldlist/highcontrast.scss +1 -4
  84. package/styles/pivotfieldlist/material-dark.css +53 -14
  85. package/styles/pivotfieldlist/material-dark.scss +1 -4
  86. package/styles/pivotfieldlist/material.css +52 -13
  87. package/styles/pivotfieldlist/material.scss +1 -4
  88. package/styles/pivotfieldlist/tailwind-dark.css +61 -14
  89. package/styles/pivotfieldlist/tailwind-dark.scss +1 -4
  90. package/styles/pivotfieldlist/tailwind.css +61 -14
  91. package/styles/pivotfieldlist/tailwind.scss +1 -4
  92. package/styles/pivotview/bootstrap-dark.css +651 -23
  93. package/styles/pivotview/bootstrap-dark.scss +1 -5
  94. package/styles/pivotview/bootstrap.css +651 -23
  95. package/styles/pivotview/bootstrap.scss +1 -5
  96. package/styles/pivotview/bootstrap4.css +651 -21
  97. package/styles/pivotview/bootstrap4.scss +1 -5
  98. package/styles/pivotview/bootstrap5-dark.css +653 -25
  99. package/styles/pivotview/bootstrap5-dark.scss +1 -4
  100. package/styles/pivotview/bootstrap5.css +653 -25
  101. package/styles/pivotview/bootstrap5.scss +1 -5
  102. package/styles/pivotview/fabric-dark.css +652 -24
  103. package/styles/pivotview/fabric-dark.scss +1 -5
  104. package/styles/pivotview/fabric.css +652 -24
  105. package/styles/pivotview/fabric.scss +1 -5
  106. package/styles/pivotview/fluent-dark.css +652 -25
  107. package/styles/pivotview/fluent-dark.scss +1 -4
  108. package/styles/pivotview/fluent.css +652 -25
  109. package/styles/pivotview/fluent.scss +1 -5
  110. package/styles/pivotview/highcontrast-light.css +651 -23
  111. package/styles/pivotview/highcontrast-light.scss +1 -5
  112. package/styles/pivotview/highcontrast.css +651 -23
  113. package/styles/pivotview/highcontrast.scss +1 -5
  114. package/styles/pivotview/material-dark.css +655 -23
  115. package/styles/pivotview/material-dark.scss +1 -5
  116. package/styles/pivotview/material.css +654 -22
  117. package/styles/pivotview/material.scss +1 -5
  118. package/styles/pivotview/tailwind-dark.css +656 -26
  119. package/styles/pivotview/tailwind-dark.scss +1 -4
  120. package/styles/pivotview/tailwind.css +656 -26
  121. package/styles/pivotview/tailwind.scss +1 -5
  122. package/styles/tailwind-dark.css +717 -40
  123. package/styles/tailwind.css +717 -40
  124. package/esm2020/public_api.mjs +0 -3
  125. package/esm2020/src/index.mjs +0 -8
  126. package/esm2020/src/pivotfieldlist/pivotfieldlist-all.module.mjs +0 -23
  127. package/esm2020/src/pivotfieldlist/pivotfieldlist.component.mjs +0 -66
  128. package/esm2020/src/pivotfieldlist/pivotfieldlist.module.mjs +0 -25
  129. package/esm2020/src/pivotview/pivotview-all.module.mjs +0 -62
  130. package/esm2020/src/pivotview/pivotview.component.mjs +0 -150
  131. package/esm2020/src/pivotview/pivotview.module.mjs +0 -25
  132. package/esm2020/syncfusion-ej2-angular-pivotview.mjs +0 -5
  133. package/fesm2015/syncfusion-ej2-angular-pivotview.mjs +0 -337
  134. package/fesm2015/syncfusion-ej2-angular-pivotview.mjs.map +0 -1
  135. package/fesm2020/syncfusion-ej2-angular-pivotview.mjs +0 -337
  136. package/fesm2020/syncfusion-ej2-angular-pivotview.mjs.map +0 -1
  137. package/styles/pivotfieldlist/_all.scss +0 -2
  138. package/styles/pivotfieldlist/_bootstrap-dark-definition.scss +0 -232
  139. package/styles/pivotfieldlist/_bootstrap-definition.scss +0 -186
  140. package/styles/pivotfieldlist/_bootstrap4-definition.scss +0 -186
  141. package/styles/pivotfieldlist/_bootstrap5-dark-definition.scss +0 -1
  142. package/styles/pivotfieldlist/_bootstrap5-definition.scss +0 -190
  143. package/styles/pivotfieldlist/_fabric-dark-definition.scss +0 -192
  144. package/styles/pivotfieldlist/_fabric-definition.scss +0 -186
  145. package/styles/pivotfieldlist/_fluent-dark-definition.scss +0 -1
  146. package/styles/pivotfieldlist/_fluent-definition.scss +0 -190
  147. package/styles/pivotfieldlist/_fusionnew-definition.scss +0 -189
  148. package/styles/pivotfieldlist/_highcontrast-definition.scss +0 -187
  149. package/styles/pivotfieldlist/_highcontrast-light-definition.scss +0 -187
  150. package/styles/pivotfieldlist/_layout.scss +0 -1848
  151. package/styles/pivotfieldlist/_material-dark-definition.scss +0 -187
  152. package/styles/pivotfieldlist/_material-definition.scss +0 -187
  153. package/styles/pivotfieldlist/_material3-definition.scss +0 -190
  154. package/styles/pivotfieldlist/_tailwind-dark-definition.scss +0 -1
  155. package/styles/pivotfieldlist/_tailwind-definition.scss +0 -190
  156. package/styles/pivotfieldlist/_theme.scss +0 -1857
  157. package/styles/pivotfieldlist/icons/_bootstrap-dark.scss +0 -359
  158. package/styles/pivotfieldlist/icons/_bootstrap.scss +0 -359
  159. package/styles/pivotfieldlist/icons/_bootstrap4.scss +0 -359
  160. package/styles/pivotfieldlist/icons/_bootstrap5-dark.scss +0 -1
  161. package/styles/pivotfieldlist/icons/_bootstrap5.scss +0 -358
  162. package/styles/pivotfieldlist/icons/_fabric-dark.scss +0 -359
  163. package/styles/pivotfieldlist/icons/_fabric.scss +0 -359
  164. package/styles/pivotfieldlist/icons/_fluent-dark.scss +0 -1
  165. package/styles/pivotfieldlist/icons/_fluent.scss +0 -358
  166. package/styles/pivotfieldlist/icons/_fusionnew.scss +0 -353
  167. package/styles/pivotfieldlist/icons/_highcontrast-light.scss +0 -358
  168. package/styles/pivotfieldlist/icons/_highcontrast.scss +0 -358
  169. package/styles/pivotfieldlist/icons/_material-dark.scss +0 -359
  170. package/styles/pivotfieldlist/icons/_material.scss +0 -358
  171. package/styles/pivotfieldlist/icons/_material3.scss +0 -353
  172. package/styles/pivotfieldlist/icons/_tailwind-dark.scss +0 -357
  173. package/styles/pivotfieldlist/icons/_tailwind.scss +0 -357
  174. package/styles/pivotview/_all.scss +0 -2
  175. package/styles/pivotview/_bootstrap-dark-definition.scss +0 -131
  176. package/styles/pivotview/_bootstrap-definition.scss +0 -128
  177. package/styles/pivotview/_bootstrap4-definition.scss +0 -128
  178. package/styles/pivotview/_bootstrap5-dark-definition.scss +0 -1
  179. package/styles/pivotview/_bootstrap5-definition.scss +0 -133
  180. package/styles/pivotview/_fabric-dark-definition.scss +0 -130
  181. package/styles/pivotview/_fabric-definition.scss +0 -127
  182. package/styles/pivotview/_fluent-dark-definition.scss +0 -1
  183. package/styles/pivotview/_fluent-definition.scss +0 -133
  184. package/styles/pivotview/_fusionnew-definition.scss +0 -133
  185. package/styles/pivotview/_highcontrast-definition.scss +0 -126
  186. package/styles/pivotview/_highcontrast-light-definition.scss +0 -127
  187. package/styles/pivotview/_layout.scss +0 -1072
  188. package/styles/pivotview/_material-dark-definition.scss +0 -134
  189. package/styles/pivotview/_material-definition.scss +0 -130
  190. package/styles/pivotview/_material3-definition.scss +0 -133
  191. package/styles/pivotview/_tailwind-dark-definition.scss +0 -1
  192. package/styles/pivotview/_tailwind-definition.scss +0 -133
  193. package/styles/pivotview/_theme.scss +0 -1581
  194. package/styles/pivotview/icons/_bootstrap-dark.scss +0 -184
  195. package/styles/pivotview/icons/_bootstrap.scss +0 -184
  196. package/styles/pivotview/icons/_bootstrap4.scss +0 -184
  197. package/styles/pivotview/icons/_bootstrap5-dark.scss +0 -1
  198. package/styles/pivotview/icons/_bootstrap5.scss +0 -183
  199. package/styles/pivotview/icons/_fabric-dark.scss +0 -184
  200. package/styles/pivotview/icons/_fabric.scss +0 -184
  201. package/styles/pivotview/icons/_fluent-dark.scss +0 -1
  202. package/styles/pivotview/icons/_fluent.scss +0 -183
  203. package/styles/pivotview/icons/_fusionnew.scss +0 -183
  204. package/styles/pivotview/icons/_highcontrast-light.scss +0 -183
  205. package/styles/pivotview/icons/_highcontrast.scss +0 -183
  206. package/styles/pivotview/icons/_material-dark.scss +0 -184
  207. package/styles/pivotview/icons/_material.scss +0 -184
  208. package/styles/pivotview/icons/_material3.scss +0 -183
  209. package/styles/pivotview/icons/_tailwind-dark.scss +0 -183
  210. package/styles/pivotview/icons/_tailwind.scss +0 -183
  211. 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.17.0";
3
+ export declare const moduleName = "PivotViewModule, PivotFieldListModule";
4
+ export declare const themeVer = "~20.17.0";
@@ -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.3.47';
5
+ exports.moduleName = 'PivotViewModule, PivotFieldListModule';
6
+ exports.themeVer = '~20.3.47';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-pivotview';
2
- export const pkgVer = '^20.2.43';
2
+ export const pkgVer = '^20.3.47';
3
3
  export const moduleName = 'PivotViewModule, PivotFieldListModule';
4
- export const themeVer = '~20.2.43';
4
+ export const themeVer = '~20.3.47';
package/src/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  export { PivotViewComponent } from './pivotview/pivotview.component';
2
2
  export { PivotViewModule } from './pivotview/pivotview.module';
3
- export { PivotViewAllModule, GroupingBarService, FieldListService, CalculatedFieldService, ConditionalFormattingService, VirtualScrollService, DrillThroughService, ToolbarService, PivotChartService, PDFExportService, ExcelExportService, NumberFormattingService, GroupingService } from './pivotview/pivotview-all.module';
3
+ export { PivotViewAllModule, GroupingBarService, FieldListService, CalculatedFieldService, ConditionalFormattingService, VirtualScrollService, DrillThroughService, ToolbarService, PivotChartService, PDFExportService, ExcelExportService, NumberFormattingService, GroupingService, PagerService } from './pivotview/pivotview-all.module';
4
4
  export { PivotFieldListComponent } from './pivotfieldlist/pivotfieldlist.component';
5
5
  export { PivotFieldListModule } from './pivotfieldlist/pivotfieldlist.module';
6
6
  export { PivotFieldListAllModule } from './pivotfieldlist/pivotfieldlist-all.module';
@@ -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"; "enableFieldSearching": "enableFieldSearching"; "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;
@@ -14,11 +11,9 @@ export declare const PDFExportService: ValueProvider;
14
11
  export declare const ExcelExportService: ValueProvider;
15
12
  export declare const NumberFormattingService: ValueProvider;
16
13
  export declare const GroupingService: ValueProvider;
14
+ export declare const PagerService: ValueProvider;
17
15
  /**
18
16
  * NgModule definition for the PivotView component with providers.
19
17
  */
20
18
  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
19
  }
@@ -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[];
@@ -74,6 +73,4 @@ export declare class PivotViewComponent extends PivotView implements IComponentB
74
73
  ngAfterContentChecked(): void;
75
74
  registerEvents: (eventList: string[]) => void;
76
75
  addTwoWay: (propList: string[]) => void;
77
- static ɵfac: i0.ɵɵFactoryDeclaration<PivotViewComponent, never>;
78
- 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"; "enableFieldSearching": "enableFieldSearching"; "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"; "exportComplete": "exportComplete"; "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>;
79
76
  }
@@ -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
  }