@syncfusion/ej2-angular-pivotview 20.4.39 → 20.4.40-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 (165) 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 +812 -0
  6. package/dist/ej2-angular-pivotview.umd.js +677 -0
  7. package/dist/ej2-angular-pivotview.umd.js.map +1 -0
  8. package/dist/ej2-angular-pivotview.umd.min.js +2 -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 +107 -79
  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/pivotfieldlist/bootstrap-dark.scss +1 -4
  49. package/styles/pivotfieldlist/bootstrap.scss +1 -4
  50. package/styles/pivotfieldlist/bootstrap4.scss +1 -4
  51. package/styles/pivotfieldlist/bootstrap5-dark.scss +1 -4
  52. package/styles/pivotfieldlist/bootstrap5.scss +1 -4
  53. package/styles/pivotfieldlist/fabric-dark.scss +1 -4
  54. package/styles/pivotfieldlist/fabric.scss +1 -4
  55. package/styles/pivotfieldlist/fluent-dark.scss +1 -4
  56. package/styles/pivotfieldlist/fluent.scss +1 -4
  57. package/styles/pivotfieldlist/highcontrast-light.scss +1 -4
  58. package/styles/pivotfieldlist/highcontrast.scss +1 -4
  59. package/styles/pivotfieldlist/material-dark.scss +1 -4
  60. package/styles/pivotfieldlist/material.scss +1 -4
  61. package/styles/pivotfieldlist/tailwind-dark.scss +1 -4
  62. package/styles/pivotfieldlist/tailwind.scss +1 -4
  63. package/styles/pivotview/bootstrap-dark.scss +1 -5
  64. package/styles/pivotview/bootstrap.scss +1 -5
  65. package/styles/pivotview/bootstrap4.scss +1 -5
  66. package/styles/pivotview/bootstrap5-dark.scss +1 -4
  67. package/styles/pivotview/bootstrap5.scss +1 -5
  68. package/styles/pivotview/fabric-dark.scss +1 -5
  69. package/styles/pivotview/fabric.scss +1 -5
  70. package/styles/pivotview/fluent-dark.scss +1 -4
  71. package/styles/pivotview/fluent.scss +1 -5
  72. package/styles/pivotview/highcontrast-light.scss +1 -5
  73. package/styles/pivotview/highcontrast.scss +1 -5
  74. package/styles/pivotview/material-dark.scss +1 -5
  75. package/styles/pivotview/material.scss +1 -5
  76. package/styles/pivotview/tailwind-dark.scss +1 -4
  77. package/styles/pivotview/tailwind.scss +1 -5
  78. package/esm2020/public_api.mjs +0 -3
  79. package/esm2020/src/index.mjs +0 -8
  80. package/esm2020/src/pivotfieldlist/pivotfieldlist-all.module.mjs +0 -23
  81. package/esm2020/src/pivotfieldlist/pivotfieldlist.component.mjs +0 -66
  82. package/esm2020/src/pivotfieldlist/pivotfieldlist.module.mjs +0 -25
  83. package/esm2020/src/pivotview/pivotview-all.module.mjs +0 -65
  84. package/esm2020/src/pivotview/pivotview.component.mjs +0 -157
  85. package/esm2020/src/pivotview/pivotview.module.mjs +0 -25
  86. package/esm2020/syncfusion-ej2-angular-pivotview.mjs +0 -5
  87. package/fesm2015/syncfusion-ej2-angular-pivotview.mjs +0 -347
  88. package/fesm2015/syncfusion-ej2-angular-pivotview.mjs.map +0 -1
  89. package/fesm2020/syncfusion-ej2-angular-pivotview.mjs +0 -347
  90. package/fesm2020/syncfusion-ej2-angular-pivotview.mjs.map +0 -1
  91. package/styles/pivotfieldlist/_all.scss +0 -2
  92. package/styles/pivotfieldlist/_bootstrap-dark-definition.scss +0 -240
  93. package/styles/pivotfieldlist/_bootstrap-definition.scss +0 -194
  94. package/styles/pivotfieldlist/_bootstrap4-definition.scss +0 -194
  95. package/styles/pivotfieldlist/_bootstrap5-dark-definition.scss +0 -1
  96. package/styles/pivotfieldlist/_bootstrap5-definition.scss +0 -198
  97. package/styles/pivotfieldlist/_fabric-dark-definition.scss +0 -200
  98. package/styles/pivotfieldlist/_fabric-definition.scss +0 -194
  99. package/styles/pivotfieldlist/_fluent-dark-definition.scss +0 -1
  100. package/styles/pivotfieldlist/_fluent-definition.scss +0 -198
  101. package/styles/pivotfieldlist/_fusionnew-definition.scss +0 -197
  102. package/styles/pivotfieldlist/_highcontrast-definition.scss +0 -195
  103. package/styles/pivotfieldlist/_highcontrast-light-definition.scss +0 -195
  104. package/styles/pivotfieldlist/_layout.scss +0 -1960
  105. package/styles/pivotfieldlist/_material-dark-definition.scss +0 -195
  106. package/styles/pivotfieldlist/_material-definition.scss +0 -195
  107. package/styles/pivotfieldlist/_material3-definition.scss +0 -198
  108. package/styles/pivotfieldlist/_tailwind-dark-definition.scss +0 -1
  109. package/styles/pivotfieldlist/_tailwind-definition.scss +0 -198
  110. package/styles/pivotfieldlist/_theme.scss +0 -1938
  111. package/styles/pivotfieldlist/icons/_bootstrap-dark.scss +0 -359
  112. package/styles/pivotfieldlist/icons/_bootstrap.scss +0 -359
  113. package/styles/pivotfieldlist/icons/_bootstrap4.scss +0 -359
  114. package/styles/pivotfieldlist/icons/_bootstrap5-dark.scss +0 -1
  115. package/styles/pivotfieldlist/icons/_bootstrap5.scss +0 -358
  116. package/styles/pivotfieldlist/icons/_fabric-dark.scss +0 -359
  117. package/styles/pivotfieldlist/icons/_fabric.scss +0 -359
  118. package/styles/pivotfieldlist/icons/_fluent-dark.scss +0 -1
  119. package/styles/pivotfieldlist/icons/_fluent.scss +0 -358
  120. package/styles/pivotfieldlist/icons/_fusionnew.scss +0 -353
  121. package/styles/pivotfieldlist/icons/_highcontrast-light.scss +0 -358
  122. package/styles/pivotfieldlist/icons/_highcontrast.scss +0 -358
  123. package/styles/pivotfieldlist/icons/_material-dark.scss +0 -359
  124. package/styles/pivotfieldlist/icons/_material.scss +0 -358
  125. package/styles/pivotfieldlist/icons/_material3.scss +0 -353
  126. package/styles/pivotfieldlist/icons/_tailwind-dark.scss +0 -357
  127. package/styles/pivotfieldlist/icons/_tailwind.scss +0 -357
  128. package/styles/pivotview/_all.scss +0 -2
  129. package/styles/pivotview/_bootstrap-dark-definition.scss +0 -161
  130. package/styles/pivotview/_bootstrap-definition.scss +0 -158
  131. package/styles/pivotview/_bootstrap4-definition.scss +0 -158
  132. package/styles/pivotview/_bootstrap5-dark-definition.scss +0 -1
  133. package/styles/pivotview/_bootstrap5-definition.scss +0 -163
  134. package/styles/pivotview/_fabric-dark-definition.scss +0 -160
  135. package/styles/pivotview/_fabric-definition.scss +0 -157
  136. package/styles/pivotview/_fluent-dark-definition.scss +0 -1
  137. package/styles/pivotview/_fluent-definition.scss +0 -163
  138. package/styles/pivotview/_fusionnew-definition.scss +0 -163
  139. package/styles/pivotview/_highcontrast-definition.scss +0 -156
  140. package/styles/pivotview/_highcontrast-light-definition.scss +0 -157
  141. package/styles/pivotview/_layout.scss +0 -1120
  142. package/styles/pivotview/_material-dark-definition.scss +0 -164
  143. package/styles/pivotview/_material-definition.scss +0 -160
  144. package/styles/pivotview/_material3-definition.scss +0 -163
  145. package/styles/pivotview/_tailwind-dark-definition.scss +0 -1
  146. package/styles/pivotview/_tailwind-definition.scss +0 -163
  147. package/styles/pivotview/_theme.scss +0 -2002
  148. package/styles/pivotview/icons/_bootstrap-dark.scss +0 -184
  149. package/styles/pivotview/icons/_bootstrap.scss +0 -184
  150. package/styles/pivotview/icons/_bootstrap4.scss +0 -184
  151. package/styles/pivotview/icons/_bootstrap5-dark.scss +0 -1
  152. package/styles/pivotview/icons/_bootstrap5.scss +0 -183
  153. package/styles/pivotview/icons/_fabric-dark.scss +0 -184
  154. package/styles/pivotview/icons/_fabric.scss +0 -184
  155. package/styles/pivotview/icons/_fluent-dark.scss +0 -1
  156. package/styles/pivotview/icons/_fluent.scss +0 -183
  157. package/styles/pivotview/icons/_fusionnew.scss +0 -183
  158. package/styles/pivotview/icons/_highcontrast-light.scss +0 -183
  159. package/styles/pivotview/icons/_highcontrast.scss +0 -183
  160. package/styles/pivotview/icons/_material-dark.scss +0 -184
  161. package/styles/pivotview/icons/_material.scss +0 -184
  162. package/styles/pivotview/icons/_material3.scss +0 -183
  163. package/styles/pivotview/icons/_tailwind-dark.scss +0 -183
  164. package/styles/pivotview/icons/_tailwind.scss +0 -183
  165. package/syncfusion-ej2-angular-pivotview.d.ts +0 -5
