@syncfusion/ej2-pivotview
Advanced tools
Comparing version 25.1.37 to 25.1.38
@@ -9,16 +9,16 @@ { | ||
"plugin:@typescript-eslint/recommended", | ||
"plugin:jsdoc/recommended", | ||
"plugin:security/recommended" | ||
"plugin:jsdoc/recommended" | ||
], | ||
"parser": "@typescript-eslint/parser", | ||
"parserOptions": { | ||
"ecmaFeatures": { "js": true }, | ||
"ecmaFeatures": { | ||
"js": true | ||
}, | ||
"ecmaVersion": 2018, | ||
"project": "./tsconfig.json", | ||
"sourceType": "module" | ||
}, | ||
}, | ||
"plugins": [ | ||
"@typescript-eslint", | ||
"@typescript-eslint/tslint", | ||
"eslint-plugin-security", | ||
"jsdoc" | ||
@@ -28,26 +28,3 @@ ], | ||
"use-isnan": "error", | ||
"security/detect-unsafe-regex":"error", | ||
"security/detect-buffer-noassert":"error", | ||
"security/detect-child-process":"error", | ||
"security/detect-disable-mustache-escape":"error", | ||
"security/detect-eval-with-expression":"error", | ||
"security/detect-no-csrf-before-method-override":"error", | ||
"security/detect-non-literal-fs-filename":"error", | ||
"security/detect-non-literal-regexp":"error", | ||
"security/detect-non-literal-require":"error", | ||
"security/detect-object-injection":"error", | ||
"security/detect-possible-timing-attacks":"error", | ||
"security/detect-pseudoRandomBytes":"error", | ||
"security/detect-new-buffer":"error", | ||
"security/detect-bidi-characters":"error", | ||
"@typescript-eslint/no-inferrable-types": "off", | ||
"@typescript-eslint/ban-types": ["warn", { | ||
"types": { | ||
"Object": false, | ||
"object": false, | ||
"{}": false, | ||
"Function": false | ||
} | ||
}], | ||
"jsdoc/check-tag-names": 0, | ||
"@typescript-eslint/tslint/config": [ | ||
@@ -107,2 +84,3 @@ "error", | ||
"no-constant-condition": "error", | ||
"no-case-declarations":"off", | ||
"no-invalid-regexp": "error", | ||
@@ -159,16 +137,5 @@ "curly": "error", | ||
"@typescript-eslint/no-parameter-properties": "error", | ||
"indent": "off", | ||
"@typescript-eslint/indent": [ | ||
"error", | ||
4, | ||
{ | ||
"CallExpression": { | ||
"arguments": "first" | ||
}, | ||
"FunctionDeclaration": { | ||
"parameters": "first" | ||
}, | ||
"FunctionExpression": { | ||
"parameters": "first" | ||
} | ||
} | ||
"off" | ||
], | ||
@@ -198,2 +165,40 @@ "no-debugger": "error", | ||
"jsdoc/check-alignment": "error", | ||
"@typescript-eslint/member-delimiter-style": [ | ||
"error", | ||
{ | ||
"multiline": { | ||
"delimiter": "semi", | ||
"requireLast": true | ||
}, | ||
"singleline": { | ||
"delimiter": "semi", | ||
"requireLast": false | ||
} | ||
} | ||
], | ||
"jsdoc/valid-types": [ | ||
"off", | ||
{ | ||
"allowEmptyNamepaths": true | ||
} | ||
], | ||
"jsdoc/newline-after-description": "off", | ||
"prefer-const": "off", | ||
"jsdoc/check-tag-names": [ | ||
"error", | ||
{ | ||
"definedTags": [ | ||
"hidden", | ||
"default", | ||
"event", | ||
"deprecated", | ||
"isGenericType", | ||
"isDataSource", | ||
"aspType", | ||
"aspDefaultValueIgnore", | ||
"aspIgnore", | ||
"isEnumeration" | ||
] | ||
} | ||
], | ||
"no-empty": "error", | ||
@@ -200,0 +205,0 @@ "quotes": [ |
@@ -9,4 +9,13 @@ # Changelog | ||
- `#I572223` - The drill through popup will now open properly when double-clicking a value cell in the pivot table, with no console errors. | ||
## 25.1.37 (2024-03-26) | ||
### PivotTable | ||
#### Bug fixes | ||
- `#I562279`,`#I565475`,`#I566747` - The pivot table will now be properly displayed after engine export. | ||
- `#I566095` - The filter text will now be properly displayed in the OLAP Pivot Table's filter field button. | ||
- When you click the space key, the pivot field list node selection will work properly. | ||
@@ -13,0 +22,0 @@ ## 25.1.35 (2024-03-15) |
/*! | ||
* filename: index.d.ts | ||
* version : 25.1.37 | ||
* version : 25.1.38 | ||
* Copyright Syncfusion Inc. 2001 - 2023. All rights reserved. | ||
@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license. |
{ | ||
"_from": "@syncfusion/ej2-pivotview@*", | ||
"_id": "@syncfusion/ej2-pivotview@25.1.35", | ||
"_id": "@syncfusion/ej2-pivotview@25.1.37", | ||
"_inBundle": false, | ||
"_integrity": "sha512-zzQ7dR60IXVBmSj1zQ20d4DvarYcWppV+jwGcO9TxRuwYawlH/UEM7THD1BmgZcjGrGogTnGXr/L6Rvy4YVs9g==", | ||
"_integrity": "sha512-Fr5SPiZe/BZR3W6TROL5nXSnyCUCQv72VV4W0uGg85nSjjKG4eFFdN8Z1tPok7tHsLy/CY6ZyikiuUoR/qSHBA==", | ||
"_location": "/@syncfusion/ej2-pivotview", | ||
@@ -26,4 +26,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-25.1.35.tgz", | ||
"_shasum": "c43c3955e2957d03f2c69988de7dacbcb77a5dcb", | ||
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-pivotview/-/ej2-pivotview-25.1.37.tgz", | ||
"_shasum": "a921994edbd7ac2c89c0d3c2ba3ab654f1762fde", | ||
"_spec": "@syncfusion/ej2-pivotview@*", | ||
@@ -42,3 +42,3 @@ "_where": "/jenkins/workspace/elease-automation_release_25.1.1/packages/included", | ||
"@syncfusion/ej2-calendars": "~25.1.37", | ||
"@syncfusion/ej2-charts": "~25.1.37", | ||
"@syncfusion/ej2-charts": "~25.1.38", | ||
"@syncfusion/ej2-compression": "~25.1.35", | ||
@@ -49,9 +49,9 @@ "@syncfusion/ej2-data": "~25.1.35", | ||
"@syncfusion/ej2-file-utils": "~25.1.35", | ||
"@syncfusion/ej2-grids": "~25.1.37", | ||
"@syncfusion/ej2-inputs": "~25.1.37", | ||
"@syncfusion/ej2-grids": "~25.1.38", | ||
"@syncfusion/ej2-inputs": "~25.1.38", | ||
"@syncfusion/ej2-lists": "~25.1.35", | ||
"@syncfusion/ej2-navigations": "~25.1.37", | ||
"@syncfusion/ej2-pdf-export": "~25.1.35", | ||
"@syncfusion/ej2-popups": "~25.1.35", | ||
"@syncfusion/ej2-splitbuttons": "~25.1.37", | ||
"@syncfusion/ej2-navigations": "~25.1.38", | ||
"@syncfusion/ej2-pdf-export": "~25.1.38", | ||
"@syncfusion/ej2-popups": "~25.1.38", | ||
"@syncfusion/ej2-splitbuttons": "~25.1.38", | ||
"@syncfusion/ej2-svg-base": "~25.1.37" | ||
@@ -125,4 +125,4 @@ }, | ||
"typings": "index.d.ts", | ||
"version": "25.1.37", | ||
"version": "25.1.38", | ||
"sideEffects": false | ||
} |
@@ -374,3 +374,4 @@ import { Dialog } from '@syncfusion/ej2-popups'; | ||
pageSettings: { pageSize: 20 }, | ||
rowHeight: this.parent.gridSettings.rowHeight | ||
rowHeight: this.parent.gridSettings.rowHeight, | ||
height: '100%' | ||
}); | ||
@@ -377,0 +378,0 @@ if (this.parent.dataType === 'olap') { |
@@ -22,3 +22,3 @@ import { createElement, addClass, removeClass, remove, EventHandler, isNullOrUndefined } from '@syncfusion/ej2-base'; | ||
this.parentIDs = []; | ||
this.isSpaceKey = true; | ||
this.isSpaceKey = false; | ||
this.parent = parent; | ||
@@ -25,0 +25,0 @@ this.addEventListener(); |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
40392384
353
389250