@@ -0,0 +1,125 @@
1
+ {
2
+ "$schema": "http://json-schema.org/schema",
3
+ "$id": "EJ2SchemaTemplateID",
4
+ "title": "pivotview-default",
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-default"
125
+ }
@@ -0,0 +1,3 @@
1
+ import { Rule } from '@angular-devkit/schematics';
2
+ import { Schema } from './schema';
3
+ export default function (options: Schema): Rule;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const schematics_1 = require("@syncfusion/ej2-angular-base/schematics");
4
+ const sampleDetails = require("./sample-details");
5
+ function default_1(options) {
6
+ return schematics_1.componentBuilder(options, sampleDetails);
7
+ }
8
+ exports.default = default_1;
@@ -0,0 +1,5 @@
1
+ export declare const componentName: string;
2
+ export declare const sampleName: string;
3
+ export declare const diModules: string;
4
+ export declare const packageName: string;
5
+ export declare const libModules: string;
@@ -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.4.38";
3
+ export declare const moduleName = "PivotViewModule, PivotFieldListModule";
4
+ export declare const themeVer = "~20.4.38";
@@ -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.4.38';
5
+ exports.moduleName = 'PivotViewModule, PivotFieldListModule';
6
+ exports.themeVer = '~20.4.38';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-pivotview';
2
- export const pkgVer = '^20.8.13';
2
+ export const pkgVer = '^20.4.38';
3
3
  export const moduleName = 'PivotViewModule, PivotFieldListModule';
4
- export const themeVer = '~20.8.13';
4
+ export const themeVer = '~20.4.38';
@@ -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;
@@ -19,7 +16,4 @@ export declare const PagerService: ValueProvider;
19
16
  * NgModule definition for the PivotView component with providers.
20
17
  */
21
18
  export declare class PivotViewAllModule {
22
- static ɵfac: i0.ɵɵFactoryDeclaration<PivotViewAllModule, never>;
23
- static ɵmod: i0.ɵɵNgModuleDeclaration<PivotViewAllModule, never, [typeof i1.CommonModule, typeof i2.PivotViewModule], [typeof i2.PivotViewModule]>;
24
- static ɵinj: i0.ɵɵInjectorDeclaration<PivotViewAllModule>;
25
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"; "dataSourceSettings": "dataSourceSettings"; "displayOption": "displayOption"; "editSettings": "editSettings"; "enableFieldSearching": "enableFieldSearching"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePaging": "enablePaging"; "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"; "pageSettings": "pageSettings"; "pagerSettings": "pagerSettings"; "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
  }
@@ -1,4 +1 @@
1
- @import 'ej2-base/styles/bootstrap-dark-definition.scss';
2
- @import 'bootstrap-dark-definition.scss';
3
- @import 'icons/bootstrap-dark.scss';
4
- @import 'all.scss';
1
+ @import 'ej2-pivotview/styles/pivotfieldlist/bootstrap-dark.scss';
@@ -1,4 +1 @@
1
- @import 'ej2-base/styles/bootstrap-definition.scss';
2
- @import 'bootstrap-definition.scss';
3
- @import 'icons/bootstrap.scss';
4
- @import 'all.scss';
1
+ @import 'ej2-pivotview/styles/pivotfieldlist/bootstrap.scss';
@@ -1,4 +1 @@
1
- @import 'ej2-base/styles/bootstrap4-definition.scss';
2
- @import 'bootstrap4-definition.scss';
3
- @import 'icons/bootstrap4.scss';
4
- @import 'all.scss';
1
+ @import 'ej2-pivotview/styles/pivotfieldlist/bootstrap4.scss';
@@ -1,4 +1 @@
1
- @import 'ej2-base/styles/bootstrap5-dark-definition.scss';
2
- @import 'bootstrap5-dark-definition.scss';
3
- @import 'icons/bootstrap5-dark.scss';
4
- @import 'all.scss';
1
+ @import 'ej2-pivotview/styles/pivotfieldlist/bootstrap5-dark.scss';
@@ -1,4 +1 @@
1
- @import 'ej2-base/styles/bootstrap5-definition.scss';
2
- @import 'bootstrap5-definition.scss';
3
- @import 'icons/bootstrap5.scss';
4
- @import 'all.scss';
1
+ @import 'ej2-pivotview/styles/pivotfieldlist/bootstrap5.scss';
@@ -1,4 +1 @@
1
- @import 'ej2-base/styles/fabric-dark-definition.scss';
2
- @import 'fabric-dark-definition.scss';
3
- @import 'icons/fabric-dark.scss';
4
- @import 'all.scss';
1
+ @import 'ej2-pivotview/styles/pivotfieldlist/fabric-dark.scss';
@@ -1,4 +1 @@
1
- @import 'ej2-base/styles/fabric-definition.scss';
2
- @import 'fabric-definition.scss';
3
- @import 'icons/fabric.scss';
4
- @import 'all.scss';
1
+ @import 'ej2-pivotview/styles/pivotfieldlist/fabric.scss';
@@ -1,4 +1 @@
1
- @import 'ej2-base/styles/fluent-dark-definition.scss';
2
- @import 'fluent-dark-definition.scss';
3
- @import 'icons/fluent-dark.scss';
4
- @import 'all.scss';
1
+ @import 'ej2-pivotview/styles/pivotfieldlist/fluent-dark.scss';
@@ -1,4 +1 @@
1
- @import 'ej2-base/styles/fluent-definition.scss';
2
- @import 'fluent-definition.scss';
3
- @import 'icons/fluent.scss';
4
- @import 'all.scss';
1
+ @import 'ej2-pivotview/styles/pivotfieldlist/fluent.scss';
@@ -1,4 +1 @@
1
- @import 'ej2-base/styles/highcontrast-light-definition.scss';
2
- @import 'highcontrast-light-definition.scss';
3
- @import 'icons/highcontrast-light.scss';
4
- @import 'all.scss';
1
+ @import 'ej2-pivotview/styles/pivotfieldlist/highcontrast-light.scss';
@@ -1,4 +1 @@
1
- @import 'ej2-base/styles/highcontrast-definition.scss';
2
- @import 'highcontrast-definition.scss';
3
- @import 'icons/highcontrast.scss';
4
- @import 'all.scss';
1
+ @import 'ej2-pivotview/styles/pivotfieldlist/highcontrast.scss';
@@ -1,4 +1 @@
1
- @import 'ej2-base/styles/material-dark-definition.scss';
2
- @import 'material-dark-definition.scss';
3
- @import 'icons/material-dark.scss';
4
- @import 'all.scss';
1
+ @import 'ej2-pivotview/styles/pivotfieldlist/material-dark.scss';
@@ -1,4 +1 @@
1
- @import 'ej2-base/styles/material-definition.scss';
2
- @import 'material-definition.scss';
3
- @import 'icons/material.scss';
4
- @import 'all.scss';
1
+ @import 'ej2-pivotview/styles/pivotfieldlist/material.scss';
@@ -1,4 +1 @@
1
- @import 'ej2-base/styles/tailwind-dark-definition.scss';
2
- @import 'tailwind-dark-definition.scss';
3
- @import 'icons/tailwind-dark.scss';
4
- @import 'all.scss';
1
+ @import 'ej2-pivotview/styles/pivotfieldlist/tailwind-dark.scss';
@@ -1,4 +1 @@
1
- @import 'ej2-base/styles/tailwind-definition.scss';
2
- @import 'tailwind-definition.scss';
3
- @import 'icons/tailwind.scss';
4
- @import 'all.scss';
1
+ @import 'ej2-pivotview/styles/pivotfieldlist/tailwind.scss';
@@ -1,5 +1 @@
1
- @import 'ej2-base/styles/bootstrap-dark-definition.scss';
2
- @import '../pivotfieldlist/bootstrap-dark-definition.scss';
3
- @import 'bootstrap-dark-definition.scss';
4
- @import 'icons/bootstrap-dark.scss';
5
- @import 'all.scss';
1
+ @import 'ej2-pivotview/styles/pivotview/bootstrap-dark.scss';
@@ -1,5 +1 @@
1
- @import 'ej2-base/styles/bootstrap-definition.scss';
2
- @import '../pivotfieldlist/bootstrap-definition.scss';
3
- @import 'bootstrap-definition.scss';
4
- @import 'icons/bootstrap.scss';
5
- @import 'all.scss';
1
+ @import 'ej2-pivotview/styles/pivotview/bootstrap.scss';